[koha-commits] main Koha release repository branch master updated. v3.22.00-576-g002d7f4

Git repo owner gitmaster at git.koha-community.org
Wed Feb 24 02:00:57 CET 2016


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  002d7f45e5de35d2b052bf99d6d0dbc329775a3d (commit)
       via  8c9fe6b2ddb7d9ba2113750d89c0be1e855e9b5d (commit)
      from  818b1871519f0348cc54a60c76e2c8192f36bb3c (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 002d7f45e5de35d2b052bf99d6d0dbc329775a3d
Author: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
Date:   Tue Feb 16 10:17:34 2016 -0300

    Bug 12549: (QA followup) missing newline in CLI dialog
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit 8c9fe6b2ddb7d9ba2113750d89c0be1e855e9b5d
Author: Nicholas van Oudtshoorn <vanoudt at gmail.com>
Date:   Tue Dec 22 12:25:47 2015 +0800

    Bug 12549: Hard coded font Paths ( DejaVu ) cause problems for non-Debian systems
    
    Allows for selection of DejaVu font path when installing from the command line. This
    is useful for non-debian distributions that don't store the fonts in the same place.
    
    Adds a new configuration variable to Makefile.PL: FONT_DIR
    
    Defaults to the Debian install location for the fonts.
    
    Test plan:
    1. Run a CLI install, accepting the defaults.
    2. Compare the generated koha-conf.xml to a
    previous install - the font path for DejaVu fonts should be the same.
    3. Run another CLI install, this time choosing a custom path for the fonts
    4. Check that the path selected is reflected in the koha-conf.xml file.
    
    NOTE: 'perl Makefile.pl' and 'make' generates blib/KOHA_CONF_DIR/koha-conf.xml
          ran with a weird string for the font dir
          copied that koha-conf.xml to my home dir
          reran with all defaults
          compared the two, and only the font paths differed.
          Also, I cleaned up the tabs that snuck in. :)
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 Makefile.PL       |   12 ++++++++++--
 etc/koha-conf.xml |   24 ++++++++++++------------
 rewrite-config.PL |    1 +
 3 files changed, 23 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list