[koha-commits] main Koha release repository branch master updated. v3.20.00-806-g5799944

Git repo owner gitmaster at git.koha-community.org
Mon Oct 19 19:53:07 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, master has been updated
       via  57999441a85369b312ae41a030700b38641d4b9a (commit)
       via  e6064063f7eaf70263b5f8b87b88c3a00fd9fd60 (commit)
       via  3aef0257f4d2c8f4c7b40ad564ada5d2e8bd0cf2 (commit)
       via  70482a2e6b701140b150aa6d7af0f67d2a3243fa (commit)
       via  64b0984a51cb8c74638569fb07c3315c4f9ee7d9 (commit)
      from  b8c51bff2421528d8d01a011816b3c4e34f7a3fe (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 57999441a85369b312ae41a030700b38641d4b9a
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Mar 31 14:13:03 2015 +0200

    Bug 8417: Make the order receive date editable
    
    Currently the date of the order reception is the date of shipping date,
    which is wrong.
    This patch makes this date editable (with default is today).
    
    Test plan:
    1/ Create an order and receive it
    2/ Confirm that you can edit the reception date and it's take into
    account as the datereceived.
    
    Signed-off-by: Aleisha <aleishaamohia at hotmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit e6064063f7eaf70263b5f8b87b88c3a00fd9fd60
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Oct 19 14:36:26 2015 -0300

    Bug 8236: DBRev 3.21.00.037
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 3aef0257f4d2c8f4c7b40ad564ada5d2e8bd0cf2
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Apr 3 10:02:04 2015 -0400

    Bug 8236: (QA followup) Tweak language, fix whitespace error
    
    Signed-off-by: Joonas Kylmälä <j.kylmala at gmail.com>

commit 70482a2e6b701140b150aa6d7af0f67d2a3243fa
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Wed Apr 1 15:05:36 2015 +0200

    Bug 8236: Tests for Renewing policy in overdue or restriction case
    
     - Add tests in t/db_dependent/Circulation.t
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 64b0984a51cb8c74638569fb07c3315c4f9ee7d9
Author: Lyon3 Team <koha at univ-lyon3.fr>
Date:   Mon Mar 9 16:24:20 2015 +0100

    Bug 8236: Renewing policy in overdue or restriction case
    
    This patch introduces 2 sysprefs :
        RestrictionBlockRenewing to allow/block renewal of items when patron is restricted.
        OverduesBlockRenewing to allow, block only the late ones or block all checked out items
        Default is "allow" in both case.
    
    Signed-off-by: Matthias Meusburger <matthias.meusburger at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 C4/Acquisition.pm                                  |    8 +-
 C4/Circulation.pm                                  |   12 ++-
 Koha.pm                                            |    2 +-
 acqui/finishreceive.pl                             |    2 +-
 acqui/orderreceive.pl                              |   12 +--
 installer/data/mysql/sysprefs.sql                  |    2 +
 installer/data/mysql/updatedatabase.pl             |   14 ++++
 .../intranet-tmpl/prog/en/includes/strings.inc     |    2 +
 koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js    |   18 +++++
 .../prog/en/modules/acqui/orderreceive.tt          |   10 ++-
 .../en/modules/admin/preferences/circulation.pref  |   16 +++-
 .../opac-tmpl/bootstrap/en/modules/opac-user.tt    |    4 +
 opac/opac-user.pl                                  |    3 +
 t/db_dependent/Circulation.t                       |   83 +++++++++++++++++++-
 14 files changed, 169 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list