From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 02:21:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 01:21:06 +0000 Subject: [Koha-bugs] [Bug 7278] In the items table, make items.materials of type text, and show its contents at circulation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7278 --- Comment #2 from Chris Cormack 2011-12-01 01:21:06 UTC --- Created attachment 6481 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6481 Bug 7278 : Additional Materials Part 2: This patch shows the message at checkout and checkin How to test: * Add a note in cataloguing * Check it displays at checkout and checkin * Check items without a note don't display anything -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 02:21:36 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 01:21:36 +0000 Subject: [Koha-bugs] [Bug 7278] In the items table, make items.materials of type text, and show its contents at circulation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7278 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 03:06:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 02:06:58 +0000 Subject: [Koha-bugs] [Bug 7144] Floating collection In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7144 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6177|0 |1 is obsolete| | --- Comment #2 from Chris Cormack 2011-12-01 02:06:58 UTC --- Created attachment 6482 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6482 bug_7144: renamed HomeOrHoldingBranchReturn to returnBranch and added returningbranch option for floating collections Added returningbranch support to returns How to test: * In systempreferences for circulation, for the ReturnBranch systemprefernce, choose 'leave the item at the library it is checked in at (floating collection) * Check out an item * Check it in at a branch other than its homebranch - you should not get a transfer prompt nor should it be automatically transferred. * Change the syspref to the other 2 pre existing options, test they still work This still needs sign off external to catalyst Signed-off-by: Chris Cormack -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 07:40:53 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 06:40:53 +0000 Subject: [Koha-bugs] [Bug 6894] Default currency on Acquisitions suggestion form In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6894 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #9 from Katrin Fischer 2011-12-01 06:40:53 UTC --- Works on current HEAD. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 08:36:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 07:36:52 +0000 Subject: [Koha-bugs] [Bug 6893] Order from suggestion does not remove suggestion from 'accepted' list In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6893 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6201|0 |1 is obsolete| | Attachment #6247|0 |1 is obsolete| | --- Comment #15 from Katrin Fischer 2011-12-01 07:36:52 UTC --- Created attachment 6483 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6483 [SIGNED-OFF] Bug 6893 : Updates suggestions list when adding orders A suggestion added through addorder.pl now changes to the ORDERED status as initially intended (but so far it stayed as ACCEPTED). This fixes the list of potential suggestions to order, the ORDERED ones don't appear anymore. Bug 6893 : Follow-up: Disabled WHERE clause excluding ORDERED status In SearchSuggestions, a WHERE clause was excluding the ORDERED suggestions from the results. Now replaced with 1=1. (before 6893 correction, the WHERE clause was excluding the STATUS='CLAIMED' suggestions, but this status cannot be found anywhere else in the code... so I changed to STATUS='ORDERED' which seemed more accurate, but it had impacts on OPAC and some Admin tabs) Signed-off-by: Katrin Fischer Both patches applied cleanly, sqashed them together after testing. Tested: 1) Creating new suggestions - from OPAC, shows up in patron account as 'requested', pending in staff - from staff, shows up in list of pending suggestions Status in database is ASKED Note: suggestions made from staff for the same patron have suggestedby = 0 in the database, so are not showing up in the patron account. Is this by intention? (if not, I think this is a separate bug) 2) Accepting suggestions - from list - from edit page Status in database is ACCEPTED Patron account shows 'Accepted by the library (Bestseller)' Note: after changing the status from the list, bug 4068 kicks in and some tabs and even suggestions are hidden. Going back to the acq start page and going back to the suggestions page from there helps. 3) Rejecting suggestions - from list - from edit page Status in database is REJECTED Patron account in OPAC shows 'Suggestion declined' Note: bug 4068 again. 4) Ordering from suggestions - new basket - ordered 2 accepted suggestions SUCCESS! Great improvement: - Status in database is now ORDERED - Already ordered suggestions no longer show up on list of suggestions to order from. - Patron account shows 'Ordered by the library (Bestseller)' - Suggestion management page shows a new tab 'Ordered' - For the suggestion with a valid 'suggestedby' borrowernumber, a mail was generated. (bug 7094) 5) Receive ordered suggestions - received my ordered suggestions This is is not in the scope of this bug, but for documentation: - No message was generated to inform the patron - Status stays ORDERED - Patron account still shows item as ordered, no change to 4) Looking at the suggestion.tt I think there should be another status AVAILABLE. 216 [% ELSIF (suggestion.suggestiontypelabel == "Available") %]Available Signing off, fixes bug reported. Danke! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 08:37:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 07:37:13 +0000 Subject: [Koha-bugs] [Bug 6893] Order from suggestion does not remove suggestion from 'accepted' list In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6893 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 08:40:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 07:40:02 +0000 Subject: [Koha-bugs] [Bug 7108] Lists of "Similar" languages break display across multiple lines in both Opac and Intranet In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7108 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Passed QA --- Comment #12 from M. de Rooy 2011-12-01 07:40:02 UTC --- Thanks for responding. Tested it myself now too. Marked as Passed QA. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 08:40:36 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 07:40:36 +0000 Subject: [Koha-bugs] [Bug 7108] Lists of "Similar" languages break display across multiple lines in both Opac and Intranet In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7108 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rel_3_6 |master -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 08:54:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 07:54:34 +0000 Subject: [Koha-bugs] [Bug 7167] updatedatabase improvements In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7167 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |6836 --- Comment #24 from Paul Poulain 2011-12-01 07:54:34 UTC --- (In reply to comment #22) > (In reply to comment #18) > > admin/updatedatabase.pl needs tablesorters badly. This list will quickly become > > long and unruly. Being able to sort on the "status" column will be important. > > OK, I just noted the use of Datatables here and applied the patch. This > addresses this concern. But the cosmetics need help. :) Seems you've missed comment 1: datatable is already in this patch. But until the datatable bug has been signed-off/pushed, you won't see it, and just get a full table. I add the dependancy (bug 6836) (In reply to comment #16) > I think displaying all applied database updates there will very soon be very > confusing, making this page hard to read. I was sure someone would rise this problem ;-) I think we could do something like X...Y, Z...T : For example: 3.06.00.0001...3.06.00.005, 3.06.00.007...3.06.00.012, 3.07.00.001 I don't think this should prevent from pushing as it is today, it's just a matter of how we present things. Note that I also think there are too many digits in our numbers, and with this new behaviour, we could simplify things. I'll drop a mail to koha-devel to start the thread of version number (was thinking of this since some days/weeks) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 08:54:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 07:54:34 +0000 Subject: [Koha-bugs] [Bug 6836] jQuery plugin Datatables integration In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6836 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |7167 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 09:06:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 08:06:45 +0000 Subject: [Koha-bugs] [Bug 6598] OPACFineNoRenewals syspreference does not stop user renewing in opac In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6598 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl QAContact|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | --- Comment #7 from M. de Rooy 2011-12-01 08:06:45 UTC --- Patch does not apply anymore. Automerge still works, but result needs some editing since a few warnings have been added in the meantime.. Please send a new version; leave the status at Signed Off. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 09:07:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 08:07:58 +0000 Subject: [Koha-bugs] [Bug 7105] Bad sql request in GetSubscriptions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7105 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6075|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 09:12:36 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 08:12:36 +0000 Subject: [Koha-bugs] [Bug 7280] Can't place hold without selecting on list In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7280 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6475|0 |1 is obsolete| | --- Comment #2 from Chris Cormack 2011-12-01 08:12:36 UTC --- Created attachment 6484 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6484 Bug 7280 - can't place hold without selecting on list JavaScript was looking for clicks on links with class "hold," and incorrectly triggering the check for checked checkboxes. Making the selection stricter lets the JS function as it should while allowing people to place individual holds directly. Signed-off-by: Chris Cormack -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 09:12:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 08:12:50 +0000 Subject: [Koha-bugs] [Bug 7280] Can't place hold without selecting on list In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7280 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 09:18:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 08:18:21 +0000 Subject: [Koha-bugs] [Bug 7105] Bad sql request in GetSubscriptions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7105 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Version|rel_3_6 |master Patch Status|Signed Off |Passed QA QAContact|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | --- Comment #3 from M. de Rooy 2011-12-01 08:18:21 UTC --- QA: Looks good. Marked as Passed QA. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 09:27:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 08:27:04 +0000 Subject: [Koha-bugs] [Bug 7270] Removing double itemtype on shelve contents page when no icon is shown In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7270 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6474|0 |1 is obsolete| | --- Comment #10 from Chris Cormack 2011-12-01 08:27:04 UTC --- Created attachment 6485 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6485 Bug 7270: Removing double itemtype on shelve contents page when no icon is shown Just adding a check on imageurl in the template. Signed-off-by: Chris Cormack -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 09:27:18 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 08:27:18 +0000 Subject: [Koha-bugs] [Bug 7270] Removing double itemtype on shelve contents page when no icon is shown In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7270 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 09:27:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 08:27:29 +0000 Subject: [Koha-bugs] [Bug 6966] Update Help Files for Koha 3.6 Release In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6966 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Patch Status|Signed Off |Passed QA --- Comment #30 from M. de Rooy 2011-12-01 08:27:29 UTC --- Marked latest documentation patch as Passed QA. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 09:47:22 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 08:47:22 +0000 Subject: [Koha-bugs] [Bug 6926] overdue_notices don't send itemcount to notification In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6926 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Version|rel_3_6 |master Patch Status|Signed Off |Passed QA --- Comment #3 from M. de Rooy 2011-12-01 08:47:22 UTC --- QA: Looks good. Updated patch status. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 09:49:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 08:49:23 +0000 Subject: [Koha-bugs] [Bug 6926] overdue_notices don't send itemcount to notification In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6926 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QAContact|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 09:54:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 08:54:04 +0000 Subject: [Koha-bugs] [Bug 7008] Sometimes zebra needs a tmp directory that it doesn't create itself In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7008 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Patch Status|Signed Off |Passed QA QAContact|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | --- Comment #7 from M. de Rooy 2011-12-01 08:54:04 UTC --- QA: Looks good. Updated patch status. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 10:44:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 09:44:25 +0000 Subject: [Koha-bugs] [Bug 6699] Add not-empty check for warnings from load_sql in Installer In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6699 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at biblibre.co | |m Patch Status|Signed Off |Passed QA --- Comment #3 from Jonathan Druart 2011-12-01 09:44:25 UTC --- Simple test for display an error Marking as Passed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 13:24:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 12:24:58 +0000 Subject: [Koha-bugs] [Bug 7141] The biblio details page in the intranet doesn't work if XSLT is activated and the xsl file contains "  " In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7141 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Passed QA --- Comment #8 from Ian Walls 2011-12-01 12:24:58 UTC --- This solution has already been implemented in UNIMARC XSLTs, and MARC21 OPAC XSLT, so implementing it for the rest of the MARC21 style sheets would be consistent. Marking as Passed QA. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 13:49:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 12:49:07 +0000 Subject: [Koha-bugs] [Bug 7280] Can't place hold without selecting on list In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7280 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Passed QA --- Comment #3 from Ian Walls 2011-12-01 12:49:07 UTC --- Template only change, easy to read, marking as Passed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 15:16:43 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 14:16:43 +0000 Subject: [Koha-bugs] [Bug 7281] New: Hide some lists (virtual shelves) from OPAC Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7281 Bug #: 7281 Summary: Hide some lists (virtual shelves) from OPAC Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Virtual Shelves AssignedTo: gmcharlt at gmail.com ReportedBy: m.de.rooy at rijksmuseum.nl QAContact: ian.walls at bywatersolutions.com For use in our library, it would be useful if we could hide a specific public (or open) list from the opac. This makes it possible to share a list between users of the staff client only. For that use I added a field hidefromopac in the shelves table. And modified a few functions in VirtualShelves.pm and calls to these functions in catalogue/search.pl, virtualshelves/addbybiblionumber.pl and C4/Auth.pm. Patch is forthcoming. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 15:17:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 14:17:06 +0000 Subject: [Koha-bugs] [Bug 7281] Hide some lists (virtual shelves) from OPAC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7281 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|gmcharlt at gmail.com |m.de.rooy at rijksmuseum.nl -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 16:04:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 15:04:14 +0000 Subject: [Koha-bugs] [Bug 7144] Floating collection In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7144 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls at bywatersolutions. | |com --- Comment #3 from Ian Walls 2011-12-01 15:04:14 UTC --- This is working a global, system preference level. It would be better if the mechanism to determine whether an item "floats" or not occurred at the itemtype/homebranch level in the circ rules. Often, any given library will have it's Special Stuff that it will lend, but always want returned home. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 16:44:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 15:44:59 +0000 Subject: [Koha-bugs] [Bug 7144] Floating collection In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7144 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #4 from Chris Cormack 2011-12-01 15:44:59 UTC --- The library who commissioned it, specifically want it at a global level. But accepting it doesn't mean an itemtype level one can't be created in the future. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 16:56:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 15:56:37 +0000 Subject: [Koha-bugs] [Bug 7282] New: invalid language selection Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7282 Bug #: 7282 Summary: invalid language selection Classification: Unclassified Change sponsored?: --- Product: Koha Version: unspecified Platform: All OS/Version: All Status: NEW Severity: major Priority: P5 - low Component: I18N/L10N AssignedTo: frederic at tamil.fr ReportedBy: semarie-koha at latrappe.fr QAContact: ian.walls at bywatersolutions.com A problem was issue after patch for bug 6629 (cookie language sanitization), for language selection. Before the patch for 6629: in C4::Templates::themelanguage, language is taken from: if cookie: lang = C4::Templates::getlanguagecookie else - HTTP_ACCEPT_LANGUAGE (parsed and interpreted) checked against sysprefs 'en' else After the patch: in C4::Templates::themelanguage, language is taken from: lang = C4::Templates::getlanguagecookie if not lang: - HTTP_ACCEPT_LANGUAGE (parsed and interpreted) checked against sysprefs 'en' else But in C4::Templates::getlanguagecookie, language is taken from: - cookie (if exist) - else from: - HTTP_ACCEPT_LANGUAGE (not parsed, so lang could be set to "fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3") (which almost always exists) - result is sanitized (so if not cookie: my language is something like "frfr-frq08enusq05enq03", but not installed in koha :-) ) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 17:04:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 16:04:14 +0000 Subject: [Koha-bugs] [Bug 7282] invalid language selection In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7282 Fr?re S?bastien Marie changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|frederic at tamil.fr |semarie-koha at latrappe.fr --- Comment #1 from Fr?re S?bastien Marie 2011-12-01 16:04:14 UTC --- Created attachment 6486 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6486 Bug 7282: invalid language selection This patch restore the original behavior. Perhaps getlanguagecookie should be improve to parse and interprete HTTP_ACCEPT_LANGUAGE too ? But duplicate code (in themelanguage) should be stripped. And his name is getlanguagecookie ... so should be only the language from cookie ? if yes, discard HTTP_ACCEPT_LANGUAGE from getlanguagecookie is a solution... So, a more elaborate patch could be done. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 17:04:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 16:04:50 +0000 Subject: [Koha-bugs] [Bug 7283] New: Update About page for 3.8 release team Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7283 Bug #: 7283 Summary: Update About page for 3.8 release team Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_8 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: About AssignedTo: nengard at gmail.com ReportedBy: ian.walls at bywatersolutions.com QAContact: ian.walls at bywatersolutions.com Koha 3.8 Release Team needs to be added to About page credits; new people, and updated roles for existing team members -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 17:05:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 16:05:30 +0000 Subject: [Koha-bugs] [Bug 7282] invalid language selection In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7282 Fr?re S?bastien Marie changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 17:06:01 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 16:06:01 +0000 Subject: [Koha-bugs] [Bug 3335] Ability to create lists of items with title/call number and save In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3335 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|PC |All --- Comment #1 from Owen Leonard 2011-12-01 16:06:01 UTC --- I wonder if bug 7281 will solve this? This says "sponsored." Did this get added to your installation David? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 17:10:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 16:10:08 +0000 Subject: [Koha-bugs] [Bug 7282] invalid language selection In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7282 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #2 from Chris Cormack 2011-12-01 16:10:08 UTC --- Ah yep, good catch, ill test a little more and sign off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 17:17:51 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 16:17:51 +0000 Subject: [Koha-bugs] [Bug 7282] invalid language selection In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7282 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6486|0 |1 is obsolete| | --- Comment #3 from Chris Cormack 2011-12-01 16:17:51 UTC --- Created attachment 6487 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6487 Bug 7282: invalid language selection - restore the original behavior: call getlanguagecookie only if the cookie is present Signed-off-by: Chris Cormack -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 17:18:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 16:18:11 +0000 Subject: [Koha-bugs] [Bug 7282] invalid language selection In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7282 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 17:47:57 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 16:47:57 +0000 Subject: [Koha-bugs] [Bug 7282] invalid language selection In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7282 Fr?d?ric Demians changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic at tamil.fr --- Comment #4 from Fr?d?ric Demians 2011-12-01 16:47:57 UTC --- > Perhaps getlanguagecookie should be improve to parse and interprete > HTTP_ACCEPT_LANGUAGE too ? But duplicate code (in themelanguage) should be > stripped. > And his name is getlanguagecookie ... so should be only the language from > cookie ? if yes, discard HTTP_ACCEPT_LANGUAGE from getlanguagecookie is a > solution... Yes, there seems to have something wrong here. And for me it doesn't work as it should. This doesn't work: - Clear your browser cookies - Select fr, fr-fr, en languages - Load OPAC main page We should have fr templates selected, based on browser preference. We have English template. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 17:48:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 16:48:04 +0000 Subject: [Koha-bugs] [Bug 7282] invalid language selection In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7282 Fr?d?ric Demians changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Failed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 17:52:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 16:52:44 +0000 Subject: [Koha-bugs] [Bug 6069] Multiple level budget list on suggestions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6069 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|paul.poulain at biblibre.com |christophe.croullebois at bibl | |ibre.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 17:53:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 16:53:13 +0000 Subject: [Koha-bugs] [Bug 5725] Batch modifications for Biblios In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5725 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|paul.poulain at biblibre.com |laurence.lefaucheur at biblibr | |e.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 17:53:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 16:53:41 +0000 Subject: [Koha-bugs] [Bug 4051] add columns to overdues export In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4051 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|paul.poulain at biblibre.com |adrien.saurat at biblibre.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 17:54:01 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 16:54:01 +0000 Subject: [Koha-bugs] [Bug 7282] invalid language selection In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7282 --- Comment #5 from Chris Cormack 2011-12-01 16:54:01 UTC --- Frederic, FR is activated in the system preferences eh? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 17:55:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 16:55:11 +0000 Subject: [Koha-bugs] [Bug 5979] OPAC : using OPACISBD systempreference to display link In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5979 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com AssignedTo|henridamien at koha-fr.org |alex.arnaud at biblibre.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 17:55:36 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 16:55:36 +0000 Subject: [Koha-bugs] [Bug 5888] opac-detail subject/author links improvements In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5888 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|paul.poulain at biblibre.com |julian.maurice at biblibre.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 17:56:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 16:56:05 +0000 Subject: [Koha-bugs] [Bug 6030] Allow for html in letters in overdue notices In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6030 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|henridamien at koha-fr.org |stephane.delaune at biblibre.c | |om -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 17:57:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 16:57:39 +0000 Subject: [Koha-bugs] [Bug 6029] Date processing not done to all dates in overdue mails In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6029 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com AssignedTo|henridamien at koha-fr.org |stephane.delaune at biblibre.c | |om -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 17:57:57 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 16:57:57 +0000 Subject: [Koha-bugs] [Bug 5916] Don't show the link to edit authorities to people who don't have permissions to edit In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5916 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|paul.poulain at biblibre.com |christophe.croullebois at bibl | |ibre.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 17:58:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 16:58:34 +0000 Subject: [Koha-bugs] [Bug 6132] System preferences are case sensitive In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6132 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|paul.poulain at biblibre.com |julian.maurice at biblibre.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 17:59:00 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 16:59:00 +0000 Subject: [Koha-bugs] [Bug 4221] defaultSortField & OPACdefaultSortField non functioning In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4221 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|paul.poulain at biblibre.com |sophie.meynieux at biblibre.co | |m -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 17:59:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 16:59:37 +0000 Subject: [Koha-bugs] [Bug 5771] Better error handling for import borrowers - Provide a download file of errors In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5771 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|paul.poulain at biblibre.com |alex.arnaud at biblibre.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 17:59:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 16:59:41 +0000 Subject: [Koha-bugs] [Bug 7282] invalid language selection In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7282 --- Comment #6 from Fr?d?ric Demians 2011-12-01 16:59:41 UTC --- (In reply to comment #5) > Frederic, FR is activated in the system preferences eh? Yes. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 18:00:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 17:00:12 +0000 Subject: [Koha-bugs] [Bug 5633] import borrower, add command line option In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5633 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|paul.poulain at biblibre.com |alex.arnaud at biblibre.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 18:01:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 17:01:33 +0000 Subject: [Koha-bugs] [Bug 5260] It would be nice if Koha's Acquisition module could order by email In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5260 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|henridamien at koha-fr.org |ef at math.uni-bonn.de -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 18:01:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 17:01:46 +0000 Subject: [Koha-bugs] [Bug 5635] bulkmarcimport new parameters & features In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5635 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|paul.poulain at biblibre.com |stephane.delaune at biblibre.c | |om -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 18:03:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 17:03:25 +0000 Subject: [Koha-bugs] [Bug 5905] Biblibre, Partial fine payments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5905 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|paul.poulain at biblibre.com |stephane.delaune at biblibre.c | |om -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 18:04:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 17:04:50 +0000 Subject: [Koha-bugs] [Bug 7282] invalid language selection In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7282 Fr?d?ric Demians changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6487|0 |1 is obsolete| | --- Comment #7 from Fr?d?ric Demians 2011-12-01 17:04:50 UTC --- Created attachment 6488 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6488 Proposed patch Bug 7282 Invalid language selection Fr?re S?bastien Marie refactored patch to ensure that without cookie, language selection is based on browser preferences. To reproduce the bug: - Activate en and fr-FR for OPAC - Clear your browser cookies - Select your language preference in your browser: fr, fr-fr, en - Load OPAC main page - OPAC is displayed in English, rather than French as asked by browser preferences Apply the patch and test: - Clear your browser cookies - Load OPAC main page - Pages are displayed in French -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 18:04:57 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 17:04:57 +0000 Subject: [Koha-bugs] [Bug 7282] invalid language selection In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7282 Fr?d?ric Demians changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 18:06:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 17:06:26 +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 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|paul.poulain at biblibre.com |fridolyn.somers at gmail.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 18:22:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 17:22:30 +0000 Subject: [Koha-bugs] [Bug 5974] Bogus auth check for "StaffMember" role In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5974 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Passed QA --- Comment #13 from Ian Walls 2011-12-01 17:22:30 UTC --- Template only change, easy to read, marking as Passed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 18:34:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 17:34:41 +0000 Subject: [Koha-bugs] [Bug 7284] New: Authority matching algorithm improvements Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7284 Bug #: 7284 Summary: Authority matching algorithm improvements Classification: Unclassified Change sponsored?: Seeking cosponsors Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: MARC Authority data support AssignedTo: jcamins at cpbibliography.com ReportedBy: jcamins at cpbibliography.com QAContact: ian.walls at bywatersolutions.com At present, the automatic authority matching for MARC21 is of limited use because it fails on headings with more than one subfield, doesn't take into account subfield codes, and considers punctuation significant. An improved matching algorithm should be able to match the following headings to the correct authorities (these particular examples are from a local authority file): =650 #4$aHistory =650 #4$aHistory =650 #4$aHistory$xBibliography (the technique of bibliography as applied to the study of history) =650 #4$aHistory$vBibliography (bibliographies about history) =650 #4$aHistory$vBibliography. =650 #4$aHistory$zGreek Empire$vBibliography =650 #4$aHistory$zGreek Empire$vBibliography. =650 #0$aHistory. =650 #7$aHistory.$2abc Those headings should match the following authorities: =150 #4$aHistory. =150 #4$aHistory$xBibliography. =150 #4$aHistory$vBibliography. =150 #4$aHistory$zGreek Empire$vBibliography. =150 #0$aHistory. =150 #7$aHistory.$2abc Libraries with examples of problematic headings from other authority files are respectfully requested to provide them in comments for the purpose of testing. There are a number of additional changes needed to make the link_bibs_to_authorities.pl script and the situation where BiblioAddsAuthorities=allow work properly: * The option to link headings to the first matching authority, even if there is more than one (and provide some sort of warning about that fact) * Verbose mode on link_bibs_to_authorities.pl should offer more information. * link_bibs_to_authorities.pl should be able to process only a portion of the catalog. * Allow machine-created authority records to be used for indexing. Potential future changes that would make these features even more useful: * A web interface to link_bibs_to_authorities.pl * An authority record de-duplicator * An option to correct punctuation when authorizing headings (either via link_bibs_to_authorities.pl or in the cataloging module) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 18:53:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 17:53:55 +0000 Subject: [Koha-bugs] [Bug 7282] invalid language selection In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7282 Fr?re S?bastien Marie changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Failed QA --- Comment #8 from Fr?re S?bastien Marie 2011-12-01 17:53:55 UTC --- The attachment 6488 will break search pages, as getlanguagecookie is called by catalogue/search.pl and opac/opac-search.pl for obtain the locale for stems (option enable with syspref). -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 19:08:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 18:08:28 +0000 Subject: [Koha-bugs] [Bug 7282] invalid language selection In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7282 Fr?d?ric Demians changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6488|0 |1 is obsolete| | --- Comment #9 from Fr?d?ric Demians 2011-12-01 18:08:28 UTC --- Created attachment 6489 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6489 Proposed patch, fixing comment 8 Bug 7282 Invalid language selection Fr?re S?bastien Marie refactored patch to ensure that without cookie, language selection is based on browser preferences. To reproduce the bug: - Activate en and fr-FR for OPAC - Clear your browser cookies - Select your language preference in your browser: fr, fr-fr, en - Load OPAC main page - OPAC is displayed in English, rather than French as asked by browser preferences Apply the patch and test: - Clear your browser cookies - Load OPAC main page - Pages are displayed in French -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 19:08:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 18:08:34 +0000 Subject: [Koha-bugs] [Bug 7282] invalid language selection In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7282 Fr?d?ric Demians changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 19:09:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 18:09:45 +0000 Subject: [Koha-bugs] [Bug 7282] invalid language selection In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7282 --- Comment #10 from Fr?re S?bastien Marie 2011-12-01 18:09:45 UTC --- Created attachment 6490 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6490 Bug 7282 - invalid language selection I don't known exactly how to test stem as it is biblioitems dependent. For language selection, same test as before. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 19:13:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 18:13:11 +0000 Subject: [Koha-bugs] [Bug 7282] invalid language selection In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7282 --- Comment #11 from Chris Cormack 2011-12-01 18:13:11 UTC --- I prefer the patch from Fr?re S?bastien Marie, otherwise we are introducing 2 new places where user input is not sanitised. Also, having the regexp in one place means fixing it, by adding g for example is a lot easier. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 19:17:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 18:17:17 +0000 Subject: [Koha-bugs] [Bug 7282] invalid language selection In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7282 --- Comment #12 from Fr?re S?bastien Marie 2011-12-01 18:17:17 UTC --- (In reply to comment #9) > Created attachment 6489 [details] > Proposed patch, fixing comment 8 oh ! you have corrected same time as me... so two patchs are proposed... your has some drawbacks: - re-introduce uncheck user input (I don't known for impact of user controlled string in Lingua::Stem::Snowball). - without cookie, HTTP_ACCEPT_LANG is not used for stem how to deal for the two patch proposed ? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 19:38:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 18:38:34 +0000 Subject: [Koha-bugs] [Bug 7282] invalid language selection In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7282 --- Comment #13 from Fr?d?ric Demians 2011-12-01 18:38:34 UTC --- (In reply to comment #11) > I prefer the patch from Fr?re S?bastien Marie, So do I. For the new getlanguage function, wouldn't it be better to explicitly specify the calling interface (opac/intra)? And call for example: my $lang = C4::Templates::getlanguage($cgi, 'opac'); -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 19:48:00 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 18:48:00 +0000 Subject: [Koha-bugs] [Bug 7282] invalid language selection In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7282 Fr?re S?bastien Marie changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6490|0 |1 is obsolete| | --- Comment #14 from Fr?re S?bastien Marie 2011-12-01 18:48:00 UTC --- Created attachment 6491 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6491 Bug 7282 - invalid language selection I agreed with Frederic, explicit parameter is better. I have corrected the patch accordingly, and correct a minor problem (the intranet search, as not specify the interface in getlanguage call, was using the 'opac' language... explicit argument is definitively better :-) ) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 19:48:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 18:48:24 +0000 Subject: [Koha-bugs] [Bug 6976] User hold limit can be avoided by users in OPAC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6976 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #9 from Chris Cormack 2011-12-01 18:48:24 UTC --- Liz, should this be failed qa then? Judging by your comments -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 19:52:18 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 18:52:18 +0000 Subject: [Koha-bugs] [Bug 6530] item due notice label saying 'unknown' In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6530 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6352|0 |1 is obsolete| | --- Comment #5 from Chris Cormack 2011-12-01 18:52:18 UTC --- Created attachment 6492 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6492 Bug 6530: Item Due notice label displaying as 'unknown' Some of the translated sql files still had 'Item_DUE' instead of 'Item_Due' causing the staff interface to display 'unknown' instead of the correct description. To test: - Do a new installation, using German, French, Polish, Russian or Ukrainian sample files. - Actived EnhancedMessagingPreferences - Create a new patron category and check message descriptions display correctly Signed-off-by: Chris Cormack -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 19:52:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 18:52:34 +0000 Subject: [Koha-bugs] [Bug 6530] item due notice label saying 'unknown' In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6530 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 19:58:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 18:58:55 +0000 Subject: [Koha-bugs] [Bug 6302] Failing to send email notices - to_address not set In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6302 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|PATCH-Sent |P5 - low CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |--- --- Comment #6 from Chris Cormack 2011-12-01 18:58:55 UTC --- I agree with Comment 5, I will switch this from patch sent, and hopefully we will get a patch to do both 1 and 2 in comment 5 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 20:16:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 19:16:31 +0000 Subject: [Koha-bugs] [Bug 7266] overdue.pl : filter on flags "debarred" "suspended" and "gonenoaddress" not working In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7266 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Failed QA --- Comment #2 from Chris Cormack 2011-12-01 19:16:31 UTC --- Adrian + elsif ( $borflagsfilter eq 'lost') { + $strsth .= " AND borrowers.debarred <> 0"; + } Shouldn't that be checking lost not debarred? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 20:20:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 19:20:32 +0000 Subject: [Koha-bugs] [Bug 7262] No calendar present in holidays module when there are quotes in title or description In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7262 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6394|0 |1 is obsolete| | --- Comment #4 from Chris Cormack 2011-12-01 19:20:32 UTC --- Created attachment 6493 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6493 Bug 7262 - No calendar present in holidays module when there are quotes in title or description Signed-off-by: Chris Cormack Nice patch, making use of the Template::Toolkit filters -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 20:20:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 19:20:55 +0000 Subject: [Koha-bugs] [Bug 7262] No calendar present in holidays module when there are quotes in title or description In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7262 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 20:43:54 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 19:43:54 +0000 Subject: [Koha-bugs] [Bug 6151] IndependantBranches and HomeOrHoldingBranchReturn can prevent items from being checked in In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6151 --- Comment #2 from Ian Walls 2011-12-01 19:43:54 UTC --- Better solution: A new system preference, AllowReturnToBranch, and a subroutine in C4/Circulation to leverage it. Possible syspref values: homebranch holdingbranch (which would correspond to the issuing branch) homebranch OR holdingbranch <== default if IndependantBranches is ON anywhere <== default if IndependantBranches is OFF (and for fresh installs) New C4::Circulation::CanReturnToBranch subroutine Takes in $item object and current branch Returns two values: 1 if return is allowed or 0 if return is forbidden, and the allowed return branch (defaults to homebranch is option is 'homebranch or holdingbranch') Change the conditional in AddReturn to consult this subroutine instead of comparing $branch to $hbr and looking for IndependantBranches syspref. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 20:47:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 19:47:03 +0000 Subject: [Koha-bugs] [Bug 7251] Fields are separated by "t" when the delimiter preference is set to "tabulation" in overdue_notices.pl In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7251 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6370|0 |1 is obsolete| | --- Comment #2 from Chris Cormack 2011-12-01 19:47:03 UTC --- Created attachment 6494 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6494 Bug 7251 : Corrects a problem in overdue_notices.pl when delimiter is set to tabulation Signed-off-by: Chris Cormack -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 20:49:00 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 19:49:00 +0000 Subject: [Koha-bugs] [Bug 7251] Fields are separated by "t" when the delimiter preference is set to "tabulation" in overdue_notices.pl In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7251 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 21:01:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 20:01:30 +0000 Subject: [Koha-bugs] [Bug 7282] invalid language selection In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7282 Fr?d?ric Demians changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6489|0 |1 is obsolete| | Attachment #6491|0 |1 is obsolete| | --- Comment #15 from Fr?d?ric Demians 2011-12-01 20:01:30 UTC --- Created attachment 6495 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6495 Signed-off patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 21:01:43 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 20:01:43 +0000 Subject: [Koha-bugs] [Bug 7282] invalid language selection In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7282 Fr?d?ric Demians changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 21:04:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 20:04:15 +0000 Subject: [Koha-bugs] [Bug 7072] Use MARCAuthorityControlField008 to generate default 008 fields in AddAuthority In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7072 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz, | |jcamins at cpbibliography.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 21:19:09 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 20:19:09 +0000 Subject: [Koha-bugs] [Bug 7251] Fields are separated by "t" when the delimiter preference is set to "tabulation" in overdue_notices.pl In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7251 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Passed QA --- Comment #3 from Ian Walls 2011-12-01 20:19:09 UTC --- \t is a much better choice of separator than just 't', and actually corresponds to what 'tabulation' intends. marking as passed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 21:31:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 20:31:47 +0000 Subject: [Koha-bugs] [Bug 7028] koha-conf.xml template that comes with the packages needs updating In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7028 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5908|0 |1 is obsolete| | --- Comment #2 from Chris Cormack 2011-12-01 20:31:47 UTC --- Created attachment 6496 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6496 Bug 7028 - updated the koha-conf.xml template Now it more closely matches the one that's distributed in /etc Signed-off-by: Chris Cormack -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 22:36:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 21:36:04 +0000 Subject: [Koha-bugs] [Bug 6151] IndependantBranches and HomeOrHoldingBranchReturn can prevent items from being checked in In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6151 --- Comment #3 from Ian Walls 2011-12-01 21:36:04 UTC --- Created attachment 6497 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6497 Proposed Patch In order to solve the issue of IndependantBranches being incompatible with HomeOrHoldingBranchReturn, this patch changes the mechanism by which the question "can I return this material here?" is answered. Before, the conditions were "if IndependantBranches is on, and this branch isn't HomeOrHoldingBranchReturn for the item, then no, otherwise yes". Now, the question is answered by consulting CanBookBeReturned (new subroutine) New system preference: AllowReturnToBranch Possible values: - anywhere (default for new installs, and for existing systems with IndependantBranches turned off) - homebranch - holdingbranch (which is also the issuing branch in all normal circumstances) - homeorholdingbranch (default for existing systems with IndependantBranches turned on) New subroutine: CanBookBeReturned Input: $item hash (from GetItems), and $branchcode Output: 0 or 1 to indicate "allowed" or not, and an optional message if not allowed. Message is the 'correct' branchcode to return the material to To Test: 1. Install patch and new syspref 2. Check that default value of the preference: - if IndependantBranches was OFF at install time, should be 'anywhere' - if IndependantBranches was ON at install time, should be 'homeorholdingbranch' Case: 'anywhere' 1. Checkout a Library A book at Library A. Return at Library A should be successful 2. Repeat step 1, returning to Library B. Return should be successful 3. Checkout a Library A book at Library B. Return to A should be successful 4. Repeat step 3 with Library B and Library C Case: 'homebranch' 1. Checkout a Library A book at Library A. Return at Library A should be successful 2. Repeat step 1, returning to Library B. Return should FAIL (returning message to return at A) 3. Checkout a Library A book at Library B. Return to Library A should be successful 4. Repeat step 3 with Library B and Library C. Both should FAIL (returning message to return at A) Case: 'holdingbranch' 1. Checkout a Library A book at Library A. Return at Library A should be successful 2. Repeat step 1, returning to Library B. Return should FAIL (returning message to return at A) 3. Checkout a Library A book at Library B. Return to A should FAIL (returning message to return at B) 4. Repeat step 3 with Library B. Return should be successful 5. Repeat step 3 with Library C. Return should FAIL (returning message to return at B) Case: 'homeorholdingbranch' 1. Checkout a Library A book at Library A. Return at Library A should be successful 2. Repeat step 1, returning to Library B. Return should FAIL (returning message to return at A) 3. Checkout a Library A book at Library B. Return to A should be successful 4. Repeat step 3 with Library B. Return should be successful 5. Repeat step 3 with Library C. Return should FAIL (returning message to return at A) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 22:36:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 21:36:24 +0000 Subject: [Koha-bugs] [Bug 6151] IndependantBranches and HomeOrHoldingBranchReturn can prevent items from being checked in In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6151 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff AssignedTo|ian.walls at bywatersolutions. |jonathan.druart at biblibre.co |com |m -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 1 23:50:22 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 22:50:22 +0000 Subject: [Koha-bugs] [Bug 3216] UNIMARC author facets In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3216 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls at bywatersolutions. | |com Version|rel_3_2 |master --- Comment #1 from Ian Walls 2011-12-01 22:50:22 UTC --- Having just looked at the GetFacets code, I'm quite confident this is still an issue. Bumping the version number. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 1 23:54:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 22:54:35 +0000 Subject: [Koha-bugs] [Bug 4255] Add item type to facet list In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4255 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls at bywatersolutions. | |com Version|rel_3_2 |master --- Comment #1 from Ian Walls 2011-12-01 22:54:35 UTC --- This is probably one of the more difficult cases! While it is possible to dump multiple MARC fields into a facet, it is NOT possible to look in different subfields across those facets. Since item type is stored at both the item level AND the biblio level, then we need to be able to mix and match both. In MARC21, those fields are 942$c and 952$y. Either we need to remap 942$c to 942$y in MARC21, or we need to modify C4::Search::getRecords in a such a way that it can handle subfields tied to specific fields. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 00:25:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 23:25:45 +0000 Subject: [Koha-bugs] [Bug 7072] Use MARCAuthorityControlField008 to generate default 008 fields in AddAuthority In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7072 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6012|0 |1 is obsolete| | --- Comment #3 from Jared Camins-Esakov 2011-12-01 23:25:45 UTC --- Created attachment 6498 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6498 Use MARCAuthorityControlField008 in AddAuthority for empty 008s The old default value for field 008 didn't have the correct length, which could potentially cause data corruptions. Uses the MARCAuthorityControlField008 preference added by BUG4839. http://bugs.koha-community.org/show_bug.cgi?id=7072 Signed-off-by: Jared Camins-Esakov -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 00:28:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 23:28:48 +0000 Subject: [Koha-bugs] [Bug 7072] Use MARCAuthorityControlField008 to generate default 008 fields in AddAuthority In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7072 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Patch Status|Needs Signoff |Signed Off --- Comment #4 from Jared Camins-Esakov 2011-12-01 23:28:48 UTC --- Provided you've set your sysprefs properly, this works as expected. I also confirmed that there is no change to behavior in the authorities editor. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 00:57:18 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 23:57:18 +0000 Subject: [Koha-bugs] [Bug 6553] Parentheses in corporate author break tracings In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6553 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 00:59:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 23:59:24 +0000 Subject: [Koha-bugs] [Bug 6519] Analytic links should use ti,phr In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6519 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 00:59:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Dec 2011 23:59:47 +0000 Subject: [Koha-bugs] [Bug 6520] Items don't display when viewing staged records In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6520 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 01:02:36 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 00:02:36 +0000 Subject: [Koha-bugs] [Bug 5973] Staff client should use divs/spans with classes for CSS customization In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5973 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #3 from MJ Ray (software.coop) 2011-04-03 23:19:54 UTC --- This bug is mentioned in: Bug 5973: Add spans to staff client results http://lists.koha-community.org/pipermail/koha-patches/2011-March/014288.html --- Comment #4 from Jared Camins-Esakov 2011-12-02 00:02:36 UTC --- Closing this bug for now. Can be reopened for future instances where classes need to be added to divs/spans in the staff client for customization purposes. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 01:02:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 00:02:49 +0000 Subject: [Koha-bugs] [Bug 5975] OPAC should use divs/spans with classes for CSS customization In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5975 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #4 from Jared Camins-Esakov 2011-12-02 00:02:49 UTC --- Closing this bug for now. Can be reopened for future instances where classes need to be added to divs/spans in the OPAC for customization purposes. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 01:09:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 00:09:17 +0000 Subject: [Koha-bugs] [Bug 5675] Returned items always trigger hold notification In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5675 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 01:09:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 00:09:17 +0000 Subject: [Koha-bugs] [Bug 5609] Holds Rewrite In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5609 Bug 5609 depends on bug 5675, which changed state. Bug 5675 Summary: Returned items always trigger hold notification http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5675 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 01:28:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 00:28:12 +0000 Subject: [Koha-bugs] [Bug 5369] se queries with paranthesis fail In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5369 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6448|0 |1 is obsolete| | --- Comment #8 from Jared Camins-Esakov 2011-12-02 00:28:12 UTC --- Created attachment 6499 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6499 Bug 5369: se queries with paranthesis fail This patch does several things to make the search work better: 1) Adding "" around search terms for queries on index se. 2) Make links for 8xx obey the UseControlNumber system preference 3) Fix the indexing for 8xx fields, as they were not included in the se index before Note: Make sure you copy the new record.abs into your koha-dev directory and reindex before testing. To test: 1) Add records using the following fields: 440$a 490$a ind. 1 = empty or 0 490$a ind. 1 = 1 800$a, 810$a, 811$a or 830$a Example value taken form bug description, should only work after applying the patch: DHEW publication no. (HSM) 73-1804 Please also test with other examples. Signed-off-by: Jared Camins-Esakov -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 01:32:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 00:32:07 +0000 Subject: [Koha-bugs] [Bug 5369] se queries with paranthesis fail In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5369 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #9 from Jared Camins-Esakov 2011-12-02 00:32:07 UTC --- Nice work, Katrin! A follow-up patch from me converting the series tracings to se,phr: is forthcoming. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 01:36:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 00:36:30 +0000 Subject: [Koha-bugs] [Bug 5211] marking lost (long overdue) not charging fines In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5211 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|kyle.m.hall at gmail.com |srdjan at catalyst.net.nz --- Comment #2 from Srdjan Jankovic 2011-12-02 00:36:30 UTC --- Created attachment 6500 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6500 patch Modified the LostItem() subroutine to take a "charge" parameter, and altered any usage of that subroutine to pass said param (to maintain consistency). That'll lay some of the groundwork while we get the larger issue of the admin interface worked out. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 01:37:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 00:37:08 +0000 Subject: [Koha-bugs] [Bug 5211] marking lost (long overdue) not charging fines In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5211 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff Change sponsored?|--- |Sponsored -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 01:41:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 00:41:16 +0000 Subject: [Koha-bugs] [Bug 5369] se queries with paranthesis fail In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5369 --- Comment #10 from Jared Camins-Esakov 2011-12-02 00:41:16 UTC --- Created attachment 6501 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6501 Bug 5369: Make series tracings use phrase indexes By definition, series tracings should search for other records in the same series, i.e., those with the exact same series title. This patch forces the tracings to use phrase indexes for series tracings. Note that this patch DOES NOT respect TraceCompleteSubfields. While that may be desirable, it is outside the scope of the current patch. An additional follow-up patch could be written to add support for TraceCompleteSubfields, if community concensus is that series tracings should obey TraceCompleteSubfields. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 01:42:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 00:42:02 +0000 Subject: [Koha-bugs] [Bug 5369] se queries with paranthesis fail In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5369 --- Comment #11 from Jared Camins-Esakov 2011-12-02 00:42:02 UTC --- The second patch still requires sign-off. The first patch has been signed off. Please note that the second patch depends on the first patch. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 01:53:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 00:53:17 +0000 Subject: [Koha-bugs] [Bug 6971] XSLT Opac Detail displays 245 subfields out of order In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6971 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6341|0 |1 is obsolete| | --- Comment #2 from Jared Camins-Esakov 2011-12-02 00:53:17 UTC --- Created attachment 6502 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6502 Bug 6971: XSLT Opac Detail displays 245 subfields out of order. 245 Subfields in the OPAC Detail Display (MARC21slim2OPACDetail.xsl) are being reordered on display. Instead of displaying 245$a 245$h 245$b, the stylesheet was displaying 245$a 245$b 245$h. This patch does not address ISBD punctuation. Signed-off-by: Jared Camins-Esakov Clarified commit message. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 01:53:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 00:53:32 +0000 Subject: [Koha-bugs] [Bug 6971] XSLT Opac Detail displays 245 subfields out of order In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6971 --- Comment #3 from Jared Camins-Esakov 2011-12-02 00:53:32 UTC --- Created attachment 6503 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6503 Bug 6971: XSLT Intranet Detail displays 245 subfields out of order 245 Subfields in the Intranet Detail Display (MARC21slim2intranetDetail.xsl) are being reordered on display. Instead of displaying 245$a 245$h 245$b, the stylesheet was displaying 245$a 245$b 245$h. This patch does not address ISBD punctuation. Signed-off-by: Jared Camins-Esakov Follow-up patch to address the issue in the staff client. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 01:53:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 00:53:48 +0000 Subject: [Koha-bugs] [Bug 6971] XSLT Opac Detail displays 245 subfields out of order In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6971 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |jcamins at cpbibliography.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 01:55:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 00:55:46 +0000 Subject: [Koha-bugs] [Bug 6971] XSLT Opac Detail displays 245 subfields out of order In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6971 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|oleonard at myacpl.org |ago at bywatersolutions.com --- Comment #4 from Jared Camins-Esakov 2011-12-02 00:55:46 UTC --- The first patch has been signed off. The second patch, a follow-up for the staff client, still needs sign-off. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 02:14:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 01:14:24 +0000 Subject: [Koha-bugs] [Bug 2629] Diacritics not being ignored when searching In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2629 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jcamins at cpbibliography.com --- Comment #28 from Jared Camins-Esakov 2011-12-02 01:14:24 UTC --- I cannot replicate the problem that the second patch is trying to fix. As far as I can tell, all the accent characters it addresses already work properly. Please provide a more complete description and sample record. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 05:06:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 04:06:27 +0000 Subject: [Koha-bugs] [Bug 6489] cancelling hold from holds awaiting pickup does not trigger transit In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6489 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|ian.walls at bywatersolutions. |srdjan at catalyst.net.nz |com | --- Comment #5 from Srdjan Jankovic 2011-12-02 04:06:27 UTC --- Created attachment 6504 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6504 patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 05:06:54 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 04:06:54 +0000 Subject: [Koha-bugs] [Bug 6489] cancelling hold from holds awaiting pickup does not trigger transit In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6489 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff Change sponsored?|--- |Sponsored -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 07:25:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 06:25:25 +0000 Subject: [Koha-bugs] [Bug 6868] Need a script to fix bad accountno data in accountlines In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6868 --- Comment #3 from Chris Cormack 2011-12-02 06:25:25 UTC --- Created attachment 6505 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6505 Bug 6868 : Script to clean up accountno This script cleans up damage to the accountlines table caused by the writeoff() subroutine in members/pay.pl (pre bug 3498 integration). Includes two flags: -t Runs this in test mode. The database is not actually updated; if omitted, the changes run on database directly. -v Prints out every change made to screen; if omitted, just shows progress counter This script can take some time to run; 8000 updates in 5:30 minutes on a powerful system, in my experience. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 07:28:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 06:28:59 +0000 Subject: [Koha-bugs] [Bug 6971] XSLT Opac Detail displays 245 subfields out of order In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6971 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6503|0 |1 is obsolete| | --- Comment #5 from Chris Cormack 2011-12-02 06:28:59 UTC --- Created attachment 6506 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6506 Bug 6971: XSLT Intranet Detail displays 245 subfields out of order 245 Subfields in the Intranet Detail Display (MARC21slim2intranetDetail.xsl) are being reordered on display. Instead of displaying 245$a 245$h 245$b, the stylesheet was displaying 245$a 245$b 245$h. This patch does not address ISBD punctuation. Signed-off-by: Jared Camins-Esakov Follow-up patch to address the issue in the staff client. Signed-off-by: Chris Cormack -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 07:29:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 06:29:34 +0000 Subject: [Koha-bugs] [Bug 6971] XSLT Opac Detail displays 245 subfields out of order In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6971 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 07:33:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 06:33:15 +0000 Subject: [Koha-bugs] [Bug 5369] se queries with paranthesis fail In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5369 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6501|0 |1 is obsolete| | --- Comment #12 from Katrin Fischer 2011-12-02 06:33:15 UTC --- Created attachment 6507 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6507 [SIGNED-OFF] Bug 5369: Make series tracings use phrase indexes By definition, series tracings should search for other records in the same series, i.e., those with the exact same series title. This patch forces the tracings to use phrase indexes for series tracings. Note that this patch DOES NOT respect TraceCompleteSubfields. While that may be desirable, it is outside the scope of the current patch. An additional follow-up patch could be written to add support for TraceCompleteSubfields, if community concensus is that series tracings should obey TraceCompleteSubfields. Signed-off-by: Katrin Fischer Thx for the follow up and sign off Jared :) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 07:34:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 06:34:30 +0000 Subject: [Koha-bugs] [Bug 5369] se queries with paranthesis fail In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5369 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 07:56:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 06:56:04 +0000 Subject: [Koha-bugs] [Bug 6302] Failing to send email notices - to_address not set In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6302 --- Comment #7 from Katrin Fischer 2011-12-02 06:56:04 UTC --- Created attachment 6508 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6508 Bug 6302: Separate AutoEmailPrimaryAdress and AutoEmailOpacUser AutoEmailPrimaryAddress is not only used for the patron account mails, but also for overdues and other email notices to patrons. This patch separates the system preferences in the system preference editor. To test: - Check Patrons tab shows both system preferences separated - Check you can still change the settings -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 08:17:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 07:17:08 +0000 Subject: [Koha-bugs] [Bug 3216] UNIMARC author facets In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3216 --- Comment #2 from Fr?d?ric Demians 2011-12-02 07:17:08 UTC --- Created attachment 6509 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6509 Proposed patch To be tested on MARC21 and UNIMARC installations. Following patches welcomed to use subfields for other facets than UNIMARC 70x. On MARC21, nothing must change. To see a facet other subfields, tweak C4::Koha getFacets(). For example, to have 650 field other subfields, replace: { link_value => 'su-to', label_value => 'Topics', tags => ['650'], subfield => 'a', }, with: { link_value => 'su-to', label_value => 'Topics', tags => ['650'], subfield => 'abvxyz', }, -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 08:17:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 07:17:34 +0000 Subject: [Koha-bugs] [Bug 3216] UNIMARC author facets In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3216 Fr?d?ric Demians changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff AssignedTo|gmcharlt at gmail.com |frederic at tamil.fr -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 08:26:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 07:26:21 +0000 Subject: [Koha-bugs] [Bug 7225] "Delete all items" should be greyed out when a title has no items In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7225 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6312|0 |1 is obsolete| | --- Comment #2 from Chris Cormack 2011-12-02 07:26:21 UTC --- Created attachment 6510 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6510 Bug 7225 - "Delete all items" should be greyed out when a title has no items This patch changes the catalog toolbar so that when there are no items attached to a record the "Delete all items" menu item appears to be disabled. Clicking it will trigger an alert, "This record has no items." Signed-off-by: Chris Cormack -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 08:27:01 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 07:27:01 +0000 Subject: [Koha-bugs] [Bug 7225] "Delete all items" should be greyed out when a title has no items In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7225 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 08:43:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 07:43:31 +0000 Subject: [Koha-bugs] [Bug 6914] koha_perl_deps.pl color option changes user's shell prompt In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6914 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5591|0 |1 is obsolete| | --- Comment #4 from Chris Cormack 2011-12-02 07:43:31 UTC --- Created attachment 6511 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6511 Bug 6914 - fixes for the color option of koha_perl_deps.pl Reset the terminal color mode after reporting (to avoid polluting the user's shell), and use blue instead of white for the report header and footer. Signed-off-by: Chris Cormack -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 08:43:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 07:43:46 +0000 Subject: [Koha-bugs] [Bug 6914] koha_perl_deps.pl color option changes user's shell prompt In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6914 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 08:45:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 07:45:50 +0000 Subject: [Koha-bugs] [Bug 4838] Repeated authority headings break biblio record data entry form In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4838 --- Comment #9 from Fr?d?ric Demians 2011-12-02 07:45:50 UTC --- > BTW changing the template to something like "[250a][ - 250x][ - 250y][ - 250z] > [(250b)]" (one dash instead of two) helps, of course. I confirm the bug, the diagnostic and the above solution (that I prefer to others...). Would you mind sending a patch replacing '--' with '-'? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 09:00:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 08:00:25 +0000 Subject: [Koha-bugs] [Bug 5468] libyaz3 debian dependency In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5468 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Does not apply --- Comment #15 from Chris Cormack 2011-12-02 08:00:25 UTC --- Lots conflicts on current master -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 09:09:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 08:09:41 +0000 Subject: [Koha-bugs] [Bug 7285] New: ILSDI service AuthenticatePatron doesn't work Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7285 Bug #: 7285 Summary: ILSDI service AuthenticatePatron doesn't work Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing AssignedTo: gmcharlt at gmail.com ReportedBy: alex.arnaud at biblibre.com QAContact: ian.walls at bywatersolutions.com I get this error: "Undefined subroutine &C4::ILSDI::Services::checkpw called at /home/alex/workspace/versions/koha34/C4/ILSDI/Services.pm line 318." when i call AuthenticatePatron service. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 09:11:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 08:11:40 +0000 Subject: [Koha-bugs] [Bug 7285] ILSDI service AuthenticatePatron doesn't work In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7285 Alex Arnaud changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |P1 - high Severity|enhancement |blocker -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 09:12:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 08:12:03 +0000 Subject: [Koha-bugs] [Bug 7285] ILSDI service AuthenticatePatron doesn't work In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7285 Alex Arnaud changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|gmcharlt at gmail.com |alex.arnaud at biblibre.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 09:21:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 08:21:26 +0000 Subject: [Koha-bugs] [Bug 7285] ILSDI service AuthenticatePatron doesn't work In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7285 --- Comment #1 from Alex Arnaud 2011-12-02 08:21:26 UTC --- Created attachment 6512 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6512 Proposed patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 09:21:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 08:21:49 +0000 Subject: [Koha-bugs] [Bug 7285] ILSDI service AuthenticatePatron doesn't work In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7285 Alex Arnaud changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 - high |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 09:37:22 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 08:37:22 +0000 Subject: [Koha-bugs] [Bug 7227] "Delete all items" action should redirect to the detail view, not the items view In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7227 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6311|0 |1 is obsolete| | --- Comment #2 from Chris Cormack 2011-12-02 08:37:22 UTC --- Created attachment 6513 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6513 Fix for Bug 7227, "Delete all items" action should redirect to the detail view Using the delete all items function should now redirect back to the biblio view specified in the BiblioDefaultView system preference. Signed-off-by: Chris Cormack -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 09:38:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 08:38:03 +0000 Subject: [Koha-bugs] [Bug 7227] "Delete all items" action should redirect to the detail view, not the items view In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7227 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 09:41:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 08:41:05 +0000 Subject: [Koha-bugs] [Bug 7286] New: fix rebuild_zebra.pl to add rebuild_zebra_sliced.zsh and Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7286 Bug #: 7286 Summary: fix rebuild_zebra.pl to add rebuild_zebra_sliced.zsh and Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_6 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching AssignedTo: gmcharlt at gmail.com ReportedBy: stephane.delaune at biblibre.com QAContact: ian.walls at bywatersolutions.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 09:41:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 08:41:31 +0000 Subject: [Koha-bugs] [Bug 7286] fix rebuild_zebra.pl to add rebuild_zebra_sliced.zsh and In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7286 stephane.delaune at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|gmcharlt at gmail.com |stephane.delaune at biblibre.c | |om -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 09:43:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 08:43:08 +0000 Subject: [Koha-bugs] [Bug 6908] increase DEBUG level for *NOISY* Dates.pm init() messages In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6908 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5536|0 |1 is obsolete| | --- Comment #3 from Chris Cormack 2011-12-02 08:43:08 UTC --- Created attachment 6514 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6514 Bug 6908 - increase DEBUG level for *NOISY* Dates.pm init() messages Signed-off-by: Chris Cormack -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 09:43:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 08:43:46 +0000 Subject: [Koha-bugs] [Bug 6908] increase DEBUG level for *NOISY* Dates.pm init() messages In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6908 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 09:45:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 08:45:16 +0000 Subject: [Koha-bugs] [Bug 7285] ILSDI service AuthenticatePatron doesn't work In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7285 --- Comment #2 from Alex Arnaud 2011-12-02 08:45:16 UTC --- for testing: kohaopac/cgi-bin/koha/ilsdi.pl?service=AuthenticatePatron&username=&password= -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 09:46:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 08:46:16 +0000 Subject: [Koha-bugs] [Bug 7286] fix rebuild_zebra.pl to add rebuild_zebra_sliced.zsh In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7286 stephane.delaune at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|fix rebuild_zebra.pl to add |fix rebuild_zebra.pl to add |rebuild_zebra_sliced.zsh |rebuild_zebra_sliced.zsh |and | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 09:50:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 08:50:29 +0000 Subject: [Koha-bugs] [Bug 7247] rebuild_zebra.pl -v should show all Zebra log output In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7247 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6346|0 |1 is obsolete| | --- Comment #2 from Chris Cormack 2011-12-02 08:50:29 UTC --- Created attachment 6515 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6515 Bug 7247 - rebuild_zebra.pl -v should show all Zebra log output Currently, -v option resets Zebra log output to default system values. This produce amount of log specified in system defaults which is usually too low for debugging. This change explicitly forces all Zebra log output which create much more chatter so it triggers with verbosity level 2 Test scenario: 1. pick koha site to reindex 2. use -v -v options to rebuild_zebra.pl to see additional output Signed-off-by: Chris Cormack -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 09:50:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 08:50:47 +0000 Subject: [Koha-bugs] [Bug 7247] rebuild_zebra.pl -v should show all Zebra log output In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7247 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 09:56:19 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 08:56:19 +0000 Subject: [Koha-bugs] [Bug 7285] ILSDI service AuthenticatePatron doesn't work In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7285 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #3 from Chris Cormack 2011-12-02 08:56:19 UTC --- Very simple change, easily tested, signing off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 09:56:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 08:56:48 +0000 Subject: [Koha-bugs] [Bug 7285] ILSDI service AuthenticatePatron doesn't work In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7285 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6512|0 |1 is obsolete| | --- Comment #4 from Chris Cormack 2011-12-02 08:56:48 UTC --- Created attachment 6516 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6516 bug/7285 Use C4::Auth::checkpw instead of checkpw only Signed-off-by: Chris Cormack -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 09:56:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 08:56:52 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at biblibre.co | |m AssignedTo|henridamien at koha-fr.org |jonathan.druart at biblibre.co | |m -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 09:56:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 08:56:59 +0000 Subject: [Koha-bugs] [Bug 7285] ILSDI service AuthenticatePatron doesn't work In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7285 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:00:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:00:42 +0000 Subject: [Koha-bugs] [Bug 7287] New: overdue notification is processed several times if some sites do not have rules Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7287 Bug #: 7287 Summary: overdue notification is processed several times if some sites do not have rules Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_6 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 - low Component: Tools AssignedTo: gmcharlt at gmail.com ReportedBy: sophie.meynieux at biblibre.com QAContact: ian.walls at bywatersolutions.com If you give a library as parameter and it does not have rules, all overdues are processed, even if they don't belong to that library. To test this : - not defautlt rules - one site with rules - one other site without rule - overdue issues in both sites - execute : misc/cronjobs/overdue_notices.pl -t -library As a result, a message is generated for every overdue issues in message_queue, not only for the one belonging to the site given as parameter -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:13:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:13:21 +0000 Subject: [Koha-bugs] [Bug 7287] overdue notification is processed several times if some sites do not have rules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7287 --- Comment #1 from Sophie MEYNIEUX 2011-12-02 09:13:21 UTC --- Created attachment 6517 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6517 BZ7287 : Fix overdue notification if a branch given as parameter does not have rules -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:14:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:14:25 +0000 Subject: [Koha-bugs] [Bug 7287] overdue notification is processed several times if some sites do not have rules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7287 Sophie MEYNIEUX changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:16:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:16:45 +0000 Subject: [Koha-bugs] [Bug 7197] ES translation of the Debian readme In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7197 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #3 from Chris Cormack 2011-12-02 09:16:45 UTC --- I can't vouch for the translation, but the patch applies fine and causes no problems -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:17:19 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:17:19 +0000 Subject: [Koha-bugs] [Bug 7288] New: Invoice improvements - issn seach field and checkbox invoices.pl Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7288 Bug #: 7288 Summary: Invoice improvements - issn seach field and checkbox invoices.pl Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_8 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions AssignedTo: henridamien at koha-fr.org ReportedBy: claire.hernandez at biblibre.com QAContact: ian.walls at bywatersolutions.com adds ISSN to ISBN/EAN search field and a checkbox "show only subscriptions" in invoices.pl page so librarian can retrieve subscriptions invoices. (BibLibre MT6534) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:18:38 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:18:38 +0000 Subject: [Koha-bugs] [Bug 7197] ES translation of the Debian readme In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7197 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6375|0 |1 is obsolete| | --- Comment #4 from Chris Cormack 2011-12-02 09:18:38 UTC --- Created attachment 6518 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6518 Bug 7197 - add a Spanish readme file to the packages Signed-off-by: Chris Cormack -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:19:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:19:24 +0000 Subject: [Koha-bugs] [Bug 7197] ES translation of the Debian readme In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7197 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:19:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:19:46 +0000 Subject: [Koha-bugs] [Bug 7288] Invoice improvements - issn seach field and checkbox invoices.pl In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7288 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |7163 Depends on| |6533 Change sponsored?|--- |Sponsored AssignedTo|henridamien at koha-fr.org |claire.hernandez at biblibre.c | |om -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:19:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:19:46 +0000 Subject: [Koha-bugs] [Bug 6533] Enhancement: Printer Friendly Lists In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6533 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |7288 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 10:19:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:19:46 +0000 Subject: [Koha-bugs] [Bug 7163] BibLibre acquisitions omnibus In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7163 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |7288 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:21:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:21:32 +0000 Subject: [Koha-bugs] [Bug 7289] New: edition statement field Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7289 Bug #: 7289 Summary: edition statement field Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_8 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions AssignedTo: henridamien at koha-fr.org ReportedBy: claire.hernandez at biblibre.com QAContact: ian.walls at bywatersolutions.com Adding a field "edition statement" to neworderempty.pl (BibLibre MT5837) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:21:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:21:59 +0000 Subject: [Koha-bugs] [Bug 7289] edition statement field In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7289 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |7163 Change sponsored?|--- |Sponsored -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:21:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:21:59 +0000 Subject: [Koha-bugs] [Bug 7163] BibLibre acquisitions omnibus In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7163 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |7289 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:22:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:22:55 +0000 Subject: [Koha-bugs] [Bug 7289] edition statement field In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7289 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|henridamien at koha-fr.org |claire.hernandez at biblibre.c | |om -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:23:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:23:27 +0000 Subject: [Koha-bugs] [Bug 7266] overdue.pl : filter on flags "debarred" "suspended" and "gonenoaddress" not working In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7266 --- Comment #3 from Adrien SAURAT 2011-12-02 09:23:27 UTC --- Created attachment 6519 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6519 patch #2 Corrected the "lost" case which was checking the "debarred" field. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:24:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:24:03 +0000 Subject: [Koha-bugs] [Bug 7266] overdue.pl : filter on flags "debarred" "suspended" and "gonenoaddress" not working In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7266 Adrien SAURAT changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:24:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:24:21 +0000 Subject: [Koha-bugs] [Bug 7290] New: new permission for recieving Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7290 Bug #: 7290 Summary: new permission for recieving Classification: Unclassified Change sponsored?: Sponsored Product: Koha Version: rel_3_8 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions AssignedTo: claire.hernandez at biblibre.com ReportedBy: claire.hernandez at biblibre.com QAContact: ian.walls at bywatersolutions.com Blocks: 7163 adds order_receive_all permission to recieve a shipment whatever the branch associated (order line branch ou basket branch) (BibLibre MT6528) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:24:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:24:21 +0000 Subject: [Koha-bugs] [Bug 7163] BibLibre acquisitions omnibus In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7163 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |7290 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:30:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:30:03 +0000 Subject: [Koha-bugs] [Bug 7291] New: claims management improvement Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7291 Bug #: 7291 Summary: claims management improvement Classification: Unclassified Change sponsored?: Sponsored Product: Koha Version: rel_3_8 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions AssignedTo: claire.hernandez at biblibre.com ReportedBy: claire.hernandez at biblibre.com QAContact: ian.walls at bywatersolutions.com Blocks: 7163 claim: button "check all" & estimated date. Add a button to "check all" on the acquisition claim page. A filter on estimated dates will be added (BibLibre MT6546) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:30:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:30:03 +0000 Subject: [Koha-bugs] [Bug 7163] BibLibre acquisitions omnibus In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7163 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |7291 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:31:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:31:17 +0000 Subject: [Koha-bugs] [Bug 7292] New: new permission for claims Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7292 Bug #: 7292 Summary: new permission for claims Classification: Unclassified Change sponsored?: Sponsored Product: Koha Version: rel_3_8 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions AssignedTo: claire.hernandez at biblibre.com ReportedBy: claire.hernandez at biblibre.com QAContact: ian.walls at bywatersolutions.com Blocks: 7163 "new permission for claims: the librarian can have a permission ""claim for all"". Without this permission, he can claim only on basket he is a ""user"" of " (BibLibre MT6542) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:31:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:31:17 +0000 Subject: [Koha-bugs] [Bug 7163] BibLibre acquisitions omnibus In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7163 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |7292 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:32:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:32:59 +0000 Subject: [Koha-bugs] [Bug 7293] New: new fields in vendor table Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7293 Bug #: 7293 Summary: new fields in vendor table Classification: Unclassified Change sponsored?: Sponsored Product: Koha Version: rel_3_8 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions AssignedTo: claire.hernandez at biblibre.com ReportedBy: claire.hernandez at biblibre.com QAContact: ian.walls at bywatersolutions.com Blocks: 7163 Add 2 fields to the vendor : vendor internal number (our number at the vendor), and delay to recieve order. Estimate recieving date will be displayed in various places (BibLibre 5850) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:32:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:32:59 +0000 Subject: [Koha-bugs] [Bug 7163] BibLibre acquisitions omnibus In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7163 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |7293 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:33:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:33:44 +0000 Subject: [Koha-bugs] [Bug 7294] New: status "in order" Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7294 Bug #: 7294 Summary: status "in order" Classification: Unclassified Change sponsored?: Sponsored Product: Koha Version: rel_3_8 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions AssignedTo: claire.hernandez at biblibre.com ReportedBy: claire.hernandez at biblibre.com QAContact: ian.walls at bywatersolutions.com Blocks: 7163 "View status 'in order' to the OPAC and staff interface: you can map specific fields from aqorders?: aqorders.branchcode aqorders.quantity aqorders.listprice aqorders.uncertainprice aqorders.rrp aqorders.ecost aqorders.notes aqorders.supplierreference aqorders.ordernumber with marc field so you can keep the information on what is currently on order at biblio level until you receive everything. Once all items have been reveived, the marc field is deleted." (BibLibre MT5834) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:33:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:33:44 +0000 Subject: [Koha-bugs] [Bug 7163] BibLibre acquisitions omnibus In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7163 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |7294 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:35:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:35:34 +0000 Subject: [Koha-bugs] [Bug 7295] New: list of librarian managing a basket Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7295 Bug #: 7295 Summary: list of librarian managing a basket Classification: Unclassified Change sponsored?: Sponsored Product: Koha Version: rel_3_8 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions AssignedTo: claire.hernandez at biblibre.com ReportedBy: claire.hernandez at biblibre.com QAContact: ian.walls at bywatersolutions.com Blocks: 7163 User management in basket : add a list of librarians ""using"" a given basket. Any librarian can add himself to the ""user list"". Add filter to users to basket list display (BibLibre MT6531) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:35:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:35:34 +0000 Subject: [Koha-bugs] [Bug 7163] BibLibre acquisitions omnibus In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7163 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |7295 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:36:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:36:29 +0000 Subject: [Koha-bugs] [Bug 7296] New: claim letter display (bug fix) Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7296 Bug #: 7296 Summary: claim letter display (bug fix) Classification: Unclassified Change sponsored?: Sponsored Product: Koha Version: rel_3_8 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions AssignedTo: claire.hernandez at biblibre.com ReportedBy: claire.hernandez at biblibre.com QAContact: ian.walls at bywatersolutions.com Blocks: 7163 display fields wich contains price in %2.F format - now in source code for a client - fixes bugs in this part (BibLibre MT6547) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:36:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:36:29 +0000 Subject: [Koha-bugs] [Bug 7163] BibLibre acquisitions omnibus In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7163 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |7296 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:37:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:37:23 +0000 Subject: [Koha-bugs] [Bug 7297] New: claims management - feedback display Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7297 Bug #: 7297 Summary: claims management - feedback display Classification: Unclassified Change sponsored?: Sponsored Product: Koha Version: rel_3_8 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions AssignedTo: claire.hernandez at biblibre.com ReportedBy: claire.hernandez at biblibre.com QAContact: ian.walls at bywatersolutions.com Blocks: 7163 claim: add a feedback. When a claim is sent display a feedback "claim has been sent" to the librarian (BibLibre MT6543) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:37:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:37:23 +0000 Subject: [Koha-bugs] [Bug 7163] BibLibre acquisitions omnibus In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7163 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |7297 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:38:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:38:25 +0000 Subject: [Koha-bugs] [Bug 7298] New: export late orders, with # of claims and claim dates Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298 Bug #: 7298 Summary: export late orders, with # of claims and claim dates Classification: Unclassified Change sponsored?: Sponsored Product: Koha Version: rel_3_8 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions AssignedTo: claire.hernandez at biblibre.com ReportedBy: claire.hernandez at biblibre.com QAContact: ian.walls at bywatersolutions.com Blocks: 7163 let the librarian export late order listing, and see how many claims have been made, as well as claim dates(BibLibre MT6844) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:38:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:38:25 +0000 Subject: [Koha-bugs] [Bug 7163] BibLibre acquisitions omnibus In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7163 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |7298 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:40:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:40:17 +0000 Subject: [Koha-bugs] [Bug 7293] new fields in vendor table In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7293 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer 2011-12-02 09:40:17 UTC --- Hi Claire, is it possible that "vendor internal number" is the same as the reintroduced accuontnumber? The number associated with the library in the vendor's system? (See bug 3388) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:49:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:49:08 +0000 Subject: [Koha-bugs] [Bug 7299] New: ILSDI HoldItem service does't set the itemnumber in reserves table Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7299 Bug #: 7299 Summary: ILSDI HoldItem service does't set the itemnumber in reserves table Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing AssignedTo: gmcharlt at gmail.com ReportedBy: alex.arnaud at biblibre.com QAContact: ian.walls at bywatersolutions.com The itemnumber is not passed in AddReserve function because parameters are not used correctly in C4/ILSDI.Services.pm. We have: $branch, $borrowernumber, $biblionumber, $constraint, $bibitems, $priority, $notes, $title, $checkitem, $found Instead of: $branch,$borrowernumber,$biblionumber,$constraint,$bibitems,$priority,$resdate,$expdate,$notes,$title,$checkitem,$found Probably because function Addreserve has changed. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:49:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:49:32 +0000 Subject: [Koha-bugs] [Bug 7299] ILSDI HoldItem service does't set the itemnumber in reserves table In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7299 Alex Arnaud changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|gmcharlt at gmail.com |alex.arnaud at biblibre.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:49:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:49:46 +0000 Subject: [Koha-bugs] [Bug 7300] New: display suggestions from librarian library only by default Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7300 Bug #: 7300 Summary: display suggestions from librarian library only by default Classification: Unclassified Change sponsored?: Sponsored Product: Koha Version: rel_3_8 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions AssignedTo: claire.hernandez at biblibre.com ReportedBy: claire.hernandez at biblibre.com QAContact: ian.walls at bywatersolutions.com Blocks: 7163 Suggestions : by default, let the librarian see only suggestions made by patrons of his library. The patron can choose to see other's as well, it's just the default (BibLibre MT 6842) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:49:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:49:46 +0000 Subject: [Koha-bugs] [Bug 7163] BibLibre acquisitions omnibus In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7163 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |7300 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:50:57 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:50:57 +0000 Subject: [Koha-bugs] [Bug 7301] New: date limit by default within advanced search Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7301 Bug #: 7301 Summary: date limit by default within advanced search Classification: Unclassified Change sponsored?: Sponsored Product: Koha Version: rel_3_8 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions AssignedTo: claire.hernandez at biblibre.com ReportedBy: claire.hernandez at biblibre.com QAContact: ian.walls at bywatersolutions.com Blocks: 7163 advanced search, date limit by default : add a date limit of 1 year by default. Of course this is just a default but usually, you search for recent acq, so that will be a usefull default (BibLibre MT 5843) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:50:57 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:50:57 +0000 Subject: [Koha-bugs] [Bug 7163] BibLibre acquisitions omnibus In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7163 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |7301 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:52:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:52:23 +0000 Subject: [Koha-bugs] [Bug 7302] New: CSV export of a basketgroup Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7302 Bug #: 7302 Summary: CSV export of a basketgroup Classification: Unclassified Change sponsored?: Sponsored Product: Koha Version: rel_3_8 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions AssignedTo: claire.hernandez at biblibre.com ReportedBy: claire.hernandez at biblibre.com QAContact: ian.walls at bywatersolutions.com Blocks: 7163 CSV export of a basketgroup: add a CSV export option for the basket group (BibLibre MT5555) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:52:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:52:23 +0000 Subject: [Koha-bugs] [Bug 7163] BibLibre acquisitions omnibus In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7163 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |7302 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:53:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:53:23 +0000 Subject: [Koha-bugs] [Bug 4051] add columns to overdues export In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4051 Adrien SAURAT changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5243|0 |1 is obsolete| | --- Comment #8 from Adrien SAURAT 2011-12-02 09:53:23 UTC --- Created attachment 6520 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6520 patch adding issuedate Patch adding the issuedate column only (itemcallnumber being already present). -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 10:54:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:54:11 +0000 Subject: [Koha-bugs] [Bug 4051] add columns to overdues export In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4051 Adrien SAURAT changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 10:54:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:54:14 +0000 Subject: [Koha-bugs] [Bug 7299] ILSDI HoldItem service does't set the itemnumber in reserves table In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7299 --- Comment #1 from Alex Arnaud 2011-12-02 09:54:14 UTC --- Created attachment 6521 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6521 Proposed patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:54:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:54:26 +0000 Subject: [Koha-bugs] [Bug 7299] ILSDI HoldItem service does't set the itemnumber in reserves table In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7299 Alex Arnaud changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:55:56 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:55:56 +0000 Subject: [Koha-bugs] [Bug 6836] jQuery plugin Datatables integration In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6836 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6467|0 |1 is obsolete| | --- Comment #20 from Julian Maurice 2011-12-02 09:55:56 UTC --- Created attachment 6522 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6522 Add jQuery dataTables plugin New patch with translatable strings DataTables strings are now in a separate .inc file -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 10:56:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:56:04 +0000 Subject: [Koha-bugs] [Bug 7303] New: Not being able to create funds with the same name Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7303 Bug #: 7303 Summary: Not being able to create funds with the same name Classification: Unclassified Change sponsored?: Sponsored Product: Koha Version: rel_3_8 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions AssignedTo: claire.hernandez at biblibre.com ReportedBy: claire.hernandez at biblibre.com QAContact: ian.walls at bywatersolutions.com Blocks: 7163 fund code / fund name unicity is now guaranteed (BibLibre MT5553) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:56:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:56:04 +0000 Subject: [Koha-bugs] [Bug 7163] BibLibre acquisitions omnibus In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7163 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |7303 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:57:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:57:07 +0000 Subject: [Koha-bugs] [Bug 7304] New: Working on funds ergonomic display and funds management by multi librarians Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7304 Bug #: 7304 Summary: Working on funds ergonomic display and funds management by multi librarians Classification: Unclassified Change sponsored?: Sponsored Product: Koha Version: rel_3_8 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions AssignedTo: claire.hernandez at biblibre.com ReportedBy: claire.hernandez at biblibre.com QAContact: ian.walls at bywatersolutions.com Blocks: 7163 "* aqbudgets.pl displays funds the librarians can use. There is a ??show all funds?? check box to access every funds. * on the fund level, you can define owner, users and/or library and then restrict access to?: none of these or to the owner only or to the ower + users o to the ower + users + librarians from a specific library. We based the restriction on the library a librarian is connected to. These restrictions take effect on?: acqui/acqui-home.pl acqui/booksellers.pl acqui/lateorders.pl acqui/neworderempty.pl acqui/parcel.pl admin/aqbudgets.pl admin/aqplan.pl" (BibLibre MT5557) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:57:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:57:07 +0000 Subject: [Koha-bugs] [Bug 7163] BibLibre acquisitions omnibus In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7163 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |7304 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 10:58:51 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:58:51 +0000 Subject: [Koha-bugs] [Bug 6836] jQuery plugin Datatables integration In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6836 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6387|0 |1 is obsolete| | Attachment #6468|0 |1 is obsolete| | --- Comment #21 from Julian Maurice 2011-12-02 09:58:51 UTC --- Created attachment 6523 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6523 Follow-up CSS work This is the Owen's patch, with "sDom" property added in default datatables options, and modifications for opac too. The readingrec.tt patch is not included in it. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 10:59:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 09:59:25 +0000 Subject: [Koha-bugs] [Bug 6836] jQuery plugin Datatables integration In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6836 --- Comment #22 from Julian Maurice 2011-12-02 09:59:25 UTC --- Created attachment 6524 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6524 Test case on readingrec.pl -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 11:00:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 10:00:34 +0000 Subject: [Koha-bugs] [Bug 6836] jQuery plugin Datatables integration In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6836 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 11:00:36 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 10:00:36 +0000 Subject: [Koha-bugs] [Bug 4226] bulkmarcimport.pl doesn't replace 001 when keepids is not specified In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4226 --- Comment #3 from Stefano Bargioni 2011-12-02 10:00:36 UTC --- Created attachment 6525 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6525 An utility to complement bulkmarcimport.pl Rather then improve bulkmarcimport.pl, sysno_keeper.pl works on biblio, biblioitems and items tables with a series of SQL commands, to reassign biblionumber and biblioitemnumber copying them from a control or data field (default 001). -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 11:01:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 10:01:48 +0000 Subject: [Koha-bugs] [Bug 6838] Filtering and pagination in subscriptions table In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6838 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6472|0 |1 is obsolete| | --- Comment #9 from Julian Maurice 2011-12-02 10:01:48 UTC --- Created attachment 6526 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6526 New patch Rebased on what have been done in bug 6836 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 11:01:53 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 10:01:53 +0000 Subject: [Koha-bugs] [Bug 6838] Filtering and pagination in subscriptions table In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6838 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 11:04:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 10:04:27 +0000 Subject: [Koha-bugs] [Bug 6113] enhancement to keep previous ids In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6113 --- Comment #14 from Stefano Bargioni 2011-12-02 10:04:27 UTC --- Created attachment 6527 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6527 An utility to complement bulkmarcimport.pl Rather then improve bulkmarcimport.pl, sysno_keeper.pl works on biblio, biblioitems and items tables with a series of SQL commands, to reassign biblionumber and biblioitemnumber copying them from a control or data field (default 001). -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 11:05:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 10:05:13 +0000 Subject: [Koha-bugs] [Bug 7283] Update About page for 3.8 release team In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7283 --- Comment #1 from M. de Rooy 2011-12-02 10:05:13 UTC --- Remembered seeing something like that already: http://lists.koha-community.org/pipermail/koha-patches/2011-November/016340.html http://lists.koha-community.org/pipermail/koha-patches/2011-November/016341.html http://lists.koha-community.org/pipermail/koha-patches/2011-November/016359.html -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 11:09:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 10:09:49 +0000 Subject: [Koha-bugs] [Bug 7305] New: Show budgets according to the library management (centralized or decentralized libraries) Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7305 Bug #: 7305 Summary: Show budgets according to the library management (centralized or decentralized libraries) Classification: Unclassified Change sponsored?: Sponsored Product: Koha Version: rel_3_8 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions AssignedTo: claire.hernandez at biblibre.com ReportedBy: claire.hernandez at biblibre.com QAContact: ian.walls at bywatersolutions.com Blocks: 7163 "Permissions added?: budget_manage_all to be able to see all budgets/fund. If you only have budget_manage permission, you will be able to use funds the administrator give you access to through the restriction at the fund level. NB?: we also added?: order_manage_all order_receive_all order_claim_for_all" (BibLibre MT5844) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 11:09:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 10:09:49 +0000 Subject: [Koha-bugs] [Bug 7163] BibLibre acquisitions omnibus In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7163 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |7305 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 11:11:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 10:11:05 +0000 Subject: [Koha-bugs] [Bug 7306] New: New field in the vendor form Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7306 Bug #: 7306 Summary: New field in the vendor form Classification: Unclassified Change sponsored?: Sponsored Product: Koha Version: rel_3_8 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions AssignedTo: claire.hernandez at biblibre.com ReportedBy: claire.hernandez at biblibre.com QAContact: ian.walls at bywatersolutions.com Blocks: 7163 "* client number * Delivery time (days)" (BibLibre MT5850) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 11:11:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 10:11:05 +0000 Subject: [Koha-bugs] [Bug 7163] BibLibre acquisitions omnibus In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7163 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |7306 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 11:17:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 10:17:17 +0000 Subject: [Koha-bugs] [Bug 7307] New: OPACBaseURL not used in opac-search.pl Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7307 Bug #: 7307 Summary: OPACBaseURL not used in opac-search.pl Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_6 Platform: All OS/Version: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: OPAC AssignedTo: adrien.saurat at biblibre.com ReportedBy: adrien.saurat at biblibre.com QAContact: ian.walls at bywatersolutions.com Some users could have a problem with the RSS feed if they have a specific base url, as the system preference OPACBaseURL is not used yet in opac-search.pl. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 11:21:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 10:21:15 +0000 Subject: [Koha-bugs] [Bug 7308] New: new column in admin/aqbudgets Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7308 Bug #: 7308 Summary: new column in admin/aqbudgets Classification: Unclassified Change sponsored?: Sponsored Product: Koha Version: rel_3_8 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions AssignedTo: claire.hernandez at biblibre.com ReportedBy: claire.hernandez at biblibre.com QAContact: ian.walls at bywatersolutions.com Blocks: 7163 display a column in admin/aqbudgets "Base level ordered" (BibLibre MT5835) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 11:21:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 10:21:15 +0000 Subject: [Koha-bugs] [Bug 7163] BibLibre acquisitions omnibus In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7163 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |7308 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 11:24:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 10:24:12 +0000 Subject: [Koha-bugs] [Bug 6835] Ability to specify types of email address in overdue_notices.pl In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6835 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|henridamien at koha-fr.org |alex.arnaud at biblibre.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 11:36:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 10:36:06 +0000 Subject: [Koha-bugs] [Bug 7309] New: Add NORMARCslim2intranetDetail.xsl for detail view in intranet Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7309 Bug #: 7309 Summary: Add NORMARCslim2intranetDetail.xsl for detail view in intranet Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Searching AssignedTo: magnus at enger.priv.no ReportedBy: magnus at enger.priv.no QAContact: ian.walls at bywatersolutions.com Currently, if you set marcflavour = NORMARC and XSLTDetailsDisplay to use XSLT, you get a nasty error, because there is no NORMARCslim2intranetDetail.xsl: Could not create file parser context for file "/home/magnus/kohanor32/koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetDetail.xsl": No such file or directory at /home/magnus/kohanor32/C4/XSLT.pm line 174 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 12:07:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 11:07:29 +0000 Subject: [Koha-bugs] [Bug 7287] overdue notification is processed several times if some sites do not have rules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7287 Sophie MEYNIEUX changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|gmcharlt at gmail.com |sophie.meynieux at biblibre.co | |m -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 12:10:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 11:10:30 +0000 Subject: [Koha-bugs] [Bug 7287] overdue notification is processed several times if some sites do not have rules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7287 Sophie MEYNIEUX changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 12:12:57 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 11:12:57 +0000 Subject: [Koha-bugs] [Bug 7310] New: Improving permissions on lists (virtual shelves) Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7310 Bug #: 7310 Summary: Improving permissions on lists (virtual shelves) Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Virtual Shelves AssignedTo: m.de.rooy at rijksmuseum.nl ReportedBy: m.de.rooy at rijksmuseum.nl QAContact: ian.walls at bywatersolutions.com Following up on report 7281 (hide lists from OPAC) I am sending the following question to the ml in order to improve lists management: 1 Who should be allowed to delete a public [closed] list (category 2 only!) or add/remove items from that list? (Note that removing all items from a list is more or less the same as removing the list at once.) My answer would be: the owner should only be allowed to do that in the OPAC. A user in the staff client may do it too. [Currently, any opac login can delete the list. This is a bug!] 2 Who should be allowed to delete an public open list (category 3 only!) or add/remove items from that list? My answer would be: any login from OPAC or staff. It should be made clear that creating such a list is really at your own risk ;) Currently, a user in the opac cannot create an open list. (Is that a bug?) 3 Proposed revisions to lists management: If we solve points 1 and 2, management of lists comes down to all or nothing. You can do everything with an open list, but if you are not owning a closed list, you can't do anything. Would it be useful to have something in between? Like deleting your own added items from a closed list (we could save borrowernumber in virtualshelfcontents)?? Or give the owner of an open list the choice between full access for other logins, adding items only or deleting own added items? What do you think? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 12:13:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 11:13:04 +0000 Subject: [Koha-bugs] [Bug 7276] member entry Performance improvement In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7276 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |PATCH-Sent Status|NEW |ASSIGNED CC| |paul.poulain at biblibre.com Patch Status|--- |Needs Signoff AssignedTo|gmcharlt at gmail.com |stephane.delaune at biblibre.c | |om -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 12:22:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 11:22:45 +0000 Subject: [Koha-bugs] [Bug 7299] ILSDI HoldItem service does't set the itemnumber in reserves table In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7299 Alex Arnaud changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 12:23:01 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 11:23:01 +0000 Subject: [Koha-bugs] [Bug 7285] ILSDI service AuthenticatePatron doesn't work In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7285 Alex Arnaud changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 12:27:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 11:27:42 +0000 Subject: [Koha-bugs] [Bug 7276] member entry Performance improvement In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7276 stephane.delaune at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|PATCH-Sent |P2 --- Comment #3 from stephane.delaune at biblibre.com 2011-12-02 11:27:42 UTC --- The fix change the addmember sub, add a borrower in koha to test it -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 13:05:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 12:05:33 +0000 Subject: [Koha-bugs] [Bug 7283] Update About page for 3.8 release team In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7283 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #2 from Katrin Fischer 2011-12-02 12:05:33 UTC --- bug 7143 has updates for the about page waiting for QA. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 13:31:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 12:31:47 +0000 Subject: [Koha-bugs] [Bug 6147] Reading RSS feeds via Netvibes In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6147 --- Comment #5 from Julian Maurice 2011-12-02 12:31:47 UTC --- Created attachment 6528 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6528 New patch Rebased patch against master, with fixes so rss feed pass the W3C validation http://feed1.w3.org/ -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 13:31:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 12:31:52 +0000 Subject: [Koha-bugs] [Bug 6147] Reading RSS feeds via Netvibes In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6147 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 13:37:18 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 12:37:18 +0000 Subject: [Koha-bugs] [Bug 6858] Adds staticfines.pl for static fines processing In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6858 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |claire.hernandez at biblibre.c | |om -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 13:48:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 12:48:40 +0000 Subject: [Koha-bugs] [Bug 7169] Change booksellers search results display In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7169 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |claire.hernandez at biblibre.c | |om Change sponsored?|--- |Sponsored AssignedTo|henridamien at koha-fr.org |julian.maurice at biblibre.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 13:49:43 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 12:49:43 +0000 Subject: [Koha-bugs] [Bug 7169] Change booksellers search results display In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7169 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Version|master |rel_3_8 Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 13:50:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 12:50:31 +0000 Subject: [Koha-bugs] [Bug 5923] Authorities list :removing link on Summary In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5923 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #4 from Julian Maurice 2011-12-02 12:50:31 UTC --- Ok in master and 3.4.x, marking as resolved -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 13:50:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 12:50:32 +0000 Subject: [Koha-bugs] [Bug 5581] BibLibre authorities improvements for 3.4 In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5581 Bug 5581 depends on bug 5923, which changed state. Bug 5923 Summary: Authorities list :removing link on Summary http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5923 What |Old Value |New Value ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 13:53:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 12:53:25 +0000 Subject: [Koha-bugs] [Bug 7175] Improve order receiving page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7175 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Status|NEW |ASSIGNED CC| |claire.hernandez at biblibre.c | |om Patch Status|--- |Needs Signoff AssignedTo|henridamien at koha-fr.org |julian.maurice at biblibre.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 13:54:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 12:54:24 +0000 Subject: [Koha-bugs] [Bug 6116] Adding child patron: library not set In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6116 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #8 from Julian Maurice 2011-12-02 12:54:24 UTC --- Ok in master, marking as resolved -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 13:54:51 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 12:54:51 +0000 Subject: [Koha-bugs] [Bug 7178] Improve order item creation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7178 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Status|NEW |ASSIGNED CC| |claire.hernandez at biblibre.c | |om Patch Status|--- |Needs Signoff Change sponsored?|--- |Sponsored AssignedTo|henridamien at koha-fr.org |julian.maurice at biblibre.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 13:56:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 12:56:11 +0000 Subject: [Koha-bugs] [Bug 5335] More granular VAT In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5335 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |claire.hernandez at biblibre.c | |om Change sponsored?|--- |Sponsored AssignedTo|henridamien at koha-fr.org |claire.hernandez at biblibre.c | |om -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 13:56:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 12:56:42 +0000 Subject: [Koha-bugs] [Bug 6474] Automatic incrementation of call number does not work if given prefix contains a - In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6474 Sophie MEYNIEUX changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=6139 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 13:57:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 12:57:45 +0000 Subject: [Koha-bugs] [Bug 7307] OPACBaseURL not used in opac-search.pl In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7307 --- Comment #1 from Adrien SAURAT 2011-12-02 12:57:45 UTC --- To reproduce the bug : 1) Admin : type a value in the OPACBaseURL system preference. 2) Opac : do a search on anything, then click on the RSS button. The url will stay the same, when it should be modified by the system preference. The OPACBaseURL is already implemented in the template file "opac-opensearch.tt". The only thing lacking is the value transfer in "opac-search.pl". -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 13:59:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 12:59:31 +0000 Subject: [Koha-bugs] [Bug 6997] koha-remove leaves system in inconsistent state if there is an error In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6997 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls at bywatersolutions. | |com Patch Status|Signed Off |Passed QA --- Comment #3 from Ian Walls 2011-12-02 12:59:31 UTC --- Handles all the cases, as far as I can tell, wrapping in conditional checks. Only affects packages in a very specific case, so little chance of regression anywhere in the system. marking passed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 14:00:00 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:00:00 +0000 Subject: [Koha-bugs] [Bug 5349] Moving an order In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5349 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |claire.hernandez at biblibre.c | |om AssignedTo|henridamien at koha-fr.org |claire.hernandez at biblibre.c | |om -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 14:00:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:00:41 +0000 Subject: [Koha-bugs] [Bug 5361] Internal note on each order line In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5361 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |claire.hernandez at biblibre.c | |om AssignedTo|henridamien at koha-fr.org |claire.hernandez at biblibre.c | |om -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 14:02:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:02:15 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |claire.hernandez at biblibre.c | |om -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 14:02:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:02:46 +0000 Subject: [Koha-bugs] [Bug 7216] koha-restore doesn't set HOME In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7216 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Passed QA --- Comment #4 from Ian Walls 2011-12-02 13:02:46 UTC --- Just adds --home param to script call. Package only, signed off by packaging manager, so passing QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:03:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:03:07 +0000 Subject: [Koha-bugs] [Bug 5339] Parcel closing in acq In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5339 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |claire.hernandez at biblibre.c | |om AssignedTo|henridamien at koha-fr.org |claire.hernandez at biblibre.c | |om -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 14:03:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:03:40 +0000 Subject: [Koha-bugs] [Bug 5337] acq EAN search In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5337 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |claire.hernandez at biblibre.c | |om Change sponsored?|--- |Sponsored AssignedTo|henridamien at koha-fr.org |claire.hernandez at biblibre.c | |om -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 14:11:01 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:11:01 +0000 Subject: [Koha-bugs] [Bug 5336] Acq history search In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5336 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |claire.hernandez at biblibre.c | |om AssignedTo|henridamien at koha-fr.org |claire.hernandez at biblibre.c | |om -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 14:11:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:11:41 +0000 Subject: [Koha-bugs] [Bug 5346] Linking suggestions & orders In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5346 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |claire.hernandez at biblibre.c | |om Version|rel_3_4 |rel_3_8 AssignedTo|henridamien at koha-fr.org |claire.hernandez at biblibre.c | |om -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 14:12:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:12:34 +0000 Subject: [Koha-bugs] [Bug 7180] Order from staged file improvements In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7180 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |claire.hernandez at biblibre.c | |om Version|master |rel_3_8 Change sponsored?|--- |Sponsored AssignedTo|henridamien at koha-fr.org |julian.maurice at biblibre.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:13:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:13:07 +0000 Subject: [Koha-bugs] [Bug 5211] marking lost (long overdue) not charging fines In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5211 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls at bywatersolutions. | |com Patch Status|Needs Signoff |Passed QA --- Comment #3 from Ian Walls 2011-12-02 13:13:07 UTC --- Adds necessary new param to subroutine, and changes all calls to LostItem to pass this, so behaviour remains unchanged. Opens doors for later fixes to "lost" logic. Marking as Signed off and Passed QA in one go. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 14:13:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:13:11 +0000 Subject: [Koha-bugs] [Bug 7180] Order from staged file improvements In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7180 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:13:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:13:55 +0000 Subject: [Koha-bugs] [Bug 7162] Factorize code for order cancellation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7162 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |claire.hernandez at biblibre.c | |om -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:14:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:14:44 +0000 Subject: [Koha-bugs] [Bug 6132] System preferences are case sensitive In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6132 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #3822|0 |1 is obsolete| | --- Comment #4 from Julian Maurice 2011-12-02 13:14:44 UTC --- Created attachment 6529 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6529 New rebased patch If you call twice C4::Context->preference with the same preference, but with different case, the sql query will be executed twice and global hash %sysprefs will have two different keys for the same system preference. It can causes inconsistencies if syspref is changed between the two calls. Even if it will happen very rarely, at least this patch doesn't introduce new problems (as far as we are sure the sql comparison is case insensitive, because i removed LOWER from the query in this new patch), and it prevents the query to be executed more than once. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 14:14:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:14:50 +0000 Subject: [Koha-bugs] [Bug 6132] System preferences are case sensitive In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6132 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 14:16:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:16:14 +0000 Subject: [Koha-bugs] [Bug 7307] OPACBaseURL not used in opac-search.pl In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7307 --- Comment #2 from Adrien SAURAT 2011-12-02 13:16:14 UTC --- Created attachment 6530 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6530 proposed patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:16:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:16:40 +0000 Subject: [Koha-bugs] [Bug 7307] OPACBaseURL not used in opac-search.pl In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7307 Adrien SAURAT changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:21:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:21:49 +0000 Subject: [Koha-bugs] [Bug 7296] claim letter display (bug fix) In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7296 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #1 from claire.hernandez at biblibre.com 2011-12-02 13:21:49 UTC --- *** This bug has been marked as a duplicate of bug 5347 *** -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:21:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:21:49 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 --- Comment #4 from claire.hernandez at biblibre.com 2011-12-02 13:21:49 UTC --- *** Bug 7296 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 14:21:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:21:49 +0000 Subject: [Koha-bugs] [Bug 7163] BibLibre acquisitions omnibus In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7163 Bug 7163 depends on bug 7296, which changed state. Bug 7296 Summary: claim letter display (bug fix) http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7296 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:22:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:22:17 +0000 Subject: [Koha-bugs] [Bug 7297] claims management - feedback display In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7297 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #1 from claire.hernandez at biblibre.com 2011-12-02 13:22:17 UTC --- *** This bug has been marked as a duplicate of bug 5347 *** -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:22:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:22:17 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 --- Comment #5 from claire.hernandez at biblibre.com 2011-12-02 13:22:17 UTC --- *** Bug 7297 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 14:22:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:22:17 +0000 Subject: [Koha-bugs] [Bug 7163] BibLibre acquisitions omnibus In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7163 Bug 7163 depends on bug 7297, which changed state. Bug 7297 Summary: claims management - feedback display http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7297 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:22:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:22:33 +0000 Subject: [Koha-bugs] [Bug 7225] "Delete all items" should be greyed out when a title has no items In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7225 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Passed QA --- Comment #3 from Ian Walls 2011-12-02 13:22:33 UTC --- Template only change, adds new conditional and proper warning message. Marking as Passed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:26:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:26:12 +0000 Subject: [Koha-bugs] [Bug 7311] New: Error when records have UNIMARC 461$0 or 773$0 for something other than bibnumber Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7311 Bug #: 7311 Summary: Error when records have UNIMARC 461$0 or 773$0 for something other than bibnumber Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: ASSIGNED Severity: normal Priority: P3 Component: Cataloging AssignedTo: jcamins at cpbibliography.com ReportedBy: jcamins at cpbibliography.com QAContact: ian.walls at bywatersolutions.com With the addition of the code from Bug 5528, UNIMARC 461$0 and MARC21/NORMARC 773$0 have special meanings. When you import a record that uses those subfields for different data, you will get an error in /cataloguing/additem.pl. A check should be added to be sure that EasyAnalyticalRecords is enabled before trying to handle the 461$0/773$0 as bib numbers for analytics. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:29:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:29:45 +0000 Subject: [Koha-bugs] [Bug 7311] Error when records have UNIMARC 461$0 or 773$0 for something other than bibnumber In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7311 --- Comment #1 from Jared Camins-Esakov 2011-12-02 13:29:45 UTC --- Created attachment 6531 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6531 Bug 7311: Only run analytics code if analytics are enabled With the addition of the code from Bug 5528 (easy analytic record workflows), UNIMARC 461$0 and MARC21/NORMARC 773$0 have special meanings. When you import a record that uses those subfields for different data, you will get an error in /cataloguing/additem.pl. A check should be added to be sure that EasyAnalyticalRecords is enabled before trying to handle the 461$0/773$0 as bib numbers for analytics. Thanks to Fr?re S?bastien Marie for spotting this issue. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:30:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:30:11 +0000 Subject: [Koha-bugs] [Bug 7311] Error when records have UNIMARC 461$0 or 773$0 for something other than bibnumber In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7311 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:32:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:32:35 +0000 Subject: [Koha-bugs] [Bug 7169] Change booksellers search results display In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7169 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|PATCH-Sent |P5 - low -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:33:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:33:14 +0000 Subject: [Koha-bugs] [Bug 7175] Improve order receiving page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7175 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|PATCH-Sent |P5 - low Status|ASSIGNED |NEW -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:33:51 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:33:51 +0000 Subject: [Koha-bugs] [Bug 7178] Improve order item creation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7178 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|PATCH-Sent |P5 - low Status|ASSIGNED |NEW -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:34:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:34:30 +0000 Subject: [Koha-bugs] [Bug 7180] Order from staged file improvements In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7180 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|PATCH-Sent |P5 - low Status|ASSIGNED |NEW -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:39:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:39:10 +0000 Subject: [Koha-bugs] [Bug 6836] jQuery plugin Datatables integration In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6836 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Does not apply --- Comment #23 from claire.hernandez at biblibre.com 2011-12-02 13:39:10 UTC --- 14:38 ~/dev/community_repo/koha (ft/6836|AM u+2)$ git-bz apply 6836 ... Test case on readingrec.pl Apply? [yn] y Applying: Bug 6836: test case readingrec.pl error: patch failed: koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt:1 error: koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt: patch does not apply Patch failed at 0001 Bug 6836: test case readingrec.pl When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort". Patch left in /tmp/Test-case-on-readingrecpl-2_BnTq.patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 14:39:51 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:39:51 +0000 Subject: [Koha-bugs] [Bug 6836] jQuery plugin Datatables integration In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6836 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- CC|jcamins at cpbibliography.com | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:41:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:41:33 +0000 Subject: [Koha-bugs] [Bug 6874] File upload in MARC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6874 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |claire.hernandez at biblibre.c | |om Patch Status|Needs Signoff |Does not apply --- Comment #13 from claire.hernandez at biblibre.com 2011-12-02 13:41:33 UTC --- $ git-bz apply 6874 Bug 6874 - File upload in MARC Patch Apply? [yn] y Applying: Bug 6874: Adds the ability to upload a file for a subfield /home/claire/dev/community_repo/koha/.git/rebase-apply/patch:329: trailing whitespace. return $string; /home/claire/dev/community_repo/koha/.git/rebase-apply/patch:555: trailing whitespace. /home/claire/dev/community_repo/koha/.git/rebase-apply/patch:564: trailing whitespace. var doc = opener.document; /home/claire/dev/community_repo/koha/.git/rebase-apply/patch:611: trailing whitespace. /home/claire/dev/community_repo/koha/.git/rebase-apply/patch:620: trailing whitespace. var doc = opener.document; error: patch failed: catalogue/detail.pl:104 error: catalogue/detail.pl: patch does not apply error: patch failed: installer/data/mysql/sysprefs.sql:318 error: installer/data/mysql/sysprefs.sql: patch does not apply error: patch failed: kohaversion.pl:16 error: kohaversion.pl: patch does not apply error: patch failed: opac/opac-detail.pl:223 error: opac/opac-detail.pl: patch does not apply Patch failed at 0001 Bug 6874: Adds the ability to upload a file for a subfield When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort". Patch left in /tmp/Patch-69WGpm.patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 14:43:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:43:25 +0000 Subject: [Koha-bugs] [Bug 7311] Error when records have UNIMARC 461$0 or 773$0 for something other than bibnumber In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7311 --- Comment #2 from Fr?re S?bastien Marie 2011-12-02 13:43:25 UTC --- Comment on attachment 6531 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6531 Bug 7311: Only run analytics code if analytics are enabled The check against EasyAnalyticalRecords sysprefs is not accured, as @hostitemnumbers is used more later. So an HTTP/500 occurs. Global symbol "@hostitemnumbers" requires explicit package name at cataloguing/additem.pl line 601. Thanks. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:45:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:45:06 +0000 Subject: [Koha-bugs] [Bug 6751] Link in readingrec.pl to export a barcode file In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6751 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |claire.hernandez at biblibre.c | |om Patch Status|Needs Signoff |Does not apply --- Comment #2 from claire.hernandez at biblibre.com 2011-12-02 13:45:06 UTC --- $ git-bz apply 6751 Bug 6751 - Link in readingrec.pl to export a barcode file Proposed patch Apply? [yn] y Applying: Bug 6751: Adds a link "Export checkin barcodes" in readingrec error: patch failed: koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt:31 error: koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt: patch does not apply error: patch failed: members/readingrec.pl:29 error: members/readingrec.pl: patch does not apply Patch failed at 0001 Bug 6751: Adds a link "Export checkin barcodes" in readingrec When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort". Patch left in /tmp/Proposed-patch-dq1fbK.patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 14:47:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:47:13 +0000 Subject: [Koha-bugs] [Bug 6858] Adds staticfines.pl for static fines processing In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6858 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Does not apply --- Comment #5 from claire.hernandez at biblibre.com 2011-12-02 13:47:13 UTC --- $ git bz apply 6858 Bug 6858 - Adds staticfines.pl for static fines processing Bug 6858: Adds staticfines.pl for static fines processing Apply? [yn] y Applying: Bug 6858: Adds staticfines.pl for static fines processing /home/claire/dev/community_repo/koha/.git/rebase-apply/patch:175: trailing whitespace. error: misc/cronjobs/staticfines.pl: already exists in index Patch failed at 0001 Bug 6858: Adds staticfines.pl for static fines processing When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort". Patch left in /tmp/Bug-6858-Adds-staticfinespl-for-static-fines-proce-LGi2ve.patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 14:49:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:49:48 +0000 Subject: [Koha-bugs] [Bug 7311] Error when records have UNIMARC 461$0 or 773$0 for something other than bibnumber In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7311 Jared Camins-Esakov changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6531|0 |1 is obsolete| | --- Comment #3 from Jared Camins-Esakov 2011-12-02 13:49:48 UTC --- Created attachment 6532 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6532 Bug 7311: Only run analytics code if analytics are enabled With the addition of the code from Bug 5528 (easy analytic record workflows), UNIMARC 461$0 and MARC21/NORMARC 773$0 have special meanings. When you import a record that uses those subfields for different data, you will get an error in /cataloguing/additem.pl. A check should be added to be sure that EasyAnalyticalRecords is enabled before trying to handle the 461$0/773$0 as bib numbers for analytics. Thanks to Fr?re S?bastien Marie for spotting this issue. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:51:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:51:06 +0000 Subject: [Koha-bugs] [Bug 6914] koha_perl_deps.pl color option changes user's shell prompt In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6914 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Passed QA --- Comment #5 from Ian Walls 2011-12-02 13:51:06 UTC --- affects koha_perl_deps.pl only, which is primarily only used turning install or trouble shooting. just changes colors, which are entirely cosmetic. Marking as Passed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 14:52:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:52:12 +0000 Subject: [Koha-bugs] [Bug 7285] ILSDI service AuthenticatePatron doesn't work In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7285 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Passed QA --- Comment #5 from Ian Walls 2011-12-02 13:52:12 UTC --- Just changes subroutine call to explicitly use the right module. Only affects the one script in ILSDI, so marking as Passed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:58:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:58:47 +0000 Subject: [Koha-bugs] [Bug 7283] Update About page for 3.8 release team In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7283 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #3 from Ian Walls 2011-12-02 13:58:47 UTC --- Thanks, Katrin, I was sure there was a bug for this already, but I couldn't find it. Marking as duplicate. *** This bug has been marked as a duplicate of bug 7143 *** -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 14:58:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 13:58:47 +0000 Subject: [Koha-bugs] [Bug 7143] Bug for tracking changes to the about page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls at bywatersolutions. | |com --- Comment #3 from Ian Walls 2011-12-02 13:58:47 UTC --- *** Bug 7283 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 15:01:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 14:01:50 +0000 Subject: [Koha-bugs] [Bug 7311] Error when records have UNIMARC 461$0 or 773$0 for something other than bibnumber In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7311 --- Comment #4 from Fr?re S?bastien Marie 2011-12-02 14:01:50 UTC --- Comment on attachment 6532 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6532 Bug 7311: Only run analytics code if analytics are enabled near the same problem with this one... the problem (for the patch) is 'hostitemnumbers' is declared in first conditional. So the variable scope stop at the end of the first conditionnal. When the second conditionnal occurs, 'hostitemnumbers' is not defined. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:07:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 14:07:34 +0000 Subject: [Koha-bugs] [Bug 6018] Batch modifitcation of items Enchancements In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6018 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Does not apply --- Comment #8 from Julian Maurice 2011-12-02 14:07:34 UTC --- It seems that the first patch is already in master (see bug 6068). But the second patch does not apply on master. Applying: Bug 6018 : MT3269 Fixing tools/batchMod.pl tags/subfields display /home/julian/koha/versions/community-master/.git/rebase-apply/patch:14: trailing whitespace. use C4::Branch; /home/julian/koha/versions/community-master/.git/rebase-apply/patch:50: space before tab in indent. next if ($tag ne $itemtagfield); /home/julian/koha/versions/community-master/.git/rebase-apply/patch:56: space before tab in indent. next if (!defined ($tagslib->{$tag}->{$subfield}->{'tab'}) || $tagslib->{$tag}->{$subfield}->{'tab'} eq -1); /home/julian/koha/versions/community-master/.git/rebase-apply/patch:89: trailing whitespace. $attributes_no_value = qq(disabled="disabled"); /home/julian/koha/versions/community-master/.git/rebase-apply/patch:162: trailing whitespace. error: patch failed: tools/batchMod.pl:27 error: tools/batchMod.pl: patch does not apply Patch failed at 0001 Bug 6018 : MT3269 Fixing tools/batchMod.pl tags/subfields display -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 15:12:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 14:12:49 +0000 Subject: [Koha-bugs] [Bug 7175] Improve order receiving page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7175 --- Comment #2 from Julian Maurice 2011-12-02 14:12:49 UTC --- Editing item is possible by clicking on the "Edit" link on item line. It popups the additem.pl page and close it after clicking on Save -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:14:51 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 14:14:51 +0000 Subject: [Koha-bugs] [Bug 3216] UNIMARC author facets In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3216 --- Comment #3 from Ian Walls 2011-12-02 14:14:51 UTC --- This looks like it would work for UNIMARC 700 pretty well... but not so much for MARC21 650. The separator is hardcoded to ", "; for MARC21 650, it should be '--' usually. Also, if we removed the specific subfield hash key in getFacets, and attached the subfields directly to the fields, we'd be able to handle Item Type facets and any other condition where the faceted information is in different subfields of different fields: Examples: UNIMARC 700 { link_value => 'au', label_value => 'Authors', tags => [ '700ab', '701ab', '702ab', ], subfield_sep => ', ', } MARC21 650 { link_value => 'su-to', label_value => 'Topics', tags => ['650abvxyz'], subfield_sep => '--', } # this still won't solve the issue of ordering the subfields Item Types (MARC21) { link_value => 'itype', label_value => 'Item Types', tags => ['942c, 952y'], subfield_sep => '', }, -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:21:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 14:21:30 +0000 Subject: [Koha-bugs] [Bug 7276] member entry Performance improvement In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7276 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |PATCH-Sent --- Comment #4 from Ian Walls 2011-12-02 14:21:30 UTC --- resetting priority so Patch Status will show up. Very encouraging looking patch. Please test thoroughly in not only Member Entry, but also Member search and acquisitions, as this change may affect those areas as well. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:27:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 14:27:21 +0000 Subject: [Koha-bugs] [Bug 3140] It is possible to email someone else's private list In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3140 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #6 from Ian Walls 2011-12-02 14:27:21 UTC --- Working in master since May. Closing. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:27:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 14:27:29 +0000 Subject: [Koha-bugs] [Bug 3216] UNIMARC author facets In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3216 --- Comment #4 from Fr?d?ric Demians 2011-12-02 14:27:29 UTC --- (In reply to comment #3) > This looks like it would work for UNIMARC 700 pretty well... but not > so much for MARC21 650. The separator is hardcoded to ", "; for > MARC21 650, it should be '--' usually. You're correct. > Examples: > MARC21 650 > { > link_value => 'su-to', > label_value => 'Topics', > tags => ['650abvxyz'], > subfield_sep => '--', > } # this still won't solve the issue of ordering the subfields As it is coded, subfields are displayed as they are found in the field, which seems good for me. Isn't it? I will take a look and will implement your improved data structure. Be prepare to test... -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:28:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 14:28:58 +0000 Subject: [Koha-bugs] [Bug 2676] When adding an item to a list from opac-detail.pl, the 'open' list type is omitted In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2676 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |7310 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:28:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 14:28:58 +0000 Subject: [Koha-bugs] [Bug 7310] Improving permissions on lists (virtual shelves) In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7310 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |6631, 7281, 6632, 5901, | |5763, 5488, 2676 --- Comment #1 from Ian Walls 2011-12-02 14:28:58 UTC --- There are a great many other reports in here that also deal with List permissions. I think a single, unified discussion would be beneficial. Adding links; can mark as dupes later, if we like. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:28:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 14:28:58 +0000 Subject: [Koha-bugs] [Bug 5488] Restrict the type of list which can be created by non-staff users In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5488 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |7310 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 15:28:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 14:28:58 +0000 Subject: [Koha-bugs] [Bug 5901] Make virtualshelves permissions more granular In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5901 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |7310 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 15:28:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 14:28:58 +0000 Subject: [Koha-bugs] [Bug 5763] Add users private list management functionality for administrators In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5763 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |7310 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 15:28:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 14:28:58 +0000 Subject: [Koha-bugs] [Bug 6631] Unrestricted creation of lists by anonymous users In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6631 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |7310 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 15:28:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 14:28:58 +0000 Subject: [Koha-bugs] [Bug 6632] [security] XXS on list name (on admin part) In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6632 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |7310 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 15:28:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 14:28:58 +0000 Subject: [Koha-bugs] [Bug 7281] Hide some lists (virtual shelves) from OPAC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7281 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |7310 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:32:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 14:32:07 +0000 Subject: [Koha-bugs] [Bug 7311] Error when records have UNIMARC 461$0 or 773$0 for something other than bibnumber In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7311 Fr?re S?bastien Marie changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6532|0 |1 is obsolete| | --- Comment #5 from Fr?re S?bastien Marie 2011-12-02 14:32:07 UTC --- Created attachment 6533 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6533 Bug 7311: Only run analytics code if analytics are enabled I have refactored, amended and signed-off the patch, as my refactoring was trivial (place a variable declaration outside conditional). If QA think another sign-off is need, please change patch status. Thanks Jared ! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:32:18 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 14:32:18 +0000 Subject: [Koha-bugs] [Bug 7311] Error when records have UNIMARC 461$0 or 773$0 for something other than bibnumber In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7311 Fr?re S?bastien Marie changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |semarie-koha at latrappe.fr Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:33:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 14:33:37 +0000 Subject: [Koha-bugs] [Bug 3216] UNIMARC author facets In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3216 --- Comment #5 from Ian Walls 2011-12-02 14:33:37 UTC --- Thanks, Fr?d?ric! You're right, if the headings are coordinated in MARC21 650 as produced by Net::Z3950::Record->render(), then your code would preserve that. If not, well, nothing we can really do about it, but much better this than the way it is now. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:36:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 14:36:44 +0000 Subject: [Koha-bugs] [Bug 7175] Improve order receiving page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7175 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=3966 --- Comment #3 from Katrin Fischer 2011-12-02 14:36:44 UTC --- Thx Julian, I am adding a see also to bug 3966. I think the work on 3966 was also sponsored by a library - so there needs to be some discussion about the feature perhaps. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:37:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 14:37:15 +0000 Subject: [Koha-bugs] [Bug 6836] jQuery plugin Datatables integration In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6836 --- Comment #24 from claire.hernandez at biblibre.com 2011-12-02 14:37:15 UTC --- Forget it, this patch applies well and better with 3 way merge in git bz. (In reply to comment #23) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 15:37:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 14:37:31 +0000 Subject: [Koha-bugs] [Bug 6836] jQuery plugin Datatables integration In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6836 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Does not apply |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 15:42:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 14:42:15 +0000 Subject: [Koha-bugs] [Bug 7164] add Koha history timeline tab to 'About' page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7164 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|nengard at gmail.com |mtj at kohaaloha.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:43:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 14:43:50 +0000 Subject: [Koha-bugs] [Bug 7164] add Koha history timeline tab to 'About' page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7164 --- Comment #4 from Owen Leonard 2011-12-02 14:43:50 UTC --- Created attachment 6534 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6534 Screeshot of a problem This looks good overall, but the last few rows are not right. The date and description are together in the first cell. There's also an empty last row. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:44:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 14:44:07 +0000 Subject: [Koha-bugs] [Bug 7164] add Koha history timeline tab to 'About' page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7164 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Failed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:44:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 14:44:15 +0000 Subject: [Koha-bugs] [Bug 6874] File upload in MARC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6874 --- Comment #14 from claire.hernandez at biblibre.com 2011-12-02 14:44:15 UTC --- Forget it, this patch have conflicts better message with 3 way merge in git bz. $ git bz apply 6874 Bug 6874 - File upload in MARC Patch Apply? [yn] y Applying: Bug 6874: Adds the ability to upload a file for a subfield Using index info to reconstruct a base tree... :329: trailing whitespace. return $string; :555: trailing whitespace. :564: trailing whitespace. var doc = opener.document; :611: trailing whitespace. :620: trailing whitespace. var doc = opener.document; warning: squelched 1 whitespace error warning: 6 lines add whitespace errors. Falling back to patching base and 3-way merge... Auto-merging C4/Biblio.pm Auto-merging catalogue/detail.pl CONFLICT (content): Merge conflict in catalogue/detail.pl Auto-merging installer/data/mysql/sysprefs.sql CONFLICT (content): Merge conflict in installer/data/mysql/sysprefs.sql Auto-merging installer/data/mysql/updatedatabase.pl Auto-merging kohaversion.pl CONFLICT (content): Merge conflict in kohaversion.pl Auto-merging opac/opac-detail.pl CONFLICT (content): Merge conflict in opac/opac-detail.pl Failed to merge in the changes. Patch failed at 0001 Bug 6874: Adds the ability to upload a file for a subfield When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort". Patch left in /tmp/Patch-ExUoch.patch (In reply to comment #13) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 15:48:01 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 14:48:01 +0000 Subject: [Koha-bugs] [Bug 7310] Improving permissions on lists (virtual shelves) In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7310 Marijana changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mglavica at ffzg.hr -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 15:51:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 14:51:34 +0000 Subject: [Koha-bugs] [Bug 6751] Link in readingrec.pl to export a barcode file In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6751 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Does not apply |Needs Signoff --- Comment #3 from claire.hernandez at biblibre.com 2011-12-02 14:51:34 UTC --- Forget it, applies well with a 3-way merge in git bz (In reply to comment #2) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 15:53:01 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 14:53:01 +0000 Subject: [Koha-bugs] [Bug 6858] Adds staticfines.pl for static fines processing In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6858 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Does not apply |Needs Signoff --- Comment #6 from claire.hernandez at biblibre.com 2011-12-02 14:53:01 UTC --- Forget it, applies well with a 3-way merge in git bz (In reply to comment #5) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 16:07:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 15:07:21 +0000 Subject: [Koha-bugs] [Bug 3216] UNIMARC author facets In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3216 Fr?d?ric Demians changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6509|0 |1 is obsolete| | --- Comment #6 from Fr?d?ric Demians 2011-12-02 15:07:21 UTC --- Created attachment 6535 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6535 Proposed patch Better parameterizing as suggested... Following patches are required to handle better MARC21 subfields and choose other subfields to deal with UNIMARC format. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 16:12:01 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 15:12:01 +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 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #2 from Owen Leonard 2011-12-02 15:12:01 UTC --- In my opinion this information is not necessary to display. It seems more promotional than informational, and anyway I'm not sure we should be pulling data directly from a third-party source for this. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 16:14:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 15:14:37 +0000 Subject: [Koha-bugs] [Bug 7175] Improve order receiving page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7175 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |--- -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 16:15:36 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 15:15:36 +0000 Subject: [Koha-bugs] [Bug 7178] Improve order item creation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7178 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |--- -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 16:16:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 15:16:42 +0000 Subject: [Koha-bugs] [Bug 7278] In the items table, make items.materials of type text, and show its contents at circulation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7278 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|gmcharlt at gmail.com |chris at bigballofwax.co.nz -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 16:17:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 15:17:03 +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 --- Comment #3 from Ian Walls 2011-12-02 15:17:03 UTC --- Not a fan of hard-coded third party integration, myself. I prefer to see things like that wrapped in system preferences (like our Enhanced Content area), liked to using specific syspref code (like Facebook/Twitter API calls in OPACMySummaryHTML) or handled through external cronjobs. Could this whole new tab be added with JQuery? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 16:22:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 15:22:44 +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 --- Comment #4 from Ian Walls 2011-12-02 15:22:44 UTC --- Magnus points out that the Facebook/Twitter API calls are not an explicit part of OPACMySummaryHTML. They're entirely optional, made possible by the parsing of the BIBLIONUMBER token (I'm a little loopy today, so I'm sorry if I didn't make that clear) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 16:23:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 15:23:34 +0000 Subject: [Koha-bugs] [Bug 7154] Group borrower attributes and link between patron category and attribute In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7154 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6202|0 |1 is obsolete| | --- Comment #5 from Jonathan Druart 2011-12-02 15:23:34 UTC --- Created attachment 6536 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6536 Proposed patch @Owen: thanks for your return. This new patch should have to correct previous problems. However, I don't understand why you say qq{} syntax is not correct. Normally, it's the same as quotes. @Nicole: I don't modify search for patrons. I have test and it's ok for me. Needs signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 16:23:53 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 15:23:53 +0000 Subject: [Koha-bugs] [Bug 7154] Group borrower attributes and link between patron category and attribute In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7154 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 16:29:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 15:29:59 +0000 Subject: [Koha-bugs] [Bug 6663] would be nice to put ranges of dates in the calendar In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6663 --- Comment #3 from Christophe Croullebois 2011-12-02 15:29:59 UTC --- Created attachment 6537 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6537 Allow to select a range between 2 dates for holiday 2 new choices : Holidays on a range Holidays repeated yearly on a range you just have to type in the "To Date : " field the end of the range. The syspref "dateformat" changes of course the order of input boxes. It's a basic feature, I think it could be improve... With "delete on a range"... First step, but usefull I hope -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 16:32:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 15:32:03 +0000 Subject: [Koha-bugs] [Bug 6663] would be nice to put ranges of dates in the calendar In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6663 Christophe Croullebois changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 16:35:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 15:35:06 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 --- Comment #6 from Jonathan Druart 2011-12-02 15:35:06 UTC --- Created attachment 6538 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6538 Proposed patch This patch adds 2 columns in the aqorders table : - claims_count : number of claims for an orders - claimed_date : date of the lastest claim In the lateorders.pl table, you can not select orders from different supplier because there is just one letter sent after clicking the "Claim order" button. So, it's logic that you want to select only orders from this supplier. Modification in C4/Letters.pm: refactoring code for claimacquisition and claimissues letter type. Now, fields for theses letters check the table name. It's not possible to chooce aqorders.title, this field doesn't exist ! Furthermore, you can add a tag around your item fields, like this : -- Begin example <> <> <> <> <> <> <> Library : <> In your possesssion : <>. <>. <>, <>. Callnumber : <>. doc type : <> Barcode : <> Date for the return : <>. <> -- End example Needs signedoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 16:36:18 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 15:36:18 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 16:39:38 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 15:39:38 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 --- Comment #7 from Jonathan Druart 2011-12-02 15:39:38 UTC --- ref biblibre MT6541, MT6543, MT6547 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 16:48:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 15:48:50 +0000 Subject: [Koha-bugs] [Bug 7278] In the items table, make items.materials of type text, and show its contents at circulation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7278 --- Comment #3 from Owen Leonard 2011-12-02 15:48:50 UTC --- This works well for me, but I have a couple of suggesions. Here's the discussion on IRC: [10:36] When I check out something which has a materials specified note, the checkout screen says "This item contains multiple parts: " + my note [10:36] makes sense to me [10:36] I think our libraries would use it for books with cds [10:36] where the cds have no separate barcodes [10:37] or language courses with cassettes/cds and booklets in a box [10:37] jcamins: But you say that isn't necessarily accurate? [10:37] oleonard: some libraries will use "materials specified" to indicate that they have only a portion of the item. [10:37] For example, "first gathering." [10:38] So, the item might have only one part, but the particular library doesn't have the whole thing. [10:39] so, essentially, if you still think of this in terms of 'number of parts', it's not a integer, but a rational number [10:40] We need something less specific than "This item contains multiple parts: " [10:41] "Note about the accompanying materials:" ? [10:41] Makes sense to me. [10:42] so long as the text is wrapped in a div with ID, we don't need to worry too much about the exact text [10:42] so long as it's generically 'good enough' [10:42] True. - Can we change the prompt on checkout and checkin to the more generic "Note about the accompanying materials:" (or something similar) ? - Can we add an ID to the message div so that the text can be modified via JavaScript? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 16:57:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 15:57:37 +0000 Subject: [Koha-bugs] [Bug 6273] SIP2 Fee Paid and Fee Paid Response support In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6273 --- Comment #1 from Ian Walls 2011-12-02 15:57:37 UTC --- Created attachment 6539 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6539 SIP2 Fee Paid Pay Type support Adds support for recording in Koha accountlines a different accounttype depending on how the fee was paid at the SIP2 station (cash, credit, etc) Adds a new param to recordpayment(), $sip_paytype, which is appended to the 'Pay' type if present. The payment descriptin is also appended with " (via SIP2)" if this is present. In order for other scripts to keep working as expected, "eq 'Pay'" needed to be replaced with a regex comparison "=~ /^Pay/", so that 'Pay' and 'Pay-##' would continue to group together. To test: 1. Make a payment over a SIP2 connection 2. Check the patron record in the staff client; you should see the modified description 3. Attempt to print a invoice or a reciept for the borrower; the payment should show up -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 16:58:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 15:58:02 +0000 Subject: [Koha-bugs] [Bug 6273] SIP2 Fee Paid and Fee Paid Response support In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6273 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff QAContact|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 16:58:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 15:58:26 +0000 Subject: [Koha-bugs] [Bug 6663] would be nice to put ranges of dates in the calendar In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6663 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #4 from Owen Leonard 2011-12-02 15:58:26 UTC --- Could we use the datepicker widget for the "To Date" instead of the three separate inputs? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 16:59:01 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 15:59:01 +0000 Subject: [Koha-bugs] [Bug 7169] Change booksellers search results display In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7169 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |--- -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 17:10:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 16:10:49 +0000 Subject: [Koha-bugs] [Bug 7312] New: Adds ISSN to serials/subscription-bib-search.pl results Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7312 Bug #: 7312 Summary: Adds ISSN to serials/subscription-bib-search.pl results Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_8 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Serials AssignedTo: colin.campbell at ptfs-europe.com ReportedBy: matthias.meusburger at biblibre.com QAContact: ian.walls at bywatersolutions.com Adds ISSN to serials/subscription-bib-search.pl results -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 17:11:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 16:11:26 +0000 Subject: [Koha-bugs] [Bug 7312] Adds ISSN to serials/subscription-bib-search.pl results In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7312 Matthias Meusburger changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|colin.campbell at ptfs-europe. |matthias.meusburger at biblibr |com |e.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 17:11:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 16:11:31 +0000 Subject: [Koha-bugs] [Bug 7266] overdue.pl : filter on flags "debarred" "suspended" and "gonenoaddress" not working In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7266 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Does not apply --- Comment #4 from Owen Leonard 2011-12-02 16:11:31 UTC --- The first patch does not apply for me. Tried with git bz apply and git am -i3u. Applying: Bug 7266: filter on "Patron flags" in overdue.pl error: patch failed: circ/overdue.pl:266 error: circ/overdue.pl: patch does not apply Patch failed at 0001 Bug 7266: filter on "Patron flags" in overdue.pl If you can rebase this against current master, can you please also squash the two patches together? Thanks. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 17:14:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 16:14:16 +0000 Subject: [Koha-bugs] [Bug 5877] Offline circulation improvements : upload all files, apply at once In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #24 from Sophie MEYNIEUX 2011-12-02 16:14:16 UTC --- Created attachment 6540 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6540 [PATCH] [SIGNED-OFF] Bug 5877 : Offline circulation improvements : upload all files, apply at once Offline circ : You now can upload all offline files from the Firefox extension. Once all circ desks have uploaded the file, the librarian can apply all of them, sorted by date. This avoid the problem of someone issuing an item on desk A, returning it on desk B. Before this improvement, if desk B uploaded the file before A, the return was applied before the issue, resulting in the items reamining issued. Signed-off-by: Sophie Meynieux -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 17:17:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 16:17:45 +0000 Subject: [Koha-bugs] [Bug 5877] Offline circulation improvements : upload all files, apply at once In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Sophie MEYNIEUX changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sophie.meynieux at biblibre.co | |m Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 17:23:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 16:23:13 +0000 Subject: [Koha-bugs] [Bug 6663] would be nice to put ranges of dates in the calendar In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6663 --- Comment #5 from Christophe Croullebois 2011-12-02 16:23:13 UTC --- Owen, it would be better of course... My patch is very basic, so, no in this state. But I'll try to code that. Thx for comment. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 17:23:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 16:23:26 +0000 Subject: [Koha-bugs] [Bug 7312] Adds ISSN to serials/subscription-bib-search.pl results In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7312 --- Comment #1 from Matthias Meusburger 2011-12-02 16:23:26 UTC --- Created attachment 6541 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6541 proposed patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 17:33:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 16:33:03 +0000 Subject: [Koha-bugs] [Bug 7293] new fields in vendor table In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7293 --- Comment #2 from Katrin Fischer 2011-12-02 16:33:03 UTC --- *** Bug 7306 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 17:33:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 16:33:03 +0000 Subject: [Koha-bugs] [Bug 7306] New field in the vendor form In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7306 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |katrin.fischer at bsz-bw.de Resolution| |DUPLICATE --- Comment #1 from Katrin Fischer 2011-12-02 16:33:03 UTC --- *** This bug has been marked as a duplicate of bug 7293 *** -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 17:33:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 16:33:03 +0000 Subject: [Koha-bugs] [Bug 7163] BibLibre acquisitions omnibus In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7163 Bug 7163 depends on bug 7306, which changed state. Bug 7306 Summary: New field in the vendor form http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7306 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 17:38:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 16:38:05 +0000 Subject: [Koha-bugs] [Bug 6015] Enhancing the performance test suite In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6015 --- Comment #8 from Paul Poulain 2011-12-02 16:38:05 UTC --- Created attachment 6542 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6542 Bug 6015, new script for load testing This benchmark_staff.pl script is based on the previous benchmark_circulation.pl script As it does not test only circulation, the renaming was necessary. The script has many enhancement compared to the benchmark_circulation.pl one The benchmark_staff will run a benchmark on the following pages: * mainpage.pl * catalogue/detail.pl * catalogue/search.pl * members/member.pl (search on a name) * members/member.pl (search on a 1st letter) * circulation/circulation.pl and return.pl (check-out and check-in) * all those steps at the same time run the script without any parameter to get syntax -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 17:38:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 16:38:05 +0000 Subject: [Koha-bugs] [Bug 7309] Add NORMARCslim2intranetDetail.xsl for detail view in intranet In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7309 --- Comment #1 from Magnus Enger 2011-12-02 16:38:05 UTC --- Created attachment 6543 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6543 Proposed patch Adds two files, to enable XSLT for the detail view in the intranet: koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetDetail.xsl koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslimUtils.xsl To test: - Set sysprefs: marcflavour = NORMARC and XSLTDetailsDisplay = "using XSLT stylesheet" - Make sure OPACBaseURL is set correctly - Check that detail display looks ok - Check that automatic links for author, subjects etc work - Check that the "Open in new window" link works as expected - Empty the OPACBaseURL syspref and check that "Open in new window" does not display -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 17:38:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 16:38:23 +0000 Subject: [Koha-bugs] [Bug 7309] Add NORMARCslim2intranetDetail.xsl for detail view in intranet In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7309 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 17:40:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 16:40:45 +0000 Subject: [Koha-bugs] [Bug 6015] Enhancing the performance test suite In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6015 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6418|0 |1 is obsolete| | --- Comment #9 from Paul Poulain 2011-12-02 16:40:45 UTC --- Comment on attachment 6418 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6418 Bug 6015 : Improving load_testing obsoleted by benchmark_staff.pl -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 17:40:57 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 16:40:57 +0000 Subject: [Koha-bugs] [Bug 6015] Enhancing the performance test suite In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6015 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6419|0 |1 is obsolete| | --- Comment #10 from Paul Poulain 2011-12-02 16:40:57 UTC --- Comment on attachment 6419 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6419 Bug 6015 : Test suite improvement follow-up obsoleted by benchmark_staff.pl -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 17:41:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 16:41:15 +0000 Subject: [Koha-bugs] [Bug 6836] jQuery plugin Datatables integration In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6836 Chris Nighswonger changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cnighswonger at foundations.ed | |u --- Comment #25 from Chris Nighswonger 2011-12-02 16:41:15 UTC --- The current implementation in readingrec.pl produces the following JS error: k is undefined http://kohadev-staff.campus.foundations.edu/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.dataTables.min.js Line 152 I can't see the cause right off as I'm still reading through the code. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 17:42:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 16:42:40 +0000 Subject: [Koha-bugs] [Bug 6015] Enhancing the performance test suite In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6015 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_8 Patch Status|Signed Off |Patch Pushed AssignedTo|henridamien at koha-fr.org |paul.poulain at biblibre.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 18:20:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 17:20:40 +0000 Subject: [Koha-bugs] [Bug 7286] fix rebuild_zebra.pl to add rebuild_zebra_sliced.zsh In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7286 --- Comment #1 from stephane.delaune at biblibre.com 2011-12-02 17:20:40 UTC --- Created attachment 6544 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6544 add rebuild_zebra_sliced.zsh (to rebuild zebra by batch automatically) add rebuild_zebra_sliced.zsh (to rebuild zebra by batch automatically) and its support in rebuild-zebra.pl -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 18:21:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 17:21:08 +0000 Subject: [Koha-bugs] [Bug 7286] fix rebuild_zebra.pl to add rebuild_zebra_sliced.zsh In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7286 stephane.delaune at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 18:21:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 17:21:24 +0000 Subject: [Koha-bugs] [Bug 7286] fix rebuild_zebra.pl to add rebuild_zebra_sliced.zsh In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7286 stephane.delaune at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 18:21:57 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 17:21:57 +0000 Subject: [Koha-bugs] [Bug 7286] fix rebuild_zebra.pl to add rebuild_zebra_sliced.zsh In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7286 --- Comment #2 from stephane.delaune at biblibre.com 2011-12-02 17:21:57 UTC --- just run misc/migration_tools/rebuild_zebra_sliced.zsh to test it -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 18:31:43 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 17:31:43 +0000 Subject: [Koha-bugs] [Bug 6875] de-nesting C4 packages In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6875 --- Comment #30 from Paul Poulain 2011-12-02 17:31:43 UTC --- I tested the new benchmark_staff.pl script that does some load testing the results are great ( results compared with master, see http://wiki.koha-community.org/wiki/Benchmark_for_3.8) 1st column is with those patches, 2nd column is master 15311 vs 23709 -35% for the mainpage.pl !!! Some of the attached patches does not apply anymore, i've rebased on my laptop, but not uploaded them for instance. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 19:10:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 18:10:08 +0000 Subject: [Koha-bugs] [Bug 6836] jQuery plugin Datatables integration In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6836 --- Comment #26 from Chris Nighswonger 2011-12-02 18:10:08 UTC --- Since there are multiple ways to implement Datatables, it would be nice to see a complete writing describing the method of implementation used in this work including the rational for the chosen method. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 19:32:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 18:32:13 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 Jane Wagner changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jwagner at ptfs.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 19:36:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 18:36:02 +0000 Subject: [Koha-bugs] [Bug 6489] cancelling hold from holds awaiting pickup does not trigger transit In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6489 Michael Hafen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mdhafen at tech.washk12.org --- Comment #6 from Michael Hafen 2011-12-02 18:36:02 UTC --- I looked at this patch and it raises a question for me, which is how it interacts with the IndependantBranches setting. It will depend on how well CheckReserves handles IndependantBranches, which as I recall isn't good. Maybe that has changed in master though. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 20:07:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 19:07:47 +0000 Subject: [Koha-bugs] [Bug 3216] UNIMARC author facets In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3216 --- Comment #7 from Ian Walls 2011-12-02 19:07:47 UTC --- From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 20:16:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 19:16:20 +0000 Subject: [Koha-bugs] [Bug 6865] Replace image-based gradient backgrounds with CSS3 gradients In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6865 --- Comment #1 from Owen Leonard 2011-12-02 19:16:20 UTC --- Created attachment 6545 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6545 Proposed fix Replaces image-based gradients in: OPAC search bar OPAC submit buttons OPAC lists menu background OPAC alert and message boxes OPAC user menu tabs Staff client alert and message boxes Staff client side menu tabs Removes obsoleted background image files. Cross-browser background-gradients created using: http://www.colorzilla.com/gradient-editor/ -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 20:16:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 19:16:35 +0000 Subject: [Koha-bugs] [Bug 6865] Replace image-based gradient backgrounds with CSS3 gradients In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6865 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 21:13:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 20:13:06 +0000 Subject: [Koha-bugs] [Bug 7164] add Koha history timeline tab to 'About' page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7164 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #5 from Chris Cormack 2011-12-02 20:13:06 UTC --- Actually Owen thats a problem with the doc/history.txt someone has used spaces instead of tabs, if we fix that, it will fix the display here. Ill submit a follow up for that and we can set it back to needs sign off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 21:17:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 20:17:42 +0000 Subject: [Koha-bugs] [Bug 7202] z39.50 search on bib edit not working In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7202 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|gmcharlt at gmail.com |oleonard at myacpl.org --- Comment #6 from Owen Leonard 2011-12-02 20:17:42 UTC --- Created attachment 6546 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6546 Proposed fix The pop-up menu's "Import" link did not correctly pick up the existing record's biblionumber, if present. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 21:17:56 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 20:17:56 +0000 Subject: [Koha-bugs] [Bug 7202] z39.50 search on bib edit not working In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7202 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Version|unspecified |master Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 21:26:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 20:26:59 +0000 Subject: [Koha-bugs] [Bug 7164] add Koha history timeline tab to 'About' page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7164 --- Comment #6 from Chris Cormack 2011-12-02 20:26:59 UTC --- Created attachment 6547 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6547 Bug 7164 : Follow up fixing formatting in docs/history.txt -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 21:27:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 20:27:15 +0000 Subject: [Koha-bugs] [Bug 7164] add Koha history timeline tab to 'About' page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7164 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 21:38:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 20:38:11 +0000 Subject: [Koha-bugs] [Bug 7202] z39.50 search on bib edit not working In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7202 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6546|0 |1 is obsolete| | --- Comment #7 from Katrin Fischer 2011-12-02 20:38:11 UTC --- Created attachment 6548 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6548 [SIGNED-OFF] Bug 7202 - z39.50 search on bib edit not working The pop-up menu's "Import" link did not correctly pick up the existing record's biblionumber, if present. Signed-off-by: Katrin Fischer To test: 1) Searched for a record in your catalog 2) Edit > Edit record 3) Start Z39.50 search 4) Pick a new record with different title for import - using the import link at the end of the table line - using the pop up menu's import link 5) Save and check if a duplicate was created -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 21:38:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 20:38:28 +0000 Subject: [Koha-bugs] [Bug 7202] z39.50 search on bib edit not working In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7202 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 2 22:01:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 21:01:20 +0000 Subject: [Koha-bugs] [Bug 7120] After deleting order from order receive page redirect fails In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7120 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls at bywatersolutions. | |com Patch Status|Signed Off |Passed QA --- Comment #4 from Ian Walls 2011-12-02 21:01:20 UTC --- Template only change, passes variable explicitly as necessary to get the redirect working. Marking passed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 2 22:14:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 21:14:17 +0000 Subject: [Koha-bugs] [Bug 5534] koha does not ignore punctuation when searching In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5534 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls at bywatersolutions. | |com --- Comment #1 from Ian Walls 2011-12-02 21:14:17 UTC --- Unfortunately, the Zebra charmap files do not have a command for mapping a character to 'null'. Right now, apostrophe is mapped to 'space', which serves to break up words. So searching for "harrison's internal" searches for three words: "harrison", "s" and "internal". We may be able to explicitly map "'s" to "s"... but then we'd need to do that for EVERY possible case where apostrophe is used.... ICU might fix this yeah? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 3 00:41:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Dec 2011 23:41:42 +0000 Subject: [Koha-bugs] [Bug 180] Literal
appears in branch address In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=180 Chris Nighswonger changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED CC| |cnighswonger at foundations.ed | |u --- Comment #1 from Chris Nighswonger 2011-12-02 23:41:42 UTC --- This is a golden oldie which seems to have been fixed. Marking closed. Feel free to reopen if you like. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 01:07:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 00:07:39 +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 --- Comment #5 from Mason James 2011-12-03 00:07:39 UTC --- (In reply to comment #2) > In my opinion this information is not necessary to display. agreed, its not necessary - is that enough reason to not allow the patch to be committed? is the 'OPAC cover-images' feature necessary, too? > It seems more > promotional than informational, the info is *both* promotional and informational, thats why i did the patch... > and anyway I'm not sure we should be pulling > data directly from a third-party source for this. why not? we pull 'data directly from a third-party source' when fetching cover images fyi: ohloh's 'terms and conditions' allow this specific usage any other problems with the patch? :) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 01:26:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 00:26:47 +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 --- Comment #6 from Mason James 2011-12-03 00:26:47 UTC --- (In reply to comment #3) > Not a fan of hard-coded third party integration, myself. I prefer to see > things like that wrapped in system preferences (like our Enhanced Content > area), liked to using specific syspref code (like Facebook/Twitter API calls in > OPACMySummaryHTML) or handled through external cronjobs. Ian, i'm prepared to add a on/off display syspref to this, if you would accept it but any more effort than that? i'll just let this patch die... -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 01:49:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 00:49:59 +0000 Subject: [Koha-bugs] [Bug 5604] additional icons for the Seshat set In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5604 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 3 01:54:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 00:54:02 +0000 Subject: [Koha-bugs] [Bug 7135] save button options In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7135 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #4 from Chris Cormack 2011-12-03 00:54:02 UTC --- I think that is pretty close to the WTFPL http://en.wikipedia.org/wiki/WTFPL :) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 3 01:57:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 00:57:20 +0000 Subject: [Koha-bugs] [Bug 3385] Add checkout date and renewal date to display list of checked out items In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3385 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6344|0 |1 is obsolete| | --- Comment #7 from Chris Cormack 2011-12-03 00:57:20 UTC --- Created attachment 6549 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6549 Bug 3385 - Add checkout date and renewal date to display list of checked out items This patch doesn't fix the origial request to add the renewal date to the list of checked out items, but follows the other bug commenter's suggestion that the information be added to the item details page (moredetail.pl). The other part of this request, to add the checkout date, has already been fixed by another patch. Signed-off-by: Chris Cormack -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 01:57:36 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 00:57:36 +0000 Subject: [Koha-bugs] [Bug 3385] Add checkout date and renewal date to display list of checked out items In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3385 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 03:44:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 02:44:49 +0000 Subject: [Koha-bugs] [Bug 7310] Improving permissions on lists (virtual shelves) In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7310 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard at gmail.com See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=4253, | |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=5763 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 06:41:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 05:41:04 +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 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #7 from Katrin Fischer 2011-12-03 05:41:04 UTC --- Third party integration is kind of a sensitive issue and I would like to see an option to turn this off, with off being the default setting. Perhaps the 'off' version can show a link to the stats somewhere in the about page. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 07:20:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 06:20:07 +0000 Subject: [Koha-bugs] [Bug 5211] marking lost (long overdue) not charging fines In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5211 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com --- Comment #4 from Paul Poulain 2011-12-03 06:20:07 UTC --- Before pushing, a question: I don't understand why we need a 3rd parameter in the LostItem sub. Is there a case where we don't want to add fines when marking an item lost ? After applying the patch I can't find a call without this parameter. So, I feel the parameter is not needed and add useless complexity to the API. Other question: can we now mark LostItem and forgive fine ? I feel no (which is not a problem, just to be sure) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 3 07:37:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 06:37:41 +0000 Subject: [Koha-bugs] [Bug 5974] Bogus auth check for "StaffMember" role In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5974 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Passed QA |Patch Pushed --- Comment #14 from Paul Poulain 2011-12-03 06:37:41 UTC --- follow-up pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 3 07:38:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 06:38:16 +0000 Subject: [Koha-bugs] [Bug 6699] Add not-empty check for warnings from load_sql in Installer In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6699 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #4936|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 3 07:39:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 06:39:06 +0000 Subject: [Koha-bugs] [Bug 5211] marking lost (long overdue) not charging fines In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5211 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #5 from Katrin Fischer 2011-12-03 06:39:06 UTC --- I think there are some scenarios where you don't want to charge the fine immediately. For example: Claims returned. In this case the library normally searches for the book on its shelves to make sure there was not something missed on return. If the book can not be found, the patron will be charged for the item later on. I don't think Koha works like that right now, but with the parameter we could treat different lost status differently again. If I understand it correctly. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 3 07:41:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 06:41:33 +0000 Subject: [Koha-bugs] [Bug 5974] Bogus auth check for "StaffMember" role In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5974 --- Comment #15 from Katrin Fischer 2011-12-03 06:41:33 UTC --- Tested succesfully on master, waiting to close until the patch has made it into 3.6. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 3 07:45:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 06:45:27 +0000 Subject: [Koha-bugs] [Bug 6699] Add not-empty check for warnings from load_sql in Installer In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6699 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Passed QA |Patch Pushed --- Comment #4 from Paul Poulain 2011-12-03 06:45:27 UTC --- patch pushed, with a small follow-up: the fix was hidding the error message, but, if there were an SQL error, the error would hare reappeared, as warn $bla does not work -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 3 07:48:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 06:48:27 +0000 Subject: [Koha-bugs] [Bug 6914] koha_perl_deps.pl color option changes user's shell prompt In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6914 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Passed QA |Patch Pushed --- Comment #6 from Paul Poulain 2011-12-03 06:48:27 UTC --- patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 3 07:50:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 06:50:48 +0000 Subject: [Koha-bugs] [Bug 6926] overdue_notices don't send itemcount to notification In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6926 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Version|master |rel_3_6 Patch Status|Passed QA |Patch Pushed --- Comment #4 from Paul Poulain 2011-12-03 06:50:48 UTC --- patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 07:52:53 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 06:52:53 +0000 Subject: [Koha-bugs] [Bug 6966] Update Help Files for Koha 3.6 Release In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6966 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Passed QA |Patch Pushed --- Comment #31 from Paul Poulain 2011-12-03 06:52:53 UTC --- (tiny) patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 3 07:54:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 06:54:41 +0000 Subject: [Koha-bugs] [Bug 6997] koha-remove leaves system in inconsistent state if there is an error In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6997 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |paul.poulain at biblibre.com Patch Status|Passed QA |Patch Pushed --- Comment #4 from Paul Poulain 2011-12-03 06:54:41 UTC --- patch pushed, please test (Note i haven't tested this patch myself, reading it seems OK though) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 3 08:08:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 07:08:33 +0000 Subject: [Koha-bugs] [Bug 7008] Sometimes zebra needs a tmp directory that it doesn't create itself In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7008 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Passed QA |Patch Pushed --- Comment #8 from Paul Poulain 2011-12-03 07:08:33 UTC --- patch pushed, please test (note I haven't tested the patch, reading it looks good & usefull) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 08:16:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 07:16:59 +0000 Subject: [Koha-bugs] [Bug 7041] Sort >1000 search results with sortmax parameter in zebra config file In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7041 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Passed QA |Patch Pushed --- Comment #6 from Paul Poulain 2011-12-03 07:16:59 UTC --- patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 3 08:22:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 07:22:08 +0000 Subject: [Koha-bugs] [Bug 7105] Bad sql request in GetSubscriptions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7105 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Passed QA |Patch Pushed --- Comment #4 from Paul Poulain 2011-12-03 07:22:08 UTC --- patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 08:29:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 07:29:23 +0000 Subject: [Koha-bugs] [Bug 7313] New: Untranslatable strings in 'search to hold' feature Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7313 Bug #: 7313 Summary: Untranslatable strings in 'search to hold' feature Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: I18N/L10N AssignedTo: frederic at tamil.fr ReportedBy: katrin.fischer at bsz-bw.de QAContact: ian.walls at bywatersolutions.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 08:45:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 07:45:58 +0000 Subject: [Koha-bugs] [Bug 7313] Untranslatable strings in 'search to hold' feature In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7313 --- Comment #1 from Katrin Fischer 2011-12-03 07:45:58 UTC --- Created attachment 6550 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6550 Missing strings in patron account -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 08:46:22 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 07:46:22 +0000 Subject: [Koha-bugs] [Bug 7313] Untranslatable strings in 'search to hold' feature In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7313 --- Comment #2 from Katrin Fischer 2011-12-03 07:46:22 UTC --- Created attachment 6551 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6551 Missing strings in toolbar on search results page -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 09:56:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 08:56:50 +0000 Subject: [Koha-bugs] [Bug 7313] Untranslatable strings in 'search to hold' feature In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7313 --- Comment #3 from Katrin Fischer 2011-12-03 08:56:50 UTC --- Created attachment 6552 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6552 Bug 7313: Untranslatable strings in 'Search to hold' feature Changed the javascript to include markup for translation _(...) in result list and detail page tool bars. Also changed the text shown for each result to match the text in the toolbar to make things more consistent. To test: - Apply patch - Run "perl translate update " - Open .po file for staff and check for "Place hold on" and "Forget" - Translate those - Run "perl translate install " - Activate "Search for hold" feature in patron account - Do a search and check tool bar on top of result list - Check link text shown in result list - Check detail page -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 09:57:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 08:57:12 +0000 Subject: [Koha-bugs] [Bug 7313] Untranslatable strings in 'search to hold' feature In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7313 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff AssignedTo|frederic at tamil.fr |katrin.fischer at bsz-bw.de -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 09:57:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 08:57:17 +0000 Subject: [Koha-bugs] [Bug 7313] Untranslatable strings in 'search to hold' feature In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7313 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 10:03:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 09:03:41 +0000 Subject: [Koha-bugs] [Bug 7309] Add NORMARCslim2intranetDetail.xsl for detail view in intranet In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7309 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6543|0 |1 is obsolete| | --- Comment #2 from Katrin Fischer 2011-12-03 09:03:41 UTC --- Created attachment 6553 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6553 [SIGNED-OFF] Bug 7309 - Add NORMARCslim2intranetDetail.xsl for detail view in intranet Adds two files, to enable XSLT for the detail view in the intranet: koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetDetail.xsl koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslimUtils.xsl To test: - Set sysprefs: marcflavour = NORMARC and XSLTDetailsDisplay = "using XSLT stylesheet" - Make sure OPACBaseURL is set correctly - Check that detail display looks ok - Check that automatic links for author, subjects etc work - Check that the "Open in new window" link works as expected - Empty the OPACBaseURL syspref and check that "Open in new window" does not display Signed-off-by: Katrin Fischer Great test plan, could reproduce problem and can confirm patch fixes it. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 10:03:56 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 09:03:56 +0000 Subject: [Koha-bugs] [Bug 7309] Add NORMARCslim2intranetDetail.xsl for detail view in intranet In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7309 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 12:58:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 11:58:44 +0000 Subject: [Koha-bugs] [Bug 6699] Add not-empty check for warnings from load_sql in Installer In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6699 --- Comment #5 from M. de Rooy 2011-12-03 11:58:44 UTC --- (In reply to comment #4) > patch pushed, with a small follow-up: the fix was hidding the error message, > but, if there were an SQL error, the error would hare reappeared, as warn $bla > does not work Thanks for pushing. No problem with the follow up too. I was only curious if warn $error would not work. So I tested this: my $err='a'; warn $err; warn "$err"; With the following result in the logfile: [Sat Dec 03 12:38:41 2011] [error] [client 82.173.53.17] [Sat Dec 3 12:38:41 2011] opac-main.pl: a at /usr/share/koha/testclone/opac/opac-main.pl line 31. [Sat Dec 03 12:38:41 2011] [error] [client 82.173.53.17] [Sat Dec 3 12:38:41 2011] opac-main.pl: a at /usr/share/koha/testclone/opac/opac-main.pl line 31. So I am inclined to think that the followup was not needed, since there is also a check on $error in the if-condition. But it does not hurt either! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 3 13:21:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 12:21:55 +0000 Subject: [Koha-bugs] [Bug 5974] Bogus auth check for "StaffMember" role In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5974 Chris Nighswonger changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cnighswonger at foundations.ed | |u --- Comment #16 from Chris Nighswonger 2011-12-03 12:21:55 UTC --- This patch does not apply cleanly to the 3.6.x branch. If it should, please rebase over that branch and attache a corrected patch to this bug report. cnighs at erasmus:~/koha.3.2.test (3.6.x)$ git cherry-pick -x -s 9cecb7a9d30dfe Automatic cherry-pick failed. After resolving the conflicts, mark the corrected paths with 'git add ' or 'git rm ' and commit the result with: git commit -c 9cecb7a9d30dfeb2c39789b7493d20734647b9b6 cnighs at erasmus:~/koha.3.2.test (3.6.x *+)$ git status # On branch 3.6.x # Your branch is ahead of 'origin/3.6.x' by 9 commits. # # Unmerged paths: # (use "git reset HEAD ..." to unstage) # (use "git add/rm ..." as appropriate to mark resolution) # # both modified: koha-tmpl/intranet-tmpl/prog/en/includes/circ-toolbar.inc -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 3 15:13:19 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 14:13:19 +0000 Subject: [Koha-bugs] [Bug 5211] marking lost (long overdue) not charging fines In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5211 --- Comment #6 from Ian Walls 2011-12-03 14:13:19 UTC --- Paul, I've asked this to be done based on requests from NEKLS and VOKAL (two of ByWater's large consortia). When bug 5533 was incorporated, it changed the semantics of the various "lost" statuses. Before, certain values would do different things, depending on what triggered them. Some libraries like this, and came to depend on it. In my opinion, an Authorized Value shouldn't be any more than a label on it's own; there is not mechanism for defining any additional actions or meaning at the AV level. But, marking something as "lost" is more than just labeling it. As of right now, it means always charging the patron for the material and sometimes returning it (if it's checked out). This patch will allow for us to sometimes charge and sometimes return. Right now, there is no change in functionality with this patch, but this opens those doors for us down the road. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 3 15:53:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 14:53:33 +0000 Subject: [Koha-bugs] [Bug 7314] New: Remove singleBranchMode system preference in favour of counting configured branches Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7314 Bug #: 7314 Summary: Remove singleBranchMode system preference in favour of counting configured branches Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: minor Priority: P4 Component: Architecture, internals, and plumbing AssignedTo: ian.walls at bywatersolutions.com ReportedBy: ian.walls at bywatersolutions.com QAContact: jonathan.druart at biblibre.com Instead of relying on a system preference to determine whether there is only a single branch in the system or not, why not just count how many distinct branches are in the branches table? This will reduce the number of moving parts, so to speak. Proposed subroutine in C4::Branch: GetBranchCount(). No inputs, returns integer value 0 or greater, corresponding to the output of SELECT count(*) FROM branches; Once this subroutine is in place, we can slowly remove references to singleBranchMode syspref, which will fix numerous bugs involved with that particular feature. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 3 15:57:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 14:57:23 +0000 Subject: [Koha-bugs] [Bug 5993] tags not searchable In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5993 --- Comment #1 from Ian Walls 2011-12-03 14:57:23 UTC --- Possible solution: On export to Zebra, dump tags into a MARC field (I propose 950 for MARC21, with a repeatable subfield a). Then configure a new index in Zebra for tags that picks up that field. Once that's done, we can add tag searching to the advanced search page, and even to the facets (perhaps configurable with a system preference). -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 3 19:32:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 18:32:50 +0000 Subject: [Koha-bugs] [Bug 5974] Bogus auth check for "StaffMember" role In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5974 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6408|1 |0 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 3 19:33:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 18:33:07 +0000 Subject: [Koha-bugs] [Bug 5974] Bogus auth check for "StaffMember" role In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5974 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6176|1 |0 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 3 19:47:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 18:47:40 +0000 Subject: [Koha-bugs] [Bug 5974] Bogus auth check for "StaffMember" role In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5974 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6176|0 |1 is obsolete| | Attachment #6408|0 |1 is obsolete| | Attachment #6465|0 |1 is obsolete| | --- Comment #17 from Katrin Fischer 2011-12-03 18:47:40 UTC --- Created attachment 6554 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6554 [3.6.x] Patch - includes all 3 previous patches for master All 3 patches applied without conflicts, I squashed them and checked the toolbars. No problems spotted. Perhaps another set of eyes checking would still be good. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 3 19:47:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 18:47:58 +0000 Subject: [Koha-bugs] [Bug 5974] Bogus auth check for "StaffMember" role In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5974 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Patch Pushed |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 3 20:58:19 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 19:58:19 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 --- Comment #8 from Katrin Fischer 2011-12-03 19:58:19 UTC --- Hi Jonathan, your patch applies and counter and claim date get populated in my tests. Also the notice is created and sent out. Some questons: 1) You write that it's possible to use and fields from the item table in the acqclaim notice. This seems not to work for me and the example you gave seems to be taken from a totally different notice? Did you mean a list of titles? (biblio level information?) A list of titles works for me. 2) For some languages the sample acqclaim notice is not corrected. Could you add the missing corrections? 3) Would it be possible/desirable to make the message go through the message queue? I see that the full notice is logged in action_logs if the logs are turned on. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 3 21:04:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 20:04:13 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 --- Comment #9 from Katrin Fischer 2011-12-03 20:04:13 UTC --- My ACQCLAIM looks like this: <> <> <> <> <> <> Ordernumber <> (<>) (<> ordered)($<> each) has not been received. <> <>. <> <>, <> Callnumber: <> Itemtype: <> Barcode: <> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 3 21:30:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 20:30:17 +0000 Subject: [Koha-bugs] [Bug 6663] would be nice to put ranges of dates in the calendar In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6663 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #6 from Katrin Fischer 2011-12-03 20:30:17 UTC --- Entering unique and repeating date ranges works for me, but I agree with Owen that a date picker would be more consistent and easier to manage. I noticed that the 'today' button on the calendar is broken. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 3 22:08:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Dec 2011 21:08:31 +0000 Subject: [Koha-bugs] [Bug 7154] Group borrower attributes and link between patron category and attribute In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7154 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Patch Status|Needs Signoff |Failed QA --- Comment #6 from Katrin Fischer 2011-12-03 21:08:31 UTC --- It seems the new field 'class' is missing from kohastructure.sql: +++ b/installer/data/mysql/kohastructure.sql @@ -286,6 +286,7 @@ CREATE TABLE `borrower_attribute_types` ( -- definitions for custom patron field `staff_searchable` tinyint(1) NOT NULL default 0, -- defines if this field is searchable via the patron search in the staff client (1 for yes, 0 for no) `authorised_value_category` varchar(10) default NULL, -- foreign key from authorised_values that links this custom field to an authorized value category `display_checkout` tinyint(1) NOT NULL default 0,-- defines if this field displays in checkout screens + `category_type` VARCHAR(1) NOT NULL DEFAULT '',-- defines a category for an attribute_type PRIMARY KEY (`code`), KEY `auth_val_cat_idx` (`authorised_value_category`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 02:56:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 01:56:24 +0000 Subject: [Koha-bugs] [Bug 7028] koha-conf.xml template that comes with the packages needs updating In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7028 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 02:59:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 01:59:30 +0000 Subject: [Koha-bugs] [Bug 1623] Retain history of approved comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1623 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz QAContact|koha-bugs at lists.koha-commun |ian.walls at bywatersolutions. |ity.org |com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 03:01:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 02:01:46 +0000 Subject: [Koha-bugs] [Bug 1623] Retain history of approved comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1623 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6447|0 |1 is obsolete| | --- Comment #2 from Chris Cormack 2011-12-04 02:01:46 UTC --- Created attachment 6555 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6555 Bug 1623 - Provide view of approved comments This patch creates two tabs on the comments administration page: one for approved comments and one for unapproved comments. Each display is paginated according to the numSearchResults preference. The list of approved comments has, instead of a link to approve, a link to unapprove. The JavaScript table sorter has been removed since it doesn't make sense to sort individual pages of a multi-page result set. Signed-off-by: Chris Cormack -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 03:02:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 02:02:11 +0000 Subject: [Koha-bugs] [Bug 1623] Retain history of approved comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1623 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 03:23:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 02:23:05 +0000 Subject: [Koha-bugs] [Bug 4051] add columns to overdues export In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4051 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6520|0 |1 is obsolete| | --- Comment #9 from Chris Cormack 2011-12-04 02:23:05 UTC --- Created attachment 6556 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6556 Bug 4051: adds issuedate column to overdues export Signed-off-by: Chris Cormack -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 03:23:36 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 02:23:36 +0000 Subject: [Koha-bugs] [Bug 4051] add columns to overdues export In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4051 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rel_3_0 |master Patch Status|Needs Signoff |Signed Off QAContact|koha-bugs at lists.koha-commun |ian.walls at bywatersolutions. |ity.org |com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 03:39:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 02:39:08 +0000 Subject: [Koha-bugs] [Bug 6629] [security] insecure use of Cookie for language selection In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6629 Chris Nighswonger changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cnighswonger at foundations.ed | |u --- Comment #33 from Chris Nighswonger 2011-12-04 02:39:08 UTC --- Patches also pushed to 3.2.x and 3.4.x and 3.6.x. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 04:41:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 03:41:40 +0000 Subject: [Koha-bugs] [Bug 7287] overdue notification is processed several times if some sites do not have rules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7287 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #2 from Chris Cormack 2011-12-04 03:41:40 UTC --- Ohh good catch Sophie -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 04:44:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 03:44:48 +0000 Subject: [Koha-bugs] [Bug 7287] overdue notification is processed several times if some sites do not have rules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7287 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6517|0 |1 is obsolete| | --- Comment #3 from Chris Cormack 2011-12-04 03:44:48 UTC --- Created attachment 6557 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6557 Bug 7287 : Fix overdue notification if a branch given as parameter does not have rules Signed-off-by: Chris Cormack -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 04:45:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 03:45:23 +0000 Subject: [Koha-bugs] [Bug 7287] overdue notification is processed several times if some sites do not have rules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7287 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 04:56:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 03:56:40 +0000 Subject: [Koha-bugs] [Bug 6132] System preferences are case sensitive In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6132 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- QAContact|koha-bugs at lists.koha-commun |ian.walls at bywatersolutions. |ity.org |com --- Comment #5 from Chris Cormack 2011-12-04 03:56:40 UTC --- As we move to persistent code, as we are, this patch becomes more important. Because the variables will persist for a lot longer, so inconsistent results are more likely to occur. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 04:57:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 03:57:25 +0000 Subject: [Koha-bugs] [Bug 6132] System preferences are case sensitive In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6132 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6529|0 |1 is obsolete| | --- Comment #6 from Chris Cormack 2011-12-04 03:57:25 UTC --- Created attachment 6558 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6558 Bug 6132: preference were case sensitive. Signed-off-by: Chris Cormack -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 04:57:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 03:57:39 +0000 Subject: [Koha-bugs] [Bug 6132] System preferences are case sensitive In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6132 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 05:45:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 04:45:29 +0000 Subject: [Koha-bugs] [Bug 7313] Untranslatable strings in 'search to hold' feature In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7313 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6552|0 |1 is obsolete| | --- Comment #4 from Chris Cormack 2011-12-04 04:45:29 UTC --- Created attachment 6559 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6559 Bug 7313: Untranslatable strings in 'Search to hold' feature Changed the javascript to include markup for translation _(...) in result list and detail page tool bars. Also changed the text shown for each result to match the text in the toolbar to make things more consistent. To test: - Apply patch - Run "perl translate update " - Open .po file for staff and check for "Place hold on" and "Forget" - Translate those - Run "perl translate install " - Activate "Search for hold" feature in patron account - Do a search and check tool bar on top of result list - Check link text shown in result list - Check detail page Signed-off-by: Chris Cormack -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 05:45:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 04:45:59 +0000 Subject: [Koha-bugs] [Bug 7313] Untranslatable strings in 'search to hold' feature In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7313 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 06:25:53 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 05:25:53 +0000 Subject: [Koha-bugs] [Bug 6629] [security] insecure use of Cookie for language selection In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6629 Fr?re S?bastien Marie changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 07:54:01 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 06:54:01 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #2716|0 |1 is obsolete| | Attachment #2726|0 |1 is obsolete| | Attachment #6373|0 |1 is obsolete| | --- Comment #16 from Chris Cormack 2011-12-04 06:54:01 UTC --- Created attachment 6560 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6560 Bug 5327: Unit tests for C4/Exteral/BakerTaylor.pm Signed-off-by: Chris Cormack -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 08:03:51 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 07:03:51 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #17 from Chris Cormack 2011-12-04 07:03:51 UTC --- Created attachment 6561 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6561 Bug 5327 : Complete coverage for BackgroundJob.pm -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 08:12:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 07:12:07 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6237|0 |1 is obsolete| | --- Comment #18 from Katrin Fischer 2011-12-04 07:12:07 UTC --- Created attachment 6562 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6562 [SIGNED-OFF] Bug 5327 : Adding more unit tests Signed-off-by: Katrin Fischer New tests run without problems. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 08:12:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 07:12:21 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6561|0 |1 is obsolete| | --- Comment #19 from Katrin Fischer 2011-12-04 07:12:21 UTC --- Created attachment 6563 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6563 [SIGNED-OFF] Bug 5327 : Complete coverage for BackgroundJob.pm Signed-off-by: Katrin Fischer Tests run without problems. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 08:13:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 07:13:55 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 08:14:38 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 07:14:38 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5485|0 |1 is patch| | Attachment #5485|application/octet-stream |text/plain mime type| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 09:08:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 08:08:44 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #51 from Chris Cormack 2011-12-04 08:08:44 UTC --- The content of attachment 4992 has been deleted by Chris Cormack without providing any reason. The token used to delete this attachment was generated at 2011-12-04 21:08:39 NZDT. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 09:09:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 08:09:05 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #52 from Chris Cormack 2011-12-04 08:09:05 UTC --- The content of attachment 5003 has been deleted by Chris Cormack without providing any reason. The token used to delete this attachment was generated at 2011-12-04 21:09:01 NZDT. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 09:09:36 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 08:09:36 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #53 from Chris Cormack 2011-12-04 08:09:36 UTC --- The content of attachment 5004 has been deleted by Chris Cormack without providing any reason. The token used to delete this attachment was generated at 2011-12-04 21:09:32 NZDT. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 09:09:54 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 08:09:54 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #54 from Chris Cormack 2011-12-04 08:09:54 UTC --- The content of attachment 5005 has been deleted by Chris Cormack without providing any reason. The token used to delete this attachment was generated at 2011-12-04 21:09:50 NZDT. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 09:10:57 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 08:10:57 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #55 from Chris Cormack 2011-12-04 08:10:57 UTC --- The content of attachment 5006 has been deleted by Chris Cormack without providing any reason. The token used to delete this attachment was generated at 2011-12-04 21:10:51 NZDT. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 09:12:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 08:12:11 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #56 from Chris Cormack 2011-12-04 08:12:11 UTC --- The content of attachment 5007 has been deleted by Chris Cormack without providing any reason. The token used to delete this attachment was generated at 2011-12-04 21:12:08 NZDT. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 09:12:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 08:12:30 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #57 from Chris Cormack 2011-12-04 08:12:30 UTC --- The content of attachment 5008 has been deleted by Chris Cormack without providing any reason. The token used to delete this attachment was generated at 2011-12-04 21:12:24 NZDT. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 09:12:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 08:12:48 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #58 from Chris Cormack 2011-12-04 08:12:48 UTC --- The content of attachment 5009 has been deleted by Chris Cormack without providing any reason. The token used to delete this attachment was generated at 2011-12-04 21:12:45 NZDT. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 09:13:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 08:13:23 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #59 from Chris Cormack 2011-12-04 08:13:23 UTC --- The content of attachment 5011 has been deleted by Chris Cormack without providing any reason. The token used to delete this attachment was generated at 2011-12-04 21:13:14 NZDT. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 09:13:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 08:13:58 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #60 from Chris Cormack 2011-12-04 08:13:58 UTC --- The content of attachment 5012 has been deleted by Chris Cormack without providing any reason. The token used to delete this attachment was generated at 2011-12-04 21:13:55 NZDT. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 09:14:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 08:14:31 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #61 from Chris Cormack 2011-12-04 08:14:31 UTC --- The content of attachment 5013 has been deleted by Chris Cormack without providing any reason. The token used to delete this attachment was generated at 2011-12-04 21:14:28 NZDT. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 09:14:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 08:14:49 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #62 from Chris Cormack 2011-12-04 08:14:49 UTC --- The content of attachment 5014 has been deleted by Chris Cormack without providing any reason. The token used to delete this attachment was generated at 2011-12-04 21:14:45 NZDT. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 09:15:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 08:15:27 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #63 from Chris Cormack 2011-12-04 08:15:27 UTC --- The content of attachment 5139 has been deleted by Chris Cormack without providing any reason. The token used to delete this attachment was generated at 2011-12-04 21:15:18 NZDT. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 09:15:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 08:15:49 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #64 from Chris Cormack 2011-12-04 08:15:49 UTC --- The content of attachment 5140 has been deleted by Chris Cormack without providing any reason. The token used to delete this attachment was generated at 2011-12-04 21:15:46 NZDT. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 09:16:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 08:16:08 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #65 from Chris Cormack 2011-12-04 08:16:08 UTC --- The content of attachment 5141 has been deleted by Chris Cormack without providing any reason. The token used to delete this attachment was generated at 2011-12-04 21:16:04 NZDT. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 09:16:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 08:16:25 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #66 from Chris Cormack 2011-12-04 08:16:25 UTC --- The content of attachment 5142 has been deleted by Chris Cormack without providing any reason. The token used to delete this attachment was generated at 2011-12-04 21:16:21 NZDT. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 09:16:43 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 08:16:43 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #67 from Chris Cormack 2011-12-04 08:16:43 UTC --- The content of attachment 5174 has been deleted by Chris Cormack without providing any reason. The token used to delete this attachment was generated at 2011-12-04 21:16:40 NZDT. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 09:17:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 08:17:05 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #68 from Chris Cormack 2011-12-04 08:17:05 UTC --- The content of attachment 5175 has been deleted by Chris Cormack without providing any reason. The token used to delete this attachment was generated at 2011-12-04 21:17:01 NZDT. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 09:17:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 08:17:25 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #69 from Chris Cormack 2011-12-04 08:17:25 UTC --- The content of attachment 5176 has been deleted by Chris Cormack without providing any reason. The token used to delete this attachment was generated at 2011-12-04 21:17:22 NZDT. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 09:18:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 08:18:06 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #70 from Chris Cormack 2011-12-04 08:18:06 UTC --- The content of attachment 5177 has been deleted by Chris Cormack without providing any reason. The token used to delete this attachment was generated at 2011-12-04 21:17:47 NZDT. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 09:18:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 08:18:44 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #71 from Chris Cormack 2011-12-04 08:18:44 UTC --- The content of attachment 5178 has been deleted by Chris Cormack without providing any reason. The token used to delete this attachment was generated at 2011-12-04 21:18:40 NZDT. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 09:19:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 08:19:16 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #72 from Chris Cormack 2011-12-04 08:19:16 UTC --- The content of attachment 5179 has been deleted by Chris Cormack without providing any reason. The token used to delete this attachment was generated at 2011-12-04 21:19:12 NZDT. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 09:19:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 08:19:47 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #73 from Chris Cormack 2011-12-04 08:19:47 UTC --- The content of attachment 5186 has been deleted by Chris Cormack without providing any reason. The token used to delete this attachment was generated at 2011-12-04 21:19:44 NZDT. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 09:20:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 08:20:06 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #74 from Chris Cormack 2011-12-04 08:20:06 UTC --- The content of attachment 5187 has been deleted by Chris Cormack without providing any reason. The token used to delete this attachment was generated at 2011-12-04 21:20:02 NZDT. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 09:20:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 08:20:49 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #75 from Chris Cormack 2011-12-04 08:20:49 UTC --- The content of attachment 5188 has been deleted by Chris Cormack without providing any reason. The token used to delete this attachment was generated at 2011-12-04 21:20:46 NZDT. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 09:21:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 08:21:06 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #76 from Chris Cormack 2011-12-04 08:21:06 UTC --- The content of attachment 5190 has been deleted by Chris Cormack without providing any reason. The token used to delete this attachment was generated at 2011-12-04 21:21:02 NZDT. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 09:21:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 08:21:24 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #77 from Chris Cormack 2011-12-04 08:21:24 UTC --- The content of attachment 5192 has been deleted by Chris Cormack without providing any reason. The token used to delete this attachment was generated at 2011-12-04 21:21:20 NZDT. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 09:21:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 08:21:40 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #78 from Chris Cormack 2011-12-04 08:21:40 UTC --- The content of attachment 5193 has been deleted by Chris Cormack without providing any reason. The token used to delete this attachment was generated at 2011-12-04 21:21:37 NZDT. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 09:22:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 08:22:04 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #79 from Chris Cormack 2011-12-04 08:22:04 UTC --- The content of attachment 5356 has been deleted by Chris Cormack without providing any reason. The token used to delete this attachment was generated at 2011-12-04 21:22:01 NZDT. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 09:22:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 08:22:33 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #80 from Chris Cormack 2011-12-04 08:22:33 UTC --- I have cleaned off the patches already pushed, the rest still need sign off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 09:35:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 08:35:33 +0000 Subject: [Koha-bugs] [Bug 6147] Reading RSS feeds via Netvibes In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6147 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #4131|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 09:56:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 08:56:23 +0000 Subject: [Koha-bugs] [Bug 6786] False detection of index names in Search; make index names case insensitive In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6786 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Severity|minor |critical --- Comment #6 from Katrin Fischer 2011-12-04 08:56:23 UTC --- Hi, this breaks searches for Control-number as used to link back from analytics to serials using $w in MARC21. To test: - Add a record and fill in 001 - Try to search for Control-number:<001> in a keyword search This needs to be reverted until a better fix can be found that does not break existing features. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 13:26:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 12:26:02 +0000 Subject: [Koha-bugs] [Bug 6147] Reading RSS feeds via Netvibes In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6147 Arslan Farooq changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arslanone at gmail.com --- Comment #6 from Arslan Farooq 2011-12-04 12:26:02 UTC --- Without this patch, the rss feed does not validate in W3C Feed Validation Service: see screenshot: http://goo.gl/T2f9o ---------------------------------------------------- Once this patch is applied, and viewing the feed: /opac-search.pl?idx=kw&q=jane&count=50&sort_by=acqdate_dsc&format=rss2 I did the CTRL+U (view source) in my browser, copied the source, and validated by pasting the source in http://feed1.w3.org/ (Validate by Direct Input). The result says: Congratulations! This is a valid RSS feed :) But I just want to ask about these "Recommendations" before signing off. See screenshot: http://goo.gl/XCpFZ Is it okay to sign off this bug? It sure is an improvement. The feed validates! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 17:08:01 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 16:08:01 +0000 Subject: [Koha-bugs] [Bug 6786] False detection of index names in Search; make index names case insensitive In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6786 --- Comment #7 from M. de Rooy 2011-12-04 16:08:01 UTC --- (In reply to comment #6) > this breaks searches for Control-number as used to link back from analytics to > serials using $w in MARC21. > > This needs to be reverted until a better fix can be found that does not break > existing features. Good catch, Katrin. I think we should not revert it; only a small change in the regex in buildQuery is needed. Problem here seems to be the hyphen in Control-number. I tested this one: /(?:^|\W)([\w-]+)(,[\w-]+)*[:=]/g And it seems to work. I hope to send a follow up patch for this tomorrow. If you are faster, that is fine too. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 17:49:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 16:49:34 +0000 Subject: [Koha-bugs] [Bug 1088] expand independant branches functionallity In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1088 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64 is|0 |1 obsolete| | --- Comment #1 from Ian Walls 2011-12-04 16:49:34 UTC --- Comment on attachment 64 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=64 proposed patches. Marking this patch obsolete, as it's not a Git patch, and seems based on Koha 2.2.5 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 17:55:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 16:55:21 +0000 Subject: [Koha-bugs] [Bug 1088] expand independant branches functionallity In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1088 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls at bywatersolutions. | |com --- Comment #2 from Ian Walls 2011-12-04 16:55:21 UTC --- My suggestion here would be to clarify exactly "Independant Branches" should mean. There are several different functions that library networks may or may not want to enable: * Hiding other branches' materials in Search (either at first, or completely) * Hiding other branches' patrons in Patron Search (either at first, or completely) * Hiding other branches' reports, lists, etc * Prevent other branches from editing your items * Prevent other branches from editing your settings * Prevent other branches from editing your patrons * Prevent other branches from editing your reports, lists, etc. We're close on the first section, through various mechanisms. The second session looks more like individual permissions, rather than global sysprefs. For example, we'd want certain privileged individuals to be able to edit EVERYTHING (even if that's only one admin account). -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 17:58:22 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 16:58:22 +0000 Subject: [Koha-bugs] [Bug 1554] Couple of issues with task scheduler In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1554 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |ian.walls at bywatersolutions. | |com Resolution| |DUPLICATE --- Comment #1 from Ian Walls 2011-12-04 16:58:22 UTC --- Marking as duplicate of bug 1993, which represents the larger issue with the Task Scheduler. *** This bug has been marked as a duplicate of bug 1993 *** -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 17:58:22 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 16:58:22 +0000 Subject: [Koha-bugs] [Bug 1993] Task Scheduler Needs Re-write In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1993 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #3 from Ian Walls 2011-12-04 16:58:22 UTC --- *** Bug 1554 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 18:02:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 17:02:02 +0000 Subject: [Koha-bugs] [Bug 2092] Koha should support Unicode 6 In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2092 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls at bywatersolutions. | |com Summary|Koha should support Unicode |Koha should support Unicode |5.1 |6 --- Comment #1 from Ian Walls 2011-12-04 17:02:02 UTC --- Updating bug report: Unicode 6 has been released, including support for the Indian Rupee symbol. See http://unicode.org/versions/Unicode6.0.0/ for more details. Koha should support as current a Unicode version as possible. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 18:15:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 17:15:24 +0000 Subject: [Koha-bugs] [Bug 7315] New: Remove deprecated notifyMailsOp.pl cronjob Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7315 Bug #: 7315 Summary: Remove deprecated notifyMailsOp.pl cronjob Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: minor Priority: P5 - low Component: Command-line Utilities AssignedTo: gmcharlt at gmail.com ReportedBy: ian.walls at bywatersolutions.com QAContact: ian.walls at bywatersolutions.com This script is hard-coded to work only for one specific library, and references a table, notifys, which is otherwise completely unreferenced anywhere else in Koha (expect possibly in the 22to30 scripts) This script should be removed -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 18:16:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 17:16:35 +0000 Subject: [Koha-bugs] [Bug 2346] consolidate duplicate methods C4::Overdues::UpdateBorrowerDebarred and C4::Members::DebarMember In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2346 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls at bywatersolutions. | |com --- Comment #2 from Ian Walls 2011-12-04 17:16:35 UTC --- This issue is resolved with the inclusion of bug 6328. UpdateBorrowerDebarred has been removed from usage except in the deprecated script notifyMailsOp.pl, and there it is overridden by a local subroutine. This script has a bug filed against it for removal (bug 7315), so I believe it is safe to remove UpdateBorrowerDebarred from C4::Overdues. Patch forthcoming. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 18:21:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 17:21:25 +0000 Subject: [Koha-bugs] [Bug 2346] consolidate duplicate methods C4::Overdues::UpdateBorrowerDebarred and C4::Members::DebarMember In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2346 --- Comment #3 from Ian Walls 2011-12-04 17:21:25 UTC --- Created attachment 6564 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6564 Proposed patch to remove UpdateBorrowerDebarred Removes UpdateBorrowerDebarred subroutine and associated test, now that it's no longer relevant (since bug 6328) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 18:21:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 17:21:52 +0000 Subject: [Koha-bugs] [Bug 2346] consolidate duplicate methods C4::Overdues::UpdateBorrowerDebarred and C4::Members::DebarMember In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2346 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |PATCH-Sent Patch Status|--- |Needs Signoff QAContact|koha-bugs at lists.koha-commun |jonathan.druart at biblibre.co |ity.org |m -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 18:26:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 17:26:13 +0000 Subject: [Koha-bugs] [Bug 7316] New: Missing escaping in search results Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7316 Bug #: 7316 Summary: Missing escaping in search results Classification: Unclassified Change sponsored?: --- Product: Koha Version: unspecified Platform: All OS/Version: All Status: ASSIGNED Severity: critical Priority: P1 - high Component: Architecture, internals, and plumbing AssignedTo: semarie-koha at latrappe.fr ReportedBy: semarie-koha at latrappe.fr QAContact: ian.walls at bywatersolutions.com CC: paul.poulain at biblibre.com In opac (and intranet), in search results, two parameters need escaping in title (html element): - query_desc - limit_desc Impacted templates: koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt koha-tmpl/opac-tmpl/prog/en/modules/opac-results-grouped.tt koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt This is a security issue, as it could be used to perform XSS (I have tested). -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 18:27:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 17:27:07 +0000 Subject: [Koha-bugs] [Bug 7316] Missing escaping in search results In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7316 --- Comment #1 from Fr?re S?bastien Marie 2011-12-04 17:27:07 UTC --- Created attachment 6565 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6565 Missing escaping in search results -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 18:30:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 17:30:23 +0000 Subject: [Koha-bugs] [Bug 7316] Missing escaping in search results In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7316 Fr?re S?bastien Marie changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 - high |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 18:35:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 17:35:08 +0000 Subject: [Koha-bugs] [Bug 2616] unnecessary 'use HTML::Template' In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2616 --- Comment #2 from Ian Walls 2011-12-04 17:35:08 UTC --- Created attachment 6566 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6566 Proposed Patch Removes 4 unnecessary calls to HTML::Template or HTML::Template::Pro -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 18:35:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 17:35:26 +0000 Subject: [Koha-bugs] [Bug 2616] unnecessary 'use HTML::Template' In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2616 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |PATCH-Sent CC| |ian.walls at bywatersolutions. | |com Patch Status|--- |Needs Signoff QAContact|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 18:46:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 17:46:55 +0000 Subject: [Koha-bugs] [Bug 3279] Renewal date set past date set for "Global Due Date" In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3279 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |ian.walls at bywatersolutions. | |com Resolution| |FIXED --- Comment #1 from Ian Walls 2011-12-04 17:46:55 UTC --- I don't believe this is a problem any more, now that Global Due Date has been removed in favour of the circ rules level "Hard Due Dates" enhancement. Renewing materials under a "global" due date still returns the global date. Marking as resolved. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 19:01:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 18:01:52 +0000 Subject: [Koha-bugs] [Bug 3280] opac/opac-sendbasket.pl security leaky In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3280 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls at bywatersolutions. | |com --- Comment #1 from Ian Walls 2011-12-04 18:01:52 UTC --- Confirmed this is still an issue. Not sure there is any good way around this. To truly solve the issue, we'd need to be able to separate the spam from the ham (as it were), which is too subjective to handle systematically. Perhaps instead of allowing arbitrary email addresses, we only allow either other borrowernumbers (so you can send to your friends) or a selection of one of the patron's own email addresses. The latter would be much easier than the former. This would reduce the flexibility of opac-sendbasket, but I think that flexibility is the fundamental security issue here. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 4 19:06:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 18:06:23 +0000 Subject: [Koha-bugs] [Bug 3290] message queue table needs a timestamp. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3290 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |ian.walls at bywatersolutions. | |com Resolution| |FIXED --- Comment #1 from Ian Walls 2011-12-04 18:06:23 UTC --- message_queue.time_queued is updated every time the message is updated, thus it serves the function requested in this report. It should really be renamed to something more generic like 'timestamp', but that's a cosmetic change, not a functional one. Marking this as resolved. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 19:12:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 18:12:13 +0000 Subject: [Koha-bugs] [Bug 3280] opac/opac-sendbasket.pl security leaky In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3280 Fr?re S?bastien Marie changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |semarie-koha at latrappe.fr -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 19:34:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 18:34:02 +0000 Subject: [Koha-bugs] [Bug 7307] OPACBaseURL not used in opac-search.pl In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7307 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6530|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer 2011-12-04 18:34:02 UTC --- Created attachment 6567 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6567 [SIGNED-OFF] Bug 7307: use of the OPACBaseURL syspref for RSS feed The template opac-opensearch.tt is ready to use OPACBaseURL, but it doesn't get the value. This patch corrects this in opac-search.pl. Signed-off-by: Katrin Fischer To reproduce the bug : 1) Admin : type a value in the OPACBaseURL system preference. 2) Opac : do a search on anything, then click on the RSS button. The url will stay the same, when it should be modified by the system preference. Thx for the test plan! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 19:34:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 18:34:11 +0000 Subject: [Koha-bugs] [Bug 7307] OPACBaseURL not used in opac-search.pl In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7307 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 19:58:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 18:58:14 +0000 Subject: [Koha-bugs] [Bug 7317] New: Add an Interlibrary Loan Module to Circulation and OPAC Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 Bug #: 7317 Summary: Add an Interlibrary Loan Module to Circulation and OPAC Classification: Unclassified Change sponsored?: --- Product: Koha Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation AssignedTo: kyle.m.hall at gmail.com ReportedBy: sarah at secadvertising.com QAContact: ian.walls at bywatersolutions.com CC: gmcharlt at gmail.com A library I consult for is interested in Koha as an ILS solution. There are two blockers currently for the adoption of Koha. The first is an Interlibrary Loan module. The library currently uses Innovative Millennium software, so that functionality will serve as the base requirements for this feature. This bug will serve as the enhancement request for Interlibrary Loan. I plan to contribute this feature over the coming months. There will be a Circulation piece and an OPAC piece for this module. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 19:59:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 18:59:10 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 Sarah Clatterbuck changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sarah at secadvertising.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 20:26:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 19:26:24 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Version|unspecified |master AssignedTo|kyle.m.hall at gmail.com |sarah at secadvertising.com --- Comment #1 from Katrin Fischer 2011-12-04 19:26:24 UTC --- Hi Sarah, thank you for opening a bug about this :) There is already a page on the wiki where we have started to collect information about ILL protocols and core functionality: http://wiki.koha-community.org/wiki/Inter_Library_Loan I suggest putting your ideas and plans in an RFC on the wiki too. This way other libraries interested in that feature can see what's being planned. It can also help to get ideas and create discussion about how how this can fit into Koha in a good and flexible way. There is also another open source project related to ILL that might be interesting: http://www.fulfillment-ill.org/about.php -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 20:54:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 19:54:07 +0000 Subject: [Koha-bugs] [Bug 7278] In the items table, make items.materials of type text, and show its contents at circulation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7278 --- Comment #4 from Chris Cormack 2011-12-04 19:54:07 UTC --- Will add the id and change the note text -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 20:54:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 19:54:15 +0000 Subject: [Koha-bugs] [Bug 7278] In the items table, make items.materials of type text, and show its contents at circulation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7278 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|PATCH-Sent |P5 - low Patch Status|Needs Signoff |--- -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 21:23:19 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 20:23:19 +0000 Subject: [Koha-bugs] [Bug 7278] In the items table, make items.materials of type text, and show its contents at circulation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7278 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6481|0 |1 is obsolete| | --- Comment #5 from Chris Cormack 2011-12-04 20:23:19 UTC --- Created attachment 6568 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6568 Bug 7278 : Additional Materials Part 2: This patch shows the message at checkout and checkin How to test: * Add a note in cataloguing * Check it displays at checkout and checkin * Check items without a note don't display anything -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 21:23:38 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 20:23:38 +0000 Subject: [Koha-bugs] [Bug 7278] In the items table, make items.materials of type text, and show its contents at circulation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7278 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 4 22:07:51 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Dec 2011 21:07:51 +0000 Subject: [Koha-bugs] [Bug 6663] would be nice to put ranges of dates in the calendar In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6663 Christophe Croullebois changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6537|0 |1 is obsolete| | --- Comment #7 from Christophe Croullebois 2011-12-04 21:07:51 UTC --- Created attachment 6569 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6569 Add a datepicker for "to date" in a range selection I hope this one is better. I have tryed to keep the code light. Thx for testing. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 01:06:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 00:06:24 +0000 Subject: [Koha-bugs] [Bug 7318] New: Filtering Patron Card Creator by Category Code Does Nothing Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7318 Bug #: 7318 Summary: Filtering Patron Card Creator by Category Code Does Nothing Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_6 Platform: All OS/Version: All Status: NEW Severity: major Priority: P5 - low Component: Tools AssignedTo: gmcharlt at gmail.com ReportedBy: lzuares at collsk12.org QAContact: ian.walls at bywatersolutions.com Created attachment 6570 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6570 Sample Search Please see attached: Search by Category Codes shows all patrons in all categories. Displays "()" as category for all patrons. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 06:55:00 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 05:55:00 +0000 Subject: [Koha-bugs] [Bug 6740] can add items at ordering but not remove items In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6740 --- Comment #16 from Katrin Fischer 2011-12-05 05:55:00 UTC --- Ok, I think I have the reason and a possible fix. The reason: The function for cloning looks for the first and second element in the
block of the item in order to change the parameter to include a unique number and make the minus link show. The problem here is, that you can use an undefined number of plugins within your ACQ framework now, that will create more tags so looking for element number x will no longer work. (Plugins added: http://git.koha-community.org/gitweb/?p=koha.git;a=commit;h=e5ff05857e5b99ab19210bc272086f253ea9404b) But the good news is, now it all makes sense :) Paul couldn't reproduce this, because he had no plugins in his framework. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 07:31:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 06:31:02 +0000 Subject: [Koha-bugs] [Bug 6740] can add items at ordering but not remove items In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6740 --- Comment #17 from Katrin Fischer 2011-12-05 06:31:02 UTC --- Created attachment 6571 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6571 Bug 6740: can add items at ordering/receiving but not remove The problem was, that the script was looking for the first and second tag in the code. When using plugins in the framework this can't work. The patch changes the script to select the correct tags by using a class. Also changes + and - to 'Add' and 'Delete' to make the meaning clearer and clicking on them a bit easier. To test: 1) AcqCreateItem = order - Create a basket - Create an order line - Create more than one item - Delete items - Check quantity is calculated correctly - Check items are created correctly 2) AcqCreateItem = receive - Create basket - Create 2 order lines, order >1 items - Do a partial item by removing items from the receive form - Receive all missing items - Receive more items than ordered -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 07:32:09 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 06:32:09 +0000 Subject: [Koha-bugs] [Bug 6740] can add items at ordering but not remove items In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6740 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 - high |PATCH-Sent Patch Status|--- |Needs Signoff AssignedTo|henridamien at koha-fr.org |katrin.fischer at bsz-bw.de -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 08:47:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 07:47:49 +0000 Subject: [Koha-bugs] [Bug 6786] False detection of index names in Search; make index names case insensitive In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6786 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5251|0 |1 is obsolete| | --- Comment #8 from M. de Rooy 2011-12-05 07:47:49 UTC --- Created attachment 6572 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6572 Follow up fix for hyphens in index names -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 08:48:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 07:48:10 +0000 Subject: [Koha-bugs] [Bug 6786] False detection of index names in Search; make index names case insensitive In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6786 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Patch Pushed |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 08:54:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 07:54:05 +0000 Subject: [Koha-bugs] [Bug 6786] False detection of index names in Search; make index names case insensitive In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6786 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6572|0 |1 is obsolete| | --- Comment #9 from Chris Cormack 2011-12-05 07:54:05 UTC --- Created attachment 6573 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6573 Bug 6786: Follow up fixing index names with hyphens Adds hyphen to regex looking for index names in buildQuery. Test by searching on Control-number=... Signed-off-by: Chris Cormack -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 08:54:18 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 07:54:18 +0000 Subject: [Koha-bugs] [Bug 6786] False detection of index names in Search; make index names case insensitive In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6786 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 08:56:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 07:56:23 +0000 Subject: [Koha-bugs] [Bug 6786] False detection of index names in Search; make index names case insensitive In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6786 --- Comment #10 from M. de Rooy 2011-12-05 07:56:23 UTC --- QA Request for Paul or Ian: Could you please set this to Passed QA and push it. Resolves searching on index names with hyphen. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 08:56:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 07:56:37 +0000 Subject: [Koha-bugs] [Bug 6786] False detection of index names in Search; make index names case insensitive In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6786 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QAContact|koha-bugs at lists.koha-commun |ian.walls at bywatersolutions. |ity.org |com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 09:09:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 08:09:50 +0000 Subject: [Koha-bugs] [Bug 6786] False detection of index names in Search; make index names case insensitive In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6786 --- Comment #11 from M. de Rooy 2011-12-05 08:09:50 UTC --- Can and should be applied to 3.6.X too. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 09:24:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 08:24:27 +0000 Subject: [Koha-bugs] [Bug 2616] unnecessary 'use HTML::Template' In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2616 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6566|0 |1 is obsolete| | --- Comment #3 from M. de Rooy 2011-12-05 08:24:27 UTC --- Created attachment 6574 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6574 Signed patch Signed off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 09:26:19 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 08:26:19 +0000 Subject: [Koha-bugs] [Bug 2616] unnecessary 'use HTML::Template' In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2616 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Patch Status|Needs Signoff |Passed QA AssignedTo|gmcharlt at gmail.com |ian.walls at bywatersolutions. | |com --- Comment #4 from M. de Rooy 2011-12-05 08:26:19 UTC --- QA: Updating patch status to Passed QA now too. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 09:45:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 08:45:15 +0000 Subject: [Koha-bugs] [Bug 6132] System preferences are case sensitive In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6132 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Patch Status|Signed Off |Passed QA QAContact|ian.walls at bywatersolutions. |m.de.rooy at rijksmuseum.nl |com | --- Comment #7 from M. de Rooy 2011-12-05 08:45:15 UTC --- QA: Looks good. Updating patch status. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 09:50:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 08:50:13 +0000 Subject: [Koha-bugs] [Bug 7154] Group borrower attributes and link between patron category and attribute In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7154 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6536|0 |1 is obsolete| | --- Comment #7 from Jonathan Druart 2011-12-05 08:50:13 UTC --- Created attachment 6575 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6575 Proposed patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 09:50:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 08:50:37 +0000 Subject: [Koha-bugs] [Bug 7154] Group borrower attributes and link between patron category and attribute In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7154 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 09:53:22 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 08:53:22 +0000 Subject: [Koha-bugs] [Bug 7020] Items with no checkouts report does not output call number, barcode or item details In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7020 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Version|rel_3_4 |master AssignedTo|gmcharlt at gmail.com |jaker at mvwsd.org QAContact|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 10:04:53 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 09:04:53 +0000 Subject: [Koha-bugs] [Bug 7020] Items with no checkouts report does not output call number, barcode or item details In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7020 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Failed QA --- Comment #4 from M. de Rooy 2011-12-05 09:04:53 UTC --- QA Comment: Jon or Sophie: Thanks for your work. Small note: I see that title still does not appear. In this line:

[% DEFAULT loopro.title="NO TITLE" %]

Please correct that too and it is perfect! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 10:05:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 09:05:20 +0000 Subject: [Koha-bugs] [Bug 7307] OPACBaseURL not used in opac-search.pl In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7307 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at biblibre.co | |m --- Comment #4 from Jonathan Druart 2011-12-05 09:05:20 UTC --- Why replace https with http ? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 10:09:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 09:09:28 +0000 Subject: [Koha-bugs] [Bug 6804] If IndependantBranches and AutoLocation enabled, OPAC login does not redirect properly outside IP range In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6804 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Version|rel_3_6 |master QAContact|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 10:21:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 09:21:46 +0000 Subject: [Koha-bugs] [Bug 3280] opac/opac-sendbasket.pl security leaky In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3280 --- Comment #2 from Fr?re S?bastien Marie 2011-12-05 09:21:46 UTC --- Created attachment 6576 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6576 Bug 3280 Restrict Send-basket feature Here a proposal (should be discussed): - permit send basket only for authenticated user - permit send basket only if basket contains items - use surname, firstname and email of authenticated user for 'To' field (with fallback to KohaAdminEmailAddress) - add field X-Orig-IP with IP of sender - add field X-Abuse-Report with KohaAdminEmailAddress Please comments. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 10:25:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 09:25:37 +0000 Subject: [Koha-bugs] [Bug 3280] opac/opac-sendbasket.pl security leaky In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3280 --- Comment #3 from Fr?re S?bastien Marie 2011-12-05 09:25:37 UTC --- Does opac/opac-sendshelf.pl should be have a separated bug report ? As there have same features (send email to someone), corrections (or enhancements) should be consistent. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 10:41:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 09:41:17 +0000 Subject: [Koha-bugs] [Bug 7013] required format is not enforced for authorized values In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7013 --- Comment #1 from Adrien SAURAT 2011-12-05 09:41:17 UTC --- Created attachment 6577 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6577 proposed patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 10:42:18 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 09:42:18 +0000 Subject: [Koha-bugs] [Bug 7013] required format is not enforced for authorized values In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7013 Adrien SAURAT changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff --- Comment #2 from Adrien SAURAT 2011-12-05 09:42:18 UTC --- Two sentences created (a hint and an error message) in the proposed patch, to be translated. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 10:43:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 09:43:16 +0000 Subject: [Koha-bugs] [Bug 6804] If IndependantBranches and AutoLocation enabled, OPAC login does not redirect properly outside IP range In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6804 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Failed QA --- Comment #4 from M. de Rooy 2011-12-05 09:43:16 UTC --- QA Comment: I did not test this patch, but have some comments on the code that is not directly touched by this patch but is in the direct context. I think that the check if ($ip !~ /^$domain/) does not work. If domain is a full IP address it works. But if domain is a subnet mask like 199.1.*, the check will also approve addresses like 199.11.12.13 which it should not (.* will `eat` 1.12.13). From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 11:17:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 10:17:25 +0000 Subject: [Koha-bugs] [Bug 7013] required format is not enforced for authorized values In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7013 --- Comment #3 from Fr?re S?bastien Marie 2011-12-05 10:17:25 UTC --- Comment on attachment 6577 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6577 proposed patch This patch is vulnerable to SQL injection. Please use placeholders in SQL query (using prepare/execute), instead of $variable. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 11:30:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 10:30:15 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 --- Comment #10 from Jonathan Druart 2011-12-05 10:30:15 UTC --- Hi Katrin, 1/ Exactly, my example is not good :-/ A good example : <> <> <> <> <> <> Ordernumber <> (<>) (<> ordered) ($<> each) has not been received. For the ACQCLAIM notice, we can select fields from tables branches, aqbooksellers, aqorders, biblio and biblioitems. 2/ Ok, I'm going to create a new patch containing modifications for all languages 3/ Yes, it's desirable but it's not the goal of this development -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 11:36:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 10:36:37 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 --- Comment #11 from Katrin Fischer 2011-12-05 10:36:37 UTC --- Hi Jonathan, thx for your comments :) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 11:38:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 10:38:37 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6538|0 |1 is obsolete| | --- Comment #12 from Jonathan Druart 2011-12-05 10:38:37 UTC --- Created attachment 6578 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6578 Proposed patch Adds sql modifications for all languages (contains de-DE, es-ES, it-IT, nb-NO) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 11:42:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 10:42:33 +0000 Subject: [Koha-bugs] [Bug 7310] Improving permissions on lists (virtual shelves) In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7310 --- Comment #2 from M. de Rooy 2011-12-05 10:42:33 UTC --- New proposal to the list: 1 Do not allow to create a public list in the OPAC. (Only private lists.) Public lists are only created by staff users in the staff client. 2 Add three permission options to any list: a) Allow adding entries b) Allow deleting your own entries (that you added) and c) Allow deleting entries that someone else added. This makes the distinction between public list and open list no longer needed and adds some refinement in lists management. Only the owner of the list can change these permissions. 3 Add a new (opac) feature to private lists: Share a list (with another patron). Let the user share access to a list by Koha sending an email with a URL including some (temporary) invitation key. When the invited patron clicks that URL (when logged in) he gains access (in accordance with the described permission options for that specific list). The invited patron can always 'delete' the shared list, i.e. delete the share. The owner can 'unshare' the list and remove all shares for that list. 4 With respect to user privacy, a feature may be added in staff client to moderate shared list names. 5 Possibly, libraries do not want patrons sharing lists. So the option could be disabled with a preference. In that case points 2 and 3 still apply. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 11:49:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 10:49:17 +0000 Subject: [Koha-bugs] [Bug 7281] Hide some lists (virtual shelves) from OPAC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7281 --- Comment #1 from M. de Rooy 2011-12-05 10:49:17 UTC --- See bug 7310. If we use the concept of shared lists, this report may not be needed after all. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 12:07:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 11:07:29 +0000 Subject: [Koha-bugs] [Bug 7013] required format is not enforced for authorized values In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7013 --- Comment #4 from Adrien SAURAT 2011-12-05 11:07:29 UTC --- I didn't change the SQL parts, they could be indeed enhanced but it would be better to make a specific bug about this, to make things clear. But thanks to your remark, I noticed a version problem :/ the script has probably been modified as I was working on this. I'll handle the conflicts and upload a new patch. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 13:36:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 12:36:50 +0000 Subject: [Koha-bugs] [Bug 7167] updatedatabase improvements In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7167 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl --- Comment #25 from M. de Rooy 2011-12-05 12:36:50 UTC --- Comments from some (nut full) testing (no QA): I see 3.07.01.xxx in the db revs. But what is 3.07.01 ? When do you reach 3.07.02 now? After you installed all 50 dbrevs that are marked with 3.07.01? Is that mechanism implemented in current code? When and how are we stepping to 3.07.02 ? About/version: 3.0600002 / 3.07.01.0002 / 3.07.01.0003 Listing them all is not helpful. I would say list the version number: 3.07.01 meaning something like: everything below has been installed. And list the numbers of dbrevs installed for 3.07.02 and higher and the number pending. So this would be: 3.07.01 with 36 db revisions installed; 23 db revisions pending. I agree that this kind of change is cosmetic but should follow quickly. Question: Do you allow someone to install dbrev 3.07.03.xxx while not all 3.07.02 are installed? I would say No. Code should check that. Can we test it? Non-superlibrarian could not login while not all updates were executed. But he should! Superlibrarian is able to login. Clicking homepage goes to update page, but clicking modules works fine. But I want homepage! I only like the warning if I am logging in. I assumed that we allowed the situation now that not all dbrevs are executed, but the code does not. Should be adjusted. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 13:43:22 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 12:43:22 +0000 Subject: [Koha-bugs] [Bug 7167] updatedatabase improvements In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7167 --- Comment #26 from Katrin Fischer 2011-12-05 12:43:22 UTC --- >I assumed that we allowed the situation now that not all dbrevs are executed, >but the code does not. Should be adjusted. I am not sure we should encourage that. It will make it really hard to find out what's going wrong. People should at least be forced to resolve their database updates. Like marking something 'OK' that did not apply, but was a duplicate message. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 13:52:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 12:52:37 +0000 Subject: [Koha-bugs] [Bug 2092] Koha should support Unicode 6 In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2092 --- Comment #2 from Colin Campbell 2011-12-05 12:52:37 UTC --- Unicode 6.0 is supported as of perl 5.14.0 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 14:17:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 13:17:32 +0000 Subject: [Koha-bugs] [Bug 7013] required format is not enforced for authorized values In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7013 Adrien SAURAT changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6577|0 |1 is obsolete| | --- Comment #5 from Adrien SAURAT 2011-12-05 13:17:32 UTC --- Created attachment 6579 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6579 patch Diff show a lot of modified lines because the indentation of a few blocks changed, but I actually added a just few lines. What I did : - added the regex "$new_authorised_value =~ /^[a-zA-Z0-9\-_]+$/" to allow only letters, numbers, dash and underscore for a new value; - added a new hint next to the input box; - added a new error message when the user types an incorrect value. Also removed a few trailing spaces (they caused warnings when applying the patch). -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 15:01:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 14:01:06 +0000 Subject: [Koha-bugs] [Bug 7307] OPACBaseURL not used in opac-search.pl In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7307 --- Comment #5 from Adrien SAURAT 2011-12-05 14:01:06 UTC --- I don't know and the developper of the first version of this patch (developped for a specific customer) can't remember why he did this. I guess we can remove this, I'll make another patch. The following check : if ( $OPACRssURL !~ m/^http:\/\// ) { $OPACRssURL = "http://" . $OPACRssURL } will then have to handle https cases. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 15:04:57 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 14:04:57 +0000 Subject: [Koha-bugs] [Bug 7307] OPACBaseURL not used in opac-search.pl In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7307 --- Comment #6 from Adrien SAURAT 2011-12-05 14:04:57 UTC --- In fact, the syspref text says the following : The OPAC is located at http://[INPUT ZONE] . (This must be filled in correctly for RSS, unAPI, and search plugins to work.) The http part is not supposed to be typed, and only the addition of "http://" seems to be expected. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 15:10:38 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 14:10:38 +0000 Subject: [Koha-bugs] [Bug 7167] updatedatabase improvements In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7167 --- Comment #27 from M. de Rooy 2011-12-05 14:10:38 UTC --- > I am not sure we should encourage that. It will make it really hard to find out > what's going wrong. People should at least be forced to resolve their database > updates. Like marking something 'OK' that did not apply, but was a duplicate > message. With some discussion on IRC in mind, it might be interesting to add a preference (yet another ;) on the Admin page that defaults to Linear updating (and enforces to run all updates in sequence before using Koha). Only if Delinear would be selected (by a developer), allow selective updating and do not force running all updates before using Koha. Just remind an admin at login time. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 15:29:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 14:29:34 +0000 Subject: [Koha-bugs] [Bug 7310] Improving permissions on lists (virtual shelves) In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7310 --- Comment #3 from Nicole C. Engard 2011-12-05 14:29:34 UTC --- (In reply to comment #2) > New proposal to the list: > > 1 Do not allow to create a public list in the OPAC. (Only private lists.) > Public lists are only created by staff users in the staff client. I think this should be a preference that the librarians can choose from the following options : 1. Allow anyone to create public lists without moderation 2. Allow patrons to create public lists with moderation 3. Allow only staff (with permission) to create public lists > 2 Add three permission options to any list: a) Allow adding entries b) Allow > deleting your own entries (that you added) and c) Allow deleting entries that > someone else added. > This makes the distinction between public list and open list no longer > needed and adds some refinement in lists management. > Only the owner of the list can change these permissions. In addition I'd say we need general staff list permissions which we don't have right now. > 3 Add a new (opac) feature to private lists: Share a list (with another > patron). > Let the user share access to a list by Koha sending an email with a URL > including some (temporary) invitation key. When the invited patron clicks that > URL (when logged in) he gains access (in accordance with the described > permission options for that specific list). > The invited patron can always 'delete' the shared list, i.e. delete the > share. > The owner can 'unshare' the list and remove all shares for that list. I like! > 4 With respect to user privacy, a feature may be added in staff client to > moderate shared list names. > 5 Possibly, libraries do not want patrons sharing lists. So the option could > be disabled with a preference. In that case points 2 and 3 still apply. Yes, preferences to turn things off are always good. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 15:36:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 14:36:47 +0000 Subject: [Koha-bugs] [Bug 7319] New: Improve specificity of title and breadcrumbs on acquisitions Z39.50 search pages Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7319 Bug #: 7319 Summary: Improve specificity of title and breadcrumbs on acquisitions Z39.50 search pages Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: ASSIGNED Severity: minor Priority: P5 - low Component: Acquisitions AssignedTo: oleonard at myacpl.org ReportedBy: oleonard at myacpl.org QAContact: ian.walls at bywatersolutions.com If you search for an item via Z39.50 search to add to an order the initial search page says "Z39.50 Search Results." The title and breadcrumbs should reflect the correct stage of the operation. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 15:45:56 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 14:45:56 +0000 Subject: [Koha-bugs] [Bug 6804] If IndependantBranches and AutoLocation enabled, OPAC login does not redirect properly outside IP range In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6804 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=3068 --- Comment #5 from Ian Walls 2011-12-05 14:45:56 UTC --- Adding See Also link to bug 3068 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 15:48:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 14:48:31 +0000 Subject: [Koha-bugs] [Bug 7319] Improve specificity of title and breadcrumbs on acquisitions Z39.50 search pages In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7319 --- Comment #1 from Owen Leonard 2011-12-05 14:48:31 UTC --- Created attachment 6580 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6580 Proposed fix Changing title and breadcrumbs so that they correctly reflect the curent stage of the process. To test: Add to an order from an external source. When filling out the Z39.50 search form the title and breadcrumbs should read "Order from external source." After searching they should read "Order from external source -> Search results" -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 15:48:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 14:48:45 +0000 Subject: [Koha-bugs] [Bug 7319] Improve specificity of title and breadcrumbs on acquisitions Z39.50 search pages In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7319 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 15:52:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 14:52:59 +0000 Subject: [Koha-bugs] [Bug 6786] False detection of index names in Search; make index names case insensitive In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6786 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Passed QA --- Comment #12 from Ian Walls 2011-12-05 14:52:59 UTC --- Adds hyphen back into regex, which is required for many/most of the search indexes in bib1.att. Please note that / is also used in several of the bib1.att indexes... now as to whether we actually support those particular indexes, I'm not sure, but theoretically, we should probably also include regex matching for / as well. Passed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 16:36:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 15:36:05 +0000 Subject: [Koha-bugs] [Bug 6740] can add items at ordering but not remove items In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6740 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6571|0 |1 is obsolete| | --- Comment #18 from Owen Leonard 2011-12-05 15:36:05 UTC --- Created attachment 6581 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6581 Signed-off patch Tested both test plans and found both to be working properly. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 16:36:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 15:36:30 +0000 Subject: [Koha-bugs] [Bug 6740] can add items at ordering but not remove items In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6740 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 16:47:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 15:47:27 +0000 Subject: [Koha-bugs] [Bug 7013] required format is not enforced for authorized values In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7013 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #6 from Chris Cormack 2011-12-05 15:47:27 UTC --- I agree with comment 3, this code is still vulnerable to sql injection. I will add a follow up, but I would encourage all developers to fix any bad coding practices like this that they say, as they change code. It is the perfect opportunity and really, there is no good reason to ever not use sql placeholders. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 16:49:00 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 15:49:00 +0000 Subject: [Koha-bugs] [Bug 7013] required format is not enforced for authorized values In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7013 --- Comment #7 from Chris Cormack 2011-12-05 15:49:00 UTC --- Created attachment 6582 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6582 Bug 7013 : Fixing sql injection problems -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 16:58:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 15:58:37 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus at enger.priv.no -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 17:17:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 16:17:37 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #2 from Owen Leonard 2011-12-05 16:17:37 UTC --- I second the recommendation to look at the FulfILLment project. I've just volunteered to help test the project's Koha connector. I haven't gotten as far as seeing anything in action yet but Equinox has a great reputation so I'm looking forward to it. At the very least getting to know that project better might give you some guidance on what problems it *doesn't* solve that you would have yours do or vice versa. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 19:58:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 18:58:25 +0000 Subject: [Koha-bugs] [Bug 7320] New: Return notes for circulation Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7320 Bug #: 7320 Summary: Return notes for circulation Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation AssignedTo: kyle.m.hall at gmail.com ReportedBy: katrin.fischer at bsz-bw.de QAContact: ian.walls at bywatersolutions.com CC: gmcharlt at gmail.com Make it possible to add a note to an item which is not visible for the patron and shows up on return of the item. Example: Fast adds. A return note for a fast add could be 'send to cataloging'. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 20:17:51 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 19:17:51 +0000 Subject: [Koha-bugs] [Bug 7320] Return notes for circulation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7320 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #1 from Chris Cormack 2011-12-05 19:17:51 UTC --- How about have it flag for items that are attached to a Fast Add framework with a note at returns. Similar to the ones for waiting holds, or fines Would that work? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 20:22:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 19:22:40 +0000 Subject: [Koha-bugs] [Bug 7320] Return notes for circulation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7320 --- Comment #2 from Katrin Fischer 2011-12-05 19:22:40 UTC --- Yes, that would work :) I think it should be controlled by a system preference so that it does not slow down circ for busy libraries. Fines and waiting holds are controlled by FineNotifyAtCheckin and WaitingNotifyAtCheckin. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 20:36:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 19:36:03 +0000 Subject: [Koha-bugs] [Bug 7316] Missing escaping in search results In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7316 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6565|0 |1 is obsolete| | --- Comment #2 from Owen Leonard 2011-12-05 19:36:03 UTC --- Created attachment 6583 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6583 Signed-off patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 20:36:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 19:36:26 +0000 Subject: [Koha-bugs] [Bug 7316] Missing escaping in search results In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7316 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 20:54:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 19:54:35 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 --- Comment #3 from Sarah Clatterbuck 2011-12-05 19:54:35 UTC --- Katrin, I will be documenting the current functionality and developing and RFC wiki over the next week or so. Owen, My understanding is that the FulfILLment project will not be ready for some time yet. I'm thinking about creating an iterative feature where we support ILL "base", which would allow the receiving library to track a request and manage the asset and then in the future add the enhanced functionality that would be a holistic system for both sides of the transaction (likely via FulfiLLment). Thoughts? -Sarah -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 20:57:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 19:57:55 +0000 Subject: [Koha-bugs] [Bug 2346] consolidate duplicate methods C4::Overdues::UpdateBorrowerDebarred and C4::Members::DebarMember In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2346 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6564|0 |1 is obsolete| | --- Comment #4 from Chris Cormack 2011-12-05 19:57:55 UTC --- Created attachment 6584 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6584 Bug 2346: Remove C4::Overdues::UpdateBorrowerDebarred in favour of C4::Members::DebarMember Removes now-unused subroutine from C4::Overdues, as well as the db_dependent unit test Signed-off-by: Chris Cormack -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 20:58:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 19:58:24 +0000 Subject: [Koha-bugs] [Bug 2346] consolidate duplicate methods C4::Overdues::UpdateBorrowerDebarred and C4::Members::DebarMember In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2346 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:14:09 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 20:14:09 +0000 Subject: [Koha-bugs] [Bug 7013] required format is not enforced for authorized values In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7013 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Failed QA --- Comment #8 from Owen Leonard 2011-12-05 20:14:09 UTC --- I tried submitting an invalid value for a CCODE and did get an error message, but the error messages was on the Authorised Values home page (/cgi-bin/koha/admin/authorised_values.pl) rather than on the submission form for CCODE (/cgi-bin/koha/admin/authorised_values.pl?op=add_form&category=CCODE). The error messages should show on the same page from which the user submitted the invalid value, ideally with all the other values retained in the form so that they don't have to be re-typed. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:27:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 20:27:41 +0000 Subject: [Koha-bugs] [Bug 7164] add Koha history timeline tab to 'About' page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7164 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6226|0 |1 is obsolete| | Attachment #6534|0 |1 is obsolete| | Attachment #6547|0 |1 is obsolete| | --- Comment #7 from Owen Leonard 2011-12-05 20:27:41 UTC --- Created attachment 6585 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6585 Signed-off patch I hope it's okay I signed off and included one minor edit: Adding an html filter ("|html") to the output of the history description for the sake of HTML validity. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:27:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 20:27:52 +0000 Subject: [Koha-bugs] [Bug 7164] add Koha history timeline tab to 'About' page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7164 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:38:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 20:38:31 +0000 Subject: [Koha-bugs] [Bug 7321] New: Silence warns in Koha.pm Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7321 Bug #: 7321 Summary: Silence warns in Koha.pm Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing AssignedTo: gmcharlt at gmail.com ReportedBy: katrin.fischer at bsz-bw.de QAContact: ian.walls at bywatersolutions.com When testing bug 7013 I noticed a lot of warns in the koha error log. The patch is silencing them. To test: Add or edit an authorised value and check your log files before and after applying the patch. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:41:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 20:41:59 +0000 Subject: [Koha-bugs] [Bug 6663] would be nice to put ranges of dates in the calendar In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6663 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6569|0 |1 is obsolete| | --- Comment #8 from Owen Leonard 2011-12-05 20:41:59 UTC --- Created attachment 6586 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6586 Signed-off patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:45:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 20:45:55 +0000 Subject: [Koha-bugs] [Bug 6663] would be nice to put ranges of dates in the calendar In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6663 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off --- Comment #9 from Owen Leonard 2011-12-05 20:45:55 UTC --- This looks good. A couple of possible future improvements: - Prevent the user from choosing a date which falls before the "From Date" - Only show the "To Date" if one of the "range" options is selected -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:47:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 20:47:45 +0000 Subject: [Koha-bugs] [Bug 7276] member entry Performance improvement In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7276 --- Comment #5 from Paul Poulain 2011-12-05 20:47:45 UTC --- This patch show a big improvement in performance when we bulk load patrons, using a specific script we're using at BibLibre when doing our migrations. I think the improvement can be seen in tools > import patrons, when loading large sets of patrons. Note this patch is a porting of what we've made in git.biblibre.com and use in productions for months (if not years) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:54:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 20:54:04 +0000 Subject: [Koha-bugs] [Bug 7321] Silence warns in Koha.pm In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7321 --- Comment #1 from Katrin Fischer 2011-12-05 20:54:04 UTC --- Created attachment 6587 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6587 Bug 7321: Silence some warns in Koha.pm While testing bug 7013 I noticed a lot of warns in the koha error log. This patch is silencing them. To test: Add or edit an authorised value and check your log files before and after applying the patch. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:54:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 20:54:32 +0000 Subject: [Koha-bugs] [Bug 7321] Silence warns in Koha.pm In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7321 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff AssignedTo|gmcharlt at gmail.com |katrin.fischer at bsz-bw.de -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:59:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 20:59:50 +0000 Subject: [Koha-bugs] [Bug 7239] Acquisitions basket, add order to basket, from new, Source of classification or shelving scheme being blank caused internal error In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7239 --- Comment #6 from Katrin Fischer 2011-12-05 20:59:50 UTC --- Hi Chris, something seems to be wrong with your patch: git bz apply 7239 Bug 7239 - Acquisitions basket, add order to basket, from new, Source of classification or shelving scheme being blank caused internal error Patch adds a stronger check on adding a closing tag Apply? [yn] y Patch format detection failed. git am -is3 /tmp/Patch-adds-a-stronger-check-on-adding-a-closing-da-zOWPN2.patch Patch format detection failed. Can you check and attach a new file please? Thx! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 21:59:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 20:59:58 +0000 Subject: [Koha-bugs] [Bug 7239] Acquisitions basket, add order to basket, from new, Source of classification or shelving scheme being blank caused internal error In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7239 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Does not apply -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:23:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 21:23:49 +0000 Subject: [Koha-bugs] [Bug 5801] C4::Circulation::_GetCircControlBranch doesn't work in opac-reserve.pl In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5801 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls at bywatersolutions. | |com --- Comment #5 from Ian Walls 2011-12-05 21:23:49 UTC --- Just looking at the code, it's pretty clear there are some problems; _GetCircControlBranch is an internal function (hence the _ at the beginning), so it shouldn't be called in this script. Also, as Fridoyln points out, the hashref passed doesn't contain the necessary information, so results are inaccurate. And shouldn't we be using ReservesControlBranch, not CircControl and HomeOrHoldingBranch, to get our rules for a hold? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:42:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 21:42:29 +0000 Subject: [Koha-bugs] [Bug 7167] updatedatabase improvements In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7167 --- Comment #28 from Paul Poulain 2011-12-05 21:42:29 UTC --- (In reply to comment #25) > Comments from some (nut full) testing (no QA): > > I see 3.07.01.xxx in the db revs. > But what is 3.07.01 ? When do you reach 3.07.02 now? After you installed all 50 It's just here for testing purposes, and won't be pushed. With this new system, the numbers don't matter. That's why I started a thread about that in koha-devel. We could decide to mark all DB revs 3.08.01 immediatly, or use an increasing number, like 4, 5, 6, ... > Listing them all is not helpful. Yep, I plan to add an improvement to display applied patches like this 3.07.01.001...3.07.01.015 (if we have applied all revs btw 001 and 0015) and 3.07.01.001...3.07.01.015, 3.07.01.0017 (if we have applied all revs between 001 and 015, and the 017) > So this would be: 3.07.01 with 36 db revisions installed; 23 db revisions > pending. > Question: Do you allow someone to install dbrev 3.07.03.xxx while not all > 3.07.02 are installed? I would say No. > Code should check that. Can we test it? I've proposed, and will provide an improvement for that, the following behaviour: * if DEBUG=0, then you will reach the update page from mainpage.pl until you've made all update. So you *can't* switch an update. * if DEBUG=1, then you won't reach the update page automatically. For testers/testing purposes, it's a desired behaviour (improvement: today, you have only the DEBUG=0 behaviour, which is OK) Thus, you'll get: * non linear updates, with almost the same behaviour as today, for productions setups * mandatory updates, except if you've DEBUG=1 (and in this case, you know what you're doing) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 5 22:43:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 21:43:48 +0000 Subject: [Koha-bugs] [Bug 6740] can add items at ordering but not remove items In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6740 --- Comment #19 from Paul Poulain 2011-12-05 21:43:48 UTC --- Wonderfull Katrin ! you probably got it ! I'll QA this patch tomorrow, when waiting for my plane to go back home. It's a little bit late for now, heading to bed. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:12:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 23:12:11 +0000 Subject: [Koha-bugs] [Bug 7178] Improve order item creation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7178 Marijana changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mglavica at ffzg.hr -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:13:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 23:13:42 +0000 Subject: [Koha-bugs] [Bug 5344] Invoice management improvements In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5344 Marijana changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mglavica at ffzg.hr -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:13:54 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 23:13:54 +0000 Subject: [Koha-bugs] [Bug 5339] Parcel closing in acq In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5339 Marijana changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mglavica at ffzg.hr -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:14:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 23:14:29 +0000 Subject: [Koha-bugs] [Bug 5359] Parcel receive improvement In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5359 Marijana changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mglavica at ffzg.hr -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 00:15:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Dec 2011 23:15:21 +0000 Subject: [Koha-bugs] [Bug 7163] BibLibre acquisitions omnibus In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7163 Marijana changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mglavica at ffzg.hr -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 04:05:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 03:05:30 +0000 Subject: [Koha-bugs] [Bug 7239] Acquisitions basket, add order to basket, from new, Source of classification or shelving scheme being blank caused internal error In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7239 Chris Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6324|0 |1 is obsolete| | --- Comment #7 from Chris Hall 2011-12-06 03:05:30 UTC --- Created attachment 6588 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6588 Patch adds a stronger check on adding a closing tag Sorry about that, it seems I generated that using git diff rather than format-patch. Corrected formatted patch attached. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 07:01:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 06:01:52 +0000 Subject: [Koha-bugs] [Bug 7239] Acquisitions basket, add order to basket, from new, Source of classification or shelving scheme being blank caused internal error In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7239 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6588|0 |1 is obsolete| | --- Comment #8 from Katrin Fischer 2011-12-06 06:01:52 UTC --- Created attachment 6589 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6589 [SIGNED-OFF] bug 7239 fix to avoid error being thrown even though a record is created Signed-off-by: Katrin Fischer When creating an item in acquisitions while ordering and not filling out any fields, there is no longer shown a perl error message. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 07:02:18 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 06:02:18 +0000 Subject: [Koha-bugs] [Bug 7239] Acquisitions basket, add order to basket, from new, Source of classification or shelving scheme being blank caused internal error In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7239 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Does not apply |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 07:25:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 06:25:08 +0000 Subject: [Koha-bugs] [Bug 7319] Improve specificity of title and breadcrumbs on acquisitions Z39.50 search pages In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7319 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6580|0 |1 is obsolete| | --- Comment #2 from Katrin Fischer 2011-12-06 06:25:08 UTC --- Created attachment 6590 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6590 [SIGNED-OFF] Bug 7319 - Improving title and breadcrumbs on acquisitions Z39.50 search pages Changing title and breadcrumbs so that they correctly reflect the curent stage of the process. To test: Add to an order from an external source. When filling out the Z39.50 search form the title and breadcrumbs should read "Order from external sources." After searching they should read "Order from external sources -> Search results" Signed-off-by: Katrin Fischer Works as described. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 07:25:22 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 06:25:22 +0000 Subject: [Koha-bugs] [Bug 7319] Improve specificity of title and breadcrumbs on acquisitions Z39.50 search pages In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7319 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 08:04:56 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 07:04:56 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5663|0 |1 is obsolete| | Attachment #5664|0 |1 is obsolete| | Attachment #5686|0 |1 is obsolete| | Attachment #5687|0 |1 is obsolete| | Attachment #5706|0 |1 is obsolete| | Attachment #5829|0 |1 is obsolete| | Attachment #6004|0 |1 is obsolete| | Attachment #6015|0 |1 is obsolete| | --- Comment #81 from Katrin Fischer 2011-12-06 07:04:56 UTC --- Created attachment 6591 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6591 bug6716: documenting reserves and old_reserves tables This patch documents the reserves and the old_reserves table. Note that a few fields are marked unused: notificationdate and reminderdate. Also two fields are left undocumented: lowestPriority which never seems to be anything other than 0 and constrainttype which is either 'a' or 0, but there doesn't appear to be any explanation as to what each stands for. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 08:06:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 07:06:39 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #82 from Katrin Fischer 2011-12-06 07:06:39 UTC --- Created attachment 6592 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6592 [SIGNED-OFF] bug6716: documenting reserves and old_reserves tables This patch documents the reserves and the old_reserves table. Note that a few fields are marked unused: notificationdate and reminderdate. Also two fields are left undocumented: lowestPriority which never seems to be anything other than 0 and constrainttype which is either 'a' or 0, but there doesn't appear to be any explanation as to what each stands for. Signed-off-by: Katrin Fischer -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 08:06:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 07:06:48 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #83 from Katrin Fischer 2011-12-06 07:06:48 UTC --- Created attachment 6593 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6593 [SIGNED-OFF] bug6716 - document the aqbooksellers table This documents the table that stores vendor info in Koha. There were 4 unused fields found: `accountnumber` `othersupplier` `currency` `booksellerurl` Signed-off-by: Katrin Fischer Accountnumber is no longer unused and can be managed. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 08:06:56 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 07:06:56 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #84 from Katrin Fischer 2011-12-06 07:06:56 UTC --- Created attachment 6594 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6594 [SIGNED-OFF] Bug 6716 - Document Items Table This patch documents the items table. Some fields were left undocumented because I was unsure of what data was stored there: stack - might be linked to shelving number, but need confirmation paidfor - pretty sure this is unused, but don't want to document it that way Signed-off-by: Katrin Fischer -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 08:07:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 07:07:04 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #85 from Katrin Fischer 2011-12-06 07:07:04 UTC --- Created attachment 6595 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6595 [SIGNED-OFF] Bug 6716 Document deleteditems table This patch documents the deleted items table. Some fields were left undocumented because I was unsure of what data was stored there: stack - might be linked to shelving number, but need confirmation paidfor - pretty sure this is unused, but don't want to document it that way Signed-off-by: Katrin Fischer -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 08:07:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 07:07:12 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #86 from Katrin Fischer 2011-12-06 07:07:12 UTC --- Created attachment 6596 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6596 [SIGNED-OFF] Bug 6716: Document biblioitems and deletedbiblioitems This patch documents the biblioitems and the deletedbiblioitems tables. There are many fields left undocumented because I didn't see information in them, but this is enough of a start to be helpful to those writing reports. Signed-off-by: Katrin Fischer -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 08:07:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 07:07:25 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #87 from Katrin Fischer 2011-12-06 07:07:25 UTC --- Created attachment 6597 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6597 [SIGNED-OFF] Bug 6716 : Categories table This patch documents the patron categories table in Koha. There are a couple fields marked unused and a couple that aren't documented because I wasn't sure: * dateofbirthrequired * bulk Signed-off-by: Katrin Fischer -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 08:07:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 07:07:32 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #88 from Katrin Fischer 2011-12-06 07:07:32 UTC --- Created attachment 6598 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6598 [SIGNED-OFF] 6717 Documenting need_merge_authorities table Documentation only. http://bugs.koha-community.org/show_bug.cgi?id=6716 Signed-off-by: Katrin Fischer -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 08:07:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 07:07:40 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #89 from Katrin Fischer 2011-12-06 07:07:40 UTC --- Created attachment 6599 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6599 [SIGNED-OFF] Bug 6716 Update biblio & deletedbiblio tables The comments on the biblio and deletedbiblio table didn't mention the MARC21 subfields. This patch adds that documentation in. Signed-off-by: Katrin Fischer -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 08:07:54 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 07:07:54 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6591|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 08:08:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 07:08:32 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off --- Comment #90 from Katrin Fischer 2011-12-06 07:08:32 UTC --- Applied patches and created a new database. No errors were reported and all documented tables were created. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 08:20:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 07:20:34 +0000 Subject: [Koha-bugs] [Bug 6868] Need a script to fix bad accountno data in accountlines In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6868 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #4 from Katrin Fischer 2011-12-06 07:20:34 UTC --- I am not sure how to test this. Can you provide a test plan? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 09:16:01 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 08:16:01 +0000 Subject: [Koha-bugs] [Bug 7013] required format is not enforced for authorized values In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7013 --- Comment #9 from Adrien SAURAT 2011-12-06 08:16:01 UTC --- @Chris: Ok! @Owen: Yes, to be consistent I used the same behaviour as another error message already implemented (when you try to use a value already in use). It would be better to do everything on the same page, I agree. I don't have time for this right now but I'll take a look asap. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 09:38:36 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 08:38:36 +0000 Subject: [Koha-bugs] [Bug 6663] would be nice to put ranges of dates in the calendar In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6663 --- Comment #10 from Christophe Croullebois 2011-12-06 08:38:36 UTC --- It's right Owen, I have thought about a hidding of "To Date:" when the "range" options is not selected. But not about a check on the "to date" integrity. The best would be with a "grey-zone" calandar, but I am not sure with this one if I am able to do that, anyway at least a warning message would be usefull. So, thx Owen, Katrin, I'll try to code the suggestions of Owen. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 11:35:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 10:35:03 +0000 Subject: [Koha-bugs] [Bug 2616] unnecessary 'use HTML::Template' In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2616 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Passed QA |Patch Pushed --- Comment #5 from Paul Poulain 2011-12-06 10:35:03 UTC --- Patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 11:38:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 10:38:14 +0000 Subject: [Koha-bugs] [Bug 5211] marking lost (long overdue) not charging fines In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5211 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Passed QA |Patch Pushed --- Comment #7 from Paul Poulain 2011-12-06 10:38:14 UTC --- Ian & Katrin, thanks for your answers. patch now pushed, please test Also, please open another bug (ENH ?) to suggest the improved behaviour (let one choose to apply fine or not) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 11:38:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 10:38:33 +0000 Subject: [Koha-bugs] [Bug 5211] marking lost (long overdue) not charging fines In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5211 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Version|master |rel_3_6 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 11:42:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 10:42:07 +0000 Subject: [Koha-bugs] [Bug 6132] System preferences are case sensitive In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6132 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Passed QA |Patch Pushed Severity|enhancement |minor --- Comment #8 from Paul Poulain 2011-12-06 10:42:07 UTC --- patch pushed, please test (changed severity from ENH to MIN, as it's a bugfix, not an enhancement I think) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 11:50:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 10:50:14 +0000 Subject: [Koha-bugs] [Bug 6786] False detection of index names in Search; make index names case insensitive In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6786 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Version|master |rel_3_6 Patch Status|Passed QA |Patch Pushed --- Comment #13 from Paul Poulain 2011-12-06 10:50:14 UTC --- follow-up patch pushed, please test Chris: the patch was pushed on new/bug_6786 branch, but it should have been a follow-up. Where did you pushed the initial fix ? did I missed something ? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 12:00:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 11:00:03 +0000 Subject: [Koha-bugs] [Bug 7108] Lists of "Similar" languages break display across multiple lines in both Opac and Intranet In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7108 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Passed QA |Patch Pushed --- Comment #13 from Paul Poulain 2011-12-06 11:00:03 UTC --- patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 12:08:56 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 11:08:56 +0000 Subject: [Koha-bugs] [Bug 7108] Lists of "Similar" languages break display across multiple lines in both Opac and Intranet In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7108 --- Comment #14 from Paul Poulain 2011-12-06 11:08:56 UTC --- hey ! man ! you're 160th (just added in history.txt) !!! (http://git.koha-community.org/gitweb/?p=koha.git;a=commit;h=914d4d43529b83fa7318ea261398e16306790364) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 12:09:36 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 11:09:36 +0000 Subject: [Koha-bugs] [Bug 7120] After deleting order from order receive page redirect fails In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7120 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Passed QA |Patch Pushed --- Comment #5 from Paul Poulain 2011-12-06 11:09:36 UTC --- patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 12:10:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 11:10:10 +0000 Subject: [Koha-bugs] [Bug 7122] Adding divs to opac-messaging.tt to aid OPAC css styling In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7122 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6130|0 |1 is patch| | Attachment #6130|application/octet-stream |text/plain mime type| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 12:12:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 11:12:20 +0000 Subject: [Koha-bugs] [Bug 7122] Adding divs to opac-messaging.tt to aid OPAC css styling In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7122 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Passed QA |Patch Pushed --- Comment #6 from Paul Poulain 2011-12-06 11:12:20 UTC --- Patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 12:14:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 11:14:46 +0000 Subject: [Koha-bugs] [Bug 7137] fixed width table where it should be variable In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7137 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Passed QA |Patch Pushed --- Comment #4 from Paul Poulain 2011-12-06 11:14:46 UTC --- patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 12:18:53 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 11:18:53 +0000 Subject: [Koha-bugs] [Bug 7108] Lists of "Similar" languages break display across multiple lines in both Opac and Intranet In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7108 --- Comment #15 from Martin Renvoize 2011-12-06 11:18:53 UTC --- That's kinda cool.. :) Great to see we've got so many contributors! I'll have to start patching more often now I've worked out the procedure. Cheers -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 12:19:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 11:19:40 +0000 Subject: [Koha-bugs] [Bug 7141] The biblio details page in the intranet doesn't work if XSLT is activated and the xsl file contains "  " In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7141 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Passed QA |Patch Pushed --- Comment #9 from Paul Poulain 2011-12-06 11:19:40 UTC --- patch pushed, please test (hugin will be happy ;-) ) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 13:48:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 12:48:39 +0000 Subject: [Koha-bugs] [Bug 7322] New: Implement emailPurchaseSuggestions Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7322 Bug #: 7322 Summary: Implement emailPurchaseSuggestions Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions AssignedTo: henridamien at koha-fr.org ReportedBy: nengard at gmail.com QAContact: ian.walls at bywatersolutions.com emailPurchaseSuggestions was removed in 2008 because there was a preference but no code to back it up. I'd like to see a way to have purchase suggestions emailed to the librarian - either a preference or a notice or some such way to let the librarian know that they have suggestions waiting (other than looking at the page daily). Nicole -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 14:30:57 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 13:30:57 +0000 Subject: [Koha-bugs] [Bug 7226] can't add tags on list In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7226 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Component|Tools |Virtual Shelves Version|unspecified |master AssignedTo|gmcharlt at gmail.com |oleonard at myacpl.org -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 14:35:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 13:35:14 +0000 Subject: [Koha-bugs] [Bug 6739] expired patrons not blocked from opac actions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6739 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls at bywatersolutions. | |com --- Comment #14 from Ian Walls 2011-12-06 13:35:14 UTC --- This is going to need to be one of those system-preferenced kind of things. There is no way every library is going to agree whether expired patrons should be any to do X but not Y and Z. What we really need is patron permissions (CanBorrow, CanOPACRenew, CanOPACPlaceHold etc) on an individual basis, with defaults set by patron type like we do for message preferences, but with hooks/triggers that change this permissions under certain conditions (expired account, fines too high, too many overdues, etc). -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 16:00:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 15:00:10 +0000 Subject: [Koha-bugs] [Bug 7226] can't add tags on list In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7226 --- Comment #1 from Owen Leonard 2011-12-06 15:00:10 UTC --- Created attachment 6600 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6600 Proposed fix Incorrect check for TagsInputOnList was preventing the right JavaScript from being triggered, and markup was nested inside the wrong logic for the confirmation message to be displayed consistently. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 16:00:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 15:00:30 +0000 Subject: [Koha-bugs] [Bug 7226] Can't add tags on list In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7226 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff Summary|can't add tags on list |Can't add tags on list -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 16:11:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 15:11:39 +0000 Subject: [Koha-bugs] [Bug 7261] System Preference to select the first day of week (Sunday or Monday) to use in the calendar (OPAC and Intranet) In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7261 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 16:18:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 15:18:32 +0000 Subject: [Koha-bugs] [Bug 6302] Failing to send email notices - to_address not set In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6302 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 16:27:51 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 15:27:51 +0000 Subject: [Koha-bugs] [Bug 7134] patron records getting funny birthdays In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7134 Chris Nighswonger changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cnighswonger at foundations.ed | |u --- Comment #7 from Chris Nighswonger 2011-12-06 15:27:51 UTC --- It appears that this patch broke the db dependent version of SQLHelper.t It would be great if we could get a follow-up patch to correct this so Jenkins will stop complaining. :-) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 16:53:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 15:53:52 +0000 Subject: [Koha-bugs] [Bug 7134] patron records getting funny birthdays In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7134 --- Comment #8 from Ian Walls 2011-12-06 15:53:52 UTC --- Deep and confusing problem in SQLHelper.pm. Not sure if the test can be corrected; logic still looks right. Any any change to SQLHelper will likely lead to more bugs elsewhere in the system. Not an easy issue to squelch. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 17:01:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 16:01:07 +0000 Subject: [Koha-bugs] [Bug 7134] patron records getting funny birthdays In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7134 --- Comment #9 from Paul Poulain 2011-12-06 16:01:07 UTC --- (In reply to comment #8) > Deep and confusing problem in SQLHelper.pm. Not sure if the test can be > corrected; logic still looks right. Any any change to SQLHelper will likely > lead to more bugs elsewhere in the system. Ian, i'm not sure the problem comes from SQLHelper here. It's probably the test that must be fixed. I had a look, but I don't understand well how it works, I still have to investigate more. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 17:01:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 16:01:12 +0000 Subject: [Koha-bugs] [Bug 2307] Calendar widget cannot be translated In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2307 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|PATCH-Sent |P5 - low Status|RESOLVED |REOPENED Patch Status|Patch Pushed |--- Resolution|FIXED | --- Comment #5 from Owen Leonard 2011-12-06 16:01:12 UTC --- A follow-up is needed for the OPAC. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 17:03:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 16:03:11 +0000 Subject: [Koha-bugs] [Bug 7261] System Preference to select the first day of week (Sunday or Monday) to use in the calendar (OPAC and Intranet) In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7261 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6393|0 |1 is obsolete| | --- Comment #1 from Owen Leonard 2011-12-06 16:03:11 UTC --- Created attachment 6601 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6601 Signed-off patch Works as advertised. Nice internationalization enhancement. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 17:03:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 16:03:29 +0000 Subject: [Koha-bugs] [Bug 7261] System Preference to select the first day of week (Sunday or Monday) to use in the calendar (OPAC and Intranet) In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7261 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 17:03:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 16:03:34 +0000 Subject: [Koha-bugs] [Bug 7216] koha-restore doesn't set HOME In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7216 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Passed QA |Patch Pushed --- Comment #5 from Paul Poulain 2011-12-06 16:03:34 UTC --- Patch pushed please test (I haven't signed-of myself, because I can't test this patch) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 17:05:36 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 16:05:36 +0000 Subject: [Koha-bugs] [Bug 7226] Can't add tags on list In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7226 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6600|0 |1 is obsolete| | --- Comment #2 from Nicole C. Engard 2011-12-06 16:05:36 UTC --- Created attachment 6602 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6602 [SIGNED-OFF] Bug 7226 - can't add tags on list Incorrect check for TagsInputOnList was preventing the right JavaScript from being triggered, and markup was nested inside the wrong logic for the confirmation message to be displayed consistently. Signed-off-by: Nicole C. Engard -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 17:06:00 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 16:06:00 +0000 Subject: [Koha-bugs] [Bug 7226] Can't add tags on list In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7226 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 17:09:19 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 16:09:19 +0000 Subject: [Koha-bugs] [Bug 7225] "Delete all items" should be greyed out when a title has no items In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7225 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Passed QA |Patch Pushed --- Comment #4 from Paul Poulain 2011-12-06 16:09:19 UTC --- patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 17:09:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 16:09:21 +0000 Subject: [Koha-bugs] [Bug 7226] Can't add tags on list In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7226 --- Comment #3 from Nicole C. Engard 2011-12-06 16:09:21 UTC --- Created attachment 6603 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6603 [SIGNED-OFF] Bug 7280 - can't place hold without selecting on list JavaScript was looking for clicks on links with class "hold," and incorrectly triggering the check for checked checkboxes. Making the selection stricter lets the JS function as it should while allowing people to place individual holds directly. Signed-off-by: Chris Cormack Signed-off-by: Nicole C. Engard -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 17:09:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 16:09:50 +0000 Subject: [Koha-bugs] [Bug 7226] Can't add tags on list In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7226 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6603|0 |1 is obsolete| | --- Comment #4 from Nicole C. Engard 2011-12-06 16:09:50 UTC --- Comment on attachment 6603 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6603 [SIGNED-OFF] Bug 7280 - can't place hold without selecting on list Attached wrong. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 17:11:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 16:11:42 +0000 Subject: [Koha-bugs] [Bug 2307] Calendar widget cannot be translated In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2307 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #2351|0 |1 is obsolete| | Attachment #2358|0 |1 is obsolete| | --- Comment #6 from Owen Leonard 2011-12-06 16:11:42 UTC --- Created attachment 6604 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6604 Follow-up fix Implementing the same fix in the OPAC which we now use in the staff client. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 17:11:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 16:11:59 +0000 Subject: [Koha-bugs] [Bug 2307] Calendar widget cannot be translated In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2307 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 17:12:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 16:12:05 +0000 Subject: [Koha-bugs] [Bug 7253] fast cataloging not always checking out In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7253 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master Severity|normal |major -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 17:13:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 16:13:44 +0000 Subject: [Koha-bugs] [Bug 7251] Fields are separated by "t" when the delimiter preference is set to "tabulation" in overdue_notices.pl In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7251 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |paul.poulain at biblibre.com Patch Status|Passed QA |Patch Pushed --- Comment #4 from Paul Poulain 2011-12-06 16:13:44 UTC --- patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 17:14:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 16:14:33 +0000 Subject: [Koha-bugs] [Bug 6302] Failing to send email notices - to_address not set In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6302 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6508|0 |1 is obsolete| | --- Comment #8 from Nicole C. Engard 2011-12-06 16:14:33 UTC --- Created attachment 6605 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6605 [SIGNED-OFF] Bug 6302: Separate AutoEmailPrimaryAdress and AutoEmailOpacUser AutoEmailPrimaryAddress is not only used for the patron account mails, but also for overdues and other email notices to patrons. This patch separates the system preferences in the system preference editor. To test: - Check Patrons tab shows both system preferences separated - Check you can still change the settings Signed-off-by: Nicole C. Engard -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 17:14:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 16:14:37 +0000 Subject: [Koha-bugs] [Bug 7253] fast cataloging not always checking out In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7253 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer 2011-12-06 16:14:37 UTC --- Hi Nicole, in my tests the checkouts didn't happen when you change the barcode on the item form. All other tests so far went well. Could this be the reason? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 17:14:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 16:14:46 +0000 Subject: [Koha-bugs] [Bug 6302] Failing to send email notices - to_address not set In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6302 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard at gmail.com Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 17:15:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 16:15:06 +0000 Subject: [Koha-bugs] [Bug 7134] patron records getting funny birthdays In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7134 --- Comment #10 from Chris Nighswonger 2011-12-06 16:15:06 UTC --- (In reply to comment #9) > (In reply to comment #8) > > Deep and confusing problem in SQLHelper.pm. Not sure if the test can be > > corrected; logic still looks right. Any any change to SQLHelper will likely > > lead to more bugs elsewhere in the system. > > Ian, i'm not sure the problem comes from SQLHelper here. It's probably the test > that must be fixed. I had a look, but I don't understand well how it works, I > still have to investigate more. Perhaps hdl could look into this since he wrote SQLHelper? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 17:31:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 16:31:05 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 --- Comment #4 from Owen Leonard 2011-12-06 16:31:05 UTC --- (In reply to comment #3) > My understanding is that the FulfILLment project will not be ready for some > time yet. I don't know. I certainly wouldn't undertake a big development project without knowing for sure. On the other hand, a solution that didn't require a separate system (like FulfILLment) might be preferable to some libraries. > Thoughts? I don't have any smart things to say about how an ILL addon should or shouldn't work, I just wanted to make sure you were taking FilfILLment into account. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 17:34:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 16:34:30 +0000 Subject: [Koha-bugs] [Bug 2668] Error while adding book to Shelf or List In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2668 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|MOVED |DUPLICATE --- Comment #1 from Owen Leonard 2011-12-06 16:34:30 UTC --- *** This bug has been marked as a duplicate of bug 2663 *** -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 17:34:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 16:34:30 +0000 Subject: [Koha-bugs] [Bug 2663] Error saving on lists In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2663 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #1 from Owen Leonard 2011-12-06 16:34:30 UTC --- *** Bug 2668 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 17:39:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 16:39:13 +0000 Subject: [Koha-bugs] [Bug 7253] fast cataloging not always checking out In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7253 --- Comment #2 from Nicole C. Engard 2011-12-06 16:39:13 UTC --- Katrin, That could be another reason, but if a duplicate if found most certainly doesn't check out the item. Nicole -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 17:42:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 16:42:48 +0000 Subject: [Koha-bugs] [Bug 7323] New: Javascript error when editing list Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7323 Bug #: 7323 Summary: Javascript error when editing list Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All URL: /cgi-bin/koha/virtualshelves/shelves.pl?shelfnumber=XX &op=modif OS/Version: All Status: ASSIGNED Severity: minor Priority: P5 - low Component: Virtual Shelves AssignedTo: oleonard at myacpl.org ReportedBy: oleonard at myacpl.org QAContact: ian.walls at bywatersolutions.com Firebug reports an error when editing a list in the staff client: f.addshelf is undefined Line 186 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 17:45:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 16:45:55 +0000 Subject: [Koha-bugs] [Bug 7323] Javascript error when editing list In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7323 --- Comment #1 from Owen Leonard 2011-12-06 16:45:55 UTC --- Created attachment 6606 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6606 Proposed fix Correcting check for empty shlef name to prevent javascript error. Also correcting unescaped ampersand. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 17:46:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 16:46:08 +0000 Subject: [Koha-bugs] [Bug 7323] Javascript error when editing list In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7323 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 17:51:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 16:51:10 +0000 Subject: [Koha-bugs] [Bug 4912] After editing private list, user should be redirect to private lists In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4912 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Version|rel_3_4 |master -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 18:28:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 17:28:20 +0000 Subject: [Koha-bugs] [Bug 4912] After editing private list, user should be redirect to private lists In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4912 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW --- Comment #15 from Owen Leonard 2011-12-06 17:28:20 UTC --- Specifically, broken in the staff client. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 18:28:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 17:28:59 +0000 Subject: [Koha-bugs] [Bug 7324] New: Show alternate email as mailto link on patron summary Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7324 Bug #: 7324 Summary: Show alternate email as mailto link on patron summary Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates AssignedTo: katrin.fischer at bsz-bw.de ReportedBy: katrin.fischer at bsz-bw.de QAContact: ian.walls at bywatersolutions.com All emails show as mailto: links on the patron summary page, except for the alternate address email. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 18:39:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 17:39:49 +0000 Subject: [Koha-bugs] [Bug 5473] 952 fields should be filled in by Acquisitions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5473 --- Comment #15 from Nicole C. Engard 2011-12-06 17:39:49 UTC --- What if it doesn't go in the 952 but in the items table - which is basically the table that holds item info from the 952 and/or other item fields. Or is that what you're asking for? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 18:43:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 17:43:39 +0000 Subject: [Koha-bugs] [Bug 5597] holds to pull showing wrong item for item specific holds In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5597 --- Comment #2 from Nicole C. Engard 2011-12-06 17:43:39 UTC --- I'm not sure what I'm looking at in that image but here's a video: http://screencast.com/t/xzlBKDBOv -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 18:54:38 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 17:54:38 +0000 Subject: [Koha-bugs] [Bug 7324] Show alternate email as mailto link on patron summary In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7324 --- Comment #1 from Katrin Fischer 2011-12-06 17:54:38 UTC --- Created attachment 6607 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6607 Bug 7324: Show alternate email as mailto: / hide labels when field is empty Changes made to the patron detail tab: - alternate email shows as mailto: link - labels for following fields only show when field is filled - initials - date of birth - gender - country (alternate address) - email (alternate address) - state (alternative contact) - country (alternative contact) - phone (alternative contact) To test: 1) Add new patron with minimal data and check the labels don't show 2) Change patron to have data in changed fields and check labels show 3) Check all email addresses are shown as mailto: links now -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 18:54:54 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 17:54:54 +0000 Subject: [Koha-bugs] [Bug 7324] Show alternate email as mailto link on patron summary In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7324 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 18:57:19 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 17:57:19 +0000 Subject: [Koha-bugs] [Bug 7280] Can't place hold without selecting on list In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7280 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_4 Patch Status|Passed QA |Patch Pushed Severity|major |normal --- Comment #4 from Paul Poulain 2011-12-06 17:57:19 UTC --- patch pushed, please test I had some trouble reproducing the error: it was because I tried to click on the "hold" button below the title when at least one checkbox was checked. In this case, the message was not appearing ! (severity lowered to "normal", it was easy to place a hold even with this bug) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 18:58:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 17:58:47 +0000 Subject: [Koha-bugs] [Bug 7324] Show alternate email as mailto link on patron summary In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7324 --- Comment #2 from Liz Rea 2011-12-06 17:58:47 UTC --- Created attachment 6608 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6608 Bug 7324: Show alternate email as mailto: / hide labels when field is empty Changes made to the patron detail tab: - alternate email shows as mailto: link - labels for following fields only show when field is filled - initials - date of birth - gender - country (alternate address) - email (alternate address) - state (alternative contact) - country (alternative contact) - phone (alternative contact) To test: 1) Add new patron with minimal data and check the labels don't show 2) Change patron to have data in changed fields and check labels show 3) Check all email addresses are shown as mailto: links now Signed-off-by: Liz Rea Verified tests 1-3, looks good to me. Signed-off-by: Liz Rea -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 18:58:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 17:58:58 +0000 Subject: [Koha-bugs] [Bug 7324] Show alternate email as mailto link on patron summary In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7324 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6607|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 18:59:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 17:59:03 +0000 Subject: [Koha-bugs] [Bug 7324] Show alternate email as mailto link on patron summary In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7324 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 19:00:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 18:00:21 +0000 Subject: [Koha-bugs] [Bug 7285] ILSDI service AuthenticatePatron doesn't work In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7285 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Passed QA |Patch Pushed --- Comment #6 from Paul Poulain 2011-12-06 18:00:21 UTC --- patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 19:00:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 18:00:32 +0000 Subject: [Koha-bugs] [Bug 6291] Cart printing truncated in Firefox In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6291 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #4943|0 |1 is obsolete| | --- Comment #10 from Owen Leonard 2011-12-06 18:00:32 UTC --- Created attachment 6609 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6609 Alternate fix Here's a less-drastic solution that works in my tests under Firefox 3.6 and 8 on Windows 7. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 19:00:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 18:00:44 +0000 Subject: [Koha-bugs] [Bug 6291] Cart printing truncated in Firefox In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6291 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Patch Pushed |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 19:09:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 18:09:27 +0000 Subject: [Koha-bugs] [Bug 6740] can add items at ordering but not remove items In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6740 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #20 from Paul Poulain 2011-12-06 18:09:27 UTC --- QA comment : nothing specific to say. Clean patch, works as announced, no side effect I can see. patch pushed, please test cait, this one is worth a special award ! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 19:15:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 18:15:52 +0000 Subject: [Koha-bugs] [Bug 2346] consolidate duplicate methods C4::Overdues::UpdateBorrowerDebarred and C4::Members::DebarMember In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2346 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #5 from Paul Poulain 2011-12-06 18:15:52 UTC --- QA comment: nothing to say, remove dead code. Digging into this patch to check all UpdateBorrowerDebarred calls were removed showed me that the notifyMailsOp.pl was still here. Added a follow-up to remove this script Patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 19:22:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 18:22:52 +0000 Subject: [Koha-bugs] [Bug 3385] Add checkout date and renewal date to display list of checked out items In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3385 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #8 from Paul Poulain 2011-12-06 18:22:52 UTC --- QA comment: the following construct: + $item->{$_} = format_date( $item->{$_} ) foreach qw/datelastborrowed dateaccessioned datelastseen lastreneweddate/; is not PBP friendly. It's recommended to write foreach { bla } perlcritic says it's a level 2 severity: Postfix control "foreach" used at line 131, column 69. See page 96 of PBP. (Severity: 2) We want to be level 5, so passed QA Patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 19:26:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 18:26:33 +0000 Subject: [Koha-bugs] [Bug 4051] add columns to overdues export In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4051 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_8 Patch Status|Signed Off |Patch Pushed Severity|minor |enhancement --- Comment #10 from Paul Poulain 2011-12-06 18:26:33 UTC --- QA comment: small patch, easy to read, passed QA Patch pushed, please test chris_n = I think it's an enhancement, and suggest not to backport this bug to 3.6: ppl that have automated scripts with CSV may be confused by their scripts not working anymore. But, as usual, it's up to you -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 19:28:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 18:28:20 +0000 Subject: [Koha-bugs] [Bug 5280] Fix password field in members.pl so that the password is masked as it is entered In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5280 --- Comment #13 from Paul Poulain 2011-12-06 18:28:20 UTC --- (In reply to comment #12) > QA comment: > I get a "Debug is on (level 1)" > just below the "Modify Adult patron xxxx" > (I have DEBUG set to yes in my setup) > Is it because DEBUG=1 or a test that should be removed ? Owen / chris, bumping my question ! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 19:43:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 18:43:30 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |paul.poulain at biblibre.com --- Comment #20 from Paul Poulain 2011-12-06 18:43:30 UTC --- Chris-es, I tried to apply those patches on the branch 5327, but one of them does not apply anymore: Bug 5327: Unit tests for C4/Exteral/BakerTaylor.pm Apply? [yn] y Applying: Bug 5327: Unit tests for C4/Exteral/BakerTaylor.pm fatal: sha1 information is lacking or useless (t/Boolean.t). Repository lacks necessary blobs to fall back on 3-way merge. Cannot fall back to three-way merge. Patch failed at 0001 Bug 5327: Unit tests for C4/Exteral/BakerTaylor.pm When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort". Patch left in /tmp/Bug-5327-Unit-tests-for-C4ExteralBakerTaylorpm-gQ0UGT.patch Could you rebase against the 5327 branch and update the patch please ? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 19:47:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 18:47:26 +0000 Subject: [Koha-bugs] [Bug 5604] additional icons for the Seshat set In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5604 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #10 from Paul Poulain 2011-12-06 18:47:26 UTC --- QA comment: none, small patch Patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 19:52:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 18:52:28 +0000 Subject: [Koha-bugs] [Bug 6022] Auth_with_ldap check if categorycode is valid In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6022 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Patch Pushed --- Comment #9 from Paul Poulain 2011-12-06 18:52:28 UTC --- QA comment: * code is OK, clean, commented * I've tested that without LDAP, nothing has changed Patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 19:52:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 18:52:42 +0000 Subject: [Koha-bugs] [Bug 6022] Auth_with_ldap check if categorycode is valid In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6022 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rel_3_2 |rel_3_6 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 19:56:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 18:56:06 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #21 from Katrin Fischer 2011-12-06 18:56:06 UTC --- Hi Paul, all patches apply for me using 'git bz apply'? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 19:59:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 18:59:04 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Maxime Pelletier changed: What |Removed |Added ---------------------------------------------------------------------------- CC|pelletiermaxime at gmail.com | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 20:06:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 19:06:21 +0000 Subject: [Koha-bugs] [Bug 6530] item due notice label saying 'unknown' In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6530 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #6 from Paul Poulain 2011-12-06 19:06:21 UTC --- QA comment: * clean code, nothing to say about what is provided * For libraries already installed with a wrong value, an updatedatabase is needed. I'we written it, and tested Patch and follow-up pushed -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 20:07:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 19:07:39 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #22 from Paul Poulain 2011-12-06 19:07:39 UTC --- (In reply to comment #21) > Hi Paul, all patches apply for me using 'git bz apply'? Katrin, do you have noticed i'm trying to apply them not from master, but from origin/new/bug_5327 ? (after doing a git checkout --track origin/new/bug_5327) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 20:10:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 19:10:47 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #23 from Chris Cormack 2011-12-06 19:10:47 UTC --- Paul you will want to merge master into your 5327 branch, then apply them. That branch is old so will be out of date with master. We don't base patches against the branches, but against master. So if a branch is old, it needs to be brought up to date, don't rebase though, a simple merge will bring it up to master level. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 20:12:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 19:12:31 +0000 Subject: [Koha-bugs] [Bug 5280] Fix password field in members.pl so that the password is masked as it is entered In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5280 --- Comment #14 from Owen Leonard 2011-12-06 19:12:31 UTC --- That debug messages dates back to 2007 and commit c102b3c6f5197fc695cadc1941d3331889fd6561 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 20:13:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 19:13:20 +0000 Subject: [Koha-bugs] [Bug 2346] consolidate duplicate methods C4::Overdues::UpdateBorrowerDebarred and C4::Members::DebarMember In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2346 Chris Nighswonger changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cnighswonger at foundations.ed | |u --- Comment #6 from Chris Nighswonger 2011-12-06 19:13:20 UTC --- This patch does not apply cleanly to 3.6.x branch. Please rebase over that branch and attach a corrected patch to this bug report. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 20:15:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 19:15:14 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com --- Comment #91 from Paul Poulain 2011-12-06 19:15:14 UTC --- QA comment: * aqorders.accountnumber is now used (i've pushed a patch to fix this recently). It stores & display the accountnumber of the library in the bookvendor system. * need_merge_authorities_table patch does not apply anymore Please provide new patches for those 2 tables -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 20:16:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 19:16:11 +0000 Subject: [Koha-bugs] [Bug 6835] Ability to specify types of email address in overdue_notices.pl In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6835 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5281|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 20:17:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 19:17:47 +0000 Subject: [Koha-bugs] [Bug 6530] item due notice label saying 'unknown' In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6530 Chris Nighswonger changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cnighswonger at foundations.ed | |u --- Comment #7 from Chris Nighswonger 2011-12-06 19:17:47 UTC --- This patch does not apply cleanly to the 3.6.x branch. Please rebase over 3.6.x and attach a corrected patch to this bug report. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 20:18:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 19:18:11 +0000 Subject: [Koha-bugs] [Bug 6835] Ability to specify types of email address in overdue_notices.pl In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6835 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com --- Comment #6 from Paul Poulain 2011-12-06 19:18:11 UTC --- Claire, when you attach a signed-off patch with git bz, add the -e flag to obsolete the initial patch. For example: git bz attach -e 5281 HEAD WARNING: you'll be presented your editor to choose which patch(es) to obsolete. Be very quick. You've less than 30 seconds. If you're not fast enough, you'll get a nasty python error bacause your connecion to bugzilla will have be closed -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 20:18:22 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 19:18:22 +0000 Subject: [Koha-bugs] [Bug 5604] additional icons for the Seshat set In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5604 --- Comment #11 from Chris Nighswonger 2011-12-06 19:18:22 UTC --- This patch does not apply cleanly to the 3.6.x branch. Please rebase over 3.6.x and attach a corrected patch to this bug report. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 20:19:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 19:19:11 +0000 Subject: [Koha-bugs] [Bug 5604] additional icons for the Seshat set In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5604 --- Comment #12 from Chris Nighswonger 2011-12-06 19:19:11 UTC --- I guess that'll be me. ;-) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 20:19:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 19:19:41 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #92 from Katrin Fischer 2011-12-06 19:19:41 UTC --- * need_merge_authorities_table patch does not apply anymore Hi Paul, it applies fine for me using "git am -is3...". I will add your suggested change to the patch for aqbooksellers. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 20:23:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 19:23:47 +0000 Subject: [Koha-bugs] [Bug 6717] Sub total doubled up on borrower pay fines page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6717 --- Comment #2 from Katrin Fischer 2011-12-06 19:23:47 UTC --- Created attachment 6610 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6610 Bug 6716: Follow up: Documentation for aqbooksellers table / accountnumber Accountnumber is now used and can be managed in the staff interface. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 20:30:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 19:30:30 +0000 Subject: [Koha-bugs] [Bug 7020] Items with no checkouts report does not output call number, barcode or item details In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7020 --- Comment #5 from Jon Aker 2011-12-06 19:30:30 UTC --- Created attachment 6611 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6611 Modified line 27 to fix the title -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 20:33:22 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 19:33:22 +0000 Subject: [Koha-bugs] [Bug 6893] Order from suggestion does not remove suggestion from 'accepted' list In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6893 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Patch Pushed --- Comment #16 from Paul Poulain 2011-12-06 19:33:22 UTC --- QA comment: Large patch, but a lot of description, only a few lines ! Patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 20:39:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 19:39:02 +0000 Subject: [Koha-bugs] [Bug 6908] increase DEBUG level for *NOISY* Dates.pm init() messages In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6908 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |paul.poulain at biblibre.com Patch Status|Signed Off |Patch Pushed --- Comment #4 from Paul Poulain 2011-12-06 19:39:02 UTC --- QA comment: one line patch, usefull, nothing to say patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 20:51:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 19:51:17 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 --- Comment #13 from Katrin Fischer 2011-12-06 19:51:17 UTC --- Hi Jonathan, thx for your work on this. I tried to be fast, but was not fast enought - there is conflict in the css file: Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all y Applying: Bug 5347: Adds columns claims_count and claimed_date in aqorders Using index info to reconstruct a base tree... :324: trailing whitespace. # send an "account details" notice to a newly created user :486: new blank line at EOF. + warning: 2 lines add whitespace errors. Falling back to patching base and 3-way merge... Auto-merging koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css CONFLICT (content): Merge conflict in koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css Failed to merge in the changes. Patch failed at 0001 Bug 5347: Adds columns claims_count and claimed_date in aqorders When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort". Can you please fix and add a new patch? Will try to test asap. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 20:51:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 19:51:23 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Does not apply -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 20:56:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 19:56:46 +0000 Subject: [Koha-bugs] [Bug 6530] item due notice label saying 'unknown' In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6530 --- Comment #8 from Katrin Fischer 2011-12-06 19:56:46 UTC --- Paul, I am quite confused by the version number for the updatedatabase you did for this and about the numbers before since 3.06 release: 74 $DBversion = "3.06.02.001"; ? Shouldn't we count 3.07.00.XX in master? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 21:11:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 20:11:46 +0000 Subject: [Koha-bugs] [Bug 3806] Holidays table doesn't order by date correcly In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3806 --- Comment #3 from Owen Leonard 2011-12-06 20:11:46 UTC --- Created attachment 6612 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6612 Proposed fix Adding dateformat filter to JavaScript tablesorter configurations. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 21:12:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 20:12:05 +0000 Subject: [Koha-bugs] [Bug 3806] Holidays table doesn't order by date correcly In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3806 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rel_3_2 |master Patch Status|Failed QA |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 21:18:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 20:18:11 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #24 from Chris Cormack 2011-12-06 20:18:11 UTC --- Created attachment 6613 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6613 Bug 5327 : Fixing unit test for SQLHelper.pm -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 21:20:19 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 20:20:19 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6613|0 |1 is obsolete| | --- Comment #25 from Chris Cormack 2011-12-06 20:20:19 UTC --- Created attachment 6614 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6614 Bug 5327 : Fixing unit test for SQLHelper.pm -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 21:28:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 20:28:30 +0000 Subject: [Koha-bugs] [Bug 7153] Show Open Library as Search Target in "More Searches" in OPAC detail page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7153 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Version|unspecified |master AssignedTo|oleonard at myacpl.org |savitra.sirohi at osslabs.biz -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 21:35:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 20:35:08 +0000 Subject: [Koha-bugs] [Bug 7031] More options for AdvancedSearchTypes In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7031 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Patch Status|Needs Signoff |Failed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 21:39:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 20:39:34 +0000 Subject: [Koha-bugs] [Bug 7279] intranet print.css width settings causing 'squashing' of columns In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7279 --- Comment #4 from Owen Leonard 2011-12-06 20:39:34 UTC --- I have submitted an alternate fix for Bug 6291 which I hope will solve that bug and make it possible to obsolete this one by reverting the original fix for Bug 6291. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 22:03:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 21:03:07 +0000 Subject: [Koha-bugs] [Bug 7325] New: Editing a list generates errors in the log Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7325 Bug #: 7325 Summary: Editing a list generates errors in the log Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: ASSIGNED Severity: minor Priority: P5 - low Component: Virtual Shelves AssignedTo: oleonard at myacpl.org ReportedBy: oleonard at myacpl.org QAContact: ian.walls at bywatersolutions.com The script tries to build the pagination menu but lacks the right parameters for it: Use of uninitialized value $totitems in division (/) at C4/VirtualShelves/Page.pm line 371. Use of uninitialized value $totitems in modulus (%) at C4/VirtualShelves/Page.pm line 371. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 22:08:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 21:08:41 +0000 Subject: [Koha-bugs] [Bug 7325] Editing a list generates errors in the log In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7325 --- Comment #1 from Owen Leonard 2011-12-06 21:08:41 UTC --- Created attachment 6615 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6615 Proposed fix Checking for variables before trying to use them in building the pagination menu. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 22:08:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 21:08:58 +0000 Subject: [Koha-bugs] [Bug 7325] Editing a list generates errors in the log In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7325 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 22:10:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 21:10:50 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #26 from Chris Cormack 2011-12-06 21:10:50 UTC --- Created attachment 6616 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6616 Bug 5327: Fixing the Members.t test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 22:18:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 21:18:52 +0000 Subject: [Koha-bugs] [Bug 5604] additional icons for the Seshat set In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5604 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6278|0 |1 is obsolete| | --- Comment #13 from Chris Cormack 2011-12-06 21:18:52 UTC --- Created attachment 6617 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6617 Bug 5604 : Follow up for missing image When doing icons, there is a test for them please run perl xt/author/icondirectories.t -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 22:19:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 21:19:02 +0000 Subject: [Koha-bugs] [Bug 5604] additional icons for the Seshat set In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5604 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Patch Pushed |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 22:20:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 21:20:27 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Needs Signoff --- Comment #27 from Chris Cormack 2011-12-06 21:20:27 UTC --- 2 more requiring sign off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 22:27:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 21:27:10 +0000 Subject: [Koha-bugs] [Bug 7170] Remove use of XML::Simple In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7170 --- Comment #4 from Ian Walls 2011-12-06 21:27:10 UTC --- Created attachment 6618 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6618 Bug 7170: Remove XML::Simple usage in favour of YAML config file Enables support for a YAML koha-conf file. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 22:33:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 21:33:44 +0000 Subject: [Koha-bugs] [Bug 7170] Remove use of XML::Simple In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7170 --- Comment #5 from Ian Walls 2011-12-06 21:33:44 UTC --- Sorry for the delay in submitting this; it's been a long while to recover my footing post-KohaCon. A koha-conf.yaml file can be created out of the tag of koha-conf.xml using this stylesheet: http://yaml.org/xml/xml2yaml.xsl This patch is proof-of-concept. If this is a direction we chose to go, then we need to put the YAML file into the Makefile, so it will be auto-generated along with koha-conf.xml. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 22:38:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 21:38:47 +0000 Subject: [Koha-bugs] [Bug 5597] holds to pull showing wrong item for item specific holds In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5597 --- Comment #3 from Chris Hall 2011-12-06 21:38:47 UTC --- In the screenshot my libraries were named 1 and 2 which was probably confusing and I had a hold on the specific item at branch 2 but it also showed the holds to pull for the same item at branch 1. Thanks for confirming that. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 22:43:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 21:43:48 +0000 Subject: [Koha-bugs] [Bug 2307] Calendar widget cannot be translated In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2307 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6604|0 |1 is obsolete| | --- Comment #7 from Chris Cormack 2011-12-06 21:43:48 UTC --- Created attachment 6619 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6619 Bug 2307 - Calendar widget cannot be translated Implementing the same fix in the OPAC which we now use in the staff client. Signed-off-by: Chris Cormack -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 22:44:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 21:44:02 +0000 Subject: [Koha-bugs] [Bug 2307] Calendar widget cannot be translated In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2307 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 22:46:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 21:46:31 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #28 from Liz Rea 2011-12-06 21:46:31 UTC --- Created attachment 6620 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6620 Bug 5327: Fixing the Members.t test Signed-off-by: Liz Rea Confirm all tests complete -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 22:47:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 21:47:20 +0000 Subject: [Koha-bugs] [Bug 6868] Need a script to fix bad accountno data in accountlines In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6868 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #5 from Chris Cormack 2011-12-06 21:47:20 UTC --- Hi Katrin The error was if you had over 32000ish accounts then the number had hit its max. Its pretty hard to test, you would have to get a create a borrower over that many lines in accountlines. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 22:48:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 21:48:12 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6620|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 22:48:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 21:48:50 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com --- Comment #29 from Liz Rea 2011-12-06 21:48:50 UTC --- That is NOT AT ALL RIGHT. I had to change some of the incidental data in the test to run it - and that's what that was. My dumb. signoff inc. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 22:51:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 21:51:07 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #30 from Liz Rea 2011-12-06 21:51:07 UTC --- Created attachment 6621 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6621 Bug 5327 : Fixing unit test for SQLHelper.pm Signed-off-by: Liz Rea Confirm that all SQLHelper tests pass. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 22:53:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 21:53:37 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #31 from Liz Rea 2011-12-06 21:53:37 UTC --- Created attachment 6622 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6622 [Signed off] Bug 5327: Fixing the Members.t test Signed-off-by: Liz Rea Confirm Members.t tests complete -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 22:54:01 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 21:54:01 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6614|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 22:54:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 21:54:20 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6616|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 22:54:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 21:54:25 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 22:58:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 21:58:50 +0000 Subject: [Koha-bugs] [Bug 7276] member entry Performance improvement In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7276 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #6 from Chris Cormack 2011-12-06 21:58:50 UTC --- This patch looks good, but as we are moving to a persistent running environment for Koha, we need to make sure we have a way to clear the table structure from the variable. So I will submit a follow up to clear the variable, which can be called by the update scripts when it changes the table structure. Similar to clear_syspref_cache in C4::Context This patch does give a huge improvement in patron import though, so I am going to sign off and send that follow up. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 23:03:01 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 22:03:01 +0000 Subject: [Koha-bugs] [Bug 7276] member entry Performance improvement In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7276 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6454|0 |1 is obsolete| | --- Comment #7 from Chris Cormack 2011-12-06 22:03:01 UTC --- Created attachment 6623 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6623 Bug 7276 : member entry Performance improvement Before this patch : 9619 borrowers added in 31 Minutes, After : 68 seconds. This adds Hashref to table structure in C4::SQLHelper to speed up bulk edits. Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 23:08:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 22:08:07 +0000 Subject: [Koha-bugs] [Bug 7276] member entry Performance improvement In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7276 --- Comment #8 from Chris Cormack 2011-12-06 22:08:07 UTC --- Created attachment 6624 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6624 Bug 7276 : Follow up, adding a sub to clear the cache -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 23:08:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 22:08:33 +0000 Subject: [Koha-bugs] [Bug 7276] member entry Performance improvement In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7276 --- Comment #9 from Chris Cormack 2011-12-06 22:08:33 UTC --- Only the follow up needs sign off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 23:46:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 22:46:40 +0000 Subject: [Koha-bugs] [Bug 5974] Bogus auth check for "StaffMember" role In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5974 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6554|0 |1 is obsolete| | --- Comment #18 from Chris Cormack 2011-12-06 22:46:40 UTC --- Created attachment 6625 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6625 Fix for Bug 5974 - Bogus auth check for "StaffMember" role Also removing some YAHOO.widget.Button declarations which are redundant. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer follow-up: trailing " that makes T::T fail http://bugs.koha-community.org/show_bug.cgi?id=5974 Signed-off-by: Katrin Fischer Bug 5974: Fix broken toolbar on paton checkout tab Fixed a couple of errors: - [% CAN_user_staffaccess %] should be [% IF ( CAN_user_staffaccess ) %] - added missing [% END %] - added missing line new YAHOO.widget.Button("duplicate"); To test: 1) Open patron account 2) Go through tabs, especially 'Check out' 3) Check toolbars are correct and buttons work Signed-off-by: Chris Cormack -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 23:47:18 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 22:47:18 +0000 Subject: [Koha-bugs] [Bug 5974] Bogus auth check for "StaffMember" role In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5974 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off --- Comment #19 from Chris Cormack 2011-12-06 22:47:18 UTC --- This has already been pushed, for master, the patch here is for 3.6.x and applies cleanly there -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 23:55:53 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 22:55:53 +0000 Subject: [Koha-bugs] [Bug 7135] save button options In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7135 --- Comment #5 from Chris Cormack 2011-12-06 22:55:53 UTC --- Signing off, works in 11.10 Chromium 17 as well -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 23:56:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 22:56:47 +0000 Subject: [Koha-bugs] [Bug 7135] save button options In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7135 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6167|0 |1 is obsolete| | --- Comment #6 from Chris Cormack 2011-12-06 22:56:47 UTC --- Created attachment 6626 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6626 Bug 7135: Save button options This patch adds a jQuery plugin which will cause an element to remain "fixed" at the top of the screen if it would otherwise scroll up out of view. I submit this patch for TESTING ONLY because the plugin was not posted with explicit licensing. I'm waiting to hear back from the author. Signed-off-by: Chris Cormack -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 6 23:57:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 22:57:04 +0000 Subject: [Koha-bugs] [Bug 7135] save button options In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7135 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 00:00:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 23:00:37 +0000 Subject: [Koha-bugs] [Bug 7135] save button options In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7135 --- Comment #7 from Liz Rea 2011-12-06 23:00:37 UTC --- Created attachment 6627 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6627 [Signed Off] Fix for Bug 7135: Save button options This patch adds a jQuery plugin which will cause an element to remain "fixed" at the top of the screen if it would otherwise scroll up out of view. I submit this patch for TESTING ONLY because the plugin was not posted with explicit licensing. I'm waiting to hear back from the author. Signed-off-by: Liz Rea I tested this on Chrome OSX saving works changing framework works scrolling works, obviously. tabbing through the records works z39 button works as expected -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 00:02:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 23:02:28 +0000 Subject: [Koha-bugs] [Bug 7135] save button options In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7135 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com --- Comment #8 from Liz Rea 2011-12-06 23:02:28 UTC --- And Firefox 8.0.1 (In reply to comment #7) > Created attachment 6627 [details] > [Signed Off] Fix for Bug 7135: Save button options > > This patch adds a jQuery plugin which will cause > an element to remain "fixed" at the top of the > screen if it would otherwise scroll up out of > view. > > I submit this patch for TESTING ONLY because > the plugin was not posted with explicit licensing. > I'm waiting to hear back from the author. > > Signed-off-by: Liz Rea > I tested this on Chrome OSX > saving works > changing framework works > scrolling works, obviously. > tabbing through the records works > z39 button works as expected -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 00:03:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 23:03:55 +0000 Subject: [Koha-bugs] [Bug 7020] Items with no checkouts report does not output call number, barcode or item details In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7020 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Signed Off --- Comment #6 from Chris Cormack 2011-12-06 23:03:55 UTC --- Jon Thanks again for the new patch, the best way to create one is using git format-patch I have reformatted the patch into that format (that way you get credit for the patch and it leaves a good history trail) And I will test and sign off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 00:08:00 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 23:08:00 +0000 Subject: [Koha-bugs] [Bug 7020] Items with no checkouts report does not output call number, barcode or item details In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7020 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6196|0 |1 is obsolete| | Attachment #6611|0 |1 is obsolete| | --- Comment #7 from Chris Cormack 2011-12-06 23:08:00 UTC --- Created attachment 6628 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6628 Bug 7020 Items with no checkouts report does not output call number, barcode or item details When running the Items with no checkouts report and outputting to screen, the results do not include any identifying information for the items. The only information listed is the item count and the branch location. Signed-off-by: Chris Cormack -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 00:32:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 23:32:35 +0000 Subject: [Koha-bugs] [Bug 7134] patron records getting funny birthdays In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7134 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #11 from Chris Cormack 2011-12-06 23:32:35 UTC --- I have fixed on bug 5327 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 00:54:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 23:54:13 +0000 Subject: [Koha-bugs] [Bug 6865] Replace image-based gradient backgrounds with CSS3 gradients In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6865 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #2 from Chris Cormack 2011-12-06 23:54:13 UTC --- Works fine in chromium 17 and firefox under linux. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 00:55:19 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 23:55:19 +0000 Subject: [Koha-bugs] [Bug 6865] Replace image-based gradient backgrounds with CSS3 gradients In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6865 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6545|0 |1 is obsolete| | --- Comment #3 from Chris Cormack 2011-12-06 23:55:19 UTC --- Created attachment 6629 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6629 Bug 6865 - Replace image-based gradient backgrounds with CSS3 gradients Replaces image-based gradients in: OPAC search bar OPAC submit buttons OPAC lists menu background OPAC alert and message boxes OPAC user menu tabs Staff client alert and message boxes Staff client side menu tabs Removes obsoleted background image files. Cross-browser background-gradients created using: http://www.colorzilla.com/gradient-editor/ Signed-off-by: Chris Cormack -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 00:55:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 23:55:31 +0000 Subject: [Koha-bugs] [Bug 6865] Replace image-based gradient backgrounds with CSS3 gradients In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6865 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 00:59:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 23:59:25 +0000 Subject: [Koha-bugs] [Bug 4530] Circulation & fines rules aren't always applied from most specific to less specific In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4530 Melia Meggs changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |melia at bywatersolutions.com --- Comment #9 from Melia Meggs 2011-12-06 23:59:25 UTC --- This patch doesn't apply for me. This is what I got: Applying: bug_4530: Rework issuing rules Use only one set of functions Database /home/melia/kohaclone/.git/rebase-apply/patch:150: trailing whitespace. /home/melia/kohaclone/.git/rebase-apply/patch:289: trailing whitespace. FROM issues error: patch failed: C4/Circulation.pm:74 error: C4/Circulation.pm: patch does not apply error: patch failed: C4/Members.pm:660 error: C4/Members.pm: patch does not apply Patch failed at 0001 bug_4530: Rework issuing rules Use only one set of function e query When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort". Patch left in /tmp/patch-_ZG0GE.patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 00:59:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Dec 2011 23:59:44 +0000 Subject: [Koha-bugs] [Bug 4530] Circulation & fines rules aren't always applied from most specific to less specific In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4530 Melia Meggs changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Does not apply -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 01:05:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 00:05:45 +0000 Subject: [Koha-bugs] [Bug 7326] New: longoverdue.pl hardcoded to 1 year max Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7326 Bug #: 7326 Summary: longoverdue.pl hardcoded to 1 year max Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P4 Component: Command-line Utilities AssignedTo: ian.walls at bywatersolutions.com ReportedBy: ian.walls at bywatersolutions.com QAContact: ian.walls at bywatersolutions.com The longoverdue.pl will not handle items overdue by more than 366 days. This is hardcoded with a FIXME after it; no reason not to add an additional commandline flag to let the user specify a greater (or lesser) number. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 01:10:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 00:10:04 +0000 Subject: [Koha-bugs] [Bug 4530] Circulation & fines rules aren't always applied from most specific to less specific In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4530 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #10 from Chris Cormack 2011-12-07 00:10:04 UTC --- CONFLICT (content): Merge conflict in C4/Members.pm Looks to be the problem -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 01:15:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 00:15:35 +0000 Subject: [Koha-bugs] [Bug 7326] longoverdue.pl hardcoded to 1 year max In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7326 --- Comment #1 from Ian Walls 2011-12-07 00:15:35 UTC --- Created attachment 6630 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6630 Bug 7326: longoverdue.pl hardcoded to 366 days maximum Adds --maxdays command line flag to longoverdue.pl to allow the user to specify their own $endrange value. Because sometimes 366 isn't enough! Also adds help documentation for both --quiet and --maxdays params -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 01:15:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 00:15:55 +0000 Subject: [Koha-bugs] [Bug 7326] longoverdue.pl hardcoded to 1 year max In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7326 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P4 |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 01:32:09 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 00:32:09 +0000 Subject: [Koha-bugs] [Bug 5471] Quotes in tags cause moderation approval/rejection to fail In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5471 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls at bywatersolutions. | |com --- Comment #1 from Ian Walls 2011-12-07 00:32:09 UTC --- looks like it might be an issue with Lingua::Ispell... -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 02:12:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 01:12:41 +0000 Subject: [Koha-bugs] [Bug 3806] Holidays table doesn't order by date correcly In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3806 Duncan changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6612|0 |1 is obsolete| | --- Comment #4 from Duncan 2011-12-07 01:12:41 UTC --- Created attachment 6631 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6631 Signed off patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 02:12:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 01:12:52 +0000 Subject: [Koha-bugs] [Bug 3806] Holidays table doesn't order by date correcly In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3806 Duncan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |duncan at catalyst.net.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 02:53:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 01:53:40 +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 Melia Meggs changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |melia at bywatersolutions.com --- Comment #12 from Melia Meggs 2011-12-07 01:53:40 UTC --- I have tried to test again following what Katrin did in Comment 4. Here is what I have done testing: 1) Order creation I created a new order using a new fund. I ordered 2 items for 10.00 each, and 1 item for 3.00. I put in no discount or taxes. Fund before order: available 100.00 Fund after order: ordered 23.00, available 77.00 This seems all correct. 2) Receiving order I clicked on Receive Shipment and entered a "Shipping Cost" of 10.00. The receipt summary still shows Shipping Cost as 0.00 for all of my items. (I expected it to divide up the shipping cost that I had entered between the items and then show 3.33 for each item on the receipt summary, but maybe I misunderstood what is meant to happen...) If from the receipt summary I click on receive (to the right of the item), there is a field for me to enter "Freight" below "Actual Cost." Is "Freight" different from "Shipping Cost"? Can we make these both say "Shipping Cost"? I changed the "Freight" from 0.00 to 5.00, and this was then correctly reflected on the receipt summary. Then I went back to Budgets & Funds. My new budget still shows a total of 100.00. (I'm not sure if that's correct or not.) If I click on the budge name, I can see that the correct amount has been deducted from the fund. So my questions are: 1. When you click on Receive Shipment and enter a shipping cost, should this be divided up between the items in the shipment and reflected in the "Shipping" column on the basket details page? 2. Can we change "Freight" to "Shipping Cost" for consistency throughout? 3. I don't really understand much about budgets vs. funds. Should the total on the budget change after I have received items? If so, this isn't quite right yet. OR should the total on the budget stay the same and only the total sublevels spent and the base level remaining on the fund change? If this is right, then it's ok as is. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 03:03:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 02:03:06 +0000 Subject: [Koha-bugs] [Bug 5974] Bogus auth check for "StaffMember" role In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5974 Chris Nighswonger changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Patch Pushed --- Comment #20 from Chris Nighswonger 2011-12-07 02:03:06 UTC --- Patch pushed to 3.6.x. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 03:49:38 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 02:49:38 +0000 Subject: [Koha-bugs] [Bug 5358] keep track of cancelled orders In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5358 Duncan changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6222|0 |1 is obsolete| | --- Comment #3 from Duncan 2011-12-07 02:49:38 UTC --- Created attachment 6632 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6632 Signed off patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 03:49:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 02:49:45 +0000 Subject: [Koha-bugs] [Bug 5358] keep track of cancelled orders In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5358 Duncan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |duncan at catalyst.net.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 06:38:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 05:38:23 +0000 Subject: [Koha-bugs] [Bug 6893] Order from suggestion does not remove suggestion from 'accepted' list In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6893 --- Comment #17 from Fr?re S?bastien Marie 2011-12-07 05:38:23 UTC --- Comment on attachment 6483 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6483 [SIGNED-OFF] Bug 6893 : Updates suggestions list when adding orders >- WHERE STATUS NOT IN ('CLAIMED') >+ WHERE 1=1 I don't understand the need of this "WHERE" clause ("WHERE 1=1"). If the previous was wrong and not need, should it be removed (and not only replaced by a "always match"-clause) ? But perhaps I miss something... please explain. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 07:16:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 06:16:08 +0000 Subject: [Koha-bugs] [Bug 7327] New: Translation script doesn't like concatenated javascript strings Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7327 Bug #: 7327 Summary: Translation script doesn't like concatenated javascript strings Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 - low Component: I18N/L10N AssignedTo: frederic at tamil.fr ReportedBy: katrin.fischer at bsz-bw.de QAContact: ian.walls at bywatersolutions.com I noticed that some alerts are (no longer?) translated. Example: cat-toolbar.inc is_confirmed= alert(_('There are [ '+ count +' ] item(s) attached to this record \n You must delete all items before deleting this record.')); This string doesn't get translated at all now. Also the \n is not good because it causes problems in Pootle. The only solution to make this translatable seems to be: is_confirmed= alert(_("There are [ ") + count + _(" ] item(s) attached to this record.") + "\n" + _("You must delete all items before deleting this record." By splitting it up into several part the sentence is very hard to translate. Also small pieces like "Delete" or "There are" are difficult, because you might want to use different words for it in your translation. It would be better if we can make the translation script deal with those strings and make it put in placeholders. So you would end up with: is_confirmed= alert(_('There are [ '+ count +' ] item(s) attached to this record \n You must delete all items before deleting this record.')); Output in po-file: There are [ %s ] item(s) attached to this record. ... I think this is a bug now, because those alerts don't get translated at all. Splitting them up is one solution, but fixing the translation scripts would be much better. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 07:34:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 06:34:15 +0000 Subject: [Koha-bugs] [Bug 6968] Show items expired before today in check expiration of serials page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6968 --- Comment #4 from Katrin Fischer 2011-12-07 06:34:15 UTC --- I tested this but had problems with the date search before and after applying the patch. I added a new subscription with expiration date 'today' and tried searching with expired before 8/12/2011. My logs show lots of errors: [Wed Dec 07 07:28:30 2011] [error] [client 127.0.0.1] [Wed Dec 7 07:28:30 2011] checkexpiration.pl: Use of uninitialized value $C4::Dates::debug in numeric gt (>) at /home/katrin/kohaclone/C4/Dates.pm line 170., referer: http://localhost:8080/cgi-bin/koha/serials/checkexpiration.pl [Wed Dec 07 07:28:30 2011] [error] [client 127.0.0.1] [Wed Dec 7 07:28:30 2011] checkexpiration.pl: Use of uninitialized value $sqlwhere in concatenation (.) or string at /home/katrin/kohaclone/C4/Serials.pm line 606., referer: http://localhost:8080/cgi-bin/koha/serials/checkexpiration.pl [Wed Dec 07 07:28:30 2011] [error] [client 127.0.0.1] [Wed Dec 7 07:28:30 2011] checkexpiration.pl: Use of uninitialized value in string eq at /home/katrin/kohaclone/C4/Serials.pm line 615., referer: http://localhost:8080/cgi-bin/koha/serials/checkexpiration.pl [Wed Dec 07 07:28:30 2011] [error] [client 127.0.0.1] [Wed Dec 7 07:28:30 2011] checkexpiration.pl: Use of uninitialized value $expirationdate in pattern match (m//) at /home/katrin/kohaclone/serials/checkexpiration.pl line 81., referer: http://localhost:8080/cgi-bin/koha/serials/checkexpiration.pl [Wed Dec 07 07:28:30 2011] [error] [client 127.0.0.1] [Wed Dec 7 07:28:30 2011] checkexpiration.pl: Use of uninitialized value $expirationdate in pattern match (m//) at /home/katrin/kohaclone/serials/checkexpiration.pl line 81., referer: http://localhost:8080/cgi-bin/koha/serials/checkexpiration.pl [Wed Dec 07 07:28:30 2011] [error] [client 127.0.0.1] [Wed Dec 7 07:28:30 2011] checkexpiration.pl: Use of uninitialized value $C4::Dates::debug in numeric gt (>) at /home/katrin/kohaclone/C4/Dates.pm line 170., referer: http://localhost:8080/cgi-bin/koha/serials/checkexpiration.pl I also tried different settings for the dateformat system preference with the same result. Small suggestion for the patch: Perhaps change label to 'Expiring before today'. Currently it says 'Show items expired before today:' which is a bit long and 'items' might be a bit confusing. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 07:45:53 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 06:45:53 +0000 Subject: [Koha-bugs] [Bug 6968] Show items expired before today in check expiration of serials page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6968 --- Comment #5 from Katrin Fischer 2011-12-07 06:45:53 UTC --- I think something is weird with my test case, but an additional note about the patch: You can't search only for "expired before today". You are always prompted to also enter a date. I am not sure how this is supposed to work. Shouldn't it be enough to enter tomorrow's date to find subscriptions that already have expired? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 07:50:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 06:50:12 +0000 Subject: [Koha-bugs] [Bug 6968] Show items expired before today in check expiration of serials page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6968 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Failed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 08:52:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 07:52:25 +0000 Subject: [Koha-bugs] [Bug 6893] Order from suggestion does not remove suggestion from 'accepted' list In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6893 Fr?re S?bastien Marie changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |semarie-koha at latrappe.fr --- Comment #18 from Fr?re S?bastien Marie 2011-12-07 07:52:25 UTC --- (In reply to comment #17) > Comment on attachment 6483 [details] > [SIGNED-OFF] Bug 6893 : Updates suggestions list when adding orders > > >- WHERE STATUS NOT IN ('CLAIMED') > >+ WHERE 1=1 > > I don't understand the need of this "WHERE" clause ("WHERE 1=1"). > If the previous was wrong and not need, should it be removed (and not only > replaced by a "always match"-clause) ? > > But perhaps I miss something... please explain. ok, seen why... there is add of "and xxx" after. sorry for noise. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 09:08:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 08:08:34 +0000 Subject: [Koha-bugs] [Bug 7328] New: Expanded options in advanced search Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7328 Bug #: 7328 Summary: Expanded options in advanced search Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: minor Priority: P5 - low Component: Searching AssignedTo: gmcharlt at gmail.com ReportedBy: frederic at tamil.fr QAContact: ian.walls at bywatersolutions.com In OPAC and intra advanced search, more search options are displayed depending on expandedSearchOption syspres and user choice. This doesn't work anymore in HEAD. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 09:08:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 08:08:48 +0000 Subject: [Koha-bugs] [Bug 7328] Expanded options in advanced search In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7328 Fr?d?ric Demians changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|gmcharlt at gmail.com |frederic at tamil.fr -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 09:11:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 08:11:20 +0000 Subject: [Koha-bugs] [Bug 7328] Expanded options in advanced search In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7328 --- Comment #1 from Fr?d?ric Demians 2011-12-07 08:11:20 UTC --- Created attachment 6633 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6633 Proposed patch In OPAC and intra advanced search, more search options are displayed depending on expandedSearchOption syspref and user choice. This doesn't work anymore in HEAD. This patch restore this functionality. To test: - enable/disable expandedSearchOption. - Load advanced search page. Limited seach options version is always displayed - Apply this patch and see how it works... -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 09:11:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 08:11:37 +0000 Subject: [Koha-bugs] [Bug 7328] Expanded options in advanced search In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7328 Fr?d?ric Demians changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 09:13:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 08:13:52 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6578|0 |1 is obsolete| | --- Comment #14 from Jonathan Druart 2011-12-07 08:13:52 UTC --- Created attachment 6634 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6634 Proposed patch rebase -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 09:39:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 08:39:20 +0000 Subject: [Koha-bugs] [Bug 6893] Order from suggestion does not remove suggestion from 'accepted' list In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6893 --- Comment #19 from Paul Poulain 2011-12-07 08:39:20 UTC --- (In reply to comment #18) > > But perhaps I miss something... please explain. > > ok, seen why... there is add of "and xxx" after. > sorry for noise. Very common trick to dynamically build a query. And you're right to ask, don't worry about that ! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 11:32:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 10:32:35 +0000 Subject: [Koha-bugs] [Bug 7160] paying fines throws error In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7160 --- Comment #6 from Paul Poulain 2011-12-07 10:32:35 UTC --- seems I have some problems watching films on my Ubuntu. Sometimes it works, sometimes not. Don't worry, it must be me. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 11:47:43 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 10:47:43 +0000 Subject: [Koha-bugs] [Bug 7329] New: The "undo import into catalog" command deletes items onloan without checking Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7329 Bug #: 7329 Summary: The "undo import into catalog" command deletes items onloan without checking Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_6 Platform: All OS/Version: All Status: NEW Severity: critical Priority: P5 - low Component: MARC Bibliographic record staging/import AssignedTo: gmcharlt at gmail.com ReportedBy: christophe.croullebois at biblibre.com QAContact: ian.walls at bywatersolutions.com To test, stage MARC records and import with items created. Next, check out one or more items. Then undo import into catalog, and you'll see that record and item(s) will be deleted. I have made a patch that checks the "on loan" status before deleting item, and do noting in this case, so the record can't be deleted due to existing item. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 12:08:43 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 11:08:43 +0000 Subject: [Koha-bugs] [Bug 7329] The "undo import into catalog" command deletes items onloan without checking In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7329 Christophe Croullebois changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|gmcharlt at gmail.com |christophe.croullebois at bibl | |ibre.com --- Comment #1 from Christophe Croullebois 2011-12-07 11:08:43 UTC --- Created attachment 6635 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6635 new proposed patch thx for testing -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 12:11:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 11:11:04 +0000 Subject: [Koha-bugs] [Bug 7329] The "undo import into catalog" command deletes items onloan without checking In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7329 Christophe Croullebois changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Status|NEW |ASSIGNED Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 12:15:53 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 11:15:53 +0000 Subject: [Koha-bugs] [Bug 7329] The "undo import into catalog" command deletes items onloan without checking In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7329 Christophe Croullebois changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christophe.croullebois at bibl | |ibre.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 13:48:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 12:48:21 +0000 Subject: [Koha-bugs] [Bug 7020] Items with no checkouts report does not output call number, barcode or item details In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7020 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Passed QA --- Comment #8 from M. de Rooy 2011-12-07 12:48:21 UTC --- Thanks Jon (and Chris). Updating patch status to Passed QA. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 14:08:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 13:08:12 +0000 Subject: [Koha-bugs] [Bug 6302] Failing to send email notices - to_address not set In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6302 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Version|unspecified |master Patch Status|Signed Off |Failed QA AssignedTo|henridamien at koha-fr.org |katrin.fischer at bsz-bw.de QAContact|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | --- Comment #9 from M. de Rooy 2011-12-07 13:08:12 UTC --- If I am not mistaken, this patch only resolves the first point of Comment 5 and is actually just a cosmetic change. The second point refers to updating the to_address in sub _send_message_by_email in Letters.pm. I would propose to put this report into hold until we can also consider the patch solving the second point. The first patch is OK, but setting the status to Failed QA in order to reflect the on hold status. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 14:10:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 13:10:05 +0000 Subject: [Koha-bugs] [Bug 6302] Failing to send email notices - to_address not set In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6302 --- Comment #10 from Katrin Fischer 2011-12-07 13:10:05 UTC --- Hi Marcel, is there a reason the 'cosmetic' change can not go in now? It would make it easier for people to get their configuration right and send out mails. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 14:12:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 13:12:42 +0000 Subject: [Koha-bugs] [Bug 6302] Failing to send email notices - to_address not set In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6302 --- Comment #11 from M. de Rooy 2011-12-07 13:12:42 UTC --- (In reply to comment #10) > Hi Marcel, > is there a reason the 'cosmetic' change can not go in now? It would make it > easier for people to get their configuration right and send out mails. Hi Katrin, It may speed up receiving the second patch ;) But if it would really help, I do not oppose pushing it. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 14:28:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 13:28:07 +0000 Subject: [Koha-bugs] [Bug 6803] Removing remote include in MODS xslt In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6803 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QAContact|koha-bugs at lists.koha-commun |ian.walls at bywatersolutions. |ity.org |com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 14:28:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 13:28:07 +0000 Subject: [Koha-bugs] [Bug 6451] Alert staff to new comments, purchase suggestions and tags at login In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6451 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |ian.walls at bywatersolutions. | |com Resolution| |DUPLICATE --- Comment #1 from Ian Walls 2011-12-07 13:28:07 UTC --- *** This bug has been marked as a duplicate of bug 7259 *** -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 14:28:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 13:28:07 +0000 Subject: [Koha-bugs] [Bug 7259] Show a count of items pending approval on staff client home and tools pages In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7259 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |viktor.sarge at regionhalland. | |se --- Comment #3 from Ian Walls 2011-12-07 13:28:07 UTC --- *** Bug 6451 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 14:29:00 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 13:29:00 +0000 Subject: [Koha-bugs] [Bug 6803] Removing remote include in MODS xslt In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6803 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5873|0 |1 is obsolete| | --- Comment #14 from M. de Rooy 2011-12-07 13:29:00 UTC --- Created attachment 6636 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6636 Rebased patch Now also includes nbsp entity def. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 14:31:57 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 13:31:57 +0000 Subject: [Koha-bugs] [Bug 7330] New: System preferences editor generates errors in the log with each search Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7330 Bug #: 7330 Summary: System preferences editor generates errors in the log with each search Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: minor Priority: P5 - low Component: System Administration AssignedTo: paul.poulain at biblibre.com ReportedBy: oleonard at myacpl.org QAContact: ian.walls at bywatersolutions.com CC: gmcharlt at gmail.com When you search system preferences errors are generated in the log: preferences.pl: Use of uninitialized value in pattern match (m//) at /admin/preferences.pl line 219. preferences.pl: Use of uninitialized value $text in pattern match (m//) at /admin/preferences.pl line 252. preferences.pl: Use of uninitialized value $text in pattern match (m//) at /admin/preferences.pl line 252. preferences.pl: Use of uninitialized value $text in pattern match (m//) at /admin/preferences.pl line 252. preferences.pl: Use of uninitialized value in pattern match (m//) at /admin/preferences.pl line 219. preferences.pl: Use of uninitialized value $text in pattern match (m//) at /admin/preferences.pl line 252. preferences.pl: Use of uninitialized value $text in pattern match (m//) at /admin/preferences.pl line 252. preferences.pl: Use of uninitialized value $text in pattern match (m//) at /admin/preferences.pl line 252. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 14:33:09 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 13:33:09 +0000 Subject: [Koha-bugs] [Bug 7116] Item form when ordering in batch from staged marc has lots of white space for hidden fields In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7116 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |m.de.rooy at rijksmuseum.nl QAContact|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | Severity|enhancement |minor -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 14:39:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 13:39:13 +0000 Subject: [Koha-bugs] [Bug 7116] Item form when ordering in batch from staged marc has lots of white space for hidden fields In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7116 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Passed QA --- Comment #4 from M. de Rooy 2011-12-07 13:39:13 UTC --- QA: Small change in template only. Looks good. Changed from enhancement to minor bug fix. Updating patch status. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 14:41:00 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 13:41:00 +0000 Subject: [Koha-bugs] [Bug 6987] C4::Overdues::GetFine returns inconsistent In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6987 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5770|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 14:42:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 13:42:07 +0000 Subject: [Koha-bugs] [Bug 7259] Show a count of items pending approval on staff client home and tools pages In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7259 --- Comment #4 from Ian Walls 2011-12-07 13:42:07 UTC --- QA comments: From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 14:45:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 13:45:32 +0000 Subject: [Koha-bugs] [Bug 6987] C4::Overdues::GetFine returns inconsistent In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6987 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Patch Status|Signed Off |Passed QA --- Comment #3 from M. de Rooy 2011-12-07 13:45:32 UTC --- QA: Did not actually test it, but this small change in code looks good. Marking as Passed QA. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 14:48:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 13:48:26 +0000 Subject: [Koha-bugs] [Bug 7083] Show creator name on list of public lists In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7083 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl QAContact|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 14:54:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 13:54:37 +0000 Subject: [Koha-bugs] [Bug 7083] Show creator name on list of public lists In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7083 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Does not apply --- Comment #3 from M. de Rooy 2011-12-07 13:54:37 UTC --- Applying: Fix for Bug 7083 - [SIGNED-OFF] Show creator name on list of public lists error: koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt: does not match index Using index info to reconstruct a base tree... Falling back to patching base and 3-way merge... error: Entry 'koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt' not uptodate. Cannot merge. fatal: merging of trees bf768d4642523bde5041af12d0403bec35148bb2 and 07a8614703fa983c030071c562ba07d3467f8448 failed Failed to merge in the changes. Please send a rebased patch. Will continue QA after it has arrived. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 14:56:00 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 13:56:00 +0000 Subject: [Koha-bugs] [Bug 7083] Show creator name on list of public lists In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7083 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Does not apply |Signed Off --- Comment #4 from M. de Rooy 2011-12-07 13:56:00 UTC --- (In reply to comment #3) > Applying: Fix for Bug 7083 - [SIGNED-OFF] Show creator name on list of public > lists > error: koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt: does > not match index > Using index info to reconstruct a base tree... > Falling back to patching base and 3-way merge... > error: Entry > 'koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt' not > uptodate. Cannot merge. > fatal: merging of trees bf768d4642523bde5041af12d0403bec35148bb2 and > 07a8614703fa983c030071c562ba07d3467f8448 failed > Failed to merge in the changes. > > Please send a rebased patch. Will continue QA after it has arrived. Sorry, this seems to be my problem. Looking further now.. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 15:01:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 14:01:32 +0000 Subject: [Koha-bugs] [Bug 7083] Show creator name on list of public lists In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7083 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Passed QA --- Comment #5 from M. de Rooy 2011-12-07 14:01:32 UTC --- QA: Small change in code and template. Looks good. Marking Passed QA. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 15:20:09 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 14:20:09 +0000 Subject: [Koha-bugs] [Bug 7259] Show a count of items pending approval on staff client home and tools pages In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7259 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Failed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 15:28:51 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 14:28:51 +0000 Subject: [Koha-bugs] [Bug 6584] Enable searching on Zebra's Bib-level index In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6584 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 15:29:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 14:29:21 +0000 Subject: [Koha-bugs] [Bug 6769] Getting rid of some RIS format export errors and warnings In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6769 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 15:29:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 14:29:21 +0000 Subject: [Koha-bugs] [Bug 5780] RIS format export not exporting URI field In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5780 Bug 5780 depends on bug 6769, which changed state. Bug 6769 Summary: Getting rid of some RIS format export errors and warnings http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6769 What |Old Value |New Value ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 15:29:54 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 14:29:54 +0000 Subject: [Koha-bugs] [Bug 6278] Funny translation bug with XSLT subfieldSelect parameters In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6278 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 15:30:38 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 14:30:38 +0000 Subject: [Koha-bugs] [Bug 6829] Remove two warnings for opac-MARCdetail In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6829 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 15:31:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 14:31:11 +0000 Subject: [Koha-bugs] [Bug 6747] Additional check in opac-export In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6747 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 15:33:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 14:33:04 +0000 Subject: [Koha-bugs] [Bug 7042] Improving cleanup_database.pl: handling quotes in a_session and interpreting sessdays parameter In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7042 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 15:41:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 14:41:31 +0000 Subject: [Koha-bugs] [Bug 6302] Failing to send email notices - to_address not set In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6302 --- Comment #12 from Katrin Fischer 2011-12-07 14:41:31 UTC --- I don't think I will have time to work on the second part of the patch. :( -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 15:58:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 14:58:27 +0000 Subject: [Koha-bugs] [Bug 6971] XSLT Opac Detail displays 245 subfields out of order In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6971 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|unspecified |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #6 from Paul Poulain 2011-12-07 14:58:27 UTC --- QA comment: none, small patch Patch pushed, please test PS: Welcome Albert, you're 163th ! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 16:06:18 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 15:06:18 +0000 Subject: [Koha-bugs] [Bug 7259] Show a count of items pending approval on staff client home and tools pages In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7259 --- Comment #5 from Owen Leonard 2011-12-07 15:06:18 UTC --- Created attachment 6637 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6637 Follow-up fix This follow-up, to be applied on top of the first, does the following: - Corrects permissions checks on the home page - Adds default parameter (1) to numberofreviews subroutine -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 16:06:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 15:06:29 +0000 Subject: [Koha-bugs] [Bug 7259] Show a count of items pending approval on staff client home and tools pages In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7259 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 16:11:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 15:11:23 +0000 Subject: [Koha-bugs] [Bug 6291] Cart printing truncated in Firefox In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6291 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Version|master |rel_3_6 Patch Status|Needs Signoff |Patch Pushed --- Comment #11 from Paul Poulain 2011-12-07 15:11:23 UTC --- As: * this problem is very annoying * has a trivial fix that i've checked I've pushed the updated fix without waiting for another signature Patch pushed, please test (it's really a crazy FF bug !!!) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 16:16:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 15:16:37 +0000 Subject: [Koha-bugs] [Bug 7259] Show a count of items pending approval on staff client home and tools pages In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7259 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Passed QA --- Comment #6 from Ian Walls 2011-12-07 15:16:37 UTC --- Owen, Thank you for providing those fixes. I'm happy to sign off on your followup, and pass both patches through QA. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 16:39:09 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 15:39:09 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5485|0 |1 is obsolete| | --- Comment #32 from Paul Poulain 2011-12-07 15:39:09 UTC --- Comment on attachment 5485 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5485 fix whitespace in the test this patch pushed today -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 16:39:38 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 15:39:38 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6560|0 |1 is obsolete| | --- Comment #33 from Paul Poulain 2011-12-07 15:39:38 UTC --- Comment on attachment 6560 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6560 Bug 5327: Unit tests for C4/Exteral/BakerTaylor.pm This patch pushed today -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 16:40:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 15:40:12 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6562|0 |1 is obsolete| | --- Comment #34 from Paul Poulain 2011-12-07 15:40:12 UTC --- Comment on attachment 6562 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6562 [SIGNED-OFF] Bug 5327 : Adding more unit tests This patch pushed today, with a small follow-up to initial comment -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 16:40:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 15:40:28 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6563|0 |1 is obsolete| | --- Comment #35 from Paul Poulain 2011-12-07 15:40:28 UTC --- Comment on attachment 6563 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6563 [SIGNED-OFF] Bug 5327 : Complete coverage for BackgroundJob.pm This patch pushed today -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 16:41:53 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 15:41:53 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #36 from Paul Poulain 2011-12-07 15:41:53 UTC --- Comment on attachment 6621 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6621 Bug 5327 : Fixing unit test for SQLHelper.pm This patch pushed today, HOWEVER: Chris, could you explain why you removed the SearchInTable tests and replace it by nothing ? I see it fixes the test, but why are those 2 tests irrelevant now ? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 16:42:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 15:42:14 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6621|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 16:42:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 15:42:44 +0000 Subject: [Koha-bugs] [Bug 6868] Need a script to fix bad accountno data in accountlines In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6868 --- Comment #6 from Liz Rea 2011-12-07 15:42:44 UTC --- Also, I'm not so sure this really needs to be somehow integrated into Koha? Perhaps just having the script available for people to download and use is enough? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 16:42:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 15:42:47 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6622|0 |1 is obsolete| | --- Comment #37 from Paul Poulain 2011-12-07 15:42:47 UTC --- Comment on attachment 6622 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6622 [Signed off] Bug 5327: Fixing the Members.t test Patch pushed today HOWEVER: Chris, could you explain why BRANCH_IDX now need to be 4 instead of 5 ? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 16:47:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 15:47:21 +0000 Subject: [Koha-bugs] [Bug 6530] item due notice label saying 'unknown' In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6530 --- Comment #9 from Paul Poulain 2011-12-07 15:47:21 UTC --- (In reply to comment #8) > Paul, I am quite confused by the version number for the updatedatabase you did > for this and about the numbers before since 3.06 release: > > 74 $DBversion = "3.06.02.001"; ? > > Shouldn't we count 3.07.00.XX in master? Katrin, This bugfix will be available in 3.6.2, so it sounded logical to number it 3.06.02.001 I had a pm discussion with chris_n and chris_c about that, and it seems they have a different opinion. I think we should speak of this during our next IRC meeting (in 2 hours ) I've added the topic to our agenda -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 16:51:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 15:51:13 +0000 Subject: [Koha-bugs] [Bug 7279] intranet print.css width settings causing 'squashing' of columns In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7279 --- Comment #5 from Paul Poulain 2011-12-07 15:51:13 UTC --- Bug 6291 initial patch has been reverted and new patch pushed a few minuts ago. chris_h, does this obsolete your own patch on this bug ? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 16:55:09 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 15:55:09 +0000 Subject: [Koha-bugs] [Bug 7330] System preferences editor generates errors in the log with each search In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7330 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|paul.poulain at biblibre.com |oleonard at myacpl.org -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 16:56:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 15:56:26 +0000 Subject: [Koha-bugs] [Bug 7330] System preferences editor generates errors in the log with each search In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7330 --- Comment #1 from Owen Leonard 2011-12-07 15:56:26 UTC --- Created attachment 6638 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6638 Proposed fix Adding a check for an empty value in a couple of places which seem to always get one. As far as I can tell these places in the script are looping over ALL the data in the pref files, and sometimes an empty value comes through. I wonder if this is because of a minor syntax error in the pref file? My correction is a stab in the dark since I haven't determined where the empty value is actually coming from. This change quiets the errors in the log and doesn't seem to affect preference search results. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 16:56:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 15:56:39 +0000 Subject: [Koha-bugs] [Bug 7330] System preferences editor generates errors in the log with each search In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7330 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 17:06:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 16:06:24 +0000 Subject: [Koha-bugs] [Bug 7331] New: Circulation.pl generates errors in the log Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7331 Bug #: 7331 Summary: Circulation.pl generates errors in the log Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: minor Priority: P5 - low Component: Circulation AssignedTo: kyle.m.hall at gmail.com ReportedBy: oleonard at myacpl.org QAContact: ian.walls at bywatersolutions.com CC: gmcharlt at gmail.com Both when loading circulation.pl initially and after submitting a patron barcode, the page generates multiple entries in the log: circulation.pl: Use of uninitialized value $C4::Dates::debug in numeric gt (>) at /kohaclone/C4/Dates.pm line 170. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 17:08:01 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 16:08:01 +0000 Subject: [Koha-bugs] [Bug 7331] Circulation.pl generates errors in the log In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7331 --- Comment #1 from Owen Leonard 2011-12-07 16:08:01 UTC --- The same error is generated by moremember.pl: moremember.pl: Use of uninitialized value $C4::Dates::debug in numeric gt (>) at /kohaclone/C4/Dates.pm line 170 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 17:08:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 16:08:05 +0000 Subject: [Koha-bugs] [Bug 6302] Failing to send email notices - to_address not set In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6302 --- Comment #13 from M. de Rooy 2011-12-07 16:08:05 UTC --- (In reply to comment #12) > I don't think I will have time to work on the second part of the patch. :( Will take a look. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 17:19:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 16:19:13 +0000 Subject: [Koha-bugs] [Bug 4338] Consistent Interface To Currency In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4338 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|PC |All Version|unspecified |master -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 17:47:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 16:47:14 +0000 Subject: [Koha-bugs] [Bug 7093] Placeholders for suggestion table in suggestion related mails broken In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7093 --- Comment #2 from Ian Walls 2011-12-07 16:47:14 UTC --- Created attachment 6639 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6639 Proposed Patch In parseletter_sth, the suggestions table was defined twice. The first time (which is the only definition to get called, as it matches first then exists), defined the primary search keys as borrowernumber and biblionumber. This is incorrect; the only usage of the suggestions table tokens is with suggestionid as the key. This is defined further down the if/then chain. This patch removes the erroneous sth query definition. To test: 1. Place a suggestion with a patron account with a configured email you can access 2. Approve or reject it 3. Verify the message you receive contains suggestion tokens (like title, author and reason) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 17:47:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 16:47:23 +0000 Subject: [Koha-bugs] [Bug 7093] Placeholders for suggestion table in suggestion related mails broken In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7093 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent CC| |ian.walls at bywatersolutions. | |com Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 17:48:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 16:48:03 +0000 Subject: [Koha-bugs] [Bug 6960] staffaccess permission requires borrowers permission In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6960 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 17:51:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 16:51:04 +0000 Subject: [Koha-bugs] [Bug 4253] need Lists Permissions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4253 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #1 from Owen Leonard 2011-12-07 16:51:04 UTC --- *** This bug has been marked as a duplicate of bug 5901 *** -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 17:51:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 16:51:04 +0000 Subject: [Koha-bugs] [Bug 5901] Make virtualshelves permissions more granular In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5901 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard at gmail.com --- Comment #5 from Owen Leonard 2011-12-07 16:51:04 UTC --- *** Bug 4253 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 17:52:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 16:52:14 +0000 Subject: [Koha-bugs] [Bug 3032] Enhancement: ability to deny some patrons password resets In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3032 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEW -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 17:54:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 16:54:39 +0000 Subject: [Koha-bugs] [Bug 2237] Auto-populate 'userid' and 'password' fields with other field values, when adding user In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2237 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|FEATURE: Auto-populate |Auto-populate 'userid' and |'userid' and 'password' |'password' fields with |fields with other field |other field values, when |values, when adding user |adding user -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 18:00:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 17:00:33 +0000 Subject: [Koha-bugs] [Bug 2861] Display in search results appear random In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2861 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 18:02:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 17:02:10 +0000 Subject: [Koha-bugs] [Bug 7109] Error in en-GB and en-NZ templates causes JavaScript errors In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7109 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #1 from Owen Leonard 2011-12-07 17:02:10 UTC --- *** This bug has been marked as a duplicate of bug 6574 *** -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 18:02:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 17:02:10 +0000 Subject: [Koha-bugs] [Bug 6574] js error in en-GB template breaks circulation toolbar In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6574 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |oleonard at myacpl.org --- Comment #2 from Owen Leonard 2011-12-07 17:02:10 UTC --- *** Bug 7109 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 18:02:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 17:02:26 +0000 Subject: [Koha-bugs] [Bug 6574] js error in en-GB template breaks circulation toolbar In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6574 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rel_3_4 |master -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 18:07:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 17:07:32 +0000 Subject: [Koha-bugs] [Bug 5604] additional icons for the Seshat set In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5604 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Patch Pushed --- Comment #14 from Paul Poulain 2011-12-07 17:07:32 UTC --- Follow-up tested, fixes the jenkins test, patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 18:21:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 17:21:30 +0000 Subject: [Koha-bugs] [Bug 5543] Date ISO format wrong separator In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5543 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #3779|0 |1 is obsolete| | Status|NEW |ASSIGNED AssignedTo|frederic at tamil.fr |oleonard at myacpl.org --- Comment #3 from Owen Leonard 2011-12-07 17:21:30 UTC --- Created attachment 6640 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6640 Revised fix This patch converts the changes in Fridolyn Somers' patch to T:T and adds an update to the database to correct the description there. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 18:21:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 17:21:48 +0000 Subject: [Koha-bugs] [Bug 5543] Date ISO format wrong separator In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5543 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 18:23:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 17:23:27 +0000 Subject: [Koha-bugs] [Bug 5543] Date ISO format wrong separator In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5543 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rel_3_2 |master -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 19:44:19 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 18:44:19 +0000 Subject: [Koha-bugs] [Bug 6802] with IndependantBranches on can still edit items In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6802 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 21:29:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 20:29:26 +0000 Subject: [Koha-bugs] [Bug 7141] The biblio details page in the intranet doesn't work if XSLT is activated and the xsl file contains "  " In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7141 --- Comment #10 from Chris Cormack 2011-12-07 20:29:26 UTC --- Created attachment 6641 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6641 Bug 7184 : Changing test to match new formatting of xsl style sheet -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 21:30:00 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 20:30:00 +0000 Subject: [Koha-bugs] [Bug 7141] The biblio details page in the intranet doesn't work if XSLT is activated and the xsl file contains "  " In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7141 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6466|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 21:30:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 20:30:34 +0000 Subject: [Koha-bugs] [Bug 7141] The biblio details page in the intranet doesn't work if XSLT is activated and the xsl file contains "  " In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7141 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6641|0 |1 is obsolete| | --- Comment #11 from Chris Cormack 2011-12-07 20:30:34 UTC --- Created attachment 6642 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6642 Bug 7141 : Changing test to match new formatting of xsl style sheet -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 21:31:09 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 20:31:09 +0000 Subject: [Koha-bugs] [Bug 7141] The biblio details page in the intranet doesn't work if XSLT is activated and the xsl file contains "  " In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7141 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Patch Pushed |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 21:37:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 20:37:23 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #38 from Chris Hall 2011-12-07 20:37:23 UTC --- Created attachment 6643 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6643 Patch to increase boolean.t coverage I think my previous patch to Boolean.t got lost in the works, I forgot to change the count so ChrisC corrected it for me in his patch, but my patch wasnt applied, so the number of tests was invalid, Paul decreased the counter so the test would pass. Attached is patch to correct Boolean.t (both the missing case and the count). -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 21:37:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 20:37:28 +0000 Subject: [Koha-bugs] [Bug 7284] Authority matching algorithm improvements In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7284 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #1 from Chris Cormack 2011-12-07 20:37:28 UTC --- Hmm, this sounds like a really useful enhancement. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 21:42:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 20:42:58 +0000 Subject: [Koha-bugs] [Bug 7141] The biblio details page in the intranet doesn't work if XSLT is activated and the xsl file contains "  " In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7141 --- Comment #12 from Liz Rea 2011-12-07 20:42:58 UTC --- Created attachment 6644 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6644 Bug 7141 : Changing test to match new formatting of xsl style sheet http://bugs.koha-community.org/show_bug.cgi?id=7141 Signed-off-by: Liz Rea verified tests pass -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 21:43:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 20:43:16 +0000 Subject: [Koha-bugs] [Bug 7141] The biblio details page in the intranet doesn't work if XSLT is activated and the xsl file contains "  " In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7141 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 21:43:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 20:43:35 +0000 Subject: [Koha-bugs] [Bug 7141] The biblio details page in the intranet doesn't work if XSLT is activated and the xsl file contains "  " In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7141 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6642|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 21:48:38 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 20:48:38 +0000 Subject: [Koha-bugs] [Bug 3216] UNIMARC author facets In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3216 --- Comment #8 from Ian Walls 2011-12-07 20:48:38 UTC --- My initial testing of this on a UNIMARC system is very encouraging. I'm not sure how this is working; I work primarily with MARC21 configurations. If anyone UNIMARC user can sign off on this patch as working functionally, I'm confident that it can be passed through QA (code looks good, and enables some neat new functionality) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 22:25:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 21:25:45 +0000 Subject: [Koha-bugs] [Bug 5226] MARC21 field 545 missing In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5226 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #2727|0 |1 is obsolete| | --- Comment #9 from Chris Cormack 2011-12-07 21:25:45 UTC --- Created attachment 6645 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6645 Add MARC21 field 545 to to framework fix bug 5226 Adds MARC21 field 545 to the English, French, German, and Polish MARC21 frameworks. The labels for the field still need to be translated into French and Polish. Signed-off-by: Chris Cormack -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 22:26:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 21:26:50 +0000 Subject: [Koha-bugs] [Bug 5473] 952 fields should be filled in by Acquisitions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5473 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5410|0 |1 is obsolete| | --- Comment #16 from Srdjan Jankovic 2011-12-07 21:26:50 UTC --- Created attachment 6646 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6646 patch The last comment is absolutely valid, I made a wrong assumption. This patch should apply correct update. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 22:28:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 21:28:08 +0000 Subject: [Koha-bugs] [Bug 5473] 952 fields should be filled in by Acquisitions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5473 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 22:31:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 21:31:04 +0000 Subject: [Koha-bugs] [Bug 5226] MARC21 field 545 missing In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5226 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #2812|0 |1 is obsolete| | --- Comment #10 from Chris Cormack 2011-12-07 21:31:04 UTC --- Created attachment 6647 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6647 Bug 5226: Follow up to new/awaiting_qa/bug_5226 This patch adds the field definition to - it-IT (default and sample frameworks) - de-DE, en, fr-FR, pl-PL (sample frameworks) I am not sure about the database update. If we want to do that, it should perhaps update all frameworks and languages. At the moment only en and de-DE default frameworks are updated. Signed-off-by: Chris Cormack -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 22:31:53 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 21:31:53 +0000 Subject: [Koha-bugs] [Bug 5226] MARC21 field 545 missing In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5226 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off --- Comment #11 from Chris Cormack 2011-12-07 21:31:53 UTC --- Signed off patches attached -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 22:44:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 21:44:35 +0000 Subject: [Koha-bugs] [Bug 7332] New: Translated title (MARC21 field 242) doesn't display Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7332 Bug #: 7332 Summary: Translated title (MARC21 field 242) doesn't display Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 - low Component: MARC Bibliographic data support AssignedTo: jcamins at cpbibliography.com ReportedBy: jcamins at cpbibliography.com QAContact: ian.walls at bywatersolutions.com MARC21 field 242 isn't displayed in the OPAC, even though it should be. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 22:45:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 21:45:33 +0000 Subject: [Koha-bugs] [Bug 7284] Authority matching algorithm improvements In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7284 --- Comment #2 from Ian Walls 2011-12-07 21:45:33 UTC --- I'd recommend an even more robust linker algorithm in the case of multiple headings... perhaps something to check completeness of the record (more fields filled in is 'better'), or how many other records link to it (more popular is 'better'). Taking the first result would be easier, but not necessarily always the best for the cataloger. Perhaps making this syspref-controlled? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 23:26:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 22:26:31 +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 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6397|0 |1 is obsolete| | --- Comment #13 from Srdjan Jankovic 2011-12-07 22:26:31 UTC --- Created attachment 6648 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6648 patch a) Fixed incorrect Shipping cost allocation on the receipt summary b) "Shipping cost" was called freight in some places, and the database field is named freight as well. Replaced "Freight" with "Shipping cost" c) Budgets and funds periods screen shows total allocated. We can change that if you wish, but that has nothing to do with shipping -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 7 23:35:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 22:35:33 +0000 Subject: [Koha-bugs] [Bug 7333] New: Cleaning up tests to use sample data Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7333 Bug #: 7333 Summary: Cleaning up tests to use sample data Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_8 Platform: All OS/Version: All Status: NEW Severity: trivial Priority: P5 - low Component: Test Suite AssignedTo: gmcharlt at gmail.com ReportedBy: wizzyrea at gmail.com QAContact: ian.walls at bywatersolutions.com Some of the tests in t/db_dependent expect data in the test database that isn't available in the sample data. This bug will be the home to the fixes for that issue. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 23:37:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 22:37:39 +0000 Subject: [Koha-bugs] [Bug 7333] Cleaning up tests to use sample data In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7333 --- Comment #1 from Liz Rea 2011-12-07 22:37:39 UTC --- Created attachment 6649 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6649 Bug 7333 - modifying Members.t to use a branchcode that exists in the sample data To test: Create a fresh koha db with all of the sample data (if you have one that has the sample branches in it, that will work too) run the test: prove t/db_dependent/Members.t All subtests should complete. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 7 23:54:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 22:54:11 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #39 from Liz Rea 2011-12-07 22:54:11 UTC --- Created attachment 6650 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6650 Bug 5327 - fixing t/db_dependent/Record.t to not fail because of whitespace. To test: run prove -v t/db_dependent/Record.t The test should complete successfully. I should note - if this test was actually testing the whitespace and the problem with the output was valid, please go ahead and fix that problem and disregard this patch. To me, the generated output looked better than the expected result, so I made them match. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 00:44:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 23:44:20 +0000 Subject: [Koha-bugs] [Bug 7333] Cleaning up tests to use sample data In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7333 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Status|NEW |ASSIGNED CC| |wizzyrea at gmail.com Patch Status|--- |Needs Signoff --- Comment #2 from Liz Rea 2011-12-07 23:44:20 UTC --- t/db_dependent/Serials.t requires at least one subscription in your test database to clear correctly. Plan: make the test create a subscription and remove it as part of the tests. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 00:46:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 23:46:06 +0000 Subject: [Koha-bugs] [Bug 7331] Circulation.pl generates errors in the log In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7331 --- Comment #2 from Duncan 2011-12-07 23:46:06 UTC --- Created attachment 6651 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6651 Patch to stop spamming of error logs -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 00:46:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Dec 2011 23:46:35 +0000 Subject: [Koha-bugs] [Bug 7331] Circulation.pl generates errors in the log In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7331 Duncan changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Status|NEW |ASSIGNED CC| |duncan at catalyst.net.nz Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 01:33:09 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 00:33:09 +0000 Subject: [Koha-bugs] [Bug 7333] Cleaning up tests to use sample data In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7333 --- Comment #3 from Liz Rea 2011-12-08 00:33:09 UTC --- t/db_dependent/VirtualShelves.t requires at least 10x biblio records to pass tests. Not sure how to go about this one - make the test add 10x bibs or create a new sample data category for "required data for unit testing." -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 01:43:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 00:43:30 +0000 Subject: [Koha-bugs] [Bug 7333] Cleaning up tests to use sample data In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7333 --- Comment #4 from Liz Rea 2011-12-08 00:43:30 UTC --- Created attachment 6652 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6652 Bug 7333 - interim test db that will allow all db_dependent tests to pass -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 01:44:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 00:44:24 +0000 Subject: [Koha-bugs] [Bug 7333] Cleaning up tests to use sample data In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7333 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6652|1 |0 is patch| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 01:45:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 00:45:11 +0000 Subject: [Koha-bugs] [Bug 7333] Cleaning up tests to use sample data In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7333 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6652|text/plain |application/x-gzip mime type| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 01:46:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 00:46:29 +0000 Subject: [Koha-bugs] [Bug 7333] Cleaning up tests to use sample data In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7333 --- Comment #5 from Liz Rea 2011-12-08 00:46:29 UTC --- Comment on attachment 6652 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6652 Bug 7333 - interim test db that will allow all db_dependent tests to pass hm I'm not sure I did that right. Maybe I"ll need to do it manually instead of with git bz. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 01:51:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 00:51:45 +0000 Subject: [Koha-bugs] [Bug 7333] Cleaning up tests to use sample data In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7333 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6652|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 01:53:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 00:53:27 +0000 Subject: [Koha-bugs] [Bug 7333] Cleaning up tests to use sample data In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7333 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|gmcharlt at gmail.com |wizzyrea at gmail.com --- Comment #6 from Liz Rea 2011-12-08 00:53:27 UTC --- Created attachment 6653 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6653 Testing Database In the interim, this db should be usable to pass all db_dependent tests. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 01:56:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 00:56:33 +0000 Subject: [Koha-bugs] [Bug 7331] Circulation.pl generates errors in the log In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7331 --- Comment #3 from Owen Leonard 2011-12-08 00:56:33 UTC --- Was this patch supposed to go with a different bug? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 02:02:19 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 01:02:19 +0000 Subject: [Koha-bugs] [Bug 7331] Circulation.pl generates errors in the log In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7331 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #4 from Chris Cormack 2011-12-08 01:02:19 UTC --- Ahh it does look like it should be, Duncan is our Summer of Tech student and is just learning his way around. We'll have another go :) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 02:10:56 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 01:10:56 +0000 Subject: [Koha-bugs] [Bug 6868] Need a script to fix bad accountno data in accountlines In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6868 --- Comment #7 from Chris Cormack 2011-12-08 01:10:56 UTC --- Good point, maybe a link to this bug/patch on the wiki ? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 02:18:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 01:18:06 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6650|0 |1 is obsolete| | --- Comment #40 from Liz Rea 2011-12-08 01:18:06 UTC --- Comment on attachment 6650 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6650 Bug 5327 - fixing t/db_dependent/Record.t to not fail because of whitespace. keke, ChrisC did this exact same thing *and I even signed off on it.* This attachment is hereby invalid. ;) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 02:18:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 01:18:32 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #41 from Liz Rea 2011-12-08 01:18:32 UTC --- Comment on attachment 6650 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6650 Bug 5327 - fixing t/db_dependent/Record.t to not fail because of whitespace. keke, ChrisC did this exact same thing *and I even signed off on it.* This attachment is hereby invalid. ;) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 02:19:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 01:19:49 +0000 Subject: [Koha-bugs] [Bug 7331] Circulation.pl generates errors in the log In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7331 Duncan changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6651|0 |1 is obsolete| | --- Comment #5 from Duncan 2011-12-08 01:19:49 UTC --- Created attachment 6654 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6654 Patch to fix warning logs being printed unnecessarily Sorry, I created the wrong patch. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 02:49:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 01:49:21 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #42 from Duncan 2011-12-08 01:49:21 UTC --- Created attachment 6655 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6655 Unit test for SIP/Sip/Checksum.pm -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 02:53:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 01:53:33 +0000 Subject: [Koha-bugs] [Bug 7279] intranet print.css width settings causing 'squashing' of columns In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7279 Chris Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |INVALID --- Comment #6 from Chris Hall 2011-12-08 01:53:33 UTC --- Hey Paul Just checked the revert for 6291, yes that makes this patch obsolete. Cheers, ~Chris H -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 04:53:19 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 03:53:19 +0000 Subject: [Koha-bugs] [Bug 4530] Circulation & fines rules aren't always applied from most specific to less specific In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4530 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5329|0 |1 is obsolete| | --- Comment #11 from Srdjan Jankovic 2011-12-08 03:53:19 UTC --- Created attachment 6656 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6656 patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 04:53:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 03:53:29 +0000 Subject: [Koha-bugs] [Bug 4530] Circulation & fines rules aren't always applied from most specific to less specific In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4530 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Does not apply |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 06:17:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 05:17:28 +0000 Subject: [Koha-bugs] [Bug 7093] Placeholders for suggestion table in suggestion related mails broken In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7093 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|henridamien at koha-fr.org |ian.walls at bywatersolutions. | |com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 06:46:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 05:46:48 +0000 Subject: [Koha-bugs] [Bug 7093] Placeholders for suggestion table in suggestion related mails broken In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7093 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6639|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer 2011-12-08 05:46:48 UTC --- Created attachment 6657 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6657 [SIGNED-OFF] Bug 7093: placeholds for suggestion table not working in notices In parseletter_sth, the suggestions table was defined twice. The first time (which is the only definition to get called, as it matches first then exists), defined the primary search keys as borrowernumber and biblionumber. This is incorrect; the only usage of the suggestions table tokens is with suggestionid as the key. This is defined further down the if/then chain. This patch removes the erroneous sth query definition. To test: 1. Place a suggestion with a patron account with a configured email you can access 2. Approve or reject it 3. Verify the message you receive contains suggestion tokens (like title, author and reason) Signed-off-by: Katrin Fischer Suggestion mails for accepted, rejected and ordered look good now. I couldn't test the suggestion mail AVAILABLE (bug 7096), but assuming this would work too. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 06:47:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 05:47:40 +0000 Subject: [Koha-bugs] [Bug 7093] Placeholders for suggestion table in suggestion related mails broken In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7093 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 07:17:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 06:17:58 +0000 Subject: [Koha-bugs] [Bug 7334] New: Improve 'No address stored' and similar messages in patron account Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7334 Bug #: 7334 Summary: Improve 'No address stored' and similar messages in patron account Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: trivial Priority: P5 - low Component: Templates AssignedTo: katrin.fischer at bsz-bw.de ReportedBy: katrin.fischer at bsz-bw.de QAContact: ian.walls at bywatersolutions.com Created attachment 6658 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6658 screenshot The 'no address stored' message above the left menu in the patron account shows up, when the first address field is empty. It would make more sense to check for first and second address line to be empty, before showing the message. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 07:22:22 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 06:22:22 +0000 Subject: [Koha-bugs] [Bug 7334] Improve 'No address stored' and similar messages in patron account In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7334 --- Comment #1 from Katrin Fischer 2011-12-08 06:22:22 UTC --- Created attachment 6659 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6659 Bug 7334: Improve 'no address stored' and similar messages in patron account - 'no address stored' is now only displayed when first and second line of the address are empty - added id's to all 3 possible messages so people can change or hide them To test: 1) Check 'no address stored' shows only up when address fields are both empty 2) Check address is still correctly displayed Note: make sure you check the 'checkouts' and other tabs, because there are 2 different include files used here. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 07:22:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 06:22:35 +0000 Subject: [Koha-bugs] [Bug 7334] Improve 'No address stored' and similar messages in patron account In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7334 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 07:36:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 06:36:28 +0000 Subject: [Koha-bugs] [Bug 7328] Expanded options in advanced search In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7328 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6633|0 |1 is obsolete| | --- Comment #2 from Katrin Fischer 2011-12-08 06:36:28 UTC --- Created attachment 6660 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6660 [SIGNED-OFF] Bug 7328 Expanded options in advanced search In OPAC and intra advanced search, more search options are displayed depending on expandedSearchOption syspres and user choice. This doesn't work anymore in HEAD. This patch restore this functionnality. To test: - enable/disable expandedSearchOption. - Load advanced search page. Limited seach options version is always displayed - Apply this patch and see how it works... Signed-off-by: Katrin Fischer The problem only appeared in the staff client for me. Tested both OPAC and staff with patch applied. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 07:37:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 06:37:28 +0000 Subject: [Koha-bugs] [Bug 7328] Expanded options in advanced search In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7328 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Patch Status|Needs Signoff |Signed Off Severity|minor |normal -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 08:12:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 07:12:48 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 --- Comment #15 from Katrin Fischer 2011-12-08 07:12:48 UTC --- Created attachment 6661 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6661 screenshot Hi Jonathan, found 2 small things: 1) very small: Could you make the column headers start with Capitals to match the others? 2) more important: I noticed that the claim date is not formatted like the order date is. See screenshot attached. It should be formatted according to the DateFormat preference. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 08:21:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 07:21:31 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 --- Comment #16 from Katrin Fischer 2011-12-08 07:21:31 UTC --- 3) The corrected default notice will not output a list: ACQCLAIM Ordernumber <> (<>) (<> ordered)($<> each) has not been received. Email: Ordernumber 10 (City of Fallen Angels) (1 ordered)($10.00 each) has not been received. Using that works better: ACQCLAIM Ordernumber <> (<>) (<> ordered)($<> each) has not been received. I think the tags (or another tag, see 4) ) should be added to the notices too. Email: Ordernumber 10 (City of Fallen Angels) (1 ordered)($10.00 each) has not been received. Ordernumber 11 (Die Staatl. Ingenieurschule in Konstanz /) (1 ordered)($3.00 each) has not been received. 4) I think using the tag here might be confusing, because people expect a list of items instead of records. Perhaps it would be better to use or <record> or <biblio>? Sorry for not spotting those things earlier :( -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 08:21:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 07:21:58 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-EjkyHGW7S0@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Does not apply |Failed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 08:28:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 07:28:45 +0000 Subject: [Koha-bugs] [Bug 7334] Improve 'No address stored' and similar messages in patron account In-Reply-To: <bug-7334-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7334-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7334-70-AkgCy3HiRR@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7334 Fr?d?ric Demians <frederic at tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6659|0 |1 is obsolete| | --- Comment #2 from Fr?d?ric Demians <frederic at tamil.fr> 2011-12-08 07:28:45 UTC --- Created attachment 6662 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6662 Signed-off patch Bug 7334: Improve 'no address stored' and similar messages in patron account - 'no address stored' is now only displayed when first and second line of the address are empty - added id's to all 3 possible messages so people can change or hide them To test: 1) Check 'no address stored' shows only up when address fields are both empty 2) Check address is still correctly displayed Note: make sure you check the 'checkouts' and other tabs, because there are 2 different include files used here. Signed-off-by: Fr?d?ric Demians <f.demians at tamil.fr> I confirm the bug and the solution. Text messages identification for customization with JavaScript is a plus. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 09:11:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 08:11:21 +0000 Subject: [Koha-bugs] [Bug 6679] Fixing code so it passes basic Perl::Critic tests In-Reply-To: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6679-70-OlHgFsSYzX@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6679 --- Comment #32 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-08 08:11:21 UTC --- Created attachment 6663 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6663 Bug 6679 : Allowing eval require -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 10:32:38 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 09:32:38 +0000 Subject: [Koha-bugs] [Bug 6679] Fixing code so it passes basic Perl::Critic tests In-Reply-To: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6679-70-uYQbV9A4jW@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6679 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6122|0 |1 is obsolete| | --- Comment #33 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-08 09:32:38 UTC --- Comment on attachment 6122 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6122 Bug 6679: catalogue/ now passing perl critic tests patch pushed -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 10:34:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 09:34:10 +0000 Subject: [Koha-bugs] [Bug 6679] Fixing code so it passes basic Perl::Critic tests In-Reply-To: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6679-70-laVZeeSzDK@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6679 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6123|0 |1 is obsolete| | --- Comment #34 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-08 09:34:10 UTC --- Comment on attachment 6123 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6123 Bug 6679 : cataloguing/ now passing critic tests patch pushed. trying to prove cataloguing show me some errors in plugins though: prove t/00-testcritic.t t/00-testcritic.t .. 196/246 # Failed test 'Test::Perl::Critic for "cataloguing/value_builder/stocknumber.pl"' # at /usr/share/perl5/Test/Perl/Critic.pm line 110. # # Perl::Critic found these violations in "cataloguing/value_builder/stocknumber.pl": # Code before strictures are enabled at line 30, column 1. See page 429 of PBP. (Severity: 5) t/00-testcritic.t .. 239/246 # Failed test 'Test::Perl::Critic for "cataloguing/value_builder/unimarc_field_210c.pl"' # at /usr/share/perl5/Test/Perl/Critic.pm line 110. # # Perl::Critic found these violations in "cataloguing/value_builder/unimarc_field_210c.pl": # Code before strictures are enabled at line 40, column 1. See page 429 of PBP. (Severity: 5) # Variable declared in conditional statement at line 113, column 9. Declare variables outside of the condition. (Severity: 5) t/00-testcritic.t .. 243/246 # Failed test 'Test::Perl::Critic for "cataloguing/value_builder/unimarc_field_4XX.pl"' # at /usr/share/perl5/Test/Perl/Critic.pm line 110. # # Perl::Critic found these violations in "cataloguing/value_builder/unimarc_field_4XX.pl": # Variable declared in conditional statement at line 272, column 9. Declare variables outside of the condition. (Severity: 5) # Variable declared in conditional statement at line 286, column 9. Declare variables outside of the condition. (Severity: 5) # Variable declared in conditional statement at line 292, column 9. Declare variables outside of the condition. (Severity: 5) # Variable declared in conditional statement at line 377, column 13. Declare variables outside of the condition. (Severity: 5) t/00-testcritic.t .. 245/246 # Looks like you failed 3 tests of 246. I think it's worth activating the test (it's better to have a test showing something is wrong than doing no test and thinking things are OK ;-) ) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 10:34:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 09:34:24 +0000 Subject: [Koha-bugs] [Bug 6679] Fixing code so it passes basic Perl::Critic tests In-Reply-To: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6679-70-oXD6nztgBN@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6679 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6139|0 |1 is obsolete| | --- Comment #35 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-08 09:34:24 UTC --- Comment on attachment 6139 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6139 Bug 6679 : Adding license statement and stopping declaring variables in a conditional patch pushed -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 10:34:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 09:34:34 +0000 Subject: [Koha-bugs] [Bug 6679] Fixing code so it passes basic Perl::Critic tests In-Reply-To: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6679-70-NY22yxDXxk@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6679 --- Comment #36 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-08 09:34:34 UTC --- Comment on attachment 6663 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6663 Bug 6679 : Allowing eval require patch pushed -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 10:34:53 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 09:34:53 +0000 Subject: [Koha-bugs] [Bug 6679] Fixing code so it passes basic Perl::Critic tests In-Reply-To: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6679-70-L57piBUuUf@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6679 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6663|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 10:37:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 09:37:49 +0000 Subject: [Koha-bugs] [Bug 6679] Fixing code so it passes basic Perl::Critic tests In-Reply-To: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6679-70-FZFSH5jEdD@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6679 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6270|0 |1 is obsolete| | --- Comment #37 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-08 09:37:49 UTC --- Comment on attachment 6270 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6270 Reverting lines which break label-print.pl patch already applied (bug 7207) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 10:38:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 09:38:20 +0000 Subject: [Koha-bugs] [Bug 6679] Fixing code so it passes basic Perl::Critic tests In-Reply-To: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6679-70-j6UjIpzN7i@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6679 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6271|0 |1 is obsolete| | --- Comment #38 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-08 09:38:20 UTC --- Comment on attachment 6271 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6271 Fixing critic complaint: Don't change $_ in a list context patch already applied (bug 7207) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 11:20:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 10:20:16 +0000 Subject: [Koha-bugs] [Bug 6987] C4::Overdues::GetFine returns inconsistent In-Reply-To: <bug-6987-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6987-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6987-70-LeLeAKuQxo@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6987 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|unspecified |rel_3_6 Patch Status|Passed QA |Patch Pushed --- Comment #4 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-08 10:20:16 UTC --- patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 11:27:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 10:27:58 +0000 Subject: [Koha-bugs] [Bug 7020] Items with no checkouts report does not output call number, barcode or item details In-Reply-To: <bug-7020-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7020-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7020-70-CT7Ldc9Q0Z@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7020 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Passed QA |Patch Pushed --- Comment #9 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-08 10:27:58 UTC --- Patch pushed, please test (and welcome Jon Aker, you're our 164th contributor !) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 11:50:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 10:50:20 +0000 Subject: [Koha-bugs] [Bug 7083] Show creator name on list of public lists In-Reply-To: <bug-7083-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7083-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7083-70-rAtcWj8y2K@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7083 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Passed QA |Patch Pushed --- Comment #6 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-08 10:50:20 UTC --- patch pushed, please test Chris_n this is an enhancement, but don't change the workflow, change only for staff, so OK for 3.6 imo -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 11:53:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 10:53:42 +0000 Subject: [Koha-bugs] [Bug 7116] Item form when ordering in batch from staged marc has lots of white space for hidden fields In-Reply-To: <bug-7116-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7116-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7116-70-1lOYNmYkuH@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7116 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Passed QA |Patch Pushed --- Comment #5 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-08 10:53:42 UTC --- patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 12:07:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 11:07:20 +0000 Subject: [Koha-bugs] [Bug 7259] Show a count of items pending approval on staff client home and tools pages In-Reply-To: <bug-7259-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7259-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7259-70-qIqJQQfFB2@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7259 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Passed QA |Patch Pushed --- Comment #7 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-08 11:07:20 UTC --- Patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 12:41:18 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 11:41:18 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-Ut5CNxTvVE@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 Jonathan Druart <jonathan.druart at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6634|0 |1 is obsolete| | --- Comment #17 from Jonathan Druart <jonathan.druart at biblibre.com> 2011-12-08 11:41:18 UTC --- Created attachment 6664 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6664 Proposed patch Hi Katrin, 1/ 2/ Ok, it's fixed 3/ Ok, I modified */sample_notices.sql by adding <item> tag 4/ I use <item> tag because this tag already exists in koha (misc/cronjobs/overdue_notices.pl and 'ODUE' notices). I think it's better to keep a general term to simplify things. > Sorry for not spotting those things earlier :( No problem, I can do everything for chocolate ;-) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 12:41:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 11:41:27 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-3knxeI4qqi@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 Jonathan Druart <jonathan.druart at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 13:00:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 12:00:55 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-H2aIws5UJB@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 --- Comment #18 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-08 12:00:55 UTC --- :) Let me explain 4) ODUE notices gives you item information. You can also display the title information, but it's one line per item. The ACQCLAIM gives you one line per ordered title and you can't display item information in there yet. (And it would only make sense for libraries using AcqCreateItem = on order anyway) But if we keep the "1 line per title" and "1 line per item" in separate tags, we could perhaps later have a construct like: <record> <<biblio.title>> <item><<item.callnumber>>.</item> </record> And it would be always clear if you get a list of records, or a list of items. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 13:21:43 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 12:21:43 +0000 Subject: [Koha-bugs] [Bug 7281] Hide some lists (virtual shelves) from OPAC In-Reply-To: <bug-7281-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7281-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7281-70-lXLpIlcNzy@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7281 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=7310 Blocks|7310 | Resolution| |WONTFIX --- Comment #2 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-08 12:21:43 UTC --- Closing this report. Patches for bug 7310 will resolve this too. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 13:21:43 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 12:21:43 +0000 Subject: [Koha-bugs] [Bug 7310] Improving permissions on lists (virtual shelves) In-Reply-To: <bug-7310-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7310-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7310-70-RIWuTC6I4j@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7310 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|7281 | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 13:42:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 12:42:30 +0000 Subject: [Koha-bugs] [Bug 7310] Improving permissions on lists (virtual shelves) In-Reply-To: <bug-7310-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7310-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7310-70-5EUPTkamLK@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7310 --- Comment #4 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-08 12:42:30 UTC --- I have created a page on the wiki for the results of this discussion on the mailing list about improving list permissions. See: http://wiki.koha-community.org/wiki/List_permissions Will add a section there to describe the patches implementing this change. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 14:32:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 13:32:17 +0000 Subject: [Koha-bugs] [Bug 7170] Remove use of XML::Simple In-Reply-To: <bug-7170-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7170-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7170-70-VTIU89PqYf@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7170 --- Comment #6 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-08 13:32:17 UTC --- I've tested ian script with misc/load_testing/benchmark_staff.pl, here are the results: (1st column with XML, 2nd column with YAML. Numbers are in ms, less is better) 23709|22453 30049|30749 27487|26463 52924|50355 35922|29679 33168|30388 The improvement is surprisingly low. Also note xsltproc xml2yaml.xsl koha-conf.xml returned nasty results, and I had to build the yaml manually, here is what it look like: db_scheme: mysql database: XXXXXXXX hostname: localhost port: 3306 user: XXXXXX pass: XXXXXXXXXX biblioserver: biblios biblioservershadow: 1 authorityserver: authorities authorityservershadow: 1 intranetdir: /home/paul/koha.dev/koha-community opacdir: /home/paul/koha.dev/koha-community/opac opachtdocs: /home/paul/koha.dev/koha-community/koha-tmpl/opac-tmpl intrahtdocs: /home/paul/koha.dev/koha-community/koha-tmpl/intranet-tmpl includes: /home/paul/koha.dev/koha-community/koha-tmpl/intranet-tmpl/prog/en/includes/ logdir: /home/paul/koha.dev/installs/lecannetdesmaures/var/log install_log: home/paul/koha.dev/installs/lecannetdesmaures/misc/koha-install-log useldapserver: 0 I also checked with NYTProf * with YAML = Profile of mainpage.pl for 1.97s (of 2.58s), executing 201727 statements and 52079 subroutine calls in 253 source files and 63 string evals. * with XML = Profile of mainpage.pl for 1.97s (of 2.60s), executing 201727 statements and 52079 subroutine calls in 253 source files and 63 string evals. still investigating, there must be something wrong... -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 14:35:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 13:35:26 +0000 Subject: [Koha-bugs] [Bug 6956] lists printing messed up In-Reply-To: <bug-6956-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6956-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6956-70-vpl7IDy04c@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6956 Ian Walls <ian.walls at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls at bywatersolutions. | |com --- Comment #3 from Ian Walls <ian.walls at bywatersolutions.com> 2011-12-08 13:35:26 UTC --- Can anyone confirm is the reversion of 6291 has fixed this issue? I have a suspicion that it might. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 14:39:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 13:39:32 +0000 Subject: [Koha-bugs] [Bug 7335] New: Allow custom parameters for sorting in sql reports Message-ID: <bug-7335-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7335 Bug #: 7335 Summary: Allow custom parameters for sorting in sql reports Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_4 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Reports AssignedTo: gmcharlt at gmail.com ReportedBy: katrin.fischer at bsz-bw.de QAContact: ian.walls at bywatersolutions.com I was trying to find a solution to make it possible to select how a report is sorted before running it. Perhaps we could have a table sorter on tables generated by reports? I tried using the placeholders to provide a pull down with search options, but this didn't work. The replaced text is always in quotes, so the generated sql will not work: select concat(surname, ", ", firstname) as Name, cardnumber from borrowers order by 'cardnumber desc' -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 14:54:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 13:54:40 +0000 Subject: [Koha-bugs] [Bug 7331] Circulation.pl generates errors in the log In-Reply-To: <bug-7331-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7331-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7331-70-ukPS750fEs@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7331 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6654|0 |1 is obsolete| | --- Comment #6 from Owen Leonard <oleonard at myacpl.org> 2011-12-08 13:54:40 UTC --- Created attachment 6665 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6665 Signed-off patch Quick work, thank you! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 14:55:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 13:55:03 +0000 Subject: [Koha-bugs] [Bug 7331] Circulation.pl generates errors in the log In-Reply-To: <bug-7331-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7331-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7331-70-fdEZk9Uo19@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7331 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off AssignedTo|kyle.m.hall at gmail.com |duncan at catalyst.net.nz -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 15:03:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 14:03:46 +0000 Subject: [Koha-bugs] [Bug 7336] New: memberentry.pl generates an error in the log Message-ID: <bug-7336-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7336 Bug #: 7336 Summary: memberentry.pl generates an error in the log Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: minor Priority: P5 - low Component: Patrons AssignedTo: kyle.m.hall at gmail.com ReportedBy: oleonard at myacpl.org QAContact: ian.walls at bywatersolutions.com CC: gmcharlt at gmail.com Use of uninitialized value $data{"debarred"} in string ne at /members/memberentry.pl line 652. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 15:09:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 14:09:34 +0000 Subject: [Koha-bugs] [Bug 4813] implement XSLTResultsDisplay In-Reply-To: <bug-4813-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-4813-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-4813-70-0UtEjdrwFd@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4813 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #1 from Owen Leonard <oleonard at myacpl.org> 2011-12-08 14:09:34 UTC --- *** This bug has been marked as a duplicate of bug 6919 *** -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 15:09:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 14:09:34 +0000 Subject: [Koha-bugs] [Bug 6919] Implementing XSLTResultsDisplay In-Reply-To: <bug-6919-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6919-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6919-70-DP9TQTpCIP@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6919 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gmcharlt at gmail.com --- Comment #20 from Owen Leonard <oleonard at myacpl.org> 2011-12-08 14:09:34 UTC --- *** Bug 4813 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 15:18:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 14:18:55 +0000 Subject: [Koha-bugs] [Bug 7170] Remove use of XML::Simple In-Reply-To: <bug-7170-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7170-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7170-70-ATDdVQetNl@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7170 --- Comment #7 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-08 14:18:55 UTC --- (In reply to comment #6) > I also checked with NYTProf > * with YAML = Profile of mainpage.pl for 1.97s (of 2.58s), executing 201727 > statements and 52079 subroutine calls in 253 source files and 63 string evals. > * with XML = Profile of mainpage.pl for 1.97s (of 2.60s), executing 201727 > statements and 52079 subroutine calls in 253 source files and 63 string evals. > > still investigating, there must be something wrong... OK, I was testing twice with XML (forgot to update env variable) Here is the result: * with YAML: Profile of mainpage.pl for 1.92s (of 2.37s), executing 144420 statements and 33523 subroutine calls in 246 source files and 62 string evals. * with XML = Profile of mainpage.pl for 1.97s (of 2.60s), executing 201727 statements and 52079 subroutine calls in 253 source files and 63 string evals. it result in a *big* lowering of the number of statements executed, but not a big change in the duration of the page. If someone has an idea why... Looking at the details of NYTProf, I see: * 262ms is spent in XMLin (XML version) * 1.20ms is spent in YAML::Syck::LoadFile (YAML version) That's a 260ms difference, why don't we see it in the benchmark and/or in the total duration of mainpage reported by NYTProf -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 15:21:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 14:21:44 +0000 Subject: [Koha-bugs] [Bug 7332] Translated title (MARC21 field 242) doesn't display In-Reply-To: <bug-7332-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7332-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7332-70-o6TTFOTakQ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7332 --- Comment #1 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-08 14:21:44 UTC --- Created attachment 6666 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6666 Bug 7332: Translated title (MARC21 242) not shown The cataloger-supplied translated title stored in MARC21 field 242 was not being displayed when XSLT was enabled. Test plan: 1) Enable XSLT for OPAC Details and Results, and Intranet Details. 2) Create or add a record with a 242 field 3) See that the translated title is not displayed in OPAC Details or Results, or Intranet Details 4) Apply patch 5) See that the translated title is now displayed in OPAC Details and Results, and Intranet Details -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 15:22:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 14:22:05 +0000 Subject: [Koha-bugs] [Bug 7332] Translated title (MARC21 field 242) doesn't display In-Reply-To: <bug-7332-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7332-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7332-70-OMyMYZi4Nk@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7332 Jared Camins-Esakov <jcamins at cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 15:24:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 14:24:41 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-VxHCr45fBc@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 Francois Charbonnier <francois.charbonnier at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |francois.charbonnier at biblib | |re.com --- Comment #19 from Francois Charbonnier <francois.charbonnier at biblibre.com> 2011-12-08 14:24:41 UTC --- Hi Katrin, To me, your proposition introduce complexity. It looks like you are focusing on the idea of "item" vs "biblios" but actually, to me, it's a distinction that we can do because we know the database structure. But on a librarian perspective, I order a book and I claim a book. Either way, I buy or claim a physical document and i don't make any difference if the information comes from the biblio or the item table. At the end, it's just a list of documents (items) that i want. It can be books that I bought or overdue books... So, I think it's easier to handle only one tag. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 15:33:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 14:33:52 +0000 Subject: [Koha-bugs] [Bug 7337] New: "Debarred Until" display in the opac tells patrons they are debarred until the year 9999 Message-ID: <bug-7337-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7337 Bug #: 7337 Summary: "Debarred Until" display in the opac tells patrons they are debarred until the year 9999 Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_8 Platform: All OS/Version: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: OPAC AssignedTo: oleonard at myacpl.org ReportedBy: wizzyrea at gmail.com QAContact: ian.walls at bywatersolutions.com When you debar a patron, and then log in to the opac as that patron, the patron is told their account is restricted until the year 9999. See screenshot: http://screencast.com/t/QKvVMFzTbi -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 16:23:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 15:23:34 +0000 Subject: [Koha-bugs] [Bug 7093] Placeholders for suggestion table in suggestion related mails broken In-Reply-To: <bug-7093-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7093-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7093-70-L39nOo1pUd@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7093 Ian Walls <ian.walls at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QAContact|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | --- Comment #4 from Ian Walls <ian.walls at bywatersolutions.com> 2011-12-08 15:23:34 UTC --- Assigning to Marcel for QA, since I wrote -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 16:25:43 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 15:25:43 +0000 Subject: [Koha-bugs] [Bug 7337] "Debarred Until" display in the opac tells patrons they are debarred until the year 9999 In-Reply-To: <bug-7337-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7337-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7337-70-wR4jEgprbh@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7337 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> 2011-12-08 15:25:43 UTC --- Created attachment 6667 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6667 Proposed fix This patch copies the debarred handling method from circulation.pl for use on opac-user.pl so that debarred dates and comments can be handled properly. I have slightly reworded the message in the OPAC and on circulation.pl to make the display of the debarred comment a little clearer. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 16:26:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 15:26:06 +0000 Subject: [Koha-bugs] [Bug 7337] "Debarred Until" display in the opac tells patrons they are debarred until the year 9999 In-Reply-To: <bug-7337-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7337-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7337-70-apZcrbIqYt@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7337 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Version|rel_3_8 |master Patch Status|--- |Needs Signoff Severity|enhancement |normal -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 16:43:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 15:43:30 +0000 Subject: [Koha-bugs] [Bug 7337] "Debarred Until" display in the opac tells patrons they are debarred until the year 9999 In-Reply-To: <bug-7337-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7337-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7337-70-8AfRenmtwk@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7337 --- Comment #2 from Liz Rea <wizzyrea at gmail.com> 2011-12-08 15:43:30 UTC --- Created attachment 6668 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6668 [Signed Off] Bug 7337 - "Debarred Until" display in the opac tells patrons they are debarred until the year 9999 This patch copies the debarred handling method from circulation.pl for use on opac-user.pl so that debarred dates and comments can be handled properly. I have slightly reworded the message in the OPAC and on circulation.pl to make the display of the debarred comment a little clearer. Signed-off-by: Liz Rea <wizzyrea at gmail.com> I like this change, nice fix for the bug. Thanks! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 16:43:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 15:43:46 +0000 Subject: [Koha-bugs] [Bug 7337] "Debarred Until" display in the opac tells patrons they are debarred until the year 9999 In-Reply-To: <bug-7337-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7337-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7337-70-QxPWMt5ey1@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7337 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6667|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 16:43:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 15:43:50 +0000 Subject: [Koha-bugs] [Bug 7337] "Debarred Until" display in the opac tells patrons they are debarred until the year 9999 In-Reply-To: <bug-7337-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7337-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7337-70-6Ze709XfFa@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7337 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 17:11:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 16:11:50 +0000 Subject: [Koha-bugs] [Bug 6679] Fixing code so it passes basic Perl::Critic tests In-Reply-To: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6679-70-PUcCQLXUDM@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6679 Chris Nighswonger <cnighswonger at foundations.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cnighswonger at foundations.ed | |u --- Comment #39 from Chris Nighswonger <cnighswonger at foundations.edu> 2011-12-08 16:11:50 UTC --- The latest round of patches for this bug do not apply cleanly to 3.6.x. Please attach corrected patches to this bug report. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 17:12:09 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 16:12:09 +0000 Subject: [Koha-bugs] [Bug 7336] memberentry.pl generates an error in the log In-Reply-To: <bug-7336-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7336-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7336-70-SomWsXesP1@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7336 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|kyle.m.hall at gmail.com |oleonard at myacpl.org --- Comment #1 from Owen Leonard <oleonard at myacpl.org> 2011-12-08 16:12:09 UTC --- Created attachment 6669 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6669 Proposed fix -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 17:12:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 16:12:34 +0000 Subject: [Koha-bugs] [Bug 7336] memberentry.pl generates an error in the log In-Reply-To: <bug-7336-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7336-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7336-70-4lpjkgKKjO@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7336 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Status|NEW |ASSIGNED Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 17:14:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 16:14:24 +0000 Subject: [Koha-bugs] [Bug 6679] Fixing code so it passes basic Perl::Critic tests In-Reply-To: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6679-70-ZLbnsmrWJY@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6679 --- Comment #40 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-08 16:14:24 UTC --- Created attachment 6670 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6670 Bug 6697: fix missing use strict The 3 files had use strict missing. The patch add the use strict and modify what's needed to work with it 4XX.pl also has some perlcritic fixes: Variable declared in conditional statement at line XXX, column 9. Declare variables outside of the condition. (Severity: 5) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 17:14:38 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 16:14:38 +0000 Subject: [Koha-bugs] [Bug 7336] memberentry.pl generates an error in the log In-Reply-To: <bug-7336-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7336-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7336-70-UUy6ov6cF3@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7336 Ian Walls <ian.walls at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Passed QA --- Comment #2 from Ian Walls <ian.walls at bywatersolutions.com> 2011-12-08 16:14:38 UTC --- Trivial fix to quite logs. Signing off and passing QA in a go. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 17:20:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 16:20:32 +0000 Subject: [Koha-bugs] [Bug 7014] sorting of call numbers in Inventory tool is not correct In-Reply-To: <bug-7014-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7014-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7014-70-ajBisweBJY@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7014 Cindy Murdock Ames <cmurdock at ccfls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cmurdock at ccfls.org --- Comment #1 from Cindy Murdock Ames <cmurdock at ccfls.org> 2011-12-08 16:20:32 UTC --- I'm seeing this in 3.4 also, but for me it's listing the ones without decimal points first. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 17:31:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 16:31:55 +0000 Subject: [Koha-bugs] [Bug 7337] "Debarred Until" display in the opac tells patrons they are debarred until the year 9999 In-Reply-To: <bug-7337-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7337-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7337-70-ZrwFVZpN9l@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7337 --- Comment #3 from Liz Rea <wizzyrea at gmail.com> 2011-12-08 16:31:55 UTC --- Created attachment 6671 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6671 Bug 7337 - Followup - Correcting instances of "debar" that crept back in. To test: Restrict one of your patrons - Make sure that on memberentrygen.tt (Edit Patron) the radio button label says "Restricted" Make sure that on moremember.tt (Patron detail) the button to lift debarment says "Restricted" -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 17:32:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 16:32:40 +0000 Subject: [Koha-bugs] [Bug 7337] "Debarred Until" display in the opac tells patrons they are debarred until the year 9999 In-Reply-To: <bug-7337-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7337-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7337-70-PSP9VyP2PN@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7337 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6668|0 |1 is obsolete| | --- Comment #4 from Liz Rea <wizzyrea at gmail.com> 2011-12-08 16:32:40 UTC --- Comment on attachment 6668 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6668 [Signed Off] Bug 7337 - "Debarred Until" display in the opac tells patrons they are debarred until the year 9999 Found a problem with the template renewing books for debarred patrons. Owen says he'll revise and I'll provide a new signoff. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 17:40:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 16:40:07 +0000 Subject: [Koha-bugs] [Bug 6818] acquisitions basket groups could use some design work In-Reply-To: <bug-6818-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6818-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6818-70-HAEYF2m7nR@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6818 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #5 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-08 16:40:07 UTC --- QA comment: * templates still passing tests : prove xt/author/valid-templates.t says xt/author/valid-templates.t .. ok All tests successful. Files=1, Tests=672, 38 wallclock secs ( 0.31 usr 0.01 sys + 36.97 cusr 0.50 csys = 37.79 CPU) Result: PASS * template only markup * there was a tiny merge conflict I solved (an added empty line) passed QA Patch pushed, please test Chris_n = no change in the workflow, but important changes in the design (for more consistency though). I would not object any decision (merging in 3.6 or no), both are debatable -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 17:42:22 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 16:42:22 +0000 Subject: [Koha-bugs] [Bug 6865] Replace image-based gradient backgrounds with CSS3 gradients In-Reply-To: <bug-6865-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6865-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6865-70-TpUsBDpZ1v@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6865 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com --- Comment #4 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-08 16:42:22 UTC --- QA comment: it's worth having another signoff from someone that tested the OPAC under IE -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 17:46:00 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 16:46:00 +0000 Subject: [Koha-bugs] [Bug 7338] New: link to serial detail wrong Message-ID: <bug-7338-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7338 Bug #: 7338 Summary: link to serial detail wrong Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All URL: /cgi-bin/koha/serials/serials-collection.pl?subscripti onid=5427 OS/Version: All Status: NEW Severity: normal Priority: P5 - low Component: Serials AssignedTo: colin.campbell at ptfs-europe.com ReportedBy: nengard at gmail.com QAContact: ian.walls at bywatersolutions.com Created attachment 6672 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6672 subscription # links When on this page: /cgi-bin/koha/serials/serials-collection.pl?subscriptionid=5427 if you click the serial # at the top it takes you to the detail which I think is right. But if you click the serial # next to the issue history it just refreshes the page you're on. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 17:52:01 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 16:52:01 +0000 Subject: [Koha-bugs] [Bug 7028] koha-conf.xml template that comes with the packages needs updating In-Reply-To: <bug-7028-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7028-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7028-70-RPay5hQtWG@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7028 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #3 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-08 16:52:01 UTC --- Patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 18:36:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 17:36:50 +0000 Subject: [Koha-bugs] [Bug 7337] "Debarred Until" display in the opac tells patrons they are debarred until the year 9999 In-Reply-To: <bug-7337-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7337-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7337-70-6OYqTnnL6r@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7337 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6671|0 |1 is obsolete| | --- Comment #5 from Owen Leonard <oleonard at myacpl.org> 2011-12-08 17:36:50 UTC --- Created attachment 6673 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6673 Revised fix Revision adds missing handling of debarred status with regard to renewal operations. Renew links and buttons were not being hidden from debarred users. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 18:36:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 17:36:59 +0000 Subject: [Koha-bugs] [Bug 7337] "Debarred Until" display in the opac tells patrons they are debarred until the year 9999 In-Reply-To: <bug-7337-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7337-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7337-70-xpWQPvvEET@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7337 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 18:49:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 17:49:26 +0000 Subject: [Koha-bugs] [Bug 7337] "Debarred Until" display in the opac tells patrons they are debarred until the year 9999 In-Reply-To: <bug-7337-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7337-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7337-70-S4RGNrlkUI@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7337 --- Comment #6 from Liz Rea <wizzyrea at gmail.com> 2011-12-08 17:49:26 UTC --- Created attachment 6674 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6674 [Signed off] Bug 7337 - "Debarred Until" display in the opac tells patrons they are debarred until the year 9999 This patch copies the debarred handling method from circulation.pl for use on opac-user.pl so that debarred dates and comments can be handled properly. I have slightly reworded the message in the OPAC and on circulation.pl to make the display of the debarred comment a little clearer. Revision adds missing handling of debarred status with regard to renewal operations. Renew links and buttons were not being hidden from debarred users. Signed-off-by: Liz Rea <wizzyrea at gmail.com> Renewal buttons are gone, message looks good. liz at koha-deb:~/kohaclone$ prove xt xt/permissions.t .. ok xt/tt_valid.t ..... ok All tests successful. Files=2, Tests=27, 9 wallclock secs ( 0.05 usr 0.01 sys + 8.28 cusr 0.08 csys = 8.42 CPU) Result: PASS -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 18:49:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 17:49:46 +0000 Subject: [Koha-bugs] [Bug 7337] "Debarred Until" display in the opac tells patrons they are debarred until the year 9999 In-Reply-To: <bug-7337-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7337-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7337-70-zfIipA5QnH@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7337 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6673|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 18:51:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 17:51:02 +0000 Subject: [Koha-bugs] [Bug 7337] "Debarred Until" display in the opac tells patrons they are debarred until the year 9999 In-Reply-To: <bug-7337-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7337-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7337-70-iXO1rm35Ww@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7337 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6671|1 |0 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 18:57:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 17:57:27 +0000 Subject: [Koha-bugs] [Bug 6679] Fixing code so it passes basic Perl::Critic tests In-Reply-To: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6679-70-0MKQ6I2HIs@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6679 --- Comment #41 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-08 17:57:27 UTC --- Which patches chris_n .. they have been marked obsolete and I have lost track of them, If you list the ones you need ill rebase them. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 19:04:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 18:04:41 +0000 Subject: [Koha-bugs] [Bug 6679] Fixing code so it passes basic Perl::Critic tests In-Reply-To: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6679-70-IxEnnSPDQs@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6679 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6670|0 |1 is obsolete| | --- Comment #42 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-08 18:04:41 UTC --- Created attachment 6675 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6675 Bug 6679: fix missing use strict The 3 files had use strict missing. The patch add the use strict and modify what's needed to work with it 4XX.pl also has some perlcritic fixes: Variable declared in conditional statement at line XXX, column 9. Declare variables outside of the condition. (Severity: 5) Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 19:05:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 18:05:14 +0000 Subject: [Koha-bugs] [Bug 6679] Fixing code so it passes basic Perl::Critic tests In-Reply-To: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6679-70-94PzsijXpw@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6679 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off QAContact|koha-bugs at lists.koha-commun |ian.walls at bywatersolutions. |ity.org |com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 19:07:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 18:07:52 +0000 Subject: [Koha-bugs] [Bug 7339] New: Help System in IE8-9 Does Not Load With 500 Error Message-ID: <bug-7339-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7339 Bug #: 7339 Summary: Help System in IE8-9 Does Not Load With 500 Error Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_6 Platform: PC OS/Version: Windows Status: NEW Severity: critical Priority: P5 - low Component: Staff Client AssignedTo: paul.poulain at biblibre.com ReportedBy: lzuares at collsk12.org QAContact: ian.walls at bywatersolutions.com CC: gmcharlt at gmail.com When attempting to load the help system [?], I receive a 500 error from both IE8 and IE9 on two different library systems/servers. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 19:18:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 18:18:20 +0000 Subject: [Koha-bugs] [Bug 7337] "Debarred Until" display in the opac tells patrons they are debarred until the year 9999 In-Reply-To: <bug-7337-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7337-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7337-70-ZKXEwRXT6u@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7337 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 19:20:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 18:20:26 +0000 Subject: [Koha-bugs] [Bug 7339] Help System in IE8-9 Does Not Load With 500 Error In-Reply-To: <bug-7339-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7339-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7339-70-9RIu0uuYM7@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7339 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Staff Client |Browser compatibility Version|rel_3_6 |master --- Comment #1 from Owen Leonard <oleonard at myacpl.org> 2011-12-08 18:20:26 UTC --- Confirmed in master. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 19:21:18 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 18:21:18 +0000 Subject: [Koha-bugs] [Bug 7339] Help System in IE8-9 Does Not Load With 500 Error In-Reply-To: <bug-7339-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7339-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7339-70-vKavbc9Qb8@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7339 --- Comment #2 from Owen Leonard <oleonard at myacpl.org> 2011-12-08 18:21:18 UTC --- Template process failed: file error - /koha-tmpl/intranet-tmpl/prog/en/modules/help/.tt: not found at /C4/Templates.pm line 125. For help, please send mail to the webmaster (webmaster at oleonard-desktop), giving this error message and the time and date of the error. Software error: [Thu Dec 8 13:19:38 2011] help.pl: Template process failed: file error - e/koha-tmpl/intranet-tmpl/prog/en/modules/help/.tt: not found at /C4/Templates.pm line 125. at /usr/share/perl/5.12/CGI/Carp.pm line 354 CGI::Carp::realdie('[Thu Dec 8 13:19:38 2011] help.pl: Template process failed: ...') called at /usr/share/perl/5.12/CGI/Carp.pm line 446 CGI::Carp::die('Template process failed: ', 'Template::Exception=ARRAY(0x8bedbd0)') called at /C4/Templates.pm line 125 C4::Templates::output('C4::Templates=HASH(0x8b40064)') called at /help.pl line 42 For -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 19:23:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 18:23:21 +0000 Subject: [Koha-bugs] [Bug 7339] Help System in IE8-9 Does Not Load With 500 Error In-Reply-To: <bug-7339-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7339-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7339-70-de6X2LWvsl@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7339 --- Comment #3 from lzuares at collsk12.org 2011-12-08 18:23:21 UTC --- Help system will open if right-clicked and opened in new tab or new window, but not directly. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 20:14:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 19:14:15 +0000 Subject: [Koha-bugs] [Bug 6679] Fixing code so it passes basic Perl::Critic tests In-Reply-To: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6679-70-A8jkYfudfZ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6679 --- Comment #43 from Chris Nighswonger <cnighswonger at foundations.edu> 2011-12-08 19:14:15 UTC --- (In reply to comment #41) > Which patches chris_n .. they have been marked obsolete and I have lost track > of them, > > If you list the ones you need ill rebase them. Here are the commit ids: 4a14e7dbe69db0517d1d333a644c4abeb0a42cb8 a047dea5e46338d3d664935451764fffe56e6d9e dc6e1031f8c2aa36e88ca39a70c5b7d9fd63065d -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 20:26:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 19:26:14 +0000 Subject: [Koha-bugs] [Bug 6679] Fixing code so it passes basic Perl::Critic tests In-Reply-To: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6679-70-pTo5KoVvMc@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6679 --- Comment #44 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-08 19:26:14 UTC --- Created attachment 6676 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6676 [3.6.x] Bug 6679: catalogue/ now passing perl critic tests Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 20:26:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 19:26:46 +0000 Subject: [Koha-bugs] [Bug 6679] Fixing code so it passes basic Perl::Critic tests In-Reply-To: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6679-70-rFRPuv2kMd@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6679 --- Comment #45 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-08 19:26:46 UTC --- Created attachment 6677 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6677 [3.6.x] Bug 6679 : cataloguing/ now passing critic tests Declare variables outside of conditionals Don't use prototypes http://www.modernperlbooks.com/mt/2009/08/the-problem-with-prototypes.html Use ":encoding(UTF-8)" to get strict validation. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 20:27:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 19:27:12 +0000 Subject: [Koha-bugs] [Bug 6679] Fixing code so it passes basic Perl::Critic tests In-Reply-To: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6679-70-6UaRYp6Rul@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6679 --- Comment #46 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-08 19:27:12 UTC --- Created attachment 6678 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6678 [3.6.x] Bug 6679 : Adding license statement and stopping declaring variables in a conditional -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 20:38:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 19:38:23 +0000 Subject: [Koha-bugs] [Bug 7207] Cannot export label batches In-Reply-To: <bug-7207-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7207-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7207-70-JlYm0DxG1O@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7207 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|PATCH-Sent |P5 - low Patch Status|Patch Pushed |--- Severity|major |trivial --- Comment #10 from Liz Rea <wizzyrea at gmail.com> 2011-12-08 19:38:23 UTC --- Re-marking as trivial due to the problem with IE - would be nice to get a fix for that. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 20:56:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 19:56:39 +0000 Subject: [Koha-bugs] [Bug 7340] New: emailLibrarianWhenHoldIsPlaced enhancement Message-ID: <bug-7340-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7340 Bug #: 7340 Summary: emailLibrarianWhenHoldIsPlaced enhancement Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_0 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation AssignedTo: kyle.m.hall at gmail.com ReportedBy: spl at metrocast.net QAContact: ian.walls at bywatersolutions.com CC: gmcharlt at gmail.com This preference currently results in an email to the librarian whenever a hold is placed, even if the hold is placed by staff. I think it would be good to add a preference that excludes those holds, limiting emails to instances where holds are patron-initiated. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 20:58:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 19:58:34 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-MBVgevPUdN@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #43 from Duncan <duncan at catalyst.net.nz> 2011-12-08 19:58:34 UTC --- Created attachment 6679 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6679 Test for AuthoritiesMarc/UNIMARC.pm -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 21:45:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 20:45:41 +0000 Subject: [Koha-bugs] [Bug 7341] New: Clicking cancel on system preferences search results causes error Message-ID: <bug-7341-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7341 Bug #: 7341 Summary: Clicking cancel on system preferences search results causes error Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_8 Platform: All OS/Version: All Status: NEW Severity: trivial Priority: P5 - low Component: Staff Client AssignedTo: paul.poulain at biblibre.com ReportedBy: wizzyrea at gmail.com QAContact: ian.walls at bywatersolutions.com CC: gmcharlt at gmail.com Software error: Template process failed: file error - /home/liz/kohaclone/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/HASH(0xa7d8af8).pref: not found at /home/liz/kohaclone/C4/Templates.pm line 125. For help, please send mail to the webmaster (webmaster at koha-deb), giving this error message and the time and date of the error. This happens when you click cancel on a system preferences result listing after a search. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 21:55:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 20:55:30 +0000 Subject: [Koha-bugs] [Bug 7330] System preferences editor generates errors in the log with each search In-Reply-To: <bug-7330-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7330-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7330-70-C1uHiLiuYa@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7330 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6638|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 21:55:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 20:55:42 +0000 Subject: [Koha-bugs] [Bug 7330] System preferences editor generates errors in the log with each search In-Reply-To: <bug-7330-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7330-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7330-70-NxOtv1vKoY@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7330 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 21:55:56 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 20:55:56 +0000 Subject: [Koha-bugs] [Bug 7330] System preferences editor generates errors in the log with each search In-Reply-To: <bug-7330-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7330-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7330-70-W8Zk4HpTIF@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7330 --- Comment #2 from Liz Rea <wizzyrea at gmail.com> 2011-12-08 20:55:56 UTC --- Created attachment 6680 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6680 Bug 7330 - System preferences editor generates errors in the log with each search Adding a check for an empty value in a couple of places which seem to always get one. As far as I can tell these places in the script are looping over ALL the data in the pref files, and sometimes an empty value comes through. I wonder if this is because of a minor syntax error in the pref file? My correction is a stab in the dark since I haven't determined where the empty value is actually coming from. This change quiets the errors in the log and doesn't seem to affect preference search results. Signed-off-by: Liz Rea <wizzyrea at gmail.com> No more messages in the logs. Yay! Ran unit tests on this (t, xt/author, xt, t/db_dependent)- nothing out of the ordinary in any. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 22:10:54 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 21:10:54 +0000 Subject: [Koha-bugs] [Bug 6919] Implementing XSLTResultsDisplay In-Reply-To: <bug-6919-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6919-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6919-70-jIjylBe4g9@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6919 Doug Dearden <dearden at sarsf.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dearden at sarsf.org --- Comment #21 from Doug Dearden <dearden at sarsf.org> 2011-12-08 21:10:54 UTC --- On this line: + <xsl:variable name="Show856uAsImage" select="marc:sysprefs/marc:syspref[@name='OPACDisplay856uAsImage']"/> OPACDisplay856uAsImage should be changed to Display856uAsImage so it picks up the correct system preference from the Staff Client area instead of the OPAC area. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 22:11:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 21:11:31 +0000 Subject: [Koha-bugs] [Bug 6917] Acquisitions reports: Dates filters doesn't work when they are not selected on row or column In-Reply-To: <bug-6917-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6917-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6917-70-pfPRpm6vcf@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6917 Doug Dearden <dearden at sarsf.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dearden at sarsf.org -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 22:12:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 21:12:08 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-8G6KBlhnTs@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #44 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-08 21:12:08 UTC --- (In reply to comment #36) > Comment on attachment 6621 [details] > Bug 5327 : Fixing unit test for SQLHelper.pm > > This patch pushed today, HOWEVER: > > Chris, could you explain why you removed the SearchInTable tests and replace it > by nothing ? > I see it fixes the test, but why are those 2 tests irrelevant now ? Because the SearchInTable function has changed, it does OR, not AND, those tests will never ever pass -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 22:12:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 21:12:40 +0000 Subject: [Koha-bugs] [Bug 6917] Acquisitions reports: Dates filters doesn't work when they are not selected on row or column In-Reply-To: <bug-6917-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6917-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6917-70-ElZgWjWcBt@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6917 Doug Dearden <dearden at sarsf.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|dearden at sarsf.org | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 22:13:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 21:13:45 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-ogfTftcM8P@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #45 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-08 21:13:45 UTC --- (In reply to comment #37) > Comment on attachment 6622 [details] > [Signed off] Bug 5327: Fixing the Members.t test > > Patch pushed today > > HOWEVER: > Chris, could you explain why BRANCH_IDX now need to be 4 instead of 5 ? Because the branchcode is the 5th (not 6th) element in the array (starts at 0 of course) These two fixes were me fixing tests that others had broken, so hopefully in future I won't be doing this :) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 22:14:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 21:14:23 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-GRNu0VXYU1@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 22:18:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 21:18:27 +0000 Subject: [Koha-bugs] [Bug 7249] Report webservices In-Reply-To: <bug-7249-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7249-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7249-70-hMc1fVJVO5@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249 --- Comment #11 from Chris Hall <chrish at catalyst.net.nz> 2011-12-08 21:18:27 UTC --- Hey Katrin This patch is dependent on 7248 being applied first. On kc/master I am able to apply the 7248 patch and then this one without any errors, does this work for you? Thanks, ~Chris -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 8 22:21:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 21:21:05 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-cCYH13Wzjr@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #46 from Duncan <duncan at catalyst.net.nz> 2011-12-08 21:21:05 UTC --- Created attachment 6681 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6681 Added unit test for Scrubber.pm -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 22:53:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 21:53:48 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-BUYgI8VIu8@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #20 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-08 21:53:48 UTC --- Hmm, I disagree, I think being consistent is not being more complex, if we use the <item> to mean different things in 2 places in the notices, I think that actually introduces complexity. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 23:00:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 22:00:17 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-TUu5JZPgK0@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com --- Comment #21 from Liz Rea <wizzyrea at gmail.com> 2011-12-08 22:00:17 UTC --- I'm with Katrin and Chris, I think the <item> tag behavior should be consistent across all notices. Making it different = making it confusing. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 23:06:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 22:06:52 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-iE0RYnFCl4@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #47 from Chris Hall <chrish at catalyst.net.nz> 2011-12-08 22:06:52 UTC --- Created attachment 6682 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6682 Patch removes unneeded self=shift from TTParser::unshift_token While Duncan was creating unit tests for TTParser I found an unneeded 'my $self=shift' within TTParser::unshift_token, however ::peep_token and ::next_token do not take a $self argument. No client code uses this so it shouldn't break anything. ~Chris -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 23:20:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 22:20:44 +0000 Subject: [Koha-bugs] [Bug 6956] lists printing messed up In-Reply-To: <bug-6956-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6956-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6956-70-UmPSmQKauY@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6956 Chris Hall <chrish at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |chrish at catalyst.net.nz Resolution| |FIXED --- Comment #4 from Chris Hall <chrish at catalyst.net.nz> 2011-12-08 22:20:44 UTC --- I can confirm that the lists print correctly (both OPAC and intranet) since the 6291 revert. ~Chris -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 23:33:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 22:33:23 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-7HaOKGme6p@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #48 from Duncan <duncan at catalyst.net.nz> 2011-12-08 22:33:23 UTC --- Created attachment 6683 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6683 Added test coverage for TTParser -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 8 23:34:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 22:34:28 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-cbr66Hg1b3@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Duncan <duncan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |duncan at catalyst.net.nz --- Comment #49 from Duncan <duncan at catalyst.net.nz> 2011-12-08 22:34:28 UTC --- (In reply to comment #48) > Created attachment 6683 [details] > Added test coverage for TTParser Meant to add this on the attachment, this test relies on the patch submitted by Chris in comment 47. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 9 00:25:09 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 23:25:09 +0000 Subject: [Koha-bugs] [Bug 7332] Translated title (MARC21 field 242) doesn't display In-Reply-To: <bug-7332-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7332-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7332-70-nAnOfLMhig@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7332 Duncan <duncan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6666|0 |1 is obsolete| | --- Comment #2 from Duncan <duncan at catalyst.net.nz> 2011-12-08 23:25:09 UTC --- Created attachment 6684 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6684 Signed off patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 9 00:27:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 23:27:55 +0000 Subject: [Koha-bugs] [Bug 7332] Translated title (MARC21 field 242) doesn't display In-Reply-To: <bug-7332-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7332-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7332-70-hAhBd3G39C@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7332 Duncan <duncan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |duncan at catalyst.net.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 9 00:39:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 23:39:37 +0000 Subject: [Koha-bugs] [Bug 6504] no way to enter shipping price in acq In-Reply-To: <bug-6504-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6504-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6504-70-F190iWAvGm@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6504 --- Comment #14 from Melia Meggs <melia at bywatersolutions.com> 2011-12-08 23:39:37 UTC --- Ok, I did the same testing as last time. 1) Order creation - pass 2) Receiving order I clicked on Receive Shipment and entered a "Shipping Cost" of 10.00. There were 3 items, and the shipping cost was correctly divided up to make it $3.33 for each item. From bugzilla-daemon at bugs.koha-community.org Fri Dec 9 00:40:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 23:40:29 +0000 Subject: [Koha-bugs] [Bug 6504] no way to enter shipping price in acq In-Reply-To: <bug-6504-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6504-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6504-70-2xCxi1ihuF@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6504 --- Comment #15 from Melia Meggs <melia at bywatersolutions.com> 2011-12-08 23:40:29 UTC --- Created attachment 6685 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6685 Shipping on pending orders changes when you receive first item -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 9 00:41:57 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 23:41:57 +0000 Subject: [Koha-bugs] [Bug 6504] no way to enter shipping price in acq In-Reply-To: <bug-6504-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6504-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6504-70-BIVQ7jou1Z@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6504 --- Comment #16 from Melia Meggs <melia at bywatersolutions.com> 2011-12-08 23:41:57 UTC --- Created attachment 6686 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6686 Receipt Summary after receiving 3 items (with changed shipping cost on the second and third items) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 9 00:56:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Dec 2011 23:56:35 +0000 Subject: [Koha-bugs] [Bug 6976] User hold limit can be avoided by users in OPAC In-Reply-To: <bug-6976-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6976-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6976-70-CdllFh6cWB@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6976 Melia Meggs <melia at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |melia at bywatersolutions.com Patch Status|Needs Signoff |Failed QA --- Comment #10 from Melia Meggs <melia at bywatersolutions.com> 2011-12-08 23:56:35 UTC --- With maxreserves sys pref set to allow 100 holds and circ rules set to allow 5 holds (as in Liz's example), I was also able to place 6 holds. So I have changed the status to "Failed QA." -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 9 02:25:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 01:25:46 +0000 Subject: [Koha-bugs] [Bug 3383] Item due reminder digests - cannot display title information In-Reply-To: <bug-3383-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-3383-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-3383-70-aCYE6RRzFk@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3383 Ian Walls <ian.walls at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls at bywatersolutions. | |com Version|rel_3_0 |master --- Comment #1 from Ian Walls <ian.walls at bywatersolutions.com> 2011-12-09 01:25:46 UTC --- The issue of <<branch.*>> tokens not working in digests is due to an ambiguity of what branch to use, and the potential multiplicity of branches that comes with checkouts from multiple branches. The only constant branchcode on a per-notice basis I could see would be the patron's branch. Can anyone think of a case where a different branch's contact information should be parsed into a PREDUEDGST or DUEDGST notice? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 9 02:47:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 01:47:23 +0000 Subject: [Koha-bugs] [Bug 6976] User hold limit can be avoided by users in OPAC In-Reply-To: <bug-6976-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6976-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6976-70-8B7qnkylZb@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6976 --- Comment #11 from Liz Rea <wizzyrea at gmail.com> 2011-12-09 01:47:23 UTC --- I think failed QA is ok - except this *is* a partial fix to the problem - neither setting works to limit holds, and both should. So, the question for me becomes - accept this as a partial fix and address the circ rules later (as we i'm sure intended) or forego this patch for a potential future, better patch. I'm not sure what's best. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 9 05:14:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 04:14:25 +0000 Subject: [Koha-bugs] [Bug 6488] opachiddenitems not working in master In-Reply-To: <bug-6488-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6488-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6488-70-lYqVNmNmUK@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6488 Srdjan Jankovic <srdjan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6310|0 |1 is obsolete| | --- Comment #23 from Srdjan Jankovic <srdjan at catalyst.net.nz> 2011-12-09 04:14:25 UTC --- Created attachment 6687 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6687 patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 9 05:15:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 04:15:48 +0000 Subject: [Koha-bugs] [Bug 6488] opachiddenitems not working in master In-Reply-To: <bug-6488-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6488-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6488-70-iREF674F24@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6488 --- Comment #24 from Srdjan Jankovic <srdjan at catalyst.net.nz> 2011-12-09 04:15:48 UTC --- Please retest. Again, if changing item records zebra needs reindexing -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 9 07:38:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 06:38:44 +0000 Subject: [Koha-bugs] [Bug 7338] link to serial detail wrong In-Reply-To: <bug-7338-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7338-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7338-70-sBdRIisPEC@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7338 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-09 06:38:44 UTC --- Created attachment 6688 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6688 screenshot of record with more than 1 subscription and manipulated URL It's a scoping problem, but I made an interesting find: http://localhost:8080/cgi-bin/koha/serials/serials-collection.pl?biblionumber=1 If you have more than one subscription for that record and you add the biblionumber of the subscription to the URL instead of the subscriptionid, you get an overview of your entire serial collection for that record. Why do we never link this page like this? Am I missing something? Will send a patch to fix the scoping problem. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 9 07:45:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 06:45:05 +0000 Subject: [Koha-bugs] [Bug 7338] link to serial detail wrong In-Reply-To: <bug-7338-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7338-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7338-70-gWfJhgRCml@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7338 --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-09 06:45:05 UTC --- Created attachment 6689 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6689 Bug 7338: Link on serial collection page wrong This was a scoping error. The links are not supposed to show up when you open that page with a subscription id in the URL. To test: 1) Check links don't show up now. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 9 08:35:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 07:35:27 +0000 Subject: [Koha-bugs] [Bug 7338] link to serial detail wrong In-Reply-To: <bug-7338-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7338-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7338-70-ZoZhLQ1BnJ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7338 --- Comment #3 from Fr?d?ric Demians <frederic at tamil.fr> 2011-12-09 07:35:27 UTC --- Created attachment 6690 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6690 Proposed patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 9 08:49:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 07:49:30 +0000 Subject: [Koha-bugs] [Bug 7338] link to serial detail wrong In-Reply-To: <bug-7338-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7338-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7338-70-szpxjfK86D@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7338 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6690|0 |1 is patch| | Attachment #6690|application/octet-stream |text/plain mime type| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 9 09:35:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 08:35:28 +0000 Subject: [Koha-bugs] [Bug 7342] New: aqbudgets statistics doesn't work when using Authorized values on sort1_authcat or sort2_authcat Message-ID: <bug-7342-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7342 Bug #: 7342 Summary: aqbudgets statistics doesn't work when using Authorized values on sort1_authcat or sort2_authcat Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_6 Platform: All OS/Version: All Status: NEW Severity: critical Priority: P5 - low Component: Acquisitions AssignedTo: henridamien at koha-fr.org ReportedBy: alex.arnaud at biblibre.com QAContact: ian.walls at bywatersolutions.com 2 problems when using Authorized values to fill statisctic 1 or statistic 2 in neworderempty: 1) Values selected in the drop-down list are not saved in database (aqorder.sort1, aqorder.sort2). Create a new order (neworderempty.pl), select something in the statistic 1 and statistic 2 drop-down list at the bottom and save. So sort1 and sort2 columns for the related record in aqorder table is empty. 2) When i change the value in fund drop-down list, statistic 1 and 2 are empty. On the same page, change the value of fund list. So statistic 1 and 2 are empty. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 9 09:36:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 08:36:02 +0000 Subject: [Koha-bugs] [Bug 7342] aqbudgets statistics doesn't work when using Authorized values on sort1_authcat or sort2_authcat In-Reply-To: <bug-7342-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7342-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7342-70-z2LtzbbZE3@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7342 Alex Arnaud <alex.arnaud at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |P1 - high AssignedTo|henridamien at koha-fr.org |alex.arnaud at biblibre.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 9 09:36:51 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 08:36:51 +0000 Subject: [Koha-bugs] [Bug 7342] aqbudgets statistics doesn't work when using Authorized values on sort1_authcat or sort2_authcat In-Reply-To: <bug-7342-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7342-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7342-70-hxvnYeDYBK@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7342 --- Comment #1 from Alex Arnaud <alex.arnaud at biblibre.com> 2011-12-09 08:36:51 UTC --- Created attachment 6691 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6691 Creating new order -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 9 09:37:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 08:37:27 +0000 Subject: [Koha-bugs] [Bug 7342] aqbudgets statistics doesn't work when using Authorized values on sort1_authcat or sort2_authcat In-Reply-To: <bug-7342-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7342-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7342-70-SyvFPztMkD@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7342 --- Comment #2 from Alex Arnaud <alex.arnaud at biblibre.com> 2011-12-09 08:37:27 UTC --- Created attachment 6692 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6692 Changing fund in new order -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 9 09:38:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 08:38:24 +0000 Subject: [Koha-bugs] [Bug 7342] aqbudgets statistics doesn't work when using Authorized values on sort1_authcat or sort2_authcat In-Reply-To: <bug-7342-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7342-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7342-70-DtWEfrDL33@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7342 Alex Arnaud <alex.arnaud at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #3 from Alex Arnaud <alex.arnaud at biblibre.com> 2011-12-09 08:38:24 UTC --- patch is coming soon -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 9 09:52:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 08:52:12 +0000 Subject: [Koha-bugs] [Bug 6679] Fixing code so it passes basic Perl::Critic tests In-Reply-To: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6679-70-11wyxiseQ6@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6679 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6675|0 |1 is obsolete| | --- Comment #47 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-09 08:52:12 UTC --- Comment on attachment 6675 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6675 Bug 6679: fix missing use strict patch pushed -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 9 10:47:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 09:47:26 +0000 Subject: [Koha-bugs] [Bug 7342] aqbudgets statistics doesn't work when using Authorized values on sort1_authcat or sort2_authcat In-Reply-To: <bug-7342-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7342-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7342-70-ePsEXVul66@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7342 --- Comment #4 from Alex Arnaud <alex.arnaud at biblibre.com> 2011-12-09 09:47:26 UTC --- Created attachment 6693 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6693 Proposed patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 9 10:47:53 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 09:47:53 +0000 Subject: [Koha-bugs] [Bug 7342] aqbudgets statistics doesn't work when using Authorized values on sort1_authcat or sort2_authcat In-Reply-To: <bug-7342-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7342-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7342-70-HMBqwWasyc@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7342 Alex Arnaud <alex.arnaud at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 - high |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 9 11:02:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 10:02:30 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-Z4D9LmmvyN@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 --- Comment #22 from Francois Charbonnier <francois.charbonnier at biblibre.com> 2011-12-09 10:02:30 UTC --- well, the thing is, to me, it does the same thing... whether it's the acquisition claim notice or the overdue notice, the <item> tag allow you to display a list of books. For the acquisition claim, you will have one line for a book with the quantity ordered, and for the overdue notice, one line for one overdue book... At the end, it just a list of books. And as a librarian, I used to buy books, not biblio records. So, today, I understand the logic as a "techie" but before working on koha, I think it would have been more confusing having two tags if we keep the <item> tag the way it works today. Because, the <item> tag can already display biblio info... So imagine, we have two tags, what are going to say to librarians? - how can i display info about overdue books in the odue notice? - well, you can use the item tag to display item information. - but, what about the title and the author? - you can put these information in the item tag. - great! ;^) - and now how can I display info about books I ordered and didn't receive in the acqclaim notice? - for this one, you can use the record tag because what you want for is only the biblio information - why not the <item> tag? i can use it to display the title and the author in the odue notice... - ... What I become to realise, writing all this, is that you are maybe right but it should be another development. That's not the purpose of this one. The use of the <item> tag for this develpment is still relevent _today_ because : * it's already in koha and it works, * it displays a list of books and that what we want * it can show item and biblio info as well and that what we need So if we want to introduce a new way to display item and biblio info. Why not! But, i think it should be another development. My 2cts ;^) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 9 11:12:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 10:12:17 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-rAveFHDUV8@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 --- Comment #23 from Francois Charbonnier <francois.charbonnier at biblibre.com> 2011-12-09 10:12:17 UTC --- Sorry, just to sum it up : The way it works today, the <item> tag behavior is consistent across all notices. * it displays a list of books * it can show item and biblio info as well If it's not what we want, this behavior should be change within another development, it' not the purpose of this one... 5 lines... woooo! \0/ -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 9 11:25:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 10:25:16 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-yiNLWC3A8W@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 --- Comment #24 from Francois Charbonnier <francois.charbonnier at biblibre.com> 2011-12-09 10:25:16 UTC --- OK, Katrin just told me that : <kf> francharb: the <item> in claims CAN NOT display item information :) <kf> that's the difference <kf> it can only display title level information at the moment <kf> and you get a list of books - but not of item information Something i didn't understand at the first place. So now, what do you think we should do? * use this devlopement to change the behavior of the notice tags and use two tags instead of one (one for the record level info and one for item level info) ? * or just fix the item tag behabior in the acqclaim notice for now ? and introduce a new tag later, with a specific devlopment? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 9 11:36:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 10:36:42 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-PwndmbVl30@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 --- Comment #25 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-09 10:36:42 UTC --- I think different tags is the way to go. ACQCLAIM can not display item information when you are using AcqCreateItem = receive or AcqCreateItem = in cataloging. All it has and can display is biblio level information from a list of biblionumbers. I think the main difference is how the information is build. From a list of itemnumbers (ODUE) or from a list of biblionumbers (ACQCLAIM). First should be <item>, second should be <somethingelse>. When you have an itemnumber, you can also pull in information from the levels above (biblioitems, biblio). -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 9 11:41:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 10:41:55 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-Pgv45WmBki@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 --- Comment #26 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-09 10:41:55 UTC --- Also, I was hoping to open the door for something like this: <record> <<biblio.title>> <item><<item.callnumber>>.</item> </record> Where I would only display the Title (or other information that is the same for every item) once, with a list of callnumbers (or other item related information like branch for which it was ordered) below. At the moment this would not work for several reasons and in ODUE notices it does not make so much sense, because you check out one specific item. But I think it could make sense for notices in serials, acquisisions and other new things. For example if we had notices for cart and list information send out to the user. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 9 11:43:51 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 10:43:51 +0000 Subject: [Koha-bugs] [Bug 7343] New: search tag usability in MARC framework Message-ID: <bug-7343-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7343 Bug #: 7343 Summary: search tag usability in MARC framework Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_6 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff Client AssignedTo: paul.poulain at biblibre.com ReportedBy: gaetan.boisson at biblibre.com QAContact: ian.walls at bywatersolutions.com CC: gmcharlt at gmail.com After searching for a tag in a marc framework, the list of tags is shown starting with the tag we are looking for, but pages prior to the match are not shown at all, leaving users under the impression that these tags have disappeared. My take on this is that we should either make it work as a filter and only display the match, it would then be clear for the user that he has to empty the search field in order to view the complete list of tags. Or make it work as a simple search that would take us on the page of the match (and maybe highlight the result) but without discarding the previous pages. The behaviour is the same when editing subfields: if the user uses the pagination to go edit the subfields for 995 and then clicks on the name of the framework in the breadcrumb, the page shown is the result page for a search on 995, which hides all the previous pages. This is even more problematic as the user hasn't used the searched box at this point. (In that case i think the link should take the user on the first page of the framework, which is consistent with what is written on the link he has clicked: the name of the framework.) This is the behaviour in 3.6, 3.4 and 3.2. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 9 13:58:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 12:58:06 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-JJ0CBb8BYu@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 --- Comment #27 from Francois Charbonnier <francois.charbonnier at biblibre.com> 2011-12-09 12:58:06 UTC --- I was thinking about it. In the end, if we have this : <record> <<biblio.title>> <item><<item.callnumber>>.</item> </record> How do we manage <<aqorders.quantity>> for the ACQCLAIM notice? Moreover, I don't think it's relevant to manage item level information within ACQCLAIM notice (even if libraries create item at this level)... Because I don't think vendors care about itemcallnumber, barcode or location for a specific library... So, before doing something like that, maybe we should do a RFC and dig this up with librarians who order books, etc. I've been into that position years ago but I'm interested about what other librarians could say. On the IRC, Katrin said that for the moment, we could just rename this tag and it would enough. Katrin, did you mean "rename the tag for every notice" or "rename the tag for the ACQCLAIM notice only"? If we rename the tag, i suggest <list> : * within the odue notice, it's a list of books where we can get biblio and item level information. * within the acqclaim notice, it's also a list of books where we can get only biblio level information. (PS : if you know situations where the vendor will be interested knowing item level information, let me know, I'm interested!) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 9 14:09:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 13:09:10 +0000 Subject: [Koha-bugs] [Bug 6694] Anonymous sessions not kept when casAuthentication is on In-Reply-To: <bug-6694-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6694-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6694-70-Q5ODifqvH2@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6694 Alex Arnaud <alex.arnaud at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alex.arnaud at biblibre.com --- Comment #3 from Alex Arnaud <alex.arnaud at biblibre.com> 2011-12-09 13:09:10 UTC --- For me all works well. I have tested with casAuthentication syspref activated too. CGISESSID cookie no more changes values while going to another page. And sysprefs are no more blocked. signing off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 9 14:10:00 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 13:10:00 +0000 Subject: [Koha-bugs] [Bug 6694] Anonymous sessions not kept when casAuthentication is on In-Reply-To: <bug-6694-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6694-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6694-70-diXSIOvi8G@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6694 --- Comment #4 from Alex Arnaud <alex.arnaud at biblibre.com> 2011-12-09 13:10:00 UTC --- Created attachment 6694 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6694 [SIGNED-OFF] Bug 6694: Problem with casAuthentication syspref A missing test in checkauth caused anonymous session to be destroyed and re-created at every call when this syspref was set. Almost the same issue is also fixed in check_api_auth, which caused C4::Service->init to fail. Signed-off-by: Alex Arnaud <alex.arnaud at biblibre.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 9 14:27:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 13:27:52 +0000 Subject: [Koha-bugs] [Bug 6694] Anonymous sessions not kept when casAuthentication is on In-Reply-To: <bug-6694-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6694-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6694-70-ZtmYe4IVWf@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6694 Alex Arnaud <alex.arnaud at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 9 14:55:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 13:55:45 +0000 Subject: [Koha-bugs] [Bug 6020] Reworking C4::Biblio for performance improvements In-Reply-To: <bug-6020-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6020-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6020-70-x3z9mpB6M1@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6020 Jonathan Druart <jonathan.druart at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED CC| |jonathan.druart at biblibre.co | |m Resolution| |INVALID --- Comment #7 from Jonathan Druart <jonathan.druart at biblibre.com> 2011-12-09 13:55:45 UTC --- This patch is buggy, We can't get all frameworkcode for each call to GetMarcStructure. With ~60k lines in marc_subfield_structure table, we lost 2sec per page ! (results and detail) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 9 14:55:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 13:55:48 +0000 Subject: [Koha-bugs] [Bug 5999] Biblibre : Performance enhancements for 3.4 In-Reply-To: <bug-5999-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5999-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5999-70-7HwZswSXeJ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5999 Bug 5999 depends on bug 6020, which changed state. Bug 6020 Summary: Reworking C4::Biblio for performance improvements http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6020 What |Old Value |New Value ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |INVALID -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 9 14:55:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 13:55:48 +0000 Subject: [Koha-bugs] [Bug 7119] Code cleaning & improvements omnibus In-Reply-To: <bug-7119-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7119-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7119-70-V3EKvjxbh3@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7119 Bug 7119 depends on bug 6020, which changed state. Bug 6020 Summary: Reworking C4::Biblio for performance improvements http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6020 What |Old Value |New Value ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |INVALID -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 9 15:31:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 14:31:59 +0000 Subject: [Koha-bugs] [Bug 7170] Remove use of XML::Simple In-Reply-To: <bug-7170-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7170-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7170-70-ZhTPMFNLHv@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7170 --- Comment #8 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-09 14:31:59 UTC --- For the record: i've tested XML::SAX::Simple, just replacing the use XML::Simple by use XML::LibXML::Simple qw(XMLin); 1st you get an error : Unrecognised option: suppressempty at /home/paul/koha.dev/koha-community/C4/Context.pm line 231 If you remove the suppressemptry =>'' at line 231, you get: Bad arg length for Socket::pack_sockaddr_in, length is 0, should be 4 at /usr/lib/perl/5.12/Socket.pm line 217. I haven't investigated more -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 9 15:55:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 14:55:50 +0000 Subject: [Koha-bugs] [Bug 7284] Authority matching algorithm improvements In-Reply-To: <bug-7284-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7284-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7284-70-VxOIVlLVRW@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7284 lculber at mdah.state.ms.us changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lculber at mdah.state.ms.us -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 9 16:02:18 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 15:02:18 +0000 Subject: [Koha-bugs] [Bug 7316] Missing escaping in search results In-Reply-To: <bug-7316-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7316-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7316-70-0mydsdwf4C@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7316 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #3 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-09 15:02:18 UTC --- patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 9 16:08:01 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 15:08:01 +0000 Subject: [Koha-bugs] [Bug 7284] Authority matching algorithm improvements In-Reply-To: <bug-7284-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7284-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7284-70-2T3uyG9ADr@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7284 --- Comment #3 from lculber at mdah.state.ms.us 2011-12-09 15:08:01 UTC --- Corporate headings are a big issue for us and this enhancement would be useful. For testing purposes, examples from our catalog for authorities: 100 1# $aWelty, Eudora$d1909-2001$xCharacters$xPoor 110 1# $aUnited States.$bWork Projects Administration.$bService Division.$bWar Services Program 110 1# $aConfederate States of America.$bArmy.$bTexas Brigade 150 #7 $aSpectators$zMississippi$zJackson$y1960-1970$2lctgm 150 ## $aAmerican literature$vBibliography$vCatalogs 150 ## $aChoctaw Indians$zMississippi$xAntiquities$vCatalogs to bibliographic records: 600 10 $$aWelty, Eudora$d1909-2001$xCharacters$xPoor. 610 1# $aUnited States.$bWork Projects Administration.$bService Division.$bWar Services Program. 610 10 $aConfederate States of America.$b.Army.$bTexas Brigade. 650 #7 $aSpectators$zMississippi$zJackson$y1960-1970$2lctgm. 650 #0 $aAmerican literature$vBibliography$vCatalogs. 650 #0 $aChoctaw Indians$zMississippi$xAntiquities$xCatalogs. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 9 16:12:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 15:12:50 +0000 Subject: [Koha-bugs] [Bug 7276] member entry Performance improvement In-Reply-To: <bug-7276-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7276-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7276-70-2gYLuCSucj@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7276 --- Comment #10 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-09 15:12:50 UTC --- QA comment about the follow-up = the initial patch caches the database structure for up to 10 minuts. It means the clearing sub is not necessary imo, even under a persistent env, that will work. It will just be needed to wait for up to 10 minuts to get a fresh env. Chris, can you confirm you've seen the 10 minuts limits, and explain why it should not be enough ? (follow-up OK and everything passed QA though) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 9 16:36:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 15:36:11 +0000 Subject: [Koha-bugs] [Bug 7344] New: first issue publication date should be required Message-ID: <bug-7344-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7344 Bug #: 7344 Summary: first issue publication date should be required Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_6 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P5 - low Component: Serials AssignedTo: colin.campbell at ptfs-europe.com ReportedBy: gaetan.boisson at biblibre.com QAContact: ian.walls at bywatersolutions.com When creating a new subscription in serials the "first issue publication date" field is not required. It is not a problem when it is left empty for libraries who don't do serial receive and don't need Published on and expected on dates to work. But libraries who do can create a subscription without filling this field and run into problems because of this. Since this information is available to all libraries, making it required won't break the function for anyone, but could enhance usability. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 9 17:55:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 16:55:11 +0000 Subject: [Koha-bugs] [Bug 7276] member entry Performance improvement In-Reply-To: <bug-7276-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7276-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7276-70-YPhMzu5oFH@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7276 --- Comment #11 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-09 16:55:11 UTC --- (In reply to comment #10) > QA comment > > about the follow-up = the initial patch caches the database structure for up to > 10 minuts. It means the clearing sub is not necessary imo, even under a > persistent env, that will work. It will just be needed to wait for up to 10 > minuts to get a fresh env. > > Chris, can you confirm you've seen the 10 minuts limits, and explain why it > should not be enough ? > > (follow-up OK and everything passed QA though) We are moving slowly to a persistent model, be it mod_perl, plack, fastcgi ..whatever. As such variables declared like this hash need to be able to be wiped. This has nothing to do with the memcached caching, but that we are declaring a variable, that when we are running in persistent mode will persist. So, we should always clean up after ourselves or we will get inconsistent and wrong behaviour when running in a persistent mode. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 9 18:12:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 17:12:46 +0000 Subject: [Koha-bugs] [Bug 7276] member entry Performance improvement In-Reply-To: <bug-7276-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7276-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7276-70-jplfcDnNUl@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7276 --- Comment #12 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-09 17:12:46 UTC --- OK, I undestand what I missed: cleaning the variable is necessary, otherwise, it will stay forever in your variable, which is bad. It has nothing to do with memcache PS: maybe we should write guidelines to manage persistent variables PS2: with a persistent model, will memcache still be usefull ? (i'll push the patch on monday) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 9 18:50:57 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 17:50:57 +0000 Subject: [Koha-bugs] [Bug 7338] link to serial detail wrong In-Reply-To: <bug-7338-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7338-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7338-70-5JciGN1J9O@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7338 --- Comment #4 from Nicole C. Engard <nengard at gmail.com> 2011-12-09 17:50:57 UTC --- Why are there two patches? I'm going to test the first one which was Katrin's -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 9 18:52:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 17:52:32 +0000 Subject: [Koha-bugs] [Bug 7338] link to serial detail wrong In-Reply-To: <bug-7338-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7338-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7338-70-FvnOnjWR60@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7338 Nicole C. Engard <nengard at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6689|0 |1 is obsolete| | --- Comment #5 from Nicole C. Engard <nengard at gmail.com> 2011-12-09 17:52:32 UTC --- Created attachment 6695 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6695 [SIGNED-OFF] Bug 7338: Link on serial collection page wrong This was a scoping error. The links are not supposed to show up when you open that page with a subscription id in the URL. To test: 1) Check links don't show up now. Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 9 18:53:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 17:53:14 +0000 Subject: [Koha-bugs] [Bug 7338] link to serial detail wrong In-Reply-To: <bug-7338-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7338-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7338-70-FlQPR5L5Cv@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7338 Nicole C. Engard <nengard at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Status|NEW |ASSIGNED Patch Status|--- |Signed Off AssignedTo|colin.campbell at ptfs-europe. |katrin.fischer at bsz-bw.de |com | --- Comment #6 from Nicole C. Engard <nengard at gmail.com> 2011-12-09 17:53:14 UTC --- Signed off on Katrin's patch. Please let me know what the second patch was for. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 9 19:11:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 18:11:07 +0000 Subject: [Koha-bugs] [Bug 7338] link to serial detail wrong In-Reply-To: <bug-7338-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7338-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7338-70-3xX3N6uX9r@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7338 --- Comment #7 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-09 18:11:07 UTC --- I think Frederic and me discovered a hidden feature while trying to fix this bug. I will try to investigate / test it a bit more this weekend. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 9 22:03:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Dec 2011 21:03:35 +0000 Subject: [Koha-bugs] [Bug 2629] Diacritics not being ignored when searching In-Reply-To: <bug-2629-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-2629-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-2629-70-NVcuY2yO1D@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2629 --- Comment #29 from Albert Oller <ago at bywatersolutions.com> 2011-12-09 21:03:35 UTC --- Hi Jared, The original problem reported was for this: Anam ?ara from Harrison Memorial Library (Carmel) Anam ?ara : (Record no. 62385) [ view plain ] 000 -LEADER fixed length control field 00991nam a2200325Ia 4500 001 - CONTROL NUMBER control field ocm40357390 100 1# - MAIN ENTRY--PERSONAL NAME Personal name O'Donohue, John, Dates associated with a name 1956- 245 10 - TITLE STATEMENT Title Anam ?ara : Remainder of title a book of Celtic wisdom / Statement of responsibility, etc John O'Donohue The ? was the only character reported as causing a problem, but I found a few extra characters that were missing, that I added in to prevent future tickets. Thanks, Albert -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 10 10:13:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Dec 2011 09:13:33 +0000 Subject: [Koha-bugs] [Bug 7276] member entry Performance improvement In-Reply-To: <bug-7276-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7276-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7276-70-vUz55EdTIx@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7276 --- Comment #13 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-10 09:13:33 UTC --- (In reply to comment #12) > OK, I undestand what I missed: cleaning the variable is necessary, otherwise, > it will stay forever in your variable, which is bad. It has nothing to do with > memcache > > PS: maybe we should write guidelines to manage persistent variables Probably a good idea. > PS2: with a persistent model, will memcache still be usefull ? > Yes, even with persistence, threads die after a while and respawn. So it is still useful. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 10 10:18:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Dec 2011 09:18:24 +0000 Subject: [Koha-bugs] [Bug 7342] aqbudgets statistics doesn't work when using Authorized values on sort1_authcat or sort2_authcat In-Reply-To: <bug-7342-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7342-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7342-70-S1Ere3t89x@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7342 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #5 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-10 09:18:24 UTC --- Hi Alex A little thing is this patch, that will cause the tests to fail, is the address for the FSF is wrong It is # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. (check mainpage.pl in master). I wont fail QA it for that, but it will need either a follow up or Paul to fix when he pushes it. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 10 10:24:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Dec 2011 09:24:23 +0000 Subject: [Koha-bugs] [Bug 7342] aqbudgets statistics doesn't work when using Authorized values on sort1_authcat or sort2_authcat In-Reply-To: <bug-7342-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7342-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7342-70-vse6x7tZlm@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7342 --- Comment #6 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-10 09:24:23 UTC --- Created attachment 6696 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6696 Bug 7342: Follow up fixing FSF address and adding use warnings -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 10 10:33:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Dec 2011 09:33:42 +0000 Subject: [Koha-bugs] [Bug 7334] Improve 'No address stored' and similar messages in patron account In-Reply-To: <bug-7334-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7334-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7334-70-ESj8npZd9O@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7334 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 10 10:47:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Dec 2011 09:47:10 +0000 Subject: [Koha-bugs] [Bug 5543] Date ISO format wrong separator In-Reply-To: <bug-5543-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5543-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5543-70-hWmYoOy9GI@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5543 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6640|0 |1 is obsolete| | --- Comment #4 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-10 09:47:10 UTC --- Created attachment 6697 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6697 Bug 5543 - Date ISO format wrong separator This patch converts the changes in Fridolyn SOMERS patch to T:T and adds an update to the database to correct the description there. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 10 10:47:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Dec 2011 09:47:41 +0000 Subject: [Koha-bugs] [Bug 5543] Date ISO format wrong separator In-Reply-To: <bug-5543-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5543-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5543-70-QA9XgEtXRu@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5543 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 10 10:53:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Dec 2011 09:53:08 +0000 Subject: [Koha-bugs] [Bug 6803] Removing remote include in MODS xslt In-Reply-To: <bug-6803-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6803-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6803-70-TK2wjcrALU@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6803 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6636|0 |1 is obsolete| | --- Comment #15 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-10 09:53:08 UTC --- Created attachment 6698 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6698 Bug 6803: Replacing remote XSL include Replacing remote include by local one. This resolves possible connectivity issues (see Bugzilla comments). Should theoretically be safer and faster too. December 7, 2011: Rebased and included nbsp entity definition (bug 7141). Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 10 10:53:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Dec 2011 09:53:28 +0000 Subject: [Koha-bugs] [Bug 6803] Removing remote include in MODS xslt In-Reply-To: <bug-6803-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6803-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6803-70-WWXKGCH1E6@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6803 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 10 20:27:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Dec 2011 19:27:24 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-XAyeNuUKC0@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 --- Comment #5 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-10 19:27:24 UTC --- Created attachment 6699 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6699 Bug 1633: Add support for uploading images to Koha A frequently-requested feature for Koha, especially by special libraries, is the ability to upload local cover images into Koha. This patch adds that ability. This counter-patch builds on the work by Koustubha Kale at Anant Corporation, but adds the following additional features: 1. Moves the code for handling image retrieval/saving into the Koha namespace 2. The ability to have multiple cover images for a biblio 3. Handling for "full size" (800x600) and thumbnail-size (200x140) images 4. A separate image viewer page 5. Javascript-based handling of cover image placement for the cover images in the OPAC (as opposed to static <img /> tags embedded into pages) 6. Local cover display in the staff client 7. Uploading images directly from the record view How to use/test : Assign user permission to the user Tools > (upload_local_cover_images Upload local cover images). In order to upload local images, login to the staff client. Go to Home ? Tools ? Upload Cover Images. Here you can upload cover images either singly or in bulk in the form of a zip file. If uploading singly, click on image file, browse the image from your local disk, type in the biblio number of the catalogue entry and press upload. If uploading in bulk as a zip file, the zip file must contain (in addition to cover images) one text file named either datalink.txt OR idlink.txt. This file should have mapping of biblionumber to image file name in the zip one per line with comma or tab as delimiters. For example: 1, scanned_cover_image_of_bib_no_1.jpg 2, scanned_cover_image_of_bib_no_1.jpg Cover images will be resized to a large image of 800x600 and a thumbnail of 200x140. Depending on the setting of AllowMultipleCovers, it is possible to upload multiple images for a single bibliographic record. However, even if multiple covers are permitted, you have the option of replacing the existing covers by checking the "Replace existing covers" option on the upload screen. 1. The patch adds a menu link in Tools from where you can upload local cover images 2. It adds a user permission to enable access control to this menu item under Tools 3. It adds a system preference OPACLocalCoverImages under Enhanced Content. This needs to be turned on to show local cover images in OPAC. Once you have uploaded local images, if you search for the biblio, the local cover should show up in search as well as search detail pages in the OPAC, and the details view in the Intranet. Koustubha Kale is working on another patch which will allow us to set a cover image source priority in system preferences, and which will then gracefully fail over to the next source if image is not available from the first choice source. Detailed test plan: 1. Install update (database updates are in installer/data/mysql/atomicupdate/local_cover_images.pl) 2. Enable LocalCoverImages and OPACLocalCoverImages in the Enhanced content preferences screen 3. Upload an image of type GIF, JPEG, PNG, or XPM either from the "Local Cover Image" tool and choosing "Image file" as its type and entering a valid biblionumber, or by viewing a record and clicking the "Upload Image" option under the Edit button in the toolbar 4. View the record in the Intranet and OPAC. The image should show up directly in OPAC search results and details, and there should be an "Images" tab on both the Intranet and the OPAC detail view 5. Upload another image and attach it to the same bibliographic record. 6. Confirm that the new image (only) shows up in the OPAC and Intranet 7. Change the AllowMultipleCovers to "Allow" in the Enhanced content preferences screen 8. Add several images to a bibliographic record 9. Confirm that they all show up in the "Images" tab on the Intranet and OPAC and only one shows up in the main display in the OPAC details and search results pages 10. Create a zip file containing at least one image and a text file "idlink.txt" with one or more lines that looks like this: 1, filename.jpg Replace the '1' with a valid biblionumber, and 'filename.jpg' with the name of the image file you are adding to the zip file 11. Upload the zip file from the "Local Cover Image" tool (being sure to choose "zip file" as the filetype) 12. Check that the image(s) have been attached to the appropriate bibliographic record(s) Special thanks to Koustubha Kale and Anant Corporation for the initial implementation of local cover images, and to Chris Nighswonger of Foundation Bible College for his prior work on patron images. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 11 01:03:36 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Dec 2011 00:03:36 +0000 Subject: [Koha-bugs] [Bug 6292] Overdue notices have a bug when multiple overdues exist In-Reply-To: <bug-6292-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6292-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6292-70-2XhufzGo9O@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6292 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5221|0 |1 is obsolete| | --- Comment #20 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-11 00:03:36 UTC --- Created attachment 6700 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6700 Bug 6292 : Followup 2. several letters where generated if a borrower had overdues with different due_date triggering the same level This patch fixes the SQL request giving the list of borrowers Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 11 01:03:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Dec 2011 00:03:52 +0000 Subject: [Koha-bugs] [Bug 6292] Overdue notices have a bug when multiple overdues exist In-Reply-To: <bug-6292-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6292-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6292-70-4hqxJATXE3@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6292 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 11 01:06:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Dec 2011 00:06:39 +0000 Subject: [Koha-bugs] [Bug 6800] Koha authentication should handle proxies better In-Reply-To: <bug-6800-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6800-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6800-70-aFIppN18eM@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6800 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Does not apply --- Comment #3 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-11 00:06:39 UTC --- Jared, if you have time, could you reformat the patch, we no longer need all the other sysprefs just the english one. (It won't currently apply until that is done) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 11 01:13:19 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Dec 2011 00:13:19 +0000 Subject: [Koha-bugs] [Bug 6151] IndependantBranches and HomeOrHoldingBranchReturn can prevent items from being checked in In-Reply-To: <bug-6151-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6151-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6151-70-CLgZBSTxyQ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6151 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6497|0 |1 is obsolete| | --- Comment #4 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-11 00:13:19 UTC --- Created attachment 6701 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6701 Bug 6151: Add AllowReturnToBranch system preference In order to solve the issue of IndependantBranches being incompatible with HomeOrHoldingBranchReturn, this patch changes the mechanism by which the question "can I return this material here?" is answered. Before, the conditions were "if IndependantBranches is on, and this branch isn't HomeOrHoldingBranchReturn for the item, then no, otherwise yes". Now, the question is answered by consulting CanBookBeReturned (new subroutine) New system preference: AllowReturnToBranch Possible values: - anywhere (default for new installs, and for existing systems with IndependantBranches turned off) - homebranch - holdingbranch (which is also the issuing branch in all normal circumstances) - homeorholdingbranch (default for existing systems with IndependantBranches turned on) New subroutine: CanBookBeReturned Input: $item hash (from GetItems), and $branchcode Output: 0 or 1 to indicate "allowed" or not, and an optional message if not allowed. Message is the 'correct' branchcode to return the material to To Test: 1. Install patch and new syspref 2. Check that default value of the preference: - if IndependantBranches was OFF at install time, should be 'anywhere' - if IndependantBranches was ON at install time, should be 'homeorholdingbranch' Case: 'anywhere' 1. Checkout a Library A book at Library A. Return at Library A should be successful 2. Repeat step 1, returning to Library B. Return should be successful 3. Checkout a Library A book at Library B. Return to A should be successful 4. Repeat step 3 with Library B and Library C Case: 'homebranch' 1. Checkout a Library A book at Library A. Return at Library A should be successful 2. Repeat step 1, returning to Library B. Return should FAIL (returning message to return at A) 3. Checkout a Library A book at Library B. Return to Library A should be successful 4. Repeat step 3 with Library B and Library C. Both should FAIL (returning message to return at A) Case: 'holdingbranch' 1. Checkout a Library A book at Library A. Return at Library A should be successful 2. Repeat step 1, returning to Library B. Return should FAIL (returning message to return at A) 3. Checkout a Library A book at Library B. Return to A should FAIL (returning message to return at B) 4. Repeat step 3 with Library B. Return should be successful 5. Repeat step 3 with Library C. Return should FAIL (returning message to return at B) Case: 'homeorholdingbranch' 1. Checkout a Library A book at Library A. Return at Library A should be successful 2. Repeat step 1, returning to Library B. Return should FAIL (returning message to return at A) 3. Checkout a Library A book at Library B. Return to A should be successful 4. Repeat step 3 with Library B. Return should be successful 5. Repeat step 3 with Library C. Return should FAIL (returning message to return at A) Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 11 01:13:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Dec 2011 00:13:34 +0000 Subject: [Koha-bugs] [Bug 6151] IndependantBranches and HomeOrHoldingBranchReturn can prevent items from being checked in In-Reply-To: <bug-6151-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6151-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6151-70-R4L6P3B5Bq@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6151 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 11 01:21:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Dec 2011 00:21:27 +0000 Subject: [Koha-bugs] [Bug 7299] ILSDI HoldItem service does't set the itemnumber in reserves table In-Reply-To: <bug-7299-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7299-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7299-70-db7XQ47uuM@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7299 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #2 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-11 00:21:27 UTC --- Hmmm, this now also passes in the biblionumber as biblioitemnumber ... which may not always be the same thing. Luckily because it is constraint 'a' it isn't used. But I wonder if we should remove it so it isn't confusing in future? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 11 01:26:43 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Dec 2011 00:26:43 +0000 Subject: [Koha-bugs] [Bug 7127] Templates must be valid XHTML In-Reply-To: <bug-7127-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7127-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7127-70-ECFFI8S6Cy@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7127 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6342|0 |1 is obsolete| | --- Comment #2 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-11 00:26:43 UTC --- Created attachment 6702 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6702 Bug 7127 - Templates must be valid XHTML Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 11 01:27:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Dec 2011 00:27:17 +0000 Subject: [Koha-bugs] [Bug 7127] Templates must be valid XHTML In-Reply-To: <bug-7127-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7127-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7127-70-6V1gJDDd3T@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7127 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 11 01:29:19 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Dec 2011 00:29:19 +0000 Subject: [Koha-bugs] [Bug 6800] Koha authentication should handle proxies better In-Reply-To: <bug-6800-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6800-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6800-70-3wsbNK5xrh@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6800 Jared Camins-Esakov <jcamins at cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5185|0 |1 is obsolete| | --- Comment #4 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-11 00:29:19 UTC --- Created attachment 6703 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6703 Bug 6800: Handle X-Forwarded-For headers Previously Koha always used the remote address for its sessions. This is a problem where a sizable percentage of sessions are being routed through the same proxy (for example, in the case of load balancers or reverse proxies, or even a corporate proxy). This commit adds support for pulling the client's IP address out of the X-Forwarded-For HTTP header, so that sessions will be keyed to the client and not the proxy. Although X-Forwarded-For can be spoofed, in situations where all clients would have the same immediate REMOTE_ADDRESS (e.g. load balancing, reverse proxy, corporate firewall), using X-Forwarded-For seems the lesser of two evils (if you're running the proxy, you can guarantee that the most recent entry in X-Forwarded-For is accurate, hence the behavior when the syspref is set to require a routable IP). === SYSPREFS === This commit adds the syspref HandleXForwardedFor with the following options: * Always use the address of the machine connecting to Koha as the client IP for authenticated sessions. This is appropriate for configurations with no reverse proxy or load balancer, and is exactly the same as the previous behavior. * Always use the address of the machine with the web browser as the client IP for authenticated sessions. This is appropriate for configurations that are contained entirely within a LAN, and therefore non-routable IPs can be mapped to specific computers. * Use the first routable address or the address of the last hop before the proxy as the client IP for authenticated sessions. This is appropriate for configurations that include a reverse proxy or load balancer exposed via the public Internet. Anyone connecting through an additional proxy will have their session linked to that proxy's IP. === API CHANGES === This commit adds the get_clientip method to C4::Auth to handle identification of the client IP: my $clientip = get_clientip($remote_addr, $forwarded_for, $require_routable); Parses the remote IP address (passed to the function in $remote_addr), the X-Forwarded-For header (passed to the function in $forwarded_for), and retrieves the IP address of the client, returning a string representation of the IP address. If $require_routable is set to "first", this function will always return the most-distant IP address. If $require_routable is set to "routable", this function will choose the first routable IP address in the list of relays, or the address immediately before the closest proxy. If $require_routable is set to "ignore", this function will always return the most recent hop (i.e. the remote address). "Ignore" is the default, if $require_routable is not set. === TESTING INSTRUCTIONS === The problem with the current configuration in Koha can be seen by configuring Koha to listen on 127.0.0.1 and setting up a Squid proxy with the following configuration options on the same server: # BEGIN SQUID CONFIGURATION # The next two lines must go at the top of the squid configuration file: http_port ${PUBLIC_IP}:80 accel defaultsite=${YOUR_DOMAIN} vhost cache_peer 127.0.0.1 parent 80 0 no-query originserver name=myAccel # The next four lines must go AFTER the line "acl CONNECT method CONNECT acl our_sites dstdomain .${YOUR_DOMAIN} http_access allow our_sites cache_peer_access myAccel allow our_sites cache_peer_access myAccel deny all # END SQUID CONFIGURATION If you view the session log after connecting via ${PUBLIC_IP}:80, you will see an entry for 127.0.0.1. This is the default behavior after this patch is applied as well, but by changing the syspref HandleXForwardedFor to "Always use the address of the originating machine," you can ensure that the IP that shows up will always be the IP address of the machine with the web browser, or by setting the syspref to "Use the first routable address or address of last hop before proxy," you can ensure that the IP will always be either the first routable address or the address of the system connecting to the reverse proxy. On a LAN, the difference between those two options can be tested by daisy-chaining a second squid proxy to the first, and connecting through that. In addition to these steps for testing, several tests have been added to confirm that C4::Auth::get_clientip correctly handles valid input. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 11 01:30:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Dec 2011 00:30:05 +0000 Subject: [Koha-bugs] [Bug 6800] Koha authentication should handle proxies better In-Reply-To: <bug-6800-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6800-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6800-70-B4TnRUqkIh@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6800 Jared Camins-Esakov <jcamins at cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Does not apply |Needs Signoff --- Comment #5 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-11 00:30:05 UTC --- Rebased on latest master. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 11 01:34:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Dec 2011 00:34:45 +0000 Subject: [Koha-bugs] [Bug 7345] New: Should be possible to export MARC records without private fields Message-ID: <bug-7345-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7345 Bug #: 7345 Summary: Should be possible to export MARC records without private fields Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: MARC Bibliographic data support AssignedTo: jcamins at cpbibliography.com ReportedBy: jcamins at cpbibliography.com QAContact: ian.walls at bywatersolutions.com At the moment, if you use the opac-export.pl script to obtain a MARC record programmatically from Koha, it includes all private fields and subfields. There should be an option that allows someone to request a records with all private fields (i.e. 9XX, X9X [excepting 490; great going, LC!], and XX9 and subfield $9) removed. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 11 02:25:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Dec 2011 01:25:46 +0000 Subject: [Koha-bugs] [Bug 7345] Should be possible to export MARC records without private fields In-Reply-To: <bug-7345-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7345-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7345-70-2eZt4WgWSl@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7345 --- Comment #1 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-11 01:25:46 UTC --- Created attachment 6704 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6704 Bug 7345: Enable exporting records sans private fields Add an option for marcstd to the opac-export.pl and catalogue/export.pl scripts. This new format removes all 9XX, X9X, XX9 fields and subfield $9 (with the exception of 490 in flavours of MARC other than UNIMARC). The work is done in C4::Record::marc2marc. Testing plan: 1. Export a record in "MARC (Unicode/UTF-8)" format as a control 2. In the OPAC, run the following jQuery to add the marcstd option to the UI: > $("#export #format").append("<option value='marcstd'>MARC (no 9xx)</option>"); 3. Export the same record in "MARC (no 9xx)" format 4. Compare the two, noticing that any subfield $9 or fields including 9 (other than 490 in flavours of MARC other than UNIMARC) have been removed -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 11 02:26:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Dec 2011 01:26:15 +0000 Subject: [Koha-bugs] [Bug 7345] Should be possible to export MARC records without private fields In-Reply-To: <bug-7345-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7345-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7345-70-0FWB0XyN5L@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7345 Jared Camins-Esakov <jcamins at cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Status|NEW |ASSIGNED Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 11 09:07:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Dec 2011 08:07:50 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-DxwMOvUw2d@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 --- Comment #6 from Koustubha Kale <kmkale at anantcorp.com> 2011-12-11 08:07:50 UTC --- Hi, Tried the patch. Applies cleanly except for a few whitespace errors. But when I try to run the automic update installer/data/mysql/atomicupdate/local_cover_images.pl I got a permission denied. So executable permissions are needed for this file. After I did that the patch works. Also the uploaded image does not show up in the intranet search page. It does show up in the OPAC search page. In both intranet & OPAC the uploaded images DO show up under the images tab in detail page. regards kmkale -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 11 11:23:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Dec 2011 10:23:59 +0000 Subject: [Koha-bugs] [Bug 7346] New: 'perl translate install' creates template directories for invalid languages Message-ID: <bug-7346-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7346 Bug #: 7346 Summary: 'perl translate install' creates template directories for invalid languages Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_6 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P5 - low Component: I18N/L10N AssignedTo: frederic at tamil.fr ReportedBy: marc at msys.ch QAContact: ian.walls at bywatersolutions.com When you (e.g. accidentally) try to install a non-existing or invalid language, the translate Perl script will bail out with an error message. But it has already created the language directories under /usr/share/koha/opac/htdocs/opac-tmpl/prog and /usr/share/koha/intranet/htdocs/intranet-tmpl/prog and the (invalid) language code is presented as a choice in the admin I18N/L10N interface. To very, enter perl translate install de-XY. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 11 11:56:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Dec 2011 10:56:49 +0000 Subject: [Koha-bugs] [Bug 7346] 'perl translate install' creates template directories for invalid languages In-Reply-To: <bug-7346-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7346-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7346-70-nhVoepb3Bi@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7346 --- Comment #1 from Fr?d?ric Demians <frederic at tamil.fr> 2011-12-11 10:56:49 UTC --- Created attachment 6705 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6705 Proposed patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 11 11:57:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Dec 2011 10:57:03 +0000 Subject: [Koha-bugs] [Bug 7346] 'perl translate install' creates template directories for invalid languages In-Reply-To: <bug-7346-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7346-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7346-70-pAgA7v5xBk@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7346 Fr?d?ric Demians <frederic at tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 11 11:58:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Dec 2011 10:58:59 +0000 Subject: [Koha-bugs] [Bug 7346] 'perl translate install' creates template directories for invalid languages In-Reply-To: <bug-7346-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7346-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7346-70-LVrpKg0Wnb@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7346 Fr?d?ric Demians <frederic at tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 11 11:59:51 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Dec 2011 10:59:51 +0000 Subject: [Koha-bugs] [Bug 7345] Should be possible to export MARC records without private fields In-Reply-To: <bug-7345-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7345-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7345-70-svEVhU7l6Q@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7345 Fr?re S?bastien Marie <semarie-koha at latrappe.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |semarie-koha at latrappe.fr --- Comment #2 from Fr?re S?bastien Marie <semarie-koha at latrappe.fr> 2011-12-11 10:59:51 UTC --- I think the patch could have a better design if UNIMARC was handle better: currently, if marcflavour is UNIMARC, "exporting records sans private fields" will result "exporting records with private fields" without notice to users... The design could be to have a hash with: - key $from_marcflavour - value a hash for function which are flavour dependent (MARC::Record->new_from_usmarc' / 'is_privatefield') And if not key, set $error to 'unimplemented'. This will permit easily extend for other marcflavour... -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 11 12:20:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Dec 2011 11:20:13 +0000 Subject: [Koha-bugs] [Bug 7346] 'perl translate install' creates template directories for invalid languages In-Reply-To: <bug-7346-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7346-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7346-70-AkikIyEyii@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7346 --- Comment #2 from Marc Balmer <marc at msys.ch> 2011-12-11 11:20:13 UTC --- (In reply to comment #1) > Created attachment 6705 [details] > Proposed patch That patch works fine. I am now trying to sign it off using git, which is a whole different adventure... -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 11 13:38:43 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Dec 2011 12:38:43 +0000 Subject: [Koha-bugs] [Bug 7345] Should be possible to export MARC records without private fields In-Reply-To: <bug-7345-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7345-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7345-70-Vx3JV6VRmr@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7345 --- Comment #3 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-11 12:38:43 UTC --- Fr?re S?bastien, I don't use UNIMARC, but the patch is supposed to strip private fields from UNIMARC too. At least, I thought that fields containing a 9 were private fields in UNIMARC. The only difference between MARC21/NORMARC and UNIMARC is supposed to be that field 490 is left in for flavors other than UNIMARC. Can you provide more details on exactly which fields are being left in, so that I can troubleshoot it? Regards, Jared -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 11 14:04:36 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Dec 2011 13:04:36 +0000 Subject: [Koha-bugs] [Bug 7345] Should be possible to export MARC records without private fields In-Reply-To: <bug-7345-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7345-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7345-70-yDTKpoze6x@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7345 --- Comment #4 from Fr?re S?bastien Marie <semarie-koha at latrappe.fr> 2011-12-11 13:04:36 UTC --- (In reply to comment #3) > Fr?re S?bastien, > > I don't use UNIMARC, but the patch is supposed to strip private fields from > UNIMARC too. At least, I thought that fields containing a 9 were private fields > in UNIMARC. > > The only difference between MARC21/NORMARC and UNIMARC is supposed to be that > field 490 is left in for flavors other than UNIMARC. > > Can you provide more details on exactly which fields are being left in, > so that I can troubleshoot it? Sorry, I have too quickly read your code... But as you say UNIMARC is supported, I will test it. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 11 14:16:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Dec 2011 13:16:05 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-3eiE6tdijL@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 Jared Camins-Esakov <jcamins at cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6699|0 |1 is obsolete| | --- Comment #7 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-11 13:16:05 UTC --- Created attachment 6706 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6706 Bug 1633: Add support for uploading images to Koha A frequently-requested feature for Koha, especially by special libraries, is the ability to upload local cover images into Koha. This patch adds that ability. This counter-patch builds on the work by Koustubha Kale at Anant Corporation, but adds the following additional features: 1. Moves the code for handling image retrieval/saving into the Koha namespace 2. The ability to have multiple cover images for a biblio 3. Handling for "full size" (800x600) and thumbnail-size (200x140) images 4. A separate image viewer page 5. Javascript-based handling of cover image placement for the cover images in the OPAC (as opposed to static <img /> tags embedded into pages) 6. Local cover display in the staff client details view (there does not seem to be anywhere appropriate to put the cover image in the intranet search results) 7. Uploading images directly from the record view How to use/test : Assign user permission to the user Tools > (upload_local_cover_images Upload local cover images). In order to upload local images, login to the staff client. Go to Home > Tools > Upload Cover Images. Here you can upload cover images either singly or in bulk in the form of a zip file. If uploading singly, click on image file, browse the image from your local disk, type in the biblio number of the catalogue entry and press upload. If uploading in bulk as a zip file, the zip file must contain (in addition to cover images) one text file named either datalink.txt OR idlink.txt. This file should have mapping of biblionumber to image file name in the zip one per line with comma or tab as delimiters. For example: 1, scanned_cover_image_of_bib_no_1.jpg 2, scanned_cover_image_of_bib_no_1.jpg Cover images will be resized to a large image of 800x600 and a thumbnail of 200x140. Depending on the setting of AllowMultipleCovers, it is possible to upload multiple images for a single bibliographic record. However, even if multiple covers are permitted, you have the option of replacing the existing covers by checking the "Replace existing covers" option on the upload screen. 1. The patch adds a menu link in Tools from where you can upload local cover images 2. It adds a user permission to enable access control to this menu item under Tools 3. It adds a system preference OPACLocalCoverImages under Enhanced Content. This needs to be turned on to show local cover images in OPAC. Once you have uploaded local images, if you search for the biblio, the local cover should show up in search as well as search detail pages in the OPAC, and the details view in the Intranet. Koustubha Kale is working on another patch which will allow us to set a cover image source priority in system preferences, and which will then gracefully fail over to the next source if image is not available from the first choice source. Detailed test plan: 1. Install update (database updates are in installer/data/mysql/atomicupdate/local_cover_images.pl) 2. Enable LocalCoverImages and OPACLocalCoverImages in the Enhanced content preferences screen 3. Upload an image of type GIF, JPEG, PNG, or XPM either from the "Local Cover Image" tool and choosing "Image file" as its type and entering a valid biblionumber, or by viewing a record and clicking the "Upload Image" option under the Edit button in the toolbar 4. View the record in the Intranet and OPAC. The image should show up directly in OPAC search results and details, and there should be an "Images" tab on both the Intranet and the OPAC detail view 5. Upload another image and attach it to the same bibliographic record. 6. Confirm that the new image (only) shows up in the OPAC and Intranet 7. Change the AllowMultipleCovers to "Allow" in the Enhanced content preferences screen 8. Add several images to a bibliographic record 9. Confirm that they all show up in the "Images" tab on the Intranet and OPAC and only one shows up in the main display in the OPAC details and search results pages 10. Create a zip file containing at least one image and a text file "idlink.txt" with one or more lines that looks like this: 1, filename.jpg Replace the '1' with a valid biblionumber, and 'filename.jpg' with the name of the image file you are adding to the zip file 11. Upload the zip file from the "Local Cover Image" tool (being sure to choose "zip file" as the filetype) 12. Check that the image(s) have been attached to the appropriate bibliographic record(s) Special thanks to Koustubha Kale and Anant Corporation for the initial implementation of local cover images, and to Chris Nighswonger of Foundation Bible College for his prior work on patron images. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 11 14:18:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Dec 2011 13:18:16 +0000 Subject: [Koha-bugs] [Bug 7345] Should be possible to export MARC records without private fields In-Reply-To: <bug-7345-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7345-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7345-70-KIQDam7LA0@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7345 Fr?re S?bastien Marie <semarie-koha at latrappe.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6704|0 |1 is obsolete| | --- Comment #5 from Fr?re S?bastien Marie <semarie-koha at latrappe.fr> 2011-12-11 13:18:16 UTC --- Created attachment 6707 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6707 Bug 7345: Enable exporting records sans private fields I have tested the patch under an UNIMARC flavour, with multiple items. Works as describe. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 11 14:20:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Dec 2011 13:20:59 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-c8qUgc881C@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 Jared Camins-Esakov <jcamins at cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jcamins at cpbibliography.com --- Comment #8 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-11 13:20:59 UTC --- The most recent patch resolves the whitespace errors and gives the updater executable permissions. Cover images are not added to the Intranet search results because I found them to be very aesthetically unappealing. Someone with more design ability could easily add them in a follow-up patch, if s/he wanted. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 11 15:03:54 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Dec 2011 14:03:54 +0000 Subject: [Koha-bugs] [Bug 6976] User hold limit can be avoided by users in OPAC In-Reply-To: <bug-6976-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6976-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6976-70-UpGonJV4U1@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6976 --- Comment #12 from Colin Campbell <colin.campbell at ptfs-europe.com> 2011-12-11 14:03:54 UTC --- Katrin's comment above is valid as this script has always checked the circ matrix limits via the C4::reserves routines but this does not restrict the user from placing the hold. The patch only addresses the users ability to circumvent the maxreserves setting -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 11 17:02:01 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Dec 2011 16:02:01 +0000 Subject: [Koha-bugs] [Bug 7346] 'perl translate install' creates template directories for invalid languages In-Reply-To: <bug-7346-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7346-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7346-70-QaeHRLL5Rz@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7346 --- Comment #3 from Marc Balmer <marc at msys.ch> 2011-12-11 16:02:01 UTC --- Created attachment 6708 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6708 signed off patch This is signed off by me patch. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 11 17:02:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Dec 2011 16:02:31 +0000 Subject: [Koha-bugs] [Bug 7346] 'perl translate install' creates template directories for invalid languages In-Reply-To: <bug-7346-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7346-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7346-70-zWE1qKiIB6@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7346 Marc Balmer <marc at msys.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 11 18:17:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Dec 2011 17:17:35 +0000 Subject: [Koha-bugs] [Bug 7346] 'perl translate install' creates template directories for invalid languages In-Reply-To: <bug-7346-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7346-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7346-70-RYmjvDkmab@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7346 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6705|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 11 22:35:53 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Dec 2011 21:35:53 +0000 Subject: [Koha-bugs] [Bug 7243] Do not take rentals as fines In-Reply-To: <bug-7243-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7243-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7243-70-IVgiJX9CEP@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7243 Duncan <duncan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6335|0 |1 is obsolete| | --- Comment #2 from Duncan <duncan at catalyst.net.nz> 2011-12-11 21:35:53 UTC --- Created attachment 6709 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6709 Tested patch, correctly solves the problem, requires further sign off. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 11 22:36:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Dec 2011 21:36:17 +0000 Subject: [Koha-bugs] [Bug 7243] Do not take rentals as fines In-Reply-To: <bug-7243-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7243-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7243-70-J5Nh92Ugvg@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7243 Duncan <duncan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |duncan at catalyst.net.nz -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 01:32:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 00:32:34 +0000 Subject: [Koha-bugs] [Bug 7235] Adding invoice number and vendor name to the moredetail page In-Reply-To: <bug-7235-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7235-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7235-70-zrfnkCwyc0@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7235 Duncan <duncan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6315|0 |1 is obsolete| | --- Comment #2 from Duncan <duncan at catalyst.net.nz> 2011-12-12 00:32:34 UTC --- Created attachment 6710 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6710 Fixed small conflict error Fixed a small conflict error in the original patch. However, I found some incorrect formatting on the table where the vendor and invoice information are now placed. This occurs when there is no information on the vendor or invoice on the specified record. I will attach a screenshot demonstrating this. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 01:32:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 00:32:42 +0000 Subject: [Koha-bugs] [Bug 7235] Adding invoice number and vendor name to the moredetail page In-Reply-To: <bug-7235-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7235-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7235-70-a37peqodIC@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7235 Duncan <duncan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |duncan at catalyst.net.nz -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 01:36:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 00:36:05 +0000 Subject: [Koha-bugs] [Bug 7235] Adding invoice number and vendor name to the moredetail page In-Reply-To: <bug-7235-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7235-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7235-70-YCrNqz8aZG@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7235 --- Comment #3 from Duncan <duncan at catalyst.net.nz> 2011-12-12 00:36:05 UTC --- Created attachment 6711 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6711 Picture of bad table formatting. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 02:12:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 01:12:12 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-05vY8QR87y@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 Jared Camins-Esakov <jcamins at cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6706|0 |1 is obsolete| | --- Comment #9 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-12 01:12:12 UTC --- Created attachment 6712 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6712 Bug 1633: Add support for uploading images to Koha A frequently-requested feature for Koha, especially by special libraries, is the ability to upload local cover images into Koha. This patch adds that ability. This counter-patch builds on the work by Koustubha Kale at Anant Corporation, but adds the following additional features: 1. Moves the code for handling image retrieval/saving into the Koha namespace 2. The ability to have multiple cover images for a biblio 3. Handling for "full size" (800x600) and thumbnail-size (200x140) images 4. A separate image viewer page 5. Javascript-based handling of cover image placement for the cover images in the OPAC (as opposed to static <img /> tags embedded into pages) 6. Local cover display in the staff client details view (there does not seem to be anywhere appropriate to put the cover image in the intranet search results) 7. Uploading images directly from the record view How to use/test : Assign user permission to the user Tools > (upload_local_cover_images Upload local cover images). In order to upload local images, login to the staff client. Go to Home > Tools > Upload Cover Images. Here you can upload cover images either singly or in bulk in the form of a zip file. If uploading singly, click on image file, browse the image from your local disk, type in the biblio number of the catalogue entry and press upload. If uploading in bulk as a zip file, the zip file must contain (in addition to cover images) one text file named either datalink.txt OR idlink.txt. This file should have mapping of biblionumber to image file name in the zip one per line with comma or tab as delimiters. For example: 1, scanned_cover_image_of_bib_no_1.jpg 2, scanned_cover_image_of_bib_no_1.jpg Cover images will be resized to a large image of 800x600 and a thumbnail of 200x140. Depending on the setting of AllowMultipleCovers, it is possible to upload multiple images for a single bibliographic record. However, even if multiple covers are permitted, you have the option of replacing the existing covers by checking the "Replace existing covers" option on the upload screen. 1. The patch adds a menu link in Tools from where you can upload local cover images 2. It adds a user permission to enable access control to this menu item under Tools 3. It adds a system preference OPACLocalCoverImages under Enhanced Content. This needs to be turned on to show local cover images in OPAC. Once you have uploaded local images, if you search for the biblio, the local cover should show up in search as well as search detail pages in the OPAC, and the details view in the Intranet. Koustubha Kale is working on another patch which will allow us to set a cover image source priority in system preferences, and which will then gracefully fail over to the next source if image is not available from the first choice source. Detailed test plan: 1. Install update (database updates are in installer/data/mysql/atomicupdate/local_cover_images.pl) 2. Enable LocalCoverImages and OPACLocalCoverImages in the Enhanced content preferences screen 3. Upload an image of type GIF, JPEG, PNG, or XPM either from the "Local Cover Image" tool and choosing "Image file" as its type and entering a valid biblionumber, or by viewing a record and clicking the "Upload Image" option under the Edit button in the toolbar 4. View the record in the Intranet and OPAC. The image should show up directly in OPAC search results and details, and there should be an "Images" tab on both the Intranet and the OPAC detail view 5. Upload another image and attach it to the same bibliographic record. 6. Confirm that the new image (only) shows up in the OPAC and Intranet 7. Change the AllowMultipleCovers to "Allow" in the Enhanced content preferences screen 8. Add several images to a bibliographic record 9. Confirm that they all show up in the "Images" tab on the Intranet and OPAC and only one shows up in the main display in the OPAC details and search results pages 10. Create a zip file containing at least one image and a text file "idlink.txt" with one or more lines that looks like this: 1, filename.jpg Replace the '1' with a valid biblionumber, and 'filename.jpg' with the name of the image file you are adding to the zip file 11. Upload the zip file from the "Local Cover Image" tool (being sure to choose "zip file" as the filetype) 12. Check that the image(s) have been attached to the appropriate bibliographic record(s) Special thanks to Koustubha Kale and Anant Corporation for the initial implementation of local cover images, and to Chris Nighswonger of Foundation Bible College for his prior work on patron images. Developers who installed a previous version of this patch may encounter errors in standard installs due to the Koha/Images.pm file not being installed properly. Please use this veresion instead. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 02:13:18 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 01:13:18 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-XwFjvqfYqT@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 Jared Camins-Esakov <jcamins at cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 08:46:43 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 07:46:43 +0000 Subject: [Koha-bugs] [Bug 7338] link to serial detail wrong In-Reply-To: <bug-7338-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7338-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7338-70-ebpCdhn6Df@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7338 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6695|0 |1 is obsolete| | --- Comment #8 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-12 07:46:43 UTC --- Created attachment 6713 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6713 Bug 7338: Follow up: show link only when there is more than 1 subscription To be tested together with http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6690 1) Create a subscription for a title - check the link 'Show any subscription...' doesn't show now - check the serials collection page works correctly and shows all necessary information 2) Create a second subscription for the same title - check a new link 'Show any subscription...' shows up now - use links in the issue table to change between viewing the single subscription and the overview page - check it works correctly and all information shows up -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 08:47:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 07:47:12 +0000 Subject: [Koha-bugs] [Bug 7338] link to serial detail wrong In-Reply-To: <bug-7338-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7338-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7338-70-T3seNM2mU2@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7338 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 08:47:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 07:47:52 +0000 Subject: [Koha-bugs] [Bug 7338] link to serial detail wrong In-Reply-To: <bug-7338-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7338-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7338-70-d4oT4BYBwh@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7338 --- Comment #9 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-12 07:47:52 UTC --- Hi Nicole, sorry for causing confusion and thx for your sign-off. Could you take a look at those both patches together? It should make available some nice new functionality for records with more than 1 subscription! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 09:22:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 08:22:08 +0000 Subject: [Koha-bugs] [Bug 7159] Add branchcode to circulation.pl search In-Reply-To: <bug-7159-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7159-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7159-70-x1Xd8mLy3T@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7159 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Patch Status|Signed Off |Passed QA QAContact|ian.walls at bywatersolutions. |m.de.rooy at rijksmuseum.nl |com | --- Comment #4 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-12 08:22:08 UTC --- QA Comment: Small change. Marking as Passed QA. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 09:41:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 08:41:15 +0000 Subject: [Koha-bugs] [Bug 7139] Log circulation messags In-Reply-To: <bug-7139-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7139-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7139-70-RE6CAhXzKn@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7139 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl AssignedTo|gmcharlt at gmail.com |chris at bigballofwax.co.nz QAContact|koha-bugs at lists.koha-commun |ian.walls at bywatersolutions. |ity.org |com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 09:41:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 08:41:39 +0000 Subject: [Koha-bugs] [Bug 7139] Log circulation messags In-Reply-To: <bug-7139-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7139-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7139-70-0hSgk2ZuBN@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7139 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6182|0 |1 is obsolete| | --- Comment #4 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-12 08:41:39 UTC --- Created attachment 6714 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6714 Signed patch (text revised) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 09:46:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 08:46:40 +0000 Subject: [Koha-bugs] [Bug 3431] Catalog by itemtype report pulling from holdingbranch In-Reply-To: <bug-3431-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-3431-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-3431-70-L0T1EMH1eO@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3431 --- Comment #3 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-12 08:46:40 UTC --- I agree this report is not used, but the changes made make it more useful to never use. Will sign off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 09:48:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 08:48:34 +0000 Subject: [Koha-bugs] [Bug 3431] Catalog by itemtype report pulling from holdingbranch In-Reply-To: <bug-3431-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-3431-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-3431-70-KQyUkVWpjT@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3431 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5110|0 |1 is obsolete| | --- Comment #4 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-12 08:48:34 UTC --- Created attachment 6715 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6715 Fix for Bug 3431 - Catalog by itemtype report pulling from holdingbranch Plus several other fixes for this report no one uses: - Clarifying titles and breadcrumbs - Correcting terminology: branch -> library - Sorting library select field by library name - Displaying library name instead of code on output - Sorting results by itemtype description - Adding tablesorter to results Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 09:48:54 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 08:48:54 +0000 Subject: [Koha-bugs] [Bug 3431] Catalog by itemtype report pulling from holdingbranch In-Reply-To: <bug-3431-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-3431-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-3431-70-IOjTUGTU2d@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3431 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 09:51:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 08:51:02 +0000 Subject: [Koha-bugs] [Bug 3216] UNIMARC author facets In-Reply-To: <bug-3216-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-3216-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-3216-70-Upoiwq5XJL@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3216 --- Comment #9 from Fr?d?ric Demians <frederic at tamil.fr> 2011-12-12 08:51:02 UTC --- Created attachment 6716 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6716 ICU/CHR tokenization Word search with multi-part facets works properly only with Zebra ICU tokenization. This patch add a new question to Koha command line installer: Zebra has two methods to perform records tokenization and characters normalization: CHR and ICU. ICU is recommended for catalogs containing non-Latin characters. (chr, icu) [chr] How to test: - perl ./Makefile.PL - Try each possible value for new parameter - Take a look at zebradb/etc/default.idx file. Depending of the parameter you get this line: icuchain words-icu.xml or this one: charmap word-phrase-utf.chr -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 09:53:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 08:53:28 +0000 Subject: [Koha-bugs] [Bug 3216] UNIMARC author facets In-Reply-To: <bug-3216-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-3216-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-3216-70-2LetuZCmaz@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3216 --- Comment #10 from Fr?d?ric Demians <frederic at tamil.fr> 2011-12-12 08:53:28 UTC --- (In reply to comment #7) > Unfortunately, as soon as I modify the 650 to be 650az, I run into a problem. > The facet displays properly, but if I try to use it, I get no results. This is > because, for now, Zebra does not allow multiple subfields to be concatenated > and thrown into a single index. Searching for "su-to: Cookery -- Pennsylvania" > will return nothing, even if that heading is plentiful in the catalog. > Currently, the only way to get to that heading would be "su-to: Cookery AND > su-to: Pennsylvania", or to use the linked authority record in subfield 9 It works with Zebra ICU tokenization. The 2nd patch allow to install a Zebra default.idx file working with word and phrase ICU indexes. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 10:02:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 09:02:20 +0000 Subject: [Koha-bugs] [Bug 7338] link to serial detail wrong In-Reply-To: <bug-7338-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7338-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7338-70-Gt8QdIioQW@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7338 Fr?d?ric Demians <frederic at tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6713|0 |1 is obsolete| | --- Comment #10 from Fr?d?ric Demians <frederic at tamil.fr> 2011-12-12 09:02:20 UTC --- Created attachment 6717 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6717 Signed-off follow-up patch It works. With this patch, on Serials Collection page, the link, 'See any subscription attached to this biblio' appears only when there are more than one subscription attached to the biblio record. Kait: You haven't attach my patch with your sign-off. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 10:03:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 09:03:46 +0000 Subject: [Koha-bugs] [Bug 7323] Javascript error when editing list In-Reply-To: <bug-7323-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7323-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7323-70-K88cvmqcwm@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7323 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6606|0 |1 is obsolete| | --- Comment #2 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-12 09:03:46 UTC --- Created attachment 6718 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6718 Bug 7323 - Javascript error when editing list Correcting check for empty shelf name to prevent javascript error. Also correcting unescaped ampersand. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 10:04:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 09:04:06 +0000 Subject: [Koha-bugs] [Bug 7323] Javascript error when editing list In-Reply-To: <bug-7323-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7323-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7323-70-h6633HOpph@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7323 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 10:05:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 09:05:59 +0000 Subject: [Koha-bugs] [Bug 7194] OPAC detail and recent comments pages require corrections for XHTML validity In-Reply-To: <bug-7194-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7194-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7194-70-0gM8Efy27I@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7194 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6255|0 |1 is obsolete| | --- Comment #2 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-12 09:05:59 UTC --- Created attachment 6719 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6719 Fix for Bug 7194 - OPAC detail and recent comments pages corrections for XHTML validity - Adding html filter to subtitle output to correct unescaped ampersands - Adding missing alt attributes to libravatar output - Removing unecessary markup from comments page Bonus: Adding html_break filter to output of comments to preserve line breaks Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 10:06:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 09:06:17 +0000 Subject: [Koha-bugs] [Bug 7194] OPAC detail and recent comments pages require corrections for XHTML validity In-Reply-To: <bug-7194-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7194-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7194-70-e1fJFiBRaG@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7194 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 10:09:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 09:09:46 +0000 Subject: [Koha-bugs] [Bug 7338] link to serial detail wrong In-Reply-To: <bug-7338-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7338-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7338-70-Rn0z8kIJ6z@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7338 --- Comment #11 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-12 09:09:46 UTC --- Hi Frederic, thx for signing off. Your patch works great as well - I will replace the attached patch with a signed off one tonight. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 10:27:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 09:27:10 +0000 Subject: [Koha-bugs] [Bug 7123] barcode should be one word In-Reply-To: <bug-7123-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7123-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7123-70-J34xnjiwkh@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7123 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6166|0 |1 is obsolete| | --- Comment #2 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-12 09:27:10 UTC --- Created attachment 6720 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6720 Fix for Bug 7123 - barcode should be one word Other fixes thrown in for good measure: - Adding data to the results table to match output of returns - Better checking of error codes in the script to control output of error messages (don't show error box when there are no errors). - Move some errors/messages from the right column onto the top of the page to match Koha's established pattern. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 10:27:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 09:27:28 +0000 Subject: [Koha-bugs] [Bug 7123] barcode should be one word In-Reply-To: <bug-7123-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7123-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7123-70-VE1C92sTLh@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7123 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 10:31:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 09:31:08 +0000 Subject: [Koha-bugs] [Bug 7161] Open Library - Larger image, Read, borrow and checked-out status In-Reply-To: <bug-7161-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7161-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7161-70-ngX7xklXUz@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7161 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |m.de.rooy at rijksmuseum.nl Version|unspecified |master AssignedTo|oleonard at myacpl.org |amit.gupta at osslabs.biz -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 11:59:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 10:59:59 +0000 Subject: [Koha-bugs] [Bug 7161] Open Library - Larger image, Read, borrow and checked-out status In-Reply-To: <bug-7161-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7161-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7161-70-t1uU4isxXl@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7161 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Failed QA --- Comment #4 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-12 10:59:59 UTC --- QA Comments: Thanks for your work. Could you clarify/modify please following points: I did not find an example on short notice for ebooks with availability information/icon. There is a new function keys; but I couldn't see a call for it. Same for get_cover; only call is in comments. Some further questions on the code: A console debug message is still present. A regex call before creating Preview div has been eliminated; the reason for doing that is not made clear in this report. Can imagine that is was not really needed. A variable a is filled with element a and modified href. But later on an element a is manually appended with yet another book.url. Not clear? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 12:30:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 11:30:33 +0000 Subject: [Koha-bugs] [Bug 6374] Use "size" as names/hash keys leads to an unexpected results when using Template::Toolkit (name of a virtual method there) In-Reply-To: <bug-6374-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6374-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6374-70-s2IIyL2B51@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6374 --- Comment #3 from Adrien SAURAT <adrien.saurat at biblibre.com> 2011-12-12 11:30:33 UTC --- Created attachment 6721 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6721 proposed patch I don't know the database enough to judge if a name change would be the best solution, but I attach here a patch which would at least define a default value for size (empty space), preventing conflict with TT. A lot of lines appear modified because I corrected some indentation/space tabs, but only three lines of code were really added. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 12:30:56 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 11:30:56 +0000 Subject: [Koha-bugs] [Bug 6374] Use "size" as names/hash keys leads to an unexpected results when using Template::Toolkit (name of a virtual method there) In-Reply-To: <bug-6374-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6374-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6374-70-n3OHLHKAjE@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6374 Adrien SAURAT <adrien.saurat at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent CC| |adrien.saurat at biblibre.com Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 13:57:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 12:57:44 +0000 Subject: [Koha-bugs] [Bug 7157] Improve the j2a.pl cronjob In-Reply-To: <bug-7157-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7157-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7157-70-GYMWrwvENz@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7157 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Version|rel_3_8 |master QAContact|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 14:00:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 13:00:16 +0000 Subject: [Koha-bugs] [Bug 7157] Improve the j2a.pl cronjob In-Reply-To: <bug-7157-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7157-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7157-70-1tWTmYLWsj@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7157 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Patch Status|Signed Off |Passed QA --- Comment #3 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-12 13:00:16 UTC --- QA Comment: Code looks good. Did not test it, but has a solid signoff. Marked as Passed QA. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 14:00:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 13:00:55 +0000 Subject: [Koha-bugs] [Bug 7157] Improve the j2a.pl cronjob In-Reply-To: <bug-7157-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7157-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7157-70-LnFymLfoM3@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7157 --- Comment #4 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-12 13:00:55 UTC --- (In reply to comment #3) > QA Comment: Code looks good. Did not test it, but has a solid signoff. Marked > as Passed QA. Applies, but with whitespace errors. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 14:31:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 13:31:45 +0000 Subject: [Koha-bugs] [Bug 7124] Back to search wrapping in lower resolutions In-Reply-To: <bug-7124-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7124-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7124-70-hdmiZq8ixg@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7124 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Patch Status|Signed Off |Passed QA QAContact|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | --- Comment #3 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-12 13:31:45 UTC --- QA: Changing presentation only: small css and template changes. Look good. Marked as Passed QA. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 14:36:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 13:36:55 +0000 Subject: [Koha-bugs] [Bug 7215] callnumber versus itemcallnumber In-Reply-To: <bug-7215-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7215-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7215-70-9qbPROX7EY@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7215 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Patch Status|Signed Off |Passed QA --- Comment #5 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-12 13:36:55 UTC --- QA: Did not test it, but looks good. Marked as Passed QA. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 15:18:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 14:18:33 +0000 Subject: [Koha-bugs] [Bug 7167] updatedatabase improvements In-Reply-To: <bug-7167-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7167-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7167-70-KanEwdCGLa@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7167 --- Comment #29 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-12 14:18:33 UTC --- Created attachment 6722 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6722 Bug 7167 follow-up perlcritic & numbers display & partial apply depending on DEBUG * add use strict to updatedatabase, that is now perlcritic compliant * partial apply of DB revs is now managed by DEBUG env variable = if DEBUG=0, the user can just apply every DBrev. If DEBUG=1, we're in a dev env, the user know has the option to apply DBrevs one by one Display: * in updatedatabase, small spelling changes * in about.pl, remove 0 just after . (3.06.01 is displayed as 3.6.1) * improve the display of applied numbers on about.pl - before this patch, if you have N, N+1, N+2, N+3 and N+10 DB rev applied, about was displaying : , N+1 / N+2 / N+3 / N+10 - after this patch you have N......N+3 / N+10 * add ORDER BY into list_versions_already_knows to have number retrieved in the same order whatever the order they are applied -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 15:20:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 14:20:49 +0000 Subject: [Koha-bugs] [Bug 7167] updatedatabase improvements In-Reply-To: <bug-7167-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7167-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7167-70-ReC48Izsui@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7167 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6722|Bug 7167 follow-up |Bug 7167 follow-up 2 description|perlcritic & numbers |perlcritic & numbers |display & partial apply |display & partial apply |depending on DEBUG |depending on DEBUG --- Comment #30 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-12 14:20:49 UTC --- Comment on attachment 6722 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6722 Bug 7167 follow-up 2 perlcritic & numbers display & partial apply depending on DEBUG This follow-up deals with comment 28 : > > Listing them all is not helpful. > Yep, I plan to add an improvement to display applied patches like this > 3.07.01.001...3.07.01.015 (if we have applied all revs btw 001 and 0015) > and 3.07.01.001...3.07.01.015, 3.07.01.0017 (if we have applied all revs > between 001 and 015, and the 017) > > > So this would be: 3.07.01 with 36 db revisions installed; 23 db revisions > > pending. > > Question: Do you allow someone to install dbrev 3.07.03.xxx while not all > > 3.07.02 are installed? I would say No. > > Code should check that. Can we test it? > > I've proposed, and will provide an improvement for that, the following > behaviour: > * if DEBUG=0, then you will reach the update page from mainpage.pl until you've > made all update. So you *can't* switch an update. > * if DEBUG=1, then you won't reach the update page automatically. For > testers/testing purposes, it's a desired behaviour (improvement: today, you > have only the DEBUG=0 behaviour, which is OK) > > Thus, you'll get: > * non linear updates, with almost the same behaviour as today, for productions > setups > * mandatory updates, except if you've DEBUG=1 (and in this case, you know what > you're doing) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 15:26:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 14:26:25 +0000 Subject: [Koha-bugs] [Bug 7198] overdue report does not display patron name if firstname and/or surname are null In-Reply-To: <bug-7198-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7198-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7198-70-Jh8dOrwxmS@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7198 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Version|rel_3_8 |master Patch Status|Signed Off |Passed QA QAContact|ian.walls at bywatersolutions. |m.de.rooy at rijksmuseum.nl |com | --- Comment #8 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-12 14:26:25 UTC --- QA: Looks good. Updating patch status. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 15:36:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 14:36:21 +0000 Subject: [Koha-bugs] [Bug 7124] Back to search wrapping in lower resolutions In-Reply-To: <bug-7124-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7124-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7124-70-Y7RjoB76Z6@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7124 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Patch Status|Passed QA |Patch Pushed --- Comment #4 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-12 14:36:21 UTC --- Patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 15:44:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 14:44:05 +0000 Subject: [Koha-bugs] [Bug 7144] Floating collection In-Reply-To: <bug-7144-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7144-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7144-70-mIQrn3nypL@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7144 --- Comment #5 from Ian Walls <ian.walls at bywatersolutions.com> 2011-12-12 14:44:05 UTC --- This can be done at a global level in the default_circ_rules table; it if's also then added to branch_item_rules, default_branch_circ_rules and default_branch_item_rules, then it can be controlled on a per branch and item type basis, as well. The preference can piggyback on the GetBranchItemRule subroutine. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 15:47:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 14:47:44 +0000 Subject: [Koha-bugs] [Bug 7157] Improve the j2a.pl cronjob In-Reply-To: <bug-7157-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7157-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7157-70-X4sEr9pcgn@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7157 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Patch Status|Passed QA |Failed QA --- Comment #5 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-12 14:47:44 UTC --- A small problem not noticed by Marcel or Chris: the syntax of the parameters: http://search.cpan.org/~jv/Getopt-Long-2.38/lib/Getopt/Long.pm => 1 character parameters are called with a single -, others are with -- the -man means in fact -m -a -n the -help means -h -e -l -p You should have written --help and --man Your script is working, but: * a new option/parameter may result in strange results that will be hard to understand * cronjob scripts are with -- for long options So, please resubmit your patch with help=s and updated documentation (great script though !) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 15:52:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 14:52:34 +0000 Subject: [Koha-bugs] [Bug 7159] Add branchcode to circulation.pl search In-Reply-To: <bug-7159-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7159-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7159-70-DnCa7krvG6@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7159 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|rel_3_8 |rel_3_6 Patch Status|Passed QA |Patch Pushed --- Comment #5 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-12 14:52:34 UTC --- patch pushed, please test (minor ENH, worth being included in 3.6, i've change "Version" field) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 16:36:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 15:36:33 +0000 Subject: [Koha-bugs] [Bug 7198] overdue report does not display patron name if firstname and/or surname are null In-Reply-To: <bug-7198-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7198-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7198-70-Q3oLrNghxM@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7198 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Passed QA |Patch Pushed --- Comment #9 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-12 15:36:33 UTC --- Patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 16:40:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 15:40:21 +0000 Subject: [Koha-bugs] [Bug 7214] can't change framework when editing record as duplicate In-Reply-To: <bug-7214-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7214-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7214-70-N0JbWjzHUs@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7214 Nicole C. Engard <nengard at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master --- Comment #1 from Nicole C. Engard <nengard at gmail.com> 2011-12-12 15:40:21 UTC --- I can confirm that this is still an issue in master. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 16:44:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 15:44:08 +0000 Subject: [Koha-bugs] [Bug 6210] Choose framework on Merge In-Reply-To: <bug-6210-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6210-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6210-70-vlFObuoUjY@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6210 --- Comment #12 from Nicole C. Engard <nengard at gmail.com> 2011-12-12 15:44:08 UTC --- Test 1: Merge two records with the same framework Desired result: shouldn't get any prompting to pick a framework, and the same framework should be used **PASSED Test 1** Test 2: 2 records, different frameworks, into the kept record's framework Desired result: merge with kept records framework used **PASSED Test 2** Test 3: 2 records, different frameworks, into the discarded record's framework Desired result: merge with used records framework used **PASSED Test 3** Test 4: 2 records, different frameworks, into a third framework Desired result: merge with third framework used ** FAILED Test 4 ** After clicking 'merge' I get this - I tried to merge a books framework title and a fast add framework title in to the default framework. Software error: No biblionumber tag for framework "Default" at /home/nengard/kohaclone/C4/Biblio.pm line 3186. For help, please send mail to the webmaster (webmaster at debian), giving this error message and the time and date of the error. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 17:37:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 16:37:41 +0000 Subject: [Koha-bugs] [Bug 7215] callnumber versus itemcallnumber In-Reply-To: <bug-7215-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7215-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7215-70-SOM3I9jjBm@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7215 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|unspecified |rel_3_6 Patch Status|Passed QA |Patch Pushed --- Comment #6 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-12 16:37:41 UTC --- patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 17:42:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 16:42:35 +0000 Subject: [Koha-bugs] [Bug 7336] memberentry.pl generates an error in the log In-Reply-To: <bug-7336-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7336-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7336-70-FAt6gIywUX@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7336 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Passed QA |Patch Pushed --- Comment #3 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-12 16:42:35 UTC --- patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 17:46:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 16:46:15 +0000 Subject: [Koha-bugs] [Bug 7082] Template improvements for better translatability In-Reply-To: <bug-7082-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7082-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7082-70-36ztQoQ4UC@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7082 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #5 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-12 16:46:15 UTC --- QA comment: tiny patch, great for translatability patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 17:47:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 16:47:06 +0000 Subject: [Koha-bugs] [Bug 7185] Update to 3.6 says "Koha release 3.4" In-Reply-To: <bug-7185-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7185-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7185-70-5YNlygVHK0@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7185 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Patch Pushed --- Comment #8 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-12 16:47:06 UTC --- patch pushed, for RMAint -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 17:52:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 16:52:58 +0000 Subject: [Koha-bugs] [Bug 7347] New: dontmerge preference description wrong Message-ID: <bug-7347-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7347 Bug #: 7347 Summary: dontmerge preference description wrong Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 - low Component: Cataloging AssignedTo: gmcharlt at gmail.com ReportedBy: nengard at gmail.com QAContact: ian.walls at bywatersolutions.com The preference says 'If this is off, please ask your administrator to enable the merge_authorities.pl cronjob. ' According to http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6094 the cron isn't required anymore also there is no merge_authorities in the cronjob dir. There is, however, a merge_authority.pl script in the koha bin dir. I think the note needs to be removed from the preference unless there is a reason that it's still there. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 17:56:22 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 16:56:22 +0000 Subject: [Koha-bugs] [Bug 7245] Errors in MySQL tables population with mandatory data for italian installation In-Reply-To: <bug-7245-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7245-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7245-70-Pp0UZIegPg@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7245 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |paul.poulain at biblibre.com Patch Status|Signed Off |Failed QA --- Comment #8 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-12 16:56:22 UTC --- QA comment: I hesitate to mark failed QA but... there is a big mistake in the sql files: they are using short SQL statements: +INSERT INTO `itemtypes` VALUES ('BK', 'Libro',5,0,'bridge/book.gif',''); and not +INSERT INTO `itemtypes` (field1, field2, field3, field4, field5,...) VALUES ('BK', 'Libro',5,0,'bridge/book.gif',''); it means that the next modification in itemtypes will result in this bug being reopened, because it will fail again. Could you please fix the SQL and add the field names ? marking failed QA, -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 18:00:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 17:00:26 +0000 Subject: [Koha-bugs] [Bug 7144] Floating collection In-Reply-To: <bug-7144-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7144-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7144-70-NYB6jGOwAA@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7144 --- Comment #6 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-12 17:00:26 UTC --- I feel you are scope creeping the bug, outside of the clients requirements. As such you are welcome to send a counter patch. But I do not think that it is harmful to accept this patch and extend it later. It will change no existing behaviour without turning the systempreference on. And will work for libraries who want it to work this way. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 18:25:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 17:25:12 +0000 Subject: [Koha-bugs] [Bug 6916] Selecting the acq date of an item should take you to the invoice page for it In-Reply-To: <bug-6916-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6916-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6916-70-cpb22RQLbV@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6916 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Failed QA --- Comment #16 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-12 17:25:12 UTC --- I suspect there's something wrong with this follow-up: if you have a record with 2 items, bought from 2 different orders, this patch will make moredetail fail: tested case: * create basket A, add an order from empty biblio, recieve it in "PARCEL A" * create basket B, add an order from existing biblio, choose the previously added biblio, recieve it in "PARCEL B" * go to moredetail page => both items are linked to "PARCEL A", which is wrong (in my tests, AcqCreateItem is set to ordering) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 18:30:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 17:30:42 +0000 Subject: [Koha-bugs] [Bug 7144] Floating collection In-Reply-To: <bug-7144-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7144-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7144-70-iru9OvS8CF@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7144 --- Comment #7 from Ian Walls <ian.walls at bywatersolutions.com> 2011-12-12 17:30:42 UTC --- Chris, I suppose I should have been more explicit; I've also got a couple partner libraries that need this, but on a per itemtype basis. Hence my interest in the generalization. A patch is forthcoming that should meet both our needs, and we can hopefully soon get rid of HomeOrHoldingBranchReturn entirely. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 18:47:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 17:47:42 +0000 Subject: [Koha-bugs] [Bug 7215] callnumber versus itemcallnumber In-Reply-To: <bug-7215-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7215-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7215-70-oEHk5CDtUC@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7215 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com --- Comment #7 from Liz Rea <wizzyrea at gmail.com> 2011-12-12 17:47:42 UTC --- This patch seems to have broken the unit tests for the label creator. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 12 18:58:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 17:58:12 +0000 Subject: [Koha-bugs] [Bug 7215] callnumber versus itemcallnumber In-Reply-To: <bug-7215-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7215-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7215-70-vcVsjDcIPG@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7215 --- Comment #8 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-12 17:58:12 UTC --- This is currently breaking the unit tests Testing Layout->new() method. # Failed test at t/db_dependent/Labels/t_Layout.t line 51. # Structures begin differing at: # $got->{format_string} = 'title, author, isbn, issn, itemtype, barcode, itemcallnumber' # $expected->{format_string} = 'title, author, isbn, issn, itemtype, barcode, callnumber' # New layout object FAILED to verify. # Testing Layout->get_attr() method. # Failed test at t/db_dependent/Labels/t_Layout.t line 55. # Layout->get_attr() FAILED on attribute format_string. Are the 2 failed tests. Looks like the tests weren't updated when the functionality was changed. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 00:01:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 23:01:44 +0000 Subject: [Koha-bugs] [Bug 7157] Improve the j2a.pl cronjob In-Reply-To: <bug-7157-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7157-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7157-70-a4oNvpxQVS@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7157 --- Comment #6 from Liz Rea <wizzyrea at gmail.com> 2011-12-12 23:01:44 UTC --- Created attachment 6723 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6723 Bug 7157 - Improve the j2a.pl cronjob - Calculates updates date based on the upper age limit defined in the patron categories. - Allows libraries to work on all branches or only one. - Allows libraries to specify which Adult patron category to update child categories to. - Allows libraries to specify a single Child patron category to update to an adult category. - Has a test mode to display what transforms would be done on the database without executing the changes. Includes improved help, copyright statement, and uses warnings. Also incorporates Paul's suggestions regarding --help and --man. To test: Create two patron categories, a child and an adult category. Make sure they have an upper age limit. Create or modify some patrons in multiple branches that fall into the category of "my birthdate is less than or equal to today's date minus the upper age limit" 1. Run the script with no flags - nothing should happen, it will suggest you try the -help flag. 2. Run the script with the -help flag - you should see the help 3. Run the script with the -fromcat=<child category> -tocat=<adult category> -v -n - should show you results from all branches but take no action and tell you what its computations are. 4. Run the script with the -fromcat=<child category> -tocat=<adult category> -branch=<branchcode> -v -n - should show you results from your specified branch, but take no action and tell you what it's computations are. 5. Run the script with the -fromcat=<child category> -tocat=<adult category> -v -branch=<branchcode> - should show you the computations and tell you how many patrons were modified in your single branch. It will not show you the information on which patrons were updated. 6. Run the script with the -fromcat=<child category> -tocat=<adult category> -v - should show you the computations and tell you how many patrons were modified across all branches. 7. Run the script without the -v flag, if you care what the non-verbose output looks like. Known limitation - if you give it an unknown tocat, it will fail with a rather ugly error. I'm going to fix that but in another patch. There is more this script could do, please feel free to take it and run. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 00:02:09 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 23:02:09 +0000 Subject: [Koha-bugs] [Bug 7157] Improve the j2a.pl cronjob In-Reply-To: <bug-7157-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7157-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7157-70-29u7J3lBki@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7157 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6250|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 00:02:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 23:02:52 +0000 Subject: [Koha-bugs] [Bug 7157] Improve the j2a.pl cronjob In-Reply-To: <bug-7157-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7157-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7157-70-r2qcA2cXVD@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7157 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6723|0 |1 is obsolete| | --- Comment #7 from Liz Rea <wizzyrea at gmail.com> 2011-12-12 23:02:52 UTC --- Comment on attachment 6723 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6723 Bug 7157 - Improve the j2a.pl cronjob Gah. Too late in the day and I did it wrong. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 00:05:22 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 23:05:22 +0000 Subject: [Koha-bugs] [Bug 7157] Improve the j2a.pl cronjob In-Reply-To: <bug-7157-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7157-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7157-70-3LIbVMwH0i@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7157 --- Comment #8 from Liz Rea <wizzyrea at gmail.com> 2011-12-12 23:05:22 UTC --- Created attachment 6724 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6724 Bug 7157 - Improve the j2a.pl cronjob - Calculates updates date based on the upper age limit defined in the patron categories. - Allows libraries to work on all branches or only one. - Allows libraries to specify which Adult patron category to update child categories to. - Allows libraries to specify a single Child patron category to update to an adult category. - Has a test mode to display what transforms would be done on the database without executing the changes. Includes improved help, copyright statement, and uses warnings. Also incorporates Paul's suggestions regarding --help and --man. To test: Create two patron categories, a child and an adult category. Make sure they have an upper age limit. Create or modify some patrons in multiple branches that fall into the category of "my birthdate is less than or equal to today's date minus the upper age limit" 1. Run the script with no flags - nothing should happen, it will suggest you try the -help flag. 2. Run the script with the -help flag - you should see the help 3. Run the script with the -fromcat=<child category> -tocat=<adult category> -v -n - should show you results from all branches but take no action and tell you what its computations are. 4. Run the script with the -fromcat=<child category> -tocat=<adult category> -branch=<branchcode> -v -n - should show you results from your specified branch, but take no action and tell you what it's computations are. 5. Run the script with the -fromcat=<child category> -tocat=<adult category> -v -branch=<branchcode> - should show you the computations and tell you how many patrons were modified in your single branch. It will not show you the information on which patrons were updated. 6. Run the script with the -fromcat=<child category> -tocat=<adult category> -v - should show you the computations and tell you how many patrons were modified across all branches. 7. Run the script without the -v flag, if you care what the non-verbose output looks like. Known limitation - if you give it an unknown tocat, it will fail with a rather ugly error. I'm going to fix that but in another patch. There is more this script could do, please feel free to take it and run. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 00:05:57 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Dec 2011 23:05:57 +0000 Subject: [Koha-bugs] [Bug 7157] Improve the j2a.pl cronjob In-Reply-To: <bug-7157-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7157-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7157-70-kHxSS9em8z@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7157 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 04:51:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 03:51:31 +0000 Subject: [Koha-bugs] [Bug 7348] New: Fix error in IE where the serials toolbar buttons do not show. Message-ID: <bug-7348-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7348 Bug #: 7348 Summary: Fix error in IE where the serials toolbar buttons do not show. Classification: Unclassified Change sponsored?: --- Product: Koha Version: unspecified Platform: All OS/Version: All Status: NEW Severity: minor Priority: P5 - low Component: Serials AssignedTo: colin.campbell at ptfs-europe.com ReportedBy: duncan at catalyst.net.nz QAContact: ian.walls at bywatersolutions.com Created attachment 6725 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6725 Patch to fix error in IE Serials toolbar did not display as buttons in IE7, displaying as anchors instead due to trailing ',' in JQuery. Patch attached -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 07:40:51 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 06:40:51 +0000 Subject: [Koha-bugs] [Bug 2156] Differences between English and French system preferences In-Reply-To: <bug-2156-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-2156-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-2156-70-5C758ygkDT@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2156 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-13 06:40:51 UTC --- We are using one central file for system preferences now with the option to update some preferences to language specific values. I think this resolves this bug. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 07:56:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 06:56:14 +0000 Subject: [Koha-bugs] [Bug 7245] Errors in MySQL tables population with mandatory data for italian installation In-Reply-To: <bug-7245-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7245-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7245-70-uuRWkbzOt4@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7245 --- Comment #9 from Fr?d?ric Demians <frederic at tamil.fr> 2011-12-13 06:56:14 UTC --- (In reply to comment #8) > QA comment: I hesitate to mark failed QA but... there is a big mistake in the > sql files: they are using short SQL statements: > +INSERT INTO `itemtypes` VALUES ('BK', 'Libro',5,0,'bridge/book.gif',''); > and not > > +INSERT INTO `itemtypes` (field1, field2, field3, field4, field5,...) VALUES > ('BK', 'Libro',5,0,'bridge/book.gif',''); > > it means that the next modification in itemtypes will result in this bug being > reopened, because it will fail again. > > Could you please fix the SQL and add the field names ? > > marking failed QA, You're right. it-IT/necessari/sample_itemtypes.sql contains incorrect SQL statements. But those statements are not introduced but this patch. There are already there in HEAD. IMO this issue should be covered by a separated bugzilla entry, and the attached patch should be applied since it fixes a real and current issue. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 08:04:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 07:04:02 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-YWHnZ755hB@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6643|0 |1 is obsolete| | Attachment #6655|0 |1 is obsolete| | Attachment #6679|0 |1 is obsolete| | Attachment #6681|0 |1 is obsolete| | Attachment #6682|0 |1 is obsolete| | Attachment #6683|0 |1 is obsolete| | --- Comment #50 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-13 07:04:02 UTC --- Created attachment 6726 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6726 Added missing reference case to Boolean.t and corrected count -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 08:04:57 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 07:04:57 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-7GxrMxpdgF@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #51 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-13 07:04:57 UTC --- Created attachment 6727 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6727 [SIGNED-OFF] Added unit tests for Sip Checksum.pm http://bugs.koha-community.org/show_bug.cgi?id=5327 Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Test passes. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 08:05:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 07:05:14 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-Kbox5nFyRT@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #52 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-13 07:05:14 UTC --- Created attachment 6728 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6728 [SIGNED-OFF] Added unit test for AuthoritiesMarc/UNIMARC.pm http://bugs.koha-community.org/show_bug.cgi?id=5327 Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Test passes. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 08:05:22 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 07:05:22 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-GAfjwEb38h@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #53 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-13 07:05:22 UTC --- Created attachment 6729 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6729 [SIGNED-OFF] Added unit tests for Scrubber http://bugs.koha-community.org/show_bug.cgi?id=5327 Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Test passes. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 08:05:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 07:05:29 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-MXJ0JLp3GA@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #54 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-13 07:05:29 UTC --- Created attachment 6730 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6730 [SIGNED-OFF] Bug 5327: Patch removes unneeded self=shift from TTParser::unshift_token Removed unneeded self=shift from unshift_token (as peek and next do not take a self, makes interface more consistent) http://bugs.koha-community.org/show_bug.cgi?id=5327 Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 08:05:38 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 07:05:38 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-jRolBi5Itd@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #55 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-13 07:05:38 UTC --- Created attachment 6731 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6731 [SIGNED-OFF] Added coverage to unit test for TTParser http://bugs.koha-community.org/show_bug.cgi?id=5327 Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Test passes. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 08:06:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 07:06:10 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-wKsEi4LUEN@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 08:09:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 07:09:08 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-kBtlJQO2hZ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6726|0 |1 is obsolete| | --- Comment #56 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-13 07:09:08 UTC --- Created attachment 6732 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6732 [SIGNED-OFF] Added missing reference case to Boolean.t and corrected count http://bugs.koha-community.org/show_bug.cgi?id=5327 Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Test passes. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 08:19:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 07:19:40 +0000 Subject: [Koha-bugs] [Bug 7338] link to serial detail wrong In-Reply-To: <bug-7338-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7338-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7338-70-lorOOAri10@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7338 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6690|0 |1 is obsolete| | --- Comment #12 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-13 07:19:40 UTC --- Created attachment 6733 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6733 [SIGNED-OFF] Bug 7338 Links on Serial Collection page Don't display link to the serial, when the collection page displays just one subscription. Display it when several subscriptions. Alway display a link for displaying biblio record other subscriptions. Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Patch works nicely, but always shows link to 'any subscriptions'. I did a follow-up so the link would only show if there was more than 1 subscription for the record. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 08:19:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 07:19:59 +0000 Subject: [Koha-bugs] [Bug 7338] link to serial detail wrong In-Reply-To: <bug-7338-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7338-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7338-70-3q7cVlEspy@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7338 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 08:34:22 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 07:34:22 +0000 Subject: [Koha-bugs] [Bug 7333] Cleaning up tests to use sample data In-Reply-To: <bug-7333-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7333-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7333-70-z8ISpBRxz2@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7333 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6649|0 |1 is obsolete| | --- Comment #7 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-13 07:34:22 UTC --- Created attachment 6734 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6734 [SIGNED-OFF] Bug 7333 - modifying Members.t to use a branchcode that exists in the sample data To test: Create a fresh koha db with all of the sample data (if you have one that has the sample branches in it, that will work too) run the test: prove t/db_dependent/Members.t All subtests should complete. Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> All tests complete successfully with my database created from sample data and with the database provided on the bug. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 08:34:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 07:34:41 +0000 Subject: [Koha-bugs] [Bug 7333] Cleaning up tests to use sample data In-Reply-To: <bug-7333-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7333-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7333-70-ciVzggsslj@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7333 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 08:37:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 07:37:15 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-pnKxIdViuw@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 --- Comment #28 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-13 07:37:15 UTC --- We talked about it on IRC already: I suggest compromising on <order> for the new tag? :) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 08:47:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 07:47:21 +0000 Subject: [Koha-bugs] [Bug 7100] Not all placeholders in claims notice work (acquisitions) In-Reply-To: <bug-7100-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7100-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7100-70-qWj3oqUIIy@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7100 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=7100 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 09:11:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 08:11:31 +0000 Subject: [Koha-bugs] [Bug 7325] Editing a list generates errors in the log In-Reply-To: <bug-7325-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7325-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7325-70-CHnOOchNzW@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7325 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #2 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-13 08:11:31 UTC --- Now it no longer tries to build the pagination bar when editing an list (which makes sense there is nothing to paginate). -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 09:11:54 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 08:11:54 +0000 Subject: [Koha-bugs] [Bug 7325] Editing a list generates errors in the log In-Reply-To: <bug-7325-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7325-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7325-70-CiCgIgXkM3@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7325 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6615|0 |1 is obsolete| | --- Comment #3 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-13 08:11:54 UTC --- Created attachment 6735 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6735 Bug 7325 - Editing a list generates errors in the log Checking for variables before trying to use them in building the pagination menu Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 09:12:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 08:12:08 +0000 Subject: [Koha-bugs] [Bug 7325] Editing a list generates errors in the log In-Reply-To: <bug-7325-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7325-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7325-70-rQom80ToHC@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7325 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 09:14:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 08:14:34 +0000 Subject: [Koha-bugs] [Bug 6935] SYStem preference XISBNDailyLimit preference text error In-Reply-To: <bug-6935-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6935-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6935-70-3oGLRqLeRX@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6935 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6464|0 |1 is obsolete| | --- Comment #8 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-13 08:14:34 UTC --- Created attachment 6736 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6736 Bug 6935: Correct XISBNDailyLimit for new installations This corrects the value of XISBNDailyLimit in the system preferences installation file to 999 instead of 499. The file was missed in an earlier update, so new installations have different values than older installations that were updated. Another patch with a database update is needed. Sending this patch first, until it's clear how database updates will work for 3.8. To test: 1) Recreate your database from scratch 2) Check your system preference XISBNDailyLimit shows 999 instead of 499, matching the description of the system preference. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 09:14:53 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 08:14:53 +0000 Subject: [Koha-bugs] [Bug 6935] SYStem preference XISBNDailyLimit preference text error In-Reply-To: <bug-6935-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6935-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6935-70-wdmBDEfL2f@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6935 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 09:20:18 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 08:20:18 +0000 Subject: [Koha-bugs] [Bug 7215] callnumber versus itemcallnumber In-Reply-To: <bug-7215-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7215-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7215-70-5MK9t4cxcz@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7215 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6293|0 |1 is obsolete| | --- Comment #9 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-13 08:20:18 UTC --- Created attachment 6737 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6737 Bug 7215 : The Module changed, but the tests weren't updated to reflect that Updating the test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 09:20:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 08:20:33 +0000 Subject: [Koha-bugs] [Bug 7215] callnumber versus itemcallnumber In-Reply-To: <bug-7215-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7215-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7215-70-y8Phy6hVNw@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7215 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Patch Pushed |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 09:28:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 08:28:44 +0000 Subject: [Koha-bugs] [Bug 7345] Should be possible to export MARC records without private fields In-Reply-To: <bug-7345-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7345-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7345-70-Bc8sRVkwdA@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7345 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6707|0 |1 is obsolete| | --- Comment #6 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-13 08:28:44 UTC --- Created attachment 6738 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6738 Bug 7345: Enable exporting records sans private fields Add an option for marcstd to the opac-export.pl and catalogue/export.pl scripts. This new format removes all 9XX, X9X, XX9 fields and subfield $9 (with the exception of 490 in flavours of MARC other than UNIMARC). The work is done in C4::Record::marc2marc. Testing plan: 1. Export a record in "MARC (Unicode/UTF-8)" format as a control 2. In the OPAC, run the following jQuery to add the marcstd option to the UI: > $("#export #format").append("<option value='marcstd'>MARC (no 9xx)</option>"); 3. Export the same record in "MARC (no 9xx)" format 4. Compare the two, noticing that any subfield $9 or fields including 9 (other than 490 in flavours of MARC other than UNIMARC) have been removed Signed-off-by: Fr?re S?bastien Marie <semarie-koha at latrappe.fr> Test done under UNIMARC flavour. All seems to work well. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Test done under MARC21 flavour, works fine. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 09:29:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 08:29:40 +0000 Subject: [Koha-bugs] [Bug 7345] Should be possible to export MARC records without private fields In-Reply-To: <bug-7345-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7345-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7345-70-l1QbWpcRgF@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7345 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 09:36:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 08:36:21 +0000 Subject: [Koha-bugs] [Bug 7326] longoverdue.pl hardcoded to 1 year max In-Reply-To: <bug-7326-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7326-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7326-70-2XluKUIeeB@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7326 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6630|0 |1 is obsolete| | --- Comment #2 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-13 08:36:21 UTC --- Created attachment 6739 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6739 Bug 7326: longoverdue.pl hardcoded to 366 days maximum Adds --maxdays command line flag to longoverdue.pl to allow the user to specify their own $endrange value. Because sometimes 366 isn't enough! Also adds help documentation for both --quiet and --maxdays params Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Simple change, works well -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 09:39:09 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 08:39:09 +0000 Subject: [Koha-bugs] [Bug 7326] longoverdue.pl hardcoded to 1 year max In-Reply-To: <bug-7326-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7326-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7326-70-6XhF40j3r1@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7326 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 09:51:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 08:51:11 +0000 Subject: [Koha-bugs] [Bug 7321] Silence warns in Koha.pm In-Reply-To: <bug-7321-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7321-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7321-70-3bErUNKsBw@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7321 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6587|0 |1 is obsolete| | --- Comment #2 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-13 08:51:11 UTC --- Created attachment 6740 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6740 Bug 7321: Silence some warns in Koha.pm While testing bug 7013 I noticed a lot of warns in the koha error log. This patch is silencing them. To test: Add or edit an authorised value and check your log files before and after applying the patch. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 09:51:53 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 08:51:53 +0000 Subject: [Koha-bugs] [Bug 7321] Silence warns in Koha.pm In-Reply-To: <bug-7321-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7321-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7321-70-ECsLVfpoKJ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7321 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 10:09:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 09:09:21 +0000 Subject: [Koha-bugs] [Bug 6917] Acquisitions reports: Dates filters doesn't work when they are not selected on row or column In-Reply-To: <bug-6917-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6917-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6917-70-ps7w5ALkDV@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6917 Adrien SAURAT <adrien.saurat at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |adrien.saurat at biblibre.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 10:13:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 09:13:13 +0000 Subject: [Koha-bugs] [Bug 7240] Cleaning up import tables and action_logs In-Reply-To: <bug-7240-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7240-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7240-70-QSVyV7umGt@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7240 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6368|0 |1 is obsolete| | --- Comment #4 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-13 09:13:13 UTC --- Created attachment 6741 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6741 Bug 7240: Cleaning up import tables and action_logs This patch lets cleanup_database also purge older records from the (five) import tables and the action_logs table. Two new command line parameters are introduced: --import and --logs. If no number of days is specified for --zebraqueue, --import or --logs, it defaults to 30 days, 60 days resp. 180 days. I did not add a default for --sessdays, because this parameter cannot be seen separately from parameter --sessions. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Adds new parameters and code, does not change existing behaviour -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 10:13:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 09:13:37 +0000 Subject: [Koha-bugs] [Bug 6374] Use "size" as names/hash keys leads to an unexpected results when using Template::Toolkit (name of a virtual method there) In-Reply-To: <bug-6374-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6374-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6374-70-3OmBKb2Fmh@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6374 Adrien SAURAT <adrien.saurat at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|chris at bigballofwax.co.nz |adrien.saurat at biblibre.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 10:14:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 09:14:14 +0000 Subject: [Koha-bugs] [Bug 6374] Use "size" as names/hash keys leads to an unexpected results when using Template::Toolkit (name of a virtual method there) In-Reply-To: <bug-6374-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6374-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6374-70-BvjJZDHDxA@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6374 --- Comment #4 from Adrien SAURAT <adrien.saurat at biblibre.com> 2011-12-13 09:14:14 UTC --- MT8364 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 10:21:36 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 09:21:36 +0000 Subject: [Koha-bugs] [Bug 7240] Cleaning up import tables and action_logs In-Reply-To: <bug-7240-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7240-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7240-70-elnYqHczGn@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7240 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 10:34:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 09:34:44 +0000 Subject: [Koha-bugs] [Bug 6917] Acquisitions reports: Dates filters doesn't work when they are not selected on row or column In-Reply-To: <bug-6917-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6917-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6917-70-iOhipDE899@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6917 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5585|0 |1 is obsolete| | --- Comment #2 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-13 09:34:44 UTC --- Created attachment 6742 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6742 bug 6917 Dates filters doesn't work when they are not selected on row or column Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 10:36:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 09:36:29 +0000 Subject: [Koha-bugs] [Bug 6917] Acquisitions reports: Dates filters doesn't work when they are not selected on row or column In-Reply-To: <bug-6917-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6917-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6917-70-JUwvCLKdFG@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6917 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 10:37:54 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 09:37:54 +0000 Subject: [Koha-bugs] [Bug 7180] Order from staged file improvements In-Reply-To: <bug-7180-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7180-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7180-70-K6YqowDleE@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7180 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |--- -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 11:19:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 10:19:47 +0000 Subject: [Koha-bugs] [Bug 7349] New: Sorting patron search result by cardnumber doesn't work Message-ID: <bug-7349-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7349 Bug #: 7349 Summary: Sorting patron search result by cardnumber doesn't work Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_6 Platform: All OS/Version: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Patrons AssignedTo: adrien.saurat at biblibre.com ReportedBy: adrien.saurat at biblibre.com QAContact: ian.walls at bywatersolutions.com CC: gmcharlt at gmail.com [Mantis ref. MT2062] In Home ? Patrons ? Search Results, the results are always sorted by name. There is a listbox "order by" allowing 2 choices: 1) Surname. When searching with this choice, the results are indeed sorted by surname. 2) Cardnumber. When searching with this choice, the results seem to be sorted by first name. ===== What is exactly the problem then? A) Should we be able to sort by first name/surname and then Cardnumber must be renamed to First name? B) Should we be able to sort by surname/cardnumber and then the sorting must be repaired for the cardnumber option? C) Should we be able to sort by first name/surname/cardnumber and then we add a new choice and repair cardnumber? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 11:22:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 10:22:32 +0000 Subject: [Koha-bugs] [Bug 7350] New: In New order the "+" button duplicates input text but not the "selected" in ddl Message-ID: <bug-7350-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7350 Bug #: 7350 Summary: In New order the "+" button duplicates input text but not the "selected" in ddl Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: ASSIGNED Severity: normal Priority: P3 Component: Acquisitions AssignedTo: christophe.croullebois at biblibre.com ReportedBy: christophe.croullebois at biblibre.com QAContact: ian.walls at bywatersolutions.com All in the title... Due to CloneNode limitation in additem.js. cloneNode() does not preserve select box selections... I have made a little function that paste the selected in the clone. Patch follows. Thx for testing. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 11:36:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 10:36:05 +0000 Subject: [Koha-bugs] [Bug 7350] In New order the "+" button duplicates input text but not the "selected" in ddl In-Reply-To: <bug-7350-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7350-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7350-70-70jFPv3jg0@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7350 --- Comment #1 from Christophe Croullebois <christophe.croullebois at biblibre.com> 2011-12-13 10:36:05 UTC --- Created attachment 6743 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6743 new proposed patch easy to test... thx -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 11:36:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 10:36:50 +0000 Subject: [Koha-bugs] [Bug 7350] In New order the "+" button duplicates input text but not the "selected" in ddl In-Reply-To: <bug-7350-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7350-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7350-70-D9O8oNI3Dg@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7350 Christophe Croullebois <christophe.croullebois at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 13:58:43 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 12:58:43 +0000 Subject: [Koha-bugs] [Bug 7245] Errors in MySQL tables population with mandatory data for italian installation In-Reply-To: <bug-7245-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7245-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7245-70-EJ75mfbRxq@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7245 Zeno Tajoli <tajoli at cilea.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6338|0 |1 is obsolete| | Attachment #6339|0 |1 is obsolete| | Attachment #6348|0 |1 is obsolete| | Attachment #6349|0 |1 is obsolete| | --- Comment #10 from Zeno Tajoli <tajoli at cilea.it> 2011-12-13 12:58:43 UTC --- Created attachment 6744 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6744 patch with fileds (as asked RM) The patch with fields in sql insert -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 13:59:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 12:59:35 +0000 Subject: [Koha-bugs] [Bug 7245] Errors in MySQL tables population with mandatory data for italian installation In-Reply-To: <bug-7245-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7245-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7245-70-qABO1gszSO@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7245 Zeno Tajoli <tajoli at cilea.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 14:29:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 13:29:45 +0000 Subject: [Koha-bugs] [Bug 7215] callnumber versus itemcallnumber In-Reply-To: <bug-7215-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7215-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7215-70-n5463CN2oc@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7215 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Patch Pushed --- Comment #10 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-13 13:29:45 UTC --- follow-up patch pushed, we will see if jenkins is happy now. It should. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 14:41:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 13:41:24 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-1eAasAj4PP@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 Jared Camins-Esakov <jcamins at cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6242|0 |1 is obsolete| | Attachment #6712|0 |1 is obsolete| | --- Comment #10 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-13 13:41:24 UTC --- Created attachment 6745 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6745 Bug 1633: Add support for uploading images to Koha A frequently-requested feature for Koha, especially by special libraries, is the ability to upload local cover images into Koha. This patch adds a bibliocoverimage table, and image handling code in the Koha::Images module. Key features of the implementation include: 1. The ability to have multiple cover images for a biblio 2. Handling for "full size" (800x600) and thumbnail-size (200x140) images 3. Uploading images directly from the record view The image display functionality by Koustubha Kale of Anant Corporation will follow in a second patch. Special thanks to Koustubha Kale and Anant Corporation for the initial implementation of local cover images, and to Chris Nighswonger of Foundation Bible College for his prior work on patron images. Developers who installed a previous version of the patch for bug 1633 may encounter errors in standard installs due to the Koha/Images.pm file not being installed properly. Please use this veresion instead. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 14:41:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 13:41:44 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-yyDSUC1kMn@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 --- Comment #11 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-13 13:41:44 UTC --- Created attachment 6746 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6746 Bug 1633: Display local cover images This patch adds display of local cover images in the following places: 1. OPAC Results page 2. OPAC Details page 3. Separate image viewer page for the OPAC 4. Intranet Details page 5. Separate image viewer page for the Intranet Display in the Details and (OPAC) Results pages is handled via Javascript rather than via direct embedding, to better handle the situation where most records have local cover images, but a few do not. Local cover images do not currently display in the Intranet Results page How to use/test : Assign user permission to the user Tools > (upload_local_cover_images Upload local cover images). In order to upload local images, login to the staff client. Go to Home > Tools > Upload Cover Images. Here you can upload cover images either singly or in bulk in the form of a zip file. If uploading singly, click on image file, browse the image from your local disk, type in the biblio number of the catalogue entry and press upload. If uploading in bulk as a zip file, the zip file must contain (in addition to cover images) one text file named either datalink.txt OR idlink.txt. This file should have mapping of biblionumber to image file name in the zip one per line with comma or tab as delimiters. For example: 1, scanned_cover_image_of_bib_no_1.jpg 2, scanned_cover_image_of_bib_no_1.jpg Cover images will be resized to a large image of 800x600 and a thumbnail of 200x140. Depending on the setting of AllowMultipleCovers, it is possible to upload multiple images for a single bibliographic record. However, even if multiple covers are permitted, you have the option of replacing the existing covers by checking the "Replace existing covers" option on the upload screen. 1. The patch adds a menu link in Tools from where you can upload local cover images 2. It adds a user permission to enable access control to this menu item under Tools 3. It adds a system preference OPACLocalCoverImages under Enhanced Content. This needs to be turned on to show local cover images in OPAC. Once you have uploaded local images, if you search for the biblio, the local cover should show up in search as well as search detail pages in the OPAC, and the details view in the Intranet. Koustubha Kale is working on another patch which will allow us to set a cover image source priority in system preferences, and which will then gracefully fail over to the next source if image is not available from the first choice source. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 14:44:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 13:44:16 +0000 Subject: [Koha-bugs] [Bug 7245] Errors in MySQL tables population with mandatory data for italian installation In-Reply-To: <bug-7245-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7245-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7245-70-egXmW2mioA@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7245 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Patch Pushed --- Comment #11 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-13 13:44:16 UTC --- QA comment: no comment now, small patch. I've tested, it works fine. Patch pushed, please test. PS : welcome Fabio, you're 165th ! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 14:45:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 13:45:20 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-6IADo8q5ix@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 Jared Camins-Esakov <jcamins at cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6745|0 |1 is obsolete| | --- Comment #12 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-13 13:45:20 UTC --- Created attachment 6747 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6747 Bug 1633: Add support for uploading images to Koha A frequently-requested feature for Koha, especially by special libraries, is the ability to upload local cover images into Koha. This patch adds a bibliocoverimage table, and image handling code in the Koha::Images module. Key features of the implementation include: 1. The ability to have multiple cover images for a biblio 2. Handling for "full size" (800x600) and thumbnail-size (200x140) images 3. Uploading images directly from the record view The image display functionality by Koustubha Kale of Anant Corporation will follow in a second patch. Special thanks to Koustubha Kale and Anant Corporation for the initial implementation of local cover images, and to Chris Nighswonger of Foundation Bible College for his prior work on patron images. Developers who installed a previous version of the patch for bug 1633 may encounter errors in standard installs due to the Koha/Images.pm file not being installed properly. Please use this veresion instead. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 14:45:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 13:45:37 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-3nWd631pd4@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 Jared Camins-Esakov <jcamins at cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6747|0 |1 is obsolete| | --- Comment #13 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-13 13:45:37 UTC --- Created attachment 6748 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6748 Bug 1633: Display local cover images This patch adds display of local cover images in the following places: 1. OPAC Results page 2. OPAC Details page 3. Separate image viewer page for the OPAC 4. Intranet Details page 5. Separate image viewer page for the Intranet Display in the Details and (OPAC) Results pages is handled via Javascript rather than via direct embedding, to better handle the situation where most records have local cover images, but a few do not. Local cover images do not currently display in the Intranet Results page How to use/test : Assign user permission to the user Tools > (upload_local_cover_images Upload local cover images). In order to upload local images, login to the staff client. Go to Home > Tools > Upload Cover Images. Here you can upload cover images either singly or in bulk in the form of a zip file. If uploading singly, click on image file, browse the image from your local disk, type in the biblio number of the catalogue entry and press upload. If uploading in bulk as a zip file, the zip file must contain (in addition to cover images) one text file named either datalink.txt OR idlink.txt. This file should have mapping of biblionumber to image file name in the zip one per line with comma or tab as delimiters. For example: 1, scanned_cover_image_of_bib_no_1.jpg 2, scanned_cover_image_of_bib_no_1.jpg Cover images will be resized to a large image of 800x600 and a thumbnail of 200x140. Depending on the setting of AllowMultipleCovers, it is possible to upload multiple images for a single bibliographic record. However, even if multiple covers are permitted, you have the option of replacing the existing covers by checking the "Replace existing covers" option on the upload screen. 1. The patch adds a menu link in Tools from where you can upload local cover images 2. It adds a user permission to enable access control to this menu item under Tools 3. It adds a system preference OPACLocalCoverImages under Enhanced Content. This needs to be turned on to show local cover images in OPAC. Once you have uploaded local images, if you search for the biblio, the local cover should show up in search as well as search detail pages in the OPAC, and the details view in the Intranet. Koustubha Kale is working on another patch which will allow us to set a cover image source priority in system preferences, and which will then gracefully fail over to the next source if image is not available from the first choice source. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 14:47:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 13:47:15 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-JAf0BXvoqd@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 Jared Camins-Esakov <jcamins at cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6746|0 |1 is obsolete| | Attachment #6748|0 |1 is obsolete| | --- Comment #14 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-13 13:47:15 UTC --- Created attachment 6749 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6749 Bug 1633: Add support for uploading images to Koha A frequently-requested feature for Koha, especially by special libraries, is the ability to upload local cover images into Koha. This patch adds a bibliocoverimage table, and image handling code in the Koha::Images module. Key features of the implementation include: 1. The ability to have multiple cover images for a biblio 2. Handling for "full size" (800x600) and thumbnail-size (200x140) images 3. Uploading images directly from the record view The image display functionality by Koustubha Kale of Anant Corporation will follow in a second patch. Special thanks to Koustubha Kale and Anant Corporation for the initial implementation of local cover images, and to Chris Nighswonger of Foundation Bible College for his prior work on patron images. Developers who installed a previous version of the patch for bug 1633 may encounter errors in standard installs due to the Koha/Images.pm file not being installed properly. Please use this veresion instead. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 14:47:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 13:47:29 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-H2Fgk0IbJ8@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 --- Comment #15 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-13 13:47:29 UTC --- Created attachment 6750 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6750 Bug 1633: Display local cover images This patch adds display of local cover images in the following places: 1. OPAC Results page 2. OPAC Details page 3. Separate image viewer page for the OPAC 4. Intranet Details page 5. Separate image viewer page for the Intranet Display in the Details and (OPAC) Results pages is handled via Javascript rather than via direct embedding, to better handle the situation where most records have local cover images, but a few do not. Local cover images do not currently display in the Intranet Results page How to use/test : Assign user permission to the user Tools > (upload_local_cover_images Upload local cover images). In order to upload local images, login to the staff client. Go to Home > Tools > Upload Cover Images. Here you can upload cover images either singly or in bulk in the form of a zip file. If uploading singly, click on image file, browse the image from your local disk, type in the biblio number of the catalogue entry and press upload. If uploading in bulk as a zip file, the zip file must contain (in addition to cover images) one text file named either datalink.txt OR idlink.txt. This file should have mapping of biblionumber to image file name in the zip one per line with comma or tab as delimiters. For example: 1, scanned_cover_image_of_bib_no_1.jpg 2, scanned_cover_image_of_bib_no_1.jpg Cover images will be resized to a large image of 800x600 and a thumbnail of 200x140. Depending on the setting of AllowMultipleCovers, it is possible to upload multiple images for a single bibliographic record. However, even if multiple covers are permitted, you have the option of replacing the existing covers by checking the "Replace existing covers" option on the upload screen. 1. The patch adds a menu link in Tools from where you can upload local cover images 2. It adds a user permission to enable access control to this menu item under Tools 3. It adds a system preference OPACLocalCoverImages under Enhanced Content. This needs to be turned on to show local cover images in OPAC. Once you have uploaded local images, if you search for the biblio, the local cover should show up in search as well as search detail pages in the OPAC, and the details view in the Intranet. Koustubha Kale is working on another patch which will allow us to set a cover image source priority in system preferences, and which will then gracefully fail over to the next source if image is not available from the first choice source. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 14:48:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 13:48:02 +0000 Subject: [Koha-bugs] [Bug 5543] Date ISO format wrong separator In-Reply-To: <bug-5543-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5543-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5543-70-CZhJOtBrbR@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5543 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com --- Comment #5 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-13 13:48:02 UTC --- QA question: is the updatedatabase really needed for the description? I thought the description in systempreference was now deprecated in favor of the .pref (translatable) file -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 14:49:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 13:49:03 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-zmDWX3MyXz@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 --- Comment #16 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-13 13:49:03 UTC --- Please note that *both* patches are required for the functionality. First apply "Add support for uploading images to Koha" then apply "Display local cover images." Then test as specified in the commit message on the second patch. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 14:50:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 13:50:35 +0000 Subject: [Koha-bugs] [Bug 5549] Hourly Loans In-Reply-To: <bug-5549-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5549-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5549-70-GdxTfGRxQ9@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5549 --- Comment #35 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-13 13:50:35 UTC --- Sorry, but it's unclear to me how to test/QA/push this patch. The 2 small patches here are not enough, i'm sure. which git repo should I pull from ? patch attached must be applied on the git repo ? explanations welcomed ! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 14:51:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 13:51:40 +0000 Subject: [Koha-bugs] [Bug 5877] Offline circulation improvements : upload all files, apply at once In-Reply-To: <bug-5877-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5877-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5877-70-FVXobAqv9S@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5683|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 14:52:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 13:52:20 +0000 Subject: [Koha-bugs] [Bug 7348] Fix error in IE where the serials toolbar buttons do not show. In-Reply-To: <bug-7348-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7348-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7348-70-n0rVAMgw2A@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7348 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6725|0 |1 is obsolete| | --- Comment #1 from Owen Leonard <oleonard at myacpl.org> 2011-12-13 13:52:20 UTC --- Created attachment 6751 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6751 Signed-off patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 14:52:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 13:52:59 +0000 Subject: [Koha-bugs] [Bug 7348] Fix error in IE where the serials toolbar buttons do not show. In-Reply-To: <bug-7348-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7348-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7348-70-oiT5bLysV6@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7348 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Status|NEW |ASSIGNED Component|Serials |Browser compatibility Version|unspecified |master Patch Status|--- |Signed Off AssignedTo|colin.campbell at ptfs-europe. |duncan at catalyst.net.nz |com | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 14:54:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 13:54:10 +0000 Subject: [Koha-bugs] [Bug 5543] Date ISO format wrong separator In-Reply-To: <bug-5543-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5543-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5543-70-VTv8iHqQZv@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5543 --- Comment #6 from Owen Leonard <oleonard at myacpl.org> 2011-12-13 13:54:10 UTC --- (In reply to comment #5) > is the updatedatabase really needed for the description? I wasn't sure myself, but I wanted to be thorough. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 15:03:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 14:03:55 +0000 Subject: [Koha-bugs] [Bug 7349] Sorting patron search result by cardnumber doesn't work In-Reply-To: <bug-7349-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7349-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7349-70-FCgYZiY5cb@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7349 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> 2011-12-13 14:03:55 UTC --- It looks to me like the server-side sort of the whole result set is working fine but the client-side javascript sorts by name by default. I don't think having a client-side sort makes much sense for sorted paged results, so perhaps the answer (pending a conversion to datatables) is to remove the table sorter. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 15:05:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 14:05:42 +0000 Subject: [Koha-bugs] [Bug 6598] OPACFineNoRenewals syspreference does not stop user renewing in opac In-Reply-To: <bug-6598-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6598-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6598-70-tCUd7ba3PI@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6598 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Patch Status|Signed Off |Does not apply --- Comment #8 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-13 14:05:42 UTC --- changed to "does not apply", once you've submitted an updated bug, switch back to signed-off, no problem with that -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 15:13:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 14:13:24 +0000 Subject: [Koha-bugs] [Bug 6663] would be nice to put ranges of dates in the calendar In-Reply-To: <bug-6663-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6663-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6663-70-QvSrZ1rrC3@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6663 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #11 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-13 14:13:24 UTC --- QA comment : * code OK * works fine * perlcritic OK * prove xt/author/translatable-templates.t OK passed QA Patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 15:15:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 14:15:27 +0000 Subject: [Koha-bugs] [Bug 6679] Fixing code so it passes basic Perl::Critic tests In-Reply-To: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6679-70-UdrGlOeMBZ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6679 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Patch Pushed --- Comment #48 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-13 14:15:27 UTC --- Chris_n, please apply those patches, then back to "priority 1" and no patch status, until more tests are provided -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 15:17:09 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 14:17:09 +0000 Subject: [Koha-bugs] [Bug 6694] Anonymous sessions not kept when casAuthentication is on In-Reply-To: <bug-6694-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6694-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6694-70-dJZGGIKjon@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6694 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #4921|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 15:26:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 14:26:30 +0000 Subject: [Koha-bugs] [Bug 6679] Fixing code so it passes basic Perl::Critic tests In-Reply-To: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6679-70-4l7Ys1HECm@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6679 Chris Nighswonger <cnighswonger at foundations.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|PATCH-Sent |P1 - high --- Comment #49 from Chris Nighswonger <cnighswonger at foundations.edu> 2011-12-13 14:26:30 UTC --- These patches were applied to 3.6.x last week. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 15:31:57 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 14:31:57 +0000 Subject: [Koha-bugs] [Bug 7215] callnumber versus itemcallnumber In-Reply-To: <bug-7215-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7215-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7215-70-7NJup1aZht@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7215 Chris Nighswonger <cnighswonger at foundations.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cnighswonger at foundations.ed | |u --- Comment #11 from Chris Nighswonger <cnighswonger at foundations.edu> 2011-12-13 14:31:57 UTC --- (In reply to comment #10) > follow-up patch pushed, we will see if jenkins is happy now. It should. I don't see this in master. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 15:32:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 14:32:32 +0000 Subject: [Koha-bugs] [Bug 6679] Fixing code so it passes basic Perl::Critic tests In-Reply-To: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6679-70-NlZK7BmIb8@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6679 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6676|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 15:32:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 14:32:37 +0000 Subject: [Koha-bugs] [Bug 6679] Fixing code so it passes basic Perl::Critic tests In-Reply-To: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6679-70-zcofgHOSa1@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6679 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6677|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 15:32:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 14:32:42 +0000 Subject: [Koha-bugs] [Bug 6679] Fixing code so it passes basic Perl::Critic tests In-Reply-To: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6679-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6679-70-ShLiri6YTt@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6679 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6678|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 15:52:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 14:52:23 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: <bug-6716-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6716-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6716-70-et4Qs0WEYt@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6592|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 15:52:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 14:52:28 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: <bug-6716-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6716-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6716-70-7aLbGsQi1G@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6594|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 15:52:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 14:52:32 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: <bug-6716-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6716-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6716-70-Oiky2Pttu8@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6595|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 15:52:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 14:52:37 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: <bug-6716-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6716-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6716-70-RYAlCDELTn@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6596|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 15:52:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 14:52:42 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: <bug-6716-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6716-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6716-70-GMRFocsBtS@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6597|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 15:52:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 14:52:48 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: <bug-6716-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6716-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6716-70-rGhEaLc0j1@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6599|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 15:53:51 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 14:53:51 +0000 Subject: [Koha-bugs] [Bug 6716] Database Documentation In-Reply-To: <bug-6716-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6716-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6716-70-AhjUwvzcuY@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716 --- Comment #93 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-13 14:53:51 UTC --- QA comment : patches applying, tested it kohastructure.sql still valid after applying them. 6 patches pushed, -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 15:55:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 14:55:35 +0000 Subject: [Koha-bugs] [Bug 7349] Sorting patron search result by cardnumber doesn't work In-Reply-To: <bug-7349-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7349-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7349-70-Y90ZxL7O2q@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7349 --- Comment #2 from Adrien SAURAT <adrien.saurat at biblibre.com> 2011-12-13 14:55:35 UTC --- Indeed! Didn't think I would find a client-side sort here!! I don't see the point, I'll thus delete the following part: <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script> <script type="text/javascript">//<![CDATA[ $(document).ready(function() { $("#memberresultst").tablesorter({ sortList: [[1,0]], widgets: ['zebra'] }); }); //]]> </script> (it seems to work ok without it) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 15:58:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 14:58:02 +0000 Subject: [Koha-bugs] [Bug 6803] Removing remote include in MODS xslt In-Reply-To: <bug-6803-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6803-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6803-70-2ruVsh2l56@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6803 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #16 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-13 14:58:02 UTC --- QA comment * small patch, nothing specific to say * prove t/00-valid-xml.t is OK patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 16:03:38 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 15:03:38 +0000 Subject: [Koha-bugs] [Bug 2486] Show user comments in staff client In-Reply-To: <bug-2486-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-2486-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-2486-70-RONuHe1uLH@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2486 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P5 - low Version|rel_3_2 |master -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 16:04:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 15:04:46 +0000 Subject: [Koha-bugs] [Bug 4246] Koha support for Itiva Talking Tech phone notification service In-Reply-To: <bug-4246-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-4246-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-4246-70-GdqLUGRyqZ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4246 Ian Walls <ian.walls at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|PATCH-Sent |P4 CC| |ian.walls at bywatersolutions. | |com Version|rel_3_0 |master Patch Status|Does not apply |--- AssignedTo|jwagner at ptfs.com |ian.walls at bywatersolutions. | |com --- Comment #1 from Ian Walls <ian.walls at bywatersolutions.com> 2011-12-13 15:04:46 UTC --- Reassigning to myself, as ByWater has been commissioned to reimplement this feature for Koha. We're going to do this in two phases, and in a manner that alters the core of Koha as little as possible (no subroutines added to C4, no changes to data structure). The code pack will consist of two cronjobs (send and receive), the necessary messaging preference data, and a system preference to activate/deactivate the feature. Documentation will be added in-line in scripts, in a README file and in commit message of patch. In phase 1, phone notifications will be support for PREDUE, OVERDUE and HOLD notifications. Messages will be noted on the patron record, just like for email, and for PREDUE and HOLD notices, the patron messaging preferences will be used. Phase 2 will include SMS messging, more notice types, patron's preferred language and SIP2 CONNECT support. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 16:10:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 15:10:12 +0000 Subject: [Koha-bugs] [Bug 7349] Sorting patron search result by cardnumber doesn't work In-Reply-To: <bug-7349-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7349-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7349-70-17AJ1mS3IT@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7349 --- Comment #3 from Adrien SAURAT <adrien.saurat at biblibre.com> 2011-12-13 15:10:12 UTC --- Created attachment 6752 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6752 proposed patch Removed the tablesort JS. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 16:10:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 15:10:40 +0000 Subject: [Koha-bugs] [Bug 7349] Sorting patron search result by cardnumber doesn't work In-Reply-To: <bug-7349-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7349-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7349-70-0jDGIpqAfe@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7349 Adrien SAURAT <adrien.saurat at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 16:13:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 15:13:07 +0000 Subject: [Koha-bugs] [Bug 5503] comments shouldn't show patron's full name In-Reply-To: <bug-5503-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5503-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5503-70-0fqmo3ZhNP@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5503 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |katrin.fischer at bsz-bw.de Resolution| |DUPLICATE --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-13 15:13:07 UTC --- *** This bug has been marked as a duplicate of bug 5897 *** -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 16:13:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 15:13:07 +0000 Subject: [Koha-bugs] [Bug 5897] Hide name of reviewer / comment writer in OPAC In-Reply-To: <bug-5897-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5897-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5897-70-vhpmDl10Oe@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5897 --- Comment #12 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-13 15:13:07 UTC --- *** Bug 5503 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 16:14:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 15:14:11 +0000 Subject: [Koha-bugs] [Bug 6865] Replace image-based gradient backgrounds with CSS3 gradients In-Reply-To: <bug-6865-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6865-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6865-70-4ePD2nGp6U@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6865 --- Comment #5 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-13 15:14:11 UTC --- tested on IE7, works fine. Do you think an other IE is needed ? Owen,which browser did you test ? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 16:14:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 15:14:37 +0000 Subject: [Koha-bugs] [Bug 5503] comments shouldn't show patron's full name In-Reply-To: <bug-5503-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5503-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5503-70-ybHpOhDBP5@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5503 Nicole C. Engard <nengard at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|DUPLICATE | --- Comment #4 from Nicole C. Engard <nengard at gmail.com> 2011-12-13 15:14:37 UTC --- This is not a duplicate - this asks for an enhancement to the preference about showing names - allowing the library to choose how the name displays. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 16:18:56 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 15:18:56 +0000 Subject: [Koha-bugs] [Bug 6865] Replace image-based gradient backgrounds with CSS3 gradients In-Reply-To: <bug-6865-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6865-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6865-70-NQ4EO7jl45@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6865 --- Comment #6 from Owen Leonard <oleonard at myacpl.org> 2011-12-13 15:18:56 UTC --- I tested in IE8 on Windows 7 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 16:19:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 15:19:44 +0000 Subject: [Koha-bugs] [Bug 5549] Hourly Loans In-Reply-To: <bug-5549-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5549-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5549-70-gpCapzfrBu@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5549 --- Comment #36 from Elliott Davis <tdavis at uttyler.edu> 2011-12-13 15:19:44 UTC --- Paul, There are currently two options for applying this patch. You can either: A) Pull from the repo I created https://github.com/libsysguy/koha-hourly. This should be at most one week behind master but i generally try and update it everyday. B) Checkout origin/new/awaiting_qa/but_5549 and apply the two patches listed here. This version will not be merged with master and all the rebase work will have to be done yourself. I run my rebased branch in production so there shouldn't be any issues. With that being said, I don't claim to be a rebasing expert by any stretch of the imagination so if there is a bug in my branch there is a good chance that is a rebase bug. You will also need to install the packages libdatetime-set-perl libdatetime-format-dateparse-perl And Apply the atomic update found at installer/data/mysql/atomicupdate/hourlyloans.sql -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 16:21:22 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 15:21:22 +0000 Subject: [Koha-bugs] [Bug 6917] Acquisitions reports: Dates filters doesn't work when they are not selected on row or column In-Reply-To: <bug-6917-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6917-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6917-70-XoLiwr0IBy@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6917 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Patch Status|Signed Off |Patch Pushed --- Comment #3 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-13 15:21:22 UTC --- QA comment: * small patch * don't break perlcritic passed QA patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 16:23:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 15:23:15 +0000 Subject: [Koha-bugs] [Bug 6865] Replace image-based gradient backgrounds with CSS3 gradients In-Reply-To: <bug-6865-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6865-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6865-70-r0Y8mxQjsl@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6865 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #7 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-13 15:23:15 UTC --- owen tested IE8 on win7, it's enough browser. passed QA patch pushed, please test chris_n, maybe worth cherry picking, is fair to wait for 3.8 too -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 16:47:56 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 15:47:56 +0000 Subject: [Koha-bugs] [Bug 6935] SYStem preference XISBNDailyLimit preference text error In-Reply-To: <bug-6935-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6935-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6935-70-vnll1FFCHo@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6935 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #9 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-13 15:47:56 UTC --- QA comment: trivial patch, passed QA patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 16:50:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 15:50:07 +0000 Subject: [Koha-bugs] [Bug 7093] Placeholders for suggestion table in suggestion related mails broken In-Reply-To: <bug-7093-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7093-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7093-70-Ky1fMSPhSN@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7093 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #5 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-13 15:50:07 UTC --- QA comment: small patch, obvious bug, passed QA patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 17:02:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 16:02:02 +0000 Subject: [Koha-bugs] [Bug 7349] Sorting patron search result by cardnumber doesn't work In-Reply-To: <bug-7349-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7349-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7349-70-0xlRhQszuV@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7349 --- Comment #4 from Adrien SAURAT <adrien.saurat at biblibre.com> 2011-12-13 16:02:02 UTC --- We lose something with this patch, the widget ['zebra'] is needed to give a different color to uneven lines. I'll make another patch deleting only the "sortList: [[1,0]]," line. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 17:09:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 16:09:34 +0000 Subject: [Koha-bugs] [Bug 7342] aqbudgets statistics doesn't work when using Authorized values on sort1_authcat or sort2_authcat In-Reply-To: <bug-7342-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7342-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7342-70-9fmoTPb0VM@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7342 --- Comment #7 from Francois Charbonnier <francois.charbonnier at biblibre.com> 2011-12-13 16:09:34 UTC --- Created attachment 6753 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6753 [SIGNED-OFF] bug 7342 - neworderempty: Fix empty values in statistic 1 and 2 dropboxes Signed-off-by: Fran?ois Charbonnier <francois.charbonnier at biblibre.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 17:10:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 16:10:58 +0000 Subject: [Koha-bugs] [Bug 7342] aqbudgets statistics doesn't work when using Authorized values on sort1_authcat or sort2_authcat In-Reply-To: <bug-7342-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7342-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7342-70-72S8bfp5Z6@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7342 --- Comment #8 from Francois Charbonnier <francois.charbonnier at biblibre.com> 2011-12-13 16:10:58 UTC --- Created attachment 6754 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6754 [SIGNED-OFF] Bug 7342: Follow up fixing FSF address and adding use warnings Signed-off-by: Fran?ois Charbonnier <francois.charbonnier at biblibre.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 17:11:00 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 16:11:00 +0000 Subject: [Koha-bugs] [Bug 7349] Sorting patron search result by cardnumber doesn't work In-Reply-To: <bug-7349-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7349-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7349-70-O7uFWmepz7@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7349 Adrien SAURAT <adrien.saurat at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|PATCH-Sent |P5 - low Patch Status|Needs Signoff |--- -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 17:11:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 16:11:44 +0000 Subject: [Koha-bugs] [Bug 7342] aqbudgets statistics doesn't work when using Authorized values on sort1_authcat or sort2_authcat In-Reply-To: <bug-7342-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7342-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7342-70-6EAJIfQ2qM@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7342 Francois Charbonnier <francois.charbonnier at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6693|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 17:12:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 16:12:05 +0000 Subject: [Koha-bugs] [Bug 7342] aqbudgets statistics doesn't work when using Authorized values on sort1_authcat or sort2_authcat In-Reply-To: <bug-7342-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7342-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7342-70-GAeiP72gag@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7342 Francois Charbonnier <francois.charbonnier at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6696|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 17:12:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 16:12:30 +0000 Subject: [Koha-bugs] [Bug 7342] aqbudgets statistics doesn't work when using Authorized values on sort1_authcat or sort2_authcat In-Reply-To: <bug-7342-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7342-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7342-70-QzZLdOD1da@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7342 Francois Charbonnier <francois.charbonnier at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |francois.charbonnier at biblib | |re.com Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 17:16:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 16:16:15 +0000 Subject: [Koha-bugs] [Bug 7349] Sorting patron search result by cardnumber doesn't work In-Reply-To: <bug-7349-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7349-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7349-70-EbJCgyOFme@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7349 --- Comment #5 from Owen Leonard <oleonard at myacpl.org> 2011-12-13 16:16:15 UTC --- Why not move the table row coloring to the markup instead? [% IF ( loop.even ) %]<tr class="highlight">[% ELSE %]<tr>[% END %] -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 17:25:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 16:25:14 +0000 Subject: [Koha-bugs] [Bug 7342] aqbudgets statistics doesn't work when using Authorized values on sort1_authcat or sort2_authcat In-Reply-To: <bug-7342-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7342-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7342-70-pY1Et9PBSi@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7342 --- Comment #9 from Francois Charbonnier <francois.charbonnier at biblibre.com> 2011-12-13 16:25:14 UTC --- Test I did : 1/ define authorised values categories that you will use to set up funds. 2/ then set up (at least) 2 funds and choose the categories define above within "Statistic 1 done on:" and "Statistic 2 done on:" fields 3/ create new basket and place one order 4/ when placing the order : choose the funds you created and check that the authorised values within "statistic 1" and "statistic 2" change correctly. 5/ save the orderline and click on "modify" to make sure that the chosen values got recorded 6/ check the database. go to mysql and try : SELECT sort1, sort2 FROM aqorders WHERE ordernumber='XXX'; 7/ you will have the values you just entered when placing your order. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 17:25:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 16:25:32 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-kAPKqfZDTb@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 Koustubha Kale <kmkale at anantcorp.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6749|0 |1 is obsolete| | --- Comment #17 from Koustubha Kale <kmkale at anantcorp.com> 2011-12-13 16:25:32 UTC --- Created attachment 6755 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6755 Add support for uploading images to Koha Tested the split patches by Jared Camins-Esakov and signed-off. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 17:27:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 16:27:08 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-kvd3LYd88f@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 Koustubha Kale <kmkale at anantcorp.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6750|0 |1 is obsolete| | --- Comment #18 from Koustubha Kale <kmkale at anantcorp.com> 2011-12-13 16:27:08 UTC --- Created attachment 6756 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6756 Display local cover images Tested the split patches by Jared Camins-Esakov and signed-off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 17:33:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 16:33:31 +0000 Subject: [Koha-bugs] [Bug 7121] remove comma on items info In-Reply-To: <bug-7121-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7121-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7121-70-2NoOkfrwZK@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7121 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Patch Status|Signed Off |Patch Pushed --- Comment #10 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-13 16:33:31 UTC --- QA comment: prove xt/author/translatable-templates.t xt/author/translatable-templates.t .. ok prove xt/author/valid-templates.t xt/author/valid-templates.t .. ok perlcritic catalogue/moredetail.pl catalogue/moredetail.pl source OK passed QA patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 17:51:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 16:51:14 +0000 Subject: [Koha-bugs] [Bug 7123] barcode should be one word In-Reply-To: <bug-7123-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7123-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7123-70-ZCckm8aNaO@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7123 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Patch Status|Signed Off |Patch Pushed --- Comment #3 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-13 16:51:14 UTC --- QA comment: * works as announced * prove xt/author/valid-templates.t xt/author/valid-templates.t .. ok * prove xt/author/translatable-templates.t xt/author/translatable-templates.t .. ok * perlcritic circ/branchtransfers.pl circ/branchtransfers.pl source OK passed QA patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 17:52:38 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 16:52:38 +0000 Subject: [Koha-bugs] [Bug 6840] error in Template.pm in logs In-Reply-To: <bug-6840-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6840-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6840-70-VJPTCVYWJ2@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6840 Fred P <fred.pierre at smfpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fred.pierre at smfpl.org --- Comment #5 from Fred P <fred.pierre at smfpl.org> 2011-12-13 16:52:38 UTC --- We were receiving the same error while searching patrons from the patron quick search. The patch is helpful, but still generates tons of log messages, so we altered the moremember.pl around line 474 to omit the "$error => 1," editing the error parameter as follows: --------------------------------------------------- overdues_exist => $overdues_exist, error => 0, StaffMember => ($category_type eq 'S'), --------------------------------------------------- then we added this to the moremember.pl at line 485: --------------------------------------------------- #addition to test error parameter status if ( $error ) { $template -> param ( $error => 1, error => 1, ); } ----------------------------------------- -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 17:53:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 16:53:16 +0000 Subject: [Koha-bugs] [Bug 7127] Templates must be valid XHTML In-Reply-To: <bug-7127-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7127-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7127-70-BLC5MiHuoz@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7127 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com --- Comment #3 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-13 16:53:16 UTC --- QA comment: * how to prove the validity of XHTML ? Is there a jenkin test for that ? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 17:53:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 16:53:46 +0000 Subject: [Koha-bugs] [Bug 7135] save button options In-Reply-To: <bug-7135-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7135-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7135-70-ARRxkYibGS@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7135 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6626|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 18:03:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 17:03:07 +0000 Subject: [Koha-bugs] [Bug 7135] save button options In-Reply-To: <bug-7135-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7135-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7135-70-EoQxrqwRfo@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7135 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #9 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-13 17:03:07 UTC --- QA comment: * tested, works fine * license question solved, i've updated the patch comment to reflect that passed QA patch pushed, please test chris_n = maybe worth for 3.6, but beware it changes addbiblio behaviour, that can surprise users ! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 18:03:36 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 17:03:36 +0000 Subject: [Koha-bugs] [Bug 7135] in addbiblio, make save button floating to have it on always on screen In-Reply-To: <bug-7135-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7135-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7135-70-aX4UNoqQpE@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7135 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|save button options |in addbiblio, make save | |button floating to have it | |on always on screen -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 18:09:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 17:09:26 +0000 Subject: [Koha-bugs] [Bug 7135] in addbiblio, make save button floating to have it on always on screen In-Reply-To: <bug-7135-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7135-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7135-70-o2HaRJoNcA@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7135 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Patch Pushed |Failed QA --- Comment #10 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-13 17:09:26 UTC --- oups... failed QA detected just before pushing the patch !!! * addbiblio * open the "More" menu => the menus are BELOW the save button, making Reports & Serial unreachable ! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 18:10:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 17:10:10 +0000 Subject: [Koha-bugs] [Bug 7351] New: ability to edit a range of holidays Message-ID: <bug-7351-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7351 Bug #: 7351 Summary: ability to edit a range of holidays Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Tools AssignedTo: christophe.croullebois at biblibre.com ReportedBy: nengard at gmail.com QAContact: ian.walls at bywatersolutions.com The new feature that allows you to enter a range of holidays does not let you edit the range. So if you have a long range of dates and you messed up you have to edit them one by one. A way to edit/delete a range of dates would be nice. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 18:10:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 17:10:16 +0000 Subject: [Koha-bugs] [Bug 7351] ability to edit a range of holidays In-Reply-To: <bug-7351-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7351-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7351-70-ax7hBai3WJ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7351 Nicole C. Engard <nengard at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=6663 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 18:15:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 17:15:50 +0000 Subject: [Koha-bugs] [Bug 7139] Log circulation messags In-Reply-To: <bug-7139-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7139-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7139-70-3RG8P1quSV@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7139 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #5 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-13 17:15:50 UTC --- QA comment: * problem pointed by ian addressed by Marcel revised patch, * works well, * perlcritic fails, but it was failing before this patch passed QA patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 18:17:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 17:17:17 +0000 Subject: [Koha-bugs] [Bug 7352] New: moremember.pl generates error in Template.pm related to missing $key value Message-ID: <bug-7352-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7352 Bug #: 7352 Summary: moremember.pl generates error in Template.pm related to missing $key value Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_6 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 - low Component: Patrons AssignedTo: kyle.m.hall at gmail.com ReportedBy: fred.pierre at smfpl.org QAContact: ian.walls at bywatersolutions.com CC: gmcharlt at gmail.com This is similar to bug 6840, but generating an error from the patron quick search (search field at the top of the patron screen). We received errors related to Template.pm missing a $key value. The patch for bug 6840 partially patches the error, but still generates tons of log messages when circ accesses the patron detail screen, so we altered the moremember.pl around line 474 to omit the "$error => 1," and editing the error parameter as follows: --------------------------------------------------- overdues_exist => $overdues_exist, error => 0, StaffMember => ($category_type eq 'S'), --------------------------------------------------- Then we added this status check for errors to the moremember.pl at new line 485, following the close of the original template value definition: --------------------------------------------------- #addition to test error parameter status if ( $error ) { $template -> param ( $error => 1, error => 1, ); } ----------------------------------------- Here is the original error message: moremember.pl: Use of uninitialized value $key in hash element at /home/koha/kohaclone/C4/Templates.pm line 227., referer: http://koha.smfpl.org/cgi-bin/koha/members/member.pl Here is the error message, after patching 6801: moremember.pl: Problem = a value of 1 has been passed to param without key at /home/koha/kohaclone/C4/Templates.pm line 230., referer: http://koha.smfpl.org/cgi-bin/koha/circ/circulation.pl After our patch, listed above, there are no further error messages being generated from the moremember.pl patron detail screen. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 18:27:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 17:27:42 +0000 Subject: [Koha-bugs] [Bug 7245] Errors in MySQL tables population with mandatory data for italian installation In-Reply-To: <bug-7245-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7245-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7245-70-rkxq8dUKN8@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7245 --- Comment #12 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-13 17:27:42 UTC --- Just for the record: (In reply to comment #9) > You're right. it-IT/necessari/sample_itemtypes.sql contains incorrect SQL > statements. But those statements are not introduced but this patch. There are > already there in HEAD. IMO this issue should be covered by a separated bugzilla > entry, and the attached patch should be applied since it fixes a real and > current issue. Frederic was right, and I would have pushed the incomplete patch today if the proper patch had not been submitted. I'll write something on the wiki about how we (QA team) / I (RM) accept a patch or no. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 18:32:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 17:32:06 +0000 Subject: [Koha-bugs] [Bug 7157] Improve the j2a.pl cronjob In-Reply-To: <bug-7157-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7157-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7157-70-e4nwMSYL1P@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7157 --- Comment #9 from Liz Rea <wizzyrea at gmail.com> 2011-12-13 17:32:06 UTC --- Created attachment 6757 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6757 Bug 7157 - followup - error catching for nonexistent categories. This applies on top of the original patch - may not be the best implementation ever, suggestions are welcome. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 18:33:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 17:33:25 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-ZBssDT5XjB@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 --- Comment #19 from Owen Leonard <oleonard at myacpl.org> 2011-12-13 17:33:25 UTC --- Created attachment 6758 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6758 Improved styling and no-JavaScript handling for the OPAC OPAC Template revisions: - Revised OPAC imageviewer template to match structure of other OPAC pages (with masthead search, footer, etc) - Added link back to detail page (controlled by BiblioDefaultView preference) - Added link style to thumbnails on opac-detail to add a sense of "clickability" to them - Revised OPAC imageviewer template to allow it to function with JavaScript turned off. Now even without JS main image will load, thumbnails will be properly styled, and thumbnail links will work. - Changes to the script are only to pass missing variables to the template TODO: Corresponding changes for the staff client -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 19:07:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 18:07:14 +0000 Subject: [Koha-bugs] [Bug 6490] Lost and paid not updated when book is checked out. In-Reply-To: <bug-6490-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6490-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6490-70-JCaQN2tqSl@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6490 Thatcher Rea <thatcher.rea at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |thatcher.rea at bywatersolutio | |ns.com See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=5533 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 19:19:18 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 18:19:18 +0000 Subject: [Koha-bugs] [Bug 7271] Revert getitems default sort to homebranch instead of holding branch In-Reply-To: <bug-7271-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7271-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7271-70-2jgcqMO6Ll@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7271 Nicole C. Engard <nengard at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard at gmail.com --- Comment #3 from Nicole C. Engard <nengard at gmail.com> 2011-12-13 18:19:18 UTC --- Isn't this the kind of thing that should be a preference? Some library asked for it to sort the way it does, so changing it on them would probably upset them. Just a thought. Nicole -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 19:30:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 18:30:04 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-chy8dh2XPu@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 Jared Camins-Esakov <jcamins at cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6758|0 |1 is obsolete| | --- Comment #20 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-13 18:30:04 UTC --- Created attachment 6759 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6759 Bug 1633 - Add ability to take book cover images from local img db OPAC Template revisions: - Revised OPAC imageviewer template to match structure of other OPAC pages (with masthead search, footer, etc) - Added link back to detail page (controlled by BiblioDefaultView preference) - Added link style to thumbnails on opac-detail to add a sense of "clickability" to them - Revised OPAC imageviewer template to allow it to function with JavaScript turned off. Now even without JS main image will load, thumbnails will be properly styled, and thumbnail links will work. - Changes to the script are only to pass missing variables to the template TODO: Corresponding changes for the staff client Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 19:45:19 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 18:45:19 +0000 Subject: [Koha-bugs] [Bug 7353] New: Inconsistencies with Longoverdue.pl Message-ID: <bug-7353-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7353 Bug #: 7353 Summary: Inconsistencies with Longoverdue.pl Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_6 Platform: All OS/Version: All Status: NEW Severity: major Priority: P5 - low Component: Command-line Utilities AssignedTo: gmcharlt at gmail.com ReportedBy: thatcher.rea at bywatersolutions.com QAContact: ian.walls at bywatersolutions.com It looks like with the recent changes in how lost items are handled has introduced some inconsistencies with how longoverdue.pl works. We're seeing instances where the script marks items as lost, but they appear in detail.pl as checked out. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 20:36:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 19:36:40 +0000 Subject: [Koha-bugs] [Bug 3340] Enhancement for borrower loading command line In-Reply-To: <bug-3340-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-3340-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-3340-70-9VQA0Bs6uo@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3340 lzuares at collsk12.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lzuares at collsk12.org --- Comment #1 from lzuares at collsk12.org 2011-12-13 19:36:40 UTC --- We work with many products which import data from our student information system on a fixed schedule. I would like to see this functionality brought to Koha too. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 20:41:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 19:41:12 +0000 Subject: [Koha-bugs] [Bug 7135] in addbiblio, make save button floating to have it on always on screen In-Reply-To: <bug-7135-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7135-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7135-70-ZUQY92zXLj@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7135 --- Comment #11 from Owen Leonard <oleonard at myacpl.org> 2011-12-13 19:41:12 UTC --- Created attachment 6760 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6760 Follow-up fix Follow-up fix corrects z-index of toolbar so that "More" menu is not hidden behind it. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 20:41:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 19:41:49 +0000 Subject: [Koha-bugs] [Bug 7135] in addbiblio, make save button floating to have it on always on screen In-Reply-To: <bug-7135-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7135-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7135-70-clOqXkz4sz@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7135 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 21:20:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 20:20:50 +0000 Subject: [Koha-bugs] [Bug 7271] Revert getitems default sort to homebranch instead of holding branch In-Reply-To: <bug-7271-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7271-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7271-70-kmq1fvE3yF@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7271 --- Comment #4 from Liz Rea <wizzyrea at gmail.com> 2011-12-13 20:20:50 UTC --- No, actually the sort here isn't intentional - this is a regression. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 21:21:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 20:21:46 +0000 Subject: [Koha-bugs] [Bug 7271] Revert getitems default sort to homebranch instead of holding branch In-Reply-To: <bug-7271-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7271-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7271-70-AFDyZUEiJU@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7271 --- Comment #5 from Liz Rea <wizzyrea at gmail.com> 2011-12-13 20:21:46 UTC --- that is to say - it puts it back the way it was before the patch that changed the sort - the change to the sort was an unintended side effect of another patch. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 21:58:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 20:58:16 +0000 Subject: [Koha-bugs] [Bug 7135] in addbiblio, make save button floating to have it on always on screen In-Reply-To: <bug-7135-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7135-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7135-70-ueHMhbqsvO@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7135 Duncan <duncan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6627|0 |1 is obsolete| | Attachment #6760|0 |1 is obsolete| | --- Comment #12 from Duncan <duncan at catalyst.net.nz> 2011-12-13 20:58:16 UTC --- Created attachment 6761 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6761 Signed off follow up fix for patch. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 21:58:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 20:58:25 +0000 Subject: [Koha-bugs] [Bug 7135] in addbiblio, make save button floating to have it on always on screen In-Reply-To: <bug-7135-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7135-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7135-70-ffa4I5f6NC@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7135 Duncan <duncan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |duncan at catalyst.net.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 22:03:56 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 21:03:56 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-0irS8hlD3t@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 --- Comment #21 from Owen Leonard <oleonard at myacpl.org> 2011-12-13 21:03:56 UTC --- I just noticed a problem: The images tab is showing up in the OPAC and staff client for all titles, not just titles with local images. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 22:33:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 21:33:32 +0000 Subject: [Koha-bugs] [Bug 7350] In New order the "+" button duplicates input text but not the "selected" in ddl In-Reply-To: <bug-7350-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7350-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7350-70-qN14KgVuHj@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7350 Duncan <duncan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6743|0 |1 is obsolete| | --- Comment #2 from Duncan <duncan at catalyst.net.nz> 2011-12-13 21:33:32 UTC --- Created attachment 6762 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6762 Signed off patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 13 22:33:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 21:33:45 +0000 Subject: [Koha-bugs] [Bug 7350] In New order the "+" button duplicates input text but not the "selected" in ddl In-Reply-To: <bug-7350-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7350-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7350-70-8VbZAbe3tW@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7350 Duncan <duncan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |duncan at catalyst.net.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 00:46:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 23:46:25 +0000 Subject: [Koha-bugs] [Bug 3184] Show creator and budget receiving a document In-Reply-To: <bug-3184-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-3184-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-3184-70-uiA80L7r9p@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3184 Duncan <duncan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #1152|0 |1 is obsolete| | Attachment #5020|0 |1 is obsolete| | Attachment #6089|0 |1 is obsolete| | Attachment #6438|0 |1 is obsolete| | --- Comment #8 from Duncan <duncan at catalyst.net.nz> 2011-12-13 23:46:25 UTC --- Created attachment 6763 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6763 Signed off patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 14 00:46:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Dec 2011 23:46:32 +0000 Subject: [Koha-bugs] [Bug 3184] Show creator and budget receiving a document In-Reply-To: <bug-3184-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-3184-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-3184-70-HKUwwuUeYG@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3184 Duncan <duncan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |duncan at catalyst.net.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 14 03:06:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 02:06:04 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-HS6A3UQa2Z@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 --- Comment #22 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-14 02:06:04 UTC --- Created attachment 6764 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6764 Bug 1633: Don't show image tab when inappropriate This patch corrects the bug spotted by Owen Leonard where the Images tab was showing up even for records that didn't have local cover images attached to them. The tab is now hidden on the OPAC for records that don't have any images. In the Intranet, an Images tab will show for staff with permission to upload images, suggesting that they do so. For staff without that permission, the tab is not shown. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 05:00:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 04:00:14 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-afPwk249KN@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 Koustubha Kale <kmkale at anantcorp.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6759|0 |1 is obsolete| | --- Comment #23 from Koustubha Kale <kmkale at anantcorp.com> 2011-12-14 04:00:14 UTC --- Created attachment 6765 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6765 SIGNED-OFF : Add ability to take book cover images from local img db -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 05:01:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 04:01:26 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-lVnXklbN3b@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 Koustubha Kale <kmkale at anantcorp.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6764|0 |1 is obsolete| | --- Comment #24 from Koustubha Kale <kmkale at anantcorp.com> 2011-12-14 04:01:26 UTC --- Created attachment 6766 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6766 SIGNED-OFF : Don't show image tab when inappropriate -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 07:05:22 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 06:05:22 +0000 Subject: [Koha-bugs] [Bug 7113] Standardize vendor id name in templates and scripts In-Reply-To: <bug-7113-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7113-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7113-70-96Z3dFFrYS@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7113 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6437|0 |1 is obsolete| | --- Comment #15 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-14 06:05:22 UTC --- Created attachment 6767 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6767 Fix for Bug 7113 - Standardize vendor id name in templates and scripts Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Update: Fixed conflict in basket.tt Update 2011-12-14: Fixed conflict in basketgroup.tt Signed off this patch, but before it can go into master a follow up is needed to fix the found issues marked as 'BROKEN' in the test plan. This patch touches a lot of links in acquisitions. Tested: Vendor result list (booksellers) - link to vendor summary page - link to receive shipment - new basket Vendor summary (supplier) - links to contract summary - BROKEN: Edit vendor: redirect after saving - edit vendor > cancel - BROKEN: redirect after saving/editing/adding contract - contracts list from toolbar - new basket Basketgroups (basketgroup) - breadcrumbs: link to vendor - link back to vendor summary - edit basketgroup > save - delete basketgroup - link to vendor from toolbar - (BROKEN) edit vendor from toolbar - does not open edit page - uncertain prices Uncertain prices (uncertainprice) - breadcrumbs: link to vendor - link to vendor summary - link to edit vendor - here it works - edit po line - changing price and submitting Basket header (basketheader) - breadcrumbs: link back to vendor - link for saving New basket (basket) - breadcrumbs: link back to vendor - delete basket (redirects to search list, ok) - export as csv - close basket - cancel order - modify order Order from existing record (neworderempty) - breadcrumbs: link back to vendor - order Order from suggestion (newordersuggestion) - breadcrumbs: link back to vendor - order - cancel Order from external source (z3950_search) - breadcrumbs: link to vendor - order - after ordering: neworderenry > edit record Order new (neworderentry) - breadcrumbs: link to vendor - save - cancel Receive shiptment (parcels) - breadcrumbs: link to vendor - cancel Order receive (parcel) - Finish receiving - Cancel receiving - link to order line - receive - BROKEN: delete order redirects to wrong page - BROKEN: delete order and catalog record redirects to wrong page Late orders (lateorders) - filter on specific vendor Follow-up fixes for Bug 7113, Standardize vendor id name in templates and scripts Fixed: - Edit vendor: redirect after saving - redirect after saving/editing/adding contract - edit vendor from toolbar - does not open edit page Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> 1) redirect after editing vendor is ok 2) saving and deleting contract is perfect, one little improvement: The cancel link takes you back to the list of contracts, not to the vendor detail page. I think it would be a little better if save and cancel redirected to the same page. 3) editing vendor from basket group toolbar works now [SIGNED-OFF] Bug 7113 Fix for a missed instance of the wrong variable name Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Link back to vendor in breadcrumbs of contract page works now too. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 14 07:39:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 06:39:08 +0000 Subject: [Koha-bugs] [Bug 7354] New: Can't edit local use system preferences Message-ID: <bug-7354-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7354 Bug #: 7354 Summary: Can't edit local use system preferences Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All URL: /cgi-bin/koha/admin/systempreferences.pl OS/Version: All Status: NEW Severity: major Priority: P5 - low Component: System Administration AssignedTo: paul.poulain at biblibre.com ReportedBy: katrin.fischer at bsz-bw.de QAContact: ian.walls at bywatersolutions.com CC: gmcharlt at gmail.com Created attachment 6768 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6768 Add local use system preference At the moment it's not possible to edit local use system preferences. I will attach a set of screenshots to show the problem. To reproduce: 1) Create a new local use system preference 2) Verify it shows up in the tab of local use preferences 3) Try to edit the system preference Problem: All fields are shown as empty. - explanation - variable type - variable options Saving the system preference like this will delete those fields from the database. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 07:39:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 06:39:28 +0000 Subject: [Koha-bugs] [Bug 7354] Can't edit local use system preferences In-Reply-To: <bug-7354-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7354-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7354-70-e5va5o17K3@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7354 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-14 06:39:28 UTC --- Created attachment 6769 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6769 Saved local use system preference -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 07:39:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 06:39:49 +0000 Subject: [Koha-bugs] [Bug 7354] Can't edit local use system preferences In-Reply-To: <bug-7354-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7354-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7354-70-Mx8acnbKD5@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7354 --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-14 06:39:49 UTC --- Created attachment 6770 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6770 Edit local use system preference -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 08:12:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 07:12:13 +0000 Subject: [Koha-bugs] [Bug 7248] Caching for services In-Reply-To: <bug-7248-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7248-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7248-70-9kivjwcSHQ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7248 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6359|0 |1 is obsolete| | Attachment #6372|0 |1 is obsolete| | --- Comment #8 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-14 07:12:13 UTC --- Created attachment 6771 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6771 [SIGNED-OFF] Bug 7248 : Caching support and Syspref In the new Koha namespace as they don't call any routines from C4 Squashed commit of the following: commit c887559d575464f3ac4fccb4db0cce2872cf633c Author: Chris Hall <chrish at catalyst.net.nz> Date: Mon Nov 21 13:33:53 2011 +1300 added missing sysprefs.sql entry for usecache setting http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7248 commit 177676f5f0591b9231eed73fdb21066589c2274d Author: Chris Hall <chrish at catalyst.net.nz> Date: Mon Nov 21 11:38:23 2011 +1300 Caching support and syspref http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7248 Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Adds new system preference usecache under administration. Checked the system preference works. Also ran the test successfully. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 08:12:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 07:12:21 +0000 Subject: [Koha-bugs] [Bug 7248] Caching for services In-Reply-To: <bug-7248-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7248-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7248-70-5uviozOJPJ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7248 --- Comment #9 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-14 07:12:21 UTC --- Created attachment 6772 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6772 [SIGNED-OFF] Unit test for Koha/Cache.pm (which includes Koha/Cache/Memcahed.pm) http://bugs.koha-community.org/show_bug.cgi?id=7248 Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> perl t/Cache.t completes successfully. 1..9 ok 1 - use Koha::Cache; ok 2 - use C4::Context; ok 3 - fetching item NOT in cache ok 4 - fetching expired item from cache ok 5 - fetching valid item from cache ok 6 - fetching cleared item from cache ok 7 - fetching valid item from cache (after clearing another item) ok 8 - fetching flushed item from cache ok 9 - fetching flushed item from cache -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 08:12:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 07:12:42 +0000 Subject: [Koha-bugs] [Bug 7248] Caching for services In-Reply-To: <bug-7248-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7248-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7248-70-EvgeplxDCe@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7248 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 08:24:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 07:24:08 +0000 Subject: [Koha-bugs] [Bug 7249] Report webservices In-Reply-To: <bug-7249-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7249-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7249-70-3rOYfQKUJ2@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249 --- Comment #12 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-14 07:24:08 UTC --- Created attachment 6773 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6773 New interface for sql reports Small enhancement request: Use yes/no instead of false/true for the pull down. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 08:46:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 07:46:08 +0000 Subject: [Koha-bugs] [Bug 7249] Report webservices In-Reply-To: <bug-7249-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7249-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7249-70-wqvlanC4Zx@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6360|0 |1 is obsolete| | Attachment #6449|0 |1 is obsolete| | --- Comment #13 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-14 07:46:08 UTC --- Created attachment 6774 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6774 [SIGNED-OFF] Bug 7249 : Allow reports to be called through a restful interface Hands back JSON, and supports caching Squashed commit of the following: commit 5c93506079738b9a13139417d3a0734289a4b007 Author: Chris Hall <chrish at catalyst.net.nz> Date: Mon Nov 21 15:41:14 2011 +1300 Fixed bugs when creating reports, added more user friendly input and feedback commit c62430bb358ee4af6ee5331b4d3a2ed67f723032 Author: Chris Hall <chrish at catalyst.net.nz> Date: Mon Nov 21 12:00:27 2011 +1300 Added caching to intranet report webservices, added cache expiry and public options to reports commit 2d89f0777d95b26bf08635782070b6367d0698f3 Author: Chris Cormack <chris at bigballofwax.co.nz> Date: Wed Nov 9 20:29:26 2011 +1300 Working on caching for services commit e0511f180cebd81747858ad776433fe3a1cf6854 Author: Chris Cormack <chris at bigballofwax.co.nz> Date: Wed Nov 9 08:28:26 2011 +1300 Starting work on webservices Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Comments on follow-up. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 08:46:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 07:46:16 +0000 Subject: [Koha-bugs] [Bug 7249] Report webservices In-Reply-To: <bug-7249-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7249-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7249-70-JMurQj6sae@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249 --- Comment #14 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-14 07:46:16 UTC --- Created attachment 6775 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6775 [SIGNED-OFF] Bug 7249: added saved_sql fields to kohastructure http://bugs.koha-community.org/show_bug.cgi?id=7249 Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Patches applied on top of patches for bug 7248. Patch includes another database adding 2 new fields to the saved_sql table. 1) Checked that adding/deleting/editing of sql reports still works and new fields are correctly saved to the database. 2) The saved reports page now lists the new fields correctly. 3) Checking URLs with JSON output - if report is not public http://localhost/cgi-bin/koha/svc/report?id=2 fails, but http://localhost:8080/cgi-bin/koha/svc/report?id=2 works - if report is public, both links work 4) Checking results are cached Created a report listing my borrowers, setting caching to 60 seconds and added new borrowers before doing following tests. - URL doesn't show new borrower immediately - correct - Turning off the usecache system preference updates data - correct - Restarting memcached updates data '/etc/init.d/memcached restart' - correct - Waiting until cache time runs out updates data - correct Small enhancement request: Use yes/no instead of true/false. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 08:46:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 07:46:49 +0000 Subject: [Koha-bugs] [Bug 7249] Report webservices In-Reply-To: <bug-7249-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7249-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7249-70-VAcTOjLkln@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Does not apply |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 08:50:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 07:50:59 +0000 Subject: [Koha-bugs] [Bug 7355] New: Hidden note subfields are not displayed in TEXTAREA if hidden Message-ID: <bug-7355-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7355 Bug #: 7355 Summary: Hidden note subfields are not displayed in TEXTAREA if hidden Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging AssignedTo: gmcharlt at gmail.com ReportedBy: frederic at tamil.fr QAContact: ian.walls at bywatersolutions.com In the data entry form, there is a (hidden) functionality for note subfields. MARC21 500-599 and UNIMARC 300-399 subfields are displayed in TEXTAREA rather than INPUT tags. This is good since usually notes can be pretty long. But if one of those fields is marked in the framework as 'hidden', then it isn't displayed at first when you create a record and when you expand the field by clicking on its label the field is displayed in a one-line INPUT tag. To reproduce this bug: - Modify your framework: MARC21: 500$a, hidden=1 UNIMARC: 300$a, hidden=1 - Create a new biblio record with this framework - Open the tab containing 500 or 300 field - 500 or 300 tab is collapsed - Click on 500 or 300 label to expand the field - 500$a or 300$a is displayed in a one-line INPUT tag, not in a TEXTAREA as it should -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 08:51:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 07:51:15 +0000 Subject: [Koha-bugs] [Bug 7355] Hidden note subfields are not displayed in TEXTAREA if hidden In-Reply-To: <bug-7355-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7355-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7355-70-328FbsGS5n@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7355 Fr?d?ric Demians <frederic at tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|gmcharlt at gmail.com |frederic at tamil.fr -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 08:53:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 07:53:12 +0000 Subject: [Koha-bugs] [Bug 7355] Note subfields are not displayed in TEXTAREA if hidden In-Reply-To: <bug-7355-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7355-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7355-70-fszJL1JRdt@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7355 Fr?d?ric Demians <frederic at tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Hidden note subfields are |Note subfields are not |not displayed in TEXTAREA |displayed in TEXTAREA if |if hidden |hidden -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 08:55:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 07:55:03 +0000 Subject: [Koha-bugs] [Bug 7355] Note subfields are not displayed in TEXTAREA if hidden In-Reply-To: <bug-7355-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7355-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7355-70-4a3OFfXvyE@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7355 --- Comment #1 from Fr?d?ric Demians <frederic at tamil.fr> 2011-12-14 07:55:03 UTC --- Created attachment 6776 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6776 Proposed patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 08:55:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 07:55:23 +0000 Subject: [Koha-bugs] [Bug 7355] Note subfields are not displayed in TEXTAREA if hidden In-Reply-To: <bug-7355-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7355-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7355-70-w8wToRrage@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7355 Fr?d?ric Demians <frederic at tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 09:37:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 08:37:13 +0000 Subject: [Koha-bugs] [Bug 7349] Sorting patron search result by cardnumber doesn't work In-Reply-To: <bug-7349-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7349-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7349-70-lyEX7bJwkv@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7349 Adrien SAURAT <adrien.saurat at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff --- Comment #6 from Adrien SAURAT <adrien.saurat at biblibre.com> 2011-12-14 08:37:13 UTC --- Actually, there is already something like that in the template, the highlights look ok. No problem then, the patch is fine. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 10:11:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 09:11:10 +0000 Subject: [Koha-bugs] [Bug 7356] New: FIx various typos and mis-spellings Message-ID: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7356 Bug #: 7356 Summary: FIx various typos and mis-spellings Classification: Unclassified Change sponsored?: --- Product: Koha Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 - low Component: Developer documentation AssignedTo: gmcharlt at gmail.com ReportedBy: marc at msys.ch QAContact: ian.walls at bywatersolutions.com Created attachment 6777 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6777 functionnal -> functional The attached patches fix various typos and mis-spellings, NB that the Component Documentation is probably not adequate. The patches need to be applied in order. 0001 functionnal -> functional 0002 wether -> whether 0003 developper -> developer 0004 'the the ' - > 'the ' -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 10:11:36 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 09:11:36 +0000 Subject: [Koha-bugs] [Bug 7356] FIx various typos and mis-spellings In-Reply-To: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7356-70-VOtaoCRBZK@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7356 --- Comment #1 from Marc Balmer <marc at msys.ch> 2011-12-14 09:11:36 UTC --- Created attachment 6778 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6778 wether -> whether -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 10:12:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 09:12:20 +0000 Subject: [Koha-bugs] [Bug 7356] FIx various typos and mis-spellings In-Reply-To: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7356-70-AnTBIbdasv@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7356 --- Comment #2 from Marc Balmer <marc at msys.ch> 2011-12-14 09:12:20 UTC --- Created attachment 6779 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6779 developper -> developer -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 10:12:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 09:12:46 +0000 Subject: [Koha-bugs] [Bug 7356] FIx various typos and mis-spellings In-Reply-To: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7356-70-toYnPCAqnU@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7356 --- Comment #3 from Marc Balmer <marc at msys.ch> 2011-12-14 09:12:46 UTC --- Created attachment 6780 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6780 the the -> the -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 11:05:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 10:05:32 +0000 Subject: [Koha-bugs] [Bug 6709] marc21_field_006.xml and marc21_field_008.xml can't be translated. In-Reply-To: <bug-6709-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6709-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6709-70-jIWHWE8tcC@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6709 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Component|translate.koha-community.or |I18N/L10N |g | Version|rel_3_4 |master AssignedTo|chris at bigballofwax.co.nz |frederic at tamil.fr QAContact|koha-bugs at lists.koha-commun |ian.walls at bywatersolutions. |ity.org |com --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-14 10:05:32 UTC --- Changing component and version. Still a problem. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 14 11:08:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 10:08:29 +0000 Subject: [Koha-bugs] [Bug 6843] Renew membership from expiry date or from current date In-Reply-To: <bug-6843-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6843-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6843-70-xrYsqGGDtB@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6843 Koustubha Kale <kmkale at anantcorp.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Renew membership from |Renew membership from |expiry date not from |expiry date or from current |current date |date -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 14 11:36:01 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 10:36:01 +0000 Subject: [Koha-bugs] [Bug 6843] Renew membership from expiry date or from current date In-Reply-To: <bug-6843-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6843-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6843-70-mrdQHb8LNa@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6843 Koustubha Kale <kmkale at anantcorp.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6263|0 |1 is obsolete| | --- Comment #2 from Koustubha Kale <kmkale at anantcorp.com> 2011-12-14 10:36:01 UTC --- Created attachment 6781 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6781 Rebased patch : Patch to allow patron renewal from expiry date or from current date based on a syspref Rebased against current master. Removed changes to update database.pl. Added a script in atomicupdate directory. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 14 13:30:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 12:30:47 +0000 Subject: [Koha-bugs] [Bug 5636] clean borrowers run from command line In-Reply-To: <bug-5636-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5636-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5636-70-mL5Nfa0wOL@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5636 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Failed QA QAContact|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | --- Comment #10 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-14 12:30:47 UTC --- In view of the community response on the ml, with reference to Galen's comment on security, and the repeated argument of putting the shared code in modules, I think we should conclude that this patch [unfortunately] cannot be pushed in its current form. Changing patch status. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 14 13:43:54 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 12:43:54 +0000 Subject: [Koha-bugs] [Bug 7356] FIx various typos and mis-spellings In-Reply-To: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7356-70-avKhSHA28y@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7356 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent CC| |m.de.rooy at rijksmuseum.nl Version|unspecified |master Patch Status|--- |Failed QA AssignedTo|gmcharlt at gmail.com |marc at msys.ch QAContact|ian.walls at bywatersolutions. |m.de.rooy at rijksmuseum.nl |com | --- Comment #4 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-14 12:43:54 UTC --- Thanks for your work! First patch: Attachment is not viewable in your browser because its MIME type (application/octet-stream) is not one that your browser is able to display. Second & Third patch: Resend please without changing po files. See point 4. Fourth patch: I would not recommend changing things in the PO files this way; new PO files will come from Pootle. Should be corrected at the base. Contact translation manager. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 14:24:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 13:24:02 +0000 Subject: [Koha-bugs] [Bug 7141] The biblio details page in the intranet doesn't work if XSLT is activated and the xsl file contains "  " In-Reply-To: <bug-7141-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7141-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7141-70-AOCJ6UmO2u@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7141 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Patch Pushed --- Comment #13 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-14 13:24:02 UTC --- unless i've missed something, the attached patch has been pushed already -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 14:29:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 13:29:28 +0000 Subject: [Koha-bugs] [Bug 7143] Bug for tracking changes to the about page In-Reply-To: <bug-7143-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7143-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7143-70-B2dAR1kRz2@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|PATCH-Sent |P1 - high Status|NEW |ASSIGNED CC| |paul.poulain at biblibre.com Patch Status|Signed Off |--- --- Comment #4 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-14 13:29:28 UTC --- QA comment : no comment, just a small change in about.tt Patches pushed, back to no patch sent -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 14 14:29:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 13:29:46 +0000 Subject: [Koha-bugs] [Bug 7143] Bug for tracking changes to the about page In-Reply-To: <bug-7143-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7143-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7143-70-NjCVCCu25F@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6152|0 |1 is obsolete| | --- Comment #5 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-14 13:29:46 UTC --- Comment on attachment 6152 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6152 [SIGNED-OFF] Bug 7143: Follow up patch for Updating about.tt pushed -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 14 14:29:53 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 13:29:53 +0000 Subject: [Koha-bugs] [Bug 7143] Bug for tracking changes to the about page In-Reply-To: <bug-7143-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7143-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7143-70-DXnuQQXARH@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6151|0 |1 is obsolete| | --- Comment #6 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-14 13:29:53 UTC --- Comment on attachment 6151 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6151 [SIGNED-OFF] Bug 7143: Updating About.tt for Ian Walls, Chris Nighswonger and Paul Poulain pushed -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 14 14:33:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 13:33:58 +0000 Subject: [Koha-bugs] [Bug 7357] New: Subscriptions titles are replaced by "---" when duplicated Message-ID: <bug-7357-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7357 Bug #: 7357 Summary: Subscriptions titles are replaced by "---" when duplicated Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_6 Platform: All OS/Version: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Serials AssignedTo: adrien.saurat at biblibre.com ReportedBy: adrien.saurat at biblibre.com QAContact: ian.walls at bywatersolutions.com If we have one subscription with the title "Example", it's correctly displayed in the "Serials subscriptions" result page. But if several subscriptions are made for the same serial (different locations for exemple), then the first one is displayed completely but in the following lines, the title is replaced by '---'. It was implemented this way in order to avoid repetitions and make things clearer, but in fact some users are confused by this behaviour. It would probably be better to display each line with a full title. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 14:41:54 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 13:41:54 +0000 Subject: [Koha-bugs] [Bug 7160] paying fines throws error In-Reply-To: <bug-7160-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7160-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7160-70-rnXIbNIksb@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7160 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #7 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-14 13:41:54 UTC --- QA comment: tiny patch, nothing to say (works, fixes the problem, 1 line patch) Patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 14:50:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 13:50:02 +0000 Subject: [Koha-bugs] [Bug 7357] Subscriptions titles are replaced by "---" when duplicated In-Reply-To: <bug-7357-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7357-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7357-70-ZKztkoZhkp@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7357 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-14 13:50:02 UTC --- I agree that the current display is not ideal, but perhaps we can find a way to do both? Indicate that there is more than one subscription for this title and display more than -- ? Perhaps Owen or someone else has a good idea? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 14:53:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 13:53:14 +0000 Subject: [Koha-bugs] [Bug 6916] Selecting the acq date of an item should take you to the invoice page for it In-Reply-To: <bug-6916-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6916-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6916-70-WbYCuZtnyJ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6916 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|PATCH-Sent |P5 - low Patch Status|Failed QA |--- --- Comment #17 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-14 13:53:14 UTC --- Paul, Good catch. This situation with two items from different baskets will not work now. Currently, the functionality only works for AcqCreateItem==ordering. In that case you have item numbers in aqorders_items. You do not have any items in that table if AcqCreateItem!=ordering. So, in that case there will never be a working URL. The followup resolves this in most cases (but not for your case). The problem is that when you create the item later, you actually cannot say where it came from. You could [pragmatically] say if it is the second item, take the second order (could be wrong). The routine GetOrderFromItemNumber should therefore use aqorder_items for pref==ordering and do another trick otherwise. Will leave this report open for fixing it later (no priority). -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 14:54:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 13:54:12 +0000 Subject: [Koha-bugs] [Bug 6916] Selecting the acq date of an item should take you to the invoice page for it In-Reply-To: <bug-6916-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6916-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6916-70-fsxukfHMBt@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6916 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6436|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 15:07:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 14:07:34 +0000 Subject: [Koha-bugs] [Bug 7307] OPACBaseURL not used in opac-search.pl In-Reply-To: <bug-7307-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7307-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7307-70-TGSI2vTrx6@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7307 Nicole C. Engard <nengard at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard at gmail.com See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=3717 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 15:13:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 14:13:40 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-fXFLqXV28d@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 Jonathan Druart <jonathan.druart at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6664|0 |1 is obsolete| | --- Comment #29 from Jonathan Druart <jonathan.druart at biblibre.com> 2011-12-14 14:13:40 UTC --- Created attachment 6782 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6782 Proposed patch Replace item tag with order tag for claimacquisition and claimissues -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 14 15:14:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 14:14:39 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-W0fF0NrHs2@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 --- Comment #30 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-14 14:14:39 UTC --- Thx, Jonathan! Will try to test asap. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 14 15:14:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 14:14:58 +0000 Subject: [Koha-bugs] [Bug 7314] Remove singleBranchMode system preference in favour of counting configured branches In-Reply-To: <bug-7314-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7314-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7314-70-jV0Nsw1FnT@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7314 Nicole C. Engard <nengard at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard at gmail.com See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=7156, | |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=4941 --- Comment #1 from Nicole C. Engard <nengard at gmail.com> 2011-12-14 14:14:58 UTC --- Ian, the description for singlebranchmode says "Allow/Don't allow patrons to select their branch on the OPAC." but it doesn't actually just do that. It also controls whether staff can choose their branch in the staff client. I think we need some such preference to let the libraries decide if their patrons and staff can choose a branch in the opac and staff client. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 15:17:56 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 14:17:56 +0000 Subject: [Koha-bugs] [Bug 7358] New: basket.pl : it is possible to affect a closed basket to a closed basketgroup Message-ID: <bug-7358-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7358 Bug #: 7358 Summary: basket.pl : it is possible to affect a closed basket to a closed basketgroup Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_8 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 - low Component: Acquisitions AssignedTo: henridamien at koha-fr.org ReportedBy: henridamien.laurent at biblibre.com QAContact: ian.walls at bywatersolutions.com When affecting a closed basket to a basketgroup, the list shows all the basketgroup, even closed basketgroups. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 15:21:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 14:21:39 +0000 Subject: [Koha-bugs] [Bug 7314] Remove singleBranchMode system preference in favour of counting configured branches In-Reply-To: <bug-7314-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7314-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7314-70-Ug8ajuED6C@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7314 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-14 14:21:39 UTC --- I think the description makes no sense as is. By design the SingleBranchMode is made to hide all things related to branches if you only have 1 branch. Because it makes no sense to have a branch facet, a pickup library or search for branches when there is only 1 branch. And the same applies to the staff interface. If there is only 1 branch, hiding the options is supposed to make it less confusing. So I think correcting the system preference description is the fix here, but there might be some additional functionality that is desirable. For example: - Make it possible to specify which branches are visible in the OPAC (so you could have an ILL library, internal departments as branches and such) - Make it possible to specify which libraries can be pickup locations - Make it a permission, if a staff user can change the library from his home library to another -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 15:22:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 14:22:06 +0000 Subject: [Koha-bugs] [Bug 7153] Show Open Library as Search Target in "More Searches" in OPAC detail page In-Reply-To: <bug-7153-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7153-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7153-70-YzxvOWNFrB@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7153 --- Comment #10 from Nicole C. Engard <nengard at gmail.com> 2011-12-14 14:22:06 UTC --- I'm not sure I want any code going in my preferences if I have set them already. The more searches code box can have things other than list items and your comment might not hurt anything ... but then again it might. I see no reason not add this to new installs, but it shouldn't touch upgraded systems. I can however put a note in the manual on how to add a link to Open Library to your more searches menu for those who upgrade. Nicole -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 15:22:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 14:22:59 +0000 Subject: [Koha-bugs] [Bug 7153] Show Open Library as Search Target in "More Searches" in OPAC detail page In-Reply-To: <bug-7153-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7153-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7153-70-CVyEBEMnWU@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7153 --- Comment #11 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-14 14:22:59 UTC --- +1 for Nicole's suggestion -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 15:34:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 14:34:29 +0000 Subject: [Koha-bugs] [Bug 7164] add Koha history timeline tab to 'About' page In-Reply-To: <bug-7164-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7164-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7164-70-MegtafWxRE@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7164 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|rel_3_8 |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #8 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-14 14:34:29 UTC --- QA comment : * perlcritic was failing because of open() syntax * there was a small conflict with history.txt I fixed both of those problems, works fine Patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 15:37:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 14:37:37 +0000 Subject: [Koha-bugs] [Bug 7197] ES translation of the Debian readme In-Reply-To: <bug-7197-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7197-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7197-70-0RxnE7J7vn@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7197 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6259|0 |1 is patch| | Attachment #6259|0 |1 is obsolete| | Attachment #6259|application/octet-stream |text/plain mime type| | --- Comment #5 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-14 14:37:37 UTC --- Comment on attachment 6259 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6259 Spanish readme file this is a patch and it's obsoleted by the signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 15:39:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 14:39:29 +0000 Subject: [Koha-bugs] [Bug 7197] ES translation of the Debian readme In-Reply-To: <bug-7197-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7197-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7197-70-2n7gC6jMPj@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7197 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #6 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-14 14:39:29 UTC --- QA comment : nothing noticeable Patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 15:51:56 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 14:51:56 +0000 Subject: [Koha-bugs] [Bug 7202] z39.50 search on bib edit not working In-Reply-To: <bug-7202-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7202-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7202-70-gMaCcDwnFQ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7202 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #8 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-14 14:51:56 UTC --- QA comment : one line patch, just fixes a parameter baldy transmitted Patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 15:54:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 14:54:23 +0000 Subject: [Koha-bugs] [Bug 7135] in addbiblio, make save button floating to have it on always on screen In-Reply-To: <bug-7135-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7135-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7135-70-BpIFGJhznr@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7135 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Patch Pushed --- Comment #13 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-14 14:54:23 UTC --- follow-up patch pushed, thanks for the quick fix ! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 14 15:55:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 14:55:55 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-FRk1KnC7El@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 Chris Nighswonger <cnighswonger at foundations.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cnighswonger at foundations.ed | |u --- Comment #25 from Chris Nighswonger <cnighswonger at foundations.edu> 2011-12-14 14:55:55 UTC --- From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 15:58:54 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 14:58:54 +0000 Subject: [Koha-bugs] [Bug 6488] opachiddenitems not working in master In-Reply-To: <bug-6488-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6488-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6488-70-KaSLKyjJ41@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6488 Nicole C. Engard <nengard at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6687|0 |1 is obsolete| | --- Comment #25 from Nicole C. Engard <nengard at gmail.com> 2011-12-14 14:58:54 UTC --- Created attachment 6783 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6783 [SIGNED-OFF] bug_6488: Take in account opachiddenitems when searching in opac Changed searchResults() interface Added trailing \n when parsing OpacHiddenItems to make YAML happy XSLTParse4Display() and buildKohaItemsNamespace() take hidden items as input param Removed numbering from the search results, looks wrong with hidden items Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com> Test Plan: * Edit OpacHiddenItems to hide one item type * search opac confirm items are hidden * Edit OpacHiddenItems to hide a different item type * search opac to confirm items are hidden * Edit OpacHiddenItems add a branch to the item type * search opac to confirm that items of the type or the branch are hidden I can find nothing wrong with the functionliaty of this bug and so I submit my signoff. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 14 15:59:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 14:59:10 +0000 Subject: [Koha-bugs] [Bug 6488] opachiddenitems not working in master In-Reply-To: <bug-6488-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6488-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6488-70-7njcUduXVt@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6488 Nicole C. Engard <nengard at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 14 16:05:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 15:05:48 +0000 Subject: [Koha-bugs] [Bug 5473] 952 fields should be filled in by Acquisitions In-Reply-To: <bug-5473-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5473-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5473-70-tCyFfrA8ta@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5473 Nicole C. Engard <nengard at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Failed QA --- Comment #17 from Nicole C. Engard <nengard at gmail.com> 2011-12-14 15:05:48 UTC --- This works awesome if you have your AcqCreateItem preference is set to 'placing an order' but if it's set to 'receiving an order' then it looks like the pricing info is not populating the item record at all. I think that it needs to work for both of these options for AcqCreateItem. I don't think it's possible to have it work for the third option on the preference of 'cataloging the record' but am up to being corrected if I'm wrong. Nicole -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 14 16:10:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 15:10:37 +0000 Subject: [Koha-bugs] [Bug 7358] basket.pl : it is possible to affect a closed basket to a closed basketgroup In-Reply-To: <bug-7358-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7358-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7358-70-jqPGk1sCto@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7358 --- Comment #1 from laurenthdl <henridamien.laurent at biblibre.com> 2011-12-14 15:10:37 UTC --- Created attachment 6784 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6784 proposed patch. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 16:17:22 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 15:17:22 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-nbMMrjxlA9@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 --- Comment #26 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-14 15:17:22 UTC --- (In reply to comment #25) > From an IRC discussion regarding the RetrieveImage sub: > > <magnuse> chris_n: > http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6755 > * chris_n notes that this patch adds a what appears to be unrelated line to > Makefile.PL Without the added line to Makefile.PL, production-mode Koha installations fail dramatically because of the Koha/Images.pm file not being installed. > <chris_n> yeah, that sub needs to be changed to return a null value if there is > a db error > <chris_n> it already logs it > <chris_n> ie. if ($sth->errstr) { log error; return;} > <chris_n> and then let the caller handle it I can make that change. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 16:20:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 15:20:55 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-wUbIWYI6f8@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 --- Comment #27 from Chris Nighswonger <cnighswonger at foundations.edu> 2011-12-14 15:20:55 UTC --- Upon further clarification, the change to Makefile.PL is adding a new directory implementing a previously proposed Koha:: namespace. While I'm not against this in principle, I don't recall any formal discussion and/or decision on this move. There should probably be some or at least some reference to it on the wiki. If/when we do add this namespace, it should probably be done as a separate commit with an appropriate amount of verbiage explaining the change and referencing said discussion/decision rather than being buried in a large feature change/addition. My $0.02 worth. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 16:21:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 15:21:41 +0000 Subject: [Koha-bugs] [Bug 7227] "Delete all items" action should redirect to the detail view, not the items view In-Reply-To: <bug-7227-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7227-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7227-70-BkNEBuTDOY@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7227 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #3 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-14 15:21:41 UTC --- QA comment: small patch, perlcritic still OK after applying it patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 16:26:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 15:26:25 +0000 Subject: [Koha-bugs] [Bug 6151] IndependantBranches and HomeOrHoldingBranchReturn can prevent items from being checked in In-Reply-To: <bug-6151-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6151-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6151-70-CSAqfNnjQw@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6151 Jonathan Druart <jonathan.druart at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Failed QA --- Comment #5 from Jonathan Druart <jonathan.druart at biblibre.com> 2011-12-14 15:26:25 UTC --- I have tested and reviewed this patch. It works but, isn't it better to have a message in the interface when the return fails ? Currently, this patch does not notify the user when an error occurs. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 14 16:33:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 15:33:31 +0000 Subject: [Koha-bugs] [Bug 7359] New: Begin migration to a new "Koha" namespace from the old "C4" namespace Message-ID: <bug-7359-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7359 Bug #: 7359 Summary: Begin migration to a new "Koha" namespace from the old "C4" namespace Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing AssignedTo: gmcharlt at gmail.com ReportedBy: cnighswonger at foundations.edu QAContact: ian.walls at bywatersolutions.com 2011/3/30 Ian Walls <ian.walls at bywatersolutions.com>: > All this indicate to me that we REALLY need to start thinking about imposing > some kind of structure on C4. I'm thinking something with two-levels: > > Level 1 : Calls to the database, other direct interaction with stored data > Level 2: Calls to Level 1 functions to manipulate data Thanks for doing the analysis. Regarding the overall project of restructuring C4, I suggest a slightly different way of looking at it: *not* restructuring C4 as such, but using it as a springboard for its successor. In other words, we'd still be creating a better structure, just in a different namespace. Let's pick a name randomly for that namespace. I reach into my hat and pull out ... "Koha". Fancy that. :) The Koha namespace would be for Perl modules that meet the following mandatory conditions: - usable by mod_perl (or its equivalent) - export the minimum number of routines necessary - follow stricture, warnings, documentation, and test case standards - separating data access methods from business logic and preferably the following optional conditions: - purely OO Obviously, the conditions and whether they would be mandatory or optional is a topic for discussion. Modules in C4 could use (and would be encouraged to use) routines in the Koha namespace. Modules in Koha could not in general use C4 modules; any C4 module that was safe to be depended on by a Koha module would be a candidate for being renamed to Koha. The advantage of carving out a new namespace is that it doesn't require that we refactor the entirety of C4 to support persistance or to untangle the dependency tree. Instead, the only C4 code we would have to reimplement for the Koha namespace right away would be authentication, basic session management, and basic output. That, along with data access using DBIx::Class, would allow us to start using mod_perl right away for specific functions. One example of something that would then be easy to transform to a service running under mod_perl would be the unapi and OAI-PMH services. As functionality gets detangled from C4 and moved into Koha, we can increase the number of services running under mod_perl while still keeping the CGI scripts that still depend on C4. Regards, Galen -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 16:56:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 15:56:11 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-mMiRA8uBdu@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 Jared Camins-Esakov <jcamins at cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6755|0 |1 is obsolete| | --- Comment #28 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-14 15:56:11 UTC --- Created attachment 6785 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6785 Bug 1633: Add support for uploading images to Koha A frequently-requested feature for Koha, especially by special libraries, is the ability to upload local cover images into Koha. This patch adds a bibliocoverimage table, and image handling code in the C4::Images module. Key features of the implementation include: 1. The ability to have multiple cover images for a biblio 2. Handling for "full size" (800x600) and thumbnail-size (200x140) images 3. Uploading images directly from the record view The image display functionality by Koustubha Kale of Anant Corporation will follow in a second patch. Special thanks to Koustubha Kale and Anant Corporation for the initial implementation of local cover images, and to Chris Nighswonger of Foundation Bible College for his prior work on patron images. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 16:56:43 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 15:56:43 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-Bxa3ti7aQW@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 Jared Camins-Esakov <jcamins at cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6756|0 |1 is obsolete| | --- Comment #29 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-14 15:56:43 UTC --- Created attachment 6786 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6786 Bug 1633: Display local cover images This patch adds display of local cover images in the following places: 1. OPAC Results page 2. OPAC Details page 3. Separate image viewer page for the OPAC 4. Intranet Details page 5. Separate image viewer page for the Intranet Display in the Details and (OPAC) Results pages is handled via Javascript rather than via direct embedding, to better handle the situation where most records have local cover images, but a few do not. Local cover images do not currently display in the Intranet Results page How to use/test : Assign user permission to the user Tools > (upload_local_cover_images Upload local cover images). In order to upload local images, login to the staff client. Go to Home > Tools > Upload Cover Images. Here you can upload cover images either singly or in bulk in the form of a zip file. If uploading singly, click on image file, browse the image from your local disk, type in the biblio number of the catalogue entry and press upload. If uploading in bulk as a zip file, the zip file must contain (in addition to cover images) one text file named either datalink.txt OR idlink.txt. This file should have mapping of biblionumber to image file name in the zip one per line with comma or tab as delimiters. For example: 1, scanned_cover_image_of_bib_no_1.jpg 2, scanned_cover_image_of_bib_no_1.jpg Cover images will be resized to a large image of 800x600 and a thumbnail of 200x140. Depending on the setting of AllowMultipleCovers, it is possible to upload multiple images for a single bibliographic record. However, even if multiple covers are permitted, you have the option of replacing the existing covers by checking the "Replace existing covers" option on the upload screen. 1. The patch adds a menu link in Tools from where you can upload local cover images 2. It adds a user permission to enable access control to this menu item under Tools 3. It adds a system preference OPACLocalCoverImages under Enhanced Content. This needs to be turned on to show local cover images in OPAC. Once you have uploaded local images, if you search for the biblio, the local cover should show up in search as well as search detail pages in the OPAC, and the details view in the Intranet. Koustubha Kale is working on another patch which will allow us to set a cover image source priority in system preferences, and which will then gracefully fail over to the next source if image is not available from the first choice source. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 16:57:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 15:57:45 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-yrYDSbtAk7@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 Jared Camins-Esakov <jcamins at cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6765|0 |1 is obsolete| | --- Comment #30 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-14 15:57:45 UTC --- Created attachment 6787 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6787 Bug 1633 - Add ability to take book cover images from local img db OPAC Template revisions: - Revised OPAC imageviewer template to match structure of other OPAC pages (with masthead search, footer, etc) - Added link back to detail page (controlled by BiblioDefaultView preference) - Added link style to thumbnails on opac-detail to add a sense of "clickability" to them - Revised OPAC imageviewer template to allow it to function with JavaScript turned off. Now even without JS main image will load, thumbnails will be properly styled, and thumbnail links will work. - Changes to the script are only to pass missing variables to the template TODO: Corresponding changes for the staff client Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 16:58:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 15:58:05 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-NTGtVpyBw6@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 Jared Camins-Esakov <jcamins at cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6766|0 |1 is obsolete| | --- Comment #31 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-14 15:58:05 UTC --- Created attachment 6788 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6788 Bug 1633: Don't show image tab when inappropriate This patch corrects the bug spotted by Owen Leonard where the Images tab was showing up even for records that didn't have local cover images attached to them. The tab is now hidden on the OPAC for records that don't have any images. In the Intranet, an Images tab will show for staff with permission to upload images, suggesting that they do so. For staff without that permission, the tab is not shown. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 16:59:00 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 15:59:00 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-3NkAgbnpGu@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 --- Comment #32 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-14 15:59:00 UTC --- I have revised the patches as requested, and eliminated the Koha:: namespace. Further comments appreciated. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 17:08:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 16:08:33 +0000 Subject: [Koha-bugs] [Bug 6302] Failing to send email notices - to_address not set In-Reply-To: <bug-6302-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6302-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6302-70-WBN8PvW6lb@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6302 --- Comment #14 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-14 16:08:33 UTC --- Created attachment 6789 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6789 Follow up for updating queue -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 17:09:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 16:09:37 +0000 Subject: [Koha-bugs] [Bug 6302] Failing to send email notices - to_address not set In-Reply-To: <bug-6302-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6302-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6302-70-U1mivl5KTh@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6302 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff --- Comment #15 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-14 16:09:37 UTC --- Second patch needs signoff ! Please test.. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 17:09:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 16:09:55 +0000 Subject: [Koha-bugs] [Bug 6302] Failing to send email notices - to_address not set In-Reply-To: <bug-6302-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6302-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6302-70-y6usYxf7Qf@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6302 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- QAContact|m.de.rooy at rijksmuseum.nl |ian.walls at bywatersolutions. | |com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 17:10:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 16:10:20 +0000 Subject: [Koha-bugs] [Bug 6302] Failing to send email notices - to_address not set In-Reply-To: <bug-6302-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6302-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6302-70-9rJYIABYPr@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6302 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #4037|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 17:29:00 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 16:29:00 +0000 Subject: [Koha-bugs] [Bug 7360] New: Importing a SQL file for frameworks based on Default Framework deletes the default framework Message-ID: <bug-7360-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7360 Bug #: 7360 Summary: Importing a SQL file for frameworks based on Default Framework deletes the default framework Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_6 Platform: All OS/Version: All Status: NEW Severity: major Priority: P5 - low Component: System Administration AssignedTo: paul.poulain at biblibre.com ReportedBy: henridamien.laurent at biblibre.com QAContact: ian.walls at bywatersolutions.com CC: gmcharlt at gmail.com Step to reproduce : - export default framework as SQL - create new framework - Import the exported SQL file into this new framework. Go to default framework : It disappeared. If some libraries want to share default frameworks, then it is a major bug. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 17:34:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 16:34:52 +0000 Subject: [Koha-bugs] [Bug 7360] Importing a SQL file for frameworks based on Default Framework deletes the default framework In-Reply-To: <bug-7360-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7360-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7360-70-I4HGFcW3eK@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7360 --- Comment #1 from laurenthdl <henridamien.laurent at biblibre.com> 2011-12-14 16:34:52 UTC --- Created attachment 6790 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6790 patch proposed -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 17:42:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 16:42:34 +0000 Subject: [Koha-bugs] [Bug 7239] Acquisitions, add order to basket, from new, no item field filed, AcqCreateItem=ordering cause internal error In-Reply-To: <bug-7239-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7239-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7239-70-gQ4nlQgf20@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7239 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed Summary|Acquisitions basket, add |Acquisitions, add order to |order to basket, from new, |basket, from new, no item |Source of classification or |field filed, |shelving scheme being blank |AcqCreateItem=ordering |caused internal error |cause internal error -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 17:43:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 16:43:25 +0000 Subject: [Koha-bugs] [Bug 7239] Acquisitions, add order to basket, from new, no item field filed, AcqCreateItem=ordering cause internal error In-Reply-To: <bug-7239-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7239-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7239-70-MqyPyMkdkq@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7239 --- Comment #9 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-14 16:43:25 UTC --- QA comment: description updated, everything else fine, 1 line patch works as expected -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 17:47:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 16:47:47 +0000 Subject: [Koha-bugs] [Bug 7247] rebuild_zebra.pl -v should show all Zebra log output In-Reply-To: <bug-7247-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7247-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7247-70-N3d2GZjgoG@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7247 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Patch Status|Signed Off |Failed QA --- Comment #3 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-14 16:47:47 UTC --- QA comment : Sorry Dobrika, failed QA misc/migration_tools/rebuild_zebra.pl --help don't show the new option for -v Please add documentation on print_usage & resubmit, should be OK with doc -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 17:52:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 16:52:13 +0000 Subject: [Koha-bugs] [Bug 7358] basket.pl : it is possible to affect a closed basket to a closed basketgroup In-Reply-To: <bug-7358-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7358-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7358-70-AwZdX7PHwp@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7358 Francois Charbonnier <francois.charbonnier at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |francois.charbonnier at biblib | |re.com --- Comment #2 from Francois Charbonnier <francois.charbonnier at biblibre.com> 2011-12-14 16:52:13 UTC --- It doesn't work. This is how I tested : 1/ i created 2 new baskets with one order line in each. 2/ for the first one, I created a basket group and closed it. I let the second one "free" 3/ I opened a new basket group. 4/ I can see it in the basket group list in the basket page. 5/ But, if I'm on the first basket pag,e I can't see the basket group, this basket is in. Even if it's close, for a specific basket, I should get this info. But, all I have in the list is : "Add new group" and "no group". -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 17:56:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 16:56:30 +0000 Subject: [Koha-bugs] [Bug 7262] No calendar present in holidays module when there are quotes in title or description In-Reply-To: <bug-7262-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7262-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7262-70-FHdTWiaNka@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7262 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #5 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-14 16:56:30 UTC --- QA comment: works fine, don't break templates: $ prove xt/author/valid-templates.t xt/author/valid-templates.t .. ok All tests successful. prove xt/author/translatable-templates.t xt/author/translatable-templates.t .. ok All tests successful. passed QA patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 18:03:18 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 17:03:18 +0000 Subject: [Koha-bugs] [Bug 7270] Removing double itemtype on shelve contents page when no icon is shown In-Reply-To: <bug-7270-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7270-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7270-70-8POIUIf7ei@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7270 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com --- Comment #11 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-14 17:03:18 UTC --- QA comment : small (1 line) patch, nothing more to say (comment 1 and 3 usefull to understand test cases) Patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 18:03:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 17:03:30 +0000 Subject: [Koha-bugs] [Bug 7270] Removing double itemtype on shelve contents page when no icon is shown In-Reply-To: <bug-7270-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7270-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7270-70-Gb90t4YDK1@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7270 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 18:08:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 17:08:28 +0000 Subject: [Koha-bugs] [Bug 7275] Pagination lost when click in the option "Show more" of facets column In-Reply-To: <bug-7275-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7275-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7275-70-UbgkK2gqQO@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7275 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #3 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-14 17:08:28 UTC --- QA comment: small & clean patch, prove xt/author/translatable-templates.t xt/author/translatable-templates.t .. ok All tests successful. prove xt/author/valid-templates.t xt/author/valid-templates.t .. ok All tests successful. passed QA Patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 18:11:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 17:11:33 +0000 Subject: [Koha-bugs] [Bug 7287] overdue notification is processed several times if some sites do not have rules In-Reply-To: <bug-7287-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7287-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7287-70-tHoBcu6qMU@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7287 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Patch Status|Signed Off |Patch Pushed --- Comment #4 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-14 17:11:33 UTC --- QA comment : small (1 line patch), no comment patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 18:16:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 17:16:42 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-y2A0vXKj5h@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 --- Comment #33 from Owen Leonard <oleonard at myacpl.org> 2011-12-14 17:16:42 UTC --- Created attachment 6791 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6791 Follow-up fix This patch revises the image viewer page to match other biblio detail pages: a toolbar, a sidebar menu, etc. Additional data is now pulled by imageviewer.pl in order to provide information necessary for the proper functioning of the toolbar and menus: item counts, hold availability, biblio view options. Other changes have been made to match the changes in the OPAC interface like styling of the images and no-javascript compatibility -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 18:17:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 17:17:05 +0000 Subject: [Koha-bugs] [Bug 7307] OPACBaseURL not used in opac-search.pl In-Reply-To: <bug-7307-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7307-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7307-70-gM3yrGZyRC@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7307 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Patch Status|Signed Off |Failed QA --- Comment #7 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-14 17:17:05 UTC --- QA comment : Adrien, I think you've found a problem with this syspref ! But if I push your patch like this, then anyone with an https opac won't have rss enabled. So, please resubmit a patch with this code removed. you can also replace the + if ( $OPACRssURL !~ m/^http:\/\// ) { $OPACRssURL = "http://" . $OPACRssURL } by something like + if ( $OPACRssURL !~ m/^http(s?):\/\// ) { $OPACRssURL = "http://" . $OPACRssURL } I think (untested regexp!) marking failed QA, when new patch submitted, switch back to signed-off, the change is small -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 18:19:36 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 17:19:36 +0000 Subject: [Koha-bugs] [Bug 7309] Add NORMARCslim2intranetDetail.xsl for detail view in intranet In-Reply-To: <bug-7309-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7309-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7309-70-OBnoTZstj6@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7309 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #3 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-14 17:19:36 UTC --- QA comment: specific to normarc, won't break anything if there's a problem with this patch except norvegian setups. Add 2 files, OK prove t/00-valid-xml.t t/00-valid-xml.t .. ok All tests successful. passed QA patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 18:20:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 17:20:37 +0000 Subject: [Koha-bugs] [Bug 7307] OPACBaseURL not used in opac-search.pl In-Reply-To: <bug-7307-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7307-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7307-70-NkD2EaRbUs@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7307 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #8 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-14 17:20:37 UTC --- (In reply to comment #7) > QA comment : > Adrien, > > I think you've found a problem with this syspref ! > > But if I push your patch like this, then anyone with an https opac won't have > rss enabled. > > So, please resubmit a patch with this code removed. > you can also replace the > + if ( $OPACRssURL !~ m/^http:\/\// ) { $OPACRssURL = "http://" . > $OPACRssURL } > > by something like > + if ( $OPACRssURL !~ m/^http(s?):\/\// ) { $OPACRssURL = "http://" . > $OPACRssURL } > > I think (untested regexp!) > Hmm what if the site is not served on http:// that will then be a 404 error? It's a tricky one that is for sure. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 18:30:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 17:30:33 +0000 Subject: [Koha-bugs] [Bug 7360] Importing a SQL file for frameworks based on Default Framework deletes the default framework In-Reply-To: <bug-7360-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7360-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7360-70-c4kLcIr03b@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7360 --- Comment #2 from Francois Charbonnier <francois.charbonnier at biblibre.com> 2011-12-14 17:30:33 UTC --- Created attachment 6792 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6792 [SIGNED-OFF] Bug 7360 Import Default framework into other deletes default Framework Step to reproduce : - export default framework as SQL - create new framework - Import the exported SQL file into this new framework. Go to default framework : It disappeared. If some libraries want to share default frameworks, then it is a major bug. This patch fixes the test in order to cope with 0 character framework name. Signed-off-by: Fran?ois Charbonnier <francois.charbonnier at biblibre.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 18:31:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 17:31:50 +0000 Subject: [Koha-bugs] [Bug 7360] Importing a SQL file for frameworks based on Default Framework deletes the default framework In-Reply-To: <bug-7360-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7360-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7360-70-2CiMPGv6tt@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7360 Francois Charbonnier <francois.charbonnier at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6790|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 18:34:09 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 17:34:09 +0000 Subject: [Koha-bugs] [Bug 7360] Importing a SQL file for frameworks based on Default Framework deletes the default framework In-Reply-To: <bug-7360-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7360-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7360-70-LEmQoUG450@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7360 Francois Charbonnier <francois.charbonnier at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |francois.charbonnier at biblib | |re.com --- Comment #3 from Francois Charbonnier <francois.charbonnier at biblibre.com> 2011-12-14 17:34:09 UTC --- tests I did : 1/ I created as many test frameworks as we have framework export choices 2/ I imported each export file within a specific test framework 3/ Each time, I checked that the default framework was still here It works! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 18:36:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 17:36:34 +0000 Subject: [Koha-bugs] [Bug 7360] Importing a SQL file for frameworks based on Default Framework deletes the default framework In-Reply-To: <bug-7360-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7360-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7360-70-wC4ferxcGj@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7360 laurenthdl <henridamien.laurent at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 18:38:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 17:38:37 +0000 Subject: [Koha-bugs] [Bug 7360] Importing a SQL file for frameworks based on Default Framework deletes the default framework In-Reply-To: <bug-7360-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7360-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7360-70-huHzg6t2kv@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7360 Francois Charbonnier <francois.charbonnier at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 18:39:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 17:39:07 +0000 Subject: [Koha-bugs] [Bug 7360] Importing a SQL file for frameworks based on Default Framework deletes the default framework In-Reply-To: <bug-7360-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7360-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7360-70-nZxwAEZmiY@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7360 Francois Charbonnier <francois.charbonnier at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW Patch Status|--- |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 18:59:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 17:59:30 +0000 Subject: [Koha-bugs] [Bug 7247] rebuild_zebra.pl -v should show all Zebra log output In-Reply-To: <bug-7247-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7247-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7247-70-V3IewYnydH@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7247 Dobrica Pavlinusic <dpavlin at rot13.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6515|0 |1 is obsolete| | --- Comment #4 from Dobrica Pavlinusic <dpavlin at rot13.org> 2011-12-14 17:59:30 UTC --- Created attachment 6793 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6793 re-submit patch with --help output changes for -vv -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 19:00:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 18:00:14 +0000 Subject: [Koha-bugs] [Bug 7247] rebuild_zebra.pl -v should show all Zebra log output In-Reply-To: <bug-7247-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7247-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7247-70-GkzjKghz1v@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7247 Dobrica Pavlinusic <dpavlin at rot13.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dpavlin at rot13.org Patch Status|Failed QA |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 19:01:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 18:01:26 +0000 Subject: [Koha-bugs] [Bug 7185] Update to 3.6 says "Koha release 3.4" In-Reply-To: <bug-7185-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7185-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7185-70-nE853ZwYcL@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7185 Chris Nighswonger <cnighswonger at foundations.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cnighswonger at foundations.ed | |u --- Comment #9 from Chris Nighswonger <cnighswonger at foundations.edu> 2011-12-14 18:01:26 UTC --- (In reply to comment #8) > patch pushed, for RMAint pushed to 3.2.x and all other occurrences are fixed as well. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 20:24:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 19:24:23 +0000 Subject: [Koha-bugs] [Bug 7359] Begin migration to a new "Koha" namespace from the old "C4" namespace In-Reply-To: <bug-7359-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7359-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7359-70-fAfZ1w4Trr@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7359 --- Comment #1 from Chris Nighswonger <cnighswonger at foundations.edu> 2011-12-14 19:24:23 UTC --- Created attachment 6794 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6794 Add a new directory for the Koha:: namespace Suggested patch to kick off the move. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 20:25:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 19:25:17 +0000 Subject: [Koha-bugs] [Bug 7359] Begin migration to a new "Koha" namespace from the old "C4" namespace In-Reply-To: <bug-7359-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7359-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7359-70-qXwNB6L2YS@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7359 Chris Nighswonger <cnighswonger at foundations.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 20:51:54 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 19:51:54 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-7XCBOy4gTZ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #57 from Duncan <duncan at catalyst.net.nz> 2011-12-14 19:51:54 UTC --- Created attachment 6795 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6795 Unit test for SIP/ILS/Transaction/RenewAll.pm Requires the Koha sample data to be present to pass correctly. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 14 20:52:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 19:52:15 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-ZrW3rwFzKF@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Duncan <duncan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 14 20:58:19 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 19:58:19 +0000 Subject: [Koha-bugs] [Bug 7361] New: 'Default' encoding in staged marc import breaks diacritics Message-ID: <bug-7361-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7361 Bug #: 7361 Summary: 'Default' encoding in staged marc import breaks diacritics Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 - low Component: MARC Bibliographic record staging/import AssignedTo: gmcharlt at gmail.com ReportedBy: katrin.fischer at bsz-bw.de QAContact: ian.walls at bywatersolutions.com When using the staged marc import tool from the staff interface 'default' is preselected as encoding for the incoming records. If you leave 'default' and import utf-8 records the diacritics are broken after importing the records into the catalog. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 23:02:51 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 22:02:51 +0000 Subject: [Koha-bugs] [Bug 7357] Subscriptions titles are replaced by "---" when duplicated In-Reply-To: <bug-7357-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7357-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7357-70-Kr86gAWHsP@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7357 --- Comment #2 from Ian Walls <ian.walls at bywatersolutions.com> 2011-12-14 22:02:51 UTC --- Could the subscriptions for the title be grouped somehow in the same table line? So each title gets a row, then as many subscriptions are put into a table of their own, with columns for the rest of the data? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 23:05:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 22:05:50 +0000 Subject: [Koha-bugs] [Bug 7153] Show Open Library as Search Target in "More Searches" in OPAC detail page In-Reply-To: <bug-7153-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7153-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7153-70-uEASWw4hYo@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7153 --- Comment #12 from Ian Walls <ian.walls at bywatersolutions.com> 2011-12-14 22:05:50 UTC --- Agreed. Let's add the new option to new installs, and provide documentation on how to add it into existing installs. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 14 23:18:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 22:18:12 +0000 Subject: [Koha-bugs] [Bug 6151] IndependantBranches and HomeOrHoldingBranchReturn can prevent items from being checked in In-Reply-To: <bug-6151-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6151-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6151-70-fnl894edGn@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6151 --- Comment #6 from Ian Walls <ian.walls at bywatersolutions.com> 2011-12-14 22:18:12 UTC --- Jonathan, The message is in the WrongBranch param, and displays which branch they SHOULD be returning it to.... are you saying this isn't showing up? Or are you thinking we need an additional error message? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 14 23:51:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 22:51:02 +0000 Subject: [Koha-bugs] [Bug 7356] FIx various typos and mis-spellings In-Reply-To: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7356-70-unWaqXr1WO@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7356 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6777|0 |1 is patch| | Attachment #6777|application/octet-stream |text/plain mime type| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 00:04:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Dec 2011 23:04:47 +0000 Subject: [Koha-bugs] [Bug 7340] emailLibrarianWhenHoldIsPlaced enhancement In-Reply-To: <bug-7340-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7340-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7340-70-2T7b9uwC2R@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7340 --- Comment #1 from Cab Vinton <spl at metrocast.net> 2011-12-14 23:04:47 UTC --- Additional clarification -- Looking for an email when a hold is placed by a patron after s/he logs in to their account. Looking for an email only when the hold is placed on a book that is currently available, i.e., not checked out to a patron. Idea is to give librarians almost real-time updates on items needing to be pulled from the shelves. I understand this enhancement may be more involved than it sounds as larger libraries have multiple branches & use more than the 3 basic statuses which apply to us as a smaller library (checked in, checked out, on hold - waiting to be picked up). Thanks. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 01:18:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 00:18:10 +0000 Subject: [Koha-bugs] [Bug 5565] Default OAI UNIMARC to Dublin Core XSL adds superfluous blanks In-Reply-To: <bug-5565-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5565-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5565-70-ZcWiCMX1zt@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5565 --- Comment #9 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-15 00:18:10 UTC --- Frederic, both patches need to be applied? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 01:44:53 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 00:44:53 +0000 Subject: [Koha-bugs] [Bug 7362] New: Allow searching by item number as a fallback Message-ID: <bug-7362-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7362 Bug #: 7362 Summary: Allow searching by item number as a fallback Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation AssignedTo: kyle.m.hall at gmail.com ReportedBy: robin at catalyst.net.nz QAContact: ian.walls at bywatersolutions.com CC: gmcharlt at gmail.com If a library has many items not barcoded, then it'd be good to be able to have them do circulation using the item number. This development will allow using the item number as a fallback if no barcode match was found. To do: * Add a syspref that enables falling back to the item number * When a search is done in the circ interface, and a matching barcode is not found, and the syspref is on: ** Attempt to load an item with a matching item ID and present that. * Update the template to note that it was searching by item number as well, for error messages. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 01:45:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 00:45:03 +0000 Subject: [Koha-bugs] [Bug 7362] Allow searching by item number as a fallback In-Reply-To: <bug-7362-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7362-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7362-70-47nnHoFChS@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7362 Robin Sheat <robin at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|kyle.m.hall at gmail.com |robin at catalyst.net.nz -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 01:45:22 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 00:45:22 +0000 Subject: [Koha-bugs] [Bug 7362] Allow searching by item number as a fallback In-Reply-To: <bug-7362-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7362-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7362-70-8WcTBWVV0K@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7362 Robin Sheat <robin at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Change sponsored?|--- |Sponsored -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 01:49:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 00:49:24 +0000 Subject: [Koha-bugs] [Bug 5729] Add coins information to the intranet In-Reply-To: <bug-5729-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5729-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5729-70-N6VoNppCID@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5729 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5610|0 |1 is obsolete| | --- Comment #14 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-15 00:49:24 UTC --- Created attachment 6796 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6796 Bug 5729 - Add CoinS to intranet This patch adds CoinS support to biblio displays in staff interface. librarians can now use zotero on the staff interface Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 01:49:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 00:49:50 +0000 Subject: [Koha-bugs] [Bug 5729] Add coins information to the intranet In-Reply-To: <bug-5729-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5729-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5729-70-aHeSBbtn6s@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5729 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 01:54:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 00:54:34 +0000 Subject: [Koha-bugs] [Bug 7361] 'Default' encoding in staged marc import breaks diacritics In-Reply-To: <bug-7361-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7361-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7361-70-zj6WUdQIDq@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7361 --- Comment #1 from Duncan <duncan at catalyst.net.nz> 2011-12-15 00:54:34 UTC --- Created attachment 6797 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6797 Patch to fix default option in drop-down menu for encoding in MARC import -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 01:56:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 00:56:40 +0000 Subject: [Koha-bugs] [Bug 7361] 'Default' encoding in staged marc import breaks diacritics In-Reply-To: <bug-7361-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7361-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7361-70-KPQjqQHHZa@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7361 Duncan <duncan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Status|NEW |ASSIGNED CC| |duncan at catalyst.net.nz Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 03:18:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 02:18:27 +0000 Subject: [Koha-bugs] [Bug 5983] Change the wording around the CAS login In-Reply-To: <bug-5983-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5983-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5983-70-NQxYGNdMts@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5983 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Does not apply --- Comment #6 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-15 02:18:27 UTC --- Does not apply Applying: Bug 5983 minor fix in html to improve translatability /home/chrisc/git/catalyst-koha/.git/rebase-apply/patch:14: trailing whitespace. <p><acronym title="Central Authentication Service">If you have a CAS account</acronym>, warning: 1 line adds whitespace errors. Using index info to reconstruct a base tree... <stdin>:14: trailing whitespace. <p><acronym title="Central Authentication Service">If you have a CAS account</acronym>, warning: 1 line applied after fixing whitespace errors. Falling back to patching base and 3-way merge... Auto-merging koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tt CONFLICT (content): Merge conflict in koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tt Failed to merge in the changes. Patch failed at 0001 Bug 5983 minor fix in html to improve translatability I think this patch may no longer be needed. The existing code is <p>If you have a <acronym title="Central Authentication Service">CAS</acronym> account, [% IF ( casServerUrl ) %] please <a href="[% casServerUrl %]">click here to login</a>.<p> [% END %] [% IF ( casServersLoop ) %] please choose against which one you would like to authenticate: </p> <ul> [% FOREACH casServer IN casServersLoop %] <li><a href="[% casServer.value %]">[% casServer.name %]</a></li> [% END %] [% END %] </ul> So I think this has been fixed already, if you agree please mark it so. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 04:03:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 03:03:46 +0000 Subject: [Koha-bugs] [Bug 3841] Should have Default ACQ Framework In-Reply-To: <bug-3841-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-3841-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-3841-70-DEFb4xFHD0@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3841 --- Comment #2 from Ian Walls <ian.walls at bywatersolutions.com> 2011-12-15 03:03:46 UTC --- *** Bug 3843 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 04:03:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 03:03:46 +0000 Subject: [Koha-bugs] [Bug 3843] Items Added in Acq Should Default to 'Ordered' In-Reply-To: <bug-3843-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-3843-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-3843-70-ILlVNwMtLU@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3843 Ian Walls <ian.walls at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |ian.walls at bywatersolutions. | |com Resolution| |DUPLICATE --- Comment #2 from Ian Walls <ian.walls at bywatersolutions.com> 2011-12-15 03:03:46 UTC --- Marking duplicate of 3841, since a default ACQ framework can take care of this. *** This bug has been marked as a duplicate of bug 3841 *** -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 04:08:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 03:08:37 +0000 Subject: [Koha-bugs] [Bug 6933] Add a view of titles with a particular tag to the staff client In-Reply-To: <bug-6933-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6933-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6933-70-Hd49jjh7cC@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6933 --- Comment #7 from Duncan <duncan at catalyst.net.nz> 2011-12-15 03:08:37 UTC --- Created attachment 6798 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6798 Having trouble seeing tags. I have made a few tags in the OPAC view attached to a few different items but am unable to see them attached in the view like the example picture in my staff client. Is there some option to enable somewhere? I have currently enabled pretty much everything that is related to tags in the system preferences that I could find. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 04:27:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 03:27:06 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-8Q2Az75ykk@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #58 from Duncan <duncan at catalyst.net.nz> 2011-12-15 03:27:06 UTC --- Created attachment 6799 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6799 Patch to move SIP_ILS.t to db_dependent -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 05:15:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 04:15:46 +0000 Subject: [Koha-bugs] [Bug 7362] Allow searching by item number as a fallback In-Reply-To: <bug-7362-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7362-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7362-70-Qg3qQnv4Ga@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7362 --- Comment #1 from Robin Sheat <robin at catalyst.net.nz> 2011-12-15 04:15:46 UTC --- Created attachment 6800 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6800 Bug 7362 - allow checkout by item number This adds a system preference (CircFallbackItemnumber) that allows the item number to be used instead of a barcode when issuing items. It will check the barcode first, but if it isn't found, it'll attempt to use the item number. There is also a bit of related refactoring going on, removing some of the assumption from Koha that every item has a barcode, and using that as a primary key in the circulatory system. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 05:16:36 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 04:16:36 +0000 Subject: [Koha-bugs] [Bug 7362] Allow searching by item number as a fallback In-Reply-To: <bug-7362-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7362-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7362-70-RwQ2Ns2r9e@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7362 --- Comment #2 from Robin Sheat <robin at catalyst.net.nz> 2011-12-15 04:16:36 UTC --- (Not going to mark as "needs signoff" until it's had a bit of internal testing first, but if you want it, here it is.) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 05:23:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 04:23:25 +0000 Subject: [Koha-bugs] [Bug 7249] Report webservices In-Reply-To: <bug-7249-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7249-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7249-70-W1NTndpDNw@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249 --- Comment #15 from Chris Hall <chrish at catalyst.net.nz> 2011-12-15 04:23:25 UTC --- Created attachment 6801 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6801 Changes true/false to yes/no Patch attached as per request Katrin Awesome work on all those signoffs. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 05:23:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 04:23:34 +0000 Subject: [Koha-bugs] [Bug 7249] Report webservices In-Reply-To: <bug-7249-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7249-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7249-70-nWH7hHtiYs@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249 Chris Hall <chrish at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 05:45:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 04:45:17 +0000 Subject: [Koha-bugs] [Bug 7362] Allow searching by item number as a fallback In-Reply-To: <bug-7362-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7362-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7362-70-5X7VGVtdF6@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7362 Robin Sheat <robin at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6800|0 |1 is obsolete| | --- Comment #3 from Robin Sheat <robin at catalyst.net.nz> 2011-12-15 04:45:17 UTC --- Created attachment 6802 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6802 Bug 7362 - allow checkout by item number This adds a system preference (CircFallbackItemnumber) that allows the item number to be used instead of a barcode when issuing items. It will check the barcode first, but if it isn't found, it'll attempt to use the item number. There is also a bit of related refactoring going on, removing some of the assumption from Koha that every item has a barcode, and using that as a primary key in the circulatory system. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 05:45:57 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 04:45:57 +0000 Subject: [Koha-bugs] [Bug 7362] Allow searching by item number as a fallback In-Reply-To: <bug-7362-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7362-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7362-70-KRwtoUnL93@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7362 --- Comment #4 from Robin Sheat <robin at catalyst.net.nz> 2011-12-15 04:45:57 UTC --- (this second one removes some debug code left behind) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 06:42:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 05:42:49 +0000 Subject: [Koha-bugs] [Bug 7249] Report webservices In-Reply-To: <bug-7249-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7249-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7249-70-tsImBb6f24@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249 --- Comment #16 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-15 05:42:49 UTC --- Hi Chris, small thing: don't forget to put the bug number in the subject line of your patches. I will fix it :) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 06:47:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 05:47:11 +0000 Subject: [Koha-bugs] [Bug 7249] Report webservices In-Reply-To: <bug-7249-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7249-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7249-70-brN1oRH5zH@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6801|0 |1 is obsolete| | --- Comment #17 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-15 05:47:11 UTC --- Created attachment 6803 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6803 [SIGNED-OFF] Bug 7249: Small useability fix as per request http://bugs.koha-community.org/show_bug.cgi?id=7249 Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Third patch to be applied for this bug. Staff interface shows yes/no instead of true/false now. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 06:47:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 05:47:48 +0000 Subject: [Koha-bugs] [Bug 7249] Report webservices In-Reply-To: <bug-7249-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7249-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7249-70-YanbH2auek@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 06:59:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 05:59:48 +0000 Subject: [Koha-bugs] [Bug 7361] 'Default' encoding in staged marc import breaks diacritics In-Reply-To: <bug-7361-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7361-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7361-70-GYcac3p4NA@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7361 --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-15 05:59:48 UTC --- Hi Duncan, please remember to add the bug number to your subject line for your next patch and thx for your work on this bug! :) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 07:04:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 06:04:23 +0000 Subject: [Koha-bugs] [Bug 5565] Default OAI UNIMARC to Dublin Core XSL adds superfluous blanks In-Reply-To: <bug-5565-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5565-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5565-70-yPBhXy5WoX@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5565 --- Comment #10 from Fr?d?ric Demians <frederic at tamil.fr> 2011-12-15 06:04:23 UTC --- (In reply to comment #9) > Frederic, both patches need to be applied? Both patch still apply on HEAD. The first one fix the superfluous blanks issue and the second tidy up the UNIMARC to DC XSL file (better indentation for readability). To test: 1. On an UNIMARC Koha, activate the OAI server 2. Get the first batch of records from the OAI server: /cgi-bin/koha/oai.pl?verb=ListRecords&metadataPrefix=oai_dc 3. Ask your browser to show you the source XML file 4. You will see that there is a new line in the <dc:creator> 5. Apply the patch and repeat 2-3 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 07:08:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 06:08:03 +0000 Subject: [Koha-bugs] [Bug 7361] 'Default' encoding in staged marc import breaks diacritics In-Reply-To: <bug-7361-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7361-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7361-70-MYzx9Py84m@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7361 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6797|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-15 06:08:03 UTC --- Created attachment 6804 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6804 [SIGNED-OFF] Bug Patch to fix default option in encoding dropdown http://bugs.koha-community.org/show_bug.cgi?id=7361 Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> This patch changes the pull down for encodings in staged marc import. Before patch: - Character encoding preselected was 'Default' - 'Default' broke diacritics in utf-8 encoded files and was reported to not work correctly - Selecting 'UTF-8' from the drop down worked After patch: - Character encoding preselected is 'UTF-8 (Default)' - There is no longer a 'Default' option and no separate 'UTF-8' -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 07:08:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 06:08:34 +0000 Subject: [Koha-bugs] [Bug 7361] 'Default' encoding in staged marc import breaks diacritics In-Reply-To: <bug-7361-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7361-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7361-70-FgXymAVDfQ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7361 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off AssignedTo|gmcharlt at gmail.com |duncan at catalyst.net.nz -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 07:21:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 06:21:04 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-57QSAmt2D2@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6795|0 |1 is obsolete| | --- Comment #59 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-15 06:21:04 UTC --- Created attachment 6805 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6805 [SINGED-OFF] Bug 5327: Added unit test for C4/SIP/ILS/Transaction/RenewAll.pm http://bugs.koha-community.org/show_bug.cgi?id=5327 Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Test requires a database installed using the sample data. All tests pass. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 07:24:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 06:24:15 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-2JHj7fRRbX@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #60 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-15 06:24:15 UTC --- Hi Duncan, your first patch works, but after moving the test it fails: perl t/db_dependent/SIP_ILS.t 1..4 not ok 1 - use C4::SIP::ILS; # Failed test 'use C4::SIP::ILS;' # at t/db_dependent/SIP_ILS.t line 14. # Tried to use 'C4::SIP::ILS'. # Error: Can't locate ILS/Item.pm in @INC (@INC contains: /home/katrin/kohaclone/t/db_dependent/../C4/SIP /home/katrin/kohaclone /etc/perl /usr/local/lib/perl/5.12.4 /usr/local/share/perl/5.12.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.12 /usr/share/perl/5.12 /usr/local/lib/site_perl .) at /home/katrin/kohaclone/C4/SIP/ILS.pm line 11. # BEGIN failed--compilation aborted at /home/katrin/kohaclone/C4/SIP/ILS.pm line 11. # Compilation failed in require at (eval 8) line 2. # BEGIN failed--compilation aborted at (eval 8) line 2. Can't locate object method "new" via package "ILS::Transaction::RenewAll" (perhaps you forgot to load "ILS::Transaction::RenewAll"?) at t/db_dependent/SIP_ILS.t line 17. # Looks like you planned 4 tests but ran 1. # Looks like you failed 1 test of 1 run. # Looks like your test exited with 255 just after 1. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 07:25:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 06:25:35 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-hXQFEA4S92@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off --- Comment #61 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-15 06:25:35 UTC --- Changing to signed-off as there are a lot of patches here that are ready for QA. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 08:30:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 07:30:30 +0000 Subject: [Koha-bugs] [Bug 7356] FIx various typos and mis-spellings In-Reply-To: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7356-70-OSIW1nX80F@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7356 --- Comment #5 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-15 07:30:30 UTC --- Patch 1 is okay now. Looking forward to update of 2, 3 and 4. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 08:42:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 07:42:10 +0000 Subject: [Koha-bugs] [Bug 7185] Update to 3.6 says "Koha release 3.4" In-Reply-To: <bug-7185-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7185-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7185-70-W0dfYaEvks@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7185 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6243|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 08:45:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 07:45:35 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-XLzPVaUiCN@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 --- Comment #31 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-15 07:45:35 UTC --- Hi Jonathan, I have problems with the email now. It used to work with your earlier patches. Perhaps something went wrong when you added the nice eedback? I have set up: - KohaAdminEmailAddress - Vendor's email - Staff patron's email 1 )When I had no email for the vendor the system complained: a) This bookseller have no email > Little correction: This vendor has no email address ? b) I added an email address but have problems sending the mail: (I changed the full email address to ...) katrin at ... SMTP error from remote mail server after RCPT TO:<katrin at ...>: host smtp.... [82.100.220.166]: 504 5.5.2 <root at localhost>: Sender address rejected: need fully-qualified address I have no idea why it's trying to send from root at localhost as I can't spot that in my configuration now. Could you take a look? 2) Also: The message content is a bit short for my notice template, the order information seems to be missing? ----- This is a copy of the message, including all the headers. ------ Return-path: <root at localhost> Received: from localhost ([127.0.0.1] helo=bumblebee) by bumblebee with esmtp (Exim 4.76) (envelope-from <root at localhost>) id 1Rb5is-0001bI-5o for katrin at ...; Thu, 15 Dec 2011 08:27:22 +0100 Subject: Item Not Received Date: Thu, 15 Dec 2011 08:27:22 +0100 Mime-Version: 1.0 Content-Type: text/plain; charset="utf8" To: katrin at ... Content-Transfer-Encoding: quoted-printable From: root at localhost Message-Id: <E1Rb5is-0001bI-5o at bumblebee> B=FCcherschiff <<aqbooksellers.name>> <<aqbooksellers.address1>> <<aqbooksellers.address2>> <<aqbooksellers.address3>> <<aqbooksellers.address4>> <<aqbooksellers.phone>> <order> Ordernumber <<aqorders.ordernumber>> (<<biblio.title>>) (<<aqorders.quantity>> ordered) ($<<aqorders.listprice>> each) has not been received. </order> 3) One last thing that would not keep me from signing off but is a little bit annoying: After trying to send out the mail, you get redirected to the start page of 'late orders'. It should bring me back to my list of orders that I have searched for so I can see the new value for the counter and the date. 4) I see that your patch also changes the ACCTDETAILS message? Not sure if I am misreading that: - # send an "account details" notice to a newly created user + + warn "sending to From $userenv->{emailaddress} subj $innerletter->{title} Mess $innerletter->{content}"; + } + + # send an "account details" notice to a newly created user elsif ( $type eq 'members' ) { -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 08:45:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 07:45:44 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-Vsu6Bf3NzH@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Failed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 08:48:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 07:48:37 +0000 Subject: [Koha-bugs] [Bug 7185] Update to 3.6 says "Koha release 3.4" In-Reply-To: <bug-7185-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7185-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7185-70-Bk48dyWLyA@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7185 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Patch Pushed |Passed QA --- Comment #10 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-15 07:48:37 UTC --- Paul: Could you push it also to master please? To correct a file in misc/releasenotes. (Chris N did 3.6.x already.) Thanks. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 09:35:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 08:35:24 +0000 Subject: [Koha-bugs] [Bug 7359] Begin migration to a new "Koha" namespace from the old "C4" namespace In-Reply-To: <bug-7359-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7359-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7359-70-yGvbJGtzqx@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7359 Magnus Enger <magnus at enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus at enger.priv.no --- Comment #2 from Magnus Enger <magnus at enger.priv.no> 2011-12-15 08:35:24 UTC --- This is a topic for the General IRC Meeting, 4 January 2012: http://wiki.koha-community.org/wiki/General_IRC_Meeting,_4_January_2012 See also: http://wiki.koha-community.org/wiki/Namespace_QA_Rules -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 09:54:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 08:54:58 +0000 Subject: [Koha-bugs] [Bug 6151] IndependantBranches and HomeOrHoldingBranchReturn can prevent items from being checked in In-Reply-To: <bug-6151-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6151-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6151-70-OABx6hCBAj@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6151 --- Comment #7 from Jonathan Druart <jonathan.druart at biblibre.com> 2011-12-15 08:54:58 UTC --- Hi Ian, I think I found the problem :) I fact, I check in from the circ/circulation.pl table, and this script call circ/renewscript and not circ/returns.pl. In this script, error messages are not caught and sent to the template. But renewscript.pl redirects to circulation.pl. Thus to transmit the message, it's not easy nor clean :-/ -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 10:14:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 09:14:21 +0000 Subject: [Koha-bugs] [Bug 7167] updatedatabase improvements In-Reply-To: <bug-7167-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7167-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7167-70-t4rPdpwSP1@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7167 --- Comment #31 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-15 09:14:21 UTC --- Just some comments from testing again: The distinction between nonlinear and linear by using DEBUG is a good thing! Patch 2 and 3 need rebasing. If you do, could you squash everything? Will make it easier for additional testers. If the last db rev fails (as in your examples), you allow access to the staff client (in standard mode) and you are not going to update page again, I wonder if that's what you want. There is a problem and shouldn't it be solved first? If in dev mode I run the third db rev only WHILE table already EXISTS, I feel that the returned message is not so clear. And if I do not mark it as OK and I come back at update page, I can still execute it again. Would it not be better to mark it as Failed? Clicking Home in dev mode still brings me to update page (earlier comment!). About says: 3.6.2.1 / 3.7.1.3, but I did not install 1 & 2 ? Personally, I do not prefer the A .. B, C .. D listing that is now possible too. Since this is a larger change, I do not feel that my tests and [probably] those of Chris N really cover all situations. Wouldn't it be better to ask for some additional signoffs too? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 10:42:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 09:42:31 +0000 Subject: [Koha-bugs] [Bug 6302] Failing to send email notices - to_address not set In-Reply-To: <bug-6302-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6302-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6302-70-vd24qzSpEs@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6302 Koustubha Kale <kmkale at anantcorp.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6605|0 |1 is obsolete| | --- Comment #16 from Koustubha Kale <kmkale at anantcorp.com> 2011-12-15 09:42:31 UTC --- Created attachment 6806 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6806 [SIGNED-OFF] Bug 6302: Separate AutoEmailPrimaryAdress and AutoEmailOpacUser AutoEmailPrimaryAddress is not only used for the patron account mails, but also for overdues and other email notices to patrons. This patch separates the system preferences in the system preference editor. To test: - Check Patrons tab shows both system preferences separated - Check you can still change the settings Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com> Signed-off-by: Koustubha Kale <kmkale at anantcorp.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 10:45:38 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 09:45:38 +0000 Subject: [Koha-bugs] [Bug 6302] Failing to send email notices - to_address not set In-Reply-To: <bug-6302-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6302-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6302-70-KfGlET179h@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6302 Koustubha Kale <kmkale at anantcorp.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6789|0 |1 is obsolete| | --- Comment #17 from Koustubha Kale <kmkale at anantcorp.com> 2011-12-15 09:45:38 UTC --- Created attachment 6807 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6807 [SIGNED-OFF] 6302 follow up Updates to_address in message queue when sending an email (when needed). Signed-off-by: Koustubha Kale <kmkale at anantcorp.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 10:49:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 09:49:12 +0000 Subject: [Koha-bugs] [Bug 6302] Failing to send email notices - to_address not set In-Reply-To: <bug-6302-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6302-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6302-70-dgDNHoQL3I@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6302 Koustubha Kale <kmkale at anantcorp.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kmkale at anantcorp.com --- Comment #18 from Koustubha Kale <kmkale at anantcorp.com> 2011-12-15 09:49:12 UTC --- (In reply to comment #16) > Created attachment 6806 [details] > [SIGNED-OFF] Bug 6302: Separate AutoEmailPrimaryAdress and AutoEmailOpacUser > > AutoEmailPrimaryAddress is not only used for the patron account mails, but > also for overdues and other email notices to patrons. > > This patch separates the system preferences in the system preference editor. > > To test: > - Check Patrons tab shows both system preferences separated > - Check you can still change the settings > > Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com> > Signed-off-by: Koustubha Kale <kmkale at anantcorp.com> 1) Verified that prior to applying patch one the System preferences AutoEmailOpacUser and AutoEmailPrimaryAddress were combined. 2) after applying first patch, verified that there were two separate system preferences for AutoEmailOpacUser and AutoEmailPrimaryAddress -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 10:50:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 09:50:30 +0000 Subject: [Koha-bugs] [Bug 6302] Failing to send email notices - to_address not set In-Reply-To: <bug-6302-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6302-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6302-70-0pugG88F3m@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6302 --- Comment #19 from Koustubha Kale <kmkale at anantcorp.com> 2011-12-15 09:50:30 UTC --- (In reply to comment #17) > Created attachment 6807 [details] > [SIGNED-OFF] 6302 follow up > > Updates to_address in message queue when sending an email (when needed). > > Signed-off-by: Koustubha Kale <kmkale at anantcorp.com> 3) Verified that before applying patch two, after running process_message_queue.pl, the to_address field in table message_queue had null for Item Overdue notice. 4) Verified that after applying patch two , after running process_message_queue.pl, the to_address field in table message_queue had patrons email address in it. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 10:51:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 09:51:10 +0000 Subject: [Koha-bugs] [Bug 6302] Failing to send email notices - to_address not set In-Reply-To: <bug-6302-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6302-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6302-70-kN3ie714bX@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6302 Koustubha Kale <kmkale at anantcorp.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 12:08:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 11:08:08 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-1LkGdjJMsg@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 Jonathan Druart <jonathan.druart at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6782|0 |1 is obsolete| | --- Comment #32 from Jonathan Druart <jonathan.druart at biblibre.com> 2011-12-15 11:08:08 UTC --- Created attachment 6808 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6808 Proposed patch Hi Katrin, 1a/ Corrected (my english is very poor as you see :-/) 1b/ Normally, the from field is created with the email key of C4::Context->userenv. This one get the email field from database for the logged user. Maybe you're logged as root ? I tried, it works for me. 2/ I forgot a replacement :-/ 3/ Ok; it's done 4/ No, I didn't modifify this section. I just add a warning to display the sent message. I added biblio and biblioitems in the field list when you modify a notice template. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 12:08:22 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 11:08:22 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-7xnFJ4uo2P@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 Jonathan Druart <jonathan.druart at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 12:29:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 11:29:50 +0000 Subject: [Koha-bugs] [Bug 7349] Sorting patron search result by cardnumber doesn't work In-Reply-To: <bug-7349-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7349-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7349-70-cHOhF6ngRd@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7349 Koustubha Kale <kmkale at anantcorp.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6752|0 |1 is obsolete| | --- Comment #7 from Koustubha Kale <kmkale at anantcorp.com> 2011-12-15 11:29:50 UTC --- Created attachment 6809 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6809 [SIGNED-OFF] Bug 7349: corrects sort order for Patron search Sorting by cardnumber now works (removed a client-side sort, the server-side sort is enough). Signed-off-by: Koustubha Kale <kmkale at anantcorp.com> 1) Verified that before applying this patch, when searching patrons with cardnumber as order by preference, patrons are sorted ny name. 2) Verified that after applying this patch, when searching with cardnumber as order by preference, patrons are correctly sorted by cardnumber. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 12:31:01 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 11:31:01 +0000 Subject: [Koha-bugs] [Bug 7349] Sorting patron search result by cardnumber doesn't work In-Reply-To: <bug-7349-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7349-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7349-70-XNmpDiyK4O@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7349 Koustubha Kale <kmkale at anantcorp.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kmkale at anantcorp.com Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 13:25:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 12:25:14 +0000 Subject: [Koha-bugs] [Bug 7361] 'Default' encoding in staged marc import breaks diacritics In-Reply-To: <bug-7361-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7361-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7361-70-dupfHbH44y@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7361 Ian Walls <ian.walls at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Passed QA --- Comment #4 from Ian Walls <ian.walls at bywatersolutions.com> 2011-12-15 12:25:14 UTC --- Template-only change, passes a much better default than empty string. marking as passed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 13:32:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 12:32:17 +0000 Subject: [Koha-bugs] [Bug 7349] Sorting patron search result by cardnumber doesn't work In-Reply-To: <bug-7349-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7349-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7349-70-wn1J9bkpKQ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7349 Ian Walls <ian.walls at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Passed QA --- Comment #8 from Ian Walls <ian.walls at bywatersolutions.com> 2011-12-15 12:32:17 UTC --- Template only change, removes JS block only. Marking as Passed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 13:33:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 12:33:37 +0000 Subject: [Koha-bugs] [Bug 7185] Update to 3.6 says "Koha release 3.4" In-Reply-To: <bug-7185-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7185-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7185-70-2WXPmb3Gl7@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7185 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Passed QA |Patch Pushed --- Comment #11 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-15 12:33:37 UTC --- follow-up for simple typo release notes pushed -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 13:44:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 12:44:13 +0000 Subject: [Koha-bugs] [Bug 6302] Failing to send email notices - to_address not set In-Reply-To: <bug-6302-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6302-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6302-70-ld2zCcBEF9@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6302 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 13:46:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 12:46:30 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-n9dGxdd34S@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6727|0 |1 is obsolete| | --- Comment #62 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-15 12:46:30 UTC --- Comment on attachment 6727 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6727 [SIGNED-OFF] Added unit tests for Sip Checksum.pm patch pushed please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 13:47:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 12:47:12 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-KpCDmdGksg@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6728|0 |1 is obsolete| | --- Comment #63 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-15 12:47:12 UTC --- Comment on attachment 6728 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6728 [SIGNED-OFF] Added unit test for AuthoritiesMarc/UNIMARC.pm patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 13:47:36 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 12:47:36 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-ap0uhQp8Lk@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6729|0 |1 is obsolete| | --- Comment #64 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-15 12:47:36 UTC --- Comment on attachment 6729 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6729 [SIGNED-OFF] Added unit tests for Scrubber patch pushed please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 13:48:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 12:48:04 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-l6jdnehcCC@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6730|0 |1 is obsolete| | --- Comment #65 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-15 12:48:04 UTC --- Comment on attachment 6730 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6730 [SIGNED-OFF] Bug 5327: Patch removes unneeded self=shift from TTParser::unshift_token patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 13:54:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 12:54:08 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-CBWOqlN5zh@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6805|0 |1 is obsolete| | --- Comment #66 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-15 12:54:08 UTC --- Comment on attachment 6805 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6805 [SINGED-OFF] Bug 5327: Added unit test for C4/SIP/ILS/Transaction/RenewAll.pm patch pushed -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 13:54:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 12:54:47 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-MkAeyVtZ5O@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6732|0 |1 is obsolete| | --- Comment #67 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-15 12:54:47 UTC --- Comment on attachment 6732 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6732 [SIGNED-OFF] Added missing reference case to Boolean.t and corrected count patch pushed -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 13:55:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 12:55:27 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-AnwFa5Q6Qj@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #68 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-15 12:55:27 UTC --- QA comments: 2 tests not merged: ==== TEST 1 ==== [SIGNED-OFF] Added coverage to unit test for TTParser I don't understand what this patch is adding. A little bit more explanatory on the commit notes welcomed... ==== TEST 2 ==== Applying: Moving SIP_ILS.t to db_dependent fatal: sha1 information is lacking or useless (t/SIP_ILS.t). Repository lacks necessary blobs to fall back on 3-way merge. Cannot fall back to three-way merge. Patch failed at 0001 Moving SIP_ILS.t to db_dependent When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 14:04:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 13:04:20 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-xXAzGvpPnm@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 --- Comment #33 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-15 13:04:20 UTC --- Hi Jonathan, you are right about 1)! I had to rebuild my database from scratch after I accidently deleted my dumped database this morning (don't ask...) and forgot to change my login. I will test again and thank you for fixing everything else! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 14:07:22 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 13:07:22 +0000 Subject: [Koha-bugs] [Bug 7356] FIx various typos and mis-spellings In-Reply-To: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7356-70-DjEmz4XCjP@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7356 --- Comment #6 from Marc Balmer <marc at msys.ch> 2011-12-15 13:07:22 UTC --- (In reply to comment #5) > Patch 1 is okay now. Looking forward to update of 2, 3 and 4. Patch 3 does not change any .po files, it should be ok, right? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 14:10:43 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 13:10:43 +0000 Subject: [Koha-bugs] [Bug 7356] FIx various typos and mis-spellings In-Reply-To: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7356-70-5wWefMF2Ru@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7356 --- Comment #7 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-15 13:10:43 UTC --- (In reply to comment #6) > (In reply to comment #5) > > Patch 1 is okay now. Looking forward to update of 2, 3 and 4. > Patch 3 does not change any .po files, it should be ok, right? OK. Overlooked something? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 14:26:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 13:26:06 +0000 Subject: [Koha-bugs] [Bug 5533] marking item lost diff in two places In-Reply-To: <bug-5533-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5533-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5533-70-80Am3wSObz@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5533 Ian Walls <ian.walls at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Patch Pushed |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 14:29:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 13:29:24 +0000 Subject: [Koha-bugs] [Bug 5533] marking item lost diff in two places In-Reply-To: <bug-5533-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5533-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5533-70-gfZ7s9eSUd@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5533 --- Comment #32 from Ian Walls <ian.walls at bywatersolutions.com> 2011-12-15 13:29:24 UTC --- Created attachment 6810 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6810 Proposed followup patch removes filter that was preventing Lost status from being editable in the Edit Items screen. Numerous libraries have complained about losing this ability, even when they understand it was removed to force consistent 'lost' behaviour. The default framework is altered to hide this field for new installs. It can be restored to the interface by editing the 'hidden' value for the itemlost subfield. This method hides the preference by default, but allows libraries who understand the implications of what they're doing (and accept the risks) to have more control over their workflows. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 14:40:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 13:40:17 +0000 Subject: [Koha-bugs] [Bug 7356] FIx various typos and mis-spellings In-Reply-To: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7356-70-I6D1GmrWbW@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7356 Marc Balmer <marc at msys.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6778|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 14:40:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 13:40:42 +0000 Subject: [Koha-bugs] [Bug 7356] FIx various typos and mis-spellings In-Reply-To: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7356-70-P2PlKbPlj4@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7356 Marc Balmer <marc at msys.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6780|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 14:41:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 13:41:58 +0000 Subject: [Koha-bugs] [Bug 7356] FIx various typos and mis-spellings In-Reply-To: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7356-70-b6m80nrjGZ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7356 --- Comment #8 from Marc Balmer <marc at msys.ch> 2011-12-15 13:41:58 UTC --- Created attachment 6811 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6811 wether -> whether Changes only code, not .po files. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 14:42:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 13:42:42 +0000 Subject: [Koha-bugs] [Bug 7356] FIx various typos and mis-spellings In-Reply-To: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7356-70-43Cji7dV5D@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7356 --- Comment #9 from Marc Balmer <marc at msys.ch> 2011-12-15 13:42:42 UTC --- Created attachment 6812 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6812 the the -> the No more changing of the the .po files ;) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 15:20:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 14:20:47 +0000 Subject: [Koha-bugs] [Bug 7356] FIx various typos and mis-spellings In-Reply-To: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7356-70-F9MWCTSRfw@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7356 --- Comment #10 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-15 14:20:47 UTC --- Applying: developper -> developer. error: patch failed: authorities/authorities.pl:204 error: authorities/authorities.pl: patch does not apply error: patch failed: cataloguing/addbiblio.pl:414 error: cataloguing/addbiblio.pl: patch does not apply error: patch failed: cataloguing/plugin_launcher.pl:27 error: cataloguing/plugin_launcher.pl: patch does not apply Patch failed at 0001. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 15:23:57 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 14:23:57 +0000 Subject: [Koha-bugs] [Bug 7356] FIx various typos and mis-spellings In-Reply-To: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7356-70-CY01f19SrB@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7356 Marc Balmer <marc at msys.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6779|0 |1 is obsolete| | --- Comment #11 from Marc Balmer <marc at msys.ch> 2011-12-15 14:23:57 UTC --- Created attachment 6813 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6813 developper -> developer re-created. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 15:31:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 14:31:52 +0000 Subject: [Koha-bugs] [Bug 7356] FIx various typos and mis-spellings In-Reply-To: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7356-70-XHhokJyNxm@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7356 --- Comment #12 from Marc Balmer <marc at msys.ch> 2011-12-15 14:31:52 UTC --- (In reply to comment #10) > Applying: developper -> developer. > error: patch failed: authorities/authorities.pl:204 > error: authorities/authorities.pl: patch does not apply > error: patch failed: cataloguing/addbiblio.pl:414 > error: cataloguing/addbiblio.pl: patch does not apply > error: patch failed: cataloguing/plugin_launcher.pl:27 > error: cataloguing/plugin_launcher.pl: patch does not apply > Patch failed at 0001. ok. I have to merge to patches now, sorry. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 15:32:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 14:32:26 +0000 Subject: [Koha-bugs] [Bug 6142] CanBookBeReserved function is redefined in C4/ILSDI/Utility.pm In-Reply-To: <bug-6142-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6142-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6142-70-OIebeyAEM9@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6142 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Patch Status|Signed Off |Failed QA --- Comment #9 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-15 14:32:26 UTC --- Question seems unanswered. Changing status to reflect pending status. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 15:32:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 14:32:35 +0000 Subject: [Koha-bugs] [Bug 7356] FIx various typos and mis-spellings In-Reply-To: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7356-70-LG8XmGH16z@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7356 Marc Balmer <marc at msys.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6811|0 |1 is obsolete| | Attachment #6813|0 |1 is obsolete| | --- Comment #13 from Marc Balmer <marc at msys.ch> 2011-12-15 14:32:35 UTC --- Created attachment 6814 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6814 wether -> whether, developper -> developer -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 15:36:18 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 14:36:18 +0000 Subject: [Koha-bugs] [Bug 7321] Silence warns in Koha.pm In-Reply-To: <bug-7321-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7321-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7321-70-zhxyw7iEjG@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7321 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Patch Status|Signed Off |Passed QA --- Comment #3 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-15 14:36:18 UTC --- Passed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 16:00:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 15:00:08 +0000 Subject: [Koha-bugs] [Bug 7356] FIx various typos and mis-spellings In-Reply-To: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7356-70-EnsCCTH9Le@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7356 Marc Balmer <marc at msys.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 16:13:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 15:13:20 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-tnSSQNx3CC@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6730|1 |0 is obsolete| | --- Comment #69 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-15 15:13:20 UTC --- Comment on attachment 6730 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6730 [SIGNED-OFF] Bug 5327: Patch removes unneeded self=shift from TTParser::unshift_token unobsoleting this patch because I'll revert it Why did I miss the patch break the tests ? I don't know. But here it is: prove xt/author/translatable-templates.t xt/author/translatable-templates.t .. 1/2 # Failed test 'opac templates are translatable' # at xt/author/translatable-templates.t line 54. # Can't locate object method "type" via package "C4::TTParser" at TmplTokenizer.pm line 324, <INPUT> line 1. # # tmpl_process3.pl: ERROR: Text extraction failed: ./xgettext.pl: Ioctl() inappropr? pour un p?riph?rique # # tmpl_process3.pl: ERROR: Will not run msgmerge # xt/author/translatable-templates.t .. 2/2 # Failed test 'intranet templates are translatable' # at xt/author/translatable-templates.t line 54. # Can't locate object method "type" via package "C4::TTParser" at TmplTokenizer.pm line 324, <INPUT> line 1. # # tmpl_process3.pl: ERROR: Text extraction failed: ./xgettext.pl: Ioctl() inappropr? pour un p?riph?rique # # tmpl_process3.pl: ERROR: Will not run msgmerge # # Looks like you failed 2 tests of 2. xt/author/translatable-templates.t .. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/2 subtests Test Summary Report ------------------- xt/author/translatable-templates.t (Wstat: 512 Tests: 2 Failed: 2) Failed tests: 1-2 Non-zero exit status: 2 after reverting this patch, prove is OK -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 16:19:00 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 15:19:00 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-S3dJytCm5E@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6805|1 |0 is obsolete| | --- Comment #70 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-15 15:19:00 UTC --- Comment on attachment 6805 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6805 [SINGED-OFF] Bug 5327: Added unit test for C4/SIP/ILS/Transaction/RenewAll.pm push reverted, make jenkins unhappy, seems it's a database problem thing so the other ILS moved to db_dependant is required to have this one working -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 16:47:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 15:47:26 +0000 Subject: [Koha-bugs] [Bug 7313] Untranslatable strings in 'search to hold' feature In-Reply-To: <bug-7313-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7313-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7313-70-mB1wJSpOGm@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7313 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #5 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-15 15:47:26 UTC --- QA comment : template change only, trivial patch, needed for translation passed QA patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 16:50:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 15:50:33 +0000 Subject: [Koha-bugs] [Bug 7319] Improve specificity of title and breadcrumbs on acquisitions Z39.50 search pages In-Reply-To: <bug-7319-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7319-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7319-70-dUfhmCCuBr@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7319 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Patch Status|Signed Off |Failed QA --- Comment #3 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-15 15:50:33 UTC --- QA comment: Owen, shouldn't + <h2>Search results</h2> be spelled + <h2>Z39.50 Search results</h2> for an even more relevant title ? (I fear that catalogue "Search result" could be translated in a different way, and be displayed here, resulting in something strange) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 16:54:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 15:54:55 +0000 Subject: [Koha-bugs] [Bug 7321] Silence warns in Koha.pm In-Reply-To: <bug-7321-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7321-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7321-70-X3PJ2QEFhk@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7321 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Passed QA |Patch Pushed Severity|enhancement |minor --- Comment #4 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-15 15:54:55 UTC --- QA comment not en ENH but a minor bug fix. Removes 2 unconditionnal warn, passed QA patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 16:58:51 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 15:58:51 +0000 Subject: [Koha-bugs] [Bug 7323] Javascript error when editing list In-Reply-To: <bug-7323-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7323-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7323-70-0Bo1EOirio@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7323 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #3 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-15 15:58:51 UTC --- QA comment : tiny patch, fixes the problem passed QA patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 17:08:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 16:08:15 +0000 Subject: [Koha-bugs] [Bug 7324] Show alternate email as mailto link on patron summary In-Reply-To: <bug-7324-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7324-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7324-70-NzMpYQlNTV@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7324 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |paul.poulain at biblibre.com Patch Status|Signed Off |Failed QA --- Comment #3 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-15 16:08:15 UTC --- QA comment: After applying the patch, the language tool bar start floating... investigating in the code I think there is a div closed by mistake: + [% IF ( altcontactcountry ) %]<li><span class="label">Country: </span>[% altcontactcountry %]</li>[% END %] + [% IF ( altcontactphone ) %]<li><span class="label">Phone: </span>[% altcontactphone %]</li></ol></div>[% END %] marking failed QA. back to signed-off when you've submitted a new patch, it's a tiny one -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 17:12:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 16:12:02 +0000 Subject: [Koha-bugs] [Bug 7325] Editing a list generates errors in the log In-Reply-To: <bug-7325-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7325-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7325-70-SeEBfKLPK3@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7325 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #4 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-15 16:12:02 UTC --- QA comment: tiny patch, remove log noise, passed QA patch pushed, please test PS: totitem could also have been quieted by defaulting to 0. That could have been cleaner, but that could also be debated for years, so accepting this one ;-) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 17:15:00 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 16:15:00 +0000 Subject: [Koha-bugs] [Bug 7326] longoverdue.pl was hardcoded to 1 year, is now a parameter In-Reply-To: <bug-7326-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7326-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7326-70-Tae3DghUEv@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7326 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed Summary|longoverdue.pl hardcoded to |longoverdue.pl was |1 year max |hardcoded to 1 year, is now | |a parameter --- Comment #3 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-15 16:15:00 UTC --- QA comment: small patch, new feature documented, default behaviour unchanged (++ for existing setups) patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 17:22:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 16:22:16 +0000 Subject: [Koha-bugs] [Bug 7328] Expanded options in advanced search In-Reply-To: <bug-7328-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7328-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7328-70-O5le4S0YZG@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7328 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |paul.poulain at biblibre.com Patch Status|Signed Off |Failed QA --- Comment #3 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-15 16:22:16 UTC --- QA comment : I can't see any difference with and without the patch. Fr?d?ric, looking at your code, it seems it does something only if the syspref is not defined, which should not happend. Marking failed QA until I have more information about how to reproduce the problem -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 17:24:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 16:24:39 +0000 Subject: [Koha-bugs] [Bug 7319] Improve specificity of title and breadcrumbs on acquisitions Z39.50 search pages In-Reply-To: <bug-7319-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7319-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7319-70-9V006BSCJr@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7319 --- Comment #4 from Owen Leonard <oleonard at myacpl.org> 2011-12-15 16:24:39 UTC --- (In reply to comment #3) > Owen, shouldn't > + <h2>Search results</h2> > > be spelled > + <h2>Z39.50 Search results</h2> A valid question. Here's my reasoning: - First, the patch changes the heading from "<h2>Results</h2>" to "<h2>Search results</h2>", so it's actually more specific than it was before. - The link which brings you to this search reads [order] "From an external source," so I added the "Order from an external source" terminology to the search page itself (in the title and breadcrumbs) - With that in mind I changed the heading of the search form from "Z39.50 Search Points" to "Order from external source." At this point there is no reference anywhere to "Z39.50" which would necessitate the use of the term on the search results page. I see that when translating from English the phrase "Search results" could be interpreted as "the results of your search" or "search the results." Is that the problem? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 17:29:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 16:29:12 +0000 Subject: [Koha-bugs] [Bug 7333] Cleaning up tests to use sample data In-Reply-To: <bug-7333-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7333-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7333-70-q3vZE9ELn6@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7333 --- Comment #8 from Liz Rea <wizzyrea at gmail.com> 2011-12-15 16:29:12 UTC --- Created attachment 6815 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6815 Bug 7333 - Fixing up db_dependent/Search.t to use sample data Thanks to Chris N. for helping figure out that it was because there were no French stopwords in the DB that the test was failing. Patch changes the French string (with French stopwords) to an English string with English stopwords, as only English stopwords are installed in the default data. This patch will allow Search.t to run on the database attached to this bug. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 17:30:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 16:30:39 +0000 Subject: [Koha-bugs] [Bug 7333] Cleaning up tests to use sample data In-Reply-To: <bug-7333-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7333-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7333-70-kUtuW8Y39D@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7333 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 17:37:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 16:37:13 +0000 Subject: [Koha-bugs] [Bug 7330] System preferences editor generates errors in the log with each search In-Reply-To: <bug-7330-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7330-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7330-70-SI7f34SMFX@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7330 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_8 Patch Status|Signed Off |Patch Pushed --- Comment #3 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-15 16:37:13 UTC --- QA comment: well I feel I shouldn't accept a patch that says "fixes the problem, but I don't know why"... OTH, preferences.pl is poorly documented, it fixes the problem, and I couldn't find any side effect. I couldn't understand why those empty values are here though. So: passed QA patch pushed, please test chris_n = I would wisely say "don't push this on 3.6. If there is a side effect we couldn't detect, we can hope someone else will spot it in the next 4 months before 3.8 is released" -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 17:38:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 16:38:37 +0000 Subject: [Koha-bugs] [Bug 7331] Circulation.pl generates errors in the log In-Reply-To: <bug-7331-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7331-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7331-70-YbaIMBcpeF@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7331 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #7 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-15 16:38:37 UTC --- QA comment: tiny patch, silent log passed QA patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 17:44:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 16:44:15 +0000 Subject: [Koha-bugs] [Bug 7328] Expanded options in advanced search In-Reply-To: <bug-7328-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7328-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7328-70-qsUTaLXfhS@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7328 --- Comment #4 from Fr?d?ric Demians <frederic at tamil.fr> 2011-12-15 16:44:15 UTC --- > QA comment : Thanks for going through this patch. > I can't see any difference with and without the patch. > Fr?d?ric, looking at your code, it seems it does something only if the > syspref is not defined, which should not happend. I don't think so. Expanded search option are passed with a CGI param, it is used (and controlled), otherwise syspref is used. > Marking failed QA until I have more information about how to reproduce > the problem 1. On HEAD, in intra interface, enable expandedSearchOption syspref 2. Click Search link in the top links bar. 3. Next to Search button, you can see [More options] link. This is wrong. We should have [Fewer options] 4. Commit the patch 5. Repeat 1-2 6. Next to Search button, you have [Fewer options] link. This is correct. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 17:56:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 16:56:39 +0000 Subject: [Koha-bugs] [Bug 7332] Translated title (MARC21 field 242) doesn't display In-Reply-To: <bug-7332-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7332-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7332-70-1dk06Y5gTz@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7332 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |paul.poulain at biblibre.com --- Comment #3 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-15 16:56:39 UTC --- QA comment: started a thread on koha-devel to see if we must have a policy for XSLT changes -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 18:15:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 17:15:08 +0000 Subject: [Koha-bugs] [Bug 7333] Cleaning up tests to use sample data In-Reply-To: <bug-7333-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7333-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7333-70-eHNbRdkb2o@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7333 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com --- Comment #9 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-15 17:15:08 UTC --- patch [SIGNED-OFF] Bug 7333 - modifying Members.t to use a branchcode that exists in the sample data pushed QA comment : fixes the problem (i made a fresh install of sample database) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 18:21:19 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 17:21:19 +0000 Subject: [Koha-bugs] [Bug 7334] Improve 'No address stored' and similar messages in patron account In-Reply-To: <bug-7334-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7334-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7334-70-lV5ZO5TnR0@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7334 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #3 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-15 17:21:19 UTC --- QA comment: small patch related to templates, works prove xt/author/valid-templates.t xt/author/valid-templates.t .. ok passed QA patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 18:28:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 17:28:20 +0000 Subject: [Koha-bugs] [Bug 7345] Should be possible to export MARC records without private fields In-Reply-To: <bug-7345-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7345-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7345-70-GdSrNGj5e2@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7345 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Patch Status|Signed Off |Failed QA --- Comment #7 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-15 17:28:20 UTC --- QA comment: I must be dumb, but: the test plan include some jquery. this is OK for testing. But in real life, how will we control it we export 9 or no ? marking failed QA until I understand, switch back to signed-off once you've answered -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 18:39:18 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 17:39:18 +0000 Subject: [Koha-bugs] [Bug 7346] 'perl translate install' creates template directories for invalid languages In-Reply-To: <bug-7346-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7346-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7346-70-NJh7ZT3djF@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7346 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |paul.poulain at biblibre.com Patch Status|Signed Off |Patch Pushed Severity|normal |minor --- Comment #4 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-15 17:39:18 UTC --- QA comment: tiny patch, usefull, works passed QA patch pushed, please test Welcome Marc Balmer, you're 167th Marc: you should not have signed-off this patch by yourself. It's a tiny one, works fine, so i'm pushing it. But usually, the sign-off must not be made by the author. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 18:42:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 17:42:49 +0000 Subject: [Koha-bugs] [Bug 7346] 'perl translate install' creates template directories for invalid languages In-Reply-To: <bug-7346-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7346-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7346-70-TbeMeSQ3nG@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7346 --- Comment #5 from Marc Balmer <marc at msys.ch> 2011-12-15 17:42:49 UTC --- (In reply to comment #4) > QA comment: tiny patch, usefull, works > > passed QA > > patch pushed, please test > > > Welcome Marc Balmer, you're 167th > > Marc: you should not have signed-off this patch by yourself. It's a tiny one, > works fine, so i'm pushing it. But usually, the sign-off must not be made by > the author. credit whom credit is due: I reported the problem, it was Fr?deric Demians who suggested the patch, I did test it and thus signed it off. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 19:35:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 18:35:41 +0000 Subject: [Koha-bugs] [Bug 6933] Add a view of titles with a particular tag to the staff client In-Reply-To: <bug-6933-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6933-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6933-70-zZDx8oW2eC@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6933 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6008|0 |1 is obsolete| | --- Comment #8 from Owen Leonard <oleonard at myacpl.org> 2011-12-15 18:35:41 UTC --- Created attachment 6816 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6816 Follow-up fix adds output to XSLT view Previous fix omitted tags output from XSLT detail view. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 20:14:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 19:14:02 +0000 Subject: [Koha-bugs] [Bug 6142] CanBookBeReserved function is redefined in C4/ILSDI/Utility.pm In-Reply-To: <bug-6142-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6142-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6142-70-8OV0Pn7uSj@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6142 MJ Ray (software.coop) <mjr at ttllp.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6027|0 |1 is obsolete| | --- Comment #10 from MJ Ray (software.coop) <mjr at ttllp.co.uk> 2011-12-15 19:14:02 UTC --- Created attachment 6817 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6817 Bug #6142 - Delete sub CanBookBeReserved and delete function's reference on @EXPORT Original-Author: Alex Arnaud <alex.arnaud at biblibre.com>, St?phane Delaune <stephane.delaune at biblibre.com> Original-Signed-off-by: MJ Ray <mjr at phonecoop.coop> Correct use statement bug found by Ian Walls Author: MJ Ray <mjr at phonecoop.coop> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 20:16:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 19:16:28 +0000 Subject: [Koha-bugs] [Bug 6142] CanBookBeReserved function is redefined in C4/ILSDI/Utility.pm In-Reply-To: <bug-6142-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6142-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6142-70-kvwTjTVm7O@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6142 MJ Ray (software.coop) <mjr at ttllp.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 20:25:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 19:25:16 +0000 Subject: [Koha-bugs] [Bug 6933] Add a view of titles with a particular tag to the staff client In-Reply-To: <bug-6933-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6933-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6933-70-OJ2Gq4gRys@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6933 Nicole C. Engard <nengard at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6816|0 |1 is obsolete| | --- Comment #9 from Nicole C. Engard <nengard at gmail.com> 2011-12-15 19:25:16 UTC --- Created attachment 6818 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6818 [SIGNED-OFF] Bug 6933 [REVISED] Add a view of titles with a particular tag to the staff client - Adds a new page to the tags moderation section for viewing all the titles tagged with a particular term. - Adds display of approved tags to the catalog detail page matching the opac view. Adding tags from the detail view not implemented. Follow-up adds tags display to XSLT detail view Areas for improvement: - I think it would be better to show "Also tagged with:" and exclude the current tag from the list of titles tagged with a particular tag. - It would be nice to be able to show unapproved tags (and some idication of their status) along with approved tags on the detail page if the user had TagsModeration permission. Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 20:25:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 19:25:44 +0000 Subject: [Koha-bugs] [Bug 6933] Add a view of titles with a particular tag to the staff client In-Reply-To: <bug-6933-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6933-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6933-70-bj6kzMLnye@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6933 Nicole C. Engard <nengard at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard at gmail.com Patch Status|Needs Signoff |Signed Off --- Comment #10 from Nicole C. Engard <nengard at gmail.com> 2011-12-15 19:25:44 UTC --- Love it - great addition. I've signed off. I tested with XSLT on and off in the staff client. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 20:48:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 19:48:32 +0000 Subject: [Koha-bugs] [Bug 7345] Should be possible to export MARC records without private fields In-Reply-To: <bug-7345-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7345-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7345-70-mTTUcUY6Kz@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7345 Jared Camins-Esakov <jcamins at cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Signed Off --- Comment #8 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-15 19:48:32 UTC --- Paul, (In reply to comment #7) > QA comment: I must be dumb, but: the test plan include some jquery. this is OK > for testing. But in real life, how will we control it we export 9 or no ? No, you're not dumb. There is no user interface change. I suggested the jQuery so that people could just copy-and-paste something for testing, rather than needing to modify a URL by hand. I don't think we should change the behavior in the OPAC without a compelling reason, if everyone's been happy with it as it is for over a decade. However, as a web service, opac-export.pl and export.pl really need to be able to provide standard MARC to services like RefWorks (well, actually, RefWorks doesn't support MARC at all, but that's another story). > marking failed QA until I understand, switch back to signed-off once you've > answered Will do. Regards, Jared -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 15 20:49:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 19:49:40 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-finfGYgqRS@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #71 from Duncan <duncan at catalyst.net.nz> 2011-12-15 19:49:40 UTC --- Created attachment 6819 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6819 Corrected findbin path for SIP_ILS bug 5327 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 22:13:36 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 21:13:36 +0000 Subject: [Koha-bugs] [Bug 7078] HTML::Template::Pro still listed as Koha dependency In-Reply-To: <bug-7078-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7078-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7078-70-QLignCrhvx@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7078 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |wizzyrea at gmail.com Resolution| |FIXED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 22:35:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 21:35:12 +0000 Subject: [Koha-bugs] [Bug 7080] Clean up interface on fine payment screens In-Reply-To: <bug-7080-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7080-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7080-70-Lhpdd5BcYE@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7080 Duncan <duncan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6029|0 |1 is obsolete| | Attachment #6031|0 |1 is obsolete| | Attachment #6032|0 |1 is obsolete| | Attachment #6033|0 |1 is obsolete| | Attachment #6034|0 |1 is obsolete| | Attachment #6035|0 |1 is obsolete| | Attachment #6036|0 |1 is obsolete| | --- Comment #8 from Duncan <duncan at catalyst.net.nz> 2011-12-15 21:35:12 UTC --- Created attachment 6820 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6820 Signed off patch Patch looks good, signing off. I noticed some inconsistency in the tab titles in the fines tab for a patron. Follow up patch will follow to fix this trivial issue. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 15 22:35:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 21:35:17 +0000 Subject: [Koha-bugs] [Bug 7080] Clean up interface on fine payment screens In-Reply-To: <bug-7080-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7080-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7080-70-QI8T4kX2K1@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7080 Duncan <duncan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |duncan at catalyst.net.nz -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 00:08:01 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 23:08:01 +0000 Subject: [Koha-bugs] [Bug 7080] Clean up interface on fine payment screens In-Reply-To: <bug-7080-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7080-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7080-70-rV9GeVe0HN@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7080 --- Comment #9 from Duncan <duncan at catalyst.net.nz> 2011-12-15 23:08:01 UTC --- Created attachment 6821 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6821 Changed casing on tab titles for fines page - bug 7080 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 00:22:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 23:22:12 +0000 Subject: [Koha-bugs] [Bug 6843] Renew membership from expiry date or from current date In-Reply-To: <bug-6843-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6843-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6843-70-S6N0LYgeMn@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6843 Duncan <duncan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |duncan at catalyst.net.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 00:22:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 23:22:05 +0000 Subject: [Koha-bugs] [Bug 6843] Renew membership from expiry date or from current date In-Reply-To: <bug-6843-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6843-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6843-70-NDoguF3mnf@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6843 --- Comment #3 from Duncan <duncan at catalyst.net.nz> 2011-12-15 23:22:05 UTC --- Created attachment 6822 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6822 Signed off patch - bug 6843 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 00:29:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Dec 2011 23:29:14 +0000 Subject: [Koha-bugs] [Bug 7362] Allow searching by item number as a fallback In-Reply-To: <bug-7362-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7362-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7362-70-zlwxlEbZq9@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7362 --- Comment #5 from Robin Sheat <robin at catalyst.net.nz> 2011-12-15 23:29:14 UTC --- Also, going to add returning by item number to this. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 03:36:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 02:36:59 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-H8wckK42S9@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 Jared Camins-Esakov <jcamins at cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6791|0 |1 is obsolete| | --- Comment #34 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-16 02:36:59 UTC --- Created attachment 6823 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6823 Bug 1633 - Interface revisions for the staff client This patch revises the image viewer page to match other biblio detail pages: a toolbar, a sidebar menu, etc. Additional data is now pulled by imageviewer.pl in order to provide information necessary for the proper functioning of the toolbar and menus: item counts, hold availability, biblio view options. Other changes have been made to match the changes in the OPAC interface like styling of the images and no-javascript compatibility Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 06:29:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 05:29:14 +0000 Subject: [Koha-bugs] [Bug 6843] Renew membership from expiry date or from current date In-Reply-To: <bug-6843-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6843-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6843-70-79Z4v9zmFx@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6843 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6781|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 06:36:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 05:36:45 +0000 Subject: [Koha-bugs] [Bug 7080] Clean up interface on fine payment screens In-Reply-To: <bug-7080-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7080-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7080-70-R80ea7jtAb@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7080 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6821|0 |1 is obsolete| | --- Comment #10 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-16 05:36:45 UTC --- Created attachment 6824 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6824 [SIGNED-OFF] Bug 7080: Changed casing on tab titles for fines page Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Small change for consistency. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 06:37:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 05:37:10 +0000 Subject: [Koha-bugs] [Bug 7080] Clean up interface on fine payment screens In-Reply-To: <bug-7080-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7080-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7080-70-r877CgzstO@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7080 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 06:52:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 05:52:05 +0000 Subject: [Koha-bugs] [Bug 7324] Show alternate email as mailto link on patron summary In-Reply-To: <bug-7324-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7324-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7324-70-u2xTxFIIli@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7324 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6608|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-16 05:52:05 UTC --- Created attachment 6825 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6825 Bug 7324: Show alternate email as mailto: / hide labels when field is empty UPDATE 2011-12-15 Fixed wrong div that broke the patron account display. Thank you Paul for catching this! Changes made to the patron detail tab: - alternate email shows as mailto: link - labels for following fields only show when field is filled - initials - date of birth - gender - country (alternate address) - email (alternate address) - state (alternative contact) - country (alternative contact) - phone (alternative contact) To test: 1) Add new patron with minimal data and check the labels don't show 2) Change patron to have data in changed fields and check labels show 3) Check all email addresses are shown as mailto: links now Signed-off-by: Liz Rea <wizzyrea at gmail.com> Verified tests 1-3, looks good to me. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 06:52:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 05:52:24 +0000 Subject: [Koha-bugs] [Bug 7324] Show alternate email as mailto link on patron summary In-Reply-To: <bug-7324-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7324-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7324-70-k9uDfjcuPF@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7324 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 07:00:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 06:00:03 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-ZPjO1wb9Qv@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6799|0 |1 is obsolete| | Attachment #6805|0 |1 is obsolete| | Attachment #6819|0 |1 is obsolete| | --- Comment #72 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-16 06:00:03 UTC --- Created attachment 6826 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6826 [SIGNED-OFF] Bug 5327: Added unit test for C4/SIP/ILS/Transaction/RenewAll.pm http://bugs.koha-community.org/show_bug.cgi?id=5327 Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Test requires a database installed using the sample data. All tests pass. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 07:02:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 06:02:28 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-yDp5Lphm8j@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #73 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-16 06:02:28 UTC --- Created attachment 6827 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6827 [SIGNED-OFF] Bug 5327: Moving SIP_ILS.t to db_dependent http://bugs.koha-community.org/show_bug.cgi?id=5327 Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 07:02:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 06:02:39 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-dJftwONs9a@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #74 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-16 06:02:39 UTC --- Created attachment 6828 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6828 [SIGNED-OFF] Bug 5327: Corrected findbin path for SIP_ILS bug 5327 Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Tests run successfully now. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 07:03:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 06:03:30 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-EpJMW5YGwW@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #75 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-16 06:03:30 UTC --- The last 3 patches for the SIP tests go together (attachments 6826-6828) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 07:40:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 06:40:15 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-Ohy5qofirl@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Failed QA --- Comment #34 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-16 06:40:15 UTC --- 1) - 4) resolved - thx again! This gets more beautiful every time I look at it and it converts the late orders into a really useful feature. There is only one more problem I spotted and I hope it can be resolved easily. The diacritics in my email are broken. I used titles and a vendor name with umlauts. They display is wrong in my web client and in Thunderbird. B?cherschiff Ordernumber 1 (Handbuch der Religionsp?dagogik.) (1 ordered) ($10.00 each) has not been received. Ordernumber 2 (Das Sch?ne Konstanz am Bodensee und Rhein, die alte Stadt im deutschen S?den (1 ordered) ($10.00 each) has not been received. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 07:48:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 06:48:37 +0000 Subject: [Koha-bugs] [Bug 7355] Note subfields are not displayed in TEXTAREA if hidden In-Reply-To: <bug-7355-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7355-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7355-70-aqUmZuYt3Q@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7355 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Patch Status|Needs Signoff |Failed QA --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-16 06:48:37 UTC --- Hi Frederic, there is a syntax error in your patch: syntax error at /home/katrin/kohaclone/cataloguing/addbiblio.pl line 471, near "else" Global symbol "$value" requires explicit package name at /home/katrin/kohaclone/cataloguing/addbiblio.pl line 474. Global symbol "$tag" requires explicit package name at /home/katrin/kohaclone/cataloguing/addbiblio.pl line 476. Global symbol "$tag" requires explicit package name at /home/katrin/kohaclone/cataloguing/addbiblio.pl line 477. Global symbol "$subfield" requires explicit package name at /home/katrin/kohaclone/cataloguing/addbiblio.pl line 477. Global symbol "$tag" requires explicit package name at /home/katrin/kohaclone/cataloguing/addbiblio.pl line 478. Global symbol "$tag" requires explicit package name at /home/katrin/kohaclone/cataloguing/addbiblio.pl line 479. Global symbol "%subfield_data" requires explicit package name at /home/katrin/kohaclone/cataloguing/addbiblio.pl line 483. ... Can you check and resubmit? (small typo in the bug number 7335 instead of 7355) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 07:56:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 06:56:06 +0000 Subject: [Koha-bugs] [Bug 7116] Item form when ordering in batch from staged marc has lots of white space for hidden fields In-Reply-To: <bug-7116-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7116-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7116-70-f1SIj5ugVF@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7116 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 08:08:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 07:08:47 +0000 Subject: [Koha-bugs] [Bug 7247] rebuild_zebra.pl -v should show all Zebra log output In-Reply-To: <bug-7247-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7247-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7247-70-nb2jjOx5cW@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7247 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-16 07:08:47 UTC --- Hi Dobrica, I tested the option and the new help. It states to use -vv for more output. Perhaps I am missing some common syntax here, but you have to type -v -v to make it work, while -vv doesn't. Perhaps we can make the help more clear? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 08:23:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 07:23:12 +0000 Subject: [Koha-bugs] [Bug 7329] The "undo import into catalog" command deletes items onloan without checking In-Reply-To: <bug-7329-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7329-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7329-70-5vERzo580i@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7329 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Patch Status|Needs Signoff |Failed QA --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-16 07:23:12 UTC --- I noticed 2 some problems for this patch: 1) I had one item checked out and 1 available item with missing home and holding branch (not sure that was the reason). Both were not removed from the catalog. 2) After 'undoing' the import the bib# for the 2 records remaining in the catalog due to errors were gone from the list. 3) I reimported and the bib# were still missing. 4) I undid the import again and now it reports to have removed all records. My 2 problematic records show up in the list as reverted, but they are still available in my catalog. I think 3) and 4) are perhaps side effects of 2)? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 08:23:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 07:23:37 +0000 Subject: [Koha-bugs] [Bug 7329] The "undo import into catalog" command deletes items onloan without checking In-Reply-To: <bug-7329-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7329-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7329-70-W724f7DRa0@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7329 --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-16 07:23:37 UTC --- Created attachment 6829 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6829 screenshot after step 1) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 08:28:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 07:28:20 +0000 Subject: [Koha-bugs] [Bug 6943] Create new budget from a copy of a previous budget In-Reply-To: <bug-6943-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6943-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6943-70-9tA53Kt5ig@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6943 --- Comment #7 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-16 07:28:20 UTC --- End of year is near and I think it's the right time to give this a little push :) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 08:35:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 07:35:05 +0000 Subject: [Koha-bugs] [Bug 7355] Note subfields are not displayed in TEXTAREA if hidden In-Reply-To: <bug-7355-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7355-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7355-70-pbbs8nTTgd@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7355 Fr?d?ric Demians <frederic at tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6776|0 |1 is obsolete| | --- Comment #3 from Fr?d?ric Demians <frederic at tamil.fr> 2011-12-16 07:35:05 UTC --- Created attachment 6830 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6830 Proposed patch Thanks Katrin for testing. Rebased on HEAD. No more syntax error... -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 08:35:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 07:35:16 +0000 Subject: [Koha-bugs] [Bug 7355] Note subfields are not displayed in TEXTAREA if hidden In-Reply-To: <bug-7355-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7355-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7355-70-3vzDs7AyVq@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7355 Fr?d?ric Demians <frederic at tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 09:55:57 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 08:55:57 +0000 Subject: [Koha-bugs] [Bug 6755] Problems with switching languages In-Reply-To: <bug-6755-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6755-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6755-70-1rJrVhMfx0@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6755 --- Comment #43 from Fr?d?ric Demians <frederic at tamil.fr> 2011-12-16 08:55:57 UTC --- As a side effect of patches for bug 6629, this bug has been reintroduced in HEAD and 3.6.x. To reproduce it: - Define two languages for OPAC: en and fr-FR - Open Firefox (for example) - Menu Edit > Preferences, tab Option: select Language fr, en - Clear your cookies - Open the OPAC - The OPAC is displayed in English. This is wrong. The fr templates should have been used based on browser languages preferences. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 09:57:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 08:57:39 +0000 Subject: [Koha-bugs] [Bug 7282] invalid language selection In-Reply-To: <bug-7282-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7282-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7282-70-ksDJjvQypj@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7282 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #16 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-16 08:57:39 UTC --- Could bug 7282 make a difference here? It's waiting for QA. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 09:58:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 08:58:48 +0000 Subject: [Koha-bugs] [Bug 6755] Problems with switching languages In-Reply-To: <bug-6755-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6755-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6755-70-8uf8I0xS7s@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6755 --- Comment #44 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-16 08:58:48 UTC --- Could bug 7282 make a difference here? It's waiting for QA. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 09:59:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 08:59:40 +0000 Subject: [Koha-bugs] [Bug 6755] Problems with switching languages In-Reply-To: <bug-6755-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6755-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6755-70-ucYHIJmxzF@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6755 Fr?d?ric Demians <frederic at tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5538|0 |1 is obsolete| | Attachment #5539|0 |1 is obsolete| | Attachment #5565|0 |1 is obsolete| | Attachment #5597|0 |1 is obsolete| | Attachment #5807|0 |1 is obsolete| | Attachment #5809|0 |1 is obsolete| | --- Comment #45 from Fr?d?ric Demians <frederic at tamil.fr> 2011-12-16 08:59:40 UTC --- Created attachment 6831 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6831 Proposed patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 09:59:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 08:59:49 +0000 Subject: [Koha-bugs] [Bug 6755] Problems with switching languages In-Reply-To: <bug-6755-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6755-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6755-70-Y9EXKi5TDa@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6755 Fr?d?ric Demians <frederic at tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Patch Pushed |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 10:05:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 09:05:44 +0000 Subject: [Koha-bugs] [Bug 7319] Improve specificity of title and breadcrumbs on acquisitions Z39.50 search pages In-Reply-To: <bug-7319-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7319-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7319-70-m32DRorgaN@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7319 --- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-16 09:05:44 UTC --- I think search results will work for German - it's referring to the reult list of a search not depending on the source of the results. I think a shorter description without repetitions makes is easier to read the breadcrumbs. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 10:06:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 09:06:20 +0000 Subject: [Koha-bugs] [Bug 7167] updatedatabase improvements In-Reply-To: <bug-7167-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7167-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7167-70-xdzmGVsduU@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7167 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6478|0 |1 is obsolete| | Attachment #6479|0 |1 is obsolete| | Attachment #6722|0 |1 is obsolete| | --- Comment #32 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-16 09:06:20 UTC --- Created attachment 6832 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6832 New version for updatedatabase This patch use DataTable, see BUG|BZ 6836 - css/datatables.css - lib/jquery/plugins/jquery.dataTables.min.js - js/datatables.js patch embedded : YAML Config file add a section <installdir>/path/to/your/install/dir</installdir> in your koha-conf.xml http://bugs.koha-community.org/show_bug.cgi?id=7167 Bug 7167 follow-up Major changes: * creating database tables for update on the fly, the 1st time the update script is called * adding missing file: C4/Config/File/YAML.pm * version is checked on mainpage.pl (and here only). If syspref Version differ from kohaversion.pl, the old updatedatabase is launched. If there are updates missing from new mechanism, the updatedatabase page is reached * kohaversion check on each page is now useless in Auth.pm, removed dead code * Updated installer: at the end of the process, retrieve all updates and automatically mark them "OK", as they're included in installer Minor changes: * adding copyright * adding poddoc * updating a warning, for better clarity * switching from $$var to $var-> * small TT glitch fixed in updatedatabase.tt * about.pl now returns the Version systempreference PLUS all the patches that have been applied Bug 7167 follow-up perlcritic & numbers display & partial apply depending on DEBUG * add use strict to updatedatabase, that is now perlcritic compliant * partial apply of DB revs is now managed by DEBUG env variable = if DEBUG=0, the user can just apply every DBrev. If DEBUG=1, we're in a dev env, the user know has the option to apply DBrevs one by one Display: * in updatedatabase, small spelling changes * in about.pl, remove 0 just after . (3.06.01 is displayed as 3.6.1) * improve the display of applied numbers on about.pl - before this patch, if you have N, N+1, N+2, N+3 and N+10 DB rev applied, about was displaying : , N+1 / N+2 / N+3 / N+10 - after this patch you have N......N+3 / N+10 * add ORDER BY into list_versions_already_knows to have number retrieved in the same order whatever the order they are applied http://bugs.koha-community.org/show_bug.cgi?id=6679 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 10:06:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 09:06:25 +0000 Subject: [Koha-bugs] [Bug 7328] Expanded options in advanced search In-Reply-To: <bug-7328-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7328-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7328-70-wgcKG8V6tA@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7328 --- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-16 09:06:25 UTC --- Hi Paul, for me the problem only occured in the staff interface, not int he OPAC. Perhaps this helps. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 10:07:09 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 09:07:09 +0000 Subject: [Koha-bugs] [Bug 6755] Problems with switching languages In-Reply-To: <bug-6755-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6755-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6755-70-DkN4OP03oj@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6755 Fr?d?ric Demians <frederic at tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Patch Pushed --- Comment #46 from Fr?d?ric Demians <frederic at tamil.fr> 2011-12-16 09:07:09 UTC --- (In reply to comment #44) > Could bug 7282 make a difference here? It's waiting for QA. Yes, it does. You're fantastic Katrin! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 10:12:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 09:12:32 +0000 Subject: [Koha-bugs] [Bug 7167] updatedatabase improvements In-Reply-To: <bug-7167-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7167-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7167-70-FsU5Xz91uq@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7167 --- Comment #33 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-16 09:12:32 UTC --- (In reply to comment #31) > Just some comments from testing again: > Patch 2 and 3 need rebasing. If you do, could you squash everything? Will make > it easier for additional testers. done > If the last db rev fails (as in your examples), you allow access to the staff > client (in standard mode) and you are not going to update page again, I wonder > if that's what you want. There is a problem and shouldn't it be solved first? yes, it's what I wanted: if DB rev fails, it's usually because a patch has already been applied, or your DB structure differ because of some specific things you've made. It should not prevent you from running Koha. The option saying "mark as OK" must not be mandatory too, as it means "I know what I did" So there are 3 options, that will be usefull for debugging if someone faces a bug: * patch applied * patch applied, but failed, and the user did nothing * patch applied, failed, and the user dealed with it (and has set "mark OK") > If in dev mode I run the third db rev only WHILE table already EXISTS, I feel > that the returned message is not so clear. And if I do not mark it as OK and I > come back at update page, I can still execute it again. Would it not be better > to mark it as Failed? > > Clicking Home in dev mode still brings me to update page (earlier comment!). mmm... not sure I understand those lines. > Since this is a larger change, I do not feel that my tests and [probably] those > of Chris N really cover all situations. Wouldn't it be better to ask for some > additional signoffs too? I would say no: jonathan has tested a lot, it's live at BibLibre customers like StEtienne (without my follow-up though), i've tested it, chris_n and you too. That's enough. One can explain for years how to swimm, nothing will replace jumping in the pool (frenchism suspected... ) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 10:17:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 09:17:52 +0000 Subject: [Koha-bugs] [Bug 7346] 'perl translate install' creates template directories for invalid languages In-Reply-To: <bug-7346-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7346-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7346-70-BkhhJHFxYC@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7346 --- Comment #6 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-16 09:17:52 UTC --- (In reply to comment #5) > (In reply to comment #4) > > QA comment: tiny patch, usefull, works > > > > passed QA > > > > patch pushed, please test > > > > > > Welcome Marc Balmer, you're 167th > > > > Marc: you should not have signed-off this patch by yourself. It's a tiny one, > > works fine, so i'm pushing it. But usually, the sign-off must not be made by > > the author. > > credit whom credit is due: I reported the problem, it was Fr?deric Demians who > suggested the patch, I did test it and thus signed it off. mmm... right looking at obsolete attachments. But you did something locally that resulted in Fr?d?ric patch being now your's: From: Marc Balmer <marc at msys.ch> If you sign off another patch (I encourage you to do so !), please catch one of us on IRC to try to understand what you've made that can explain this author change, usual git command don't change author ! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 10:24:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 09:24:33 +0000 Subject: [Koha-bugs] [Bug 7345] Should be possible to export MARC records without private fields In-Reply-To: <bug-7345-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7345-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7345-70-Tdshp0luka@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7345 --- Comment #9 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-16 09:24:33 UTC --- (In reply to comment #8) > Paul, > > (In reply to comment #7) > > QA comment: I must be dumb, but: the test plan include some jquery. this is OK > > for testing. But in real life, how will we control it we export 9 or no ? > > No, you're not dumb. There is no user interface change. OK, but I still don't see what to do with this patch: if it changes nothing practically, why applying it ? I was expecting a syspref for example, to decide wether to export or no 9 fields. Or some checkbox on opac-export script, to let user decide. Or something like that. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 10:36:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 09:36:15 +0000 Subject: [Koha-bugs] [Bug 7324] Show alternate email as mailto link on patron summary In-Reply-To: <bug-7324-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7324-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7324-70-Jr6F8O4NmN@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7324 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #5 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-16 09:36:15 UTC --- QA comment: this time everything is OK prove xt/author/translatable-templates.t xt/author/translatable-templates.t .. ok prove xt/author/valid-templates.t xt/author/valid-templates.t .. ok passed QA Note: that would be cool to hide all empty fields, like the ones in alternate addess and alternative contact. But this is a 1st step. patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 10:41:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 09:41:12 +0000 Subject: [Koha-bugs] [Bug 7324] Show alternate email as mailto link on patron summary In-Reply-To: <bug-7324-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7324-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7324-70-CGBjfnYDa9@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7324 --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-16 09:41:12 UTC --- I was thinking about it but was not sure everyone would like this change. Perhaps we can get some opinions? There is a patch waiting to be pushed that will make it possible to configure which fields are shown for patron entry. Changing the summary page to only show fields that are not empty would go well with this change. (bug 6190) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 10:46:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 09:46:12 +0000 Subject: [Koha-bugs] [Bug 7319] Improve specificity of title and breadcrumbs on acquisitions Z39.50 search pages In-Reply-To: <bug-7319-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7319-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7319-70-qerN32xJgm@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7319 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Patch Pushed --- Comment #6 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-16 09:46:12 UTC --- QA comment: OK, katrin, you convinced me. Template change only, prove xt/author/valid-templates.t xt/author/valid-templates.t .. ok prove xt/author/translatable-templates.t xt/author/translatable-templates.t .. ok passed QA patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 11:40:19 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 10:40:19 +0000 Subject: [Koha-bugs] [Bug 7247] rebuild_zebra.pl -v should show all Zebra log output In-Reply-To: <bug-7247-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7247-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7247-70-C1nm5sfyqn@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7247 Dobrica Pavlinusic <dpavlin at rot13.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6793|0 |1 is obsolete| | --- Comment #6 from Dobrica Pavlinusic <dpavlin at rot13.org> 2011-12-16 10:40:19 UTC --- Created attachment 6833 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6833 Fixed usage instructions to mention -v -v option Thanks Katrin for catching this one. It seems that Getopt::Long option bundling doesn't work for same option. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 11:48:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 10:48:50 +0000 Subject: [Koha-bugs] [Bug 7324] Show alternate email as mailto link on patron summary In-Reply-To: <bug-7324-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7324-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7324-70-3zSM645L9o@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7324 --- Comment #7 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-16 10:48:50 UTC --- I think for core informations, it must be displayed even if it's empty (address, phone, email), but for other informations (alternate), it can be hidden. The patch about displaying values in forms or not is related to data entry only if i'm not mistaking. So those patches are related... by completing what the other do. Plus you may want to have alternate address entered when you need it, but, when it's not entered, you may want not to display entries. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 13:33:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 12:33:25 +0000 Subject: [Koha-bugs] [Bug 6755] Problems with switching languages In-Reply-To: <bug-6755-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6755-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6755-70-1lbvmBGsBY@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6755 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com --- Comment #47 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-16 12:33:25 UTC --- Fr?d?ric, does it mean that your patch (attachment 6831) is now irrelevent because it fixes the same thing as 7282 ? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 13:39:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 12:39:44 +0000 Subject: [Koha-bugs] [Bug 7345] Should be possible to export MARC records without private fields In-Reply-To: <bug-7345-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7345-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7345-70-TAvMXlNm6L@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7345 --- Comment #10 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-16 12:39:44 UTC --- (In reply to comment #9) > OK, but I still don't see what to do with this patch: if it changes nothing > practically, why applying it ? Because if you don't apply it, people can't use /cgi-bin/koha/opac-export.pl to provide standard-compliant MARC to other programs. This is a programmer's feature, but no less valid for that, in my opinion. I use it with a non-Koha utility script that retrieves records from Koha for further processing and display. > I was expecting a syspref for example, to decide wether to export or no 9 > fields. Or some checkbox on opac-export script, to let user decide. > Or something like that. This would be possible, but I am disinclined to try and build consensus about the proper way to handle this in the user interface. Obviously no one is bothered by the fact that Koha by default offers non-standard-compliant MARC for download. Even with no changes to existing functionality, getting consensus on adding this to Koha is taking a while. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 13:40:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 12:40:33 +0000 Subject: [Koha-bugs] [Bug 6755] Problems with switching languages In-Reply-To: <bug-6755-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6755-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6755-70-SNOvmgYfOI@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6755 --- Comment #48 from Fr?d?ric Demians <frederic at tamil.fr> 2011-12-16 12:40:33 UTC --- > Fr?d?ric, does it mean that your patch (attachment 6831 [details]) is > now irrelevent because it fixes the same thing as 7282 ? Yes, Paul. 7282 has the effect to solve 6755. I don't know how to mark the proposed patch as obsolete without attaching a new one... -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 14:06:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 13:06:35 +0000 Subject: [Koha-bugs] [Bug 7345] Should be possible to export MARC records without private fields In-Reply-To: <bug-7345-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7345-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7345-70-qTEbpn4gQN@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7345 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #11 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-16 13:06:35 UTC --- Hi Jared and Paul, perhaps this patch could go in as a first step and we could argue about how to add it to the gui later on? I would like a way to export MARC without local fields as we use some of them and an easy way to strip them out would be good. I think it could be an option for the staff interface and perhaps a system preference for the OPAC? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 14:32:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 13:32:41 +0000 Subject: [Koha-bugs] [Bug 7282] invalid language selection In-Reply-To: <bug-7282-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7282-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7282-70-4ppItY6VPz@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7282 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|unspecified |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #17 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-16 13:32:41 UTC --- QA comment : valid code, fixes buggy behaviour perlcritic C4/Templates.pm C4/Templates.pm source OK perlcritic catalogue/ catalogue/search.pl source OK passed QA patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 15:19:19 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 14:19:19 +0000 Subject: [Koha-bugs] [Bug 5983] Change the wording around the CAS login In-Reply-To: <bug-5983-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5983-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5983-70-YDt5Nh3vRu@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5983 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|paul.poulain at biblibre.com |stephane.delaune at biblibre.c | |om --- Comment #7 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-16 14:19:19 UTC --- I think a part of this patch is still relevant: -<p>If you have a <acronym title="Central Authentication Service">CAS</acronym> account, +<p><acronym title="Central Authentication Service">If you have a CAS account</acronym>, With the <acronym> tag in the middle of the string, the result is hard to translate, you get 3 strings: If you have CAS account, which can only be translated awfully in french. St?phane, can you provide another patch please ? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 15:43:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 14:43:26 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-cNYzCuCzCY@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6826|0 |1 is obsolete| | Attachment #6827|0 |1 is obsolete| | Attachment #6828|0 |1 is obsolete| | --- Comment #76 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-16 14:43:26 UTC --- Created attachment 6834 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6834 Bug 5327: Added unit test for C4/SIP/ILS/Transaction/RenewAll.pm http://bugs.koha-community.org/show_bug.cgi?id=5327 Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Test requires a database installed using the sample data. All tests pass. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 15:44:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 14:44:58 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-yAWleazFKr@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6834|0 |1 is obsolete| | --- Comment #77 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-16 14:44:58 UTC --- Comment on attachment 6834 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6834 Bug 5327: Added unit test for C4/SIP/ILS/Transaction/RenewAll.pm QA comment for SIP_ILS patches: prove t/db_dependent/SIP_ILS.t t/db_dependent/SIP_ILS.t .. Subroutine new redefined at /home/paul/koha.dev/koha-community//C4/SIP/ILS.pm line 44. Subroutine find_patron redefined at /home/paul/koha.dev/koha-community//C4/SIP/ILS.pm line 55. Subroutine find_item redefined at /home/paul/koha.dev/koha-community//C4/SIP/ILS.pm line 61. Subroutine institution redefined at /home/paul/koha.dev/koha-community//C4/SIP/ILS.pm line 67. Subroutine institution_id redefined at /home/paul/koha.dev/koha-community//C4/SIP/ILS.pm line 72. Subroutine supports redefined at /home/paul/koha.dev/koha-community//C4/SIP/ILS.pm line 77. Subroutine check_inst_id redefined at /home/paul/koha.dev/koha-community//C4/SIP/ILS.pm line 82. Subroutine to_bool redefined at /home/paul/koha.dev/koha-community//C4/SIP/ILS.pm line 90. Subroutine checkout_ok redefined at /home/paul/koha.dev/koha-community//C4/SIP/ILS.pm line 99. Subroutine checkin_ok redefined at /home/paul/koha.dev/koha-community//C4/SIP/ILS.pm line 104. Subroutine status_update_ok redefined at /home/paul/koha.dev/koha-community//C4/SIP/ILS.pm line 109. Subroutine offline_ok redefined at /home/paul/koha.dev/koha-community//C4/SIP/ILS.pm line 114. Subroutine checkout redefined at /home/paul/koha.dev/koha-community//C4/SIP/ILS.pm line 128. Subroutine checkin redefined at /home/paul/koha.dev/koha-community//C4/SIP/ILS.pm line 174. Subroutine end_patron_session redefined at /home/paul/koha.dev/koha-community//C4/SIP/ILS.pm line 210. Subroutine pay_fee redefined at /home/paul/koha.dev/koha-community//C4/SIP/ILS.pm line 217. Subroutine add_hold redefined at /home/paul/koha.dev/koha-community//C4/SIP/ILS.pm line 238. Subroutine cancel_hold redefined at /home/paul/koha.dev/koha-community//C4/SIP/ILS.pm line 282. Subroutine alter_hold redefined at /home/paul/koha.dev/koha-community//C4/SIP/ILS.pm line 337. Subroutine renew redefined at /home/paul/koha.dev/koha-community//C4/SIP/ILS.pm line 382. Subroutine renew_all redefined at /home/paul/koha.dev/koha-community//C4/SIP/ILS.pm line 447. t/db_dependent/SIP_ILS.t .. ok All tests successful. The 2 follow-ups are really small, i've squashed them into 1 single commit passed QA patch pushed -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 15:48:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 14:48:07 +0000 Subject: [Koha-bugs] [Bug 5327] Unit tests required for all C4 modules In-Reply-To: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5327-70-6RJfUtAcEZ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327 --- Comment #78 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-16 14:48:07 UTC --- About the 2 patches TTParser: They make translatable-template.t fail: prove xt/author/translatable-templates.t xt/author/translatable-templates.t .. 1/2 # Failed test 'opac templates are translatable' # at xt/author/translatable-templates.t line 54. # Can't locate object method "type" via package "C4::TTParser" at TmplTokenizer.pm line 324, <INPUT> line 1. # # tmpl_process3.pl: ERROR: Text extraction failed: ./xgettext.pl: Ioctl() inappropr? pour un p?riph?rique # # tmpl_process3.pl: ERROR: Will not run msgmerge # xt/author/translatable-templates.t .. 2/2 # Failed test 'intranet templates are translatable' # at xt/author/translatable-templates.t line 54. # Can't locate object method "type" via package "C4::TTParser" at TmplTokenizer.pm line 324, <INPUT> line 1. # # tmpl_process3.pl: ERROR: Text extraction failed: ./xgettext.pl: Ioctl() inappropr? pour un p?riph?rique # # tmpl_process3.pl: ERROR: Will not run msgmerge # # Looks like you failed 2 tests of 2. xt/author/translatable-templates.t .. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/2 subtests Test Summary Report ------------------- xt/author/translatable-templates.t (Wstat: 512 Tests: 2 Failed: 2) Failed tests: 1-2 Non-zero exit status: 2 Files=1, Tests=2, 1 wallclock secs ( 0.04 usr 0.00 sys + 0.42 cusr 0.06 csys = 0.52 CPU) when switching back to master, everything work fine: prove xt/author/translatable-templates.t xt/author/translatable-templates.t .. ok All tests successful. Rejecting those patches for instance -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 15:51:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 14:51:35 +0000 Subject: [Koha-bugs] [Bug 7345] Should be possible to export MARC records without private fields In-Reply-To: <bug-7345-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7345-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7345-70-2tuC7u8xXS@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7345 --- Comment #12 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-16 14:51:35 UTC --- Katrin, That makes sense to me. Paul? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 16:14:56 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 15:14:56 +0000 Subject: [Koha-bugs] [Bug 7349] Sorting patron search result by cardnumber doesn't work In-Reply-To: <bug-7349-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7349-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7349-70-bUTXx1BGq3@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7349 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Patch Status|Passed QA |Patch Pushed --- Comment #9 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-16 15:14:56 UTC --- QA comment: this patch removes code only, that can't be wrong ;-) patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 16:18:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 15:18:32 +0000 Subject: [Koha-bugs] [Bug 7361] 'Default' encoding in staged marc import breaks diacritics In-Reply-To: <bug-7361-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7361-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7361-70-xxI8tb1Zc7@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7361 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Passed QA |Patch Pushed --- Comment #5 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-16 15:18:32 UTC --- QA comment (In reply to comment #2) > Hi Duncan, please remember to add the bug number to your subject line for your > next patch and thx for your work on this bug! :) Katrin was right here. I've added the bug number in the committed patch trivial patch, passed QA patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 16:21:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 15:21:05 +0000 Subject: [Koha-bugs] [Bug 7363] New: Downloading a list in CSV format doesn't work Message-ID: <bug-7363-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7363 Bug #: 7363 Summary: Downloading a list in CSV format doesn't work Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_6 Platform: All OS/Version: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Virtual Shelves AssignedTo: adrien.saurat at biblibre.com ReportedBy: adrien.saurat at biblibre.com QAContact: ian.walls at bywatersolutions.com Home ? Lists ? Public Lists Choose a list and then click on the Download list button. The CSV choices don't work (they don't transmit the shelfid in their URL). Same thing with private lists. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 16:34:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 15:34:20 +0000 Subject: [Koha-bugs] [Bug 6943] Create new budget from a copy of a previous budget In-Reply-To: <bug-6943-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6943-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6943-70-A9AbEq9UcO@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6943 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com --- Comment #8 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-16 15:34:20 UTC --- This feature is being worked by catalyst, (sub-contracted by BibLibre, sponsored by french library). Code being validated atm. (I missed this bugzilla entry, too bad -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 16:38:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 15:38:44 +0000 Subject: [Koha-bugs] [Bug 7364] New: Fast-Add framework doesn't always get the branch for item creation Message-ID: <bug-7364-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7364 Bug #: 7364 Summary: Fast-Add framework doesn't always get the branch for item creation Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_4 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging AssignedTo: gmcharlt at gmail.com ReportedBy: ruth at bywatersolutions.com QAContact: ian.walls at bywatersolutions.com In the FA framework, the system chooses the value of the parameter fed to it, but it is possible to get to that point without any parameter being set, so the permanent and current location branchcode pulldowns do not get set. It would be useful to have it fall back to the user's branch, if the CGI param is not set. (Patch on the way!) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 16:42:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 15:42:52 +0000 Subject: [Koha-bugs] [Bug 7364] Fast-Add framework doesn't always get the branch for item creation In-Reply-To: <bug-7364-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7364-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7364-70-68EZn2BxdX@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7364 D Ruth Bavousett <ruth at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|gmcharlt at gmail.com |ruth at bywatersolutions.com --- Comment #1 from D Ruth Bavousett <ruth at bywatersolutions.com> 2011-12-16 15:42:52 UTC --- Created attachment 6835 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6835 Proposed patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 16:55:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 15:55:39 +0000 Subject: [Koha-bugs] [Bug 7363] Downloading a list in CSV format doesn't work In-Reply-To: <bug-7363-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7363-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7363-70-ClWtdjuyDU@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7363 --- Comment #1 from Adrien SAURAT <adrien.saurat at biblibre.com> 2011-12-16 15:55:39 UTC --- Created attachment 6836 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6836 proposed patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 16:56:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 15:56:04 +0000 Subject: [Koha-bugs] [Bug 7363] Downloading a list in CSV format doesn't work In-Reply-To: <bug-7363-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7363-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7363-70-ZMHvIVKJbX@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7363 Adrien SAURAT <adrien.saurat at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 17:07:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 16:07:59 +0000 Subject: [Koha-bugs] [Bug 6943] Create new budget from a copy of a previous budget In-Reply-To: <bug-6943-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6943-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6943-70-exuNZQu7DB@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6943 --- Comment #9 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-16 16:07:59 UTC --- As there is already code for that by Maxime now - perhaps some of it can be reused? I am not sure if the spec biblibre/catalyst have covers all of the functionality or more than described here. Could this made available? There is no RFC on the wiki I think? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 17:34:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 16:34:27 +0000 Subject: [Koha-bugs] [Bug 6473] Test bug for Git-bz In-Reply-To: <bug-6473-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6473-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6473-70-kT9qKpccoW@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6473 --- Comment #3 from Liz Rea <wizzyrea at gmail.com> 2011-12-16 16:34:27 UTC --- Created attachment 6837 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6837 Bug 6473 - testing obsoleting of attachments from gitbz -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 17:41:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 16:41:39 +0000 Subject: [Koha-bugs] [Bug 6473] Test bug for Git-bz In-Reply-To: <bug-6473-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6473-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6473-70-kFgu1BdwUo@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6473 --- Comment #4 from Liz Rea <wizzyrea at gmail.com> 2011-12-16 16:41:39 UTC --- Created attachment 6838 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6838 Bug 6473 - testing obsoleting of attachments from gitbz -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 17:42:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 16:42:30 +0000 Subject: [Koha-bugs] [Bug 6473] Test bug for Git-bz In-Reply-To: <bug-6473-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6473-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6473-70-1DhFZFZgeC@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6473 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6837|0 |1 is obsolete| | Attachment #6838|0 |1 is obsolete| | --- Comment #5 from Liz Rea <wizzyrea at gmail.com> 2011-12-16 16:42:30 UTC --- Created attachment 6839 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6839 Bug 6473 - an edit to the file -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 17:42:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 16:42:45 +0000 Subject: [Koha-bugs] [Bug 2830] Hold not removed when "trapped" item on hold shelf is checked out to a different patron in the holds queue In-Reply-To: <bug-2830-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-2830-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-2830-70-esijTdr0lU@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2830 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #10 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-16 16:42:45 UTC --- QA comment: prove t/00-testcritic.t t/00-testcritic.t .. ok changes the API of checkReserves and adds a sub MoveReserve that could be usefull in other circumstances, it's a good new sub I also made some tests with basic holds, and couldn't spot any difference. prove t/00-testcritic.t t/00-testcritic.t .. ok passed QA patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 17:43:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 16:43:16 +0000 Subject: [Koha-bugs] [Bug 6473] Test bug for Git-bz In-Reply-To: <bug-6473-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6473-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6473-70-IDf0sY4PMt@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6473 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6839|0 |1 is obsolete| | --- Comment #6 from Liz Rea <wizzyrea at gmail.com> 2011-12-16 16:43:16 UTC --- Created attachment 6840 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6840 Bug 6473 - an edit to the file Signed-off-by: Liz Rea <wizzyrea at gmail.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 17:56:53 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 16:56:53 +0000 Subject: [Koha-bugs] [Bug 6292] Overdue notices have a bug when multiple overdues exist In-Reply-To: <bug-6292-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6292-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6292-70-uhLTfD1sKS@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6292 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #21 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-16 16:56:53 UTC --- QA comment: clean code, nothing to say about it. perlcritic unchanged by those patches (has 2 errors reported, the same before and after the patch) test plan: see comment 3, comment 9 and comment 13 ! passed QA patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 18:11:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 17:11:23 +0000 Subject: [Koha-bugs] [Bug 6302] Failing to send email notices - to_address not set In-Reply-To: <bug-6302-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6302-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6302-70-69GLr4lR3Z@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6302 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #20 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-16 17:11:23 UTC --- QA comment: both patches are small, good code, no specific comment no change in perlcritic (19 warnings before, 19 after applying the patch) test plan: see comment 5 to understand what those patches are doing passed QA patches pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 18:16:56 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 17:16:56 +0000 Subject: [Koha-bugs] [Bug 7226] Can't add tags on list In-Reply-To: <bug-7226-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7226-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7226-70-qQDRlZcJ6J@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7226 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #5 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-16 17:16:56 UTC --- QA comment: small patch, template change only prove xt/author/valid-templates.t xt/author/valid-templates.t .. ok prove xt/author/translatable-templates.t xt/author/translatable-templates.t .. ok passed QA Patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 18:18:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 17:18:27 +0000 Subject: [Koha-bugs] [Bug 7360] Importing a SQL file for frameworks based on Default Framework deletes the default framework In-Reply-To: <bug-7360-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7360-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7360-70-YmvHg0SZXe@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7360 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Severity|major |critical --- Comment #4 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-16 17:18:27 UTC --- updating severity & assigning. I won't QA it, because it's author=BibLibre & signoff=BibLibre, but pls QA quickly, it's a critical problem for anyone who export/import the default framework ! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 18:26:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 17:26:06 +0000 Subject: [Koha-bugs] [Bug 6755] Problems with switching languages In-Reply-To: <bug-6755-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6755-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6755-70-wIuRpLJc6o@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6755 Fr?d?ric Demians <frederic at tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6831|0 |1 is obsolete| | --- Comment #49 from Fr?d?ric Demians <frederic at tamil.fr> 2011-12-16 17:26:06 UTC --- Comment on attachment 6831 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6831 Proposed patch Not required anymore -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 18:27:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 17:27:33 +0000 Subject: [Koha-bugs] [Bug 2307] Calendar widget cannot be translated In-Reply-To: <bug-2307-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-2307-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-2307-70-jjXuSSZ88Y@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2307 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #8 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-16 17:27:33 UTC --- QA comment: templates change only i've tested that calendar still works after applying the patch. The rest will appear when translations will be updated ! passed QA patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 18:32:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 17:32:02 +0000 Subject: [Koha-bugs] [Bug 3431] Catalog by itemtype report pulling from holdingbranch In-Reply-To: <bug-3431-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-3431-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-3431-70-IMzbMrgKAb@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3431 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #5 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-16 17:32:02 UTC --- QA comment: clean code, passes perlcritic, clarify report passed QA patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 19:10:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 18:10:12 +0000 Subject: [Koha-bugs] [Bug 7001] User Configurable Slips In-Reply-To: <bug-7001-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7001-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7001-70-cL4GLD7pUW@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7001 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com --- Comment #11 from Liz Rea <wizzyrea at gmail.com> 2011-12-16 18:10:12 UTC --- Applying: bug_7001: Issue and Reserve slips are notices. /home/liz/kohaclone/.git/rebase-apply/patch:700: trailing whitespace. /home/liz/kohaclone/.git/rebase-apply/patch:1034: trailing whitespace. ITEM RESERVED: /home/liz/kohaclone/.git/rebase-apply/patch:2073: trailing whitespace. [% UNLESS independant_branch %] /home/liz/kohaclone/.git/rebase-apply/patch:2086: trailing whitespace. [% END %] /home/liz/kohaclone/.git/rebase-apply/patch:2135: trailing whitespace. [% END %] error: short SHA1 2ba7584 is ambiguous. fatal: sha1 information is lacking or useless (C4/Print.pm). Repository lacks necessary blobs to fall back on 3-way merge. Cannot fall back to three-way merge. Patch failed at 0001 bug_7001: Issue and Reserve slips are notices. I ran the following (patch was downloaded from bz with git bz): git am -3 /tmp/patch-OMWdbx.patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 21:38:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 20:38:25 +0000 Subject: [Koha-bugs] [Bug 6473] Test bug for Git-bz In-Reply-To: <bug-6473-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6473-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6473-70-zHMBJiMAVp@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6473 --- Comment #7 from Liz Rea <wizzyrea at gmail.com> 2011-12-16 20:38:25 UTC --- Created attachment 6841 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6841 Bug 6473 - an edit to the file Signed-off-by: Liz Rea <wizzyrea at gmail.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 21:39:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 20:39:06 +0000 Subject: [Koha-bugs] [Bug 6473] Test bug for Git-bz In-Reply-To: <bug-6473-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6473-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6473-70-t3amH3rNUb@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6473 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6840|0 |1 is obsolete| | Attachment #6841|0 |1 is obsolete| | --- Comment #8 from Liz Rea <wizzyrea at gmail.com> 2011-12-16 20:39:06 UTC --- Created attachment 6842 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6842 Bug 6473 - an edit to the file Signed-off-by: Liz Rea <wizzyrea at gmail.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 21:42:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 20:42:25 +0000 Subject: [Koha-bugs] [Bug 6473] Test bug for Git-bz In-Reply-To: <bug-6473-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6473-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6473-70-xCtixT39OW@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6473 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6842|0 |1 is obsolete| | --- Comment #9 from Liz Rea <wizzyrea at gmail.com> 2011-12-16 20:42:25 UTC --- Created attachment 6843 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6843 Bug 6473 - an edit to the file Signed-off-by: Liz Rea <wizzyrea at gmail.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 21:44:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 20:44:02 +0000 Subject: [Koha-bugs] [Bug 6473] Test bug for Git-bz In-Reply-To: <bug-6473-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6473-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6473-70-5ibB4PeJ70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6473 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QAContact|koha-bugs at lists.koha-commun | |ity.org | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 21:44:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 20:44:39 +0000 Subject: [Koha-bugs] [Bug 6473] Test bug for Git-bz In-Reply-To: <bug-6473-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6473-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6473-70-0z1uD3Kwcc@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6473 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|katrin.fischer at bsz-bw.de | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 21:44:51 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 20:44:51 +0000 Subject: [Koha-bugs] [Bug 6473] Test bug for Git-bz In-Reply-To: <bug-6473-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6473-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6473-70-iEDTK1ILP8@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6473 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rel_3_6 |unspecified -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 16 22:38:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 21:38:23 +0000 Subject: [Koha-bugs] [Bug 5503] comments shouldn't show patron's full name In-Reply-To: <bug-5503-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5503-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5503-70-1E65ANlbVc@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5503 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |ASSIGNED AssignedTo|gmcharlt at gmail.com |oleonard at myacpl.org --- Comment #5 from Owen Leonard <oleonard at myacpl.org> 2011-12-16 21:38:23 UTC --- Created attachment 6844 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6844 Proposed fix Adding a few choices for what information can be displayed alongside comments in the OPAC: - nothing - full name - first name - last name - first name and last name first initial - username -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 16 22:38:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Dec 2011 21:38:42 +0000 Subject: [Koha-bugs] [Bug 5503] comments shouldn't show patron's full name In-Reply-To: <bug-5503-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5503-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5503-70-Ed58wNrB1Q@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5503 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 17 07:39:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Dec 2011 06:39:13 +0000 Subject: [Koha-bugs] [Bug 5983] Change the wording around the CAS login In-Reply-To: <bug-5983-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5983-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5983-70-rfmxSqHQFO@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5983 --- Comment #8 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-17 06:39:13 UTC --- (In reply to comment #7) > I think a part of this patch is still relevant: > -<p>If you have a <acronym title="Central Authentication Service">CAS</acronym> > account, > +<p><acronym title="Central Authentication Service">If you have a CAS > account</acronym>, > Hmm but wouldn't that be wrong, the acronym tag should only be around the acronym shouldn't it? Chris -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 17 19:03:19 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Dec 2011 18:03:19 +0000 Subject: [Koha-bugs] [Bug 5503] comments shouldn't show patron's full name In-Reply-To: <bug-5503-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5503-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5503-70-qM52nmaTmU@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5503 Nicole C. Engard <nengard at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6844|0 |1 is obsolete| | --- Comment #6 from Nicole C. Engard <nengard at gmail.com> 2011-12-17 18:03:19 UTC --- Created attachment 6845 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6845 [SIGNED-OFF] Bug 5503 - comments shouldn't show patron's full name Adding a few choices for what information can be displayed alongside comments in the OPAC: - nothing - full name - first name - last name - first name and last name first initial - username Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com> Tested by choosing each choice and previewing an individual title with a comment and confirming the name was displayed properly. Then choosing each option and prevewing the recent comments page. All tests passed. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 17 19:03:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Dec 2011 18:03:34 +0000 Subject: [Koha-bugs] [Bug 5503] comments shouldn't show patron's full name In-Reply-To: <bug-5503-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5503-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5503-70-mfGeMmUSOi@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5503 Nicole C. Engard <nengard at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 18 08:11:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Dec 2011 07:11:41 +0000 Subject: [Koha-bugs] [Bug 7276] member entry Performance improvement In-Reply-To: <bug-7276-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7276-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7276-70-VHAfaOlvki@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7276 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 18 08:20:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Dec 2011 07:20:08 +0000 Subject: [Koha-bugs] [Bug 7355] Note subfields are not displayed in TEXTAREA if hidden In-Reply-To: <bug-7355-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7355-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7355-70-oCYVBT5eFk@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7355 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6830|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-18 07:20:08 UTC --- Created attachment 6846 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6846 [SIGNED-OFF] Bug 7355 Note subfields are not displayed in TEXTAREA if hidden In the data entry form, there is a (hidden) functionality for note subfields. MARC21 500-599 and UNIMARC 300-399 subfields are displayed in TEXTAREA rather than INPUT tags. This is good since usually notes can be pretty long. But if one of those fields is marked in the framework as 'hidden', then it isn't displayed at first when you create a record and when you expand the field by clicking on its label the field is displayed in a one-line INPUT tag. To reproduce this bug: - Modify your framework: MARC21: 500$a, hidden=1 UNIMARC: 300$a, hidden=1 - Create a new biblio record with this framework - Open the tab containing 500 or 300 field - 500 or 300 tab is collapsed - Click on 500 or 300 label to expand the field - 500$a or 300$a is displayed in a one-line INPUT tag, not in a TEXTAREA as it should Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Test plan works. Also checked cloning and deleting subfields still works. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 18 08:20:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Dec 2011 07:20:21 +0000 Subject: [Koha-bugs] [Bug 7355] Note subfields are not displayed in TEXTAREA if hidden In-Reply-To: <bug-7355-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7355-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7355-70-b5OOR0J0HT@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7355 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 18 08:20:36 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Dec 2011 07:20:36 +0000 Subject: [Koha-bugs] [Bug 7364] Fast-Add framework doesn't always get the branch for item creation In-Reply-To: <bug-7364-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7364-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7364-70-Ehcfdq4XnA@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7364 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6835|0 |1 is obsolete| | --- Comment #2 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-18 07:20:36 UTC --- Created attachment 6847 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6847 Bug 7364: Possible to get to FA item add without current branch being defined. Some paths to the FA item-add screen didn't have a branch defined--if the param is set, use it, otherwise, use the user's logged in branch. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 18 08:21:36 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Dec 2011 07:21:36 +0000 Subject: [Koha-bugs] [Bug 7364] Fast-Add framework doesn't always get the branch for item creation In-Reply-To: <bug-7364-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7364-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7364-70-WSq3v5SkJr@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7364 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent CC| |chris at bigballofwax.co.nz Patch Status|--- |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 18 08:26:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Dec 2011 07:26:24 +0000 Subject: [Koha-bugs] [Bug 7333] Cleaning up tests to use sample data In-Reply-To: <bug-7333-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7333-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7333-70-7A6ERnKx8w@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7333 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6734|0 |1 is obsolete| | Attachment #6815|0 |1 is obsolete| | --- Comment #10 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-18 07:26:24 UTC --- Created attachment 6848 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6848 Bug 7333 - Fixing up db_dependent/Search.t to use sample data Thanks to Chris N. for helping figure out that it was because there were no French stopwords in the DB that the test was failing. Patch changes the French string (with French stopwords) to an English string with English stopwords, as only English stopwords are installed in the default data. This patch will allow Search.t to run on the database attached to this bug. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 18 08:27:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Dec 2011 07:27:45 +0000 Subject: [Koha-bugs] [Bug 7333] Cleaning up tests to use sample data In-Reply-To: <bug-7333-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7333-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7333-70-MrYz3JKuAs@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7333 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 18 08:44:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Dec 2011 07:44:55 +0000 Subject: [Koha-bugs] [Bug 6947] OPAC top-issues doesn't respect item-level itypes In-Reply-To: <bug-6947-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6947-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6947-70-yrRpSokJzc@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6947 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6104|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-18 07:44:55 UTC --- Created attachment 6849 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6849 [SIGNED-OFF] Bug 6947 : opac-topissues.pl wasn't respecting item live itemtypes Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> The search was only looking for bib level itypes independent from the settings for item-level_itypes. After patch the system preference setting is respected and search works accordingly. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 18 08:45:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Dec 2011 07:45:12 +0000 Subject: [Koha-bugs] [Bug 6947] OPAC top-issues doesn't respect item-level itypes In-Reply-To: <bug-6947-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6947-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6947-70-t0cuvQORSq@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6947 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 18 08:46:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Dec 2011 07:46:25 +0000 Subject: [Koha-bugs] [Bug 7363] Downloading a list in CSV format doesn't work In-Reply-To: <bug-7363-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7363-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7363-70-rhFtQRmjv1@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7363 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6836|0 |1 is obsolete| | --- Comment #2 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-18 07:46:25 UTC --- Created attachment 6850 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6850 Bug 7363: allows downloading of lists in CSV format Getting a list in CSV format was impossible because the shelfid parameter was empty in the URL. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 18 08:48:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Dec 2011 07:48:16 +0000 Subject: [Koha-bugs] [Bug 7363] Downloading a list in CSV format doesn't work In-Reply-To: <bug-7363-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7363-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7363-70-IRX3Mj6hfY@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7363 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 18 08:51:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Dec 2011 07:51:59 +0000 Subject: [Koha-bugs] [Bug 7247] rebuild_zebra.pl -v should show all Zebra log output In-Reply-To: <bug-7247-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7247-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7247-70-kXZfktcMD8@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7247 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Failed QA --- Comment #7 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-18 07:51:59 UTC --- Hi Dobrica It looks like you might have accidentally submitted the same patch again? It still says -vv in the help -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 18 09:03:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Dec 2011 08:03:49 +0000 Subject: [Koha-bugs] [Bug 7075] Fine in days values are returned for patrons with past overdues when fine in days is set to 0 In-Reply-To: <bug-7075-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7075-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7075-70-xw04YPUjE6@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7075 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-18 08:03:49 UTC --- I tried to reproduce the problem: - set circulation rules and made sure finedays was 0 in the database - checked out an item, returned it - set the returndate in old_issues to a date in the future What did I miss? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 18 10:30:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Dec 2011 09:30:27 +0000 Subject: [Koha-bugs] [Bug 7365] New: Koha uses MySQL Message-ID: <bug-7365-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7365 Bug #: 7365 Summary: Koha uses MySQL Classification: Unclassified Change sponsored?: --- Product: Koha Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Database AssignedTo: gmcharlt at gmail.com ReportedBy: marc at msys.ch QAContact: ian.walls at bywatersolutions.com This is a "meta" bug to track ongoing activity and changes needed to make Koha run on a PostgreSQL database. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 18 10:39:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Dec 2011 09:39:31 +0000 Subject: [Koha-bugs] [Bug 7365] Koha uses MySQL In-Reply-To: <bug-7365-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7365-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7365-70-1VT0xBvbXw@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7365 --- Comment #1 from Marc Balmer <marc at msys.ch> 2011-12-18 09:39:31 UTC --- Created attachment 6851 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6851 Use 'pgsql' as synonym for 'Pg', remove some trailing whitespace -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 18 10:44:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Dec 2011 09:44:49 +0000 Subject: [Koha-bugs] [Bug 7365] Koha uses MySQL In-Reply-To: <bug-7365-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7365-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7365-70-8enXTuARZk@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7365 --- Comment #2 from Marc Balmer <marc at msys.ch> 2011-12-18 09:44:49 UTC --- I created a Wiki page to comment on the ongoing work to make Koha run happily with PostgreSQL: http://wiki.koha-community.org/wiki/PostgreSQL -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 18 10:50:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Dec 2011 09:50:04 +0000 Subject: [Koha-bugs] [Bug 7365] Koha uses MySQL In-Reply-To: <bug-7365-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7365-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7365-70-i1sgx7UqWQ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7365 --- Comment #3 from Marc Balmer <marc at msys.ch> 2011-12-18 09:50:04 UTC --- Created attachment 6852 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6852 A list of mysqlisms in C4 An (incomplete) list of MySQLisms in C4. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 18 21:07:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Dec 2011 20:07:29 +0000 Subject: [Koha-bugs] [Bug 6842] Branch transfer limits broken In-Reply-To: <bug-6842-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6842-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6842-70-gtxgfewWJU@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6842 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|PATCH-Sent |P1 - high Status|ASSIGNED |NEW Patch Status|Patch Pushed |--- --- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-18 20:07:29 UTC --- I tested this on current master and can't save changes to branch transfer limists. Clicking on 'save' gives no reaction. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 18 21:19:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Dec 2011 20:19:59 +0000 Subject: [Koha-bugs] [Bug 6831] Enhanced Workflow for adding analytical records In-Reply-To: <bug-6831-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6831-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6831-70-0mLYirhX2f@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6831 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QAContact|koha-bugs at lists.koha-commun |ian.walls at bywatersolutions. |ity.org |com --- Comment #9 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-18 20:19:59 UTC --- I am still interested in this feature. Can someone say something about existing functionality for analytics in UNIMARC? I know the EasyAnalytics feature works with UNIMARC, but it uses item level information while this feature uses only fields on bib level and works without items. Is there an interest to make this work for UNIMARC? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 18 21:30:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Dec 2011 20:30:27 +0000 Subject: [Koha-bugs] [Bug 6893] Order from suggestion does not remove suggestion from 'accepted' list In-Reply-To: <bug-6893-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6893-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6893-70-DOFyVGvrDW@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6893 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 18 21:39:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Dec 2011 20:39:34 +0000 Subject: [Koha-bugs] [Bug 6740] can add items at ordering but not remove items In-Reply-To: <bug-6740-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6740-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6740-70-IW6AhRX6Jj@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6740 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 18 21:43:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Dec 2011 20:43:14 +0000 Subject: [Koha-bugs] [Bug 6786] False detection of index names in Search; make index names case insensitive In-Reply-To: <bug-6786-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6786-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6786-70-UHzh9jOjoF@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6786 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #14 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-18 20:43:14 UTC --- I see both patches in master and 3.6.x now. Search for "Control-number" works in master. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 18 21:55:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Dec 2011 20:55:33 +0000 Subject: [Koha-bugs] [Bug 6755] Problems with switching languages In-Reply-To: <bug-6755-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6755-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6755-70-Mb3EVb5TBh@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6755 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #50 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-18 20:55:33 UTC --- Langauge detection and switching of languages seems ok now. Tested on current master. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 18 21:55:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Dec 2011 20:55:34 +0000 Subject: [Koha-bugs] [Bug 6563] Default OPAC language not set properly In-Reply-To: <bug-6563-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6563-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6563-70-FsWd8xpdJY@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6563 Bug 6563 depends on bug 6755, which changed state. Bug 6755 Summary: Problems with switching languages http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6755 What |Old Value |New Value ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 18 21:57:00 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Dec 2011 20:57:00 +0000 Subject: [Koha-bugs] [Bug 7282] invalid language selection In-Reply-To: <bug-7282-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7282-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7282-70-S2hzs9hkNt@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7282 --- Comment #18 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-18 20:57:00 UTC --- Works on master, waiting to close this bug until patch is in 3.6.x too. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 18 23:45:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Dec 2011 22:45:07 +0000 Subject: [Koha-bugs] [Bug 7263] Determine maximum length of some fields or subfields when cataloguing In-Reply-To: <bug-7263-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7263-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7263-70-DU4AoKnVy2@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7263 Duncan <duncan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |duncan at catalyst.net.nz --- Comment #2 from Duncan <duncan at catalyst.net.nz> 2011-12-18 22:45:07 UTC --- After fixing a merge error in the updatedatabase.pl file the patch applied fine. The max length field can successfully be found where it is supposed to be. However, applying the patch also prevented me from being able to add new MARC records. On going to the add screen none of the input fields are present and it just remains blank. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 18 23:45:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Dec 2011 22:45:29 +0000 Subject: [Koha-bugs] [Bug 7162] Factorize code for order cancellation In-Reply-To: <bug-7162-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7162-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7162-70-NxWf68d8Lv@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7162 Duncan <duncan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |duncan at catalyst.net.nz -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 01:00:22 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 00:00:22 +0000 Subject: [Koha-bugs] [Bug 7230] clicking plus when adding qty on acq buggy In-Reply-To: <bug-7230-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7230-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7230-70-D4ZFbcsAiL@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7230 Duncan <duncan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |duncan at catalyst.net.nz --- Comment #1 from Duncan <duncan at catalyst.net.nz> 2011-12-19 00:00:22 UTC --- Were there any special conditions that you had set up when you experienced this bug? I have tried for a while now to reproduce it and have been unable to. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 01:48:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 00:48:39 +0000 Subject: [Koha-bugs] [Bug 7193] can't remove end date from subscriptions In-Reply-To: <bug-7193-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7193-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7193-70-QSbH8YAuoM@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7193 --- Comment #7 from Duncan <duncan at catalyst.net.nz> 2011-12-19 00:48:39 UTC --- Created attachment 6853 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6853 Fix to make date obviously editable - bug 7193 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 01:51:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 00:51:26 +0000 Subject: [Koha-bugs] [Bug 7193] can't remove end date from subscriptions In-Reply-To: <bug-7193-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7193-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7193-70-gYp25mj15y@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7193 Duncan <duncan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |duncan at catalyst.net.nz --- Comment #8 from Duncan <duncan at catalyst.net.nz> 2011-12-19 00:51:26 UTC --- Details on patch: Gives a border to the dates on this page to make them obviously editable. I suggest that this could be an issue which could be changed across the rest of Koha. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 02:57:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 01:57:32 +0000 Subject: [Koha-bugs] [Bug 7001] User Configurable Slips In-Reply-To: <bug-7001-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7001-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7001-70-WWqbU52DWm@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7001 Srdjan Jankovic <srdjan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6357|0 |1 is obsolete| | --- Comment #12 from Srdjan Jankovic <srdjan at catalyst.net.nz> 2011-12-19 01:57:32 UTC --- Created attachment 6854 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6854 patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 06:01:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 05:01:32 +0000 Subject: [Koha-bugs] [Bug 5473] 952 fields should be filled in by Acquisitions In-Reply-To: <bug-5473-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5473-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5473-70-82ryH6mOgM@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5473 Srdjan Jankovic <srdjan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6646|0 |1 is obsolete| | --- Comment #18 from Srdjan Jankovic <srdjan at catalyst.net.nz> 2011-12-19 05:01:32 UTC --- Created attachment 6855 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6855 patch Interface to ModItem() is just insane... -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 06:02:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 05:02:12 +0000 Subject: [Koha-bugs] [Bug 5473] 952 fields should be filled in by Acquisitions In-Reply-To: <bug-5473-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5473-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5473-70-hPehnVTriL@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5473 Srdjan Jankovic <srdjan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 06:20:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 05:20:02 +0000 Subject: [Koha-bugs] [Bug 7263] Determine maximum length of some fields or subfields when cataloguing In-Reply-To: <bug-7263-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7263-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7263-70-vm8Gy0eoAG@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7263 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Patch Status|Needs Signoff |Failed QA --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-19 05:20:02 UTC --- Hi Duncan, from your description I think this is 'failed qa'. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 06:37:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 05:37:30 +0000 Subject: [Koha-bugs] [Bug 7366] New: Language chooser display problems Message-ID: <bug-7366-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7366 Bug #: 7366 Summary: Language chooser display problems Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 - low Component: Templates AssignedTo: oleonard at myacpl.org ReportedBy: katrin.fischer at bsz-bw.de QAContact: ian.walls at bywatersolutions.com Created attachment 6856 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6856 screenshot In staff there are no separators between langauges and the display is clean. In the OPAC | are used so separate languages and there are some problems with it: - English and German installed, both activated: There is a missing space in front of the second language: English |German - English, German and French installed, only German and English activated: An additonal | shows up: English ||German See screenshot. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 06:43:00 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 05:43:00 +0000 Subject: [Koha-bugs] [Bug 7193] can't remove end date from subscriptions In-Reply-To: <bug-7193-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7193-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7193-70-dVGlicmYyR@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7193 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6853|0 |1 is obsolete| | --- Comment #9 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-19 05:43:00 UTC --- Created attachment 6857 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6857 [SIGNED-OFF] Fix to make date obviously editable - bug 7193 Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Patch changes all date fields on subscription entry to be obvious input fields. This makes it more obvious that you can enter dates manually and is more consistent with how we handle dates in other places. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 06:43:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 05:43:21 +0000 Subject: [Koha-bugs] [Bug 7193] can't remove end date from subscriptions In-Reply-To: <bug-7193-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7193-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7193-70-CW3VNaYcAO@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7193 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent CC| |katrin.fischer at bsz-bw.de Patch Status|--- |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 07:25:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 06:25:31 +0000 Subject: [Koha-bugs] [Bug 6210] Choose framework on Merge In-Reply-To: <bug-6210-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6210-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6210-70-pFXzW7045D@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6210 Srdjan Jankovic <srdjan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6302|0 |1 is obsolete| | --- Comment #13 from Srdjan Jankovic <srdjan at catalyst.net.nz> 2011-12-19 06:25:31 UTC --- Created attachment 6858 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6858 patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 08:04:38 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 07:04:38 +0000 Subject: [Koha-bugs] [Bug 6832] Validation of total > budget in neworderempty In-Reply-To: <bug-6832-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6832-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6832-70-lottndNs3C@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6832 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Does not apply --- Comment #3 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-19 07:04:38 UTC --- Using index info to reconstruct a base tree... Falling back to patching base and 3-way merge... Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt CONFLICT (content): Merge conflict in koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt Failed to merge in the changes. Patch failed at 0001 Patch for bug 6832 to fix the ajax validation of exceed budget in new orders, reworked for 3.6. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 08:12:38 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 07:12:38 +0000 Subject: [Koha-bugs] [Bug 6142] CanBookBeReserved function is redefined in C4/ILSDI/Utility.pm In-Reply-To: <bug-6142-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6142-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6142-70-mDcILfQ0AZ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6142 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6817|0 |1 is obsolete| | --- Comment #11 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-19 07:12:38 UTC --- Created attachment 6859 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6859 Bug #6142 - Delete sub CanBookBeReserved and delete function's reference on @EXPORT Original-Author: Alex Arnaud <alex.arnaud at biblibre.com>, St?phane Delaune <stephane.delaune at biblibre.com> Original-Signed-off-by: MJ Ray <mjr at phonecoop.coop> Correct use statement bug found by Ian Walls Author: MJ Ray <mjr at phonecoop.coop> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 08:12:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 07:12:59 +0000 Subject: [Koha-bugs] [Bug 6142] CanBookBeReserved function is redefined in C4/ILSDI/Utility.pm In-Reply-To: <bug-6142-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6142-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6142-70-tKLCzg3oM6@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6142 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 08:27:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 07:27:10 +0000 Subject: [Koha-bugs] [Bug 7148] Add some error handling to Acquisitions' Z39.50 search to match Cataloging's In-Reply-To: <bug-7148-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7148-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7148-70-bIXYAJX2rh@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7148 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6165|0 |1 is obsolete| | --- Comment #2 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-19 07:27:10 UTC --- Created attachment 6860 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6860 Fix for Bug 7148 - Add some error handling to Acquisitions' Z39.50 search to match Cataloging's - Copying over error handling for timeout(10007) and refused(10000) - Copying over error handling for submission with no targets chosen - Correcting "cancel" link in the template which was not modified when it was copied from cataloging's popup window template. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 08:30:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 07:30:37 +0000 Subject: [Koha-bugs] [Bug 7148] Add some error handling to Acquisitions' Z39.50 search to match Cataloging's In-Reply-To: <bug-7148-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7148-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7148-70-LUUMJEImhM@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7148 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 08:38:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 07:38:02 +0000 Subject: [Koha-bugs] [Bug 7006] highlight patron changes in email In-Reply-To: <bug-7006-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7006-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7006-70-1rEeh2IiYD@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7006 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #6 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-19 07:38:02 UTC --- Patch applies clean, and works I leave it up to others to decide if its a good change. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 08:38:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 07:38:24 +0000 Subject: [Koha-bugs] [Bug 7006] highlight patron changes in email In-Reply-To: <bug-7006-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7006-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7006-70-IauaZR2BPf@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7006 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5844|0 |1 is obsolete| | --- Comment #7 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-19 07:38:24 UTC --- Created attachment 6861 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6861 Fix for Bug 7006, highlight patron changes in email This patch eliminates all unchanged fields from the email on the assumption that the information is superfluous. I have also added a link to the patron edit screen which will be displayed if the staffClientBaseURL has been entered. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 08:39:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 07:39:58 +0000 Subject: [Koha-bugs] [Bug 7006] highlight patron changes in email In-Reply-To: <bug-7006-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7006-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7006-70-gXX0FM6G2w@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7006 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 08:42:56 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 07:42:56 +0000 Subject: [Koha-bugs] [Bug 7006] highlight patron changes in email In-Reply-To: <bug-7006-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7006-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7006-70-XWZX8njOpm@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7006 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #8 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-19 07:42:56 UTC --- The described changes make sense to me. I had libraries complaining about the bad readability of the address change mail. Only showing changed information will make it easier. Another problem is that it's not a template in notices so can't be translated. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 09:04:38 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 08:04:38 +0000 Subject: [Koha-bugs] [Bug 5565] Default OAI UNIMARC to Dublin Core XSL adds superfluous blanks In-Reply-To: <bug-5565-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5565-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5565-70-RomtiG9Lny@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5565 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5608|0 |1 is obsolete| | --- Comment #11 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-19 08:04:38 UTC --- Created attachment 6862 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6862 Bug 5565 Default OAI UNIMARC to Dublin Core XSL adds superfluous blanks Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 09:07:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 08:07:33 +0000 Subject: [Koha-bugs] [Bug 5565] Default OAI UNIMARC to Dublin Core XSL adds superfluous blanks In-Reply-To: <bug-5565-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5565-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5565-70-agvZUMfOAK@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5565 --- Comment #12 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-19 08:07:33 UTC --- Signed off on the first patch But the second one deletes the leader as well as changing the indentation - <xsl:variable name="leader" select="marc:leader"/> - <xsl:variable name="leader6" select="substring($leader,7,1)"/> - <xsl:variable name="leader7" select="substring($leader,8,1)"/> - <xsl:variable name="controlField008" select="marc:controlfield[@tag=008]"/> Should this be happening? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 09:16:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 08:16:33 +0000 Subject: [Koha-bugs] [Bug 6323] Attach/move items -- error handling cleanup In-Reply-To: <bug-6323-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6323-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6323-70-kDaoULYSC4@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6323 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl QAContact|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 09:21:18 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 08:21:18 +0000 Subject: [Koha-bugs] [Bug 5565] Default OAI UNIMARC to Dublin Core XSL adds superfluous blanks In-Reply-To: <bug-5565-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5565-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5565-70-eXOHmVwiTV@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5565 --- Comment #13 from Fr?d?ric Demians <frederic at tamil.fr> 2011-12-19 08:21:18 UTC --- (In reply to comment #12) > Signed off on the first patch > > But the second one deletes the leader as well as changing the indentation > > - <xsl:variable name="leader" select="marc:leader"/> > - <xsl:variable name="leader6" select="substring($leader,7,1)"/> > - <xsl:variable name="leader7" select="substring($leader,8,1)"/> > - <xsl:variable name="controlField008" > select="marc:controlfield[@tag=008]"/> > > Should this be happening? Yes. Thanks for your watchfulness. 'leader' is used by MARC21 to DC XSL to display document type. It doesn't work this way for UNIMARC. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 09:23:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 08:23:33 +0000 Subject: [Koha-bugs] [Bug 5565] Default OAI UNIMARC to Dublin Core XSL adds superfluous blanks In-Reply-To: <bug-5565-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5565-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5565-70-j6e449iN2S@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5565 --- Comment #14 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-19 08:23:33 UTC --- Cool, It all looks good then, signing off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 09:23:54 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 08:23:54 +0000 Subject: [Koha-bugs] [Bug 5565] Default OAI UNIMARC to Dublin Core XSL adds superfluous blanks In-Reply-To: <bug-5565-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5565-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5565-70-vQeqAXmHSQ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5565 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5609|0 |1 is obsolete| | --- Comment #15 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-19 08:23:54 UTC --- Created attachment 6863 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6863 Bug 5565 UNIMARC to DC XSL tidy up Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 09:24:18 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 08:24:18 +0000 Subject: [Koha-bugs] [Bug 5565] Default OAI UNIMARC to Dublin Core XSL adds superfluous blanks In-Reply-To: <bug-5565-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5565-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5565-70-3CDTBGMYgR@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5565 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 09:29:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 08:29:41 +0000 Subject: [Koha-bugs] [Bug 6323] Attach/move items -- error handling cleanup In-Reply-To: <bug-6323-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6323-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6323-70-MkzhcvVUo7@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6323 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Failed QA --- Comment #13 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-19 08:29:41 UTC --- QA Comment: You use form method=link in the template. This is not an official method in html. It should be get or post. I tried to find another example in current Koha code/template, but it is not present. So I think we should not introduce it, although it probably works. Links should be <a> tags; you can customize layout with css. The action block contains ending tags without opening tags. This may work since the opening tags could be before the include. But for maintenance, I would personally not favor it. It would be better if this block is correct on its own. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 09:57:54 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 08:57:54 +0000 Subject: [Koha-bugs] [Bug 6296] Allow authentication to Koha via PKI / x.509 certificates In-Reply-To: <bug-6296-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6296-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6296-70-qyT2HxSuO5@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6296 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Patch Status|Signed Off |Needs Signoff --- Comment #15 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-19 08:57:54 UTC --- QA Comment: Code looks good to me (just going through it), but I am inclined to think that this patch needs a new signoff, preferably from someone outside the company.. Changing status to reflect that. Please respond if I am mistaken.. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 10:35:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 09:35:30 +0000 Subject: [Koha-bugs] [Bug 6193] Use memcached cache koha-conf.xml configuration variables In-Reply-To: <bug-6193-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6193-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6193-70-d27LHMkvbC@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6193 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl QAContact|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | --- Comment #14 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-19 09:35:30 UTC --- QA Comment: Patch has been tested and signed off by two individuals. Code looks good and promises performance increase when (optionally) using memcached. Marking as Passed QA. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 10:35:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 09:35:37 +0000 Subject: [Koha-bugs] [Bug 6193] Use memcached cache koha-conf.xml configuration variables In-Reply-To: <bug-6193-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6193-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6193-70-6MFhxe4k9G@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6193 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Passed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 10:42:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 09:42:28 +0000 Subject: [Koha-bugs] [Bug 7263] Determine maximum length of some fields or subfields when cataloguing In-Reply-To: <bug-7263-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7263-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7263-70-d2MSqi0xfu@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7263 Juan Romay Sieira <juan.sieira at xercode.es> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6395|0 |1 is obsolete| | --- Comment #4 from Juan Romay Sieira <juan.sieira at xercode.es> 2011-12-19 09:42:28 UTC --- Created attachment 6864 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6864 Patch to apply in current master This patch applies to current master -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 10:47:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 09:47:14 +0000 Subject: [Koha-bugs] [Bug 7263] Determine maximum length of some fields or subfields when cataloguing In-Reply-To: <bug-7263-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7263-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7263-70-y1QcBfkEvY@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7263 --- Comment #5 from Juan Romay Sieira <juan.sieira at xercode.es> 2011-12-19 09:47:14 UTC --- I applied the patch again and haven't found any error. I setup a max length to one of the subfields of the 245 and has done what it supposed to do. I uploaded another patch compatible with the current master. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 11:34:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 10:34:16 +0000 Subject: [Koha-bugs] [Bug 7167] updatedatabase improvements In-Reply-To: <bug-7167-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7167-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7167-70-9QlB0ysFSe@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7167 --- Comment #34 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-19 10:34:16 UTC --- In reply to Paul's last comment: Thanks for responding. Well, I can live with its current form, but I feel that its development has not been completely finished ;) About testing, it is good that Jonathan and you tested thoroughly as the developers of this feature, but strictly speaking you only have one external [developer] signoff (assuming that your customer is not really testing it..) Lifting this particular patch to Passed QA should IMO be done by the QAM himself. Will mail this to Ian too. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 12:35:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 11:35:48 +0000 Subject: [Koha-bugs] [Bug 5607] Make fields from issues table available in overdues In-Reply-To: <bug-5607-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5607-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5607-70-cUO3Xkuaxl@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5607 --- Comment #1 from Sophie MEYNIEUX <sophie.meynieux at biblibre.com> 2011-12-19 11:35:48 UTC --- Created attachment 6865 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6865 Attachment to Bug 5607 - Make fields from issues table available in overdues BUG 5607 : Adds parsing of issues fields in overdue letters -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 12:37:01 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 11:37:01 +0000 Subject: [Koha-bugs] [Bug 5607] Make fields from issues table available in overdues In-Reply-To: <bug-5607-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5607-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5607-70-HRMxAqxolk@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5607 Sophie MEYNIEUX <sophie.meynieux at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Status|NEW |ASSIGNED CC| |sophie.meynieux at biblibre.co | |m Version|rel_3_2 |rel_3_6 Patch Status|--- |Needs Signoff AssignedTo|cnighswonger at foundations.ed |sophie.meynieux at biblibre.co |u |m -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 13:27:09 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 12:27:09 +0000 Subject: [Koha-bugs] [Bug 7367] New: General OPAC typo omnibus Message-ID: <bug-7367-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7367 Bug #: 7367 Summary: General OPAC typo omnibus Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: trivial Priority: P5 - low Component: OPAC AssignedTo: oleonard at myacpl.org ReportedBy: m.de.rooy at rijksmuseum.nl QAContact: ian.walls at bywatersolutions.com This is meant for submitting trivial opac typo fixes. If they are really trivial, and you tested the fix yourself (of course ;), please add your own signoff. The QA team will most probably not mind. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 13:27:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 12:27:52 +0000 Subject: [Koha-bugs] [Bug 7367] General OPAC typo omnibus In-Reply-To: <bug-7367-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7367-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7367-70-L5GXoJPCrt@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7367 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Status|NEW |ASSIGNED AssignedTo|oleonard at myacpl.org |m.de.rooy at rijksmuseum.nl -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 13:32:43 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 12:32:43 +0000 Subject: [Koha-bugs] [Bug 7367] General OPAC typo omnibus In-Reply-To: <bug-7367-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7367-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7367-70-eLUoNF4Wg5@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7367 --- Comment #1 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-19 12:32:43 UTC --- Created attachment 6866 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6866 Signed patch Adding a space before list of languages in language bar. At the same time serving as an example of the above.. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 13:33:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 12:33:26 +0000 Subject: [Koha-bugs] [Bug 7367] General OPAC typo omnibus In-Reply-To: <bug-7367-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7367-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7367-70-uLroCphM4x@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7367 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|--- |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 13:38:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 12:38:15 +0000 Subject: [Koha-bugs] [Bug 7368] New: Staff typo Message-ID: <bug-7368-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7368 Bug #: 7368 Summary: Staff typo Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff Client AssignedTo: paul.poulain at biblibre.com ReportedBy: m.de.rooy at rijksmuseum.nl QAContact: ian.walls at bywatersolutions.com CC: gmcharlt at gmail.com This is meant for submitting trivial staff client typo fixes, complementing bug 7367. If they are really trivial, and you tested the fix yourself (of course ;), please add your own signoff. The QA team will most probably not mind. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 13:39:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 12:39:05 +0000 Subject: [Koha-bugs] [Bug 7368] General staff client typo omnibus In-Reply-To: <bug-7368-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7368-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7368-70-dzsapyYd7H@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7368 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Summary|Staff typo |General staff client typo | |omnibus Severity|enhancement |trivial -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 13:51:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 12:51:25 +0000 Subject: [Koha-bugs] [Bug 7368] General staff client typo omnibus In-Reply-To: <bug-7368-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7368-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7368-70-zuGD1HWMTT@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7368 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|paul.poulain at biblibre.com |m.de.rooy at rijksmuseum.nl -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 13:52:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 12:52:16 +0000 Subject: [Koha-bugs] [Bug 7368] General staff client typo omnibus In-Reply-To: <bug-7368-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7368-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7368-70-HhOX9EiOG0@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7368 --- Comment #1 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-19 12:52:16 UTC --- Created attachment 6867 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6867 Signed patch Correct spelling of merge authorities job in pref file. At the same time serving as an example of the above.. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 13:52:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 12:52:40 +0000 Subject: [Koha-bugs] [Bug 7368] General staff client typo omnibus In-Reply-To: <bug-7368-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7368-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7368-70-r4BIgWDfoF@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7368 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Patch Status|--- |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 13:56:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 12:56:39 +0000 Subject: [Koha-bugs] [Bug 6700] Better handling of version numbers in updatedatabase In-Reply-To: <bug-6700-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6700-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6700-70-CE6LJxhxf6@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6700 Jonathan Druart <jonathan.druart at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at biblibre.co | |m Patch Status|Signed Off |Failed QA --- Comment #7 from Jonathan Druart <jonathan.druart at biblibre.com> 2011-12-19 12:56:39 UTC --- Passed QA for "Signed off patch for updatedatabase". But t/00-checkdatabase-version.t test match pattern 'XXX' in updatedatabase.pl and this file always contains it (in functions TransformToNum and SetVersion) Maybe we want match /^$DBversion.*XXX/ -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 14:08:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 13:08:29 +0000 Subject: [Koha-bugs] [Bug 7241] circulation action logs record biblionumber instead of item number In-Reply-To: <bug-7241-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7241-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7241-70-6nqEBQon5q@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7241 Adrien SAURAT <adrien.saurat at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adrien.saurat at biblibre.com --- Comment #4 from Adrien SAURAT <adrien.saurat at biblibre.com> 2011-12-19 13:08:29 UTC --- In fact, the correct ID is stored in the action_logs table : - when modifying a biblio, the biblionumber is stored in the "object" field; - when modifying an item, the itemnumber is stored in the "object" field. The problem is that, when the page "viewlogs" tries to display these log entries, there is no way to know if the value stored was an itemnumber or a biblionumber ! Where could we store this information ? 1) A new field ? (would be unuseful for many possible actions) 2) New values for the "action" field ? We now use ADD, MODIFY and DELETE. We could have ADD_ITEM, MODIFY_ITEM, DELETE_ITEM, ADD_BIBLIO, MODIFY_BIBLIO and DELETE_BIBLIO. 3) More info in the "info" field ? For example, when a systempreference is modified, the info field contains a string like this : "OPACUserCSS | new/path/test.css" We could then begin the info with "ITEM | " or "BIBLIO | ". -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 14:18:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 13:18:08 +0000 Subject: [Koha-bugs] [Bug 6700] Better handling of version numbers in updatedatabase In-Reply-To: <bug-6700-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6700-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6700-70-cF2s5vo3O6@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6700 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #4939|0 |1 is obsolete| | --- Comment #8 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-19 13:18:08 UTC --- Created attachment 6868 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6868 Signed patch of Chris (test for XXX version) Amended patch of Chris for the two exceptions mentioned by Jonathan in QA. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 14:19:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 13:19:02 +0000 Subject: [Koha-bugs] [Bug 6700] Better handling of version numbers in updatedatabase In-Reply-To: <bug-6700-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6700-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6700-70-eLt18Xi8cd@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6700 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6868|0 |1 is obsolete| | --- Comment #9 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-19 13:19:02 UTC --- Created attachment 6869 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6869 Signed patch of Chris (test for XXX version) Oops wrong file.. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 14:19:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 13:19:33 +0000 Subject: [Koha-bugs] [Bug 6700] Better handling of version numbers in updatedatabase In-Reply-To: <bug-6700-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6700-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6700-70-zkxALsfyf7@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6700 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 14:22:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 13:22:42 +0000 Subject: [Koha-bugs] [Bug 6700] Better handling of version numbers in updatedatabase In-Reply-To: <bug-6700-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6700-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6700-70-EeVSbaaNwH@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6700 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- QAContact|koha-bugs at lists.koha-commun |jonathan.druart at biblibre.co |ity.org |m -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 14:36:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 13:36:34 +0000 Subject: [Koha-bugs] [Bug 7241] circulation action logs record biblionumber instead of item number In-Reply-To: <bug-7241-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7241-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7241-70-upMx8X5coE@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7241 --- Comment #5 from Adrien SAURAT <adrien.saurat at biblibre.com> 2011-12-19 13:36:34 UTC --- There may be another (better?) way: Example of the "info" field content for an item: LDR 995 _f00658000058359 _qj _p25.00 _m2011-12-05 _10 _911139 _cMON _20 _k599.72 _n2012-01-04 _o0 _eDoc jeunesse _bVID Example of the "info" field content for a biblio: BEFORE=>LDR 02769cam 2200553 4500 010 _a2070534812 _bvol. 1 _bbr. _d69 F 010 _a2-07-053482-0 _bvol. 2 _bbr ... bla bla bla ... eDoc adultes _bFLA _qa _rPapiers coll?s _t1 995 _f08307000011057 _p10.70 _m2009-07-10 _10 _974042 _cFLA _20 _k523 DUP H1 _o0 _eDoc adultes _bFLA _qa _rPapiers coll?s _t1 "LDR 995" Ok, for the biblio it begins with "BEFORE=>" but I did not propose this as I'm not sure this will stay so (and maybe should the item also begins with BEFORE=> ?). But ! The item info begins with "LDR 995", and this string may be enough to be sure we have an item here. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 14:36:51 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 13:36:51 +0000 Subject: [Koha-bugs] [Bug 6700] Better handling of version numbers in updatedatabase In-Reply-To: <bug-6700-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6700-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6700-70-oGUoGSjbTp@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6700 Jonathan Druart <jonathan.druart at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Failed QA --- Comment #10 from Jonathan Druart <jonathan.druart at biblibre.com> 2011-12-19 13:36:51 UTC --- Passed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 14:37:01 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 13:37:01 +0000 Subject: [Koha-bugs] [Bug 6700] Better handling of version numbers in updatedatabase In-Reply-To: <bug-6700-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6700-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6700-70-AkXS9MfiSE@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6700 Jonathan Druart <jonathan.druart at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Passed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 14:48:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 13:48:27 +0000 Subject: [Koha-bugs] [Bug 7241] circulation action logs record biblionumber instead of item number In-Reply-To: <bug-7241-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7241-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7241-70-zM7IRqoAth@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7241 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-19 13:48:27 UTC --- Be careful, this will be different for MARC21 as item information is stored in 952 there. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 15:20:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 14:20:47 +0000 Subject: [Koha-bugs] [Bug 7241] circulation action logs record biblionumber instead of item number In-Reply-To: <bug-7241-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7241-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7241-70-zSm7tNMJbL@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7241 --- Comment #7 from Adrien SAURAT <adrien.saurat at biblibre.com> 2011-12-19 14:20:47 UTC --- Ok, important indeed. Can we consider that the field "info" for an item will ever begin either with "LDR 955" or with "LDR 952" ? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 15:25:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 14:25:24 +0000 Subject: [Koha-bugs] [Bug 7072] Use MARCAuthorityControlField008 to generate default 008 fields in AddAuthority In-Reply-To: <bug-7072-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7072-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7072-70-SRDn9Sg1as@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7072 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Version|rel_3_6 |master Patch Status|Signed Off |Passed QA QAContact|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | --- Comment #5 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-19 14:25:24 UTC --- QA: Code looks good. Hardcoded value (when pref is empty) is the same as in marc21_field_008_authorities.pl. Marking as Passed QA. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 15:34:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 14:34:33 +0000 Subject: [Koha-bugs] [Bug 7241] circulation action logs record biblionumber instead of item number In-Reply-To: <bug-7241-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7241-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7241-70-yUppvs72gf@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7241 --- Comment #8 from Adrien SAURAT <adrien.saurat at biblibre.com> 2011-12-19 14:34:33 UTC --- I mean of course "LDR 995" or "LDR 952". I don't have any Marc21 database to test the "LDR 952" output. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 16:04:54 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 15:04:54 +0000 Subject: [Koha-bugs] [Bug 7369] New: duplicate item Message-ID: <bug-7369-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7369 Bug #: 7369 Summary: duplicate item Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging AssignedTo: gmcharlt at gmail.com ReportedBy: nengard at gmail.com QAContact: ian.walls at bywatersolutions.com It would be nice when coming back to a bib record with items on it already to be able to choose an item to duplicate. You can duplicate bib records and subscriptions under their edit menus, but the only way to duplicate an item is to use add and duplicate which is only done when adding a new item - but often you want to duplicate an existing item at a later date and this would allow that. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 16:36:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 15:36:47 +0000 Subject: [Koha-bugs] [Bug 7230] clicking plus when adding qty on acq buggy In-Reply-To: <bug-7230-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7230-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7230-70-uN9293edIy@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7230 --- Comment #2 from Nicole C. Engard <nengard at gmail.com> 2011-12-19 15:36:47 UTC --- Got you a video: http://screencast.com/t/v2c8IqX8d6Y -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 16:48:38 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 15:48:38 +0000 Subject: [Koha-bugs] [Bug 5473] 952 fields should be filled in by Acquisitions In-Reply-To: <bug-5473-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5473-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5473-70-0pgr5sfsI7@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5473 --- Comment #19 from Nicole C. Engard <nengard at gmail.com> 2011-12-19 15:48:38 UTC --- I'm still seeing the same thing - see here: http://screencast.com/t/sQUZIHbszbL -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 17:19:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 16:19:27 +0000 Subject: [Koha-bugs] [Bug 6323] Attach/move items -- error handling cleanup In-Reply-To: <bug-6323-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6323-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6323-70-nh5td9HexU@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6323 --- Comment #14 from Liz Rea <wizzyrea at gmail.com> 2011-12-19 16:19:27 UTC --- Created attachment 6870 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6870 Bug 6323 -- Error handling cleanup for moveitem.tt Added button to retry attaching item, added default bib view handling, cosmetic changes to the error display (buttons now in error div). incorporates changes that should satisfy QA. To test: Find a bib with multiple items and grab one of the barcodes. Go to a second bib and click Edit -> Attach item Paste your barcode in there and click "Submit" Click the "Try again with a different barcode" button. It should take you back to the barcode entry screen. Also try with a non-existent barcode and verify that the button appears and works as intended. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 17:19:51 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 16:19:51 +0000 Subject: [Koha-bugs] [Bug 6323] Attach/move items -- error handling cleanup In-Reply-To: <bug-6323-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6323-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6323-70-JuFlUxAapo@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6323 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6332|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 17:20:00 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 16:20:00 +0000 Subject: [Koha-bugs] [Bug 6323] Attach/move items -- error handling cleanup In-Reply-To: <bug-6323-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6323-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6323-70-AizNoNzgJJ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6323 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 19:03:54 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 18:03:54 +0000 Subject: [Koha-bugs] [Bug 7370] New: Longoverdue cronjob claims Undefined subroutine &main::LostItem Message-ID: <bug-7370-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7370 Bug #: 7370 Summary: Longoverdue cronjob claims Undefined subroutine &main::LostItem Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_6 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Command-line Utilities AssignedTo: gmcharlt at gmail.com ReportedBy: larry at bywatersolutions.com QAContact: ian.walls at bywatersolutions.com Longoverdue cronjob generating an error, 'Undefined subroutine &main::LostItem called at /usr/share/koha/bin/cronjobs/longoverdue.pl line 157.' Only generated when '--confirm' flag is used. Problem, and solution, probably similar to bug 4978. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 19:05:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 18:05:41 +0000 Subject: [Koha-bugs] [Bug 7370] Longoverdue cronjob claims Undefined subroutine &main::LostItem In-Reply-To: <bug-7370-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7370-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7370-70-ByncKIYcrY@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7370 Larry Baerveldt <larry at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |P3 Severity|enhancement |normal -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 21:15:01 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 20:15:01 +0000 Subject: [Koha-bugs] [Bug 7367] General OPAC typo omnibus In-Reply-To: <bug-7367-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7367-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7367-70-MSQEqNgTq5@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7367 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6866|0 |1 is obsolete| | --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-19 20:15:01 UTC --- Created attachment 6871 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6871 [SIGNED-OFF] Bug 7367: Add space before display of languages. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> I am a bit confused why it does not work without the   but patch fixes the display problem. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 21:17:43 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 20:17:43 +0000 Subject: [Koha-bugs] [Bug 7366] Language chooser display problems In-Reply-To: <bug-7366-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7366-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7366-70-36xV004nl3@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7366 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-19 20:17:43 UTC --- Patch for bug 7367 fixes a missing space after 'Languages:' but the problems noted here remain. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 21:18:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 20:18:17 +0000 Subject: [Koha-bugs] [Bug 7367] General OPAC typo omnibus In-Reply-To: <bug-7367-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7367-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7367-70-PcfWCMYpX8@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7367 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-19 20:18:17 UTC --- Bug 7366 notes additonal display problems with the language chooser. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 21:33:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 20:33:26 +0000 Subject: [Koha-bugs] [Bug 6323] Attach/move items -- error handling cleanup In-Reply-To: <bug-6323-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6323-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6323-70-XNfSqYqehX@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6323 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6870|0 |1 is obsolete| | --- Comment #15 from Liz Rea <wizzyrea at gmail.com> 2011-12-19 20:33:26 UTC --- Created attachment 6872 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6872 Bug 6323 -- Error handling cleanup for moveitem.tt Added button to retry attaching item, added default bib view handling, cosmetic changes to the error display (buttons now in error div). incorporates changes that should satisfy QA. To test: Find a bib with multiple items and grab one of the barcodes. Go to a second bib and click Edit -> Attach item Paste your barcode in there and click "Submit" Click the "Try again with a different barcode" button. It should take you back to the barcode entry screen. Also try with a non-existent barcode and verify that the button appears and works as intended. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 21:40:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 20:40:17 +0000 Subject: [Koha-bugs] [Bug 5607] Make fields from issues table available in overdues In-Reply-To: <bug-5607-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5607-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5607-70-hobhfk8dmo@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5607 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6865|0 |1 is obsolete| | --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-19 20:40:17 UTC --- Created attachment 6873 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6873 [SIGNED-OFF] BUG 5607 : Adds parsing of issues fields in overdue letters Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Patch makes it possible to add fields from the issues table to overdue notices. Template used for testing: <item>"<<biblio.title>>" by <<biblio.author>>, <<items.itemcallnumber>>, Barcode: <<items.barcode>> , Checkout date: <<issues.issuedate>>, Due date: <<issues.date_due>> Fine: <fine>GBP</fine> Checkout date from items: <<items.onloan>></item> Possible improvements: - Dates are not formatted according to dateformat system preference -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 21:41:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 20:41:08 +0000 Subject: [Koha-bugs] [Bug 5607] Make fields from issues table available in overdues In-Reply-To: <bug-5607-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5607-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5607-70-60XFUaLdr0@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5607 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rel_3_6 |rel_3_8 Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 22:04:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 21:04:37 +0000 Subject: [Koha-bugs] [Bug 6323] Attach/move items -- error handling cleanup In-Reply-To: <bug-6323-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6323-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6323-70-UsktnNCKgD@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6323 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6872|0 |1 is obsolete| | --- Comment #16 from Liz Rea <wizzyrea at gmail.com> 2011-12-19 21:04:37 UTC --- Created attachment 6874 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6874 Bug 6323 -- Error handling cleanup for moveitem.tt Added button to retry attaching item, added default bib view handling, cosmetic changes to the error display (buttons now in error div). Incorporates changes that should satisfy QA. To test: Find a bib with multiple items and grab one of the barcodes. Go to a second bib and click Edit -> Attach item Paste your barcode in there and click "Submit" Click the "Try again with a different barcode" button. It should take you back to the barcode entry screen. Also try with a non-existent barcode and verify that the button appears and works as intended. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 19 22:33:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Dec 2011 21:33:52 +0000 Subject: [Koha-bugs] [Bug 6323] Attach/move items -- error handling cleanup In-Reply-To: <bug-6323-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6323-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6323-70-8pvIeCGX8s@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6323 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6874|0 |1 is obsolete| | --- Comment #17 from Liz Rea <wizzyrea at gmail.com> 2011-12-19 21:33:52 UTC --- Created attachment 6875 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6875 Bug 6323 -- Error handling cleanup for moveitem.tt Added button to retry attaching item, added default bib view handling, cosmetic changes to the error display (buttons now in error div). Incorporates changes that should satisfy QA. To test: Find a bib with multiple items and grab one of the barcodes. Go to a second bib and click Edit -> Attach item Paste your barcode in there and click "Submit" Click the "Try again with a different barcode" button. It should take you back to the barcode entry screen. Also try with a non-existent barcode and verify that the button appears and works as intended. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 01:45:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 00:45:15 +0000 Subject: [Koha-bugs] [Bug 7339] Help System in IE8-9 Does Not Load With 500 Error In-Reply-To: <bug-7339-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7339-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7339-70-gxA73Qk8N3@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7339 --- Comment #4 from Duncan <duncan at catalyst.net.nz> 2011-12-20 00:45:15 UTC --- Created attachment 6876 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6876 Patch to fix problem in IE9, 7 and 8 still broken however. I have managed a fix for IE9 but am very puzzled about what is causing it not to work in 7 or 8. Further work required to fix for these. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 02:59:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 01:59:06 +0000 Subject: [Koha-bugs] [Bug 5473] 952 fields should be filled in by Acquisitions In-Reply-To: <bug-5473-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5473-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5473-70-KHp8Sj5L10@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5473 Srdjan Jankovic <srdjan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6855|0 |1 is obsolete| | --- Comment #20 from Srdjan Jankovic <srdjan at catalyst.net.nz> 2011-12-20 01:59:06 UTC --- Created attachment 6877 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6877 patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 03:58:56 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 02:58:56 +0000 Subject: [Koha-bugs] [Bug 4158] cannot create list whose title is '0' In-Reply-To: <bug-4158-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-4158-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-4158-70-hN6ZjhNfk9@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4158 --- Comment #1 from Duncan <duncan at catalyst.net.nz> 2011-12-20 02:58:56 UTC --- Created attachment 6878 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6878 Patched to check for '0' entered as a list name. Simple check in JavaScript to test for the case where a user enters a '0' as the name of a list and warns them that this is invalid. This should probably be changed in the Perl file in the future as there is not really any reason that a list cannot be called '0', but this is a temporary catch. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 05:08:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 04:08:03 +0000 Subject: [Koha-bugs] [Bug 7362] Allow searching by item number as a fallback In-Reply-To: <bug-7362-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7362-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7362-70-yW9iNkaOzs@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7362 --- Comment #6 from Robin Sheat <robin at catalyst.net.nz> 2011-12-20 04:08:03 UTC --- Created attachment 6879 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6879 Bug 7362 - allow returns by item number This allows the item number to be provided as a fallback if the item doesn't have a barcode when returning items. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 05:09:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 04:09:15 +0000 Subject: [Koha-bugs] [Bug 7362] Allow searching by item number as a fallback In-Reply-To: <bug-7362-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7362-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7362-70-64mPOzqIBJ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7362 --- Comment #7 from Robin Sheat <robin at catalyst.net.nz> 2011-12-20 04:09:15 UTC --- Also going to have a bit of internal testing before I mark it signed off. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 05:09:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 04:09:34 +0000 Subject: [Koha-bugs] [Bug 7362] Allow searching by item number as a fallback In-Reply-To: <bug-7362-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7362-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7362-70-a4CXAHTrzU@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7362 --- Comment #8 from Robin Sheat <robin at catalyst.net.nz> 2011-12-20 04:09:34 UTC --- ("needs signed off", that is) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 06:45:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 05:45:32 +0000 Subject: [Koha-bugs] [Bug 7235] Adding invoice number and vendor name to the moredetail page In-Reply-To: <bug-7235-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7235-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7235-70-N176JNp50Y@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7235 Srdjan Jankovic <srdjan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6710|0 |1 is obsolete| | --- Comment #4 from Srdjan Jankovic <srdjan at catalyst.net.nz> 2011-12-20 05:45:32 UTC --- Created attachment 6880 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6880 patch It's a weird styling issue, ol.bibliodetails. I've opted for not displaying lines if info is missing. Another option is to add a non-breaking space, and always display lines. Please let me know if latter is the preferred one. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 08:45:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 07:45:25 +0000 Subject: [Koha-bugs] [Bug 7278] In the items table, make items.materials of type text, and show its contents at circulation In-Reply-To: <bug-7278-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7278-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7278-70-4CVV88AcPs@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7278 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6480|0 |1 is obsolete| | Attachment #6568|0 |1 is obsolete| | --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-20 07:45:25 UTC --- Created attachment 6881 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6881 [SIGNED-OFF] Bug 7728 : Materials Specified field made larger and displayed This first page makes the database change, and displays the field on the detail.pl and moredetail.pl pages in the staff client How to Test: * Add a note to the materials specified page in cataloguing (952 subfield 3 for MARC21, but it shouldn't matter as long as you have a field mapped to items.materials * Check it displays at catalogue/detail.pl * Check it displays at catalogue/moredetail.pl Patch to follow to have the note display at checkin/checkout http://bugs.koha-community.org/show_bug.cgi?id=7278 Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Fixed conflicts in updatedatabase.pl and kohastructure.sql -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 08:45:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 07:45:37 +0000 Subject: [Koha-bugs] [Bug 7278] In the items table, make items.materials of type text, and show its contents at circulation In-Reply-To: <bug-7278-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7278-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7278-70-hG0P3aLDZ8@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7278 --- Comment #7 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-20 07:45:37 UTC --- Created attachment 6882 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6882 [SIGNED-OFF] Bug 7278 : Additional Materials Part 2: This patch shows the message at checkout and checkin How to test: * Add a note in cataloguing * Check it displays at checkout and checkin * Check items without a note don't display anything Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 08:45:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 07:45:44 +0000 Subject: [Koha-bugs] [Bug 7278] In the items table, make items.materials of type text, and show its contents at circulation In-Reply-To: <bug-7278-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7278-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7278-70-X8aCNb2ARd@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7278 --- Comment #8 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-20 07:45:44 UTC --- Created attachment 6883 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6883 Bug 7278: Follow up fixing display of item informaton on detail page Fixes a display problem in the item table on staff detail page. To test: Add a record with 3 items: - 1 with copynumber - 1 with materials specified - 1 with opac notes Before patch the table will be broken a bit and the headings don't match the contents (wrong sequence). -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 09:36:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 08:36:45 +0000 Subject: [Koha-bugs] [Bug 7266] overdue.pl : filter on flags "debarred" "suspended" and "gonenoaddress" not working In-Reply-To: <bug-7266-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7266-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7266-70-ass7rEYF4I@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7266 Adrien SAURAT <adrien.saurat at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6407|0 |1 is obsolete| | Attachment #6519|0 |1 is obsolete| | --- Comment #5 from Adrien SAURAT <adrien.saurat at biblibre.com> 2011-12-20 08:36:45 UTC --- Created attachment 6884 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6884 proposed patch New patch ready. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 09:36:54 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 08:36:54 +0000 Subject: [Koha-bugs] [Bug 7266] overdue.pl : filter on flags "debarred" "suspended" and "gonenoaddress" not working In-Reply-To: <bug-7266-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7266-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7266-70-vs7QBbqqGc@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7266 Adrien SAURAT <adrien.saurat at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Does not apply |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 09:40:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 08:40:11 +0000 Subject: [Koha-bugs] [Bug 7278] In the items table, make items.materials of type text, and show its contents at circulation In-Reply-To: <bug-7278-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7278-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7278-70-B21Kkw0Pbm@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7278 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6883|0 |1 is obsolete| | --- Comment #9 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-20 08:40:11 UTC --- Created attachment 6885 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6885 Bug 7278: Follow up fixing display of item informaton on detail page Fixes a display problem in the item table on staff detail page. To test: Add a record with 3 items: - 1 with copynumber - 1 with materials specified - 1 with opac notes Before patch the table will be broken a bit and the headings don't match the contents (wrong sequence). Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 09:42:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 08:42:34 +0000 Subject: [Koha-bugs] [Bug 7278] In the items table, make items.materials of type text, and show its contents at circulation In-Reply-To: <bug-7278-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7278-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7278-70-PXQ5dOSGyJ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7278 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 09:50:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 08:50:16 +0000 Subject: [Koha-bugs] [Bug 7307] OPACBaseURL not used in opac-search.pl In-Reply-To: <bug-7307-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7307-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7307-70-S1mnbxHiEA@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7307 --- Comment #9 from Adrien SAURAT <adrien.saurat at biblibre.com> 2011-12-20 08:50:16 UTC --- Maybe it would be best to leave the whole path to be configured by the user, including the http or https part ? This would imply changing the syspref hint and making sure that other implementations of OPACBaseURL would still work. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 09:54:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 08:54:05 +0000 Subject: [Koha-bugs] [Bug 7266] overdue.pl : filter on flags "debarred" "suspended" and "gonenoaddress" not working In-Reply-To: <bug-7266-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7266-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7266-70-r93uQ4ts42@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7266 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6884|0 |1 is obsolete| | --- Comment #6 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-20 08:54:05 UTC --- Created attachment 6886 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6886 Bug 7266: flags debarred, suspended, gonenoaddress in overdue This patch makes these flags functionnal. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 09:55:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 08:55:03 +0000 Subject: [Koha-bugs] [Bug 7266] overdue.pl : filter on flags "debarred" "suspended" and "gonenoaddress" not working In-Reply-To: <bug-7266-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7266-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7266-70-c0PS6OaMKr@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7266 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 13:04:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 12:04:21 +0000 Subject: [Koha-bugs] [Bug 7247] rebuild_zebra.pl -v should show all Zebra log output In-Reply-To: <bug-7247-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7247-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7247-70-F8eDIMrRk7@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7247 Dobrica Pavlinusic <dpavlin at rot13.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6833|0 |1 is obsolete| | --- Comment #8 from Dobrica Pavlinusic <dpavlin at rot13.org> 2011-12-20 12:04:21 UTC --- Created attachment 6887 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6887 Bug 7247 - rebuild_zebra.pl -v -v should show all Zebra log output My git --amend foo failed me and I forgot to add file. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 13:05:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 12:05:04 +0000 Subject: [Koha-bugs] [Bug 7247] rebuild_zebra.pl -v should show all Zebra log output In-Reply-To: <bug-7247-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7247-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7247-70-yoB6sLjg8f@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7247 Dobrica Pavlinusic <dpavlin at rot13.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 15:35:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 14:35:21 +0000 Subject: [Koha-bugs] [Bug 5473] 952 fields should be filled in by Acquisitions In-Reply-To: <bug-5473-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5473-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5473-70-PrvgEEUiRx@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5473 Nicole C. Engard <nengard at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6877|0 |1 is obsolete| | --- Comment #21 from Nicole C. Engard <nengard at gmail.com> 2011-12-20 14:35:21 UTC --- Created attachment 6888 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6888 [SIGNED-OFF] bug_5473: Update items when receiving shipments Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com> Tested by recieving multiple items with the AcqCreateItem preference set to 'placing and order' and 'receiving an item' In both cases the pricing and vendor is brought over to the item record so I'm signing off. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 15:35:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 14:35:35 +0000 Subject: [Koha-bugs] [Bug 5473] 952 fields should be filled in by Acquisitions In-Reply-To: <bug-5473-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5473-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5473-70-a8FNqYIl0I@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5473 Nicole C. Engard <nengard at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 16:39:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 15:39:48 +0000 Subject: [Koha-bugs] [Bug 6210] Choose framework on Merge In-Reply-To: <bug-6210-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6210-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6210-70-iybAMuVfhL@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6210 --- Comment #14 from Nicole C. Engard <nengard at gmail.com> 2011-12-20 15:39:48 UTC --- Test 1: Merge two records with the same framework Desired result: shouldn't get any prompting to pick a framework, and the same framework should be used **PASSED Test 1** Test 2: 2 records, different frameworks, into the kept record's framework Desired result: merge with kept records framework used **PASSED Test 2** Test 3: 2 records, different frameworks, into the discarded record's framework Desired result: merge with used records framework used **PASSED Test 3** Test 4: 2 records, different frameworks, into a third framework Desired result: merge with third framework used ** PASSED Test 4 ** -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 16:40:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 15:40:46 +0000 Subject: [Koha-bugs] [Bug 6210] Choose framework on Merge In-Reply-To: <bug-6210-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6210-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6210-70-YXoZRYCptS@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6210 Nicole C. Engard <nengard at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6858|0 |1 is obsolete| | --- Comment #15 from Nicole C. Engard <nengard at gmail.com> 2011-12-20 15:40:46 UTC --- Created attachment 6889 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6889 [SIGNED-OFF] bug_6210: Select framework if merging two records with different frameworks ModBiblio() - set framework to "" if "Default" Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com> All 4 tests passed: Test 1: Merge two records with the same framework Desired result: shouldn't get any prompting to pick a framework, and the same framework should be used Test 2: 2 records, different frameworks, into the kept record's framework Desired result: merge with kept records framework used Test 3: 2 records, different frameworks, into the discarded record's framework Desired result: merge with used records framework used Test 4: 2 records, different frameworks, into a third framework Desired result: merge with third framework used -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 16:40:57 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 15:40:57 +0000 Subject: [Koha-bugs] [Bug 6210] Choose framework on Merge In-Reply-To: <bug-6210-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6210-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6210-70-A0rh6Aty40@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6210 Nicole C. Engard <nengard at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 17:34:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 16:34:32 +0000 Subject: [Koha-bugs] [Bug 7371] New: AutoEmailPrimaryAddress set to 'OFF' in new installs Message-ID: <bug-7371-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7371 Bug #: 7371 Summary: AutoEmailPrimaryAddress set to 'OFF' in new installs Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 - low Component: Database AssignedTo: gmcharlt at gmail.com ReportedBy: nengard at gmail.com QAContact: ian.walls at bywatersolutions.com INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('AutoEmailPrimaryAddress','OFF','Defines the default email address where \'Account Details\' emails are sent.','email|emailpro|B_email|cardnumber|OFF','Choice'); This preference should be set to one of the choices - and OFF shouldn't be a choice - OFF seems to map to 'alternate' -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 17:44:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 16:44:28 +0000 Subject: [Koha-bugs] [Bug 7371] AutoEmailPrimaryAddress set to 'OFF' in new installs In-Reply-To: <bug-7371-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7371-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7371-70-UYGVVdIWRO@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7371 --- Comment #1 from Nicole C. Engard <nengard at gmail.com> 2011-12-20 16:44:28 UTC --- Also, doesn't first_valid make the most sense as the default value since it's the most broad? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 19:10:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 18:10:32 +0000 Subject: [Koha-bugs] [Bug 6997] koha-remove leaves system in inconsistent state if there is an error In-Reply-To: <bug-6997-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6997-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6997-70-QwGoeHymD2@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6997 Jared Camins-Esakov <jcamins at cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 19:10:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 18:10:32 +0000 Subject: [Koha-bugs] [Bug 6929] koha-stop-zebra falls over if a zebra process isn't running In-Reply-To: <bug-6929-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6929-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6929-70-x6E7jbg7Xr@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6929 Bug 6929 depends on bug 6997, which changed state. Bug 6997 Summary: koha-remove leaves system in inconsistent state if there is an error http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6997 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Status|ASSIGNED |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 19:11:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 18:11:50 +0000 Subject: [Koha-bugs] [Bug 7216] koha-restore doesn't set HOME In-Reply-To: <bug-7216-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7216-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7216-70-Kr1GUXdShJ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7216 Jared Camins-Esakov <jcamins at cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 21 07:27:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 06:27:34 +0000 Subject: [Koha-bugs] [Bug 5668] Star ratings in the opac In-Reply-To: <bug-5668-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5668-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5668-70-mqPNKoM076@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5668 --- Comment #27 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-21 06:27:34 UTC --- Notes: Both patches still apply on master, although first patch needs git am -3 instead of using git bz. Patches also include tests. The comment from Liz seems to be unresolved - should this be failed qa? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 08:36:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 07:36:07 +0000 Subject: [Koha-bugs] [Bug 6489] cancelling hold from holds awaiting pickup does not trigger transit In-Reply-To: <bug-6489-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6489-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6489-70-Q0oHq2yM1C@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6489 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Patch Status|Needs Signoff |Does not apply --- Comment #7 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-21 07:36:07 UTC --- Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all y Applying: bug_6489: Do not raise WrongTransfer if it is transrerring to reserve branch Using index info to reconstruct a base tree... Falling back to patching base and 3-way merge... Auto-merging C4/Circulation.pm CONFLICT (content): Merge conflict in C4/Circulation.pm Failed to merge in the changes. Patch failed at 0001 bug_6489: Do not raise WrongTransfer if it is transrerring to reserve branch When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort". -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 22:06:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 21:06:46 +0000 Subject: [Koha-bugs] [Bug 6913] Improving koha-list and koha-create In-Reply-To: <bug-6913-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6913-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6913-70-vhnmJXBvXr@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6913 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5800|0 |1 is obsolete| | --- Comment #9 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-20 21:06:46 UTC --- Created attachment 6892 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6892 Bug 6913 - change how ports are handled by koha-create This does two things: * Allows OPACPORT to be specified to change the default OPAC port, * removes the port number from the ServerName directive, as it's already handled by the VirtualHost declaration. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 07:17:57 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 06:17:57 +0000 Subject: [Koha-bugs] [Bug 7090] Add "AllowItemsOnHandCheckout" syspref to allow issue to the patron regardless of hold status In-Reply-To: <bug-7090-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7090-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7090-70-LNTaP6LDCi@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7090 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Patch Status|Needs Signoff |Does not apply --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-21 06:17:57 UTC --- Patch doesn't apply on current master: Observe AllowItemsOnHandCheckout syspref when using self checkout -------------------------- Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all y Applying: bug_7090: AllowItemsOnHoldCheckout syspref Using index info to reconstruct a base tree... Falling back to patching base and 3-way merge... Auto-merging C4/Circulation.pm CONFLICT (content): Merge conflict in C4/Circulation.pm Auto-merging installer/data/mysql/sysprefs.sql Auto-merging installer/data/mysql/updatedatabase.pl CONFLICT (content): Merge conflict in installer/data/mysql/updatedatabase.pl Auto-merging opac/sco/sco-main.pl Failed to merge in the changes. Patch failed at 0001 bug_7090: AllowItemsOnHoldCheckout syspref When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort". -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 23:09:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 22:09:27 +0000 Subject: [Koha-bugs] [Bug 6832] Validation of total > budget in neworderempty In-Reply-To: <bug-6832-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6832-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6832-70-REMqkwB1mN@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6832 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6058|0 |1 is obsolete| | --- Comment #4 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-20 22:09:27 UTC --- Created attachment 6895 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6895 Patch for bug 6832 to fix the ajax validation of exceed budget in new orders, reworked for 3.6. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 07:22:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 06:22:02 +0000 Subject: [Koha-bugs] [Bug 6986] update perltidy with new official style In-Reply-To: <bug-6986-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6986-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6986-70-EBEyQBaayj@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6986 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Version|rel_3_6 |master --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-21 06:22:02 UTC --- Patch still applies to master. How can this be used? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 19:40:01 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 18:40:01 +0000 Subject: [Koha-bugs] [Bug 2629] Diacritics not being ignored when searching In-Reply-To: <bug-2629-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-2629-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-2629-70-JRLi9MqqMU@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2629 --- Comment #30 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-20 18:40:01 UTC --- Albert, Could you please attach the record to the bug? Carmel has the download link removed from their OPAC. Regards, Jared -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 21 08:32:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 07:32:33 +0000 Subject: [Koha-bugs] [Bug 6875] de-nesting C4 packages In-Reply-To: <bug-6875-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6875-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6875-70-oxUZr7ua76@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6875 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #31 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-21 07:32:33 UTC --- 1) Changes to Auth.pm do not apply: Bug 6875 de-nesting Auth.pm (1.29 KB, patch) Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all y Applying: Bug 6875 de-nesting Auth.pm Using index info to reconstruct a base tree... Falling back to patching base and 3-way merge... Auto-merging C4/Auth.pm CONFLICT (content): Merge conflict in C4/Auth.pm Failed to merge in the changes. Patch failed at 0001 Bug 6875 de-nesting Auth.pm When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort". 2) Changes to C4:Biblio do not apply: Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all y Applying: Bug 6875 de nesting C4::Biblio /home/katrin/kohaclone/.git/rebase-apply/patch:292: trailing whitespace. /home/katrin/kohaclone/.git/rebase-apply/patch:425: trailing whitespace. fatal: sha1 information is lacking or useless (C4/Serials.pm). Repository lacks necessary blobs to fall back on 3-way merge. Cannot fall back to three-way merge. Patch failed at 0001 Bug 6875 de nesting C4::Biblio When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort". 3) Also failing: Items.pm Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all y Applying: Bug 6875 de-nesting C4::Items fatal: sha1 information is lacking or useless (C4/Items.pm). Repository lacks necessary blobs to fall back on 3-way merge. Cannot fall back to three-way merge. Patch failed at 0001 Bug 6875 de-nesting C4::Items When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort". 4) C4:Member Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all y Applying: bug 6875 de-nesting C4::Member /home/katrin/kohaclone/.git/rebase-apply/patch:81: trailing whitespace. FROM borrowers /home/katrin/kohaclone/.git/rebase-apply/patch:89: trailing whitespace. FROM borrowers /home/katrin/kohaclone/.git/rebase-apply/patch:90: trailing whitespace. LEFT JOIN categories ON borrowers.categorycode=categories.categorycode /home/katrin/kohaclone/.git/rebase-apply/patch:271: trailing whitespace. GetMemberFlags warning: 4 lines add whitespace errors. Using index info to reconstruct a base tree... <stdin>:81: trailing whitespace. FROM borrowers <stdin>:89: trailing whitespace. FROM borrowers <stdin>:90: trailing whitespace. LEFT JOIN categories ON borrowers.categorycode=categories.categorycode <stdin>:271: trailing whitespace. GetMemberFlags warning: 4 lines applied after fixing whitespace errors. Falling back to patching base and 3-way merge... Auto-merging C4/ILSDI/Services.pm Auto-merging C4/Members.pm CONFLICT (content): Merge conflict in C4/Members.pm Auto-merging circ/circulation.pl Auto-merging circ/returns.pl Auto-merging opac/sco/sco-main.pl Auto-merging t/db_dependent/lib/KohaTest/Members.pm Failed to merge in the changes. Patch failed at 0001 bug 6875 de-nesting C4::Member When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort". 5) opac-detail.pl Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all y Applying: Bug 6875 cleaning opac-detail.pl fatal: sha1 information is lacking or useless (opac/opac-detail.pl). Repository lacks necessary blobs to fall back on 3-way merge. Cannot fall back to three-way merge. Patch failed at 0001 Bug 6875 cleaning opac-detail.pl When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". Other patches still apply. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 23:09:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 22:09:50 +0000 Subject: [Koha-bugs] [Bug 6832] Validation of total > budget in neworderempty In-Reply-To: <bug-6832-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6832-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6832-70-CbwLq9V460@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6832 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Does not apply |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 22:00:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 21:00:31 +0000 Subject: [Koha-bugs] [Bug 6147] Reading RSS feeds via Netvibes In-Reply-To: <bug-6147-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6147-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6147-70-g5DdoBIPMh@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6147 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #7 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-20 21:00:31 UTC --- Julian or someone else more familiar with RSS - is the result Arslan got enough for sign-off? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 01:40:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 00:40:37 +0000 Subject: [Koha-bugs] [Bug 5533] marking item lost diff in two places In-Reply-To: <bug-5533-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5533-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5533-70-DxlUpvIvBq@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5533 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5937|0 |1 is obsolete| | Attachment #6810|0 |1 is obsolete| | --- Comment #33 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-21 00:40:37 UTC --- Created attachment 6896 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6896 Bug 5533 followup: reinstate Lost status editing The original patch for 5533 removed the Lost status from the edit items screen; new items were not affected, and batch changes could still be made, so this was not a consistent change. This patch removes the filter that hid the Lost status dropdown, but then changes the default MARC framework to hide this field by default (value -5). New installations will not see this status in the editor, unless they manually activate it. This will enforce the semantics of using the "mark lost" options by default, but provide a workaround for libraries that understand and accept the consequences of manually editing this field. To test: 1. on an existing install, edit an item. you should have the Lost status visible 2. on a new install, editing or creating an item should not show the Lost status at all Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 01:40:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 00:40:52 +0000 Subject: [Koha-bugs] [Bug 5533] marking item lost diff in two places In-Reply-To: <bug-5533-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5533-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5533-70-1kk7rfZFVZ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5533 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 08:40:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 07:40:04 +0000 Subject: [Koha-bugs] [Bug 7186] add new 'Koha Stats' tab to 'About' page In-Reply-To: <bug-7186-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7186-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7186-70-EhupK6OKL8@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7186 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rel_3_8 |master Patch Status|Needs Signoff |Does not apply --- Comment #8 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-21 07:40:04 UTC --- There is some controversial disscussion about this bug. Patch does currently not apply to master: Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all y Applying: Bug 7186 - add new 'Koha Stats' tab to 'About' page Using index info to reconstruct a base tree... Falling back to patching base and 3-way merge... Auto-merging koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css CONFLICT (content): Merge conflict in koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/about.tt CONFLICT (content): Merge conflict in koha-tmpl/intranet-tmpl/prog/en/modules/about.tt Failed to merge in the changes. Patch failed at 0001 Bug 7186 - add new 'Koha Stats' tab to 'About' page When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort". -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 22:10:09 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 21:10:09 +0000 Subject: [Koha-bugs] [Bug 6913] Improving koha-list and koha-create In-Reply-To: <bug-6913-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6913-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6913-70-PKkp1mTmn0@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6913 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 22:09:38 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 21:09:38 +0000 Subject: [Koha-bugs] [Bug 6913] Improving koha-list and koha-create In-Reply-To: <bug-6913-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6913-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6913-70-gKHr0SuwDK@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6913 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6890|0 |1 is obsolete| | --- Comment #10 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-20 21:09:38 UTC --- Created attachment 6893 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6893 Bug 6913: More options for koha-create and koha-remove This commit makes koha-create more flexible by adding a number of command-line and configuration options. The biggest change is to add support for pre-determined MySQL credentials using a file in /etc/koha/passwd (for security reasons, if you use this feature, make sure the file is not world-readable). The configuration file has the following format: instance:user:password:database The database is optional, but the other two are both required if you want to specify MySQL credentials. If no credentials are specified for a given instance, the standard koha_instance username and an auto-generated password are used. The following additional command line options are now available: * --use-db - use a pre-existing database, see also --database * --database - specify the name of the mysql database (still defaults to koha_instance) * --passwdfile - specify a custom (Koha) passwd file for MySQL credentials The following additional variables are now available (for use in koha-sites.conf or a custom config file): * OPACPORT (previously added but not documented) - port on which the OPAC should be served * OPACPREFIX - prefix for the OPAC's virtual host * OPACSUFFIX - suffix for the OPAC's virtual host This commit also adds the --keep-mysql option to koha-remove, which, if specified, will prevent koha-remove from deleting the database or MySQL user when removing an instance. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 07:30:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 06:30:39 +0000 Subject: [Koha-bugs] [Bug 6752] Be stricter with utf-8 output In-Reply-To: <bug-6752-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6752-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6752-70-jBMXRe6JbL@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6752 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Patch Status|Needs Signoff |Does not apply --- Comment #9 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-21 06:30:39 UTC --- Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all y Applying: Bug 6752: Be stricter with utf-8 encoding of output Using index info to reconstruct a base tree... Falling back to patching base and 3-way merge... Auto-merging cataloguing/ysearch.pl CONFLICT (content): Merge conflict in cataloguing/ysearch.pl Auto-merging misc/cronjobs/overdue_notices.pl Auto-merging misc/migration_tools/rebuild_zebra.pl Failed to merge in the changes. Patch failed at 0001 Bug 6752: Be stricter with utf-8 encoding of output When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort". -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 07:35:36 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 06:35:36 +0000 Subject: [Koha-bugs] [Bug 6554] Broken encoding in members home/search page In-Reply-To: <bug-6554-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6554-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6554-70-9UC44hmEBy@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6554 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Patch Status|Needs Signoff |Does not apply --- Comment #30 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-21 06:35:36 UTC --- It seems there is something wrong with the attached patch: [~/kohaclone (nso_6554)]> git bz apply 6554 Bug 6554 - Broken encoding in members home/search page added session, CGI queries and all Zebra/PAR utf8 decode Apply? [yn] y Patch format detection failed. Patch left in /tmp/added-session-CGI-queries-and-all-ZebraPAR-utf8-de-iXfemD.patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 21:07:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 20:07:05 +0000 Subject: [Koha-bugs] [Bug 7311] Error when records have UNIMARC 461$0 or 773$0 for something other than bibnumber In-Reply-To: <bug-7311-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7311-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7311-70-p8TL49jRZG@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7311 Ian Walls <ian.walls at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Passed QA --- Comment #6 from Ian Walls <ian.walls at bywatersolutions.com> 2011-12-20 20:07:05 UTC --- Just adds conditional checks before proceeding with Analytics-specific code execution. Marking as Passed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 21:04:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 20:04:23 +0000 Subject: [Koha-bugs] [Bug 7144] Floating collection In-Reply-To: <bug-7144-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7144-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7144-70-W4xUcMZUIR@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7144 --- Comment #8 from Ian Walls <ian.walls at bywatersolutions.com> 2011-12-20 20:04:23 UTC --- Created attachment 6891 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6891 Enhancement 7144: Floating Collections (per branch/itemtype) Adds support for Floating Collections (i.e. items that don't automatically return home when checked in at another branch) on a per branchcode/itemtype basis. This patch adds a new column (returnbranch) to the default_circ_rules, default_branch_item_rules, default_branch_circ_rules and branch_item_rules tables, after the 'holdsallowed' column. While this is coded as a varchar(15), the only currently supported values are 'homebranch', 'holdingbranch', 'noreturn' and NULL. On upgrade, the value of HomeOrHoldingBranchReturn is used to populate the global default (which is stored in default_circ_rules.returnbranch). To access this value, use C4::Circulation::GetBranchItemRule. This subroutine is altered to supply an additional key, "returnbranch", containing this value (or 'homebranch' as a default). No existing usage of GetBranchItemRule should need to be modified. The use of HomeOrHoldingBranchReturn is removed in AddReturn to instead use this subroutine. This will determine, on a more granular level, where the item should be transferred, after all is said and done. If 'noreturn' is specified, then the material will remain at the branch doing the checking in. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 06:26:18 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 05:26:18 +0000 Subject: [Koha-bugs] [Bug 6115] Acquisition reports : date filter & sorting don't work In-Reply-To: <bug-6115-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6115-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6115-70-GIaEV8oGFC@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6115 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Patch Status|Needs Signoff |Does not apply --- Comment #14 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-21 05:26:18 UTC --- Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all y Applying: BZ6115: Acquisition reports : date filter & sorting don't work Using index info to reconstruct a base tree... Falling back to patching base and 3-way merge... Auto-merging reports/acquisitions_stats.pl CONFLICT (content): Merge conflict in reports/acquisitions_stats.pl Failed to merge in the changes. Patch failed at 0001 BZ6115: Acquisition reports : date filter & sorting don't work When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort". -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 07:42:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 06:42:25 +0000 Subject: [Koha-bugs] [Bug 7238] The SIPconfig.xml is stored in the C4/SIP dir In-Reply-To: <bug-7238-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7238-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7238-70-Rgw6jeHf8T@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7238 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de AssignedTo|gmcharlt at gmail.com |chris at bigballofwax.co.nz -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 21 07:37:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 06:37:59 +0000 Subject: [Koha-bugs] [Bug 7220] Returns page message boxes being ignored In-Reply-To: <bug-7220-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7220-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7220-70-gR0qSC5BS8@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7220 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Patch Status|Needs Signoff |Does not apply --- Comment #8 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-21 06:37:59 UTC --- Not sure I get the problem from the comments above. Patch doesn't apply on master for me. Chris, can you perhaps fix and resubmit? Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all y Applying: made appropriate changes so that user can customise the display of messages on the returns page as per wr87151 Using index info to reconstruct a base tree... Falling back to patching base and 3-way merge... Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt CONFLICT (content): Merge conflict in koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt Failed to merge in the changes. Patch failed at 0001 made appropriate changes so that user can customise the display of messages on the returns page as per wr87151 When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort". -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 22:20:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 21:20:24 +0000 Subject: [Koha-bugs] [Bug 6908] increase DEBUG level for *NOISY* Dates.pm init() messages In-Reply-To: <bug-6908-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6908-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6908-70-CE1WbY9fPX@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6908 Ian Walls <ian.walls at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls at bywatersolutions. | |com --- Comment #5 from Ian Walls <ian.walls at bywatersolutions.com> 2011-12-20 21:20:24 UTC --- This results in the following error types in the log: [Thu Dec 15 16:20:43 2011] [error] [client 10.8.5.33] [Thu Dec 15 16:20:43 2011] opac-detail.pl: Use of uninitialized value $C4::Dates::debug in numeric gt (>) at /usr/share/kohatest36/lib/C4/Dates.pm line 170., referer: http://kohatest36/cgi-bin/koha/opac-search.pl?q=school+census Looks like $debug isn't getting universally set to a numeric value. In the cases where it's not numeric, we get the above error -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 06:29:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 05:29:34 +0000 Subject: [Koha-bugs] [Bug 5166] Reintroduce a zebraqueue daemon, make several rebuild_zebra.pl functions a lib In-Reply-To: <bug-5166-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5166-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5166-70-v0Nn0Lsldd@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5166 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Patch Status|Needs Signoff |Does not apply --- Comment #36 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-21 05:29:34 UTC --- The system preference management has changed since this patch was written, only one file has to be changed now. Please fix and resubmit. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 08:51:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 07:51:28 +0000 Subject: [Koha-bugs] [Bug 5788] Move ReservesMaxPickupDelay system preference to the Circulation Matrix. In-Reply-To: <bug-5788-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5788-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5788-70-PQK4TLa8n4@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5788 Srdjan Jankovic <srdjan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff --- Comment #16 from Srdjan Jankovic <srdjan at catalyst.net.nz> 2011-12-21 07:51:28 UTC --- I understand the confusion, I was confused myself. The removed line is the only place in the code where ReservesMaxPickupDelay is mentioned. Hence nothing to change, and I removed the line. As per bug 5786, if you want to test them one at the time, please decide on the order because first one to have patch pushed will invalidate testing of the other two. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 13:39:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 12:39:08 +0000 Subject: [Koha-bugs] [Bug 6536] Z3950 Enhancements: SRU targets, MARC conversion, additional XSLT processing In-Reply-To: <bug-6536-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6536-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6536-70-rhKkzrhwcj@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6536 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Does not apply |Needs Signoff QAContact|koha-bugs at lists.koha-commun |ian.walls at bywatersolutions. |ity.org |com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 13:39:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 12:39:47 +0000 Subject: [Koha-bugs] [Bug 6536] Z3950 Enhancements: SRU targets, MARC conversion, additional XSLT processing In-Reply-To: <bug-6536-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6536-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6536-70-BO9XD27niN@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6536 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #4959|0 |1 is obsolete| | --- Comment #9 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-21 12:39:47 UTC --- Created attachment 6901 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6901 Rebased patch for db rev -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 21 13:42:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 12:42:16 +0000 Subject: [Koha-bugs] [Bug 6536] Z3950 Enhancements: SRU targets, MARC conversion, additional XSLT processing In-Reply-To: <bug-6536-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6536-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6536-70-vVRLFNbTvT@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6536 --- Comment #10 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-21 12:42:16 UTC --- (In reply to comment #8) > Could you perhaps fix and resubmit? I will try to test soon after you did, > according to the test plan on the wiki. Resubmitted the dbrev. Hope you can test soon; needs rebasing often.. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 21 07:44:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 06:44:31 +0000 Subject: [Koha-bugs] [Bug 6828] Add Admin Dashboard for staff users. In-Reply-To: <bug-6828-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6828-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6828-70-hfLWM5HEcc@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6828 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Does not apply --- Comment #11 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-21 06:44:31 UTC --- Hi Barry, I am sorry, your patch does not apply on master. Could you please fix and resubmit? Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all y Applying: Bug 6828[ENH] - Add basic Dashboard for staff users. /home/katrin/kohaclone/.git/rebase-apply/patch:61: trailing whitespace. BEGIN { /home/katrin/kohaclone/.git/rebase-apply/patch:62: trailing whitespace. $VERSION = 3.01; /home/katrin/kohaclone/.git/rebase-apply/patch:64: trailing whitespace. @EXPORT = qw(&number_of_items_library_xml &number_of_borrowers_library_xml &number_of_issues_library_xml &number_of_biblios_xml &number_of_loan_history_system_xml /home/katrin/kohaclone/.git/rebase-apply/patch:85: trailing whitespace. /home/katrin/kohaclone/.git/rebase-apply/patch:93: trailing whitespace. warning: squelched 50 whitespace errors warning: 55 lines add whitespace errors. Using index info to reconstruct a base tree... <stdin>:61: trailing whitespace. BEGIN { <stdin>:62: trailing whitespace. $VERSION = 3.01; <stdin>:64: trailing whitespace. @EXPORT = qw(&number_of_items_library_xml &number_of_borrowers_library_xml &number_of_issues_library_xml &number_of_biblios_xml &number_of_loan_history_system_xml <stdin>:85: trailing whitespace. <stdin>:93: trailing whitespace. warning: squelched 51 whitespace errors warning: 55 lines applied after fixing whitespace errors. Falling back to patching base and 3-way merge... Auto-merging installer/data/mysql/sysprefs.sql Auto-merging installer/data/mysql/updatedatabase.pl CONFLICT (content): Merge conflict in installer/data/mysql/updatedatabase.pl Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt CONFLICT (content): Merge conflict in koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt Auto-merging mainpage.pl CONFLICT (content): Merge conflict in mainpage.pl Failed to merge in the changes. Patch failed at 0001 Bug 6828[ENH] - Add basic Dashboard for staff users. When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort". -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 11:16:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 10:16:04 +0000 Subject: [Koha-bugs] [Bug 7327] Translation script doesn't like concatenated javascript strings In-Reply-To: <bug-7327-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7327-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7327-70-L6a0lYZXrT@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7327 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|frederic at tamil.fr |chrish at catalyst.net.nz -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 21 06:35:18 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 05:35:18 +0000 Subject: [Koha-bugs] [Bug 5788] Move ReservesMaxPickupDelay system preference to the Circulation Matrix. In-Reply-To: <bug-5788-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5788-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5788-70-UkpDI3gAvg@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5788 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Patch Status|Needs Signoff |Failed QA --- Comment #15 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-21 05:35:18 UTC --- Patch still applies on current master. Problems found: - no change to kohastructure Question: - why was this line removed from an older update? $dbh->do("UPDATE `systempreferences` SET type='Integer' WHERE variable='ReservesMaxPickupDelay'"); -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 09:00:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 08:00:20 +0000 Subject: [Koha-bugs] [Bug 6489] cancelling hold from holds awaiting pickup does not trigger transit In-Reply-To: <bug-6489-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6489-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6489-70-K7li07E3ic@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6489 Srdjan Jankovic <srdjan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6504|0 |1 is obsolete| | --- Comment #8 from Srdjan Jankovic <srdjan at catalyst.net.nz> 2011-12-21 08:00:20 UTC --- Created attachment 6899 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6899 patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 06:39:19 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 05:39:19 +0000 Subject: [Koha-bugs] [Bug 6334] Using OAI with the OPACBaseURL syspref In-Reply-To: <bug-6334-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6334-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6334-70-CxOYEd8kkt@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6334 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #19 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-21 05:39:19 UTC --- There is no patch for master (although 3.4 patch applies there) and a lot of discussion about this bug. Christophe, Frederick and Magnus - can this be closed? Is this or another patch needed? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 07:49:19 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 06:49:19 +0000 Subject: [Koha-bugs] [Bug 6019] Using memoize_memcached to cache slow subroutines In-Reply-To: <bug-6019-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6019-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6019-70-0TPKOjlU0C@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6019 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Patch Status|Needs Signoff |Does not apply --- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-21 06:49:19 UTC --- Second patch does not apply: Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all y Applying: Bug 6019 : Perf enhancement : C4/SQLHelper.pm /home/katrin/kohaclone/.git/rebase-apply/patch:18: trailing whitespace. warning: 1 line adds whitespace errors. Using index info to reconstruct a base tree... <stdin>:18: trailing whitespace. warning: 1 line applied after fixing whitespace errors. Falling back to patching base and 3-way merge... Auto-merging C4/SQLHelper.pm CONFLICT (content): Merge conflict in C4/SQLHelper.pm Failed to merge in the changes. Patch failed at 0001 Bug 6019 : Perf enhancement : C4/SQLHelper.pm When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort". -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 09:00:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 08:00:35 +0000 Subject: [Koha-bugs] [Bug 6489] cancelling hold from holds awaiting pickup does not trigger transit In-Reply-To: <bug-6489-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6489-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6489-70-JcY0o1msHL@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6489 Srdjan Jankovic <srdjan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Does not apply |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 12:33:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 11:33:48 +0000 Subject: [Koha-bugs] [Bug 7372] New: RoadTypes should be folded into Authorised Values Message-ID: <bug-7372-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7372 Bug #: 7372 Summary: RoadTypes should be folded into Authorised Values Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_8 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing AssignedTo: ian.walls at bywatersolutions.com ReportedBy: ian.walls at bywatersolutions.com QAContact: jonathan.druart at biblibre.com The current data structure for Road Types is essentially the same as for Authorised Values, but it gets it's own admin page and database table. In an effort to simply both the Koha data structure, and the admin main page, I suggest moving this into Authorised Values. This development is marked as "(OUEST-PROVENCE)". Is there a reason for the separate table and admin page that I don't understand, (not being in a European library)? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 21 06:43:56 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 05:43:56 +0000 Subject: [Koha-bugs] [Bug 6025] Script to recreate entries in the statistics table from the issues and oldissues table In-Reply-To: <bug-6025-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6025-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6025-70-6H6VqvJXd6@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6025 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #7 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-21 05:43:56 UTC --- Hi Matthias, can you provide a test plan for this? In which circumstances one would use the script? The second patch seems to delete all documentation about the script? All 3 patches still apply to master. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 03:14:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 02:14:24 +0000 Subject: [Koha-bugs] [Bug 6627] [security] insecure file creation In-Reply-To: <bug-6627-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6627-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6627-70-pUxFYB1BoG@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6627 --- Comment #1 from Duncan <duncan at catalyst.net.nz> 2011-12-21 02:14:24 UTC --- Created attachment 6897 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6897 Patch to ensure higher security with relation to log files Removed session logging, no useful information was being stored and was just a liability. Left 'externalmodules.pl' untouched, does anyone know whether this is useful or not, is it still wanted? Placed returns in the print methods for Print.pm as they were not being used except by themselves or tests. The printslip method was being used elsewhere but was calling remoteprint which is currently broken and needs repairing in order for it to be of any use if it is even wanted. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 21:31:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 20:31:03 +0000 Subject: [Koha-bugs] [Bug 7266] overdue.pl : filter on flags "debarred" "suspended" and "gonenoaddress" not working In-Reply-To: <bug-7266-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7266-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7266-70-EOjg4BVO8O@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7266 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Version|rel_3_6 |master -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 21 06:51:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 05:51:24 +0000 Subject: [Koha-bugs] [Bug 6314] UNIMARC OPAC XSL improvements In-Reply-To: <bug-6314-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6314-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6314-70-7HUTksBH3y@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6314 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #9 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-21 05:51:24 UTC --- Patch still applies and includes important enhancements. I am missing UNIMARC records for testing this bug and others - perhaps some records can be attached or a small database stored somewhere for testing purposes? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 06:48:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 05:48:02 +0000 Subject: [Koha-bugs] [Bug 6314] UNIMARC OPAC XSL improvements In-Reply-To: <bug-6314-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6314-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6314-70-Dap3Td60x3@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6314 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #4048|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 14:01:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 13:01:24 +0000 Subject: [Koha-bugs] [Bug 6627] [security] insecure file creation In-Reply-To: <bug-6627-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6627-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6627-70-6HtKV0ExOm@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6627 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl --- Comment #2 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-21 13:01:24 UTC --- (In reply to comment #1) > Removed session logging, no useful information was being stored and was just a > liability. Thanks for your patch. I agree that current situation could be unsafe, but I do not agree just removing session log information under the flag of not useful information. It could be useful to know who was logged in at at a certain time. Could you write a follow up that gives me that information in a table? That table could be cleaned up regularly in cleanup_database as has been done for more tables.. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 04:35:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 03:35:49 +0000 Subject: [Koha-bugs] [Bug 5786] Move AllowOnShelfHolds system preference to the Circulation Matrix In-Reply-To: <bug-5786-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5786-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5786-70-vyd1gqRMqZ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5786 Srdjan Jankovic <srdjan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #4755|0 |1 is obsolete| | --- Comment #15 from Srdjan Jankovic <srdjan at catalyst.net.nz> 2011-12-21 03:35:49 UTC --- Created attachment 6898 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6898 patch 1) We have a new system for adding new system preferences - I'm kind of aware of that, from some other bug. But this should be no worry, this bug removes syspref 2) The updatedatabase adds a new column to issuingrules, but there is no corresponding change to kohastructure.sql - well nobody's perfect :) I've corrected that. I had some grief reconciling some syspref translations when merging, but I think it is fine. This can be tested without 5787 and 5788, however if we adopt step by step approach then other two should not be tested before this patch is pushed and other two rebased. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 04:36:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 03:36:06 +0000 Subject: [Koha-bugs] [Bug 5786] Move AllowOnShelfHolds system preference to the Circulation Matrix In-Reply-To: <bug-5786-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5786-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5786-70-vTQHHoNqfR@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5786 Srdjan Jankovic <srdjan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 22:57:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 21:57:50 +0000 Subject: [Koha-bugs] [Bug 6800] Koha authentication should handle proxies better In-Reply-To: <bug-6800-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6800-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6800-70-klbPBaohlZ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6800 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 22:57:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 21:57:27 +0000 Subject: [Koha-bugs] [Bug 6800] Koha authentication should handle proxies better In-Reply-To: <bug-6800-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6800-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6800-70-S2FBUQhSXP@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6800 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6703|0 |1 is obsolete| | --- Comment #7 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-20 21:57:27 UTC --- Created attachment 6894 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6894 Bug 6800: Handle X-Forwarded-For headers Previously Koha always used the remote address for its sessions. This is a problem where a sizable percentage of sessions are being routed through the same proxy (for example, in the case of load balancers or reverse proxies, or even a corporate proxy). This commit adds support for pulling the client's IP address out of the X-Forwarded-For HTTP header, so that sessions will be keyed to the client and not the proxy. Although X-Forwarded-For can be spoofed, in situations where all clients would have the same immediate REMOTE_ADDRESS (e.g. load balancing, reverse proxy, corporate firewall), using X-Forwarded-For seems the lesser of two evils (if you're running the proxy, you can guarantee that the most recent entry in X-Forwarded-For is accurate, hence the behavior when the syspref is set to require a routable IP). === SYSPREFS === This commit adds the syspref HandleXForwardedFor with the following options: * Always use the address of the machine connecting to Koha as the client IP for authenticated sessions. This is appropriate for configurations with no reverse proxy or load balancer, and is exactly the same as the previous behavior. * Always use the address of the machine with the web browser as the client IP for authenticated sessions. This is appropriate for configurations that are contained entirely within a LAN, and therefore non-routable IPs can be mapped to specific computers. * Use the first routable address or the address of the last hop before the proxy as the client IP for authenticated sessions. This is appropriate for configurations that include a reverse proxy or load balancer exposed via the public Internet. Anyone connecting through an additional proxy will have their session linked to that proxy's IP. === API CHANGES === This commit adds the get_clientip method to C4::Auth to handle identification of the client IP: my $clientip = get_clientip($remote_addr, $forwarded_for, $require_routable); Parses the remote IP address (passed to the function in $remote_addr), the X-Forwarded-For header (passed to the function in $forwarded_for), and retrieves the IP address of the client, returning a string representation of the IP address. If $require_routable is set to "first", this function will always return the most-distant IP address. If $require_routable is set to "routable", this function will choose the first routable IP address in the list of relays, or the address immediately before the closest proxy. If $require_routable is set to "ignore", this function will always return the most recent hop (i.e. the remote address). "Ignore" is the default, if $require_routable is not set. === TESTING INSTRUCTIONS === The problem with the current configuration in Koha can be seen by configuring Koha to listen on 127.0.0.1 and setting up a Squid proxy with the following configuration options on the same server: # BEGIN SQUID CONFIGURATION # The next two lines must go at the top of the squid configuration file: http_port ${PUBLIC_IP}:80 accel defaultsite=${YOUR_DOMAIN} vhost cache_peer 127.0.0.1 parent 80 0 no-query originserver name=myAccel # The next four lines must go AFTER the line "acl CONNECT method CONNECT acl our_sites dstdomain .${YOUR_DOMAIN} http_access allow our_sites cache_peer_access myAccel allow our_sites cache_peer_access myAccel deny all # END SQUID CONFIGURATION If you view the session log after connecting via ${PUBLIC_IP}:80, you will see an entry for 127.0.0.1. This is the default behavior after this patch is applied as well, but by changing the syspref HandleXForwardedFor to "Always use the address of the originating machine," you can ensure that the IP that shows up will always be the IP address of the machine with the web browser, or by setting the syspref to "Use the first routable address or address of last hop before proxy," you can ensure that the IP will always be either the first routable address or the address of the system connecting to the reverse proxy. On a LAN, the difference between those two options can be tested by daisy-chaining a second squid proxy to the first, and connecting through that. In addition to these steps for testing, several tests have been added to confirm that C4::Auth::get_clientip correctly handles valid input. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 22:56:19 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 21:56:19 +0000 Subject: [Koha-bugs] [Bug 6800] Koha authentication should handle proxies better In-Reply-To: <bug-6800-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6800-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6800-70-EChmUsJh1m@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6800 --- Comment #6 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-20 21:56:19 UTC --- You can test this with curl also curl -c cookies.txt -d "userid=username&password=password&koha_login_context=intranet&submit=Login" http://192.168.2.135:8080 curl -b cookies.txt http://192.168.2.135:8080 Still logged in curl -H 'X-Forwarded-For: blah, blah2' -H 'Client-IP: blah' -b cookies.txt http://192.168.2.135:8080 Still logged in Change system preference curl -H 'X-Forwarded-For: blah, blah2' -H 'Client-IP: blah' -b cookies.txt http://192.168.2.135:8080 Not logged Log in again curl -c cookies.txt -d "userid=username&password=password&koha_login_context=intranet&submit=Login" http://192.168.2.135:8080 curl -H 'X-Forwarded-For: 192.168.2.135' -b cookies.txt http://192.168.2.135:8080 Still logged in. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 08:17:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 07:17:12 +0000 Subject: [Koha-bugs] [Bug 6751] Link in readingrec.pl to export a barcode file In-Reply-To: <bug-6751-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6751-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6751-70-8SjzZaJIt3@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6751 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Patch Status|Needs Signoff |Does not apply --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-21 07:17:12 UTC --- Does not apply to current master (using git am -i3u) Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all y Applying: Bug 6751: Adds a link "Export checkin barcodes" in readingrec Using index info to reconstruct a base tree... Falling back to patching base and 3-way merge... Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt CONFLICT (content): Merge conflict in koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt Auto-merging members/readingrec.pl Failed to merge in the changes. Patch failed at 0001 Bug 6751: Adds a link "Export checkin barcodes" in readingrec When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort". -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 07:07:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 06:07:11 +0000 Subject: [Koha-bugs] [Bug 6536] Z3950 Enhancements: SRU targets, MARC conversion, additional XSLT processing In-Reply-To: <bug-6536-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6536-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6536-70-JMYLuQf2rE@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6536 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Patch Status|Needs Signoff |Does not apply --- Comment #8 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-21 06:07:11 UTC --- Hi Marcel, this looks like a very interesting feature. There are some conflicts for the second patch: Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all y Applying: 6536: Z3950 Enhancements (DB Revision) Using index info to reconstruct a base tree... Falling back to patching base and 3-way merge... Auto-merging installer/data/mysql/kohastructure.sql CONFLICT (content): Merge conflict in installer/data/mysql/kohastructure.sql Auto-merging installer/data/mysql/updatedatabase.pl CONFLICT (content): Merge conflict in installer/data/mysql/updatedatabase.pl Failed to merge in the changes. Patch failed at 0001 6536: Z3950 Enhancements (DB Revision) When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort". Could you perhaps fix and resubmit? I will try to test soon after you did, according to the test plan on the wiki. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 21:44:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 20:44:27 +0000 Subject: [Koha-bugs] [Bug 5786] Move AllowOnShelfHolds system preference to the Circulation Matrix In-Reply-To: <bug-5786-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5786-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5786-70-3NbGFDDcZK@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5786 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Failed QA --- Comment #14 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-20 20:44:27 UTC --- Hi Srdjan, can this be tested without applying changes for 5787 and 5788? Or do the other 2 only build on things from this patch so should be tested after this was applied? I think it will be hard testing all 3 together and a step by step introduction into Koha would be a bit easier. A lot of things have changes since this patch was added, so I think it needs some work now :( Problems found: 1) We have a new system for adding new system preferences, only 1 central file has to be changed now. 2) The updatedatabase adds a new column to issuingrules, but there is no corresponding change to kohastructure.sql -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 04:44:53 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 03:44:53 +0000 Subject: [Koha-bugs] [Bug 7299] ILSDI HoldItem service does't set the itemnumber in reserves table In-Reply-To: <bug-7299-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7299-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7299-70-jLgxwJiaYL@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7299 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Failed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 21 08:20:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 07:20:58 +0000 Subject: [Koha-bugs] [Bug 6858] Adds staticfines.pl for static fines processing In-Reply-To: <bug-6858-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6858-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6858-70-PEGcvIjh0p@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6858 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #7 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-21 07:20:58 UTC --- Patches both apply - which patch is obsolete? Can you explain a bit more about how this works? How often should this be run? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 09:31:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 08:31:52 +0000 Subject: [Koha-bugs] [Bug 7090] Add "AllowItemsOnHandCheckout" syspref to allow issue to the patron regardless of hold status In-Reply-To: <bug-7090-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7090-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7090-70-pv5LTzV5YI@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7090 Srdjan Jankovic <srdjan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6069|0 |1 is obsolete| | --- Comment #3 from Srdjan Jankovic <srdjan at catalyst.net.nz> 2011-12-21 08:31:52 UTC --- Created attachment 6900 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6900 patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 19:31:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 18:31:42 +0000 Subject: [Koha-bugs] [Bug 6913] Improving koha-list and koha-create In-Reply-To: <bug-6913-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6913-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6913-70-Ad4jTXxddY@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6913 Jared Camins-Esakov <jcamins at cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5821|0 |1 is obsolete| | --- Comment #8 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-20 18:31:42 UTC --- Created attachment 6890 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6890 Bug 6913: More options for koha-create and koha-remove This commit makes koha-create more flexible by adding a number of command-line and configuration options. The biggest change is to add support for pre-determined MySQL credentials using a file in /etc/koha/passwd (for security reasons, if you use this feature, make sure the file is not world-readable). The configuration file has the following format: instance:user:password:database The database is optional, but the other two are both required if you want to specify MySQL credentials. If no credentials are specified for a given instance, the standard koha_instance username and an auto-generated password are used. The following additional command line options are now available: * --use-db - use a pre-existing database, see also --database * --database - specify the name of the mysql database (still defaults to koha_instance) * --passwdfile - specify a custom (Koha) passwd file for MySQL credentials The following additional variables are now available (for use in koha-sites.conf or a custom config file): * OPACPORT (previously added but not documented) - port on which the OPAC should be served * OPACPREFIX - prefix for the OPAC's virtual host * OPACSUFFIX - suffix for the OPAC's virtual host This commit also adds the --keep-mysql option to koha-remove, which, if specified, will prevent koha-remove from deleting the database or MySQL user when removing an instance. Rebased on latest Master as of 20 December 2011 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 09:32:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 08:32:12 +0000 Subject: [Koha-bugs] [Bug 7090] Add "AllowItemsOnHandCheckout" syspref to allow issue to the patron regardless of hold status In-Reply-To: <bug-7090-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7090-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7090-70-XkAQDiubk6@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7090 Srdjan Jankovic <srdjan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Does not apply |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 20 21:55:18 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Dec 2011 20:55:18 +0000 Subject: [Koha-bugs] [Bug 6810] Send membership expiry reminder notices In-Reply-To: <bug-6810-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6810-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6810-70-OPwPAj9yhJ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6810 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Patch Status|Needs Signoff |Failed QA --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-20 20:55:18 UTC --- Hi Amit and Savitra, the way we handle system preferences has changed in 3.6. Only one change to a central systempreferences file is needed now. Can you please rework your patch and resubmit? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 08:24:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 07:24:55 +0000 Subject: [Koha-bugs] [Bug 6875] de-nesting C4 packages In-Reply-To: <bug-6875-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6875-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6875-70-lYd9SmHnsU@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6875 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5443|1 |0 is patch| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 07:13:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 06:13:06 +0000 Subject: [Koha-bugs] [Bug 6129] ISSN url param for serialssolutions.com In-Reply-To: <bug-6129-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6129-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6129-70-mvAIEdvCJU@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6129 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Patch Status|Needs Signoff |Does not apply --- Comment #11 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-21 06:13:06 UTC --- Patch for master does not apply: Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all y Applying: Bug 6129 - [master] this adds an ISSN to serialssolutions URLs Using index info to reconstruct a base tree... Falling back to patching base and 3-way merge... Auto-merging C4/Biblio.pm Auto-merging catalogue/detail.pl CONFLICT (content): Merge conflict in catalogue/detail.pl Auto-merging koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl Auto-merging opac/opac-detail.pl CONFLICT (content): Merge conflict in opac/opac-detail.pl Failed to merge in the changes. Patch failed at 0001 Bug 6129 - [master] this adds an ISSN to serialssolutions URLs When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort". I am not sure if we should build in solutions for single vendors like this. Could there be a way to make this more flexible? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 08:23:43 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 07:23:43 +0000 Subject: [Koha-bugs] [Bug 7286] fix rebuild_zebra.pl to add rebuild_zebra_sliced.zsh In-Reply-To: <bug-7286-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7286-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7286-70-jJGQ0twUJV@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7286 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-21 07:23:43 UTC --- Hi Stephane, can you add a bit more information about how this works and what it is doing/changing? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 21 15:00:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 14:00:41 +0000 Subject: [Koha-bugs] [Bug 5166] Reintroduce a zebraqueue daemon, make several rebuild_zebra.pl functions a lib In-Reply-To: <bug-5166-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5166-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5166-70-15hxe0y4A1@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5166 --- Comment #37 from Tom?s Cohen Arazi <tomascohen at gmail.com> 2011-12-21 14:00:41 UTC --- Created attachment 6902 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6902 Rebased against origin/master Please let me know if there are problems with this patch as soon as possible. End of the year is approaching and my bosses have many many things for me to finish before that. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 17:06:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 16:06:48 +0000 Subject: [Koha-bugs] [Bug 5166] Reintroduce a zebraqueue daemon, make several rebuild_zebra.pl functions a lib In-Reply-To: <bug-5166-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5166-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5166-70-yX1yTmmP8X@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5166 Tom?s Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #4831|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 17:08:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 16:08:05 +0000 Subject: [Koha-bugs] [Bug 5166] Reintroduce a zebraqueue daemon, make several rebuild_zebra.pl functions a lib In-Reply-To: <bug-5166-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5166-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5166-70-D9RVJaiT0I@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5166 Tom?s Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Does not apply |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 18:13:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 17:13:23 +0000 Subject: [Koha-bugs] [Bug 6129] ISSN url param for serialssolutions.com In-Reply-To: <bug-6129-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6129-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6129-70-7LqT6JrX2Q@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6129 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #12 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-21 17:13:23 UTC --- (In reply to comment #11) > Patch for master does not apply: > > > I am not sure if we should build in solutions for single vendors like this. > Could there be a way to make this more flexible? There could be, but that should definitely not stop this going in, this only adds the issn parameter to a serialsolutions url if one exists in the data already (and doesn't have the issn parameter set). Also it is in 3.4.x ... so not putting it in 3.6.x and master means we are conciously causing a regression. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 18:25:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 17:25:48 +0000 Subject: [Koha-bugs] [Bug 3500] New Circulation, patron, fines, other granular permissions In-Reply-To: <bug-3500-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-3500-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-3500-70-Xsml6z5m9u@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3500 Ian Walls <ian.walls at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|PATCH-Sent |P5 - low CC| |ian.walls at bywatersolutions. | |com --- Comment #3 from Ian Walls <ian.walls at bywatersolutions.com> 2011-12-21 17:25:48 UTC --- Resetting priority since no patch was actually sent, and the old link no longer works. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 18:38:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 17:38:33 +0000 Subject: [Koha-bugs] [Bug 3270] Cancelling a hold request after transfer initiated orphans item In-Reply-To: <bug-3270-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-3270-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-3270-70-6zeBVd3pDn@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3270 Ian Walls <ian.walls at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #3538|0 |1 is patch| | Attachment #3538|application/octet-stream |text/plain mime type| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 21 18:43:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 17:43:45 +0000 Subject: [Koha-bugs] [Bug 6129] ISSN url param for serialssolutions.com In-Reply-To: <bug-6129-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6129-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6129-70-31inh5UbVh@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6129 --- Comment #13 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-21 17:43:45 UTC --- That makes sense to me. I was wondering about it because I was trying to use a web service for serials last week that requires to have an url with the issn. We don't have the issn available in the SearchForTitleIn system preference and it's a bit hard to get it with jQuery. But this can all go on a separate enhancement request :) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 19:57:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 18:57:31 +0000 Subject: [Koha-bugs] [Bug 7370] Longoverdue cronjob claims Undefined subroutine &main::LostItem In-Reply-To: <bug-7370-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7370-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7370-70-TVwMW6DeUk@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7370 --- Comment #1 from Ian Walls <ian.walls at bywatersolutions.com> 2011-12-21 18:57:31 UTC --- Created attachment 6903 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6903 Proposed Patch Adds "C4::Circulation::" prefix to LostItem subroutine call -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 21 19:58:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 18:58:02 +0000 Subject: [Koha-bugs] [Bug 7370] Longoverdue cronjob claims Undefined subroutine &main::LostItem In-Reply-To: <bug-7370-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7370-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7370-70-MKVQCsbMBP@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7370 Ian Walls <ian.walls at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |PATCH-Sent Patch Status|--- |Needs Signoff Severity|normal |critical --- Comment #2 from Ian Walls <ian.walls at bywatersolutions.com> 2011-12-21 18:58:02 UTC --- Setting to critical, as this blocks anyone from using longoverdue.pl -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 21 20:16:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 19:16:21 +0000 Subject: [Koha-bugs] [Bug 6098] zebra conf NSB NSE indexed as space In-Reply-To: <bug-6098-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6098-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6098-70-Py9FShtaVt@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6098 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #3758|0 |1 is obsolete| | --- Comment #9 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-21 19:16:21 UTC --- Created attachment 6904 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6904 BUG 6098 zebra conf NSB NSE indexed as space Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 20:16:57 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 19:16:57 +0000 Subject: [Koha-bugs] [Bug 6098] zebra conf NSB NSE indexed as space In-Reply-To: <bug-6098-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6098-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6098-70-fA40vAtgss@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6098 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #4105|0 |1 is obsolete| | --- Comment #10 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-21 19:16:57 UTC --- Created attachment 6905 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6905 Bug 6098 Followup -- doesn't replace NSB/NSE by space On any page, NSB/NSE characters are replaced by space in Output.pm. It isn't a good thing: - It isn't necessary since Zebra indexer handle properly those characters as delimiter. - It isn't necessary for display since XSL file already do that. - It isn't efficient since a regex is done on every whole page sent by Koha, not only on biblio record part. - It removes an information that librarian want to keep in their biblio records: any record edited in Koha loose its NSB/NSE characters. Signed-off-by: Fr?d?ric Demians <f.demians at tamil.fr> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 20:17:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 19:17:24 +0000 Subject: [Koha-bugs] [Bug 6098] zebra conf NSB NSE indexed as space In-Reply-To: <bug-6098-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6098-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6098-70-TBBxDyz0eW@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6098 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 20:27:53 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 19:27:53 +0000 Subject: [Koha-bugs] [Bug 7370] Longoverdue cronjob claims Undefined subroutine &main::LostItem In-Reply-To: <bug-7370-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7370-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7370-70-R9noDcZ6pf@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7370 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6903|0 |1 is obsolete| | --- Comment #3 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-21 19:27:53 UTC --- Created attachment 6906 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6906 Bug 7370 : Missing use call -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 21 20:30:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 19:30:40 +0000 Subject: [Koha-bugs] [Bug 7370] Longoverdue cronjob claims Undefined subroutine &main::LostItem In-Reply-To: <bug-7370-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7370-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7370-70-y234x3Lzy5@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7370 Ian Walls <ian.walls at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6906|0 |1 is obsolete| | --- Comment #4 from Ian Walls <ian.walls at bywatersolutions.com> 2011-12-21 19:30:40 UTC --- Created attachment 6907 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6907 Signed off patch Signed off patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 21 20:31:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 19:31:39 +0000 Subject: [Koha-bugs] [Bug 7370] Longoverdue cronjob claims Undefined subroutine &main::LostItem In-Reply-To: <bug-7370-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7370-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7370-70-MMWJbyMZxn@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7370 Ian Walls <ian.walls at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Passed QA --- Comment #5 from Ian Walls <ian.walls at bywatersolutions.com> 2011-12-21 19:31:39 UTC --- Exercising QAM rights, and signoff/QA'ing at once. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 21 20:40:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 19:40:55 +0000 Subject: [Koha-bugs] [Bug 6323] Attach/move items -- error handling cleanup In-Reply-To: <bug-6323-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6323-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6323-70-evHe6Lwh3j@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6323 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6875|0 |1 is obsolete| | --- Comment #18 from Liz Rea <wizzyrea at gmail.com> 2011-12-21 19:40:55 UTC --- Created attachment 6908 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6908 Bug 6323 -- Error handling cleanup for moveitem.tt Added button to retry attaching item, added default bib view handling, cosmetic changes to the error display (buttons now in error div). Incorporates changes that should satisfy QA. To test: Find a bib with multiple items and grab one of the barcodes. Go to a second bib and click Edit -> Attach item Paste your barcode in there and click "Submit" Click the "Try again with a different barcode" button. It should take you back to the barcode entry screen. Also try with a non-existent barcode and verify that the button appears and works as intended. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 21 20:46:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 19:46:28 +0000 Subject: [Koha-bugs] [Bug 7278] In the items table, make items.materials of type text, and show its contents at circulation In-Reply-To: <bug-7278-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7278-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7278-70-H0cJTnjbW4@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7278 Ian Walls <ian.walls at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Passed QA --- Comment #10 from Ian Walls <ian.walls at bywatersolutions.com> 2011-12-21 19:46:28 UTC --- All three patches together are solid, consistent, and any display issues with tables are resolved. Extending varchar(10) to text is safe and loss-less. Glad and easy to read, marking as Passed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 21 21:03:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 20:03:25 +0000 Subject: [Koha-bugs] [Bug 6489] cancelling hold from holds awaiting pickup does not trigger transit In-Reply-To: <bug-6489-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6489-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6489-70-jH57wXQ7hW@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6489 --- Comment #9 from Liz Rea <wizzyrea at gmail.com> 2011-12-21 20:03:25 UTC --- This new patch applies for me - will test. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 21:22:22 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 20:22:22 +0000 Subject: [Koha-bugs] [Bug 7154] Group borrower attributes and link between patron category and attribute In-Reply-To: <bug-7154-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7154-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7154-70-nvHvGoYXnn@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7154 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6575|0 |1 is obsolete| | --- Comment #8 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-21 20:22:22 UTC --- Created attachment 6909 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6909 Bug 7154: Modification in borrower attributes * group some attributes for a more friendly display * allow a link between a borrower category and an attribute to display it only for the specified category this patch add 2 fields in borrower_attribute_types : category_type class -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 21 21:22:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 20:22:46 +0000 Subject: [Koha-bugs] [Bug 7154] Group borrower attributes and link between patron category and attribute In-Reply-To: <bug-7154-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7154-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7154-70-9iNGSAxcz4@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7154 --- Comment #9 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-21 20:22:46 UTC --- Fixed conflict in updatedatabase.pl -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 21 21:25:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 20:25:49 +0000 Subject: [Koha-bugs] [Bug 4530] Circulation & fines rules aren't always applied from most specific to less specific In-Reply-To: <bug-4530-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-4530-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-4530-70-offDObZ44h@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4530 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Does not apply --- Comment #12 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-21 20:25:49 UTC --- Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all y Applying: bug_4530: Rework issuing rules /home/katrin/kohaclone/.git/rebase-apply/patch:150: trailing whitespace. /home/katrin/kohaclone/.git/rebase-apply/patch:314: trailing whitespace. FROM issues warning: 2 lines add whitespace errors. Using index info to reconstruct a base tree... <stdin>:150: trailing whitespace. <stdin>:314: trailing whitespace. FROM issues warning: 2 lines applied after fixing whitespace errors. Falling back to patching base and 3-way merge... Auto-merging C4/Circulation.pm CONFLICT (content): Merge conflict in C4/Circulation.pm Auto-merging C4/Members.pm Auto-merging C4/Overdues.pm Auto-merging C4/Reserves.pm Failed to merge in the changes. Patch failed at 0001 bug_4530: Rework issuing rules When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort". -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 21:26:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 20:26:40 +0000 Subject: [Koha-bugs] [Bug 7031] More options for AdvancedSearchTypes In-Reply-To: <bug-7031-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7031-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7031-70-5u52YA5itn@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7031 --- Comment #9 from Ian Walls <ian.walls at bywatersolutions.com> 2011-12-21 20:26:40 UTC --- Owen, <script> blocked moved up a line, inside <head>. I cannot find a <div> breaking my language display... Firebug isn't picking it up. Can you give me a more pointy pointer? Description in system preferences updated to be more explicit and clear. Splitting the system preference into two would be very easy to do, but it's outside the scope of this project, and would introduce a database update where one is not strictly necessary. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 21:28:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 20:28:05 +0000 Subject: [Koha-bugs] [Bug 7031] More options for AdvancedSearchTypes In-Reply-To: <bug-7031-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7031-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7031-70-dZJCRTQKRd@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7031 Ian Walls <ian.walls at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5899|0 |1 is obsolete| | --- Comment #10 from Ian Walls <ian.walls at bywatersolutions.com> 2011-12-21 20:28:05 UTC --- Created attachment 6910 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6910 Updated patch Enh 7031: More options for Advanced Search Adds the ability to perform advanced searches in both the OPAC and staff client on more than a single AdvancedSearchType at a time. Support included for Itemtype, Collection Code and Shelving Location. AdvancedSearchTypes syspref preference is repurposed; no longer a single value, it can now take multiple item code fields separated by "|". The order of these fields will determine the order of the tabs in the OPAC and staff client advanced search screens. Values within the search type are OR'ed together, while each different search type is AND'ed together in the query limits. The current stored values are supported without any required modification. Each set of advanced search fields are displayed in tabs in both the OPAC and staff client. The first value in the AdvancedSearchTypes syspref is the selected tab; if no values are present, "itemtypes" is used. For non-itemtype values, the value in AdvancedSearchTypes must match the Authorised Value name, and must be indexed with 'mc-' prefixing that name. <li> elements in tab are assigned unique IDs, so the text of the tab can be altered to match the library's needs (using JQuery) The logic to handle the 5 element row limit has been moved from the Perl to the templates, since Template::Toolkit has a simple method for extracting the count of an element in a loop and performing 'modulus' on it. 2011-12-21: Incorporated changes recommend by Owen Leonard on bug report. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 21:28:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 20:28:35 +0000 Subject: [Koha-bugs] [Bug 7031] More options for AdvancedSearchTypes In-Reply-To: <bug-7031-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7031-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7031-70-ruwLoKepc9@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7031 Ian Walls <ian.walls at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 21:45:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 20:45:31 +0000 Subject: [Koha-bugs] [Bug 7373] New: new bridge icons Message-ID: <bug-7373-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7373 Bug #: 7373 Summary: new bridge icons Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates AssignedTo: nengard at gmail.com ReportedBy: nengard at gmail.com QAContact: ian.walls at bywatersolutions.com 5 new icons for the bridge set are on their way. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 21 21:47:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 20:47:13 +0000 Subject: [Koha-bugs] [Bug 7162] Factorize code for order cancellation In-Reply-To: <bug-7162-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7162-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7162-70-fIhhzJ20O0@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7162 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Patch Status|Needs Signoff |Does not apply --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-21 20:47:13 UTC --- Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all y Applying: Bug 7162: Factorize code for order cancellation Using index info to reconstruct a base tree... Falling back to patching base and 3-way merge... Auto-merging C4/Acquisition.pm Auto-merging acqui/addorder.pl Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt CONFLICT (content): Merge conflict in koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt Failed to merge in the changes. Patch failed at 0001 Bug 7162: Factorize code for order cancellation When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort". -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 21 21:49:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 20:49:39 +0000 Subject: [Koha-bugs] [Bug 7373] new bridge icons In-Reply-To: <bug-7373-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7373-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7373-70-icXtSXHJmh@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7373 --- Comment #1 from Nicole C. Engard <nengard at gmail.com> 2011-12-21 20:49:39 UTC --- Created attachment 6911 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6911 Bug 7373 - Add 5 new icons to Bridge Set This patch adds 5 new icons to the Bridge Set. These icons are designed by the Erikson Institute in Chicago, IL, USA. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 21 21:49:54 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 20:49:54 +0000 Subject: [Koha-bugs] [Bug 7373] new bridge icons In-Reply-To: <bug-7373-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7373-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7373-70-eGbtHwgnOG@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7373 Nicole C. Engard <nengard at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 21 21:58:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 20:58:11 +0000 Subject: [Koha-bugs] [Bug 6919] Implementing XSLTResultsDisplay In-Reply-To: <bug-6919-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6919-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6919-70-sZDyxbbiHG@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6919 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Patch Status|Needs Signoff |Failed QA --- Comment #22 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-21 20:58:11 UTC --- comments 17 and 21 note some problems with the patch. I am changing to failed qa. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 22:40:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 21:40:03 +0000 Subject: [Koha-bugs] [Bug 7374] New: can't upload icon for auth values Message-ID: <bug-7374-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7374 Bug #: 7374 Summary: can't upload icon for auth values Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: minor Priority: P5 - low Component: System Administration AssignedTo: paul.poulain at biblibre.com ReportedBy: nengard at gmail.com QAContact: ian.walls at bywatersolutions.com CC: gmcharlt at gmail.com You can choose an icon for an authorized value, but you can't upload your own image like you can for the item type icons. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 21 22:44:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 21:44:27 +0000 Subject: [Koha-bugs] [Bug 6536] Z3950 Enhancements: SRU targets, MARC conversion, additional XSLT processing In-Reply-To: <bug-6536-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6536-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6536-70-OyqAVTmM7S@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6536 --- Comment #11 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-21 21:44:27 UTC --- Patch applied, started testing. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 21 22:52:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 21:52:03 +0000 Subject: [Koha-bugs] [Bug 6536] Z3950 Enhancements: SRU targets, MARC conversion, additional XSLT processing In-Reply-To: <bug-6536-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6536-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6536-70-3YTmvODdyW@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6536 --- Comment #12 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-21 21:52:03 UTC --- So far some notes, but nothing that would prevent a sign-off: 1) Information about SRU configuration should be added to the help file of this page. 2) XSLT and sru field information don't show on administration page, but I think that's ok. Perhaps heading on this page should be changed to Z39.50/SRU server administration to reflect that both options are available now. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 21 22:52:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 21:52:41 +0000 Subject: [Koha-bugs] [Bug 7373] new bridge icons In-Reply-To: <bug-7373-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7373-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7373-70-I6h0G40z6V@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7373 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #2 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-21 21:52:41 UTC --- perl xt/author/icondirectories.t 1..3 ok 1 - opac_icon_directory: koha-tmpl/opac-tmpl/prog/itemtypeimg exists ok 2 - staff_icon_directory: koha-tmpl/intranet-tmpl/prog/img/itemtypeimg exists ok 3 - staff and OPAC icon directories have same contents Signing off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 21 22:53:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 21:53:08 +0000 Subject: [Koha-bugs] [Bug 7373] new bridge icons In-Reply-To: <bug-7373-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7373-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7373-70-lULD7M2CEa@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7373 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6911|0 |1 is obsolete| | --- Comment #3 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-21 21:53:08 UTC --- Created attachment 6912 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6912 Bug 7373 - Add 5 new icons to Bridge Set This patch adds 5 new icons to the Bridge Set. These icons are designed by the Erikson Institute in Chicago, IL, USA. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 21 22:53:18 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 21:53:18 +0000 Subject: [Koha-bugs] [Bug 7373] new bridge icons In-Reply-To: <bug-7373-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7373-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7373-70-uO6Qg50oWH@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7373 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 21 23:13:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 22:13:17 +0000 Subject: [Koha-bugs] [Bug 5503] comments shouldn't show patron's full name In-Reply-To: <bug-5503-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5503-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5503-70-KjnFfVt3Ms@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5503 Ian Walls <ian.walls at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls at bywatersolutions. | |com Patch Status|Signed Off |Passed QA --- Comment #7 from Ian Walls <ian.walls at bywatersolutions.com> 2011-12-21 22:13:17 UTC --- Mostly a template change, making use of SWITCH (which we may not have access to in Perl 5.10, but we do in T:T!). Provides a plethora of options, and is easily extensible should need others. Marking Passed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 23:22:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 22:22:35 +0000 Subject: [Koha-bugs] [Bug 1623] Retain history of approved comments In-Reply-To: <bug-1623-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1623-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1623-70-OFpSdF8a1L@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1623 Ian Walls <ian.walls at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6555|0 |1 is obsolete| | --- Comment #3 from Ian Walls <ian.walls at bywatersolutions.com> 2011-12-21 22:22:35 UTC --- Created attachment 6913 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6913 Rebased/Passed QA patch Passed QA after rebase (some interface changes to numberofreviews had snuck in, making this patches changes there unnecessary). Documentation for C4/Review.pm also updated -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 21 23:22:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 22:22:42 +0000 Subject: [Koha-bugs] [Bug 1623] Retain history of approved comments In-Reply-To: <bug-1623-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1623-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1623-70-fxl1ODeHoC@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1623 Ian Walls <ian.walls at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Passed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 21 23:27:09 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 22:27:09 +0000 Subject: [Koha-bugs] [Bug 5543] Date ISO format wrong separator In-Reply-To: <bug-5543-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5543-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5543-70-0yioQwq7MV@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5543 Ian Walls <ian.walls at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls at bywatersolutions. | |com Patch Status|Signed Off |Passed QA --- Comment #7 from Ian Walls <ian.walls at bywatersolutions.com> 2011-12-21 22:27:09 UTC --- I'm going to say good to Owen's thoroughness on this. Best to clean up all these little details as soon as we can, rather than assuming they won't be a problem, and being confused later on. Simple change, marking Passed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 23:44:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 22:44:40 +0000 Subject: [Koha-bugs] [Bug 5565] Default OAI UNIMARC to Dublin Core XSL adds superfluous blanks In-Reply-To: <bug-5565-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5565-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5565-70-U5ynICEkhL@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5565 Ian Walls <ian.walls at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls at bywatersolutions. | |com Patch Status|Signed Off |Passed QA --- Comment #16 from Ian Walls <ian.walls at bywatersolutions.com> 2011-12-21 22:44:40 UTC --- XSLT and whitespace clean up only. Easy to read, marking Passed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 21 23:46:36 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 22:46:36 +0000 Subject: [Koha-bugs] [Bug 5607] Make fields from issues table available in overdues In-Reply-To: <bug-5607-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5607-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5607-70-vXzYKUZmeK@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5607 Ian Walls <ian.walls at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls at bywatersolutions. | |com Patch Status|Signed Off |Passed QA --- Comment #3 from Ian Walls <ian.walls at bywatersolutions.com> 2011-12-21 22:46:36 UTC --- Simple patch to add another table worth of parsed tokens. Itemnumber can be considered key on issues, since an item should never be checked out to two people at once. Marking Passed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 22 00:02:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 23:02:40 +0000 Subject: [Koha-bugs] [Bug 5729] Add coins information to the intranet In-Reply-To: <bug-5729-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5729-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5729-70-FfdzVZPyLR@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5729 Ian Walls <ian.walls at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6796|0 |1 is obsolete| | --- Comment #15 from Ian Walls <ian.walls at bywatersolutions.com> 2011-12-21 23:02:40 UTC --- Created attachment 6914 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6914 Rebased/Passed QA patch Passed QA patch, with reflection of the new GetCOinSBiblio interface (uses $record now, not $biblionumber, for increased efficiency on most pages). -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 22 00:02:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 23:02:48 +0000 Subject: [Koha-bugs] [Bug 5729] Add coins information to the intranet In-Reply-To: <bug-5729-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5729-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5729-70-KACRI8V0J6@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5729 Ian Walls <ian.walls at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Passed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 22 00:04:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Dec 2011 23:04:45 +0000 Subject: [Koha-bugs] [Bug 6142] CanBookBeReserved function is redefined in C4/ILSDI/Utility.pm In-Reply-To: <bug-6142-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6142-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6142-70-YpTvSmYBx2@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6142 Ian Walls <ian.walls at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Passed QA --- Comment #12 from Ian Walls <ian.walls at bywatersolutions.com> 2011-12-21 23:04:45 UTC --- Removes subroutine from C4/ILSDI/Utility.pm in favor of importing from C4/Reserves.pm Marking Passed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 22 01:39:51 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 00:39:51 +0000 Subject: [Koha-bugs] [Bug 4530] Circulation & fines rules aren't always applied from most specific to less specific In-Reply-To: <bug-4530-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-4530-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-4530-70-cOZvMsAYN9@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4530 Srdjan Jankovic <srdjan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6656|0 |1 is obsolete| | --- Comment #13 from Srdjan Jankovic <srdjan at catalyst.net.nz> 2011-12-22 00:39:51 UTC --- Created attachment 6915 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6915 patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 22 01:40:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 00:40:02 +0000 Subject: [Koha-bugs] [Bug 4530] Circulation & fines rules aren't always applied from most specific to less specific In-Reply-To: <bug-4530-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-4530-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-4530-70-BuVpIgS6Zi@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4530 Srdjan Jankovic <srdjan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Does not apply |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 22 02:37:19 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 01:37:19 +0000 Subject: [Koha-bugs] [Bug 6129] ISSN url param for serialssolutions.com In-Reply-To: <bug-6129-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6129-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6129-70-s6paa0tVC4@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6129 Srdjan Jankovic <srdjan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5245|0 |1 is obsolete| | Attachment #5304|0 |1 is obsolete| | --- Comment #14 from Srdjan Jankovic <srdjan at catalyst.net.nz> 2011-12-22 01:37:19 UTC --- Created attachment 6916 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6916 patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 22 02:37:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 01:37:39 +0000 Subject: [Koha-bugs] [Bug 6129] ISSN url param for serialssolutions.com In-Reply-To: <bug-6129-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6129-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6129-70-1xneAJL7Ln@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6129 Srdjan Jankovic <srdjan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Does not apply |Needs Signoff Change sponsored?|--- |Sponsored -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 22 02:43:51 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 01:43:51 +0000 Subject: [Koha-bugs] [Bug 7341] Clicking cancel on system preferences search results causes error In-Reply-To: <bug-7341-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7341-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7341-70-nkqlQXYvKm@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7341 --- Comment #1 from Duncan <duncan at catalyst.net.nz> 2011-12-22 01:43:51 UTC --- Created attachment 6917 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6917 Fixed error when clicking cancel in search results for system preferences -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 22 02:44:01 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 01:44:01 +0000 Subject: [Koha-bugs] [Bug 7341] Clicking cancel on system preferences search results causes error In-Reply-To: <bug-7341-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7341-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7341-70-tYyvqA01pO@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7341 Duncan <duncan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent CC| |duncan at catalyst.net.nz Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 22 02:45:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 01:45:33 +0000 Subject: [Koha-bugs] [Bug 7339] Help System in IE8-9 Does Not Load With 500 Error In-Reply-To: <bug-7339-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7339-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7339-70-FG8psRd1Pu@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7339 Duncan <duncan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent CC| |duncan at catalyst.net.nz Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 22 02:47:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 01:47:20 +0000 Subject: [Koha-bugs] [Bug 6627] [security] insecure file creation In-Reply-To: <bug-6627-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6627-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6627-70-4L05nDcdXv@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6627 Duncan <duncan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent CC| |duncan at catalyst.net.nz Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 22 03:46:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 02:46:12 +0000 Subject: [Koha-bugs] [Bug 7220] Returns page message boxes being ignored In-Reply-To: <bug-7220-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7220-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7220-70-nriELDKiFm@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7220 Chris Hall <chrish at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6306|0 |1 is obsolete| | --- Comment #9 from Chris Hall <chrish at catalyst.net.nz> 2011-12-22 02:46:12 UTC --- Created attachment 6918 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6918 Patch corrected to apply against current master The patch should now apply against master, and contains the bug number in its commit message :) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 22 03:47:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 02:47:17 +0000 Subject: [Koha-bugs] [Bug 7220] Returns page message boxes being ignored In-Reply-To: <bug-7220-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7220-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7220-70-6eVnnaCAjB@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7220 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Does not apply |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 22 06:39:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 05:39:55 +0000 Subject: [Koha-bugs] [Bug 6536] Z3950 Enhancements: SRU targets, MARC conversion, additional XSLT processing In-Reply-To: <bug-6536-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6536-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6536-70-b7Q0y4UrVO@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6536 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #4540|0 |1 is obsolete| | Attachment #6901|0 |1 is obsolete| | --- Comment #13 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-22 05:39:55 UTC --- Created attachment 6919 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6919 [SIGNED-OFF] 6536: Z3950 Enhancements (Functionality) Z3950 Enhancements: SRU search targets, MARC conversion and additional XSLT processing Testplan: see http://wiki.koha-community.org/wiki/Z3950_RFC Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Comments on second patch. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 22 06:40:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 05:40:06 +0000 Subject: [Koha-bugs] [Bug 6536] Z3950 Enhancements: SRU targets, MARC conversion, additional XSLT processing In-Reply-To: <bug-6536-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6536-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6536-70-OX4Q6Zhp1K@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6536 --- Comment #14 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-22 05:40:06 UTC --- Created attachment 6920 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6920 [SIGNED-OFF] 6536: Z3950 Enhancements (DB Revision) This patch contains db revision for Z3950 enhancements: SRU search targets, MARC conversion and additional XSLT processing. August 11, 2011: Rebased. Removed changes for different XXX handling (see Bugzilla 6700). December 21, 2011: Rebased. Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Followed test plan on the wiki: http://wiki.koha-community.org/wiki/Z3950_RFC 1) Patches apply. 2) Database update was stuck in an endless loop. I removed the comment from the dbversion update in updatedatabase.pl to make it work. I have not added this change to the patch, leaving it for RM. 3) + 12) I added the SRU configuration suggested. Newly added fields save, can be edited and deleted. Note: Information about SRU configuration should be added to the help file of this page. Note: XSLT and sru field information don't show on administration page. Perhaps heading should be changed here to Z39.50/SRU? 4) Successfully performed searches in cataloguing - result list looks ok - marc and isbd preview work - import works 5) Successfully performed searches in acquisitions see above 6) + 8) Searched a UNIMARC target from a MARC21 installation - result list looks ok - marc and isbd preview work - import works, field mapping looks ok Note: isbd view has a little display problem with non filing characters 7) Should be tested by a UNIMARC user 8) Custom XSLT transformation Works great with the example provided. I saved it as MARC21toFunny.xsl into the xslt folder and used a relative url. Result list, previews and imported records show the changes. Note: An option to edit the xsl file online or to upload it here and in other instances would be a nice improvement. 9) Searched 3 targets at once SWB: Z39.50, MARC21 + custom XSLT ABES: Z39.50, UNIMARC Rijksmuseum: SRU Got a mixed result list, result list and previews are all ok. X) Confirmed z39.50 search still works Tried different searches in cataloging and acquisition to confirm there is no regression. All tests passed. I think we need a bit more documentation inside of Koha to make it easier for people to use the new features, but everything I tested works nicely. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 22 06:46:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 05:46:41 +0000 Subject: [Koha-bugs] [Bug 6536] Z3950 Enhancements: SRU targets, MARC conversion, additional XSLT processing In-Reply-To: <bug-6536-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6536-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6536-70-HVUTajGn7q@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6536 --- Comment #15 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-22 05:46:41 UTC --- I think a second sign-off from a UNIMARC user would be a good addition but apart from the notes made above no real problems found in my tests. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 22 09:02:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 08:02:52 +0000 Subject: [Koha-bugs] [Bug 7333] Cleaning up tests to use sample data In-Reply-To: <bug-7333-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7333-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7333-70-A6ioVFcYQH@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7333 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Patch Status|Signed Off |Passed QA QAContact|ian.walls at bywatersolutions. |m.de.rooy at rijksmuseum.nl |com | --- Comment #11 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-22 08:02:52 UTC --- Stumbled across this one accidentally too this morning and was preparing to send this patch line: Les chaussettes de l'archiduchesse with an English one to make this test not only function in a French environment But yours will probably be received without hurting less feelings ;) Updating patch status.. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 22 09:51:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 08:51:50 +0000 Subject: [Koha-bugs] [Bug 7375] New: The web installer asks for the wrong Perl version Message-ID: <bug-7375-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7375 Bug #: 7375 Summary: The web installer asks for the wrong Perl version Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: minor Priority: P5 - low Component: Installation and upgrade (web-based installer) AssignedTo: magnus at enger.priv.no ReportedBy: magnus at enger.priv.no QAContact: ian.walls at bywatersolutions.com CC: gmcharlt at gmail.com koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt: 52 <li>Your perl version seems to be obsolete. 53 Please upgrade to a newer version of Perl (at least Version 5.006001).</li> This should say at least version 5.10. How should the version number be formatted? Is a simple "5.10" enough or should it be something like "5.010001"? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 22 09:54:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 08:54:10 +0000 Subject: [Koha-bugs] [Bug 7375] The web installer asks for the wrong Perl version In-Reply-To: <bug-7375-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7375-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7375-70-OeZPTb4HUS@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7375 M. de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl --- Comment #1 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-22 08:54:10 UTC --- perl -v says with me: This is perl, v5.10.0 built for x86_64-linux-thread-multi So I would go for a simple 5.10 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 22 10:14:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 09:14:40 +0000 Subject: [Koha-bugs] [Bug 7375] Update minimum version of Perl to 5.10 In-Reply-To: <bug-7375-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7375-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7375-70-gyCsh8fFpj@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7375 Magnus Enger <magnus at enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|The web installer asks for |Update minimum version of |the wrong Perl version |Perl to 5.10 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 22 10:15:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 09:15:55 +0000 Subject: [Koha-bugs] [Bug 7375] Update minimum version of Perl to 5.10 In-Reply-To: <bug-7375-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7375-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7375-70-h3UpJpzdLs@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7375 --- Comment #2 from Magnus Enger <magnus at enger.priv.no> 2011-12-22 09:15:55 UTC --- Oops, I just assumed that the installer was actually checking for 5.10, but it seems it does not: 62 unless ( $] >= 5.008008 ) { # Bug 4505 63 $template->param( problems => 1, perlversion => 1, checkmodule => 0 ); I have changed the name of this bug to reflect the broader scope of this bug. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 22 10:38:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 09:38:11 +0000 Subject: [Koha-bugs] [Bug 7013] required format is not enforced for authorized values In-Reply-To: <bug-7013-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7013-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7013-70-KDQ7JXnYtz@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7013 Adrien SAURAT <adrien.saurat at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6579|0 |1 is obsolete| | Attachment #6582|0 |1 is obsolete| | --- Comment #10 from Adrien SAURAT <adrien.saurat at biblibre.com> 2011-12-22 09:38:11 UTC --- Created attachment 6921 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6921 proposed patch with client-side test I left the server-side controls (check if duplicate entry), but added a client-side control with javascript alert window, as seen in Patron categories GUI. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 22 10:38:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 09:38:24 +0000 Subject: [Koha-bugs] [Bug 7013] required format is not enforced for authorized values In-Reply-To: <bug-7013-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7013-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7013-70-7OOMR19lgp@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7013 Adrien SAURAT <adrien.saurat at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 22 11:00:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 10:00:14 +0000 Subject: [Koha-bugs] [Bug 7375] Update minimum version of Perl to 5.10 In-Reply-To: <bug-7375-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7375-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7375-70-Z2qc1xv8Zo@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7375 --- Comment #3 from Magnus Enger <magnus at enger.priv.no> 2011-12-22 10:00:14 UTC --- Created attachment 6922 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6922 Proposed patch - Change the installer script to look for at least 5.10/5.010000 - Change the template to ask for the correct version To test: - Run through the webinstaller on 5.10 or newer and check that there are no errors. - Ideally: Run through the webinstaller on an older version than 5.10 and check that there *is* an error, asking for 5.10 or newer. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 22 11:00:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 10:00:35 +0000 Subject: [Koha-bugs] [Bug 7375] Update minimum version of Perl to 5.10 In-Reply-To: <bug-7375-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7375-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7375-70-RaGcEF35aC@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7375 Magnus Enger <magnus at enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 22 11:20:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 10:20:24 +0000 Subject: [Koha-bugs] [Bug 7152] Koha should make it easy for librarians to attach covers using Open Library In-Reply-To: <bug-7152-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7152-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7152-70-lf5R5l6Wgb@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7152 --- Comment #18 from Noufal Ibrahim <noufal at archive.org> 2011-12-22 10:20:24 UTC --- I'm refactoring parts of the OL import system to support this. There's some non trivial work from our end. I'll keep this bug posted with the details. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 22 11:41:54 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 10:41:54 +0000 Subject: [Koha-bugs] [Bug 7013] required format is not enforced for authorized values In-Reply-To: <bug-7013-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7013-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7013-70-lTMHttvBrd@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7013 Adrien SAURAT <adrien.saurat at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |--- --- Comment #11 from Adrien SAURAT <adrien.saurat at biblibre.com> 2011-12-22 10:41:54 UTC --- Well, in fact it seems that preventing spaces in every authorized value could cause more harm than good. Only in "ccode" should this format be really enforced. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 22 11:47:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 10:47:46 +0000 Subject: [Koha-bugs] [Bug 7013] required format is not enforced for authorized values In-Reply-To: <bug-7013-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7013-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7013-70-uciYuViLgo@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7013 --- Comment #12 from Gaetan Boisson <gaetan.boisson at biblibre.com> 2011-12-22 10:47:46 UTC --- What i understood so far is that constraining the authorised value to a formated code can generate problems elsewhere, particularly if we want the value to be indexed and searchable. The problem could be shifted from the enforcement of a required format to the fix of the places where the interface is broken when an autorised value contains spaces or other problematic characters. Or as Adrien suggests, just enforce a format for CCODE. (But then what if other values break the interface? do we have other places where authorized values appear in tabs?) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 22 11:50:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 10:50:23 +0000 Subject: [Koha-bugs] [Bug 7013] required format is not enforced for authorized values In-Reply-To: <bug-7013-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7013-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7013-70-WdgH2vCu9D@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7013 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #13 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-22 10:50:23 UTC --- I am not sure I agree here. Authorized value codes are codes for internal use. To me it makes a lot of sense to restrict them to alphanumeric values and perhaps underscored. Display and search should use the description? Where do we need spaces? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 22 12:39:53 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 11:39:53 +0000 Subject: [Koha-bugs] [Bug 7013] required format is not enforced for authorized values In-Reply-To: <bug-7013-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7013-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7013-70-fEDNdk0DbY@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7013 Laurence Lefaucheur <laurence.lefaucheur at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |laurence.lefaucheur at biblibr | |e.com --- Comment #14 from Laurence Lefaucheur <laurence.lefaucheur at biblibre.com> 2011-12-22 11:39:53 UTC --- Unless I mistake, Zebra search currently does not use description but AV code. We set AV=description for libraries that want to search on indexes like location or specific indexes in full words, as patrons never know the codes. Enforcing a code for these values will imply a loss of search functionalities, imho. Maybe CCODE should be a specific AV, as it is involved in specific rules or parameters, but I'm not sure I agree to enforce a code for all AV. Unless zebra is able to search in description in a relatively short delay ? Solr already do that. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 22 12:44:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 11:44:26 +0000 Subject: [Koha-bugs] [Bug 7013] required format is not enforced for authorized values In-Reply-To: <bug-7013-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7013-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7013-70-QMerp7NN1S@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7013 --- Comment #15 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-22 11:44:26 UTC --- I can see why it would make sense to do that, but I don't think we should use internal codes like this. The search should be fixed in this case. We have search options in advanced search to translate codes into descriptions. And we do the same when searching for branches, in advanced search and in facets. Display description, search for code. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 22 14:44:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 13:44:48 +0000 Subject: [Koha-bugs] [Bug 6842] Branch transfer limits broken In-Reply-To: <bug-6842-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6842-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6842-70-x9JTRyQdbK@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6842 laurenthdl <henridamien.laurent at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5471|0 |1 is obsolete| | --- Comment #6 from laurenthdl <henridamien.laurent at biblibre.com> 2011-12-22 13:44:48 UTC --- Created attachment 6923 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6923 patch proposed. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 22 14:58:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 13:58:44 +0000 Subject: [Koha-bugs] [Bug 7376] New: Transfer limits should be checked at check out And when checkin should be overridable. Message-ID: <bug-7376-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7376 Bug #: 7376 Summary: Transfer limits should be checked at check out And when checkin should be overridable. Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_8 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation AssignedTo: kyle.m.hall at gmail.com ReportedBy: henridamien.laurent at biblibre.com QAContact: ian.walls at bywatersolutions.com CC: gmcharlt at gmail.com Test : When CirculationBranch is set to PatronLibrary, Patron from branch B comes to branch A to checkout a book. The librarian should be warned that the book should not be checkout. When checking in, the librarian should be warned that the book should not be checked in before the return is done. And the page should allow the librarian to override the warning. And accept the book. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 22 15:36:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 14:36:06 +0000 Subject: [Koha-bugs] [Bug 6536] Z3950 Enhancements: SRU targets, MARC conversion, additional XSLT processing In-Reply-To: <bug-6536-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6536-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6536-70-9qOvW4u6WQ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6536 --- Comment #16 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-12-22 14:36:06 UTC --- Created attachment 6924 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6924 Follow up to fix MARC21toUNIMARC.xsl BibLibre testing revealed problem in conversion to UNIMARC. Can be resolved by this [simple] follow up on top of other patches. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 22 16:39:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 15:39:04 +0000 Subject: [Koha-bugs] [Bug 7159] Add branchcode to circulation.pl search In-Reply-To: <bug-7159-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7159-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7159-70-pHVw7Ky6hS@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7159 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 22 17:15:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 16:15:33 +0000 Subject: [Koha-bugs] [Bug 6842] Branch transfer limits broken In-Reply-To: <bug-6842-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6842-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6842-70-X6I5EpADRP@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6842 --- Comment #7 from laurenthdl <henridamien.laurent at biblibre.com> 2011-12-22 16:15:33 UTC --- Created attachment 6925 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6925 followup patch : assigns a problem of deleted information when editing an other branch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 22 17:47:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 16:47:50 +0000 Subject: [Koha-bugs] [Bug 5786] Move AllowOnShelfHolds system preference to the Circulation Matrix In-Reply-To: <bug-5786-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5786-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5786-70-fPzA11SQAf@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5786 --- Comment #16 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-22 16:47:50 UTC --- Hi Srdjan, I am not sure I understand your explanation - so I will ask more questions :) Is there a sequence in which your features can be tested without causing conflicts? And can we start on this bug and if we can, what would be the next to look at? Or where should we start for the circ enhancements? Thx! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 22 20:16:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 19:16:27 +0000 Subject: [Koha-bugs] [Bug 6627] [security] insecure file creation In-Reply-To: <bug-6627-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6627-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6627-70-tcn0YLIAAR@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6627 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #3 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-22 19:16:27 UTC --- I actually told Duncan to just remove it as it was useless in it's current form and insecure. It won't work with multiple sites on the same machine. I think if people want a follow up putting the information in the DB, they could write that. But I definitely do not think that warrants not stopping the current very insecure practice. So I posit very strongly, that we should accept this patch, then accept a follow up later. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 22 20:17:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 19:17:41 +0000 Subject: [Koha-bugs] [Bug 6627] [security] insecure file creation In-Reply-To: <bug-6627-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6627-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6627-70-GvTrRuZ1NE@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6627 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |blocker -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 22 20:22:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 19:22:02 +0000 Subject: [Koha-bugs] [Bug 7375] Update minimum version of Perl to 5.10 In-Reply-To: <bug-7375-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7375-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7375-70-0cmCZSZmbd@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7375 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6922|0 |1 is obsolete| | --- Comment #4 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-22 19:22:02 UTC --- Created attachment 6926 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6926 Bug 7375 - Update minimum version of Perl to 5.10 - Change the installer script to look for at least 5.10/5.010000 - Change the template to ask for the correct version To test: - Run through the webinstaller on 5.10 or newer and check that there are no errors. - Ideally: Run through the webinstaller on an older version than 5.10 and check that there *is* an error, asking for 5.10 or newer. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 22 20:22:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 19:22:35 +0000 Subject: [Koha-bugs] [Bug 7375] Update minimum version of Perl to 5.10 In-Reply-To: <bug-7375-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7375-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7375-70-i6yWjjFqFU@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7375 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 22 20:33:56 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 19:33:56 +0000 Subject: [Koha-bugs] [Bug 7377] New: Feature Request: Add Lexile Search for Ranges of Lexile Scores Message-ID: <bug-7377-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7377 Bug #: 7377 Summary: Feature Request: Add Lexile Search for Ranges of Lexile Scores Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_6 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching AssignedTo: gmcharlt at gmail.com ReportedBy: lzuares at collsk12.org QAContact: ian.walls at bywatersolutions.com I would really appreciate the ability to search by Lexile range from within the OPAC and/or Staff Client. I was doing some Googling and came across two submitted patches, which don't appear to have made it into 3.6. The links are listed below. -Thanks http://lists.koha-community.org/pipermail/koha-patches/2010-January/010872.html http://lists.koha-community.org/pipermail/koha-patches/2010-January/010874.html -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 22 20:34:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 19:34:13 +0000 Subject: [Koha-bugs] [Bug 7377] Feature Request: Add Lexile Search for Ranges of Lexile Scores In-Reply-To: <bug-7377-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7377-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7377-70-zFEdRhqB85@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7377 lzuares at collsk12.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lzuares at collsk12.org -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 22 20:34:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 19:34:24 +0000 Subject: [Koha-bugs] [Bug 6627] [security] insecure file creation In-Reply-To: <bug-6627-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6627-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6627-70-gJ4Bk2x83q@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6627 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-22 19:34:24 UTC --- I was not even aware of those logs and I am not sure anybody is using them. I think security tops a feature that is perhaps not used at all? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 22 20:35:18 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 19:35:18 +0000 Subject: [Koha-bugs] [Bug 6627] [security] insecure file creation In-Reply-To: <bug-6627-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6627-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6627-70-26XICOub1c@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6627 --- Comment #5 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-22 19:35:18 UTC --- Or an antifeature in this case. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 22 20:45:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 19:45:59 +0000 Subject: [Koha-bugs] [Bug 6323] Attach/move items -- error handling cleanup In-Reply-To: <bug-6323-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6323-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6323-70-xrvM8sV2e5@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6323 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6908|0 |1 is obsolete| | --- Comment #19 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-22 19:45:59 UTC --- Created attachment 6927 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6927 Bug 6323 -- Error handling cleanup for moveitem.tt Added button to retry attaching item, added default bib view handling, cosmetic changes to the error display (buttons now in error div). Incorporates changes that should satisfy QA. To test: Find a bib with multiple items and grab one of the barcodes. Go to a second bib and click Edit -> Attach item Paste your barcode in there and click "Submit" Click the "Try again with a different barcode" button. It should take you back to the barcode entry screen. Also try with a non-existent barcode and verify that the button appears and works as intended. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 22 20:46:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 19:46:14 +0000 Subject: [Koha-bugs] [Bug 6323] Attach/move items -- error handling cleanup In-Reply-To: <bug-6323-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6323-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6323-70-6VvBNQS8Ke@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6323 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 23 00:26:19 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Dec 2011 23:26:19 +0000 Subject: [Koha-bugs] [Bug 5786] Move AllowOnShelfHolds system preference to the Circulation Matrix In-Reply-To: <bug-5786-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5786-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5786-70-rALTyfLFQn@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5786 --- Comment #17 from Srdjan Jankovic <srdjan at catalyst.net.nz> 2011-12-22 23:26:19 UTC --- You can start with any of the three, just pick one. What I was trying to say is: * pick one of the three and we get it signed of and pushed * pick another one, but not before the first one is pushed; it will invariably have conflicts and patch will not apply * I will rebase it and we get that one signed of and pushed * repeat for the last one This is because if you sign of all three there will be serious conflicts, so would need to be retested. This way we are minimising testing effort. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 23 06:38:53 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Dec 2011 05:38:53 +0000 Subject: [Koha-bugs] [Bug 6627] [security] insecure file creation In-Reply-To: <bug-6627-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6627-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6627-70-4rIy1DSHRH@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6627 --- Comment #6 from Fr?re S?bastien Marie <semarie-koha at latrappe.fr> 2011-12-23 05:38:53 UTC --- M. de Rooy, I agreed with you: know who was logged at specific time is important. It is a security measure (logging auth information). But, I also agreed with Chris Cormack... It is better to remove file logging now, and accept a rewrite later. So, +1 for remove current file logging implementation. Some elements for secure and useful logging: - use syslog (but what is the windows compatibility ?) - use koha logging facility (like for modification of patron, syspref...) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 23 06:39:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Dec 2011 05:39:16 +0000 Subject: [Koha-bugs] [Bug 6681] When importing a biblio record via Z39.50, authority links also get imported In-Reply-To: <bug-6681-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6681-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6681-70-OO2bxmSuFt@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6681 Fr?re S?bastien Marie <semarie-koha at latrappe.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |semarie-koha at latrappe.fr -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 23 07:02:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Dec 2011 06:02:49 +0000 Subject: [Koha-bugs] [Bug 5786] Move AllowOnShelfHolds system preference to the Circulation Matrix In-Reply-To: <bug-5786-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5786-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5786-70-v1WWijPmWa@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5786 --- Comment #18 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-23 06:02:49 UTC --- Thx for the explanation. I think I will start here then :) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 23 09:26:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Dec 2011 08:26:29 +0000 Subject: [Koha-bugs] [Bug 6536] Z3950 Enhancements: SRU targets, MARC conversion, additional XSLT processing In-Reply-To: <bug-6536-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6536-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6536-70-Avo0zuYseW@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6536 Jonathan Druart <jonathan.druart at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at biblibre.co | |m --- Comment #17 from Jonathan Druart <jonathan.druart at biblibre.com> 2011-12-23 08:26:29 UTC --- I have an error with a Z3950 server (LOC) : Field 531 must have indicators (use ' ' for empty indicators) at /usr/share/perl5/MARC/File/SAX.pm line 92 Bu I have no more information to give to you :-/ params : z3950.loc.gov:7090 DB:voyager MARC21 MARC8. I searched with 'tintin' on this server and I got this error. With SWB (swb.bsz-bw.de:210 DB:swblite USMARC, MARC8) I have a warning : "Use of uninitialized value $marc in substitution (s///) at /.../C4/Charset.pm line 229." for each result and nothing is substitued. With klnapp2.passhe.edu, Timeout (10007) and catalog.nypl.org Connect failed (10000). Sorry but I currently have no time to debug this. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 23 11:44:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Dec 2011 10:44:34 +0000 Subject: [Koha-bugs] [Bug 6752] Be stricter with utf-8 output In-Reply-To: <bug-6752-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6752-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6752-70-wzOJdmfjjZ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6752 Colin Campbell <colin.campbell at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6248|0 |1 is obsolete| | --- Comment #10 from Colin Campbell <colin.campbell at ptfs-europe.com> 2011-12-23 10:44:34 UTC --- Created attachment 6928 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6928 Updated patch Updated patch to remove one case that has already been corrected by a subsequent patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 23 11:44:57 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Dec 2011 10:44:57 +0000 Subject: [Koha-bugs] [Bug 6752] Be stricter with utf-8 output In-Reply-To: <bug-6752-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6752-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6752-70-vyYNI3pFkB@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6752 Colin Campbell <colin.campbell at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Does not apply |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 23 14:34:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Dec 2011 13:34:45 +0000 Subject: [Koha-bugs] [Bug 7282] invalid language selection In-Reply-To: <bug-7282-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7282-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7282-70-xQUhDbsOby@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7282 --- Comment #19 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-23 13:34:45 UTC --- Chris N. - can you pick that for 3.6.x? It's really an annoying I18N bug, affects OPAC language detection and is confusing patrons. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 23 15:01:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Dec 2011 14:01:11 +0000 Subject: [Koha-bugs] [Bug 7282] invalid language selection In-Reply-To: <bug-7282-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7282-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7282-70-dp4B1MBxpA@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7282 Magnus Enger <magnus at enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus at enger.priv.no --- Comment #20 from Magnus Enger <magnus at enger.priv.no> 2011-12-23 14:01:11 UTC --- +1 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 23 15:28:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Dec 2011 14:28:41 +0000 Subject: [Koha-bugs] [Bug 6090] empty mails in message_queue are sent In-Reply-To: <bug-6090-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6090-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6090-70-UcKIIdbdeL@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6090 laurenthdl <henridamien.laurent at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |henridamien.laurent at biblibr | |e.com --- Comment #4 from laurenthdl <henridamien.laurent at biblibre.com> 2011-12-23 14:28:41 UTC --- Collin, we couldnot find how those empty messages got added to the message queue. Therefore, we did that workaround. If you find where the bug that creates those ghost message is, then, that will not be really usefull any longer. But will not harm much the system though. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 23 16:34:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Dec 2011 15:34:08 +0000 Subject: [Koha-bugs] [Bug 6681] When importing a biblio record via Z39.50, authority links also get imported In-Reply-To: <bug-6681-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6681-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6681-70-AUH9oP1Bq1@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6681 --- Comment #4 from Fr?d?rick Capovilla <fcapovilla at live.ca> 2011-12-23 15:34:08 UTC --- Created attachment 6929 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6929 Corrected patch, ported to Koha 3.6 Here is a corrected version of this patch. Empty fields should now be deleted. The patch was also ported to Koha 3.6 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 23 16:34:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Dec 2011 15:34:45 +0000 Subject: [Koha-bugs] [Bug 6681] When importing a biblio record via Z39.50, authority links also get imported In-Reply-To: <bug-6681-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6681-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6681-70-LVhkFj0xyT@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6681 Fr?d?rick Capovilla <fcapovilla at live.ca> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Does not apply |Needs Signoff Change sponsored?|--- |Sponsored Severity|normal |major -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 23 16:35:19 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Dec 2011 15:35:19 +0000 Subject: [Koha-bugs] [Bug 6681] When importing a biblio record via Z39.50, authority links also get imported In-Reply-To: <bug-6681-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6681-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6681-70-Gvk15Wd7k0@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6681 --- Comment #5 from Fr?d?rick Capovilla <fcapovilla at live.ca> 2011-12-23 15:35:19 UTC --- Patch sponsored by the CCSR ( http://www.ccsr.qc.ca ) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 23 17:58:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Dec 2011 16:58:29 +0000 Subject: [Koha-bugs] [Bug 5068] in add MARC record interface, concatenation of repeatable subfields in subject heading tags In-Reply-To: <bug-5068-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5068-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5068-70-fIicmCAaqe@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5068 Jared Camins-Esakov <jcamins at cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |P3 CC| |jcamins at cpbibliography.com --- Comment #4 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-23 16:58:29 UTC --- I can confirm that this *is* still a bug, as Christopher Chagal described it in comment 2. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sun Dec 25 09:22:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Dec 2011 08:22:30 +0000 Subject: [Koha-bugs] [Bug 7378] New: It should be possible to auto increment 952$i inventory number based on a system preference Message-ID: <bug-7378-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7378 Bug #: 7378 Summary: It should be possible to auto increment 952$i inventory number based on a system preference Classification: Unclassified Change sponsored?: --- Product: Koha Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: MARC Bibliographic data support AssignedTo: gmcharlt at gmail.com ReportedBy: kmkale at anantcorp.com QAContact: ian.walls at bywatersolutions.com It should be possible to auto increment 952$i inventory number based on a system preference -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 25 10:52:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Dec 2011 09:52:59 +0000 Subject: [Koha-bugs] [Bug 7378] It should be possible to auto increment 952$i inventory number based on a system preference In-Reply-To: <bug-7378-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7378-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7378-70-befljj61ZY@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7378 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-25 09:52:59 UTC --- Hi Koustubha, I think there is a plugin for the field meant to do just this. Check the stocknumber plugin. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Dec 25 17:12:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Dec 2011 16:12:55 +0000 Subject: [Koha-bugs] [Bug 5166] Reintroduce a zebraqueue daemon, make several rebuild_zebra.pl functions a lib In-Reply-To: <bug-5166-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5166-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5166-70-zXzMZKmxed@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5166 Fr?d?ric Demians <frederic at tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic at tamil.fr --- Comment #38 from Fr?d?ric Demians <frederic at tamil.fr> 2011-12-25 16:12:55 UTC --- I have an alternative implementation of a patch for this bug. I've packaged it as a CPAN module for easy testing. It contains two scripts: one for punctual indexing, and one for queued records indexing. What is specific to this implementation: - No use of POE, but AnyEvent: http://search.cpan.org/dist/AnyEvent/ - Moose OO classes - Export records for Zebra only in XML - No records content modification (leader, authority id, unimarc 100 tag). As it is, it works with a lot of UNIMARC/MARC21 Koha instances loaded with various records types. How to test it: - Install the module: sudo cpan Koha::Contrib::Tamil - You have two scripts installed: koha-index koha-index-daemon - You can access their respective man pages: man koha-index man koha-index-daemon - To reindex a whole DB, standard env variable being set: koha-index --verbose koha-index --source authority --verbose - To start the indexing daemon, with indexing occurring every minute: koha-index-daemon - To start the same daemon, with indexing occuring every 30 seconds: koha-index-daemon --timeout 30 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 26 11:27:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Dec 2011 10:27:45 +0000 Subject: [Koha-bugs] [Bug 6374] Use "size" as names/hash keys leads to an unexpected results when using Template::Toolkit (name of a virtual method there) In-Reply-To: <bug-6374-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6374-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6374-70-1Rr58OODDK@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6374 Adrien SAURAT <adrien.saurat at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |--- --- Comment #5 from Adrien SAURAT <adrien.saurat at biblibre.com> 2011-12-26 10:27:45 UTC --- Doesn't work well but I can't see why yet. I'll send a new patch. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 26 16:52:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Dec 2011 15:52:20 +0000 Subject: [Koha-bugs] [Bug 7376] Transfer limits should be checked at check out And when checkin should be overridable. In-Reply-To: <bug-7376-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7376-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7376-70-YASlhvuwkL@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7376 laurenthdl <henridamien.laurent at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Change sponsored?|--- |Sponsored --- Comment #1 from laurenthdl <henridamien.laurent at biblibre.com> 2011-12-26 15:52:20 UTC --- sponsored by Lyon3 University. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 26 17:29:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Dec 2011 16:29:24 +0000 Subject: [Koha-bugs] [Bug 6908] increase DEBUG level for *NOISY* Dates.pm init() messages In-Reply-To: <bug-6908-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6908-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6908-70-ttd9bOuDIn@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6908 --- Comment #6 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-26 16:29:24 UTC --- mason, a follow-up patch with something like if ($debug && $debug > 1) { warn "(during init) \@\$self->{'dmy_arrayref'}: " . join( ' ', @{ $self->{'dmy_arrayref'} } ) . "\n"; } instead of if ($debug > 1) { warn "(during init) \@\$self->{'dmy_arrayref'}: " . join( ' ', @{ $self->{'dmy_arrayref'} } ) . "\n"; } welcomed -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 26 18:23:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Dec 2011 17:23:31 +0000 Subject: [Koha-bugs] [Bug 6115] Acquisition reports : date filter & sorting don't work In-Reply-To: <bug-6115-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6115-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6115-70-OGDP8JEp4k@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6115 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #4714|0 |1 is obsolete| | --- Comment #15 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-26 17:23:31 UTC --- Created attachment 6930 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6930 BZ6115: Acquisition reports : date filter & sorting don't work * the filter on dates don't work * when displaying by day or month, it was 100% alphabetic, april was before january for example. Adding the month number before the month name to get proper sorting * removed many commented warn & lines -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Dec 26 18:23:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Dec 2011 17:23:52 +0000 Subject: [Koha-bugs] [Bug 6115] Acquisition reports : date filter & sorting don't work In-Reply-To: <bug-6115-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6115-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6115-70-xuBZGrcvw5@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6115 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Does not apply |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 10:26:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 09:26:16 +0000 Subject: [Koha-bugs] [Bug 6829] Remove two warnings for opac-MARCdetail In-Reply-To: <bug-6829-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6829-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6829-70-dmR7SscCDE@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6829 Fr?d?ric Demians <frederic at tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic at tamil.fr Patch Status|Patch Pushed |Failed QA --- Comment #10 from Fr?d?ric Demians <frederic at tamil.fr> 2011-12-27 09:26:16 UTC --- With this patch, opac-MARCdetail.pl doesn't display anymore subfields which 'hidden' parameter is set to 0. Reverting this patch solves the issue. But I will send a follow-up patch. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 10:54:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 09:54:06 +0000 Subject: [Koha-bugs] [Bug 7241] circulation action logs record biblionumber instead of item number In-Reply-To: <bug-7241-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7241-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7241-70-qHnRsRct73@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7241 --- Comment #9 from Adrien SAURAT <adrien.saurat at biblibre.com> 2011-12-27 09:54:06 UTC --- As seen with hdl today, it would be better to add a new field in the table. I've seen that the code sometimes searches for a value "item" in the info "field". It was maybe the case earlier, but now info contains the resulting string of a MARC RecordWe already have a field called "object" containing the code, "as_formatted" method call. Some parts of the code may be obsolete then, or need to be updated. We need indeed more information about the object but as the general info field is already used for the MARC Record "pretty string", I'll add a field called "object_info". When dealing with cataloguing, it will contain "item" or "biblio" to help displaying the correct link. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 11:19:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 10:19:58 +0000 Subject: [Koha-bugs] [Bug 6829] Remove two warnings for opac-MARCdetail In-Reply-To: <bug-6829-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6829-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6829-70-UMbtZpXjTe@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6829 --- Comment #11 from Fr?d?ric Demians <frederic at tamil.fr> 2011-12-27 10:19:58 UTC --- Created attachment 6931 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6931 Follow up patch To reproduce the bug: - Open OPAC MARC View for a specific biblio record - Fields which are affected to tab 0 are all hidden -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 12:00:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 11:00:33 +0000 Subject: [Koha-bugs] [Bug 7379] New: some database fields are displayed 'as is' when they are linked to autorised values Message-ID: <bug-7379-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7379 Bug #: 7379 Summary: some database fields are displayed 'as is' when they are linked to autorised values Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_6 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing AssignedTo: gmcharlt at gmail.com ReportedBy: gaetan.boisson at biblibre.com QAContact: ian.walls at bywatersolutions.com When items.copynumber is linked to an autorized value, the value displayed both on OPAC and on the staff interface is the one found in the database and not the description linked to the value. This should be fixed in order for this field to function like the other ones, where the authorized value's description is displayed when the field is linked to an authorized value. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 12:07:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 11:07:14 +0000 Subject: [Koha-bugs] [Bug 7379] some database fields are displayed 'as is' when they are linked to autorised values In-Reply-To: <bug-7379-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7379-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7379-70-FpW6sDUkEa@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7379 Adrien SAURAT <adrien.saurat at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |adrien.saurat at biblibre.com AssignedTo|gmcharlt at gmail.com |adrien.saurat at biblibre.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 13:12:51 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 12:12:51 +0000 Subject: [Koha-bugs] [Bug 6198] Use 001 (not biblionumber) as record identifier for OAI-PMH In-Reply-To: <bug-6198-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6198-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6198-70-30oHZrRr9X@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6198 Magnus Enger <magnus at enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #3 from Magnus Enger <magnus at enger.priv.no> 2011-12-27 12:12:51 UTC --- OAI-PMH in extended mode can fix this, so I'm marking this as resolved/wontfix. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 15:52:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 14:52:33 +0000 Subject: [Koha-bugs] [Bug 7380] New: Can't filter patron search on detail page Message-ID: <bug-7380-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7380 Bug #: 7380 Summary: Can't filter patron search on detail page Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: minor Priority: P5 - low Component: Templates AssignedTo: oleonard at myacpl.org ReportedBy: nengard at gmail.com QAContact: ian.walls at bywatersolutions.com There is no [+] on patron search from patron detail page like there is on the main patron's page. It should be in all places. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 16:32:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 15:32:14 +0000 Subject: [Koha-bugs] [Bug 7167] updatedatabase improvements In-Reply-To: <bug-7167-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7167-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7167-70-CzsCerabBL@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7167 --- Comment #35 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-27 15:32:14 UTC --- (In reply to comment #34) > In reply to Paul's last comment: > > Thanks for responding. Well, I can live with its current form, but I feel that > its development has not been completely finished ;) is it just a feeling or you've something specific in mind ? > About testing, it is good that Jonathan and you tested thoroughly as the > developers of this feature, but strictly speaking you only have one external > [developer] signoff (assuming that your customer is not really testing it..) well he's not testing, he is even not knowing he is using that ;-) It's just that we use this system, and the customer is happy with the result. agreed we have only 1 signoff & it's a strategic thing, so it's worth having a 2nd one. You could add it (QAing does not mean you can't signoff at the same time !), or Ian ? Still, I consider this improvement as a must-pass-asap, and it should be on the top of the list for everybody ! > Lifting this particular patch to Passed QA should IMO be done by the QAM > himself. Will mail this to Ian too. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 17:15:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 16:15:29 +0000 Subject: [Koha-bugs] [Bug 6880] Reason for suggestions do not save In-Reply-To: <bug-6880-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6880-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6880-70-fUPI7kdI66@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6880 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Passed QA |Patch Pushed --- Comment #12 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-27 16:15:29 UTC --- patch pushed, please test (DB rev 3.6.3.001) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 17:18:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 16:18:35 +0000 Subject: [Koha-bugs] [Bug 6193] Use memcached cache koha-conf.xml configuration variables In-Reply-To: <bug-6193-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6193-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6193-70-PLbjS6Zp43@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6193 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Passed QA |Patch Pushed --- Comment #15 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-27 16:18:35 UTC --- patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 17:30:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 16:30:27 +0000 Subject: [Koha-bugs] [Bug 7031] More options for AdvancedSearchTypes In-Reply-To: <bug-7031-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7031-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7031-70-lSp15h5tPz@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7031 --- Comment #11 from Owen Leonard <oleonard at myacpl.org> 2011-12-27 16:30:27 UTC --- Created attachment 6932 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6932 Follow-up patch with markup corrections This follow-up patch (to be applied on top of attachment 6910) corrects some markup errors and removes some markup which I think is superfluous: - Using template FILTER command to remove invalid punctuation from ID attributes (to quiet the HTML validator) - Removing <fieldset> since options are bordered by the tab box now - Correcting the conditional which controls the table markup to prevent extra/missing </tr> - Adding missing ID attribute in the OPAC template -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 17:57:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 16:57:12 +0000 Subject: [Koha-bugs] [Bug 6700] Better handling of version numbers in updatedatabase In-Reply-To: <bug-6700-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6700-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6700-70-aHzBqRoxTW@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6700 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Passed QA |Patch Pushed --- Comment #11 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-27 16:57:12 UTC --- Patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 17:59:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 16:59:04 +0000 Subject: [Koha-bugs] [Bug 7072] Use MARCAuthorityControlField008 to generate default 008 fields in AddAuthority In-Reply-To: <bug-7072-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7072-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7072-70-abKHbomxMh@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7072 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Patch Status|Passed QA |Patch Pushed --- Comment #6 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-27 16:59:04 UTC --- patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 18:21:38 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 17:21:38 +0000 Subject: [Koha-bugs] [Bug 7311] Error when records have UNIMARC 461$0 or 773$0 for something other than bibnumber In-Reply-To: <bug-7311-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7311-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7311-70-WcevvIFED3@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7311 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Patch Status|Passed QA |Patch Pushed --- Comment #7 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-27 17:21:38 UTC --- patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 18:23:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 17:23:28 +0000 Subject: [Koha-bugs] [Bug 7370] Longoverdue cronjob claims Undefined subroutine &main::LostItem In-Reply-To: <bug-7370-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7370-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7370-70-WRfkqrOa00@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7370 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |paul.poulain at biblibre.com Patch Status|Passed QA |Patch Pushed AssignedTo|gmcharlt at gmail.com |chris at bigballofwax.co.nz --- Comment #6 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-27 17:23:28 UTC --- patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 18:24:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 17:24:42 +0000 Subject: [Koha-bugs] [Bug 7311] Error when records have UNIMARC 461$0 or 773$0 for something other than bibnumber In-Reply-To: <bug-7311-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7311-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7311-70-nnoOwqntNv@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7311 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Version|master |rel_3_6 --- Comment #8 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-27 17:24:42 UTC --- This should go into 3.6.x too. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 18:25:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 17:25:55 +0000 Subject: [Koha-bugs] [Bug 5503] comments shouldn't show patron's full name In-Reply-To: <bug-5503-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5503-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5503-70-4TdN0cupdk@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5503 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Severity|minor |enhancement --- Comment #8 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-27 17:25:55 UTC --- Changing severity, it's more an ENH than a bugfix -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 18:28:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 17:28:44 +0000 Subject: [Koha-bugs] [Bug 1623] Retain history of approved comments In-Reply-To: <bug-1623-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1623-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1623-70-T9k2LjoQbZ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1623 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Patch Status|Passed QA |Patch Pushed --- Comment #4 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-27 17:28:44 UTC --- patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 18:31:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 17:31:37 +0000 Subject: [Koha-bugs] [Bug 5543] Date ISO format wrong separator In-Reply-To: <bug-5543-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5543-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5543-70-2p5t0ikXrm@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5543 --- Comment #8 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-27 17:31:37 UTC --- Ian, I feel/fear you've misunderstood my question: the explanation column in systempreference is now useless. What we use is the description in i18n_l10n.pref (fix that is also included) So, unless i'm mistaking somewhere, the updatedatabase is strictly useless, and we should have a bug entry for removing the explanation field. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 18:34:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 17:34:20 +0000 Subject: [Koha-bugs] [Bug 5565] Default OAI UNIMARC to Dublin Core XSL adds superfluous blanks In-Reply-To: <bug-5565-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5565-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5565-70-D4fnnBo3EI@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5565 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Patch Status|Passed QA |Patch Pushed --- Comment #17 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-27 17:34:20 UTC --- patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 18:34:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 17:34:41 +0000 Subject: [Koha-bugs] [Bug 5543] Date ISO format wrong separator In-Reply-To: <bug-5543-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5543-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5543-70-ltXN5SEq66@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5543 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #9 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-27 17:34:41 UTC --- The column is still needed for local use system preferences, but it could be emptied for normal system preferences. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 18:35:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 17:35:32 +0000 Subject: [Koha-bugs] [Bug 5607] Make fields from issues table available in overdues In-Reply-To: <bug-5607-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5607-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5607-70-JjXGg33381@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5607 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Patch Status|Passed QA |Patch Pushed --- Comment #4 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-27 17:35:32 UTC --- patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 18:37:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 17:37:48 +0000 Subject: [Koha-bugs] [Bug 5729] Add coins information to the intranet In-Reply-To: <bug-5729-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5729-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5729-70-UooisnaYwj@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5729 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Passed QA |Patch Pushed --- Comment #16 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-27 17:37:48 UTC --- patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 18:39:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 17:39:04 +0000 Subject: [Koha-bugs] [Bug 6142] CanBookBeReserved function is redefined in C4/ILSDI/Utility.pm In-Reply-To: <bug-6142-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6142-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6142-70-M6R4vggMgx@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6142 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Patch Status|Passed QA |Patch Pushed Severity|trivial |normal --- Comment #13 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-27 17:39:04 UTC --- patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 18:41:36 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 17:41:36 +0000 Subject: [Koha-bugs] [Bug 7333] Cleaning up tests to use sample data In-Reply-To: <bug-7333-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7333-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7333-70-UPWMz9PPF6@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7333 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Passed QA |Patch Pushed --- Comment #12 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-27 17:41:36 UTC --- patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 18:53:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 17:53:28 +0000 Subject: [Koha-bugs] [Bug 1623] Retain history of approved comments In-Reply-To: <bug-1623-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1623-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1623-70-Wuw17WQffe@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1623 Nicole C. Engard <nengard at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #5 from Nicole C. Engard <nengard at gmail.com> 2011-12-27 17:53:28 UTC --- looks and works awesome! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 18:57:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 17:57:33 +0000 Subject: [Koha-bugs] [Bug 7381] New: wrong isbn showing on the staff search results Message-ID: <bug-7381-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7381 Bug #: 7381 Summary: wrong isbn showing on the staff search results Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: major Priority: P5 - low Component: Templates AssignedTo: oleonard at myacpl.org ReportedBy: nengard at gmail.com QAContact: ian.walls at bywatersolutions.com I cataloged this book originally - no importing done here http://screencast.com/t/kNAVuxLKMk3 This shows the right isbn (the one I cataloged): http://screencast.com/t/Pah0bgDVE This shows an isbn that I did not put in the record at all: http://screencast.com/t/QEcM4zxBEJo What's happening is that the normalization script is running to change the isbn to 10 digit for amazon to work, and then displaying the 10 digit isbn on the results. This should not happen. The isbn on the results should be the one in the marc record - like in the opac - and the isbn sent to amazon can be the one it needs. This happens with xslt on and off in the staff client and should be fixed on both displays to avoid confusion. It also shows in the results found in the reservoir. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 21:00:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 20:00:59 +0000 Subject: [Koha-bugs] [Bug 7381] wrong isbn showing on the staff search results In-Reply-To: <bug-7381-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7381-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7381-70-Lklj53HozW@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7381 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> 2011-12-27 20:00:59 UTC --- Created attachment 6933 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6933 Proposed fix Outputting the "raw" ISBN. In the case of multiples, ISBNs are concatenated with " | " Using a T:T filter to make these a comma-separated list. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 21:01:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 20:01:44 +0000 Subject: [Koha-bugs] [Bug 7381] wrong isbn showing on the staff search results In-Reply-To: <bug-7381-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7381-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7381-70-MAM4PqaHNZ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7381 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Status|NEW |ASSIGNED Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 21:06:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 20:06:16 +0000 Subject: [Koha-bugs] [Bug 7381] wrong isbn showing on the staff search results In-Reply-To: <bug-7381-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7381-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7381-70-0YeKa5wKAS@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7381 --- Comment #2 from Owen Leonard <oleonard at myacpl.org> 2011-12-27 20:06:16 UTC --- As far as I can tell the results in the reservoir are not doing any processing of the ISBN. Looks like ISBNs are being displayed exactly as they are stored. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 21:26:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 20:26:27 +0000 Subject: [Koha-bugs] [Bug 7381] wrong isbn showing on the staff search results In-Reply-To: <bug-7381-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7381-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7381-70-LZBRcFclZj@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7381 Nicole C. Engard <nengard at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6933|0 |1 is obsolete| | --- Comment #3 from Nicole C. Engard <nengard at gmail.com> 2011-12-27 20:26:27 UTC --- Created attachment 6934 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6934 [SIGNED-OFF] Bug 7381 - wrong isbn showing on the staff search results Outputting the "raw" ISBN. In the case of multiples, ISBNs are concatenated with " | " Using a T:T filter to make these a comma-separated list. Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com> Added a record and confirmed that the right ISBN shows on the search results and that the amazon cover image still works. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 21:26:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 20:26:39 +0000 Subject: [Koha-bugs] [Bug 7381] wrong isbn showing on the staff search results In-Reply-To: <bug-7381-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7381-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7381-70-xGrGLy1PEn@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7381 Nicole C. Engard <nengard at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 21:32:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 20:32:33 +0000 Subject: [Koha-bugs] [Bug 7382] New: normalization on isbn matching rule Message-ID: <bug-7382-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7382 Bug #: 7382 Summary: normalization on isbn matching rule Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging AssignedTo: gmcharlt at gmail.com ReportedBy: nengard at gmail.com QAContact: ian.walls at bywatersolutions.com It would be nice if when using isbn as a match point it normalized the ISBN first. Now if one isbn ends in (pbk) and the other doesn't - but they're both the same number it doesn't match them and imports duplicates. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 21:34:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 20:34:02 +0000 Subject: [Koha-bugs] [Bug 7104] Claims/Late orders in acquisitions should give feedback In-Reply-To: <bug-7104-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7104-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7104-70-dMt0jQ204J@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7104 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |5347 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-27 20:34:02 UTC --- The patch for late order management (bug 5347) implements this. Linking both. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 21:34:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 20:34:02 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-eHfs4Ujhk2@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |7104 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 21:38:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 20:38:06 +0000 Subject: [Koha-bugs] [Bug 4955] adding to basket with no item throws error In-Reply-To: <bug-4955-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-4955-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-4955-70-YReYyMMDIx@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4955 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-27 20:38:06 UTC --- *** This bug has been marked as a duplicate of bug 7239 *** -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 21:38:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 20:38:06 +0000 Subject: [Koha-bugs] [Bug 7239] Acquisitions, add order to basket, from new, no item field filed, AcqCreateItem=ordering cause internal error In-Reply-To: <bug-7239-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7239-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7239-70-EBqaDUGYcK@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7239 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard at gmail.com --- Comment #10 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-27 20:38:06 UTC --- *** Bug 4955 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 21:42:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 20:42:20 +0000 Subject: [Koha-bugs] [Bug 7382] normalization on isbn matching rule In-Reply-To: <bug-7382-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7382-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7382-70-gze0Q7mFw7@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7382 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-27 20:42:20 UTC --- Created attachment 6935 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6935 screenshot of matching rule interface I am not sure how it works - but there is a field for a normalization rule in the staff interface. So perhaps there is some 'hidden' feature that would allow doing this? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 22:40:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 21:40:47 +0000 Subject: [Koha-bugs] [Bug 929] See details of a budget In-Reply-To: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-929-70-ne2qlglx1I@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=929 --- Comment #3 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-27 21:40:47 UTC --- Created attachment 6936 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6936 Bug 929 : Reinstating the breakdown of budgets -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 22:41:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 21:41:04 +0000 Subject: [Koha-bugs] [Bug 929] See details of a budget In-Reply-To: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-929-70-9Z2OXb6f5j@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=929 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |PATCH-Sent Patch Status|--- |Needs Signoff Change sponsored?|--- |Sponsored -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 22:42:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 21:42:59 +0000 Subject: [Koha-bugs] [Bug 7001] User Configurable Slips In-Reply-To: <bug-7001-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7001-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7001-70-5pz58DhNOL@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7001 --- Comment #13 from Melia Meggs <melia at bywatersolutions.com> 2011-12-27 21:42:59 UTC --- I think this patch still does not apply. At least not for me... When I did git bz apply: Applying: bug_7001: Issue and Reserve slips are notices. /home/melia/kohaclone/.git/rebase-apply/patch:703: trailing whitespace. /home/melia/kohaclone/.git/rebase-apply/patch:1037: trailing whitespace. ITEM RESERVED: /home/melia/kohaclone/.git/rebase-apply/patch:2076: trailing whitespace. [% UNLESS independant_branch %] /home/melia/kohaclone/.git/rebase-apply/patch:2089: trailing whitespace. [% END %] /home/melia/kohaclone/.git/rebase-apply/patch:2138: trailing whitespace. [% END %] error: koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt: already exists in working directory error: members/printslip.pl: already exists in working directory error: patch failed: misc/cronjobs/overdue_notices.pl:643 error: misc/cronjobs/overdue_notices.pl: patch does not apply Patch failed at 0001 bug_7001: Issue and Reserve slips are notices. When I did git am -iu3: Applying: bug_7001: Issue and Reserve slips are notices. error: short SHA1 2ba7584 is ambiguous. fatal: sha1 information is lacking or useless (C4/Print.pm). Repository lacks necessary blobs to fall back on 3-way merge. Cannot fall back to three-way merge. Patch failed at 0001 bug_7001: Issue and Reserve slips are notices. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 22:45:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 21:45:16 +0000 Subject: [Koha-bugs] [Bug 7001] User Configurable Slips In-Reply-To: <bug-7001-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7001-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7001-70-wzjSmPk8w8@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7001 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #14 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-27 21:45:16 UTC --- I confirm, this doesn't apply -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 23:02:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 22:02:14 +0000 Subject: [Koha-bugs] [Bug 6787] NORMARC needs a Fast Add framework In-Reply-To: <bug-6787-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6787-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6787-70-Nu2Nj10Oo3@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6787 --- Comment #1 from Magnus Enger <magnus at enger.priv.no> 2011-12-27 22:02:14 UTC --- Created attachment 6937 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6937 Proposed patch The new framework will be called "Hurtigkatalogisering". To test: - Make sure the nb-NO translation is installed - Run through the web installer on an empty database - Select nb-NO as the installation language - Select NORMARC as the marcflavour - Include normarc_fastadd_framework in the installed data - Check that the framework looks ok in: -- More > Cataloguing -- More > Administration > MARC framework -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 23:02:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 22:02:39 +0000 Subject: [Koha-bugs] [Bug 6787] NORMARC needs a Fast Add framework In-Reply-To: <bug-6787-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6787-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6787-70-ZjAEwZPPBm@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6787 Magnus Enger <magnus at enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Version|rel_3_6 |master Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 23:20:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 22:20:25 +0000 Subject: [Koha-bugs] [Bug 7031] More options for AdvancedSearchTypes In-Reply-To: <bug-7031-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7031-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7031-70-wlVaggtmxH@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7031 --- Comment #12 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-27 22:20:25 UTC --- Created attachment 6938 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6938 screenshot of advanced search I tested this and have some questions/notes: 1) I was searching for a special combination of itemtype A, location B, and collection code C. The search turned up a record where no item had this combination. There was one item with my itemtype A, while the other item had itemtype D, location B, and collection code C. Is it possible to make the search more specific here? 2) Why use phrase for itype, but not for ccode or loc? No results match your search with limit(s): 'mc-itype,phr:BK or mc-itype,phr:CF or mc-itype,phr:CR mc-ccode:"NFIC" mc-loc:"CART" or mc-loc:"CHILD"'. 3) I wonder if it's a bit confusing to show the heading as a link when only one limit is in use. 4) The "box" is a bit bigger than the other search options on the advanced search page. Perhaps a minor CSS glitch? 5) I agree with owen that this should be slit into separate preferences for staff and OPAC. 6) Staff search displays OPAC description instead of the normal description for the authorized values (loc and ccode). Failing QA for 6). 1) should be documented or improved if possible. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Dec 27 23:20:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 22:20:30 +0000 Subject: [Koha-bugs] [Bug 7031] More options for AdvancedSearchTypes In-Reply-To: <bug-7031-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7031-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7031-70-DnvyALHPYs@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7031 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Patch Status|Needs Signoff |Failed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 28 00:26:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 23:26:05 +0000 Subject: [Koha-bugs] [Bug 6115] Acquisition reports : date filter & sorting don't work In-Reply-To: <bug-6115-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6115-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6115-70-3aJp0cPsji@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6115 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6930|0 |1 is obsolete| | --- Comment #16 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-27 23:26:05 UTC --- Created attachment 6939 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6939 BZ6115: Acquisition reports : date filter & sorting don't work * the filter on dates don't work * when displaying by day or month, it was 100% alphabetic, april was before january for example. Adding the month number before the month name to get proper sorting * removed many commented warn & lines Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 28 00:28:09 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Dec 2011 23:28:09 +0000 Subject: [Koha-bugs] [Bug 6115] Acquisition reports : date filter & sorting don't work In-Reply-To: <bug-6115-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6115-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6115-70-Mfiv38Y9PB@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6115 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off --- Comment #17 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-27 23:28:09 UTC --- Testing results 1/ Date filters work well 2/ Grouping by month/day of week/year produces a well sorted list -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 28 01:18:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 00:18:13 +0000 Subject: [Koha-bugs] [Bug 6787] NORMARC needs a Fast Add framework In-Reply-To: <bug-6787-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6787-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6787-70-uOBgAbJqUK@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6787 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6937|0 |1 is obsolete| | --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-28 00:18:13 UTC --- Created attachment 6940 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6940 [SIGNED-OFF] Bug 6787 - Fast Add framework for NORMARC The new framework will be called "Hurtigkatalogisering". To test: - Make sure the nb-NO translation is installed - Run through the web installer on an empty database - Select nb-NO as the installation language - Select NORMARC as the marcflavour - Include normarc_fastadd_framework in the installed data - Check that the framework looks ok in: -- More > Cataloguing -- More > Administration > MARC framework Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Works as described, not problems found. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 28 01:22:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 00:22:48 +0000 Subject: [Koha-bugs] [Bug 6787] NORMARC needs a Fast Add framework In-Reply-To: <bug-6787-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6787-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6787-70-uZWS8jxqkk@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6787 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 28 03:00:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 02:00:46 +0000 Subject: [Koha-bugs] [Bug 7120] After deleting order from order receive page redirect fails In-Reply-To: <bug-7120-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7120-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7120-70-Nsfr7Uu7z2@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7120 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-28 02:00:46 UTC --- The links are redirecting to the right basket page now, but I think it would be better if they redirected back to the order receive page? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 28 03:32:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 02:32:40 +0000 Subject: [Koha-bugs] [Bug 929] See details of a budget In-Reply-To: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-929-70-lLRedPlZYC@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=929 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |6504 Patch Status|Needs Signoff |Failed QA --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-28 02:32:40 UTC --- It's great to see this feature being brought back! Some ideas for improvements that could be dealt with in a follow-up: For ordered and spent: - show itemtype description instead of code - add the fund to the breadcrumbs - add the fund to the heading, removing 'budgets' as the page is dealing with funds only - add date ordered For ordered: - add the basket as additional column with a link - the budget date column is always empty for me - I think that will not work with new acquisitions? For spent: - freight per item is not in use now - but I think bug 6504 could fix that - make supplier = vendor and add a link to the vendor detail page - fix typo: Receieved - format date received according to the dateformat system preference -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 28 03:32:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 02:32:40 +0000 Subject: [Koha-bugs] [Bug 6504] no way to enter shipping price in acq In-Reply-To: <bug-6504-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6504-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6504-70-DeY7Ga8UEN@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6504 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |929 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 28 03:32:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 02:32:50 +0000 Subject: [Koha-bugs] [Bug 929] See details of a budget In-Reply-To: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-929-70-mG4J2bIgGq@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=929 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 28 03:45:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 02:45:29 +0000 Subject: [Koha-bugs] [Bug 929] See details of a budget In-Reply-To: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-929-70-3aUY9pkqLu@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=929 --- Comment #5 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-28 02:45:29 UTC --- Created attachment 6941 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6941 Bug 929 : Follow up, making some improvements to the spent page More to come -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 28 04:15:56 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 03:15:56 +0000 Subject: [Koha-bugs] [Bug 7001] User Configurable Slips In-Reply-To: <bug-7001-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7001-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7001-70-Orh4gyUt2G@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7001 Srdjan Jankovic <srdjan at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6854|0 |1 is obsolete| | --- Comment #15 from Srdjan Jankovic <srdjan at catalyst.net.nz> 2011-12-28 03:15:56 UTC --- Created attachment 6942 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6942 patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 28 04:18:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 03:18:28 +0000 Subject: [Koha-bugs] [Bug 7001] User Configurable Slips In-Reply-To: <bug-7001-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7001-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7001-70-ztkgJxs15m@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7001 --- Comment #16 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-28 03:18:28 UTC --- New patch applies fine, should be ok to test now -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 28 09:50:53 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 08:50:53 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-EOFUEPIFPx@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 --- Comment #35 from Jonathan Druart <jonathan.druart at biblibre.com> 2011-12-28 08:50:53 UTC --- Created attachment 6943 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6943 Followup patch Hi Katrin, Sorry for the delay :-/ This followup patch should be fix your encoding problem. Jonathan -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 28 09:51:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 08:51:15 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-lNXzHv9BAp@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 Jonathan Druart <jonathan.druart at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 28 09:56:00 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 08:56:00 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-UYHjg80l6w@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Needs Signoff --- Comment #36 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-28 08:56:00 UTC --- Hi Jonathan - thx a lot! Will try to test asap :) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 28 11:35:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 10:35:27 +0000 Subject: [Koha-bugs] [Bug 7382] normalization on isbn matching rule In-Reply-To: <bug-7382-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7382-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7382-70-scBQuIb47P@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7382 Magnus Enger <magnus at enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus at enger.priv.no --- Comment #2 from Magnus Enger <magnus at enger.priv.no> 2011-12-28 10:35:27 UTC --- Business::ISBN has functions to do stuff like that. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 28 13:57:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 12:57:29 +0000 Subject: [Koha-bugs] [Bug 6842] Branch transfer limits broken In-Reply-To: <bug-6842-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6842-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6842-70-GeT5ZelfBC@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6842 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 - high |PATCH-Sent Status|NEW |ASSIGNED CC| |francois.charbonnier at biblib | |re.com, | |paul.poulain at biblibre.com Patch Status|--- |Needs Signoff AssignedTo|oleonard at myacpl.org |paul.poulain at biblibre.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 28 15:40:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 14:40:02 +0000 Subject: [Koha-bugs] [Bug 7358] basket.pl : it is possible to affect a closed basket to a closed basketgroup In-Reply-To: <bug-7358-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7358-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7358-70-NEzsSNL18O@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7358 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Status|NEW |ASSIGNED CC| |paul.poulain at biblibre.com Patch Status|--- |Failed QA AssignedTo|henridamien at koha-fr.org |paul.poulain at biblibre.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 28 15:48:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 14:48:04 +0000 Subject: [Koha-bugs] [Bug 6836] jQuery plugin Datatables integration In-Reply-To: <bug-6836-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6836-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6836-70-xoTykwnWcX@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6836 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com Blocks| |6842 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 28 15:48:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 14:48:04 +0000 Subject: [Koha-bugs] [Bug 6842] Branch transfer limits broken In-Reply-To: <bug-6842-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6842-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6842-70-dNiwbqWtPx@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6842 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |6836 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 28 16:20:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 15:20:55 +0000 Subject: [Koha-bugs] [Bug 6836] jQuery plugin Datatables integration In-Reply-To: <bug-6836-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6836-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6836-70-ypmBlzDAIQ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6836 --- Comment #27 from Julian Maurice <julian.maurice at biblibre.com> 2011-12-28 15:20:55 UTC --- I just tested it right now: $ git checkout master $ git pull --rebase $ git checkout -b test6836 $ git bz apply 6836 Bug 6836 - jQuery plugin Datatables integration Add jQuery dataTables plugin Apply? [yn] y Applying: Bug 6836: Add jQuery dataTables plugin Follow-up CSS work Apply? [yn] y Applying: Bug 6836: followup CSS work Test case on readingrec.pl Apply? [yn] y Applying: Bug 6836: test case readingrec.pl Using index info to reconstruct a base tree... Falling back to patching base and 3-way merge... Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt And I get no errors on readingrec.pl. Sorry, but I can't help you :-/ -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 28 16:25:56 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 15:25:56 +0000 Subject: [Koha-bugs] [Bug 6836] jQuery plugin Datatables integration In-Reply-To: <bug-6836-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6836-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6836-70-Ir4JujDWBL@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6836 --- Comment #28 from Julian Maurice <julian.maurice at biblibre.com> 2011-12-28 15:25:56 UTC --- (In reply to comment #26) > Since there are multiple ways to implement Datatables, it would be nice to see > a complete writing describing the method of implementation used in this work > including the rational for the chosen method. You're right, and something like that was already started in BibLibre wiki. So I will do it soon. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 28 17:47:36 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 16:47:36 +0000 Subject: [Koha-bugs] [Bug 6842] Branch transfer limits broken In-Reply-To: <bug-6842-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6842-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6842-70-COVroalXRC@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6842 --- Comment #8 from Owen Leonard <oleonard at myacpl.org> 2011-12-28 16:47:36 UTC --- Created attachment 6944 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6944 Alternate fix which doesn't require Datatables plugin The patch which moved the table pager markup into an include undid the fix which was previously pushed for this problem. Re-implementing the fix in the pager include is a simpler fix which doesn't depend on the Datatables plugin. The markup change in table-pager.inc fixes the problem in branch transfer limits and does not affect functionality on other pages. The changes in this patch to branch_transfer_limits.tt and staff-global.css are for cosmetic reasons only. Note that I don't submit this patch because I disapprove of the use of Datatables but because I think a simpler fix is more expedient in this case. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 28 17:51:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 16:51:11 +0000 Subject: [Koha-bugs] [Bug 5565] Default OAI UNIMARC to Dublin Core XSL adds superfluous blanks In-Reply-To: <bug-5565-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5565-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5565-70-jLRS4A7wPq@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5565 Fr?d?ric Demians <frederic at tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 28 17:51:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 16:51:25 +0000 Subject: [Koha-bugs] [Bug 6193] Use memcached cache koha-conf.xml configuration variables In-Reply-To: <bug-6193-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6193-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6193-70-Ox3CRkQwqn@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6193 --- Comment #16 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-28 16:51:25 UTC --- NYTPROF testing: before running NYTPROF, you must export variable & load at least one page (to fill memcache) This is done by (on your shell): export MEMCACHED_SERVERS=127.0.0.1:11211 export MEMCACHED_NAMESPACE=xxxx (xxxx= whatever you've set in your Apache) Then, load mainpage on firefox at least once (to store the config file in memcache) then, you can run: perl -d:NYTProf mainpage.pl The results show you don't call read_config_file sub anymore. The timing go from 230ms to 2.56ms on my test computer: $self = $memcached->get('kohaconf'); # spent 2.56ms making 2 calls to Cache::Memcached::get, avg 1.28ms/call (side question: why the hell does my last benchmarks show no gain ?) BEFORE THE PATCH: Profile of mainpage.pl for 2.12s (of 2.74s), executing 197477 statements and 59679 subroutine calls in 279 source files and 80 string evals. AFTER THE PATCH: Profile of mainpage.pl for 1.70s (of 2.14s), executing 137323 statements and 33090 subroutine calls in 273 source files and 79 string evals. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 28 17:52:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 16:52:26 +0000 Subject: [Koha-bugs] [Bug 7031] More options for AdvancedSearchTypes In-Reply-To: <bug-7031-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7031-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7031-70-AvL9mPAGCU@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7031 Jared Camins-Esakov <jcamins at cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jcamins at cpbibliography.com --- Comment #13 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-28 16:52:26 UTC --- Katrin, (In reply to comment #12) > Created attachment 6938 [details] > screenshot of advanced search > > I tested this and have some questions/notes: > > 1) I was searching for a special combination of itemtype A, location B, and > collection code C. The search turned up a record where no item had this > combination. There was one item with my itemtype A, while the other item had > itemtype D, location B, and collection code C. > Is it possible to make the search more specific here? Not with GRS-1 indexing. DOM indexing would make it possible. > 2) Why use phrase for itype, but not for ccode or loc? > No results match your search with limit(s): 'mc-itype,phr:BK or > mc-itype,phr:CF or mc-itype,phr:CR mc-ccode:"NFIC" mc-loc:"CART" or > mc-loc:"CHILD"'. I'm not sure, but I would think that adding a phrase index and using that would be preferable here (however, I wouldn't hold up the QA process for it if I were the one signing off). Of course, while we're using GRS-1 indexing, it probably doesn't really matter all that much anyway. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 28 17:53:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 16:53:11 +0000 Subject: [Koha-bugs] [Bug 7031] More options for AdvancedSearchTypes In-Reply-To: <bug-7031-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7031-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7031-70-sdGN4IUZAb@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7031 Jared Camins-Esakov <jcamins at cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|jcamins at cpbibliography.com | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 28 18:10:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 17:10:28 +0000 Subject: [Koha-bugs] [Bug 6193] Use memcached cache koha-conf.xml configuration variables In-Reply-To: <bug-6193-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6193-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6193-70-D5Y5g0tJRN@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6193 --- Comment #17 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-28 17:10:28 UTC --- QA question: this patch requires that the memcache parameters are in Apache SetEnv variables. BUT they are still in the Koha config file. It means we have them in 2 places, and that's wrong. tcohen, did I miss something ? Why haven't you updated memcache to use only SetEnv everywhere ? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 28 18:34:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 17:34:16 +0000 Subject: [Koha-bugs] [Bug 6193] Use memcached cache koha-conf.xml configuration variables In-Reply-To: <bug-6193-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6193-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6193-70-Nf3Dyl0Gra@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6193 --- Comment #18 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-28 17:34:16 UTC --- IRC with tcohen a few minuts ago: <tcohen> i've been conservative in the way I propose several enhancements <tcohen> assuming big changes can lead the enhancement not to be included <tcohen> I can send a patch that solves this <tcohen> and can even send a patch that reuses Context->memcached <paul_p> tcohen, mmm... in fact, I think that if I had seen this problem before, I could have proposed "failed QA", even if it's usefull. You're highly welcomed to send a patch finishing the job ! <tcohen> ok <tcohen> a patch against master, that uses setenv -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 28 19:52:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 18:52:40 +0000 Subject: [Koha-bugs] [Bug 2629] Diacritics not being ignored when searching In-Reply-To: <bug-2629-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-2629-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-2629-70-5XmdiJZCOM@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2629 --- Comment #31 from Albert Oller <ago at bywatersolutions.com> 2011-12-28 18:52:40 UTC --- Created attachment 6945 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6945 example of diacritic causing a failed search -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 28 19:53:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 18:53:11 +0000 Subject: [Koha-bugs] [Bug 7383] New: cart name is [Blank] when not logged in Message-ID: <bug-7383-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7383 Bug #: 7383 Summary: cart name is [Blank] when not logged in Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: minor Priority: P5 - low Component: Templates AssignedTo: oleonard at myacpl.org ReportedBy: nengard at gmail.com QAContact: ian.walls at bywatersolutions.com When you send an email from the cart, it says, "[Blank] sent you a cart..." I'm guessing that this is because the patron is not logged in, but perhaps this line shouldn't be in the email if the patron isn't logged in to avoid confusion. Nicole -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 28 20:11:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 19:11:32 +0000 Subject: [Koha-bugs] [Bug 2629] Diacritics not being ignored when searching In-Reply-To: <bug-2629-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-2629-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-2629-70-QOilbbxXl7@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2629 --- Comment #32 from Albert Oller <ago at bywatersolutions.com> 2011-12-28 19:11:32 UTC --- Created attachment 6946 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6946 marc for record 62385 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 28 20:31:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 19:31:08 +0000 Subject: [Koha-bugs] [Bug 5667] koha-conf.xml missing entry for z39.50 publicserver In-Reply-To: <bug-5667-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5667-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5667-70-thiAsf0p0O@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5667 Tom?s Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 28 20:47:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 19:47:07 +0000 Subject: [Koha-bugs] [Bug 7384] New: keyword to marc mapping in emails Message-ID: <bug-7384-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7384 Bug #: 7384 Summary: keyword to marc mapping in emails Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates AssignedTo: oleonard at myacpl.org ReportedBy: nengard at gmail.com QAContact: ian.walls at bywatersolutions.com It would be great if the cart and list emails followed the keyword to marc mapping rules. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 28 21:12:53 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 20:12:53 +0000 Subject: [Koha-bugs] [Bug 929] See details of a budget In-Reply-To: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-929-70-RNrm5K5A2H@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=929 --- Comment #6 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-28 20:12:53 UTC --- Created attachment 6947 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6947 Bug 929 : Last follow up, implementing the last of Katrins suggestions Date formatting Links Nomenclature changes -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Dec 28 21:41:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 20:41:29 +0000 Subject: [Koha-bugs] [Bug 7385] New: Enrich OPAC with wikipedia content Message-ID: <bug-7385-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7385 Bug #: 7385 Summary: Enrich OPAC with wikipedia content Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC AssignedTo: oleonard at myacpl.org ReportedBy: chris at bigballofwax.co.nz QAContact: ian.walls at bywatersolutions.com OpenBib does some neat things with wikipedia content http://kug.ub.uni-koeln.de/portal/connector/permalink/inst503/20791/1/kug/index.html There is no reason we can't do this too -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 28 21:44:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 20:44:37 +0000 Subject: [Koha-bugs] [Bug 7385] Enrich OPAC with wikipedia content In-Reply-To: <bug-7385-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7385-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7385-70-eBnOVnWYYp@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7385 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|oleonard at myacpl.org |chris at bigballofwax.co.nz -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 28 21:51:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 20:51:13 +0000 Subject: [Koha-bugs] [Bug 7385] Enrich OPAC with wikipedia content In-Reply-To: <bug-7385-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7385-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7385-70-5ILU2O5S93@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7385 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Dec 28 22:13:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Dec 2011 21:13:45 +0000 Subject: [Koha-bugs] [Bug 7385] Enrich OPAC with wikipedia content In-Reply-To: <bug-7385-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7385-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7385-70-3l8WHpdIh1@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7385 --- Comment #1 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-28 21:13:45 UTC --- A quick way is to put <a href="http://en.wikipedia.org/wiki/Special:BookSources/{ISBN}">Wikipedia ISBN Search</a> in OPACSearchForTitleIn -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 29 08:38:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 07:38:45 +0000 Subject: [Koha-bugs] [Bug 929] See details of a budget In-Reply-To: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-929-70-dZAYA65nh4@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=929 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|henridamien at koha-fr.org |chris at bigballofwax.co.nz -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 29 09:11:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 08:11:28 +0000 Subject: [Koha-bugs] [Bug 929] See details of a budget In-Reply-To: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-929-70-qVyXr87cFC@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=929 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Failed QA --- Comment #7 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-29 08:11:28 UTC --- Hi Chris, I tested and found 2 small problems: 1) Instead of the code or description of the fund only the number is shown. I am not sure if we should show code or description - most places in acq show the description, but the table with the links shows the code. 2) The dateformat in the link to the order receive page is wrong now: ...cgi-bin/koha/acqui/parcel.pl?invoice=a12&supplierid=1&datereceived=29/12/2011 If the dateformat is not passed correctly, it's not displayed on the page behind 'On:'. /cgi-bin/koha/acqui/parcel.pl?type=intra&supplierid=1&datereceived=2011-12-28&invoice=a12 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 29 09:14:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 08:14:33 +0000 Subject: [Koha-bugs] [Bug 929] See details of a budget In-Reply-To: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-929-70-9m9yU5VUpi@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=929 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #8 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-29 08:14:33 UTC --- That'll learn me for following your suggestions! Ill do another follow up tomorrow to undo the date formatting changes and use the code instead of the number. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 29 09:49:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 08:49:13 +0000 Subject: [Koha-bugs] [Bug 929] See details of a budget In-Reply-To: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-929-70-BUfafK5qIy@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=929 --- Comment #9 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-29 08:49:13 UTC --- Created attachment 6948 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6948 Bug 929 : Followup fixing date formatting This patch introduces a Filter (KohaDates) for use in templates [% USE KohaDates %] [% somevariable | $KohaDates %] This will format the date in the format specified by the systempreference -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 29 10:57:22 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 09:57:22 +0000 Subject: [Koha-bugs] [Bug 929] See details of a budget In-Reply-To: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-929-70-hZPb2wbGur@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=929 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6936|0 |1 is obsolete| | Attachment #6941|0 |1 is obsolete| | Attachment #6947|0 |1 is obsolete| | Attachment #6948|0 |1 is obsolete| | --- Comment #10 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-29 09:57:22 UTC --- Created attachment 6949 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6949 [SIGNED-OFF] Bug 929 : Reinstating the breakdown of budgets Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 29 11:01:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 10:01:03 +0000 Subject: [Koha-bugs] [Bug 929] See details of a budget In-Reply-To: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-929-70-Gp4mVCC9fN@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=929 --- Comment #11 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-29 10:01:03 UTC --- Created attachment 6950 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6950 [SIGNED-OFF] Bug 929 : Follow up, making some improvements to the spent page More to come Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 29 11:01:09 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 10:01:09 +0000 Subject: [Koha-bugs] [Bug 929] See details of a budget In-Reply-To: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-929-70-L2GoxzimvI@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=929 --- Comment #12 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-29 10:01:09 UTC --- Created attachment 6951 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6951 [SIGNED-OFF] Bug 929 : Last follow up, implementing the last of Katrins suggestions Date formatting Links Nomenclature changes Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 29 11:01:18 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 10:01:18 +0000 Subject: [Koha-bugs] [Bug 929] See details of a budget In-Reply-To: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-929-70-D5Cbq60P4d@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=929 --- Comment #13 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-29 10:01:18 UTC --- Created attachment 6952 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6952 [SIGNED-OFF] Bug 929 : Followup fixing date formatting This patch introduces a Filter (KohaDates) for use in templates [% USE KohaDates %] [% somevariable | $KohaDates %] This will format the date in the format specified by the systempreference Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 29 11:01:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 10:01:27 +0000 Subject: [Koha-bugs] [Bug 929] See details of a budget In-Reply-To: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-929-70-9aDY2pbdt6@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=929 --- Comment #14 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-29 10:01:27 UTC --- Created attachment 6953 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6953 Bug 929: Follow up - showing fund code instead of internal number -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 29 11:04:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 10:04:31 +0000 Subject: [Koha-bugs] [Bug 929] See details of a budget In-Reply-To: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-929-70-qzweOvnz8L@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=929 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 29 15:48:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 14:48:27 +0000 Subject: [Koha-bugs] [Bug 7376] Transfer limits should be checked at check-in In-Reply-To: <bug-7376-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7376-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7376-70-0FgufCgXjx@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7376 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |P1 - high Status|NEW |ASSIGNED CC| |paul.poulain at biblibre.com Version|rel_3_8 |rel_3_6 AssignedTo|kyle.m.hall at gmail.com |paul.poulain at biblibre.com Summary|Transfer limits should be |Transfer limits should be |checked at check out And |checked at check-in |when checkin should be | |overridable. | Severity|enhancement |critical --- Comment #2 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-29 14:48:27 UTC --- Upgrading severity, it's not an ENH, it's a bug, and a major one if you've activated branchtransfer ! Test case: * UseBranchTransferLimits must be set * define your branch transfer limit. Refuse transfers from libraryA to libraryB * checkout a book owned by libraryB, from libraryB, with a librarian located at libraryB * move the librarian to libraryA ("Set Library" link top/right) * check-in the book => it's possible whatever your setup After the patch, the behaviour respect the branch transfer limit parameter: you can check-in if you accept transfers, you can't if you refuse them. (Note: IndependantBranches must be OFF, otherwise it's not possible to do the checkin whatever the branch transfer limits) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 29 15:56:56 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 14:56:56 +0000 Subject: [Koha-bugs] [Bug 7376] Transfer limits should be checked at check-in In-Reply-To: <bug-7376-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7376-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7376-70-4rMNfHBjeM@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7376 --- Comment #3 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-29 14:56:56 UTC --- Created attachment 6954 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6954 Bug 7376 Transfer limits should be checked at check-in Test case: * UseBranchTransferLimits must be set * define your branch transfer limit. Refuse transfers from libraryA to libraryB * checkout a book owned by libraryB, from libraryB, with a librarian located at libraryB * move the librarian to libraryA ("Set Library" link top/right) * check-in the book => it's possible whatever your setup After the patch, the behaviour respect the branch transfer limit parameter: you can check-in if you accept transfers, you can't if you refuse them. (Note: IndependantBranches must be OFF, otherwise it's not possible to do the checkin whatever the branch transfer limits) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 29 15:57:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 14:57:29 +0000 Subject: [Koha-bugs] [Bug 7376] Transfer limits should be checked at check-in In-Reply-To: <bug-7376-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7376-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7376-70-9pPGY8OYAZ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7376 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 - high |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 29 16:29:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 15:29:28 +0000 Subject: [Koha-bugs] [Bug 7376] Transfer limits should be checked at check-in In-Reply-To: <bug-7376-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7376-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7376-70-bhhilPXvLO@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7376 --- Comment #4 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-29 15:29:28 UTC --- (BibLibre MT8601) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 29 17:20:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 16:20:35 +0000 Subject: [Koha-bugs] [Bug 3651] Require patron login to send shelves and baskets In-Reply-To: <bug-3651-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-3651-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-3651-70-HlBG9hmhzy@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3651 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |REOPENED Resolution|FIXED | --- Comment #1 from Owen Leonard <oleonard at myacpl.org> 2011-12-29 16:20:35 UTC --- This appears to have been undone by the fix for Bug 4289. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 29 17:21:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 16:21:03 +0000 Subject: [Koha-bugs] [Bug 3651] Require patron login to send shelves and baskets In-Reply-To: <bug-3651-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-3651-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-3651-70-IlsM8gHndK@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3651 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|PATCH-Sent |P5 - low Platform|PC |All Version|rel_3_2 |master AssignedTo|nahuel.angelinetti at biblibre |oleonard at myacpl.org |.com | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 29 17:35:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 16:35:13 +0000 Subject: [Koha-bugs] [Bug 7383] cart name is [Blank] when not logged in In-Reply-To: <bug-7383-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7383-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7383-70-h80D5tEfg9@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7383 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Templates |OPAC --- Comment #1 from Owen Leonard <oleonard at myacpl.org> 2011-12-29 16:35:13 UTC --- The template was modified as part of Bug 3651 (Require patron login to send shelves and baskets) to operate under the assumption that one *must* be logged in to send a Cart. This requirement was undone by Bug 4289, which tied the login requirement to whether the OpacPublic syspref is on or off. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 29 17:36:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 16:36:39 +0000 Subject: [Koha-bugs] [Bug 3651] Require patron login to send shelves and baskets In-Reply-To: <bug-3651-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-3651-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-3651-70-OqJi35eKwV@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3651 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |ASSIGNED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 29 17:37:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 16:37:12 +0000 Subject: [Koha-bugs] [Bug 7383] cart name is [Blank] when not logged in In-Reply-To: <bug-7383-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7383-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7383-70-2mwPY9pw7V@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7383 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Depends on| |3651 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 29 17:37:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 16:37:12 +0000 Subject: [Koha-bugs] [Bug 3651] Require patron login to send shelves and baskets In-Reply-To: <bug-3651-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-3651-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-3651-70-dCMy7IMcIB@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3651 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |7383 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 29 17:45:53 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 16:45:53 +0000 Subject: [Koha-bugs] [Bug 6020] Reworking C4::Biblio for performance improvements In-Reply-To: <bug-6020-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6020-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6020-70-KvYp8PsaZQ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6020 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|PATCH-Sent |P3 Status|RESOLVED |CLOSED Patch Status|Needs Signoff |--- -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 29 17:49:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 16:49:14 +0000 Subject: [Koha-bugs] [Bug 7386] New: Label batches cannot be batch deleted Message-ID: <bug-7386-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7386 Bug #: 7386 Summary: Label batches cannot be batch deleted Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_4 Platform: All OS/Version: Linux Status: NEW Severity: enhancement Priority: P5 - low Component: Label printing AssignedTo: cnighswonger at foundations.edu ReportedBy: nflanagan at maine.rr.com QAContact: ian.walls at bywatersolutions.com Currently label batches must be deleted individually. Selecting several batches and clicking the delete button gives the error: "Please select only one batch todelete." It would be a nice enhancement to be able to delete multiple batches at once. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 29 18:49:38 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 17:49:38 +0000 Subject: [Koha-bugs] [Bug 3651] Require patron login to send shelves and baskets In-Reply-To: <bug-3651-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-3651-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-3651-70-dRHAXjeuce@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3651 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #1481|0 |1 is obsolete| | --- Comment #2 from Owen Leonard <oleonard at myacpl.org> 2011-12-29 17:49:38 UTC --- Created attachment 6955 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6955 Follow-up fix The fix for Bug 4289, "Add a syspref 'OpacPublic', to hide OPAC search-bar and force authentication on all OPAC pages" incorrectly made some page permissions dependent on the value of the OpacPublic setting. Some pages should require authentication no matter what. This patch returns opac-sendbasket.pl to the state it was in before Bug 4289, Bug 4274 notwithstanding. I have added the authentication requirement to opac-sendshelf.pl to match. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 29 18:50:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 17:50:15 +0000 Subject: [Koha-bugs] [Bug 3651] Require patron login to send shelves and baskets In-Reply-To: <bug-3651-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-3651-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-3651-70-cRthr17GO8@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3651 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 29 18:53:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 17:53:07 +0000 Subject: [Koha-bugs] [Bug 7383] cart name is [Blank] when not logged in In-Reply-To: <bug-7383-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7383-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7383-70-SjgigXfYxP@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7383 --- Comment #2 from Owen Leonard <oleonard at myacpl.org> 2011-12-29 17:53:07 UTC --- I have submitted a follow-up patch for Bug 3651 which will once again require that the user be logged in to send a cart or a list. That should invalidate this bug. There's still the question of whether this is the way things should work (Bug 4274 - Cart now requires login before emailing contents), but my patch for Bug 3651 will at least return things to the state they were in most recently. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 29 19:46:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 18:46:59 +0000 Subject: [Koha-bugs] [Bug 7356] FIx various typos and mis-spellings In-Reply-To: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7356-70-OSsH2hcnJT@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7356 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6777|0 |1 is obsolete| | Attachment #6812|0 |1 is obsolete| | Attachment #6814|0 |1 is obsolete| | --- Comment #14 from Owen Leonard <oleonard at myacpl.org> 2011-12-29 18:46:59 UTC --- Created attachment 6956 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6956 Squashed patches, signed off Several instances of typos corrected in third-party libraries, which I probably would have skipped. But there's no harm in correcting them. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 29 19:47:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 18:47:15 +0000 Subject: [Koha-bugs] [Bug 7356] FIx various typos and mis-spellings In-Reply-To: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7356-70-kdJFSR4Xg8@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7356 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 29 19:47:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 18:47:27 +0000 Subject: [Koha-bugs] [Bug 7356] Fix various typos and mis-spellings In-Reply-To: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7356-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7356-70-BLpjGQxKli@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7356 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|FIx various typos and |Fix various typos and |mis-spellings |mis-spellings -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 29 19:52:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 18:52:26 +0000 Subject: [Koha-bugs] [Bug 7220] Add IDs to check-in message dialogs to facilitate CSS customization In-Reply-To: <bug-7220-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7220-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7220-70-LV4msLMTz2@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7220 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Returns page message boxes |Add IDs to check-in message |being ignored |dialogs to facilitate CSS | |customization -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 29 19:53:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 18:53:16 +0000 Subject: [Koha-bugs] [Bug 7220] Add IDs to check-in message dialogs to facilitate CSS customization In-Reply-To: <bug-7220-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7220-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7220-70-J4fmiVk0Sd@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7220 --- Comment #10 from Owen Leonard <oleonard at myacpl.org> 2011-12-29 18:53:16 UTC --- Created attachment 6957 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6957 Signed-off patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 29 19:53:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 18:53:24 +0000 Subject: [Koha-bugs] [Bug 7220] Add IDs to check-in message dialogs to facilitate CSS customization In-Reply-To: <bug-7220-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7220-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7220-70-wiTiXQ8TYS@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7220 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 29 19:56:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 18:56:29 +0000 Subject: [Koha-bugs] [Bug 7235] Adding invoice number and vendor name to the moredetail page In-Reply-To: <bug-7235-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7235-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7235-70-qQ15z0JUrK@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7235 --- Comment #5 from Owen Leonard <oleonard at myacpl.org> 2011-12-29 18:56:29 UTC --- Should vendor and invoice number be linked to details in Acquisitions? Assuming the logged-in user has permissions of course? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 29 20:11:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 19:11:47 +0000 Subject: [Koha-bugs] [Bug 929] See details of a budget In-Reply-To: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-929-70-hP3QvJe9sq@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=929 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6953|0 |1 is obsolete| | --- Comment #15 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-29 19:11:47 UTC --- Created attachment 6958 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6958 Bug 929: Follow up - showing fund code instead of internal number Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 29 20:13:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 19:13:10 +0000 Subject: [Koha-bugs] [Bug 929] See details of a budget In-Reply-To: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-929-70-jU6uQZOMHk@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=929 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 29 20:27:38 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 19:27:38 +0000 Subject: [Koha-bugs] [Bug 5668] Star ratings in the opac In-Reply-To: <bug-5668-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5668-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5668-70-l0KzXlbPR3@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5668 --- Comment #28 from Magnus Enger <magnus at enger.priv.no> 2011-12-29 19:27:38 UTC --- When I run updatedatabase.pl I get this error: "DBD::mysql::db do failed: Key column 'rating_id' doesn't exist in table at installer/data/mysql/updatedatabase.pl line 4590." Looks like rating_id is declared as the primary key without actuelly being defined first? + CREATE TABLE `ratings` ( + `borrowernumber` int(11) NOT NULL, + `biblionumber` int(11) NOT NULL, + `value` tinyint(1) NOT NULL, + `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`rating_id`), -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 29 20:28:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 19:28:17 +0000 Subject: [Koha-bugs] [Bug 7387] New: Add Template::Toolkit plugin to allow caching of includes Message-ID: <bug-7387-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7387 Bug #: 7387 Summary: Add Template::Toolkit plugin to allow caching of includes Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing AssignedTo: gmcharlt at gmail.com ReportedBy: chris at bigballofwax.co.nz QAContact: ian.walls at bywatersolutions.com Depends on: 929, 7248 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 29 20:28:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 19:28:17 +0000 Subject: [Koha-bugs] [Bug 929] See details of a budget In-Reply-To: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-929-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-929-70-exF2BJpsRI@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=929 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |7387 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 29 20:28:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 19:28:17 +0000 Subject: [Koha-bugs] [Bug 7248] Caching for services In-Reply-To: <bug-7248-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7248-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7248-70-MpUmo86LJs@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7248 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |7387 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 29 20:31:19 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 19:31:19 +0000 Subject: [Koha-bugs] [Bug 5668] Star ratings in the opac In-Reply-To: <bug-5668-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5668-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5668-70-r2lfv0ggcQ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5668 --- Comment #29 from Magnus Enger <magnus at enger.priv.no> 2011-12-29 19:31:19 UTC --- Attachment 5833 from Robin seems to define a different primary key for kohastructure.sql, but not for updatedatabase.pl: PRIMARY KEY (`borrowernumber`,`biblionumber`), -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 29 20:34:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 19:34:05 +0000 Subject: [Koha-bugs] [Bug 5668] Star ratings in the opac In-Reply-To: <bug-5668-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5668-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5668-70-eNQGb9jiCB@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5668 --- Comment #30 from Robin Sheat <robin at catalyst.net.nz> 2011-12-29 19:34:05 UTC --- The dependency on Smart::Comments should be removed, and the SQL error is due to a change from having an ID column to having a composite key (as you don't really need an ID when biblio+borrower are unique :) Not sure when I'll get time to look at this. Hopefully Mason beats me to it ;) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 29 20:39:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 19:39:44 +0000 Subject: [Koha-bugs] [Bug 5668] Star ratings in the opac In-Reply-To: <bug-5668-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5668-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5668-70-6BKyrwSvo8@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5668 --- Comment #31 from Magnus Enger <magnus at enger.priv.no> 2011-12-29 19:39:44 UTC --- If Smart::Comments are kept, libsmart-comments-perl should probably be added to install_misc/debian.packages? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 29 20:44:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 19:44:13 +0000 Subject: [Koha-bugs] [Bug 5668] Star ratings in the opac In-Reply-To: <bug-5668-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5668-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5668-70-uxUbJFciFZ@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5668 --- Comment #32 from Robin Sheat <robin at catalyst.net.nz> 2011-12-29 19:44:13 UTC --- IIRC Smart::Comments is a development/debugging thing, so there's no real need nor want to keep it in the production code. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 29 21:13:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 20:13:20 +0000 Subject: [Koha-bugs] [Bug 5668] Star ratings in the opac In-Reply-To: <bug-5668-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5668-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5668-70-4p9gnTDWfX@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5668 Magnus Enger <magnus at enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Failed QA --- Comment #33 from Magnus Enger <magnus at enger.priv.no> 2011-12-29 20:13:20 UTC --- Adding the syspref takes this form: INSERT INTO `systempreferences` VALUES ('OpacStarRatings','0',NULL,NULL,NULL) It would be more robust if it were: INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('OpacStarRatings','0',NULL,NULL,NULL) Based on the recent comments from Liz, Robin and myself I'm marking this as failed QA. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 29 21:24:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 20:24:04 +0000 Subject: [Koha-bugs] [Bug 7387] Add Template::Toolkit plugin to allow caching of includes In-Reply-To: <bug-7387-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7387-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7387-70-uP3EKNSPEH@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7387 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|gmcharlt at gmail.com |chris at bigballofwax.co.nz -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 29 21:26:51 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 20:26:51 +0000 Subject: [Koha-bugs] [Bug 7387] Add Template::Toolkit plugin to allow caching of includes In-Reply-To: <bug-7387-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7387-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7387-70-XdgSpkVSr5@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7387 --- Comment #1 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-29 20:26:51 UTC --- Created attachment 6959 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6959 Bug 7387 : Adding a caching plugin for Template::Toolkit And an example of how to use it -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 29 21:43:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 20:43:26 +0000 Subject: [Koha-bugs] [Bug 6842] Branch transfer limits broken In-Reply-To: <bug-6842-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6842-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6842-70-3xZLa5MqUk@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6842 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6944|0 |1 is obsolete| | --- Comment #9 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-29 20:43:26 UTC --- Created attachment 6960 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6960 [SIGNED-OFF] Bug 6842 Alternate fix, Branch transfer limits broken The patch which moved the table pager markup into an include undid the fix which was previously pushed for this problem. Re-implementing the fix in the pager include is a simpler fix which doesn't depend on the Datatables plugin. The markup change in table-pager.inc fixes the problem in branch transfer limits and does not affect functionality on other pages. The changes in this patch to branch_transfer_limits.tt and staff-global.css are for cosmetic reasons only. Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Saving changes works now correctly. I tried: - uncheck all for a branch - check all for a branch - making changes for different itemtypes on different tabs -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 29 21:50:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 20:50:59 +0000 Subject: [Koha-bugs] [Bug 6842] Branch transfer limits broken In-Reply-To: <bug-6842-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6842-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6842-70-ijJPOrobZ4@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6842 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off --- Comment #10 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-29 20:50:59 UTC --- I had no problems deleting branch transfer rules, so I am not sure how to test the second patch attached to this bug. Moving this to signed off for now. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Thu Dec 29 22:09:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 21:09:06 +0000 Subject: [Koha-bugs] [Bug 7383] cart name is [Blank] when not logged in In-Reply-To: <bug-7383-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7383-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7383-70-Zd82qgaOoB@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7383 --- Comment #3 from Nicole C. Engard <nengard at gmail.com> 2011-12-29 21:09:06 UTC --- I personally don't think we should require login to mail a cart. What if I'm in the library at a public terminal and want to email a list of titles to myself, making me log in means I have to remember to log out of the public computer. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Dec 29 23:06:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Dec 2011 22:06:14 +0000 Subject: [Koha-bugs] [Bug 7383] cart name is [Blank] when not logged in In-Reply-To: <bug-7383-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7383-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7383-70-1etJ9R7fJz@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7383 --- Comment #4 from Owen Leonard <oleonard at myacpl.org> 2011-12-29 22:06:14 UTC --- (In reply to comment #3) > I personally don't think we should require login to mail a cart. Sure, that's the discussion under Bug 4274. But I think the best fix for this bug, as long as Bug 4274 is undecided, is to revert the cart behavior to what it was most recently. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 02:05:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 01:05:55 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-WY4MIkvQAc@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6808|0 |1 is obsolete| | Attachment #6943|0 |1 is obsolete| | --- Comment #37 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-30 01:05:55 UTC --- Created attachment 6961 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6961 [SIGNED-OFF] Bug 5347: Adds columns claims_count and claimed_date in aqorders This patch adds 2 columns in the aqorders table : - claims_count : number of claims for an orders - claimed_date : date of the lastest claim In the lateorders.pl table, you can not select orders from different supplier because there is just one letter sent after clicking the "Claim order" button. So, it's logic that you want to select only orders from this supplier. Modification in C4/Letters.pm: refactoring code for claimacquisition and claimissues letter type. Now, fields for theses letters check the table name. It's not possible to chooce aqorders.title, this field doesn't exist ! Furthermore, you can add a <order> tag around your item fields, like this : -- Begin example <<LibrarianFirstname>> <<LibrarianSurname>> <<aqbooksellers.contact>> <<aqbooksellers.address1>> <<aqbooksellers.phone>> <<aqbasket.basketno>> <<aqbooksellers.phone>> <order>Library : <<items.homebranch>> In your possesssion : <<biblio.author>>. <<biblio.title>>. <<biblioitems.publishercode>>, <<biblioitems.publicationyear>>. Callnumber : <<items.itemcallnumber>>. doc type : <<items.itype>> Barcode : <<items.barcode>> Date for the return : <<items.onloan>>.</order> <<LibrarianSurname>> -- End example Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 30 02:06:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 01:06:24 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-fGtU2VlZ06@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 --- Comment #38 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-30 01:06:24 UTC --- Created attachment 6962 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6962 [SIGNED-OFF] Bug 5347: Followup Adds columns claims_count and claimed_date in aqorders FIX encoding problem Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Umlauts and diacritics now show up correctly in generated claims notices. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 30 02:06:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 01:06:33 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-JacOkWolVp@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 --- Comment #39 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-30 01:06:33 UTC --- Created attachment 6963 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6963 Bug 5347: Follow up - Fix warnings, check/uncheck all and makes error message translatable This patch fixes some minor problems found in late order management: 1) Silences 2 warns in Letters.pm After patch is applied no more warns should show up in the logs. 2) Fixes check/uncheck all When limiting on one vendor the checkbox in the last header column was doing nothing. I changed the checkbox to 2 links 'check all' and 'uncheck all' as it's done in other templates. 3) Email has been sent. The message was hardcoded into the lateorders.pl file and not translatable. I moved it to the template and changed the wording slightly. Note: The error message 'The bookseller has no email' comes from Letters.pm. I didn't change that, because I was not sure where it is used. The error message as is can not be translated and should be moved into the templates too. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 30 07:35:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 06:35:46 +0000 Subject: [Koha-bugs] [Bug 7388] New: rounded corners for side menus in staff client Message-ID: <bug-7388-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7388 Bug #: 7388 Summary: rounded corners for side menus in staff client Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_8 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff Client AssignedTo: paul.poulain at biblibre.com ReportedBy: wizzyrea at gmail.com QAContact: ian.walls at bywatersolutions.com CC: gmcharlt at gmail.com Those square corners were oh-so-harsh. I want to make them rounded so as to be comfortable. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 07:39:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 06:39:35 +0000 Subject: [Koha-bugs] [Bug 7388] rounded corners for side menus in staff client In-Reply-To: <bug-7388-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7388-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7388-70-svcNDgCUeg@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7388 --- Comment #1 from Liz Rea <wizzyrea at gmail.com> 2011-12-30 06:39:35 UTC --- Created attachment 6964 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6964 Bug 7388 [enh] - round the corners on the side menus in the staff client To test: apply patch check menus on circulation and bib detail page - corners on the menus to the left should be rounded. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 07:46:19 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 06:46:19 +0000 Subject: [Koha-bugs] [Bug 7388] rounded corners for side menus in staff client In-Reply-To: <bug-7388-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7388-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7388-70-D5ryy0ZVdp@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7388 --- Comment #2 from Liz Rea <wizzyrea at gmail.com> 2011-12-30 06:46:19 UTC --- Created attachment 6965 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6965 Bug 7388 [enh] - Adding a <div id="menu"> </div> around the acquisitions menu so that it matches the rest of the interface. To test: Click more -> acquisitions verify the menu items are on tabs. This patch doesn't depend upon the last one, but the tabs are prettier when they are rounded. ;) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 07:47:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 06:47:30 +0000 Subject: [Koha-bugs] [Bug 7388] rounded corners for side menus in staff client In-Reply-To: <bug-7388-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7388-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7388-70-hLmObEVnz4@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7388 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |wizzyrea at gmail.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 07:53:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 06:53:37 +0000 Subject: [Koha-bugs] [Bug 7388] rounded corners for side menus in staff client In-Reply-To: <bug-7388-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7388-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7388-70-VkwJ1wjU8k@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7388 --- Comment #3 from Liz Rea <wizzyrea at gmail.com> 2011-12-30 06:53:37 UTC --- Created attachment 6966 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6966 Bug 7388 [enh] - add menu styling to serials To test: Click more -> serials - please make sure you have at least one subscription! You should see that the menu on the left is now in tabs. Again, this doesn't depend on the initial patch here, but those corners sure do look prettier when they are rounded. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 08:10:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 07:10:03 +0000 Subject: [Koha-bugs] [Bug 7388] rounded corners for side menus in staff client In-Reply-To: <bug-7388-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7388-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7388-70-40vNrbMNSi@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7388 --- Comment #4 from Liz Rea <wizzyrea at gmail.com> 2011-12-30 07:10:03 UTC --- Created attachment 6967 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6967 Bug 7388 [enh] - adding menu div to guided reports screen To test: More -> reports -> Guided Reports Wizard Verify that the menu items on the left hand side are in menu tabs. Here again - much prettier when the corners are rounded. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 08:10:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 07:10:59 +0000 Subject: [Koha-bugs] [Bug 7388] rounded corners for side menus in staff client In-Reply-To: <bug-7388-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7388-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7388-70-vRoqKyrquO@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7388 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 09:26:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 08:26:05 +0000 Subject: [Koha-bugs] [Bug 3651] Require patron login to send shelves and baskets In-Reply-To: <bug-3651-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-3651-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-3651-70-DjtlGA3Txx@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3651 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6955|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-30 08:26:05 UTC --- Created attachment 6968 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6968 [SIGNED-OFF] Bug 3651 Follow-up, Require patron login to send shelves and baskets The fix for Bug 4289, "Add a syspref 'OpacPublic', to hide OPAC search-bar and force authentication on all OPAC pages" incorrectly made some page permissions dependent on the value of the OpacPublic setting. Some pages should require authentication no matter what. This patch returns opac-sendbasket.pl to the state it was in before Bug 4289, Bug 4274 notwithstanding. I have added the authentication requirement to opac-sendshelf.pl to match. Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> 1) sending cart requires login 2) sending shelf requires login 3) updating personal details requires login -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 09:26:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 08:26:40 +0000 Subject: [Koha-bugs] [Bug 3651] Require patron login to send shelves and baskets In-Reply-To: <bug-3651-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-3651-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-3651-70-xP4oN8LQd6@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3651 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 10:13:43 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 09:13:43 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-OMoDiqttLK@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 --- Comment #40 from Jonathan Druart <jonathan.druart at biblibre.com> 2011-12-30 09:13:43 UTC --- (In reply to comment #39) I can't apply your patch. Have you created it after applying 2 others patchs ? I got : fatal: sha1 information is lacking or useless (C4/Letters.pm). Repository lacks necessary blobs to fall back on 3-way merge. Cannot fall back to three-way merge. You're right about translation of "no email" error. We can replace in SendAlerts l.402 die "This bookseller has no email\n"; with return { error => "no_email" }; and in acqui/lateorders.pl replacing eval { SendAlerts( 'claimacquisition', \@ordernums, $input->param("letter_code") ); AddClaim ( $_ ) for @ordernums; }; if ( $@ ) { $template->param(error_claim => $@); } else { $template->param(info_claim => "Emails have been sent"); } with something like : eval { my $err = SendAlerts( 'claimacquisition', \@ordernums, $input->param("letter_code") ); AddClaim ( $_ ) for @ordernums; }; if ( $@ ) { $template->param(error_claim => $@); } elsif ( defined $err{error} ) { $template->{VARS}->{'error_claim'} = 'no_email'; } else { $template->{VARS}->{'info_claim'} = 1; } I could propose a patch but without applying your patch, it's not useful :-/ -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 30 10:18:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 09:18:47 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-Y7AxTENht3@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 --- Comment #41 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-30 09:18:47 UTC --- Hi Jonathan, thx for your comment - my patch goes on top of your 2, it's a follow up fixing some things I found while testing. I can add your suggestions to my follow up - or you can sign off on this and I will on yours :) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 30 10:40:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 09:40:27 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-3dUvy1g234@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 Jonathan Druart <jonathan.druart at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6963|0 |1 is obsolete| | --- Comment #42 from Jonathan Druart <jonathan.druart at biblibre.com> 2011-12-30 09:40:27 UTC --- Created attachment 6969 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6969 Follow up - Fix warnings, check/uncheck all and makes error message translatable It seems "1)" at the beginning of a line break the patch (???). I recreated your patch and it seems applied. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 30 10:41:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 09:41:32 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-p5WHNcdx3y@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 --- Comment #43 from Jonathan Druart <jonathan.druart at biblibre.com> 2011-12-30 09:41:32 UTC --- Created attachment 6970 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6970 Follow up - makes error message "no email" translatable -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 30 10:45:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 09:45:52 +0000 Subject: [Koha-bugs] [Bug 7345] Should be possible to export MARC records without private fields In-Reply-To: <bug-7345-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7345-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7345-70-ltwWOWvktA@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7345 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Failed QA --- Comment #13 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-30 09:45:52 UTC --- Jared, I just spoke of this entry with cait on IRC. I mark this bug "failed QA" until there is a practical & easy to use way to activate this feature. My first thoughts would be: * add a syspref to define the "local field behaviour": let the user choose to upload them or no / remove them automatically * depending on the syspref, add a checkbox on the export screen or no * depending on the syspref and/or the user choice, remove local fields before exporting or no. PS: the items are also stored in a 9xx field (995 in UNIMARC, 952 in MARC21). I strongly think we must let user export those fields (with an option not to have them ?), otherwise, they will never have items ! PS2: cait told me: <cait> perhaps I can write a follow up adding the option to the gui then a few minuts later: <cait> paul_p: I will try to work on a follow up -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 11:08:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 10:08:06 +0000 Subject: [Koha-bugs] [Bug 6836] jQuery plugin Datatables integration In-Reply-To: <bug-6836-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6836-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6836-70-CsAp2iBmkq@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6836 --- Comment #29 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-30 10:08:06 UTC --- (In reply to comment #28) > You're right, and something like that was already started in BibLibre wiki. So > I will do it soon. written, and available here: http://wiki.koha-community.org/wiki/DataTables_HowTo The 1st part (switching actual Tables to datatable) is ready. What is still a WIP is the part related to moving to dynamic loading of the page for large tables. But such a move will have to be made only for a few tables, and it does not prevent this patch to be signed off I also tested this patch, it worked fine, and I couldn't see any javascript error. QA comment: There are 2 minor perlcritic errors: perlcritic C4/Utils/DataTables.pm Code before strictures are enabled at line 25, column 1. See page 429 of PBP. (Severity: 5) Variable declared in conditional statement at line 111, column 5. Declare variables outside of the condition. (Severity: 5) other tests are OK: prove xt/author/valid-templates.t xt/author/valid-templates.t .. ok prove xt/author/translatable-templates.txt/author/translatable-templates.t .. ok -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 30 11:17:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 10:17:58 +0000 Subject: [Koha-bugs] [Bug 6836] jQuery plugin Datatables integration In-Reply-To: <bug-6836-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6836-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6836-70-8mzQ93O4Jv@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6836 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #30 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-30 10:17:58 UTC --- > > > QA comment: > There are 2 minor perlcritic errors: > perlcritic C4/Utils/DataTables.pm > Code before strictures are enabled at line 25, column 1. See page 429 of PBP. > (Severity: 5) > Variable declared in conditional statement at line 111, column 5. Declare > variables outside of the condition. (Severity: 5) > Just FYI severity 5 is the most severe. Those are pretty severe style violations. Chris -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 30 11:49:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 10:49:10 +0000 Subject: [Koha-bugs] [Bug 6836] jQuery plugin Datatables integration In-Reply-To: <bug-6836-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6836-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6836-70-vLD0aScPwX@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6836 --- Comment #31 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-30 10:49:10 UTC --- (In reply to comment #30) > > There are 2 minor perlcritic errors: > > perlcritic C4/Utils/DataTables.pm > > Code before strictures are enabled at line 25, column 1. See page 429 of PBP. > > (Severity: 5) > > Variable declared in conditional statement at line 111, column 5. Declare > > variables outside of the condition. (Severity: 5) > > > Just FYI severity 5 is the most severe. Those are pretty severe style > violations. Agreed. By "minor" I wanted to say "easy to fix". The 1st is fixed by a use strict at the beginning the 2nd one is also easy to fix by removing the declaration from the condition! but they must be fixed to have the patch pushed -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 30 12:05:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 11:05:02 +0000 Subject: [Koha-bugs] [Bug 6836] jQuery plugin Datatables integration In-Reply-To: <bug-6836-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6836-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6836-70-2eRC3rAonG@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6836 --- Comment #32 from Julian Maurice <julian.maurice at biblibre.com> 2011-12-30 11:05:02 UTC --- (In reply to comment #31) > The 1st is fixed by a use strict at the beginning Modern::Perl already includes a "use strict". Is it really the way to fix it? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 30 12:05:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 11:05:13 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-2nSGAJjK1J@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 --- Comment #44 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-30 11:05:13 UTC --- Hi Jonathan, can you sign off on my patch if it's ok? Will try to do so for yours later. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 30 12:07:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 11:07:41 +0000 Subject: [Koha-bugs] [Bug 7328] Expanded options in advanced search In-Reply-To: <bug-7328-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7328-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7328-70-WIQmXMr6mU@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7328 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|master |rel_3_6 Patch Status|Failed QA |Patch Pushed --- Comment #6 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-30 11:07:41 UTC --- QA comment: thanks for the explanation Fr?d?ric, it worked now. I suspect I made something wrong in my 1st tests, because I hadn't this behaviour. perlcritic catalogue/search.pl catalogue/search.pl source OK passed QA patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 12:26:01 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 11:26:01 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-Ovvpz4JE1P@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 Magnus Enger <magnus at enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Failed QA --- Comment #35 from Magnus Enger <magnus at enger.priv.no> 2011-12-30 11:26:01 UTC --- I applied all the patches attached, in the order they are listed, so git log gives me this: $ git log --pretty=oneline --abbrev-commit 23c90fb Bug 1633 - Interface revisions for the staff client 6a652ec Bug 1633: Don't show image tab when inappropriate 7abbc66 Bug 1633 - Add ability to take book cover images from local img db 57eda8a Bug 1633: Display local cover images 38762dd Bug 1633: Add support for uploading images to Koha f99601e Bug 7375 - Update minimum version of Perl to 5.10 I'm marking this failed QA because of the following three blockers. The enhancements would be nice to have, but can be left for later. *** Blockers * No image shown when there is just one LocalCoverImages = On Uploaded one image and attached it to biblionumber = 1. Image shows OK here: /cgi-bin/koha/catalogue/detail.pl?biblionumber=1 But: "There are no images for this record." at /cgi-bin/koha/catalogue/imageviewer.pl?biblionumber=1&imagenumber=1 Changing line 68 of koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/imageviewer.tt from this: [% IF ( images.size > 1 ) %] to this: [% IF ( images.size > 0 ) %] makes the image display. Uploading a second image makes both of them display correctly. * AllowMultipleCovers does not stop multiple covers With AllowMultipleCovers = "Don't", /cgi-bin/koha/tools/upload-cover-image.pl was automatically set to "Replace existing covers", but I had no problem adding multiple covers to one record. * Always "Click on an image..." On records that have no associated images I always see this: "Click on an image to view it in the image viewer", not this: "No images have been uploaded for this bibliographic record yet. Please upload one.". Changing line 522 in koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt from [% IF ( localimages ) %] to [% IF ( localimages.0 ) %] seems to solve this. I'm not sure, but I think that when there are no images, localimages is an array where the first element is undef, not an array that is undefined - or something like that... *** Enhancements * How can images be deleted? * Thumbnails have empty alt Thumbnails displayed on the right hand side in the image viewer (both OPAC and Intranet) have empty alt attributes: <img alt="" src="/cgi-bin/koha/catalogue/image.pl?imagenumber=3&thumbnail=1" id="3" class="thumbnail"> It could perhaps say alt="Thumbnail" or something similar? * Still possible to see images when OPACLocalCoverImages is off OPACLocalCoverImages = Don't display I can still see the image at /cgi-bin/koha/opac-image.pl?imagenumber=1 * Wrong POD in tools/upload-cover-image.pl? The POD on line 33 of tools/upload-cover-image.pl says: "Files greater than 100K will be refused. Images should be 140x200 pixels. If they are larger they will be auto-resized to comply." I was able to upload an image of 1.3MB without any trouble, and it was resized correctly. The last part of this has perhaps not been updated to take into account the 600x800 pixel max size of the "large" view? * Images in the modification log? When I look at /cgi-bin/koha/tools/viewlog.pl?do_it=1&modules=CATALOGUING&action=MODIFY&object=1 there is no mention of the images there. Perhaps that would be a nice addition, so you could see when images were added, removed etc? * Make it possible to select "main" image when there is more than one Looks like the first image to be uploaded is the one that is displayed in the result list and at the top of a record in detail view. Might be nice if it was possible to select which image should be the "main" one. * Make it possible to replace one specific image among several -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 13:25:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 12:25:25 +0000 Subject: [Koha-bugs] [Bug 6193] Use memcached cache koha-conf.xml configuration variables In-Reply-To: <bug-6193-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6193-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6193-70-VlW0kWeBoN@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6193 --- Comment #19 from Tom?s Cohen Arazi <tomascohen at gmail.com> 2011-12-30 12:25:25 UTC --- Created attachment 6971 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6971 Follow up: use SetEnv and remove memcached from koha-conf.xml I have a SetEnv-only version, but thought htis would be simple and clean. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 14:22:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 13:22:35 +0000 Subject: [Koha-bugs] [Bug 6193] Use memcached cache koha-conf.xml configuration variables In-Reply-To: <bug-6193-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6193-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6193-70-g1jhBUDetD@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6193 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5559|0 |1 is obsolete| | --- Comment #20 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-30 13:22:35 UTC --- Comment on attachment 5559 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5559 Bug 6193 - Use memcached cache koha-conf.xml configuration variables This patch has been pushed. follow-up still to test & push -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 14:29:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 13:29:49 +0000 Subject: [Koha-bugs] [Bug 7201] Hold to pull report needs extra fields In-Reply-To: <bug-7201-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7201-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7201-70-gIGSICqnyW@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7201 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Hold to pull sreport needs |Hold to pull report needs |extra fields |extra fields -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 14:42:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 13:42:02 +0000 Subject: [Koha-bugs] [Bug 7341] Clicking cancel on system preferences search results causes error In-Reply-To: <bug-7341-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7341-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7341-70-7o1Lce28vB@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7341 Magnus Enger <magnus at enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6917|0 |1 is obsolete| | --- Comment #2 from Magnus Enger <magnus at enger.priv.no> 2011-12-30 13:42:02 UTC --- Created attachment 6972 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6972 Signed-off patch Before the patch searching for a syspref, changing something and clicking "Cancel" produces the error message described in the bug report. After the patch, doing the same thing results in the form being reset to what it was before any changes were made to any of the fields. Signing off! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 14:42:18 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 13:42:18 +0000 Subject: [Koha-bugs] [Bug 7341] Clicking cancel on system preferences search results causes error In-Reply-To: <bug-7341-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7341-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7341-70-mqlbZVL0eD@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7341 Magnus Enger <magnus at enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus at enger.priv.no Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 14:42:51 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 13:42:51 +0000 Subject: [Koha-bugs] [Bug 4274] Cart now requires login before emailing contents In-Reply-To: <bug-4274-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-4274-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-4274-70-76j83dGdI3@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4274 Nicole C. Engard <nengard at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard at gmail.com --- Comment #3 from Nicole C. Engard <nengard at gmail.com> 2011-12-30 13:42:51 UTC --- I personally don't think we should require login to mail a cart. What if I'm in the library at a public terminal and want to email a list of titles to myself, making me log in means I have to remember to log out of the public computer. Also Captcha is not accessibility friendly. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 30 14:56:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 13:56:16 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-v66b8uq4yv@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 --- Comment #36 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-30 13:56:16 UTC --- Magnus, Thanks for testing. I have five revised patches coming up that fix your blockers, and a few of your enhancements. Hot off the keyboard! (In reply to comment #35) > * No image shown when there is just one > > LocalCoverImages = On > > Uploaded one image and attached it to biblionumber = 1. > > Image shows OK here: /cgi-bin/koha/catalogue/detail.pl?biblionumber=1 > But: "There are no images for this record." at > /cgi-bin/koha/catalogue/imageviewer.pl?biblionumber=1&imagenumber=1 > > Changing line 68 of > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/imageviewer.tt from this: > [% IF ( images.size > 1 ) %] > to this: > [% IF ( images.size > 0 ) %] > makes the image display. > > Uploading a second image makes both of them display correctly. Fixed > * AllowMultipleCovers does not stop multiple covers > > With AllowMultipleCovers = "Don't", /cgi-bin/koha/tools/upload-cover-image.pl > was automatically set to "Replace existing covers", but I had no problem adding > multiple covers to one record. Fixed > * Always "Click on an image..." > > On records that have no associated images I always see this: "Click on an image > to view it in the image viewer", not this: "No images have been uploaded for > this bibliographic record yet. Please upload one.". > > Changing line 522 in > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt from > [% IF ( localimages ) %] > to > [% IF ( localimages.0 ) %] > seems to solve this. > > I'm not sure, but I think that when there are no images, localimages is an > array where the first element is undef, not an array that is undefined - or > something like that... Fixed > *** Enhancements > > * How can images be deleted? Good point. It is not yet possible. I will put that on my to-do list. > * Thumbnails have empty alt > > Thumbnails displayed on the right hand side in the image viewer (both OPAC and > Intranet) have empty alt attributes: > > <img alt="" > src="/cgi-bin/koha/catalogue/image.pl?imagenumber=3&thumbnail=1" id="3" > class="thumbnail"> > > It could perhaps say alt="Thumbnail" or something similar? Done! > * Still possible to see images when OPACLocalCoverImages is off > > OPACLocalCoverImages = Don't display > > I can still see the image at /cgi-bin/koha/opac-image.pl?imagenumber=1 Not anymore. ;) > * Wrong POD in tools/upload-cover-image.pl? > > The POD on line 33 of tools/upload-cover-image.pl says: "Files greater than > 100K will be refused. Images should be 140x200 pixels. If they are larger they > will be auto-resized to comply." > > I was able to upload an image of 1.3MB without any trouble, and it was resized > correctly. > > The last part of this has perhaps not been updated to take into account the > 600x800 pixel max size of the "large" view? There was incorrect POD, but I changed it. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 14:57:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 13:57:32 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-mTcAgXtGtk@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 Jared Camins-Esakov <jcamins at cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6785|0 |1 is obsolete| | --- Comment #37 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-30 13:57:32 UTC --- Created attachment 6973 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6973 Bug 1633: Add support for uploading images to Koha A frequently-requested feature for Koha, especially by special libraries, is the ability to upload local cover images into Koha. This patch adds a bibliocoverimage table, and image handling code in the C4::Images module. Key features of the implementation include: 1. The ability to have multiple cover images for a biblio 2. Handling for "full size" (800x600) and thumbnail-size (200x140) images 3. Uploading images directly from the record view The image display functionality by Koustubha Kale of Anant Corporation will follow in a second patch. Special thanks to Koustubha Kale and Anant Corporation for the initial implementation of local cover images, and to Chris Nighswonger of Foundation Bible College for his prior work on patron images. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 14:57:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 13:57:50 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-Q4SzBYUlsW@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 Jared Camins-Esakov <jcamins at cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6786|0 |1 is obsolete| | --- Comment #38 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-30 13:57:50 UTC --- Created attachment 6974 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6974 Bug 1633: Display local cover images This patch adds display of local cover images in the following places: 1. OPAC Results page 2. OPAC Details page 3. Separate image viewer page for the OPAC 4. Intranet Details page 5. Separate image viewer page for the Intranet Display in the Details and (OPAC) Results pages is handled via Javascript rather than via direct embedding, to better handle the situation where most records have local cover images, but a few do not. Local cover images do not currently display in the Intranet Results page How to use/test : Assign user permission to the user Tools > (upload_local_cover_images Upload local cover images). In order to upload local images, login to the staff client. Go to Home > Tools > Upload Cover Images. Here you can upload cover images either singly or in bulk in the form of a zip file. If uploading singly, click on image file, browse the image from your local disk, type in the biblio number of the catalogue entry and press upload. If uploading in bulk as a zip file, the zip file must contain (in addition to cover images) one text file named either datalink.txt OR idlink.txt. This file should have mapping of biblionumber to image file name in the zip one per line with comma or tab as delimiters. For example: 1, scanned_cover_image_of_bib_no_1.jpg 2, scanned_cover_image_of_bib_no_1.jpg Cover images will be resized to a large image of 800x600 and a thumbnail of 200x140. Depending on the setting of AllowMultipleCovers, it is possible to upload multiple images for a single bibliographic record. However, even if multiple covers are permitted, you have the option of replacing the existing covers by checking the "Replace existing covers" option on the upload screen. 1. The patch adds a menu link in Tools from where you can upload local cover images 2. It adds a user permission to enable access control to this menu item under Tools 3. It adds a system preference OPACLocalCoverImages under Enhanced Content. This needs to be turned on to show local cover images in OPAC. Once you have uploaded local images, if you search for the biblio, the local cover should show up in search as well as search detail pages in the OPAC, and the details view in the Intranet. Koustubha Kale is working on another patch which will allow us to set a cover image source priority in system preferences, and which will then gracefully fail over to the next source if image is not available from the first choice source. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 14:58:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 13:58:10 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-khEkK4TZlH@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 Jared Camins-Esakov <jcamins at cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6787|0 |1 is obsolete| | --- Comment #39 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-30 13:58:10 UTC --- Created attachment 6975 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6975 Bug 1633 - Add ability to take book cover images from local img db OPAC Template revisions: - Revised OPAC imageviewer template to match structure of other OPAC pages (with masthead search, footer, etc) - Added link back to detail page (controlled by BiblioDefaultView preference) - Added link style to thumbnails on opac-detail to add a sense of "clickability" to them - Revised OPAC imageviewer template to allow it to function with JavaScript turned off. Now even without JS main image will load, thumbnails will be properly styled, and thumbnail links will work. - Changes to the script are only to pass missing variables to the template TODO: Corresponding changes for the staff client Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 14:58:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 13:58:26 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-EKC06Zs4hl@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 Jared Camins-Esakov <jcamins at cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6788|0 |1 is obsolete| | --- Comment #40 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-30 13:58:26 UTC --- Created attachment 6976 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6976 Bug 1633: Don't show image tab when inappropriate This patch corrects the bug spotted by Owen Leonard where the Images tab was showing up even for records that didn't have local cover images attached to them. The tab is now hidden on the OPAC for records that don't have any images. In the Intranet, an Images tab will show for staff with permission to upload images, suggesting that they do so. For staff without that permission, the tab is not shown. This permission also disables returning images via the opac-image.pl and catalogue/image.pl scripts when local cover images have been disabled. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 14:58:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 13:58:40 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-WiaKr04eyf@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 Jared Camins-Esakov <jcamins at cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6823|0 |1 is obsolete| | --- Comment #41 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-30 13:58:40 UTC --- Created attachment 6977 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6977 Bug 1633 - Interface revisions for the staff client This patch revises the image viewer page to match other biblio detail pages: a toolbar, a sidebar menu, etc. Additional data is now pulled by imageviewer.pl in order to provide information necessary for the proper functioning of the toolbar and menus: item counts, hold availability, biblio view options. Other changes have been made to match the changes in the OPAC interface like styling of the images and no-javascript compatibility Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 14:58:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 13:58:52 +0000 Subject: [Koha-bugs] [Bug 6193] Use memcached cache koha-conf.xml configuration variables In-Reply-To: <bug-6193-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6193-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6193-70-3lEZReQXVV@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6193 Tom?s Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Patch Pushed |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 15:02:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 14:02:46 +0000 Subject: [Koha-bugs] [Bug 7388] rounded corners for side menus in staff client In-Reply-To: <bug-7388-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7388-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7388-70-qmrL9nqLmX@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7388 --- Comment #5 from Owen Leonard <oleonard at myacpl.org> 2011-12-30 14:02:46 UTC --- I disagree with the addition of the styling of the acquisitions, serials, and reports menu. The style of the sidebar tabs on patron-related screens and title-related screens is linked to the kind of menu options they present. Those menu options are for different ways you can view one thing: a patron or a bibliographic record. You can view that patron's details, fines, circ history, etc (checkouts is kind of cheating). You can view a title's normal view, marc view, items, etc. This isn't true for acquisitions, for instance, where the menu options are for doing different tasks. I'm not opposed to improving the style of those menus, but I'd prefer to introduce a new standard which doesn't muddy the distinct purpose of the existing "view menus." No objections here to the rounded corners though. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 15:03:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 14:03:14 +0000 Subject: [Koha-bugs] [Bug 7388] rounded corners for side menus in staff client In-Reply-To: <bug-7388-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7388-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7388-70-QmlbzzNbBc@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7388 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rel_3_8 |master AssignedTo|paul.poulain at biblibre.com |wizzyrea at gmail.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 17:14:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 16:14:44 +0000 Subject: [Koha-bugs] [Bug 7389] New: List unzip as a dependency Message-ID: <bug-7389-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7389 Bug #: 7389 Summary: List unzip as a dependency Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: minor Priority: P5 - low Component: Architecture, internals, and plumbing AssignedTo: gmcharlt at gmail.com ReportedBy: magnus at enger.priv.no QAContact: ian.walls at bywatersolutions.com unzip is needed for uploading batches of patron images as well as for the batch image upload added by bug 1633. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 17:29:19 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 16:29:19 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-AQBjOMCKYE@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 Magnus Enger <magnus at enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6973|0 |1 is obsolete| | --- Comment #42 from Magnus Enger <magnus at enger.priv.no> 2011-12-30 16:29:19 UTC --- Created attachment 6978 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6978 Signed-off patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 17:34:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 16:34:23 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-1OAkFRDEc3@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 Magnus Enger <magnus at enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6974|0 |1 is obsolete| | --- Comment #43 from Magnus Enger <magnus at enger.priv.no> 2011-12-30 16:34:23 UTC --- Created attachment 6979 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6979 Bug 1633: Display local cover images -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 17:37:38 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 16:37:38 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-H3enO6G7yt@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 Magnus Enger <magnus at enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6979|0 |1 is obsolete| | --- Comment #44 from Magnus Enger <magnus at enger.priv.no> 2011-12-30 16:37:38 UTC --- Created attachment 6980 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6980 [SIGNED-OFF] Bug 1633: Display local cover images -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 17:38:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 16:38:10 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-ch2NHBN8Gf@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 Magnus Enger <magnus at enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6975|0 |1 is obsolete| | --- Comment #45 from Magnus Enger <magnus at enger.priv.no> 2011-12-30 16:38:10 UTC --- Created attachment 6981 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6981 [SIGNED-OFF] Bug 1633 - Add ability to take book cover images from local img db -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 17:38:38 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 16:38:38 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-Ixf6TiiRbD@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 Magnus Enger <magnus at enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6976|0 |1 is obsolete| | --- Comment #46 from Magnus Enger <magnus at enger.priv.no> 2011-12-30 16:38:38 UTC --- Created attachment 6982 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6982 [SIGNED-OFF] Bug 1633: Don't show image tab when inappropriate -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 17:39:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 16:39:10 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-NAYljiXQwT@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 Magnus Enger <magnus at enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6977|0 |1 is obsolete| | --- Comment #47 from Magnus Enger <magnus at enger.priv.no> 2011-12-30 16:39:10 UTC --- Created attachment 6983 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6983 [SIGNED-OFF] Bug 1633 - Interface revisions for the staff client -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 17:46:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 16:46:08 +0000 Subject: [Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db In-Reply-To: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-1633-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-1633-70-igy0R3owba@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633 Magnus Enger <magnus at enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Signed Off --- Comment #48 from Magnus Enger <magnus at enger.priv.no> 2011-12-30 16:46:08 UTC --- I have signed off all the current patches. The blockers mentioned in comment 35 have all been fixed, as well as some of the enhancements. I have tested uploading large and small jpg and png images to specific records. Upload and display works as expected. When AllowMultipleCovers = "Don't allow" new images for a record with old images automatically overwrite the old ones. I have also tested with a zip-file containing 3 images and a comma separated file called datalink.txt. I hve tested attaching all 3 images to the same record, as well as different images to different records. We can probably think of improvements to this, but it looks like the base functionality is OK, so I think we should get this in now and then we can enhance it later. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 20:03:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 19:03:10 +0000 Subject: [Koha-bugs] [Bug 7387] Add Template::Toolkit plugin to allow caching of includes In-Reply-To: <bug-7387-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7387-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7387-70-ihsZdXJVdm@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7387 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 20:10:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 19:10:28 +0000 Subject: [Koha-bugs] [Bug 6627] [security] insecure file creation In-Reply-To: <bug-6627-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6627-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6627-70-BhmY34jR0i@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6627 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 30 20:18:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 19:18:48 +0000 Subject: [Koha-bugs] [Bug 6681] When importing a biblio record via Z39.50, authority links also get imported In-Reply-To: <bug-6681-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6681-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6681-70-Lq0v8kyTQc@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6681 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rel_3_2 |master -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 30 20:30:56 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 19:30:56 +0000 Subject: [Koha-bugs] [Bug 6466] hung socket read causes SIP tests to fail In-Reply-To: <bug-6466-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6466-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6466-70-utK3etLT3Z@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6466 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|colin.campbell at ptfs-europe. |mtj at kohaaloha.com |com | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 30 20:39:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 19:39:39 +0000 Subject: [Koha-bugs] [Bug 6627] [security] insecure file creation In-Reply-To: <bug-6627-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6627-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6627-70-l2b2mMROpw@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6627 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6897|0 |1 is obsolete| | --- Comment #7 from Liz Rea <wizzyrea at gmail.com> 2011-12-30 19:39:39 UTC --- Created attachment 6984 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6984 Bug 6627 [Signed Off] - Update to improve security in specified log files - bug 6627 Signed-off-by: Liz Rea <wizzyrea at gmail.com> Verified sessionlog file is not written to /tmp when patch is applied. Also verified original bug - logging in did in fact log to /tmp. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 30 20:42:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 19:42:03 +0000 Subject: [Koha-bugs] [Bug 6627] [security] insecure file creation In-Reply-To: <bug-6627-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6627-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6627-70-hngsC0KRfV@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6627 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 30 21:03:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 20:03:44 +0000 Subject: [Koha-bugs] [Bug 7390] New: Place hold page should offer compact view if it is in a pop-up Message-ID: <bug-7390-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7390 Bug #: 7390 Summary: Place hold page should offer compact view if it is in a pop-up Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 - low Component: OPAC AssignedTo: oleonard at myacpl.org ReportedBy: oleonard at myacpl.org QAContact: ian.walls at bywatersolutions.com If you place a hold from the Cart you're loading the place hold page into a smaller browser window. In this situation the display should be stripped down to only the place hold functions. When the hold transaction is complete the user should be redirected to the Cart. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 21:09:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 20:09:27 +0000 Subject: [Koha-bugs] [Bug 7391] New: Return to cart after adding items to a list Message-ID: <bug-7391-70@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7391 Bug #: 7391 Summary: Return to cart after adding items to a list Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 - low Component: OPAC AssignedTo: oleonard at myacpl.org ReportedBy: oleonard at myacpl.org QAContact: ian.walls at bywatersolutions.com If you select items in your cart and choose to add them to a list, upon completion of the transaction the pop-up window, which was originally opened for the cart, is closed. Instead you should be returned to the Cart view. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 21:12:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 20:12:40 +0000 Subject: [Koha-bugs] [Bug 3679] Specify "from" address when emailing a list or cart from opac In-Reply-To: <bug-3679-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-3679-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-3679-70-FJjQjkMDBR@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3679 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|PC |All Version|unspecified |master Summary|email a list or cart from |Specify "from" address when |opac |emailing a list or cart | |from opac -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 21:14:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 20:14:34 +0000 Subject: [Koha-bugs] [Bug 4530] Circulation & fines rules aren't always applied from most specific to less specific In-Reply-To: <bug-4530-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-4530-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-4530-70-w1CfSh79FE@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4530 --- Comment #14 from Melia Meggs <melia at bywatersolutions.com> 2011-12-30 20:14:34 UTC --- This patch applies, and I have attempted to test, but I need some help with testing this one because it's pretty complicated. Here's what I did. (Srdjan has pointed out that this test plan is too simple, but I thought it'd be at least a place to start). I set up circ/fines rules to look like this: For Main Branch Patron Category | Item Type | Checkouts | Fine Amt | Suspension | Renewals | Holds Child All 6 .50 3 3 3 Child Book 5 .50 2 2 2 All All 3 .50 0 0 0 For South Branch Patron Category | Item Type | Checkouts | Fine Amt | Suspension | Renewals | Holds Child Book 4 .50 1 1 1 Then what I would expect to happen is: - If a child patron from the main branch tries to checkout a DVD, he can check out up to 6, with 3 days fines suspension, 3 renewals and 3 holds. - If a child patron from the main branch tries to checkout a book, he can check out up to 5, with 2 days fines suspension, 2 renewals and 2 holds. - If a child patron from the South branch tries to checkout a book, he can check out up to 4, with 1 day fines suspension, 1 renewal and 1 hold. - If a child patron from the East branch tries to checkout a compact disc, he can check out up to 3, with no fines suspension, no renewals and no holds. Here are my results - If a child patron from the main branch tries to checkout a DVD, he can check out up to 6 - FAIL? (I checked out 7 with no problem.) with 3 days fines suspension - DIDN'T TEST (didn't know how to test suspension) 3 renewals - PASS and 3 holds - NOT SURE (for some reason I couldn't place on anything while testing, so I think something else was screwing that up... so I can't say one way or the other about holds) - If a child patron from the main branch tries to checkout a book, he can check out up to 5 - PASS with 2 days fines suspension - DIDN'T TEST 2 renewals - PASS and 2 holds - NOT SURE - If a child patron from the South branch tries to checkout a book, he can check out up to 4 - FAIL? (I checked out 5 with no problem.) with 1 day fines suspension - DIDN'T TEST 1 renewal - NOT SURE and 1 hold - NOT SURE - If a child patron from the East branch tries to checkout a compact disc, he can check out up to 3 - FAIL? (I checked out 5 with no problem.) with no fines suspension - DIDN'T TEST no renewals - DIDN'T TEST and no holds - NOT SURE Sorry, those aren't very useful test results. But if someone could help me fix the holes in that test plan, I'd be happy to do more testing. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 30 21:16:57 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 20:16:57 +0000 Subject: [Koha-bugs] [Bug 3679] Specify "from" address when emailing a list or cart from opac In-Reply-To: <bug-3679-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-3679-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-3679-70-advCHIBuSO@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3679 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> 2011-12-30 20:16:57 UTC --- As long as the OPAC requires that the user be logged in to email a cart or a list I would think it would be simple to use the logged-in user's primary email address, assuming they have one. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Dec 30 21:18:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 20:18:47 +0000 Subject: [Koha-bugs] [Bug 4530] Circulation & fines rules aren't always applied from most specific to less specific In-Reply-To: <bug-4530-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-4530-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-4530-70-xEOl3EK9kz@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4530 --- Comment #15 from Melia Meggs <melia at bywatersolutions.com> 2011-12-30 20:18:47 UTC --- I am attaching screenshots of the circ/fines rules that I used since you can't read the previous note very easily. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 30 21:19:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 20:19:15 +0000 Subject: [Koha-bugs] [Bug 4530] Circulation & fines rules aren't always applied from most specific to less specific In-Reply-To: <bug-4530-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-4530-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-4530-70-kJL9Xrutc9@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4530 --- Comment #16 from Melia Meggs <melia at bywatersolutions.com> 2011-12-30 20:19:15 UTC --- Created attachment 6985 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6985 Circ/Fines Rules used for Main Library -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Fri Dec 30 21:19:36 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Dec 2011 20:19:36 +0000 Subject: [Koha-bugs] [Bug 4530] Circulation & fines rules aren't always applied from most specific to less specific In-Reply-To: <bug-4530-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-4530-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-4530-70-ZO9ReSVHmK@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4530 --- Comment #17 from Melia Meggs <melia at bywatersolutions.com> 2011-12-30 20:19:36 UTC --- Created attachment 6986 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6986 Circ/Fines Rules used for South Branch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 31 03:03:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Dec 2011 02:03:12 +0000 Subject: [Koha-bugs] [Bug 7359] Begin migration to a new "Koha" namespace from the old "C4" namespace In-Reply-To: <bug-7359-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7359-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7359-70-9dGTsSLQ8e@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7359 Jared Camins-Esakov <jcamins at cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6794|0 |1 is obsolete| | --- Comment #3 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-31 02:03:12 UTC --- Created attachment 6987 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6987 Bug 7359 - Begin migration to a new "Koha" namespace from the old "C4" namespace The Koha namespace is for Perl modules that meet the following mandatory conditions: * use "strict" and "warning" pragmata * include valid POD * include complete and functioning documented test cases * not create circular dependencies * use Object Oriented (OO) style everywhere possible * minimize exports * maintain mod_perl, etc. compatibility * separate data access methods from business logic Modules in C4 can use (and are encouraged to use) routines in the Koha namespace. Modules in Koha should not in general use C4 modules; any C4 module that is safe to be depended on by a Koha module is a candidate for being renamed to Koha. The advantage of carving out a new namespace is that it doesn't require that we refactor the entirety of C4 to support persistance or to untangle the dependency tree. Instead, the only C4 code we would have to reimplement for the Koha namespace right away would be authentication, basic session management, and basic output. (Gratuitous use made of gmcharlt's recommendations found in the post mentioned below.) Related info: http://lists.koha-community.org/pipermail/koha-devel/2011-March/035302.html http://wiki.koha-community.org/wiki/Namespace_QA_Rules Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 31 03:04:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Dec 2011 02:04:24 +0000 Subject: [Koha-bugs] [Bug 7359] Begin migration to a new "Koha" namespace from the old "C4" namespace In-Reply-To: <bug-7359-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7359-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7359-70-2LzAQWntlO@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7359 Jared Camins-Esakov <jcamins at cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jcamins at cpbibliography.com Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 31 07:48:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Dec 2011 06:48:21 +0000 Subject: [Koha-bugs] [Bug 6868] Need a script to fix bad accountno data in accountlines In-Reply-To: <bug-6868-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6868-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6868-70-4cCshpTBul@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6868 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |--- --- Comment #8 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-31 06:48:21 UTC --- Script won't be pushed, leaving open for people who need it to be able to find it -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 31 07:58:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Dec 2011 06:58:02 +0000 Subject: [Koha-bugs] [Bug 6681] When importing a biblio record via Z39.50, authority links also get imported In-Reply-To: <bug-6681-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6681-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6681-70-NJMDwjZGOk@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6681 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Failed QA --- Comment #6 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-31 06:58:02 UTC --- Hmm it looks to me like this only does MARC21, and it will try to do it for UNIMARC and NORMARC probably making a mess of the record. I think it needs to check the syspref for MARC Flavour and do the right thing for each flavour. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 31 08:07:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Dec 2011 07:07:10 +0000 Subject: [Koha-bugs] [Bug 6466] hung socket read causes SIP tests to fail In-Reply-To: <bug-6466-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6466-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6466-70-n01Km7Rcam@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6466 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #4372|0 |1 is obsolete| | --- Comment #3 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-31 07:07:10 UTC --- Created attachment 6988 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6988 Bug 6466 - hung socket read causes SIP tests to fail Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 31 08:07:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Dec 2011 07:07:26 +0000 Subject: [Koha-bugs] [Bug 6466] hung socket read causes SIP tests to fail In-Reply-To: <bug-6466-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6466-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6466-70-y22r8ndztv@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6466 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 31 08:10:27 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Dec 2011 07:10:27 +0000 Subject: [Koha-bugs] [Bug 6986] update perltidy with new official style In-Reply-To: <bug-6986-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6986-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6986-70-lpX70eWuBN@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6986 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5755|0 |1 is obsolete| | --- Comment #3 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-31 07:10:27 UTC --- Created attachment 6989 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6989 Bug 6986 - update perltidy with new official style generated by running 'perltidy -npro -opt' modified: xt/perltidyrc Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 31 08:11:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Dec 2011 07:11:02 +0000 Subject: [Koha-bugs] [Bug 6986] update perltidy with new official style In-Reply-To: <bug-6986-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6986-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6986-70-tWKCfvqfnp@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6986 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 31 08:14:57 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Dec 2011 07:14:57 +0000 Subject: [Koha-bugs] [Bug 6147] Reading RSS feeds via Netvibes In-Reply-To: <bug-6147-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6147-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6147-70-VDhABl32jE@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6147 --- Comment #8 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-31 07:14:57 UTC --- (In reply to comment #6) > Without this patch, the rss feed does not validate in W3C Feed Validation > Service: > > see screenshot: http://goo.gl/T2f9o > > ---------------------------------------------------- > > Once this patch is applied, and viewing the feed: > > /opac-search.pl?idx=kw&q=jane&count=50&sort_by=acqdate_dsc&format=rss2 > > I did the CTRL+U (view source) in my browser, copied the source, and validated > by pasting the source in http://feed1.w3.org/ (Validate by Direct Input). > > The result says: Congratulations! This is a valid RSS feed :) > > But I just want to ask about these "Recommendations" before signing off. See > screenshot: http://goo.gl/XCpFZ > > Is it okay to sign off this bug? It sure is an improvement. The feed validates! Hi Arslan Yes, I think its fine to sign off, but if someone wanted to do a followup to implement the recommendations that would be cool too Chris -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 31 08:19:53 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Dec 2011 07:19:53 +0000 Subject: [Koha-bugs] [Bug 7157] Improve the j2a.pl cronjob In-Reply-To: <bug-7157-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7157-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7157-70-w8Vrprqqg6@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7157 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Failed QA --- Comment #10 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-31 07:19:53 UTC --- Sorry liz The script still has -branch -fromcat -tocat which should either be -b -f -t or --branch --fromcat --tocat -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 31 08:23:51 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Dec 2011 07:23:51 +0000 Subject: [Koha-bugs] [Bug 6832] Validation of total > budget in neworderempty In-Reply-To: <bug-6832-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6832-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6832-70-sX27pKBssF@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6832 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Patch Status|Needs Signoff |Failed QA Severity|normal |major --- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-31 07:23:51 UTC --- Hi Maxime, I tried testing this, my settings are: - Create items on order - Used a fund on 3 level of the budget hierarchy - Put in a price way over the limit for that fund - No alert showed up and I could save the order without any message Do you have an idea what went wrong here? I would really like to see that fixed! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 31 08:27:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Dec 2011 07:27:48 +0000 Subject: [Koha-bugs] [Bug 6790] C4::Serials::getroutinglist returns unnecessary variable In-Reply-To: <bug-6790-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6790-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6790-70-BvX60DPPKo@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6790 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5217|0 |1 is obsolete| | --- Comment #6 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-31 07:27:48 UTC --- Created attachment 6990 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6990 Bug 6790: Remove unnecessary variable from getroutinglist return getroutinglist returns a count variable to indicate how many elements are in the array. This is almost always a serious code smell. (We are programming in a list manipulating language) The routine was executing am unnecessary loop just to maintain that var. Removed the variable from the routine and perldoc refactored calls of the routine removed the c-style loops for more idiomatic and maintainable for loops renamed some opaquely named variables removed a call to the routine where nothing was done with the data moved some html out of the calling script and into the template Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 31 08:28:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Dec 2011 07:28:05 +0000 Subject: [Koha-bugs] [Bug 6790] C4::Serials::getroutinglist returns unnecessary variable In-Reply-To: <bug-6790-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6790-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6790-70-TTWZHjVob2@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6790 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 31 08:32:18 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Dec 2011 07:32:18 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-MEqP8A2Yap@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6970|0 |1 is obsolete| | --- Comment #45 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-31 07:32:18 UTC --- Created attachment 6991 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6991 [SIGNED-OFF] Bug 5347: Set translatable the "no email" error Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> This bookseller has no email shows up correctly, when vendor has no email address. Small change made: Changed bookseller to vendor. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 31 08:34:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Dec 2011 07:34:17 +0000 Subject: [Koha-bugs] [Bug 5347] late order management In-Reply-To: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-5347-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5347-70-S3H2H5RlnF@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347 --- Comment #46 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-31 07:34:17 UTC --- This is only missing a sign-off for the third patch from me now. Patch 1 and 2 must be applied before testing the third. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 31 08:35:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Dec 2011 07:35:14 +0000 Subject: [Koha-bugs] [Bug 6990] TransformKohaToMarc enhancement In-Reply-To: <bug-6990-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6990-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6990-70-0CnvQ7Zp8X@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6990 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5810|0 |1 is obsolete| | --- Comment #5 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-31 07:35:14 UTC --- Created attachment 6992 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6992 TransformKohaToMarc enhancement TransformKohaToMarc function is called for each biblio and item that has to be build. This function execute a DB statement for each Koha field that has to be mapped to a MARC tag/letter. This impact deeply performances for script like rebuild_zebra, especially since items are not anymore in bilio records and have to be rebuild on the fly. I'm proposing a patch which read Koha field to MARC field mapping just one time and cache it. My test show a 30% execution time improvement on rebuild_zebra.pl script. It uses already cached mapping in C4::Context. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 31 08:35:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Dec 2011 07:35:39 +0000 Subject: [Koha-bugs] [Bug 6990] TransformKohaToMarc enhancement In-Reply-To: <bug-6990-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-6990-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-6990-70-spkFxdstJK@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6990 Chris Cormack <chris at bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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 Sat Dec 31 08:58:01 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Dec 2011 07:58:01 +0000 Subject: [Koha-bugs] [Bug 7243] Do not take rentals as fines In-Reply-To: <bug-7243-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7243-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7243-70-Idlk4iVwMc@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7243 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-31 07:58:01 UTC --- I am not sure I agree with this change for several reasons: I am not sure MAN_INV should be included in the list of fines that don't block. I am not sure if this change makes sense, as the MAN_INV values can be used for a lot of different things and libraries might want to block patrons from checkout here. Having 'Res' not block checkout is also a change to current behaviour, although I agree that it might make sense. I think this needs a system preference. Perhaps a third option for 'issuinginprocess' that makes rental fees never block circ. This way we don't change the behaviour of this for all libraries, which is something that libraries may not want. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 31 23:23:09 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Dec 2011 22:23:09 +0000 Subject: [Koha-bugs] [Bug 7247] rebuild_zebra.pl -v should show all Zebra log output In-Reply-To: <bug-7247-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7247-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7247-70-NNrTre4xmH@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7247 --- Comment #9 from Liz Rea <wizzyrea at gmail.com> 2011-12-31 22:23:09 UTC --- Created attachment 6993 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6993 [Signed Off] Bug 7247 - rebuild_zebra.pl -v should show all Zebra log output Currently, -v option resets Zebra log output to default system values. This produce amount of log specified in system defaults which is usually too low for debugging. This change explicitly forces all Zebra log output which create much more chatter so it triggers with verbosity level 2 Test scenario: 1. pick koha site to reindex 2. use -v -v options to rebuild_zebra.pl to see additional output Signed-off-by: Liz Rea <wizzyrea at gmail.com> Verified help corrections and loglevel 2 output vs. loglevel 1 output. No issues found. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 31 23:23:22 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Dec 2011 22:23:22 +0000 Subject: [Koha-bugs] [Bug 7247] rebuild_zebra.pl -v should show all Zebra log output In-Reply-To: <bug-7247-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7247-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7247-70-ZIvSixxnYd@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7247 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 31 23:28:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Dec 2011 22:28:39 +0000 Subject: [Koha-bugs] [Bug 7246] rebuild_zebra.pl --limit option to allow partial re-indexing In-Reply-To: <bug-7246-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7246-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7246-70-zwmqsgslLb@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7246 --- Comment #6 from Liz Rea <wizzyrea at gmail.com> 2011-12-31 22:28:39 UTC --- Created attachment 6994 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6994 [Signed Off] Bug 7246 - rebuild_zebra.pl --limit number for partial reindexing Partial re-indexing is mostly useful when experimenting with Zebra configuration and your test database is too large to be re-indexed for each trial. I'm submitting it after I added this twice to source code of rebuild_zebra.pl and I hope it might prove useful to others also. Test scenario: 1. pick koha instance for which you don't mind truncating results in search 2. re-run rebuild_zebra.pl and add --limit 1000 http://bugs.koha-community.org/show_bug.cgi?id=7246 Signed-off-by: Liz Rea <wizzyrea at gmail.com> Verified that --limit 3 only exports 3 records of the indexing batch. I think this is a useful option for testers and would like to see it in. The other suggestions can be implemented at a later time. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 31 23:30:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Dec 2011 22:30:28 +0000 Subject: [Koha-bugs] [Bug 7246] rebuild_zebra.pl --limit option to allow partial re-indexing In-Reply-To: <bug-7246-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7246-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7246-70-YWiKbqRSjl@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7246 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6347|0 |1 is obsolete| | Attachment #6994|0 |1 is obsolete| | --- Comment #7 from Liz Rea <wizzyrea at gmail.com> 2011-12-31 22:30:28 UTC --- Created attachment 6995 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6995 [Signed Off] Bug 7246 - rebuild_zebra.pl --limit number for partial reindexing Partial re-indexing is mostly useful when experimenting with Zebra configuration and your test database is too large to be re-indexed for each trial. I'm submitting it after I added this twice to source code of rebuild_zebra.pl and I hope it might prove useful to others also. Test scenario: 1. pick koha instance for which you don't mind truncating results in search 2. re-run rebuild_zebra.pl and add --limit 1000 http://bugs.koha-community.org/show_bug.cgi?id=7246 Signed-off-by: Liz Rea <wizzyrea at gmail.com> Verified that --limit 3 only exports 3 records of the indexing batch. I think this is a useful option for testers and would like to see it in. The other suggestions can be implemented at a later time. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 31 23:33:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Dec 2011 22:33:03 +0000 Subject: [Koha-bugs] [Bug 7246] rebuild_zebra.pl --limit option to allow partial re-indexing In-Reply-To: <bug-7246-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7246-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7246-70-M8PxCiT39x@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7246 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 31 23:34:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Dec 2011 22:34:24 +0000 Subject: [Koha-bugs] [Bug 7247] rebuild_zebra.pl -v should show all Zebra log output In-Reply-To: <bug-7247-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-7247-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-7247-70-rxjtkBTXD2@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7247 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6887|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 31 23:46:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Dec 2011 22:46:28 +0000 Subject: [Koha-bugs] [Bug 2629] Diacritics not being ignored when searching In-Reply-To: <bug-2629-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-2629-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-2629-70-aQqeWhpgDb@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2629 --- Comment #33 from Liz Rea <wizzyrea at gmail.com> 2011-12-31 22:46:28 UTC --- Created attachment 6996 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6996 [Signed Off] Bug 2629 - Diacritics not being ignored when searching /etc/zebradb/etc/word-phrase-utf.chr added Cc miniscule and Cc circumflex; added Kk acute accent. Signed-off-by: Liz Rea <wizzyrea at gmail.com> - imported marc record from the bug with the offending diacritic - reindexed - searched for the title - result found! Yay! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 31 23:46:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Dec 2011 22:46:50 +0000 Subject: [Koha-bugs] [Bug 2629] Diacritics not being ignored when searching In-Reply-To: <bug-2629-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-2629-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-2629-70-DEQONoBQdN@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2629 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 31 23:47:11 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Dec 2011 22:47:11 +0000 Subject: [Koha-bugs] [Bug 2629] Diacritics not being ignored when searching In-Reply-To: <bug-2629-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-2629-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-2629-70-wxe7y2QgU0@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2629 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6471|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Dec 31 23:48:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 31 Dec 2011 22:48:26 +0000 Subject: [Koha-bugs] [Bug 2629] Diacritics not being ignored when searching In-Reply-To: <bug-2629-70@http.bugs.koha-community.org/bugzilla3/> References: <bug-2629-70@http.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-2629-70-cpWYBuOwzO@http.bugs.koha-community.org/bugzilla3/> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2629 --- Comment #34 from Liz Rea <wizzyrea at gmail.com> 2011-12-31 22:48:26 UTC --- ps. thank you very much for the record to test this patch with. Made testing a lot easier, I appreciate it. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bogus@does.not.exist.com Wed Dec 21 13:57:57 2011 From: bogus@does.not.exist.com () Date: Wed, 21 Dec 2011 12:57:57 -0000 Subject: No subject Message-ID: <mailman.0.1325498120.4928.koha-bugs@lists.koha-community.org> C4::Context->set_preference( $variable, $value ); This updates a preference's value both in the systempreferences table and in the sysprefs cache. but the sysprefs cache isn't updated. This patch fix that, applying lowercase to 'variable'. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. From bogus@does.not.exist.com Wed Dec 21 13:57:57 2011 From: bogus@does.not.exist.com () Date: Wed, 21 Dec 2011 12:57:57 -0000 Subject: No subject Message-ID: <mailman.1.1325597994.4928.koha-bugs@lists.koha-community.org> to advanced search, both using the same search which is now fixed. But in the cataloguing section it is a different search. The patch needs to fix this part too. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.