[koha-commits] main Koha release repository branch 3.4.x updated. v3.04.03-95-g04d4041

Git repo owner gitmaster at git.koha-community.org
Thu Aug 18 12:59:33 CEST 2011


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.4.x has been updated
       via  04d40414bc416c26351fd7a1035904f3f27e1dcd (commit)
       via  3d5e6a4d5134ebb823266965014ffe3a174cffb6 (commit)
       via  267f32d7019b77b24374e9817fd8306b4c2a2164 (commit)
       via  e2b72a12ac5387dae3e95cae150658a068f59a45 (commit)
       via  539b2be08cadb14f07e10e339be71b92ac96aece (commit)
       via  72fc1ffead7969e54fc97d2a028a8f599d9dd1d1 (commit)
      from  b2d3e6bacabfeb6d1544b3a6b885653fa8ca1d3a (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 04d40414bc416c26351fd7a1035904f3f27e1dcd
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Thu Jun 9 17:15:09 2011 +1200

    Bug 6486 - make koha-mysql get installed with the packages
    
    A useful addition I overlooked.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 73992e2ff435e068f8766a3d06dc510ba66af4cc)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 3d5e6a4d5134ebb823266965014ffe3a174cffb6
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Thu Jun 9 17:00:45 2011 +1200

    Bug 6486 - add the koha-mysql command
    
    This lets you get into the mysql session for this library instance
    really easily. Probably most useful for developers.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 7cf4553db1a1150b9ea6a730945a0fe9c99f1127)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 267f32d7019b77b24374e9817fd8306b4c2a2164
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Thu Jul 21 10:18:29 2011 +0200

    Bug 6458 Template Toolkit files test case
    
    This test validate Template Toolkit (TT) Koha files.
    
    For the time being an unique validation is done: Test if TT files
    contain TT directive within HTML tag. For example:
    
      <li[% IF
    
    This kind of constuction MUST be avoided because it break Koha
    translation process.
    
    This patch transform also translation specific modules into C4 modules
    in order to be able to use them in test case:
    
      C4::TTPaser
      C4::TmplToken
      C4::TmplTokenType
    
    This patch is a Perl adaptation of a Haskell script from Frère Sébastien
    Marie.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Notes on testing:
    - translate install de-DE - worked ok
    - translate update de-DE > translate install de-DE - worked ok
    - running the test xt/tt_valid.t - worked ok and pointed out lots of problems.
    Found no problems.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit a41100a44519373efafb5c9f3cdc5607657d651e)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit e2b72a12ac5387dae3e95cae150658a068f59a45
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Wed Jun 8 15:10:09 2011 +1200

    Bug 6482 - allow the mysql details to be changed during koha-create
    
    This allows the database details (username and database name in
    particular) to be modified in between a koha-create --request-db and
    --populate-db. Most useful when you discover that the username is too
    long or something. Now, when populating the database, the connection
    information is reloaded from the koha-conf.xml rather than being
    generated from the instance name.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 85e37cb4b5879b174759e955d37e1bfe832bc646)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 539b2be08cadb14f07e10e339be71b92ac96aece
Author: preprod34 <preprod34 at koha.ccsr.qc.ca>
Date:   Fri Aug 12 09:44:51 2011 -0400

    Bug 6714 : Removed the "en" in some paths of opac.css
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit e0eacd664c5f8c662fc22f2503530f1dc4f5f0a5)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 72fc1ffead7969e54fc97d2a028a8f599d9dd1d1
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Aug 17 15:40:39 2011 -0400

    Fix for Bug 6743 - displayFacetCount not working
    
    T:T variable scope error.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit db44c217b22e88dd4ee88cc9c15ddcf928fe3d4e)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

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

Summary of changes:
 {misc/translator => C4}/TTParser.pm                |   22 +++---
 {misc/translator => C4}/TmplToken.pm               |   20 +++---
 {misc/translator => C4}/TmplTokenType.pm           |    6 +-
 debian/koha-common.install                         |    1 +
 debian/scripts/koha-create                         |   22 ++++-
 debian/scripts/{koha-dump-defaults => koha-mysql}  |   22 +++--
 .../intranet-tmpl/prog/en/includes/facets.inc      |    2 +-
 koha-tmpl/opac-tmpl/prog/en/css/opac.css           |    4 +-
 .../opac-tmpl/prog/en/includes/opac-facets.inc     |    2 +-
 misc/translator/TmplTokenizer.pm                   |   32 ++++----
 misc/translator/tmpl_process3.pl                   |    8 +-
 misc/translator/xgettext.pl                        |   28 +++---
 xt/tt_valid.t                                      |   84 ++++++++++++++++++++
 13 files changed, 177 insertions(+), 76 deletions(-)
 rename {misc/translator => C4}/TTParser.pm (79%)
 rename {misc/translator => C4}/TmplToken.pm (83%)
 rename {misc/translator => C4}/TmplTokenType.pm (95%)
 copy debian/scripts/{koha-dump-defaults => koha-mysql} (78%)
 create mode 100755 xt/tt_valid.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list