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

Git repo owner gitmaster at git.koha-community.org
Thu Oct 2 14:05:32 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  8a1005cb88a0ea6b555827645bbac4abc83823b5 (commit)
       via  436687da09f242fcbc3b009e5c4849f203b71930 (commit)
       via  6014b9699e921312f38848543b2eaf72a419dfeb (commit)
      from  214e87d886faaf7abf64c1dc83d3b590d6adc8dc (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 8a1005cb88a0ea6b555827645bbac4abc83823b5
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Tue Sep 23 21:07:08 2014 -0300

    Bug 12876: (followup) remove useless diags
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 18099ed18a4786896ae9e39cff58c176be95c23e)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 436687da09f242fcbc3b009e5c4849f203b71930
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Sep 5 17:40:05 2014 +0200

    Bug 12876: Improve unit tests for CanReserveBeCanceledFromOpac
    
    This patch fix the subroutine name and add a restriction on the
    arguments: both argument are mandatory!
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    
    Conflicts:
    	t/db_dependent/Reserves.t
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit ea2c5633cdd3e23c5ffd00aef206ab14372cb265)

commit 6014b9699e921312f38848543b2eaf72a419dfeb
Author: Rafal Kopaczka <rkk0 at poczta.onet.pl>
Date:   Fri Sep 5 14:50:15 2014 +0200

    Bug 12876 - Reserve in waiting/transfer status may be cancelled by user
    
    User may cancel his own reservation at waiting or in transit status
    through calling opac-modrequest.pl. Cancel button is disabled in
    interface but possibility to cancel should be checked also in
    opac-moderequest.pl, before calling CancelReserve().
    Similar situation is with opac-modrequest-suspend.pl
    
    This patch provides new soubroutine to chceck if user can cancel given
    reserve. It's possible only when he's owner of hold and hold isn't in
    transfer or waiting status.
    
    Additionaly there are new test for this function in Reserves.t
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests, QA script and new tests.
    Works as described, tested with:
    .../cgi-bin/koha/opac-modrequest.pl?reserve_id=XXX
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    
    Conflicts:
    	t/db_dependent/Reserves.t
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit c0ab862f4a902ce261b9b8870c169f6fe27711e1)
    
    Conflicts:
    	opac/opac-modrequest-suspend.pl

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

Summary of changes:
 C4/Reserves.pm            |   25 +++++++++++++++++
 opac/opac-modrequest.pl   |    4 +--
 t/db_dependent/Reserves.t |   66 +++++++++++++++++++++++++++++++++++++++++----
 3 files changed, 87 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list