[koha-commits] main Koha release repository branch master updated. v16.05.00-942-gcf90317

Git repo owner gitmaster at git.koha-community.org
Tue Sep 27 14:47:43 CEST 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  cf9031711282f4be23e4a639797d0fd178940e1f (commit)
      from  f57df28f96898f47a3c4c6e6a5520bcaaf7afe2e (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 cf9031711282f4be23e4a639797d0fd178940e1f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Sep 2 11:50:04 2015 +0100

    Bug 14435: Add the ability to store result's report
    
    At one time it was possible to store the results of a report into the
    saved_reports table.
    This allowed the librarians to compare different results, from the Koha
    interface.
    
    This patch is a proof of concept and is not very polished (understood:
    it cannot be pushed like that).
    
    Test plan:
    Execute the runreport.pl cronjob script with the new --store-results
    option.
    This will serialize into json the results and put it into the
    saved_reports table.
    
    On the "Saved report" list, the "Saved results" column is now populated
    with a date (note that you can have several date for a given report).
    If you click on this link, the data will be displayed in a simple table.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Reports/Guided.pm                               |   85 ++++++++------------
 .../en/modules/reports/guided_reports_start.tt     |   16 +++-
 misc/cronjobs/runreport.pl                         |   32 +++++---
 reports/guided_reports.pl                          |   21 ++---
 4 files changed, 79 insertions(+), 75 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list