[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1171-gec3c09c

Git repo owner gitmaster at git.koha-community.org
Wed Sep 25 02:28:25 CEST 2013


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  ec3c09cbb054d0e3e725c8bfece7bc3699d88750 (commit)
       via  ba60c66f05926680c6002c61c74b17bdc060a703 (commit)
       via  579b65c9736df56d2dfb4447a2676fa6737655c1 (commit)
       via  7c290c4d7ea999450575b9914b5a7e8675e7875b (commit)
       via  e23ef9c930f4f95fac80cd300a3ad34195b211d6 (commit)
       via  ded520afdc1b3191d3ec204e3ad10443e7c0925e (commit)
      from  39c435e36fec65dbba795214bdde79932bb4edcf (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 ec3c09cbb054d0e3e725c8bfece7bc3699d88750
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Sep 25 00:33:23 2013 +0000

    Bug 9761: DBRev 3.13.00.021
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit ba60c66f05926680c6002c61c74b17bdc060a703
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Sep 18 17:06:29 2013 +0200

    Bug 9761: Unit tests for ConfirmFutureHolds changes
    
    Adds tests for CheckReserves with lookahead parameter.
    Adds tests for AddReturn with regard to future reserve messages.
    The following test cases are added, resulting in 8 new tests:
    a) Add a reserve without date, CheckReserve should return it
    b) Add a reserve with future date, CheckReserve should not return it
    c) Add a reserve with future date, CheckReserve should return it if lookahead
       is high enough
    d) Check ResFound message of AddReturn for future hold
    
    Test plan:
    Run the test. No fails?
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 579b65c9736df56d2dfb4447a2676fa6737655c1
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Sep 18 16:12:09 2013 +0200

    Bug 9761: Preliminary measures for adding a unit test
    
    Optionally add some branches and categories that may not exist.
    
    Test plan:
    Run the test with or without CPL branch or S (staff) category.
    Verify that the test does not fail.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 7c290c4d7ea999450575b9914b5a7e8675e7875b
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Mar 7 18:46:04 2013 +0100

    Bug 9761: Reformulating the preference description
    
    After some thought, I had to reformulate what this pref does.
    No code changes here.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit e23ef9c930f4f95fac80cd300a3ad34195b211d6
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Mar 7 14:57:25 2013 +0100

    Bug 9761: dbrev for ConfirmFutureHolds
    
    Db rev for new pref ConfirmFutureHolds.
    
    Test plan:
    Run [your server]/cgi-bin/koha/installer/install.pl?step=3&op=updatestructure
    Optionally, run a new install to test sysprefs.sql.
    Or:
    Edit sysprefs.sql, leave at least the last few lines including the new one.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit ded520afdc1b3191d3ec204e3ad10443e7c0925e
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Mar 4 14:47:57 2013 +0100

    Bug 9761: Make it possible to confirm future hold requests at checkin time
    
    Description:
    
    A new pref ConfirmFutureHolds is added. When confirming a hold at checkin time,
    the number of days in this pref is taken into account when looking for reserves.
    Note that this pref does not interfere with renewing, issuing or transferring
    a book. For report Holds to pull, the default end date is calculated with this
    new preference.
    The use of ConfirmFutureHolds is useful only when future holds are allowed.
    
    Test plan:
    1) Enable future holds. Add a number of days into ConfirmFutureHolds.
    2) Place a future hold within this number of days.
    3) Run holds to pull report. Check default startdate and enddate.
    4) Check this book in. Can you confirm the hold? Do not confirm.
    5) Issue the book to another patron. You should not see a warning.
    6) Renew the book for this patron via opac or staff. No warning either.
    7) Check in again. Warning pops up again.
    8) Transfer book. Switch branch. Check in. Hold found pops up. Do not confirm.
    9) Back to first branch. Check in (with popup). Remove the hold. Add new future
    hold past the number of days. Check in (no warn).
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Circulation.pm                                  |    3 +-
 C4/Reserves.pm                                     |   23 ++++---
 circ/pendingreserves.pl                            |   25 ++++----
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |    8 +++
 .../en/modules/admin/preferences/circulation.pref  |    7 +-
 .../prog/en/modules/circ/pendingreserves.tt        |    2 +-
 kohaversion.pl                                     |    2 +-
 t/db_dependent/Reserves.t                          |   67 +++++++++++++++++++-
 9 files changed, 112 insertions(+), 26 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list