[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-29-g44805f4

Git repo owner gitmaster at git.koha-community.org
Tue Aug 16 16:16:24 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, 3.22.x has been updated
       via  44805f49cb32455e3680ae923012a2e5e9202a16 (commit)
      from  d63ca62f87641876e39731fd17e7a90e30e3f81f (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 44805f49cb32455e3680ae923012a2e5e9202a16
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Tue Jul 5 16:22:39 2016 +0000

    Bug 16760: fix Circulation Statistics wizard under Plack
    
    This patch fixes some variable scoping problems when running
    the circulation statistics wizard under Plack.  For example,
    when using the item type as a row header, with this patch the
    item type description is displayed rather than "UKNOWN VALUE".
    
    This patch also enables warnings and fixes a couple variable
    initialization issues. (Note that turning on warnings across
    the board would make it easier to identify Plack variable scoping
    issues, as "Variable "$foo" is not available at' errors would
    be recorded in the Plack error log).
    
    To test
    -------
    [1] Run the staff interface under Plack.
    [2] Go to the Circulation Statistics Wizard and run a report
        using item type as the row. Note that the row labels
        display as "UNKNOWN VALUE" rather than the item type.
    [3] Apply the patch and restart Plack.
    [4] Run step #2 again; this time, the item type descriptions should
        be used as the row labels.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 8ca55a7fb37ac50103de978f82408776fc06b7bb)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 01b0fe1aa85364611b93eafd7f30a2665a228e3c)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 reports/issues_stats.pl |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list