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

Git repo owner gitmaster at git.koha-community.org
Wed Oct 24 22:15:31 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  574a7ac7a86d9da495ffcdca0deecfa619f4f1dc (commit)
       via  c3e3a846dc1664915f99d18531f6169ce7018e79 (commit)
      from  2aa82cb278fb975b776689c4736e36c43f071892 (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 574a7ac7a86d9da495ffcdca0deecfa619f4f1dc
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Mon Oct 1 16:29:22 2012 +0800

    Bug 8849 - Error log generated when not a demo system
    
    Changed two lines similar to:
       unless (C4::Context->config('demo') == 1) {
    into lines similar to:
       unless (C4::Context->config('demo')) {
    By removing the == 1, undefined = false without an error. The
    value of demo is supposedly set by a koha-conf.xml variable,
    but there is very little documentation on this "demo mode"
    beyond the set it to 1 in koha conf for demo mode.  Also, demo
    doesn't exist in the default koha-conf.xml file generated.
    So anyone who knows to create it, will likely create it the
    proper way and with the proper value.
    
    Signed-off-by: wajasu <matted-34813 at mypacks.net>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit c3e3a846dc1664915f99d18531f6169ce7018e79
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Oct 11 15:57:41 2012 -0400

    Bug 8907 - Last updated date does not appear on currency edit form
    
    No value for $date was getting passed to the format_date function.
    This patch changes the way the timestamp is passed.
    
    Signed-off-by: Melia Meggs <melia at test.bywatersolutions.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 admin/currency.pl         |    3 ++-
 admin/marctagstructure.pl |    4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list