[koha-commits] main Koha release repository branch master updated. v16.05.00-947-gf89400a

Git repo owner gitmaster at git.koha-community.org
Tue Sep 27 15:06:21 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  f89400a8ffe976c0cd0fc9ea982a791d0906bee6 (commit)
      from  ae543d475828d82b07b41738935f2acdb1bd81a6 (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 f89400a8ffe976c0cd0fc9ea982a791d0906bee6
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri May 13 20:57:33 2016 +0100

    Bug 16519: Replace 'our' with 'my' in [opac-]addbybiblionumbers.pl
    
    To avoid bug like bug 16518 and to ease the readability/maintainability
    of these scripts, this patch replaces the use of 'our' with 'my' to
    avoid the use of global variables.
    
    Basically the code has been moved from subroutines to the appropriate places.
    
    Test plan:
    At the intranet and OPAC sides
    1/ Add items to a list
    2/ Add items to a list using an existing name
    3/ Add items to a list you don't have right on it (by modifying the
    biblionumber in the url)
    4/ At the OPAC, use the opac-addbybiblionumber.pl without being logged
    in to add items to a list
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 opac/opac-addbybiblionumber.pl      |  239 ++++++++++++++---------------------
 virtualshelves/addbybiblionumber.pl |  210 +++++++++++++-----------------
 2 files changed, 185 insertions(+), 264 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list