[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.02-10-gb7b534b

Git repo owner gitmaster at git.koha-community.org
Sat Jun 23 09:14:13 CEST 2012


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, 3.8.x has been updated
       via  b7b534b36f78a1c0363276076782fb864853ee9d (commit)
       via  5cb8c9f6e44aa9874231bae5a909cb4a4f3473b5 (commit)
      from  4145b90710cfe42ebb15d73991b5af3dfad040a2 (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 b7b534b36f78a1c0363276076782fb864853ee9d
Author: Claire Hernandez <claire.hernandez at biblibre.com>
Date:   Mon Jun 11 15:52:10 2012 +0200

    Bug 7994: Fix pref yaml errors
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 5cb8c9f6e44aa9874231bae5a909cb4a4f3473b5
Author: Claire Hernandez <claire.hernandez at biblibre.com>
Date:   Mon Apr 23 15:11:46 2012 +0200

    Bug 7994: scripts to check yaml files
    
    $ prove yaml_valid.t
    checks a closed list of files
    $ perl yaml_valid.pl -f myfile.yaml
    try to load a yaml file with YAML::LoadFile and show errors
    
    (both files pertidied)
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 .../en/modules/admin/preferences/acquisitions.pref |   76 ++++++++++----------
 .../en/modules/admin/preferences/circulation.pref  |    4 +-
 .../en/modules/admin/preferences/searching.pref    |    2 +-
 xt/yaml_valid.pl                                   |   67 +++++++++++++++++
 .../auto_unsuspend_holds.pl => xt/yaml_valid.t     |   40 ++++++++---
 5 files changed, 139 insertions(+), 50 deletions(-)
 create mode 100755 xt/yaml_valid.pl
 copy misc/cronjobs/holds/auto_unsuspend_holds.pl => xt/yaml_valid.t (59%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list