[koha-commits] main Koha release repository branch master updated. v3.14.00-335-g59c0a0e

Git repo owner gitmaster at git.koha-community.org
Fri Jan 17 22:00:47 CET 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, master has been updated
       via  59c0a0e02b9b4dd179c99c31ebbd13e70f266d77 (commit)
       via  ebe92b97ea3082da4de7901971f681b09d3eb265 (commit)
       via  e6da56acb174c56a746dde44e5d247afc7ff0ed6 (commit)
      from  e5bed9feb1081f3eec73eaf340fb4086aeaf6d77 (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 59c0a0e02b9b4dd179c99c31ebbd13e70f266d77
Author: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
Date:   Wed Dec 18 18:04:25 2013 +0100

    Bug 11056: Delete dead code in basketgroup.pl
    
    In basketgroup.pl, some code is supposed to be executed if
    $op = "validate".  But this value is no longer assigned to
    the $op variable since 2009.
    
    This patch suppressed dead code, along with parseinputbaskets
    and parseinputbasketgroups subs, which are obsolete.
    
    No functional changes expected
    
    Regression test :
    * Check basketgroup are shown as before the patch, and can be closed
     and reopened.
    * Check you can add or remove a basket from a basketgroup, and change
      information about it (like delivery place)
    * Check you can create a basketgroup when you close a basket.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    The following commands return nothing:
    - grep validate acqui/basketgroup.tt
    - grep -R basketgroup.pl -C 2 | grep validate
    - git grep parseinputbaskets
    - git grep parseinputbasketgroups
    - git grep basketgroup.pl | grep validate
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit ebe92b97ea3082da4de7901971f681b09d3eb265
Author: Liz Rea <liz at catalyst.net.nz>
Date:   Fri Oct 25 16:40:03 2013 +1300

    Bug 11138: add auto_unsuspend_holds to daily crontab (Debian package)
    
    To test:
    
    Install the packages with this patch, observe the /etc/cron.daily/koha-common
    file - auto_unsuspend_holds should now be in the default list.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit e6da56acb174c56a746dde44e5d247afc7ff0ed6
Author: Liz Rea <liz at catalyst.net.nz>
Date:   Thu Nov 14 14:52:28 2013 +1300

    Bug 11138 - Add auto_unsuspend_reserves to crontab.example
    
    To test:
    
    Set up and run the cronjobs from crontab.example with a hold set to
    unsuspend today. The hold should be unsuspended.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 acqui/basketgroup.pl          |  105 -----------------------------------------
 debian/koha-common.cron.daily |    1 +
 misc/cronjobs/crontab.example |    3 ++
 3 files changed, 4 insertions(+), 105 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list