---- 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.
(1) is resolved by the fix for bug 6102.
My tests show (2) to not be the case in current master. Please re-open if I am mistaken.