[koha-commits] main Koha release repository branch master updated. v3.22.00-719-g73808a1

Git repo owner gitmaster at git.koha-community.org
Wed Mar 2 04:37:55 CET 2016


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  73808a1fd00740a5796c5e81b96be13294d482ad (commit)
       via  efb01b66a8ee817124dcdccd5f669923c2e0e3e2 (commit)
       via  64e31a5c428b27918d258342e6b9db6119132e54 (commit)
       via  251f52916fcd34f4086037a1cc310b84bfe4f6fc (commit)
       via  742f3c03357182c7a63c7eeb7125c561beb53f9a (commit)
       via  d81d24e536e057828361b9de624826278e6a6edd (commit)
       via  2398bfafc6db56133d2755b9714d2a6d940afe5a (commit)
      from  16548d39840c92d43a64ca08f63231156935c41c (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 73808a1fd00740a5796c5e81b96be13294d482ad
Author: Brendan Gallagher <brendan at bywatersolutions.com>
Date:   Wed Mar 2 03:36:01 2016 +0000

    DBREV - Bug 15675 - Add issue_id column to accountlines and use it for updating fines
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit efb01b66a8ee817124dcdccd5f669923c2e0e3e2
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Feb 29 16:23:14 2016 +0000

    Bug 15675: Fix conflict with bug 15446 (type vs _type)
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit 64e31a5c428b27918d258342e6b9db6119132e54
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Feb 9 14:38:57 2016 +0000

    Bug 15675 [QA Followup] - Switch from NOT IN to LEFT JOIN
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit 251f52916fcd34f4086037a1cc310b84bfe4f6fc
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Feb 3 14:38:54 2016 +0000

    Bug 15675 [QA Followup] - Close out accruing fines that are not really accruing, add issue_id to accruing fines
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit 742f3c03357182c7a63c7eeb7125c561beb53f9a
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Jan 26 17:32:35 2016 +0000

    Bug 15675 - Fix some missed tab characters, remove old FIXMEs
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit d81d24e536e057828361b9de624826278e6a6edd
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Jan 26 17:24:58 2016 +0000

    Bug 15675 - Update Schema file
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit 2398bfafc6db56133d2755b9714d2a6d940afe5a
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Jan 26 16:42:44 2016 +0000

    Bug 15675 - Add issue_id column to accountlines and use it for updating fines
    
    Right now, fines are updated based on the fine description. There are a
    number of areas where this can go wrong ( date or time format changing,
    title being modified, etc ). Now that issues has a unique
    identifier, we should use that for selection and updating of fines.
    
    Test Plan:
    1) Apply this patch
    2) Test creating and updating fines via fines.pl
       and checking in overdue items. No changes should be noted.
    3) prove t/db_dependent/Circulation.t
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 C4/Circulation.pm                      |   33 +++++++---
 C4/Overdues.pm                         |  112 ++++++++++++++++++--------------
 Koha.pm                                |    2 +-
 Koha/{City.pm => Account/Line.pm}      |    6 +-
 Koha/{Cities.pm => Account/Lines.pm}   |    9 +--
 Koha/Schema/Result/Accountline.pm      |   11 +++-
 installer/data/mysql/kohastructure.sql |    1 +
 installer/data/mysql/updatedatabase.pl |   36 ++++++++++
 misc/cronjobs/fines.pl                 |   11 +++-
 t/db_dependent/Circulation.t           |   37 +++++++++--
 10 files changed, 180 insertions(+), 78 deletions(-)
 copy Koha/{City.pm => Account/Line.pm} (89%)
 copy Koha/{Cities.pm => Account/Lines.pm} (84%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list