[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.02-32-gec2297d

Git repo owner gitmaster at git.koha-community.org
Mon Aug 24 00:13:15 CEST 2015


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.20.x has been updated
       via  ec2297d075dbed0837c766db768defec173b4001 (commit)
       via  13385111dcd98af10f06593461e8225a0ced5b97 (commit)
       via  d478dc915915a74000bd053b87e25a1700b06030 (commit)
       via  8538cc03f1cffb5b5eeabb06bf6c82e579f5528f (commit)
      from  5310bad63f53f4b0b6da1b7e79c6299fcbb3ac0e (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 ec2297d075dbed0837c766db768defec173b4001
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Aug 19 15:42:10 2015 +0100

    Bug 14566: Fix permissions in patronimage.pl
    
    There is no permission needed to access the patronimage.pl script.
    This means anybody cans access to the patron's images.
    
    Test plan:
    Add an image to borrowernumber 42 and call
    /cgi-bin/koha/members/patronimage.pl?borrowernumber=42
    
    If you are logged in with borrowers permissions, you will see the image,
    otherwise you will get a blank page with a 403 header.
    
    Signed-off-by: Indranil Das Gupta (L2C2 Technologies) <indradg at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 13385111dcd98af10f06593461e8225a0ced5b97
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Aug 19 09:12:04 2015 +0100

    Bug 14660: Fix 3 other cataloguing plugins
    
    These 3 should use C4::Output not to explode.
    
    Test plan:
    Link the plugins with the correct fields
    They should not log an error when calling them
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    (cherry picked from commit 1dc947b18c86e4e07fe12d0b70c0f2a135b43080)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit d478dc915915a74000bd053b87e25a1700b06030
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Fri Aug 7 00:33:54 2015 +0200

    Bug 14660: Fix stocknumberam123.pl cataloguing plugin
    
    The cataloguing plugin stocknumberam123.pl is broken and no
    longer generating numbers - this patch fixes it.
    
    To test:
     - Link a subfield to the plugin - usually it's 952$i or the UNIMARC
       equivalent in your MARC frameworks
     - Create a new item, set the inventory number to: A 0000000002
     - Start to catalog another item, enter A into inventory and
     - Enter A as stocknumber and activate the plugin by clicking on
       ... at the end of the field
     - The number will not get added - Firebug shows an error:
       Undefined subroutine CGI::output_html_with_http_headers
     - Apply patch
     - Verify numbers are now generated and no errors are shown
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    (cherry picked from commit 85d27f6d9f310002f65dbc17b9c22e9976032cf8)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 8538cc03f1cffb5b5eeabb06bf6c82e579f5528f
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Fri Aug 7 00:20:09 2015 +0200

    Bug 14660: Fix stocknumberAV.pl cataloguing plugin
    
    The cataloguing plugin stocknumberAV.pl is broken and no
    longer generating numbers - this patch fixes it.
    
    To test:
    - Link a subfield to the plugin - usually it's 952$i or the UNIMARC
      equivalent in your MARC frameworks
    - Set up a new authorised value INVENTORY, the code is an uppercase
      prefix - "B"
    - The Descriptions is your starting number - 1
    - The OPAC description remains empty
    - Catalalog an item
    - Enter B as stocknumber and activate the plugin by clicking on
      ... at the end of the field
    - The number will not get added - Firebug shows an error:
      Undefined subroutine CGI::output_html_with_http_headers
    - Apply patch
    - Verify numbers are now generated and no errors are shown
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    (cherry picked from commit 5f227b42c183f961e83f537a9f84f13e32f4424e)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 cataloguing/value_builder/callnumber-KU.pl     |    1 +
 cataloguing/value_builder/callnumber.pl        |    1 +
 cataloguing/value_builder/stocknumberAV.pl     |    1 +
 cataloguing/value_builder/stocknumberam123.pl  |    1 +
 cataloguing/value_builder/unimarc_field_010.pl |    1 +
 members/patronimage.pl                         |   23 ++++++++++++++++-------
 6 files changed, 21 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list