[koha-commits] updated branch master (de66ef5c4987039f97e291257682a4941d12d0df)

Koha Gitosis gitosis at git.koha.org
Sun Aug 30 19:01:32 CEST 2009


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 "Koha GitWeb".

The branch, master has been updated
       via  de66ef5c4987039f97e291257682a4941d12d0df (commit)
       via  051477fbfed3667b08280ec29ed87978dd6b7d3c (commit)
       via  84e88bd42eeb9e083a1bba16db1479adb8355c14 (commit)
       via  acbad4fff10229ff7096500412857c55fd8566ae (commit)
      from  53032f511431fdcf880656cc146314e5e9e21f51 (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 de66ef5c4987039f97e291257682a4941d12d0df
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sun Aug 30 22:05:38 2009 -0400

    bug 3564 follow: ensure NoZebra is passed to templates
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 051477fbfed3667b08280ec29ed87978dd6b7d3c
Author: Michael Hafen <mdhafen at tech.washk12.org>
Date:   Wed Aug 26 16:43:59 2009 -0600

    bugfix error if memcached_servers is empty in koha-conf.xml
    
    XML::Simple returns by default an empty hash ref if it encounters an xml tag
    with no attributes or content.  If memcached_servers is empty, as the installer
    sets it when this feature is disabled, then we get the empty hash ref.
    
    In checking if memcached_servers is set the empty hash ref evaluates as true.
    I.E.
    
      $servers = C4::Context->config('memcached_servers');
      if ($servers) {
    
    so we get a comiler error from memcached trying to resolve the nonexistant
    server address.

commit 84e88bd42eeb9e083a1bba16db1479adb8355c14
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Aug 28 09:16:14 2009 -0500

    Hide links to stop words management if NoZebra is ON. (Bug 3564)

commit acbad4fff10229ff7096500412857c55fd8566ae
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Sat Aug 29 09:18:39 2009 -0500

    An additional icon for the Bridge set, "E Video, " contributed by John A. Graziano Memorial Library

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

Summary of changes:
 C4/Auth.pm                                         |    1 +
 C4/Context.pm                                      |    2 +-
 .../intranet-tmpl/prog/en/includes/admin-menu.inc  |    2 +-
 .../prog/en/modules/admin/admin-home.tmpl          |    4 ++--
 .../prog/img/itemtypeimg/bridge/e_video.gif        |  Bin 0 -> 1891 bytes
 .../opac-tmpl/prog/itemtypeimg/bridge/e_video.gif  |  Bin 0 -> 1891 bytes
 6 files changed, 5 insertions(+), 4 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/e_video.gif
 create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/bridge/e_video.gif


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list