[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.10-18-g214e87d

Git repo owner gitmaster at git.koha-community.org
Thu Oct 2 09:14:47 CEST 2014


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.14.x has been updated
       via  214e87d886faaf7abf64c1dc83d3b590d6adc8dc (commit)
      from  79b0191649809ac198bc1f0a57e7db1a68e4df39 (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 214e87d886faaf7abf64c1dc83d3b590d6adc8dc
Author: Rafal Kopaczka <rkk0 at poczta.onet.pl>
Date:   Thu Sep 4 16:40:33 2014 +0200

    Bug 12873 - Reserve can be cancelled by any logged in user
    
    It is possible to cancel reservations through simply running opac-modreserve.pl with existing reserve_id number. This may provide remove even all reservations from system. The only limitation is that user have to be logged in. Simplest solution is to check whether reserve belongs to user or not.
    
    Test plan:
    1. Create reserves by 2 different users, and get their ID's
    2. Before patch, hold may by cancelled by anyone who run site:
    http://example.com/cgi-bin/koha/opac-modrequest.pl?reserve_id=XXX
    3. After patch hold may by cancelled only by user whose reserve is.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 60875757c761a9ad59734e968cf34a831c65e9a6)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 opac/opac-modrequest.pl |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list