[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.06-91-g83b1f12

Git repo owner gitmaster at git.koha-community.org
Tue May 17 07:34:23 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  83b1f1226e39f191689dfe6818d5adb958c262b3 (commit)
      from  0c752b367cca3d577b2c2b87901ee18c49940cea (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 83b1f1226e39f191689dfe6818d5adb958c262b3
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Apr 15 09:00:28 2016 +0100

    Bug 16259: Replace CGI->param with CGI->multi_param in list context - part 2
    
    This patch is a follow-up of bug 16154.
    
    It removes the warning "CGI::param called in list context" in the
    following scripts:
    admin/branches.pl
    admin/categories.pl
    admin/patron-attr-types.pl
    admin/preferences.pl
    catalogue/image.pl
    circ/circulation.pl
    patroncards/add_user_search.pl
    serials/add_user_search.pl
    tools/marc_modification_templates.pl
    virtualshelves/shelves.pl
    
    Note that the warning from catalogue/itemsearch.pl still exists (the
    call to CGI->param is done from the template).
    
    Test plan:
    - Add/modify a library, patron category, patron attr type
    - Update a syspref
    - Set localcoverimage and call catalogue/image.pl?biblionumber=XXX
    - Search for patrons in the patron cards or serials module
    - Add a marc modification templates
    - Add a list (shelves)
    
    You should not get the warning in the log after all these actions.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 7f3feacfe3897affbf76531eb3abd8cbc88a81e9)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 C4/Form/MessagingPreferences.pm      |    4 ++--
 admin/patron-attr-types.pl           |    4 ++--
 catalogue/image.pl                   |    2 +-
 circ/circulation.pl                  |    2 +-
 svc/config/systempreferences         |    2 +-
 tools/marc_modification_templates.pl |    6 +++---
 6 files changed, 10 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list