Bug 2892

Summary: Clarify modification log date limit
Product: Koha Reporter: Chris Cormack <chris>
Component: ToolsAssignee: Galen Charlton <gmcharlt>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: normal    
Priority: P3    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 6102    
Bug Blocks:    

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.