[koha-commits] main Koha release repository branch master updated. v17.11.00-1336-g896644d

Git repo owner gitmaster at git.koha-community.org
Tue Apr 24 19:12:28 CEST 2018


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  896644d90125a930e1acbc19ce5d80aaf5d91278 (commit)
       via  0269200bc6c6615e405ac34eee36852434c08dca (commit)
       via  273065921362f348bf44faf8b7865b8eb5948922 (commit)
       via  5643de4d79f274b35f92aa03f5f8cbc124359e52 (commit)
      from  50c68497a26f50a66c59b182cae50bade708faf4 (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 896644d90125a930e1acbc19ce5d80aaf5d91278
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Apr 24 16:43:25 2018 +0000

    Bug 2696: (QA follow-up) Add more test, move to subtest
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 0269200bc6c6615e405ac34eee36852434c08dca
Author: Kyle M Hall <kyle at bywatetsolutions.com>
Date:   Mon Apr 23 14:23:00 2018 -0400

    Bug 2696: (QA follow-up) Fix POD, results sorting, permissions
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 273065921362f348bf44faf8b7865b8eb5948922
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sat Apr 21 00:40:15 2018 +0000

    Bug 2696: (QA follow-up) Several fixes to template variables
    
    - Fix link to patron account in breadcrumbs
    - Fix includes for accounttype.inc to display type correctly
      - in Details for fee
      - in Payments list
    - Fix use CGI qw ( -utf8 );
    - Remove <br> from within a string for better translation
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 5643de4d79f274b35f92aa03f5f8cbc124359e52
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Dec 21 14:15:52 2017 +0000

    Bug 2696: Fine payments should show what was paid for
    
    Test Plan:
    1) Apply this patch and its' dependencies
    2) Create and pay some various fees and fines
    3) View the payments for fees, and fees paid by payments by
       using the new 'Details' button available on boraccount.pl
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    Running updatedatabase.pl after patch application makes dependencies
    happy. Passes QA Tools and works as intended.
    
    Rebased (2017-12-21): Alex Arnaud <alex.arnaud at biblibre.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Bug 2696: (QA follow-up) - Remove use of GetMember
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 Koha/Account/Offset.pm                             |   31 +++++
 .../prog/en/includes/account_offset_type.inc       |    8 ++
 .../intranet-tmpl/prog/en/includes/accounttype.inc |   24 ++++
 .../prog/en/modules/members/accountline-details.tt |  137 ++++++++++++++++++++
 .../prog/en/modules/members/boraccount.tt          |   26 +---
 .../accountline-details.pl                         |   59 +++++----
 t/db_dependent/Accounts.t                          |   50 ++++++-
 7 files changed, 288 insertions(+), 47 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/account_offset_type.inc
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/accounttype.inc
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/members/accountline-details.tt
 copy admin/check_budget_parent.pl => members/accountline-details.pl (50%)
 mode change 100755 => 100644


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list