[koha-commits] main Koha release repository branch master updated. v3.22.00-699-gca36ee3

Git repo owner gitmaster at git.koha-community.org
Wed Mar 2 01:47:30 CET 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  ca36ee3794c7a33976405fe8231df28ecaee3289 (commit)
      from  361c1e987c2e78366536ca00001c3b43f700e1ff (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ca36ee3794c7a33976405fe8231df28ecaee3289
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 1 10:52:39 2016 +0000

    Bug 15939: Action logs - Do not default dates to today
    
    When accessing the modification logs from a link that does not
    explicitly set the to and from dates (e.g., from patron or bib details),
    no results are displayed unless the object had an action occur during
    the current day.
    
    This is a side-effect of commit 5dceb851 for bug 13813.
    
    Test plan:
    - View the modification logs of a record which has already been modified
    (/tools/viewlog.pl?do_it=1&modules=CATALOGUING&action=MODIFY&object=XXX)
    => Without this patch, you won't see any logs (unless you have modified
    the record today)
    => With this patch, the behavior is the same as prior bug 13813 (you can
    check in 3.20.x), you will see all logs
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

-----------------------------------------------------------------------

Summary of changes:
 C4/Log.pm            |    4 ++--
 t/db_dependent/Log.t |   21 ++++++++++++++++++---
 2 files changed, 20 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list