[koha-commits] main Koha release repository branch master updated. v3.22.00-1585-g7f3feac

Git repo owner gitmaster at git.koha-community.org
Mon May 16 19:17:25 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  7f3feacfe3897affbf76531eb3abd8cbc88a81e9 (commit)
      from  2c332513ffd421af6b23ebf30474f5baeac8ba6f (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 7f3feacfe3897affbf76531eb3abd8cbc88a81e9
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>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list