[koha-commits] main Koha release repository branch master updated. v19.05.00-625-g9a8bc7f

Git repo owner gitmaster at git.koha-community.org
Fri Sep 13 09:26:56 CEST 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  9a8bc7fcc5d88dc5ed5d279fae3029c4a9ecbca5 (commit)
       via  95ab03b73ab2a1f021be119dabfaf826b3192d01 (commit)
      from  55f56c09ddfac59967d21ad0a37e7c7686439642 (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 9a8bc7fcc5d88dc5ed5d279fae3029c4a9ecbca5
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Jul 5 16:24:17 2019 -0300

    Bug 23272: Adapt controller and tests
    
    This patch adapts the controller script for handling authorised values,
    and the tests to reflect the method names changes.
    
    To test:
    - Verify you can add/delete/edit authorised values with/without branch
    limitations, as usual
    => SUCCESS: All works as usual!
    - Run:
      $ kshell
     k$ prove t/db_dependent/AuthorisedValues.t
    => SUCCESS: Tests pass!
    - Sign off :-D
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 95ab03b73ab2a1f021be119dabfaf826b3192d01
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Jul 5 16:23:52 2019 -0300

    Bug 23272: Make Koha::AuthorisedValue use Koha::Object::Limit::Library
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha/AuthorisedValue.pm           |  123 ++++---------------------------------
 admin/authorised_values.pl        |   23 +++----
 t/db_dependent/AuthorisedValues.t |   12 ++--
 3 files changed, 31 insertions(+), 127 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list