[koha-commits] main Koha release repository branch master updated. v19.05.00-620-g2694e53

Git repo owner gitmaster at git.koha-community.org
Thu Sep 12 18:06:32 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  2694e53b204128b5ba2eddf9af24a59bc37a982e (commit)
       via  8ecee99a020ed1bbac31b5f0d3ef4b3cba269041 (commit)
      from  e9e6537fae1dd921a95f55394ff2b463be8c834a (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 2694e53b204128b5ba2eddf9af24a59bc37a982e
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Sep 10 11:42:31 2019 -0300

    Bug 23580: Add C4::Context->yaml_preference
    
    This patch adds a new methods to be used on YAML-based sysprefs. The
    idea is that we would use it instead of handling the YAML decoding
    in-place everywhere we use YAML syprefs.
    
    Ideally, we could even move pipe separated values sysprefs into YAML,
    etc.
    
    To test:
    - Apply this patches
    - Run:
      $ kshell
     k$ prove t/Context.t
    => SUCCESS: Tests pass!
    - Sign off :-D
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 8ecee99a020ed1bbac31b5f0d3ef4b3cba269041
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Sep 10 11:42:02 2019 -0300

    Bug 23580: Unit tests
    
    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:
 C4/Context.pm |   21 +++++++++++++++++++++
 t/Context.t   |   43 ++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 63 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list