[koha-commits] main Koha release repository branch master updated. v19.11.00-1002-g95b1b6662d

Git repo owner gitmaster at git.koha-community.org
Wed Mar 4 17:40:37 CET 2020


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  95b1b6662deabfe6062e79b7d318f96da448d506 (commit)
       via  15655f0dbcea2fbada164745fe12037529f9f846 (commit)
       via  342f45b5dc802af4c4528bbf60b2a4e1611bb52a (commit)
       via  d16710382e21d06bb4a11f616b4f6655a17d2499 (commit)
       via  d4d1ffb91c6019fd7aec570ec9ac4193c21cab26 (commit)
       via  0359a04bf8086c2f17045c5c60d7b195ed77ec2b (commit)
      from  c16476af444bc529dbc6500978c63969de4d2b9c (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 95b1b6662deabfe6062e79b7d318f96da448d506
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Mar 4 16:05:28 2020 +0000

    Bug 24082: DBRev 19.12.00.035
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 15655f0dbcea2fbada164745fe12037529f9f846
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Mar 3 16:10:17 2020 -0300

    Bug 24082: (QA follow-up): Template fixes
    
    This patch introduces missing TT filters and also replaces tabs for
    spaces to fix indentation problems.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 342f45b5dc802af4c4528bbf60b2a4e1611bb52a
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Jan 23 16:05:06 2020 +0000

    Bug 24082: Add access to historical transactions
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit d16710382e21d06bb4a11f616b4f6655a17d2499
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Jan 23 16:03:06 2020 +0000

    Bug 24082: Add refund action to relevant lines
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit d4d1ffb91c6019fd7aec570ec9ac4193c21cab26
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Jan 23 15:52:25 2020 +0000

    Bug 24082: Add `anonymous_refund` permission to `cash_management`
    
    This patch adds the new `anonymous_refund` permission to the
    `cash_management` flag and binds it to the visability of the register
    details page.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 0359a04bf8086c2f17045c5c60d7b195ed77ec2b
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon May 6 11:02:03 2019 -0500

    Bug 22529: Use new C4::Auth::haspermission from svc/members/search
    
    The svc/members/search script can be used to retrieve patrons with a
    specific permission. This feature is only used once, to link patrons to
    funds.
    The code in the script is duplicated from what we have in
    C4::Auth::haspermission, and it makes sense to clean it.
    
    Test plan:
    Create a fund and add users to this fund.
    When you search for users you must only have a list of patrons with the
    acquisition.order_manage permission.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Works as described. No errors
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha.pm                                            |   2 +-
 installer/data/mysql/updatedatabase.pl             |  15 +-
 installer/data/mysql/userpermissions.sql           |   1 +
 .../intranet-tmpl/prog/en/includes/permissions.inc |   5 +
 .../intranet-tmpl/prog/en/includes/pos-menu.inc    |   2 +-
 .../intranet-tmpl/prog/en/modules/pos/register.tt  | 199 ++++++++++++++++++++-
 pos/register.pl                                    |  65 ++++++-
 svc/members/search                                 |  15 +-
 8 files changed, 286 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list