[koha-commits] main Koha release repository branch master updated. v18.11.00-108-g224718b

Git repo owner gitmaster at git.koha-community.org
Thu Jan 3 20:22:13 CET 2019


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  224718b3adee28d33999379b0ebab1092ae88169 (commit)
       via  73aa20afd0ed62c9af9d379bc9c002f13d673098 (commit)
       via  d18c992c5af8d4a97baf273798a3de67d4b3fb2a (commit)
       via  faafdb53b7c3614420bae1df1b023ad4cb64db2e (commit)
       via  48dab3c1261870bf23c01eda3b57aa76a9814250 (commit)
       via  040d5c57e7fb8976588c25d24ba288f52a83af95 (commit)
       via  485584d2ccb05a25384aa28431b11f01a5ad22b0 (commit)
       via  258720579bff87b4e4b5386261f9a7669068a0fd (commit)
       via  897ddc82b34b18576e4a2dd459691111836d6357 (commit)
       via  bf75f243512364a6b83ebe766105bf444bc43097 (commit)
      from  fb98450172cbd446768375cd9374962447df7cfe (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 224718b3adee28d33999379b0ebab1092ae88169
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Jan 3 18:56:14 2019 +0000

    Bug 19066: DBRev 18.12.00.004
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 73aa20afd0ed62c9af9d379bc9c002f13d673098
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Jan 3 18:55:50 2019 +0000

    Bug 19066: (RM follow-up) Fix test count and structure error
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit d18c992c5af8d4a97baf273798a3de67d4b3fb2a
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Dec 17 11:15:50 2018 +0000

    Bug 19066: (QA follow-up) Define foreign key for branchcode
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit faafdb53b7c3614420bae1df1b023ad4cb64db2e
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Nov 8 11:15:25 2018 -0300

    Bug 19066: Add tests for Koha::Account->pay
    
    This patch adds tests for Koha::Account->pay, to make sure the
    library_id param is used to set the branchcode attribute. The use of
    userenv to set branchcode if library_id not passed is removed.
    Responsability is left to the callers to pass library_id.
    
    To test:
    - Run:
      $ kshell
     k$ prove t/db_dependent/Koha/Account.t
    => SUCCESS: Tests pass!
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 48dab3c1261870bf23c01eda3b57aa76a9814250
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Nov 7 17:06:26 2018 -0300

    Bug 19066: (QA follow-up) Fix ChargeReserveFee
    
    This patch fixes a bug in ChargeReserveFee:
    
    To test:
    - Run:
      $ kshell
     k$ prove t/db_dependent/Reserves.t
    => FAIL: Tests fail because branchcode is not set
    - Apply this patch
    - Run:
     k$ prove t/db_dependent/Reserves.t
    => SUCCESS: Tests pass!
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 040d5c57e7fb8976588c25d24ba288f52a83af95
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Nov 7 17:05:25 2018 -0300

    Bug 19066: Tests for AddRenewal AddIssuingCharge and ChargeReserveFee
    
    This patch adds some tests that cover functions changed by this
    patchset. A bug in ChargeReserveFee is highlighted.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 485584d2ccb05a25384aa28431b11f01a5ad22b0
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Nov 2 14:38:56 2018 -0400

    Bug 19066: (QA follow-up) Remove bad and unecessary test
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 258720579bff87b4e4b5386261f9a7669068a0fd
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Nov 2 15:10:44 2018 +0000

    Bug 19066: (QA follow-up) Add handling in add_credit
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 897ddc82b34b18576e4a2dd459691111836d6357
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Aug 9 16:55:56 2017 +0000

    Bug 19066: Add branchcode to accountlines
    
    For the purposes of statistics, it appears that it would help many
    libraries to have branchcode recorded in the accountlines table. For
    payments, the field would contain the code for the branch the payment
    was made at. For manual invoices, it would be the code of the library
    that created the invoice.
    
    Test Plan:
    1) Apply this patch set
    2) Create and pay some fees
    3) Note the branchcode for those fees and payments is set
       to your logged in branch
    
    Signed-off-by: Lisette Scheer <lisetteslatah at gmail.com>
    
    Signed-off-by: Lisette Scheer <lisetteslatah at gmail.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit bf75f243512364a6b83ebe766105bf444bc43097
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Aug 9 09:50:21 2017 -0400

    Bug 19066: Update Database
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Squashing for cleaner history
    
    Bug 19066: (QA follow-up) Move db update to perl
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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

Summary of changes:
 C4/Accounts.pm                         |    8 +++
 C4/Circulation.pm                      |   34 ++++++++----
 C4/Reserves.pm                         |   26 ++++++---
 Koha.pm                                |    2 +-
 Koha/Account.pm                        |    9 ++--
 Koha/Schema/Result/Accountline.pm      |   33 +++++++++++-
 Koha/Schema/Result/Branch.pm           |   19 ++++++-
 installer/data/mysql/kohastructure.sql |    5 +-
 installer/data/mysql/updatedatabase.pl |   10 ++++
 t/db_dependent/Accounts.t              |   40 +++++++++++++-
 t/db_dependent/Circulation.t           |   90 +++++++++++++++++++++++++++++++-
 t/db_dependent/Koha/Account.t          |   29 +++++++++-
 t/db_dependent/Reserves.t              |   27 +++++++++-
 13 files changed, 301 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list