From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 00:46:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 31 Aug 2011 22:46:59 +0000 Subject: [Koha-bugs] [Bug 6801] C4::Overdues::checkoverdues returns all fields from biblio, biblioitems, items and issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6801 --- Comment #3 from Ian Walls 2011-08-31 22:46:59 UTC --- More research has led to the REAL root of the problem Liz is experiencing; it's not so much that checkoverdues is inefficient, but that it's being called WAY too often now that Relatives Checkouts are in place (it's called once for every issue checked out to the person or to their relatives). On this particular issue, however, looking at how the returned values of checkoverdues are actually used, we only need to return itemnumber and date_due from the issues table (or anything extra we'd like to show over a SIP2 connection, once that functionality is added). This would greatly shorten the query time, which is never a bad thing. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 09:00:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 07:00:47 +0000 Subject: [Koha-bugs] [Bug 6129] ISSN url param for serialssolutions.com In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6129 --- Comment #2 from Robin Sheat 2011-09-01 07:00:47 UTC --- Created attachment 5245 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5245 Bug 6129 - [master] this adds an ISSN to serialssolutions URLs If a URL is a serialssolutions URLs that doesn't already have an ISSN parameter, this adds one on the OPAC. Author: Srdjan Jankovic Author: Robin Sheat -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 09:01:24 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 07:01:24 +0000 Subject: [Koha-bugs] [Bug 6129] ISSN url param for serialssolutions.com In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6129 --- Comment #3 from Robin Sheat 2011-09-01 07:01:24 UTC --- Created attachment 5246 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5246 Bug 6129 - [3.4.x] this adds an ISSN to serialssolutions URLs If a URL is a serialssolutions URLs that doesn't already have an ISSN parameter, this adds one on the OPAC. Author: Srdjan Jankovic Author: Robin Sheat -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 09:01:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 07:01:52 +0000 Subject: [Koha-bugs] [Bug 6129] ISSN url param for serialssolutions.com In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6129 Robin Sheat changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #3819|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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 09:02:08 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 07:02:08 +0000 Subject: [Koha-bugs] [Bug 6129] ISSN url param for serialssolutions.com In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6129 Robin Sheat changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |PATCH-Sent CC| |robin 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 10:23:22 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 08:23:22 +0000 Subject: [Koha-bugs] [Bug 6750] Guarantor search broken on translated templates In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6750 --- Comment #1 from Fr?d?ric Demians 2011-09-01 08:23:22 UTC --- Created attachment 5247 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5247 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 10:23:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 08:23:42 +0000 Subject: [Koha-bugs] [Bug 6750] Guarantor search broken on translated templates In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6750 Fr?d?ric Demians changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 10:58:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 08:58:58 +0000 Subject: [Koha-bugs] [Bug 5524] Can't delete list from second page of results In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5524 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Passed QA |Patch Pushed --- Comment #11 from Chris Cormack 2011-09-01 08:58:58 UTC --- 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 10:59:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 08:59:05 +0000 Subject: [Koha-bugs] [Bug 6528] Cataloging search issues - Holdings not displayed in location column In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6528 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Passed QA |Patch Pushed --- Comment #4 from Chris Cormack 2011-09-01 08:59:05 UTC --- 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 11:11:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 09:11:14 +0000 Subject: [Koha-bugs] [Bug 6704] merging records cuts off fields at quotation marks In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6704 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Passed QA |Patch Pushed --- Comment #6 from Chris Cormack 2011-09-01 09:11:14 UTC --- 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 11:11:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 09:11:17 +0000 Subject: [Koha-bugs] [Bug 6656] Default sort preferences ignored on advanced search In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6656 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Passed QA |Patch Pushed --- Comment #11 from Chris Cormack 2011-09-01 09:11:17 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 11:11:19 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 09:11:19 +0000 Subject: [Koha-bugs] [Bug 6794] Broken toggle in member-flags in ie In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6794 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Passed QA |Patch Pushed --- Comment #4 from Chris Cormack 2011-09-01 09:11:19 UTC --- Pushed to master 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 11:40:38 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 09:40:38 +0000 Subject: [Koha-bugs] [Bug 6351] Cannot delete library-specific circulation rules In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6351 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Passed QA |Patch Pushed --- Comment #11 from Chris Cormack 2011-09-01 09:40:38 UTC --- 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 11:40:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 09:40:45 +0000 Subject: [Koha-bugs] [Bug 6822] RIS export problem in opac-export.pl with parsing the MARC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6822 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Patch Status|Passed QA |Patch Pushed --- Comment #5 from Chris Cormack 2011-09-01 09:40:45 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 12:19:02 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 10:19:02 +0000 Subject: [Koha-bugs] [Bug 6324] The upload directory (public) is not writable by the webserver. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6324 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus at enger.priv.no --- Comment #2 from Magnus Enger 2011-09-01 10:19:02 UTC --- I hereby confirm 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 12:23:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 10:23:13 +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 --- Comment #5 from M. de Rooy 2011-09-01 10:23:13 UTC --- Sending a patch: This patch resolves the situation of translating the parameters at (meaning subfield a and t) of subfieldSelect by replacing at with a_t. This string will not be translated and the xslt function subfieldSelect just ignores the underscore. It is a pragmatic and easy solution. Theoretically, we should look for a solution in the translation parser. This is much harder and would probably not result in better code in those modules. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 12:24:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 10:24:46 +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|NEW |ASSIGNED AssignedTo|frederic at tamil.fr |m.de.rooy at rijksmuseum.nl --- Comment #6 from M. de Rooy 2011-09-01 10:24:46 UTC --- Test this patch with the following remarks in mind: 1) This patch deals with XSLT. So you should enable XSLT at OPAC detail. 2) In English or any language not translating the word at: Just check if the links for a MARC 490, 773, 780 or 785 still work at the opac detail page. 3) For a language translating the word at (like Dutch where at becomes bij), you should first rerun your translation process (at least for the OPAC). 4) In that language: Check the results on the vernacular opac detail page for MARC 490, 773, 780 or 785. Without the patch, you would not see a link following e.g. the Series label (with 490 first indicator set to 1). With the patch, you should see a link 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 12:27:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 10:27:25 +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 --- Comment #7 from M. de Rooy 2011-09-01 10:27:25 UTC --- Created attachment 5248 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5248 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 12:28:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 10:28:35 +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 ---------------------------------------------------------------------------- Priority|P5 |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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 12:54:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 10:54:48 +0000 Subject: [Koha-bugs] [Bug 6828] New: Add Admin Dashboard for staff users. Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6828 Bug #: 6828 Summary: Add Admin Dashboard for staff users. Classification: Unclassified Change sponsored?: --- Product: Koha Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: System Administration AssignedTo: paul.poulain at biblibre.com ReportedBy: barry at oslo.ie QAContact: koha-bugs at lists.koha-community.org CC: gmcharlt at gmail.com The Admin main page has a lot of empty space that could be utilised for library wide information. Other ILS show local and global information on various pages e.g. - Number of currently checked out items - Number of items in my branch - Number of overdues - Total Bibs catalogued in last 7 days. How about the addition of a Koha dashboard page to use this space and present local and global library information within the users context? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 12:56:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 10:56:52 +0000 Subject: [Koha-bugs] [Bug 6828] Add Admin Dashboard for staff users. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6828 --- Comment #1 from Barry Cannon 2011-09-01 10:56:52 UTC --- Created attachment 5249 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5249 Mock up of Admin Dashboard Mock up screen of Admin Dashboard. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 12:58:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 10:58:48 +0000 Subject: [Koha-bugs] [Bug 6828] Add Admin Dashboard for staff users. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6828 Barry Cannon changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|paul.poulain at biblibre.com |barry at oslo.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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 13:07:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 11:07:31 +0000 Subject: [Koha-bugs] [Bug 6828] Add Admin Dashboard for staff users. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6828 Barry Cannon changed: What |Removed |Added ---------------------------------------------------------------------------- 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 13:11:18 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 11:11:18 +0000 Subject: [Koha-bugs] [Bug 6620] Sip Server Output may be buffered In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6620 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #2 from Katrin Fischer 2011-09-01 11:11:18 UTC --- I think this is difficult to test. Would it be ok to verify that SIP still works after patch was 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 14:00:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 12:00:29 +0000 Subject: [Koha-bugs] [Bug 6620] Sip Server Output may be buffered In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6620 --- Comment #3 from Colin Campbell 2011-09-01 12:00:29 UTC --- Katrin's correct. If your sipserver works fine with your unit then the test is that it dosen't introduce regressions. If you have 3M (or other) self-checks timing out and restarting or failing this because of timeouts this should fix it. NB logging can be deceptive as the log gets flushed, so you see the outgoing message even if the packet has not been transmitted to the unit. It looks like the unit is at fault unless you monitor the line itself. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 14:02:38 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 12:02:38 +0000 Subject: [Koha-bugs] [Bug 6772] Implementation of a recommendations engine In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6772 Fr?d?ric Demians changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5144|0 |1 is obsolete| | --- Comment #3 from Fr?d?ric Demians 2011-09-01 12:02:38 UTC --- Created attachment 5250 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5250 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 14:03:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 12:03:25 +0000 Subject: [Koha-bugs] [Bug 6772] Implementation of a recommendations engine In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6772 Fr?d?ric Demians changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic at tamil.fr --- Comment #4 from Fr?d?ric Demians 2011-09-01 12:03:25 UTC --- It works as announced. I confirm 'recommendations' table generation is insanly slow. The result is a huge table. For a smallish 25,000 items DB, I get a recommendation table with 3,728,251 records! If 'recommendations' has to be truncated and re-created frequently, coupled with MySQL issue not releasing innodb freespace, that could conduct to disk out-of-space. Another issue is on the OPAC Recommendations tab. It shows the 100 first related books. It would be nice to have a syspref to reduce the list. I sign-off this patch, since it's disabled by default. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 14:04:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 12:04:25 +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 Fr?d?ric Demians changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5145|0 |1 is obsolete| | --- Comment #3 from Fr?d?ric Demians 2011-09-01 12:04:25 UTC --- Created attachment 5251 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5251 Signed-off patch I can confirm the bug and the solution. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 14:04:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 12:04:44 +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 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 the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 14:05:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 12:05:04 +0000 Subject: [Koha-bugs] [Bug 6772] Implementation of a recommendations engine In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6772 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 the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 14:07:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 12:07:15 +0000 Subject: [Koha-bugs] [Bug 6752] Be stricter with utf-8 output In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6752 Fr?d?ric Demians changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5058|0 |1 is obsolete| | --- Comment #3 from Fr?d?ric Demians 2011-09-01 12:07:15 UTC --- Created attachment 5252 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5252 Signed-off patch I understand Colin concern and approve his solution which is obviously valid from a Perl strictness point of view. I haven't tested all modified scripts in order to detect any side effect, but don't think it's 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 14:07:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 12:07:52 +0000 Subject: [Koha-bugs] [Bug 6752] Be stricter with utf-8 output In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6752 Fr?d?ric Demians changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic at tamil.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 the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 14:35:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 12:35:33 +0000 Subject: [Koha-bugs] [Bug 6829] New: Remove two warnings for opac-MARCdetail Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6829 Bug #: 6829 Summary: Remove two warnings for opac-MARCdetail Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: minor Priority: P5 Component: OPAC AssignedTo: oleonard at myacpl.org ReportedBy: m.de.rooy at rijksmuseum.nl QAContact: koha-bugs at lists.koha-community.org Remove this warning by adding a check: [Thu Sep 01 14:20:18 2011] [error] [client 192.87.126.61] [Thu Sep 1 14:20:18 2011] opac-MARCdetail.pl: Use of uninitialized value in string ne at /usr/share/koha/testclone/opac/opac-MARCdetail.pl line 145., referer: http://libdevelop.rijksmuseum.nl:8008/cgi-bin/koha/opac-detail.pl?biblionumber=144200 And this warning: [Mon Aug 29 13:58:02 2011] [error] [client 66.249.72.86] [Mon Aug 29 13:58:02 2011] opac-MARCdetail.pl: Use of uninitialized value in string comparison (cmp) at /usr/share/koha/prodclone/opac/opac-MARCdetail.pl line 238. This warning is still generated in 3.3.0.12, but could be resolved in 3.5 with the removing of 952 from marcxml. The check does not hurt however. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 14:36:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 12:36:44 +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 ---------------------------------------------------------------------------- Priority|P5 |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 the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 14:36:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 12:36:59 +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 --- Comment #1 from M. de Rooy 2011-09-01 12:36:59 UTC --- Created attachment 5253 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5253 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 14:38:01 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 12:38:01 +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 ---------------------------------------------------------------------------- Attachment #5253|0 |1 is obsolete| | --- Comment #2 from M. de Rooy 2011-09-01 12:38:01 UTC --- Created attachment 5254 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5254 Patch Oops. Submitted the 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 14:41:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 12:41:31 +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 ---------------------------------------------------------------------------- Patch Status|--- |Needs Signoff --- Comment #3 from M. de Rooy 2011-09-01 12:41:31 UTC --- Test: Check your logfile for the error on line 145. After you applied the patch, run opac-MARCdetail again for that record; you should not receive the warning again in the logfile for that 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 14:44:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 12:44:40 +0000 Subject: [Koha-bugs] [Bug 6827] links to view in opac broken with OPACXSLTDetailsDisplay set to normal In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6827 --- Comment #1 from Owen Leonard 2011-09-01 12:44:40 UTC --- I can't reproduce this. How are the OPAC view links in the staff client different with OPACXSLTDetailsDisplay on and 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 14:52:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 12:52:39 +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 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Failed QA --- Comment #4 from Owen Leonard 2011-09-01 12:52:39 UTC --- Still getting one error in the log: opac-MARCdetail.pl: Use of uninitialized value in string ne at /kohaclone/opac/opac-MARCdetail.pl line 218. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 14:59:00 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 12:59:00 +0000 Subject: [Koha-bugs] [Bug 6828] Add Admin Dashboard for staff users. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6828 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com --- Comment #2 from Paul Poulain 2011-09-01 12:59:00 UTC --- In your idea/plans, can the list of what is in the dashboard be edited by the library ? will it be hardcoded ? modular system ? Libraries will be highly interested by this feature, for sure. But i'm also sure that each of them will ask for different views A suggestion: we (well, you, if you code it ;-) ) : dashboard could retrieve datas to display from saved reports. Something like : table dashboard = dashboardid report_id position (the position in dashboard) Then you run the results, and display them in the dashboard. Managing the dashboard will mean for the libraries defining reports to run, and attaching them to the dashboard. We could provide some standard/basic/usual reports during installation. Other suggestion : this kind of dashboard, appearing on homepage, can be highly CPU consuming for large databases. I strongly suggest to cache the result in a file and update the dashboard only once every night. Or remove it from the homepage to have a dashboard specific one, but that's not your goal, and I agree the dashboard on homepage is an amazing idea) HTH -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 15:05:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 13:05:30 +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 ---------------------------------------------------------------------------- Attachment #5254|0 |1 is obsolete| | --- Comment #5 from M. de Rooy 2011-09-01 13:05:30 UTC --- Created attachment 5255 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5255 Revised patch Clearing warning from Owen 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 15:05:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 13:05:44 +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 ---------------------------------------------------------------------------- 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 15:08:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 13:08:23 +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 ---------------------------------------------------------------------------- Attachment #5255|0 |1 is obsolete| | --- Comment #6 from M. de Rooy 2011-09-01 13:08:23 UTC --- Created attachment 5256 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5256 Revised patch improved -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 15:10:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 13:10:16 +0000 Subject: [Koha-bugs] [Bug 5505] A cataloger assigned to one library can delete all items In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5505 Zachary Spalding 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 15:13:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 13:13:44 +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 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5256|0 |1 is obsolete| | --- Comment #7 from Owen Leonard 2011-09-01 13:13:44 UTC --- Created attachment 5257 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5257 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 15:13:56 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 13:13:56 +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 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 the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 15:17:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 13:17:47 +0000 Subject: [Koha-bugs] [Bug 6830] New: Koha Admin Cannot delete all items Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6830 Bug #: 6830 Summary: Koha Admin Cannot delete all items Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_4 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: Cataloging AssignedTo: gmcharlt at gmail.com ReportedBy: spalding at senylrc.org QAContact: koha-bugs at lists.koha-community.org CC: ian.walls at bywatersolutions.com When logged in as a Kohaadmin, I can not do a delete all items from the Edit button when in the cataloging module. The follow message appears. Cannot Delete: The items do not belong to your 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 15:18:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 13:18:59 +0000 Subject: [Koha-bugs] [Bug 5630] CAS improvements In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5630 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl --- Comment #27 from M. de Rooy 2011-09-01 13:18:59 UTC --- (In reply to comment #22) > Without a CAS server to test against, I have no real way of checking, however > if it works for Biblibre who have clients using it, and Paul has signed off, > that is enough for me to push it. > I have tested it doesnt touch non CAS auth, so no regressions. > Pushed please test. Recent error [Thu Sep 01 14:22:45 2011] [error] [client 192.87.126.61] [Thu Sep 1 14:22:45 2011] opac-MARCdetail.pl: DBD::mysql::st execute failed: Unknown column 'limit_desc' in 'field list' at /usr/share/koha/testclone/C4/Auth.pm line 276. Seems to come from this commit 9a3950f673c28688a2ead6514c3320e34ec0cc4c (5630 CAS Improvements) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 15:42:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 13:42:33 +0000 Subject: [Koha-bugs] [Bug 6828] Add Admin Dashboard for staff users. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6828 --- Comment #3 from Barry Cannon 2011-09-01 13:42:33 UTC --- (In reply to comment #2) > In your idea/plans, can the list of what is in the dashboard be edited by the > library ? will it be hardcoded ? modular system ? Libraries will be highly > interested by this feature, for sure. But i'm also sure that each of them will > ask for different views In this release the data will be hard coded. If accepted I will certainly add the ability to show/hide details under the SysPref submenus of DashBoardDisplayed. > > A suggestion: we (well, you, if you code it ;-) ) : dashboard could retrieve > datas to display from saved reports. Something like : > table dashboard = > dashboardid > report_id > position (the position in dashboard) > > Then you run the results, and display them in the dashboard. > Managing the dashboard will mean for the libraries defining reports to run, and > attaching them to the dashboard. We could provide some standard/basic/usual > reports during installation. Sounds great. However, if everyone agreed, I would like to get a limited release up and integrated first, if possible and then add features as patches etc. > > Other suggestion : this kind of dashboard, appearing on homepage, can be highly > CPU consuming for large databases. I strongly suggest to cache the result in a > file and update the dashboard only once every night. Yes, we have been toying with this idea too. At the moment, the number of selects is increasing and although they are only counts* it isn't ideal to have those queries running directly with every main page load. The only downside we had to this is that it introduces another cron job and makes the data somewhat stale (until updated at night). Is this the general consensus? Generate a static page nightly? > Or remove it from the > homepage to have a dashboard specific one, but that's not your goal, and I > agree the dashboard on homepage is an amazing idea) > > HTH -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 15:47:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 13:47:04 +0000 Subject: [Koha-bugs] [Bug 6458] incorrect parsing result in translation processing In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6458 --- Comment #61 from Owen Leonard 2011-09-01 13:47:04 UTC --- Created attachment 5258 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5258 Proposed fix for header.inc Fixing improperly nested template logic inside HTML tags in header.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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 16:14:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 14:14:03 +0000 Subject: [Koha-bugs] [Bug 6458] incorrect parsing result in translation processing In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6458 --- Comment #62 from Owen Leonard 2011-09-01 14:14:03 UTC --- Created attachment 5259 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5259 Proposed fix for admin/aqplan.tt Fixing improperly nested template logic inside HTML tags in aqplan 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 16:28:56 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 14:28:56 +0000 Subject: [Koha-bugs] [Bug 6458] incorrect parsing result in translation processing In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6458 --- Comment #63 from Owen Leonard 2011-09-01 14:28:56 UTC --- Created attachment 5260 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5260 Proposed fix for moremember.tt Fixing improperly nested template logic inside HTML tags in member details 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 16:33:51 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 14:33:51 +0000 Subject: [Koha-bugs] [Bug 6830] Koha Admin Cannot delete all items In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6830 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #1 from Owen Leonard 2011-09-01 14:33:51 UTC --- Many things will not work when logged in as Kohaadmin. Instead of using the Kohaadmin user, you should always create a new patron and give it the permissions you need to do administration. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 16:39:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 14:39:10 +0000 Subject: [Koha-bugs] [Bug 6458] incorrect parsing result in translation processing In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6458 --- Comment #64 from Owen Leonard 2011-09-01 14:39:10 UTC --- Created attachment 5261 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5261 Proposed fix for labels/spinelabel-print.tt Fixing improperly nested template logic inside HTML tags in spine label print 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 16:56:36 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 14:56:36 +0000 Subject: [Koha-bugs] [Bug 6458] incorrect parsing result in translation processing In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6458 --- Comment #65 from Owen Leonard 2011-09-01 14:56:36 UTC --- Created attachment 5262 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5262 Proposed fix for admin/systempreferences.tt Fixing improperly nested template logic inside HTML tags in system preferences 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 17:02:18 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 15:02:18 +0000 Subject: [Koha-bugs] [Bug 6458] incorrect parsing result in translation processing In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6458 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5158|0 |1 is obsolete| | --- Comment #66 from Owen Leonard 2011-09-01 15:02:18 UTC --- Comment on attachment 5158 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5158 Proposed fix for opac-messaing.tt This patch should be combined with one for includes/messaging-preference-form.inc. I'll submit 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 17:11:55 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 15:11:55 +0000 Subject: [Koha-bugs] [Bug 6828] Add Admin Dashboard for staff users. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6828 --- Comment #4 from Paul Poulain 2011-09-01 15:11:55 UTC --- > > Other suggestion : this kind of dashboard, appearing on homepage, can be highly > > CPU consuming for large databases. I strongly suggest to cache the result in a > > file and update the dashboard only once every night. > > Yes, we have been toying with this idea too. At the moment, the number of > selects is increasing and although they are only counts* it isn't ideal to have > those queries running directly with every main page load. The only downside we > had to this is that it introduces another cron job and makes the data somewhat > stale (until updated at night). Is this the general consensus? Generate a > static page nightly? Well, the static is definetly better if you want it on homepage ! But, depending on how deep you want to go, you can also : * have a button "update" available only for patrons with a (newly created) permission. That would result in semi-static stats : the boss can update, it's not updated everytime the page is loaded * you could use memcache for results also : if memcache is set, the retrieve the result from memcache. If it's not set, calculate everytime In fact, there are many possibilities ;-) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 17:14:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 15:14:03 +0000 Subject: [Koha-bugs] [Bug 6665] advancedMARCeditor preference not functioning In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6665 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |5917 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 the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 17:14:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 15:14:03 +0000 Subject: [Koha-bugs] [Bug 5917] Switch Koha to use Template::Toolkit In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5917 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |6665 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 17:16:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 15:16:37 +0000 Subject: [Koha-bugs] [Bug 6830] Koha Admin Cannot delete all items In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6830 --- Comment #2 from Zachary Spalding 2011-09-01 15:16:37 UTC --- My root issue is that I have two catalogers who maintain 16 independent branches who are setup with the superlibrarian privilege and were able to easily add a record and then attach multiple libraries to that record. But in a past upgrade they were only able to do that if they set the location to the library. But that takes quite a bit of time, because every time they set to be a new location they are directed back to the circulation search. So they then have to go back and find the record add the item information. Then in some cases they had to do that 10 to 16 more times per record, depending on the record. So they eventually started using the Kohaadmin account because it gave them that functionality back. But now that functionality is gone from Koha Admin as well. Does Koha support a way for a cataloger to easily manage multiple locations? Should I be opening a bug or an enhancement request for the superlibrarian privilege? Should I make an enhancement request for a new privilege that allows a person to administer the entire collection? At this time it does not seem to be an easy way for one person to administer the entire catalog. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 17:17:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 15:17:42 +0000 Subject: [Koha-bugs] [Bug 5549] Hourly Loans In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5549 --- Comment #18 from Elliott Davis 2011-09-01 15:17:42 UTC --- Areas we tested: - Hourly checkouts - checking out - returning - defining overdue rules - defining checkout rules - fines Areas we didn't test - messaging -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 17:17:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 15:17:50 +0000 Subject: [Koha-bugs] [Bug 6458] incorrect parsing result in translation processing In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6458 --- Comment #67 from Owen Leonard 2011-09-01 15:17:50 UTC --- Created attachment 5263 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5263 Proposed fix for addbiblio.tt Fixing improperly nested template logic inside HTML tags in MARC editor. Modifying script to stop tag attribute markup from being passed to the template directly in favor of using template logic. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 17:21:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 15:21:05 +0000 Subject: [Koha-bugs] [Bug 6458] incorrect parsing result in translation processing In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6458 --- Comment #68 from Owen Leonard 2011-09-01 15:21:05 UTC --- Whoops, forgot that some fixes had already been applied to addbiblio.tt. That last one may not apply in conjunction with attachment 5132. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 17:44:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 15:44:37 +0000 Subject: [Koha-bugs] [Bug 6823] ldap auth broken in 3.5.10 master In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6823 --- Comment #2 from Bryan Lakatos 2011-09-01 15:44:37 UTC --- For those interested in the details: Our LDAP server is a Novell eDirectory server, which used to provide the eDirectory username (which we map to userid in Koha) when queried for the "cn" field. Apparently, sometime this summer (probably when that server was updated) it stopped doing that. The fix was to change the mapping in koha-conf.xml to the LDAP standard "uid" instead of the eDirectory "cn" which we had been using. The problem was tough to track down mainly because of two things: 1. No one here knew about eDir's switch from "cn" to "uid" for LDAP queries, and 2. When queries for "cn" failed there was no error message generated. There just wasn't a reply. The symptom we were seeing was that Koha accounts that hadn't had staff client permissions set before the eDir update weren't having new permissions honored during the login process, thus they got a "you do not have permission" style error. Oddly, Koha accounts that DID previously have permissions set were responsive to any changes to those permissions, even removal and re-addition of the perms. Our theory on the symptom was that, since Koha had already seen the accounts with perms set before the eDir update as valid, when the LDAP query for authentication to the staff client failed to return a positive ID on the user, Koha fell back to its internal account auth (we duplicate our LDAP accounts onto Koha) and the user was logged in without issue (and, as mentioned above, without error). Koha accounts who were receiving post-LDAP-update permissions grantings for the first time we suffering from LDAP failure and had no valid internal account (with permissions) already in Koha. Thus, when the "cn" LDAP query for these accounts failed, Koha could not fall back to its internal auth. This process in Koha is probably correctly designed for security, but without errors given from the LDAP side, the subsequent login/permissions failures were very hard to troubleshoot. Hope this helps! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 17:45:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 15:45:25 +0000 Subject: [Koha-bugs] [Bug 6831] New: Enhanced Workflow for adding analytical records Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6831 Bug #: 6831 Summary: Enhanced Workflow for adding analytical records Classification: Unclassified Change sponsored?: Sponsored Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: Cataloging AssignedTo: gmcharlt at gmail.com ReportedBy: colin.campbell at ptfs-europe.com QAContact: koha-bugs at lists.koha-community.org CC: ian.walls at bywatersolutions.com Facility to make the workflow easier for entering analytical records In cataloguing after searching for the parent record the new tool bar option 'add child' takes you into the addbiblio screen but with the Host Item Tag already populated with data derived from the parent record -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 17:47:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 15:47:16 +0000 Subject: [Koha-bugs] [Bug 6823] ldap auth broken in 3.5.10 master In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6823 --- Comment #3 from Bryan Lakatos 2011-09-01 15:47:16 UTC --- As an addition to number 1 in my previous comment, I should mention that I have found no docs indicating an eDirectory-LDAP switch from "cn" to "uid" - I just know that it used to work to query "cn" and now it works to query "uid." -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 17:50:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 15:50:16 +0000 Subject: [Koha-bugs] [Bug 6671] Change name of variable used when renewing patron expiration In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6671 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |INVALID --- Comment #2 from Paul Poulain 2011-09-01 15:50:16 UTC --- I can't find this patch on biblibre master, I don't understand what it's supposed to fix, marking 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 18:29:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 16:29:32 +0000 Subject: [Koha-bugs] [Bug 6600] Library name linking wrong if current location is different In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6600 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls at bywatersolutions. | |com --- Comment #2 from Ian Walls 2011-09-01 16:29:32 UTC --- I'm extremely leery about making a change in a major C4 subroutine to fix such a minor display issue, but in all likelihood, it's *probably* safe, since the only information being pulled in from the branches table is branchurl. However, I think a further improvement can be made. The query only selects branchurl, none of the other branch information. Later in the subroutine, another query is done EACH ITEM RETURNED by the query (which is all the items for the biblio). Here's the code: #get branch information..... my $bsth = $dbh->prepare( "SELECT * FROM branches WHERE branchcode = ? " ); $bsth->execute( $data->{'holdingbranch'} ); if ( my $bdata = $bsth->fetchrow_hashref ) { $data->{'branchname'} = $bdata->{'branchname'}; } This is using holdingbranch, which explains why the branchname is indeed the holdingbranch. Improvement: Remove this extra check altogether, and just pull in the branchname from the original query, along side branchurl. This will reduce the number of queries MySQL must perform, improving (however marginally) the performance of this subroutine. Since it's a major workhorse of a subroutine (called many time all over the codebase), the net effect could be substantial. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 18:40:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 16:40:13 +0000 Subject: [Koha-bugs] [Bug 5981] OPAC: Add limits to search history In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5981 --- Comment #13 from Paul Poulain 2011-09-01 16:40:13 UTC --- I've checked the patches on biblibre/master (2), they are much smaller than this one. That should be a merge/split mistake, will submit a fixed version 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 21:55:36 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 19:55:36 +0000 Subject: [Koha-bugs] [Bug 6832] New: Validation of total > budget in neworderempty Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6832 Bug #: 6832 Summary: Validation of total > budget in neworderempty Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: Acquisitions AssignedTo: henridamien at koha-fr.org ReportedBy: pelletiermaxime at gmail.com QAContact: koha-bugs at lists.koha-community.org Created attachment 5264 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5264 [PATCH] Fix multiple bugs and refactor the code to fix the alert of the total exceeding the budget in neworderempty The javascript function totalExceedsBudget never returns anything. Refactored it to use jQuery for the ajax stuff and to make it work. Only 1 line changed in a tmpl, so should be easy to adapt for 3.4. Steps to reproduce : Create a new order in a basket. Set a total higher than the total of the selected budget. You will see an ajax request, but no error. This patch fixes the return, make it work for ie6 by using jQuery and prints correctly the total of the budget in 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 22:39:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 20:39:06 +0000 Subject: [Koha-bugs] [Bug 6292] Overdue notices have a bug when multiple overdues exist In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6292 --- Comment #14 from Katrin Fischer 2011-09-01 20:39:06 UTC --- All three patches are still applying to current master. Sophie: Sorry, looking at it I don't understand the problem this is trying to fix and how to create a test case for it. When using notice triggers the range for each notice level is exactly one day, so there can't be items with different due dates on the same level. Do I have to use a different option from the overdue_notices script? Can you explain how to reproduce the problem? 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. From bugzilla-daemon at bugs.koha-community.org Thu Sep 1 23:15:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 21:15:30 +0000 Subject: [Koha-bugs] [Bug 6833] New: Notifications Rewrite Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6833 Bug #: 6833 Summary: Notifications Rewrite Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_6 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: Notices AssignedTo: henridamien at koha-fr.org ReportedBy: tdavis at uttyler.edu QAContact: koha-bugs at lists.koha-community.org http://wiki.koha-community.org/wiki/Notifications_RFC -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 01:36:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 23:36:15 +0000 Subject: [Koha-bugs] [Bug 6772] Implementation of a recommendations engine In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6772 --- Comment #5 from Robin Sheat 2011-09-01 23:36:15 UTC --- Yep, I agree with all your points :) I'm thinking that this is a suitable starting point, there are a lot of improvements that can be made. In particular, I'd like to build a queue of returns that have occurred, and at the end of the day just merge that with the existing index. This would make it terribly faster. Also, I'd somehow like to reduce the number of rows it puts into the database (I already halved it from the original implementation :) but I'm not quite sure how. Another thing that would be fun to do is allow it to integrate with star ratings, so 1 star counts as a negative weight, and 5 as a really positive 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 01:44:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 23:44:33 +0000 Subject: [Koha-bugs] [Bug 6828] Add Admin Dashboard for staff users. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6828 Robin Sheat changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |robin at catalyst.net.nz --- Comment #5 from Robin Sheat 2011-09-01 23:44:33 UTC --- Chris and I were discussing the possibility of adding a charting reporting interface to koha. This would also be able to make something like this look nice. For example, a graph that showed issues per hour for the past 12 hours, or something like that. Just giving you more stuff to think about ;) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 01:50:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Sep 2011 23:50:49 +0000 Subject: [Koha-bugs] [Bug 6828] Add Admin Dashboard for staff users. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6828 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #6 from Chris Cormack 2011-09-01 23:50:49 UTC --- And my 2cents, if you could make it hand back json, then we could do graphs like http://stats.workbuffer.org/graph.html Really easily, all client side. All these comments mean one thing though, its a good idea, and I agree your approach to get something out there and refine is a good approach. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 03:22:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 01:22:41 +0000 Subject: [Koha-bugs] [Bug 5630] CAS improvements In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5630 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Failed QA --- Comment #28 from Chris Cormack 2011-09-02 01:22:41 UTC --- Sorry my bad, I shouldn't have pushed this. It contains code that changes more than just CAS, including code that changes the way search history is stored, and without a corresponding change to the database. I am reverting it, it needs to be tidied up, the changes like +VALUES ( ?, ?, ?, ?, ?, ?, ?, FROM_UNIXTIME(?)) EOQ sub get_template_and_user { my $in = shift; @@ -264,13 +271,9 @@ sub get_template_and_user { my @recentSearches = @{thaw($searchcookie) || []}; if (@recentSearches) { my $sth = $dbh->prepare($SEARCH_HISTORY_INSERT_SQL); - $sth->execute( $borrowernumber, - $in->{'query'}->cookie("CGISESSID"), - $_->{'query_desc'}, - $_->{'query_cgi'}, - $_->{'total'}, - $_->{'time'}, - ) foreach @recentSearches; + + $sth->execute( $borrowernumber, $in->{'query'}->cookie("CGISESSID"), $_->{'query_desc'}, $_->{'query_cgi'}, $_->{'limit_desc'}, $_->{'limit_cgi'}, $_->{'total'}, $_->{'time'}, ) + foreach @recentSearches; Need to be removed and put in their own bug. With the corresponding database change, the lack of which is causing the error Marcel reports Plus the patch from Ian integrated. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 05:01:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 03:01:29 +0000 Subject: [Koha-bugs] [Bug 6738] can't see funds as superlibrarian In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6738 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |chris at bigballofwax.co.nz --- Comment #1 from Chris Cormack 2011-09-02 03:01:29 UTC --- Working on this 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 05:20:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 03:20:41 +0000 Subject: [Koha-bugs] [Bug 6379] Remove link from unapproved and rejected tags in the OPAC's "My tags" table In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6379 --- Comment #1 from Chris Cormack 2011-09-02 03:20:41 UTC --- Created attachment 5266 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5266 Bug 6739 : Funds not showing up for super librarians -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 05:21:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 03:21:31 +0000 Subject: [Koha-bugs] [Bug 6738] can't see funds as superlibrarian In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6738 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |PATCH-Sent Patch Status|--- |Needs Signoff --- Comment #2 from Chris Cormack 2011-09-02 03:21:31 UTC --- Bug with calling {param_map} this doesn't exist under T::T, changed to VARS -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 05:23:32 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 03:23:32 +0000 Subject: [Koha-bugs] [Bug 6378] Misaligned columns on tags approval page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6378 --- Comment #5 from Chris Cormack 2011-09-02 03:23:32 UTC --- Created attachment 5267 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5267 Bug 6739 : Funds not showing up for super librarians http://bugs.koha-community.org/show_bug.cgi?id=6379 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 05:25:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 03:25:05 +0000 Subject: [Koha-bugs] [Bug 6738] can't see funds as superlibrarian In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6738 --- Comment #3 from Chris Cormack 2011-09-02 03:25:05 UTC --- Created attachment 5268 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5268 Bug 6738 : Funds not showing up for super librarians -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 05:25:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 03:25:42 +0000 Subject: [Koha-bugs] [Bug 6379] Remove link from unapproved and rejected tags in the OPAC's "My tags" table In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6379 --- Comment #2 from Chris Cormack 2011-09-02 03:25:42 UTC --- The content of attachment 5266 has been deleted by Chris Cormack without providing any reason. The token used to delete this attachment was generated at 2011-09-02 15:25:38 NZST. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 05:26:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 03:26:06 +0000 Subject: [Koha-bugs] [Bug 6378] Misaligned columns on tags approval page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6378 --- Comment #6 from Chris Cormack 2011-09-02 03:26:06 UTC --- The content of attachment 5267 has been deleted by Chris Cormack without providing any reason. The token used to delete this attachment was generated at 2011-09-02 15:26:03 NZST. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 05:26:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 03:26:28 +0000 Subject: [Koha-bugs] [Bug 6048] printoverdues.sh bash odities In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6048 --- Comment #6 from Robin Sheat 2011-09-02 03:26:28 UTC --- Created attachment 5269 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5269 Bug 6048: printoverdues.sh bash odities Signed-off-by: Robin Sheat Note: this script really needs a rewrite, but this patch does fix up the things it's supposed to fix 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 05:27:13 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 03:27:13 +0000 Subject: [Koha-bugs] [Bug 6048] printoverdues.sh bash odities In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6048 Robin Sheat changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #3810|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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 05:27:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 03:27:20 +0000 Subject: [Koha-bugs] [Bug 6834] New: $template->{param_map} is deprecated with the introduction of Template::Toolkit Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6834 Bug #: 6834 Summary: $template->{param_map} is deprecated with the introduction of Template::Toolkit Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_6 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: Architecture, internals, and plumbing AssignedTo: chris at bigballofwax.co.nz ReportedBy: chris at bigballofwax.co.nz QAContact: koha-bugs at lists.koha-community.org Depends on: 6738 Blocks: 5917 Removing any instances of 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 05:27:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 03:27:20 +0000 Subject: [Koha-bugs] [Bug 6738] can't see funds as superlibrarian In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6738 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |6834 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 05:27:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 03:27:20 +0000 Subject: [Koha-bugs] [Bug 5917] Switch Koha to use Template::Toolkit In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5917 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |6834 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 05:27:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 03:27:33 +0000 Subject: [Koha-bugs] [Bug 6048] printoverdues.sh bash odities In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6048 Robin Sheat changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |robin 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 05:32:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 03:32:03 +0000 Subject: [Koha-bugs] [Bug 6834] $template->{param_map} is deprecated with the introduction of Template::Toolkit In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6834 --- Comment #1 from Chris Cormack 2011-09-02 03:32:03 UTC --- Created attachment 5270 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5270 Bug 6834 : Removing last of the $template->{param_map} -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 05:32:51 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 03:32:51 +0000 Subject: [Koha-bugs] [Bug 6834] $template->{param_map} is deprecated with the introduction of Template::Toolkit In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6834 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |PATCH-Sent Patch Status|--- |Needs Signoff Severity|enhancement |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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 05:33:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 03:33:04 +0000 Subject: [Koha-bugs] [Bug 6566] Checking if DB records are properly indexed In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6566 Robin Sheat changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |robin at catalyst.net.nz Patch Status|Needs Signoff |Failed QA --- Comment #4 from Robin Sheat 2011-09-02 03:33:04 UTC --- I'd like a more verbose description of what it's doing, it's not particularly clear what's happening without reading the source. Also, it should have proper copyright headers. Failing QA for this and the other points mentioned 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 05:37:29 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 03:37:29 +0000 Subject: [Koha-bugs] [Bug 6516] koha-create makes assumptions about borrowernumber of staff user In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6516 --- Comment #3 from Robin Sheat 2011-09-02 03:37:29 UTC --- Created attachment 5271 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5271 Bug 6516 - Make borrowernumber of staff user configurable in koha-create Sets the default borrowernumber of staff user to 1 and makes it possible to override this with ADMINUSER in /etc/koha/koha-sites.conf or with the --adminuser and -a command line options. Remember to update the wiki if this gets pushed! Signed-off-by: Robin Sheat -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 05:38:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 03:38:21 +0000 Subject: [Koha-bugs] [Bug 6516] koha-create makes assumptions about borrowernumber of staff user In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6516 Robin Sheat changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5040|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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 05:38:31 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 03:38:31 +0000 Subject: [Koha-bugs] [Bug 6516] koha-create makes assumptions about borrowernumber of staff user In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6516 Robin Sheat changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |robin 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 07:35:12 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 05:35:12 +0000 Subject: [Koha-bugs] [Bug 6750] Guarantor search broken on translated templates In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6750 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5247|0 |1 is obsolete| | --- Comment #2 from Katrin Fischer 2011-09-02 05:35:12 UTC --- Created attachment 5272 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5272 [SIGNED-OFF] Bug 6750 Guarantor search broken on translated templates Fix the JavaScript to avoid implementing complex string substitution into JS function call. This patch solves the bug and keep the ability to copy borrower's address, name, etc., containing new line, simple quote, etc. 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 07:35:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 05:35:35 +0000 Subject: [Koha-bugs] [Bug 6750] Guarantor search broken on translated templates In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6750 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 08:07:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 06:07:21 +0000 Subject: [Koha-bugs] [Bug 6458] incorrect parsing result in translation processing In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6458 --- Comment #69 from Katrin Fischer 2011-09-02 06:07:21 UTC --- STATUS UPDATE Assuming all patches proposed patches get signed off, this is the current output of xt/tt_valid.t: # Files list: # opac-tmpl/prog/en/modules/opac-messaging.tt: 62, 71, 81 # intranet-tmpl/prog/en/modules/tools/csv-profiles.tt: 104 # intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt: 160 # intranet-tmpl/prog/en/includes/messaging-preference-form.inc: 57, 62, 75, 80, 93, 98 # intranet-tmpl/prog/en/includes/doc-head-open.inc: 3 # intranet-tmpl/prog/en/includes/budgets-admin-search.inc: 64 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 08:12:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 06:12:42 +0000 Subject: [Koha-bugs] [Bug 6458] incorrect parsing result in translation processing In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6458 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5263|0 |1 is obsolete| | --- Comment #70 from Katrin Fischer 2011-09-02 06:12:42 UTC --- Created attachment 5273 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5273 [SIGNED-OFF] Fix for Bug 6458 - incorrect parsing result in translation processing Fixing improperly nested template logic inside HTML tags in MARC editor. Modifying script to stop tag attribute markup from being passed to the template directly in favor of using template logic. Signed-off-by: Katrin Fischer I fixed the conflict with previous patch for addbiblio.tt. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 08:21:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 06:21:47 +0000 Subject: [Koha-bugs] [Bug 6458] incorrect parsing result in translation processing In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6458 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5262|0 |1 is obsolete| | --- Comment #71 from Katrin Fischer 2011-09-02 06:21:47 UTC --- Created attachment 5274 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5274 [SIGNED-OFF] Fix for Bug 6458 - incorrect parsing result in translation processing Fixing improperly nested template logic inside HTML tags in the system preferences editor. 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 08:23:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 06:23:04 +0000 Subject: [Koha-bugs] [Bug 6458] incorrect parsing result in translation processing In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6458 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5274|[SIGNED-OFF] Fix for Bug |[SIGNED-OFF] Fix for Bug description|6458 - incorrect parsing |6458 - incorrect parsing |result in translation |result in translation |processing |processing / | |systempreferences -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 08:23:22 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 06:23:22 +0000 Subject: [Koha-bugs] [Bug 6458] incorrect parsing result in translation processing In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6458 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5273|[SIGNED-OFF] Fix for Bug |[SIGNED-OFF] Fix for Bug description|6458 - incorrect parsing |6458 - incorrect parsing |result in translation |result in translation |processing |processing / addbiblio -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 09:18:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 07:18:21 +0000 Subject: [Koha-bugs] [Bug 2809] Some search problems In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2809 Katrin Fischer 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 09:24:14 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 07:24:14 +0000 Subject: [Koha-bugs] [Bug 6828] Add Admin Dashboard for staff users. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6828 --- Comment #7 from Paul Poulain 2011-09-02 07:24:14 UTC --- BibLibre is investigating using a tool like Jasper Reports for graphical displays. I think that a dedicated tool will be easier/give a better result than developing something new. Stay concentrated on the core of Koha. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 09:28:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 07:28:33 +0000 Subject: [Koha-bugs] [Bug 6595] Add German translation for purchase suggestion mails In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6595 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus at enger.priv.no Patch Status|Needs Signoff |Failed QA --- Comment #3 from Magnus Enger 2011-09-02 07:28:33 UTC --- Patches apply cleanly. The only file affected is installer/data/mysql/de-DE/mandatory/sample_notices.sql. No problem loading the file into the databaase after the patches have been applied. But after the file has been loaded, letters with umlauts are displayed wrong: bald f??llig werden. A problem with encoding, perhaps? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 09:28:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 07:28:48 +0000 Subject: [Koha-bugs] [Bug 6834] $template->{param_map} is deprecated with the introduction of Template::Toolkit In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6834 dev_patches at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dev_patches at biblibre.com --- Comment #2 from dev_patches at biblibre.com 2011-09-02 07:28:48 UTC --- GBSD#4 t?king 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 09:49:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 07:49:26 +0000 Subject: [Koha-bugs] [Bug 5630] CAS improvements In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5630 --- Comment #29 from Paul Poulain 2011-09-02 07:49:26 UTC --- it's probably a mistake when splitting the "BibLibre big branch". bug 5981 is related to the search history problem (and i'll submit a new patch in the next minutes, I was working on 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 10:05:38 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 08:05:38 +0000 Subject: [Koha-bugs] [Bug 6693] Fixing some typos in German sample news In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6693 --- Comment #2 from Magnus Enger 2011-09-02 08:05:38 UTC --- Created attachment 5275 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5275 Bug 6693: [SIGNED-OFF] Typo fixes for German sample news Fixing some annoying typos in German sample news file. To test: Choose German sample news file on installation and check it works ok and news are visible in staff client. Signed-off-by: Magnus Enger -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 10:10:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 08:10:16 +0000 Subject: [Koha-bugs] [Bug 6693] Fixing some typos in German sample news In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6693 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #4920|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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 10:13:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 08:13:10 +0000 Subject: [Koha-bugs] [Bug 6693] Fixing some typos in German sample news In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6693 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus at enger.priv.no Patch Status|Needs Signoff |Signed Off --- Comment #3 from Magnus Enger 2011-09-02 08:13:10 UTC --- Looks like I need a little practice with git-bz... Patch applied cleanly. I ran through a German install and the news looks good after the install. I trust Katrin has done the right thing with the German text. 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 10:29:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 08:29:49 +0000 Subject: [Koha-bugs] [Bug 6825] OpacNav menu hide user menu on opac-user.pl page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6825 Christophe Croullebois changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christophe.croullebois at bibl | |ibre.com --- Comment #3 from Christophe Croullebois 2011-09-02 08:29:49 UTC --- taking 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 10:34:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 08:34:59 +0000 Subject: [Koha-bugs] [Bug 2809] Some search problems In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2809 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Failed QA --- Comment #9 from M. de Rooy 2011-09-02 08:34:59 UTC --- GBSD#4 comments including some QA: First, this patch does not have a test plan; it is very hard to know if it actually makes a difference in current Koha. Second, the patch comments the indexes_set++ for indexes yr and acqdate; this should not be done! It actually make some searches resultless. Test something like: yourserver/cgi-bin/koha/opac-search.pl?idx=yr&q=2005 Without the patch, it could have results. Note however that this URL is not constructed as such by advanced search: advanced search adds a yr-limit string. Third, the test "if ($this_limit){" should be extended to not only test for empty string but also spaces. If an empty &limit= should be appended after a search URL, it does not even hit that test. If I append &limit=%20, it makes the search crash. This test could eliminate that (rather fictitious) situation. My preliminary conclusion: this patch is actually not needed anymore in current Koha and in its current condition it fails QA. I would suggest to close this report. If I overlook something, please provide examples for current master to demonstrate 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 10:35:07 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 08:35:07 +0000 Subject: [Koha-bugs] [Bug 6808] Allow patron search by email address In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6808 Amit Gupta changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amit.gupta at osslabs.biz --- Comment #2 from Amit Gupta 2011-09-02 08:35:07 UTC --- Nicole, but the existing code is comment. #($results)=Search(\@searchpatron,{surname=>1,firstname=>1},[$from,$to],undef,["firstname","surname","email","othernames"] ) if (@searchpatron); So it is not possible to search by patron email 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 10:38:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 08:38:03 +0000 Subject: [Koha-bugs] [Bug 6834] $template->{param_map} is deprecated with the introduction of Template::Toolkit In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6834 --- Comment #3 from dev_patches at biblibre.com 2011-09-02 08:38:03 UTC --- grep -rli param_map **/*.pl acqui/acqui-home.pl acqui/basket.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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 10:45:04 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 08:45:04 +0000 Subject: [Koha-bugs] [Bug 6681] When importing a biblio record via Z39.50, authority links also get imported In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6681 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Patch Status|Needs Signoff |Does not apply --- Comment #2 from M. de Rooy 2011-09-02 08:45:04 UTC --- GBSD#4 This patch is marked for release 3.2, but 3.2 has reached end-of-life. It fails to apply on current master: error: patch failed: C4/Biblio.pm:2490 error: C4/Biblio.pm: patch does not apply Changing 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 10:45:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 08:45:15 +0000 Subject: [Koha-bugs] [Bug 6834] $template->{param_map} is deprecated with the introduction of Template::Toolkit In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6834 --- Comment #4 from dev_patches at biblibre.com 2011-09-02 08:45:15 UTC --- Created attachment 5276 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5276 this is a followup. since patch sent would leave 2 param_map -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 10:45:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 08:45:21 +0000 Subject: [Koha-bugs] [Bug 5028] Remove references to catmaintain.pl In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5028 stephane.delaune at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stephane.delaune at biblibre.c | |om 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 10:53:26 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 08:53:26 +0000 Subject: [Koha-bugs] [Bug 5724] Sometimes deletes aren't processed correctly by rebuild zebra In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5724 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl --- Comment #18 from M. de Rooy 2011-09-02 08:53:26 UTC --- GBSD#4 Looking at this 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 10:55:37 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 08:55:37 +0000 Subject: [Koha-bugs] [Bug 5981] OPAC: Add limits to search history In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5981 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #4860|0 |1 is obsolete| | --- Comment #14 from Paul Poulain 2011-09-02 08:55:37 UTC --- Created attachment 5277 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5277 proposed patch, rebased, with QA problems fixed This patch is smaller than the previous one because a lot of code had nothing to do in this patch. (some lines with a TAB have been changed to 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 10:57:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 08:57:47 +0000 Subject: [Koha-bugs] [Bug 5981] OPAC: Add limits to search history In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5981 Paul Poulain 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 11:03:33 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 09:03:33 +0000 Subject: [Koha-bugs] [Bug 6825] OpacNav menu hide user menu on opac-user.pl page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6825 Christophe Croullebois 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 11:05:03 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 09:05:03 +0000 Subject: [Koha-bugs] [Bug 6479] Encoding problem in "recievedlist" when the numbering formula contains utf-8 characters In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6479 --- Comment #9 from Paul Poulain 2011-09-02 09:05:03 UTC --- chris, this has passed QA, the answer from Fr?d?rick sounds logical, I think you can 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 11:05:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 09:05:17 +0000 Subject: [Koha-bugs] [Bug 6825] OpacNav menu hide user menu on opac-user.pl page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6825 --- Comment #4 from Christophe Croullebois 2011-09-02 09:05:17 UTC --- GBSD#4 ok fine -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 11:07:17 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 09:07:17 +0000 Subject: [Koha-bugs] [Bug 5724] Sometimes deletes aren't processed correctly by rebuild zebra In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5724 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Does not apply --- Comment #19 from M. de Rooy 2011-09-02 09:07:17 UTC --- ../5724a.patch:51: trailing whitespace. do_indexing($record_type, 'delete', "$directory/del_$record_type", $reset, $noshadow, $record_fmt, $zebraidx_log_opt) error: patch failed: misc/migration_tools/rebuild_zebra.pl:34 error: misc/migration_tools/rebuild_zebra.pl: patch does not apply Changing status. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 11:08:43 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 09:08:43 +0000 Subject: [Koha-bugs] [Bug 1888] Managing Suggestions - Omnibus In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1888 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com --- Comment #2 from Paul Poulain 2011-09-02 09:08:43 UTC --- Is there a reason we should keep this bug open ? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 11:10:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 09:10:21 +0000 Subject: [Koha-bugs] [Bug 6828] Add Admin Dashboard for staff users. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6828 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #8 from Katrin Fischer 2011-09-02 09:10:21 UTC --- Hi Barry, first of all - I think the dashboard is a great idea! I also think the numbers in the mock up are a great start and I will be happy to test once your patches arrive on the list. I have only a small design suggestion to make: Perhaps it could be placed in a column on the right or left, so it stays on top and is always visible when you go to the start page. I think a reporting tool will probably provide more flexibility to people who know how to use it and how to make it work with Koha - it will always require a certain amount of database knowledge and such. That said I think some build in graps and pies in Koha would be a very nice addition and will make a lot of libraries really happy. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 11:12:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 09:12:20 +0000 Subject: [Koha-bugs] [Bug 5981] OPAC: Add limits to search history In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5981 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl --- Comment #15 from M. de Rooy 2011-09-02 09:12:20 UTC --- GBSD#4 Looking at this 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 11:12:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 09:12:21 +0000 Subject: [Koha-bugs] [Bug 1888] Managing Suggestions - Omnibus In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1888 --- Comment #3 from Katrin Fischer 2011-09-02 09:12:21 UTC --- I think it should stay open until all attached bugs have been resolved. I serves as a 'portal' to those bugs and even more could be added. If you mark it as closed it will be hidden from searches and such. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 11:15:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 09:15:46 +0000 Subject: [Koha-bugs] [Bug 6328] Fine in days does not work In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6328 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |savitra.sirohi at osslabs.biz --- Comment #27 from Paul Poulain 2011-09-02 09:15:46 UTC --- *** Bug 6775 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 11:15:46 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 09:15:46 +0000 Subject: [Koha-bugs] [Bug 6775] Allow reason to be specified when debarring In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6775 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Paul Poulain 2011-09-02 09:15:46 UTC --- Owen is right, we've something about that, the patch is signed of, and waiting for QA It's a part of the "fine in days" feature = when a fine in days is defined, the debarred field is now a date, (no more a flag), and a comment can be set Of course, the debarred date & comment can also be set manually through member editing. *** This bug has been marked as a duplicate of 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 11:21:57 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 09:21:57 +0000 Subject: [Koha-bugs] [Bug 1888] Managing Suggestions - Omnibus In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1888 --- Comment #4 from Paul Poulain 2011-09-02 09:21:57 UTC --- yes, but other bugs will still appear, so why do we need this one, that just says "omnibus" ? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 11:27:45 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 09:27:45 +0000 Subject: [Koha-bugs] [Bug 2453] (very) large biblio/item handling In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2453 --- Comment #5 from Paul Poulain 2011-09-02 09:27:45 UTC --- comment: UNIMARC users often use 009 for storing biblionumber, and should not face this problem (does not mean it must not be addressed, of course) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 11:29:40 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 09:29:40 +0000 Subject: [Koha-bugs] [Bug 2809] Some search problems In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2809 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |INVALID --- Comment #10 from Paul Poulain 2011-09-02 09:29:40 UTC --- * very old entry * no test plan * no one understand what it was supposed to fix => closing -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 11:29:44 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 09:29:44 +0000 Subject: [Koha-bugs] [Bug 5724] Sometimes deletes aren't processed correctly by rebuild zebra In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5724 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #3104|0 |1 is obsolete| | --- Comment #20 from Chris Cormack 2011-09-02 09:29:44 UTC --- Created attachment 5278 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5278 Bug 5724: Handling deleted records better MT3915: rebuild_zebra changes because deleted biblios would stick in zebra indexes Since the update of biblios would be done AFTER the deletion of biblios, and since biblios would be updated just before being deleted (in order to delete the items) update process would recreate the biblio. This patch fixes the order in order to do the deletion AFTER the 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 11:32:15 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 09:32:15 +0000 Subject: [Koha-bugs] [Bug 5724] Sometimes deletes aren't processed correctly by rebuild zebra In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5724 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #3233|0 |1 is obsolete| | Attachment #5278|0 |1 is obsolete| | --- Comment #21 from Chris Cormack 2011-09-02 09:32:15 UTC --- Created attachment 5279 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5279 Bug 5724: Handling deleted records better MT3915: rebuild_zebra changes because deleted biblios would stick in zebra indexes Since the update of biblios would be done AFTER the deletion of biblios, and since biblios would be updated just before being deleted (in order to delete the items) update process would recreate the biblio. This patch fixes the order in order to do the deletion AFTER the 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 11:33:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 09:33:06 +0000 Subject: [Koha-bugs] [Bug 5724] Sometimes deletes aren't processed correctly by rebuild zebra In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5724 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Does not apply |Needs Signoff --- Comment #22 from Chris Cormack 2011-09-02 09:33:06 UTC --- Rebased, merged the 2 patches and removed the change to the log 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 11:37:56 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 09:37:56 +0000 Subject: [Koha-bugs] [Bug 6835] New: Ability to specify types of email address in overdue_notices.pl Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6835 Bug #: 6835 Summary: Ability to specify types of email address in overdue_notices.pl Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_6 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: Notices AssignedTo: henridamien at koha-fr.org ReportedBy: alex.arnaud at biblibre.com QAContact: koha-bugs at lists.koha-community.org This feature allows to specify an / some types of email address we want send to. It adds a '--email' parameter in overdue_notices.pl i.e "overdue_notices.pl --email B_email emailpro" patch is coming 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 11:43:48 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 09:43:48 +0000 Subject: [Koha-bugs] [Bug 6271] GetItemIssue(s) : renewals in both items and issues tables In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6271 dev_patches at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dev_patches at biblibre.com --- Comment #6 from dev_patches at biblibre.com 2011-09-02 09:43:48 UTC --- GBSD#4 taking 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 11:44:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 09:44:06 +0000 Subject: [Koha-bugs] [Bug 6595] Add German translation for purchase suggestion mails In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6595 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #4644|0 |1 is obsolete| | --- Comment #4 from Magnus Enger 2011-09-02 09:44:06 UTC --- Created attachment 5280 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5280 Bug 6595: [SIGNED-OFF] Add German translation of purchase suggestion mails Patches apply cleanly. Did a full German web install and the notices look OK. (My first failed test must have been the victime of something on my end...) Signed-off-by: Magnus Enger -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 11:44:18 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 09:44:18 +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 --- Comment #1 from Alex Arnaud 2011-09-02 09:44:18 UTC --- Created attachment 5281 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5281 Ability to specify types of email address in overdue_notices.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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 11:44:51 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 09:44:51 +0000 Subject: [Koha-bugs] [Bug 6328] Fine in days does not work In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6328 --- Comment #28 from Paul Poulain 2011-09-02 09:44:51 UTC --- GBSD#4 rebasing this 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 11:44:56 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 09:44:56 +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 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 the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 11:45:30 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 09:45:30 +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 Alex Arnaud changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 11:46:06 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 09:46:06 +0000 Subject: [Koha-bugs] [Bug 6595] Add German translation for purchase suggestion mails In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6595 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #4645|0 |1 is obsolete| | --- Comment #5 from Magnus Enger 2011-09-02 09:46:06 UTC --- Created attachment 5282 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5282 Bug 6595: [SIGNED-OFF] Fixing German translation and address formatting (HOLD_PRINT) Patches apply cleanly. Did a full German web install and the notices look OK. (My first failed test must have been the victime of something on my end...) Signed-off-by: Magnus Enger -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 11:46:23 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 09:46:23 +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 Christophe Croullebois changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christophe.croullebois at bibl | |ibre.com --- Comment #4 from Christophe Croullebois 2011-09-02 09:46:23 UTC --- GBSD#4 take this 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 11:47:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 09:47:10 +0000 Subject: [Koha-bugs] [Bug 5981] OPAC: Add limits to search history In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5981 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Failed QA --- Comment #16 from M. de Rooy 2011-09-02 09:47:10 UTC --- If I search (coming from Advanced Search) with a limit on year: cgi-bin/koha/opac-search.pl?idx=kw&q=vermeer&idx=kw&idx=kw&do=Zoek&limit-yr=-2005&sort_by=pubdate_dsc the limit is saved in the database (looking via sql), but is not applied to the search when I run it again from the search history form, giving different results: cgi-bin/koha/opac-search.pl?idx=kw&q=vermeer I would expect something with: kw,wrdl: vermeer yr,st-numeric=-2005 Changing 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 11:49:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 09:49:21 +0000 Subject: [Koha-bugs] [Bug 5724] Sometimes deletes aren't processed correctly by rebuild zebra In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5724 --- Comment #23 from M. de Rooy 2011-09-02 09:49:21 UTC --- GBSD#4 Revisiting this one 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 12:16:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 10:16:35 +0000 Subject: [Koha-bugs] [Bug 6328] Fine in days does not work In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6328 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #4152|0 |1 is obsolete| | Attachment #4186|0 |1 is obsolete| | Attachment #4187|0 |1 is obsolete| | Attachment #4188|0 |1 is obsolete| | Attachment #4277|0 |1 is obsolete| | --- Comment #29 from Paul Poulain 2011-09-02 10:16:35 UTC --- Created attachment 5283 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5283 proposed patch squashed & rebased This patch is a rebase & squash of the previous 5 ones Things went well (no conflict except for updatedatabase & a small display one in memberentry.tt) , I did some tests. Keep signed OFF status, QA manager, please object if you want. Will also call for help on koha-devel, because this patch is very important for most french libraries -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 12:17:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 10:17:35 +0000 Subject: [Koha-bugs] [Bug 6086] adding a dynamic filter to pending holds In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6086 --- Comment #6 from Alex Arnaud 2011-09-02 10:17:35 UTC --- i have to wait for a complet integration of datatable plugin before remake this 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 12:29:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 10:29:28 +0000 Subject: [Koha-bugs] [Bug 6271] GetItemIssue(s) : renewals in both items and issues tables In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6271 dev_patches 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 12:29:38 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 10:29:38 +0000 Subject: [Koha-bugs] [Bug 6256] Many bib1 attributes missing In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6256 dev_patches at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dev_patches at biblibre.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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 12:29:47 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 10:29:47 +0000 Subject: [Koha-bugs] [Bug 6193] Use memcached cache koha-conf.xml configuration variables In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6193 dev_patches at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dev_patches at biblibre.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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 12:31:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 10:31:41 +0000 Subject: [Koha-bugs] [Bug 6836] New: jQuery plugin Datatables integration Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6836 Bug #: 6836 Summary: jQuery plugin Datatables integration Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: Architecture, internals, and plumbing AssignedTo: gmcharlt at gmail.com ReportedBy: julian.maurice at biblibre.com QAContact: koha-bugs at lists.koha-community.org The coming patch add the javascript library, a CSS (and image files from datatables.net) and another javascript file which provides some extra features. It also add a Perl module C4::Utils::Datatables which provides helpful functions for server-side processing. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 12:35:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 10:35:05 +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 --- Comment #5 from Christophe Croullebois 2011-09-02 10:35:05 UTC --- not enough time, I leave -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 12:36:51 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 10:36: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 --- Comment #1 from Julian Maurice 2011-09-02 10:36:51 UTC --- Created attachment 5284 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5284 Patch for DataTables -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 12:39:42 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 10:39:42 +0000 Subject: [Koha-bugs] [Bug 5630] CAS improvements In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5630 --- Comment #30 from Paul Poulain 2011-09-02 10:39:42 UTC --- I've reviewed the code, I've found another strange thing, the file docs/CAS/CASProxy/examples/casSession.tmp I've asked matts to confirm it can be removed. Will submit a follow-up in a few hours (removing the search_history stuff) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 13:36:39 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 11:36:39 +0000 Subject: [Koha-bugs] [Bug 6837] New: When AllowOnShelfHolds is OFF then holds on records with available items should not be possible Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6837 Bug #: 6837 Summary: When AllowOnShelfHolds is OFF then holds on records with available items should not be possible Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_4 Platform: All URL: /cgi-bin/koha/opac-detail.pl?biblionumber=38132 OS/Version: All Status: NEW Severity: normal Priority: P5 Component: Hold requests AssignedTo: ian.walls at bywatersolutions.com ReportedBy: axel.jacquin at bsz-bw.de QAContact: koha-bugs at lists.koha-community.org CC: gmcharlt at gmail.com Depends on: 2339 Created attachment 5285 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5285 Screenshot The error occurs in OPAC even though the following parameters are set: AllowOnShelfHolds is OFF OpacItemHolds is OFF RequestOnOPAC is ON When a title has two items, one is checked out, the other is available, then Koha allows the borrower to place a hold, which is then stored in Koha. This should not be possible, because one of the two items is still available on the shelf. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 13:40:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 11:40:35 +0000 Subject: [Koha-bugs] [Bug 6834] $template->{param_map} is deprecated with the introduction of Template::Toolkit In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6834 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls at bywatersolutions. | |com Patch Status|Needs Signoff |Passed QA --- Comment #5 from Ian Walls 2011-09-02 11:40:35 UTC --- Taken together, both patches encompass all cases of {param_map} I can find in Koha. Signing off on the second, and marking both 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 13:47:51 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 11:47:51 +0000 Subject: [Koha-bugs] [Bug 6722] build-git-snapshot output doesn't show up on the screen In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6722 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off --- Comment #5 from Magnus Enger 2011-09-02 11:47:51 UTC --- Hm, seems I forgot to change the Patch Status when I looked at this in the middle of August... And I agree with Robin now, all that output shouldn't hurt. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 13:49:34 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 11:49:34 +0000 Subject: [Koha-bugs] [Bug 5028] Remove references to catmaintain.pl In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5028 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls at bywatersolutions. | |com Patch Status|Signed Off |Passed QA --- Comment #2 from Ian Walls 2011-09-02 11:49:34 UTC --- maint/catmaintain.pl no longer exists (deleted Sept 6 2006, commit ID 7e52a5665), so there is no need to reference it anymore. Template only change, easy to read, marking as Passed QA. Please check koha-tmpl/intranet-tmpl/prog/en/includes/error-top.inc for an additional reference to this deleted 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 13:53:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 11:53:50 +0000 Subject: [Koha-bugs] [Bug 6595] Add German translation for purchase suggestion mails In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6595 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls at bywatersolutions. | |com Patch Status|Failed QA |Passed QA --- Comment #6 from Ian Walls 2011-09-02 11:53:50 UTC --- Text only change to notices, easy to read (if you can read German, which I only sorta can), marking both as Passed QA Cavaet: the patches appear with correct Unicode on the patches list, but not as attachments here. I assume this is because of the different viewing mechanisms, not because of any deficiency in encoding. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 14:16:50 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 12:16:50 +0000 Subject: [Koha-bugs] [Bug 5724] Sometimes deletes aren't processed correctly by rebuild zebra In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5724 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Failed QA --- Comment #24 from M. de Rooy 2011-09-02 12:16:50 UTC --- My comments FWIW: I cannot reproduce this bug by deleting records and updating zebra. (Note that there is no test plan.) I can imagine that deleting a record while zebra is updating occasionally could result in a corrupted index. Harder to test. But I still have my doubts if this code really works. Some comments about it: 1) [MAIN point] The order of updating and deleting is changed. But does it really make a difference? Routine export_marc_records_from_list already filters out deleted records with: foreach my $record_number ( map { $_->{biblio_auth_number} } grep { !$found{ $_->{biblio_auth_number} }++ } @$entries ) { [side note: the increment (++) after $found has no effect; the value is already 1 or undef] So the update file does not contain deleted recs already (without this patch)! Changing the order is fine, but appears to have no effect. The two files (delete and update) are mutually exclusive on record numbers. 2) In routine get_raw_marc_record: statement eval { $marc = GetMarcBiblio($record_number,"include_deleted_table"); } suggests something like including deleted records but the second parameter is actually asking for embedded items (see Biblio.pm) 3) generate_deleted_marc_records calls fix_biblio_ids with two record numbers, so it will never hit the deleted table it does only hit the deletedbiblioitems from get_corrected_marc_record (called from export_marc_records_from_list) 4) Small whitespace error: ../5724.patch:42: trailing whitespace. do_indexing($record_type, 'delete', "$directory/del_$record_type", $reset, $noshadow, $record_fmt, $zebraidx_log_opt) warning: 1 line adds whitespace errors. Changing 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 14:16:57 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 12:16:57 +0000 Subject: [Koha-bugs] [Bug 6458] incorrect parsing result in translation processing In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6458 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5159|0 |1 is obsolete| | --- Comment #72 from Katrin Fischer 2011-09-02 12:16:57 UTC --- Created attachment 5286 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5286 [SIGNED-OFF] Fix for Bug 6458 - incorrect parsing result in translation processing Fixing improperly nested template logic inside HTML tags in member entry form. Signed-off-by: Katrin Fischer Fixes lots of problems. Spotted one small problem. I am sending a follow-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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 14:17:16 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 12:17:16 +0000 Subject: [Koha-bugs] [Bug 6458] incorrect parsing result in translation processing In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6458 --- Comment #73 from Katrin Fischer 2011-09-02 12:17:16 UTC --- Created attachment 5287 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5287 Fix for Bug 6458 Follow-up for memberentrygen.tt The registration date field would show up twice after applying the first patch for memberentrygen.tt. This patch fixes 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 14:20:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 12:20:58 +0000 Subject: [Koha-bugs] [Bug 6458] incorrect parsing result in translation processing In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6458 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5286|[SIGNED-OFF] Fix for Bug |[SIGNED-OFF] Fix for Bug description|6458 - incorrect parsing |6458 - incorrect parsing |result in translation |result in translation |processing |processing / memberentrygen -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 14:35:25 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 12:35:25 +0000 Subject: [Koha-bugs] [Bug 6458] incorrect parsing result in translation processing In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6458 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5160|0 |1 is obsolete| | --- Comment #74 from Katrin Fischer 2011-09-02 12:35:25 UTC --- Created attachment 5288 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5288 Fix for Bug 6458 - incorrect parsing result in translation processing Correction for patron-attr-types.tt stops tag attribute markup from being passed to the template directly in favor of using template logic. Signed-off-by: Katrin Fischer Read the patch and tested the page, didn't find any 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 14:37:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 12:37:41 +0000 Subject: [Koha-bugs] [Bug 6458] incorrect parsing result in translation processing In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6458 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5288|0 |1 is obsolete| | --- Comment #75 from Katrin Fischer 2011-09-02 12:37:41 UTC --- Created attachment 5289 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5289 [SIGNED-OFF] Fix for Bug 6458 - incorrect parsing result in translation processing / patron-attr-types Correction for patron-attr-types.tt stops tag attribute markup from being passed to the template directly in favor of using template logic. Signed-off-by: Katrin Fischer Read the patch and tested the page, didn't find any 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 14:37:58 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 12:37:58 +0000 Subject: [Koha-bugs] [Bug 4966] no way to finish receiving In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4966 --- Comment #8 from Alex Arnaud 2011-09-02 12:37:58 UTC --- Created attachment 5290 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5290 Bug 4966 - follow up - add xhtml closure for input tags -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 14:38:10 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 12:38:10 +0000 Subject: [Koha-bugs] [Bug 4966] no way to finish receiving In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4966 Alex Arnaud 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 14:58:05 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 12:58:05 +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 #2 from Julian Maurice 2011-09-02 12:58:05 UTC --- Created attachment 5291 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5291 Forgotten patch for translation This patch adds a default option object, which, when passed to dataTable(), set the language strings. Without it, datatables strings can not been 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 15:03:21 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 13:03:21 +0000 Subject: [Koha-bugs] [Bug 6838] New: Filtering and pagination in subscriptions table Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6838 Bug #: 6838 Summary: Filtering and pagination in subscriptions table Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: Serials AssignedTo: colin.campbell at ptfs-europe.com ReportedBy: julian.maurice at biblibre.com QAContact: koha-bugs at lists.koha-community.org Will submit a patch that uses jQuery DataTables plugin to add pagination and filtering on subscriptions table (serials-home.pl) It will be a kind of 'how to use datatables' 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 15:08:53 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 13:08:53 +0000 Subject: [Koha-bugs] [Bug 4966] no way to finish receiving In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4966 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Passed QA --- Comment #9 from Ian Walls 2011-09-02 13:08:53 UTC --- Thank you, Alex, for the followup patch addressing my QA concerns. Consider this my signoff on that patch. I am marking all three (taken together) 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 15:13:35 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 13:13:35 +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 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Failed QA --- Comment #7 from Ian Walls 2011-09-02 13:13:35 UTC --- I'm taking Fridolyn's comment as a serious issue with the patch, and marking as Failed QA. If this is not actually a problem, please provide documentation that it can still work with the 'e' in 'desc' -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 15:30:49 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 13:30:49 +0000 Subject: [Koha-bugs] [Bug 5028] Remove references to catmaintain.pl In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5028 --- Comment #3 from Owen Leonard 2011-09-02 13:30:49 UTC --- I'm hoping error-top.inc will go away with the approval of Bug 6768. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 15:36:28 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 13:36:28 +0000 Subject: [Koha-bugs] [Bug 1888] Managing Suggestions - Omnibus In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1888 --- Comment #5 from Owen Leonard 2011-09-02 13:36:28 UTC --- I think that this bug differs from, for instance, Bug 5917, in that there isn't an overarching goal of "Suggestions is finished" in the same way that the Template:Toolkit conversion can be finished. For this reason I think that this omnibus bug is unnecessary and can 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 15:38:41 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 13:38:41 +0000 Subject: [Koha-bugs] [Bug 5881] CSV export : deal with control fields to avoid an error (C4/Record.pm) In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5881 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls at bywatersolutions. | |com --- Comment #6 from Ian Walls 2011-09-02 13:38:41 UTC --- First off, there is no description of this bug and how to reproduce it. I can only guess as to the nature of the problem. Here's what I've done: 1. on master, create a CSV profile exporting 001 and 245 2. Add an item to cart 3. Download 4. Select CSV profile 5. Open in LibreOffice This does not give me any trouble, so I have to conclude that I cannot reproduce the error. Please provide step by step instructions for reproducing this error, so I can test whether or not the proposed patch actually solves the issue 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 15:47:52 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 13:47:52 +0000 Subject: [Koha-bugs] [Bug 5724] Sometimes deletes aren't processed correctly by rebuild zebra In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5724 --- Comment #25 from dev_patches at biblibre.com 2011-09-02 13:47:52 UTC --- There is a problem when you edit a biblio just before deleting it. When exporting biblios, koha will export and do the deletion first. Then it will recreate the biblio with the upd exported iso2907. Just stop your cronjob, edit a record, then delete it. Then try to do rebuild_zebra.pl -b -z And search the title (hoping that you have the list and not geting directly to the record... in case of which you are directed to 404) The record is not deleted from zebra... This patch was meant for that problem. I think that simply changing delete/update order would be enough. But it is an old patch, and was written before bug 5959. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 15:51:59 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 13:51:59 +0000 Subject: [Koha-bugs] [Bug 6768] Two unused include files can be removed: error-top.inc and error-bottom.inc In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6768 Ian Walls changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls at bywatersolutions. | |com Patch Status|Needs Signoff |Passed QA --- Comment #2 from Ian Walls 2011-09-02 13:51:59 UTC --- No references can be found to either of those files in my searches. Signing off, and Passing QA as 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. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 15:52:36 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 13:52:36 +0000 Subject: [Koha-bugs] [Bug 5028] Remove references to catmaintain.pl In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5028 --- Comment #4 from Ian Walls 2011-09-02 13:52:36 UTC --- Bug 6768 has been passed, so the remaining reference to catmaintain.pl will be removed with it's committal. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Sep 2 16:03:20 2011 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Sep 2011 14:03:20 +0000 Subject: [Koha-bugs] [Bug 6458] incorrect parsing result in translation processing In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6458 --- Comment #76 from Owen Leonard 2011-09-02 14:03:20 UTC --- (In reply to comment #60) > In the patch 'suggestion/suggestion.tt', in the second block of corrections, > the semantic seems to not be preserved: > > Here, just an example, for the first line (of second block): > Orign: [% IF ( suggestion.statusselected_ASKED ) %] > Patch: [% IF (statusselected_ASKED ) %] I think this modification is correct. Line 305 of suggestion.pl: $template->param( "statusselected_$$suggestion_ref{'STATUS'}" =>1); It doesn't look like that variable needs any scope. My search of the source indicates that there isn't any other place where a variable with that name is created. The behavior of the page seems to be the same with our without the variable scope, and I think this is because the variable never evaluates as true. I think the logic around that