[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.01-60-gee3ffc0

Git repo owner gitmaster at git.koha-community.org
Sun Jun 10 12:06:59 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  ee3ffc006cd574eae85c8cd20d885133a9ffde3a (commit)
       via  39017da1f506917693b2d25ca0298ea1e19956fa (commit)
       via  4f6cae7589b3e03cf0760f263899769461efab58 (commit)
       via  08e57b52a814655af9da649a258ee850cb6dc8a7 (commit)
      from  a3d0cd23789520874e2ab7539519fd086db8c322 (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 ee3ffc006cd574eae85c8cd20d885133a9ffde3a
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Mon Jun 4 10:06:22 2012 +0200

    Bug 8062 [SIGNED-OFF] Perl module dependency Template::Plugin::HtmlToText
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 39017da1f506917693b2d25ca0298ea1e19956fa
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Mon May 14 09:57:50 2012 +0200

    Bug 8062 [SIGNED-OFF] Cart email broken for non english templates
    
    Fix basket email sent from OPAC. The email body is now generated HTML
    (to be translatable), and converted into TEXT before beeing sent by
    email.
    
    To test that it works in other language than English, you have to update
    your language .po file:
    
      perl translate update de-DE
    
    Then, translated strings coming from opac-sendbasket.tt, and install the
    translation:
    
      perl translate install de-DE
    
    New dependency: Template::Plugin::HtmlToText
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 4f6cae7589b3e03cf0760f263899769461efab58
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Sun Jun 10 22:01:05 2012 +1200

    Bumping database version

commit 08e57b52a814655af9da649a258ee850cb6dc8a7
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Apr 13 11:12:29 2012 -0400

    Bug 7951 - Suspending holds needs a system preference
    
    Adds system preferences SuspendHoldsIntranet and SuspendHoldsOpac.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Conflicts:
    
    	installer/data/mysql/sysprefs.sql
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Installer/PerlDependencies.pm                   |    7 +-
 circ/circulation.pl                                |    6 +-
 installer/data/mysql/sysprefs.sql                  |    3 +-
 installer/data/mysql/updatedatabase.pl             |    8 ++
 .../en/modules/admin/preferences/circulation.pref  |   12 ++
 .../prog/en/modules/circ/circulation.tt            |    4 +-
 .../prog/en/modules/members/moremember.tt          |    3 +
 .../prog/en/modules/reserve/request.tt             |    5 +-
 .../opac-tmpl/prog/en/modules/opac-sendbasket.tt   |  106 ++++++++++++++-----
 koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt   |    2 +
 kohaversion.pl                                     |    2 +-
 members/moremember.pl                              |    4 +-
 opac/opac-sendbasket.pl                            |   22 ++---
 opac/opac-user.pl                                  |    5 +-
 reserve/request.pl                                 |    5 +-
 15 files changed, 142 insertions(+), 52 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list