[koha-commits] main Koha release repository branch master updated. v19.11.00-426-g451bc0fca5

Git repo owner gitmaster at git.koha-community.org
Thu Jan 23 10:18:48 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  451bc0fca595f426257b4a790fc6f83cc10f32f9 (commit)
       via  62da76b84b4714851a1be3d33a565382d5d1037a (commit)
       via  d8bd366b5c5ce36e52b3c8466d08feeeed5098d9 (commit)
       via  7015ba70599b96c6cdfc733b704a328afd000ba2 (commit)
       via  0ad865d8222adc3c2fde88a7d1572060c357e508 (commit)
       via  451752009243fdfa6ddbb51a0f5a070f982e0ad6 (commit)
       via  8604e82db11944276a59ec5ea554599fd7111a1f (commit)
       via  035d58617358be473503d8861359b55922ada9a3 (commit)
       via  637afc8f6dbf9143380ad05a7331186a871f089f (commit)
      from  59a75a60cc2caeff678bc36cc111d4d5edafc470 (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 451bc0fca595f426257b4a790fc6f83cc10f32f9
Author: Agustin Moyano <agustinmoyano at theke.io>
Date:   Wed Jan 15 20:12:19 2020 -0300

    Bug 24432: Use from_api_mapping to translate column name in _build_order_atom
    
    Use the mapping instead of building a fake hash only to get the key name.
    
    To test:
    1. apply this patch
    2. prove t/Koha/REST/Plugin/Query.t
    3. sign off
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 62da76b84b4714851a1be3d33a565382d5d1037a
Author: Agustin Moyano <agustinmoyano at theke.io>
Date:   Wed Jan 15 20:10:01 2020 -0300

    Bug 24432: add Koha::Objects->from_api_mapping
    
    This patch adds from_api_mapping to Koha::Objects, in order to be able to get the mapping from a result set.
    
    To test:
    1. apply this patch
    2. prove t/db_dependent/Koha/Objects.t
    3. sign off
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit d8bd366b5c5ce36e52b3c8466d08feeeed5098d9
Author: Agustin Moyano <agustinmoyano at theke.io>
Date:   Wed Jan 15 19:52:53 2020 -0300

    Bug 24432: Regresion test
    
    To test:
    1. apply this patch
    2. prove t/Koha/REST/Plugin/Query.t
    
    Test should fail at this point.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 7015ba70599b96c6cdfc733b704a328afd000ba2
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Jan 22 10:26:00 2020 +0000

    Bug 24477: Require `takepayment` permission in pos/pay.pl
    
    When adding the point of sale take payment page in bug 23354 we missed
    the permission check script side along with adding the permission at
    install time (update was caught).
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 0ad865d8222adc3c2fde88a7d1572060c357e508
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Jan 23 08:50:31 2020 +0000

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

commit 451752009243fdfa6ddbb51a0f5a070f982e0ad6
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Jan 22 14:46:20 2020 +0000

    Bug 24481: Permissions update for POS menu include
    
    This patch updates the point of sale menu include to reflect the updated
    permissions name for cash registers
    
    Note: Not required for 19.11
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 8604e82db11944276a59ec5ea554599fd7111a1f
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Jan 22 14:45:17 2020 +0000

    Bug 24481: Permission corrections for admin menu templates
    
    This patch updates the admin menu include and admin home page to reflect
    the updated permissions name for cash registers
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 035d58617358be473503d8861359b55922ada9a3
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Jan 22 14:03:13 2020 +0000

    Bug 24481: Correct permission name in admin/cash_registers.pl
    
    The permission name for changed during the implimentation of bug 23321
    but one case was missed. This patch corrects that mistake.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 637afc8f6dbf9143380ad05a7331186a871f089f
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Jan 22 14:41:21 2020 +0000

    Bug 24481: Move manage_cash_registers to parameters permission
    
    This patch moves the manage_cash_registers subpermission to the more
    appropriate location under 'parameters'.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha.pm                                            |  2 +-
 Koha/Objects.pm                                    | 15 +++++++++++++
 Koha/REST/Plugin/Query.pm                          |  3 ++-
 admin/cash_registers.pl                            |  2 +-
 installer/data/mysql/updatedatabase.pl             | 16 ++++++++++++++
 installer/data/mysql/userpermissions.sql           |  2 +-
 .../intranet-tmpl/prog/en/includes/admin-menu.inc  |  4 ++--
 .../intranet-tmpl/prog/en/includes/pos-menu.inc    |  4 ++--
 .../prog/en/modules/admin/admin-home.tt            |  4 ++--
 pos/pay.pl                                         |  1 +
 t/Koha/REST/Plugin/Query.t                         | 25 +++++++++++++++++++++-
 t/db_dependent/Koha/Objects.t                      | 19 +++++++++++++++-
 12 files changed, 85 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list