Bug 2892 - Clarify modification log date limit
Summary: Clarify modification log date limit
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Tools (show other bugs)
Version: Main
Hardware: All All
: P3 normal (vote)
Assignee: Galen Charlton
QA Contact: Bugs List
URL:
Keywords:
Depends on: 6102
Blocks:
  Show dependency treegraph
 
Reported: 2009-01-02 01:09 UTC by Chris Cormack
Modified: 2012-10-25 23:09 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Cormack 2010-05-21 00:57:39 UTC


---- Reported by rch@liblime.com 2009-01-02 01:09:21 ----

System Log, i.e. /cgi-bin/koha/tools/viewlog.pl

has two significant flaws:

(1) query is on object LIKE '%?%' .
this means if you want to see the modification history of biblionumber 30, you get %30%.

(2) If no dates are specified, you get WHERE timestamp == TODAY, but this is not reported in the interface at all.  If there is a default date limit, it should not be invisible.



--- Bug imported by chris@bigballofwax.co.nz 2010-05-21 00:57 UTC  ---

This bug was previously known as _bug_ 2892 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=2892

Actual time not defined. Setting to 0.0
The original reporter of this bug does not have
   an account here. Reassigning to the person who moved
   it here: chris@bigballofwax.co.nz.
   Previous reporter was rch@liblime.com.

Comment 1 Galen Charlton 2011-04-07 14:29:06 UTC
(1) is resolved by the fix for bug 6102.
Comment 2 Owen Leonard 2011-08-22 20:03:27 UTC
My tests show (2) to not be the case in current master. Please re-open if I am mistaken.