[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.09-13-g0183394

Git repo owner gitmaster at git.koha-community.org
Fri Aug 1 15:26:26 CEST 2014


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.14.x has been updated
       via  0183394e8c77d583a2dae2a59bcbe678911fe9ff (commit)
       via  839dc46ce613e16123621169de6ab8f3e6fd0a64 (commit)
       via  d440e51758acad905cf002f23e7994b1a112d877 (commit)
       via  f05d933bf9deb0a999dba5550a22debeca068d30 (commit)
      from  d0ea1ce586de9cd65edc92d32ae9c25e112b13fa (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 0183394e8c77d583a2dae2a59bcbe678911fe9ff
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Aug 15 15:19:32 2013 +0200

    Bug 8044: (follow-up) ensure Modern::Perl is imported first
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit fe32727fc55823ab1a3edba70597b89856cd0ea3)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 839dc46ce613e16123621169de6ab8f3e6fd0a64
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Mon Aug 20 13:51:27 2012 +0200

    Bug 8044: (follow-up) add copyright block and use Modern::Perl
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 061cff837d1667b0f714fbbfba59c2caed098d6b)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit d440e51758acad905cf002f23e7994b1a112d877
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Mon Aug 20 10:55:50 2012 +0200

    Bug 8044: (follow-up) fix warning and error messages in translate.pl
    
    CHARSET is now automatically replaced by UTF-8, and 'update' creates the
    PO file if it does not exist.
    
    Also do not try to create PO files if POT file creation failed (when
    there is no messages to translate for example).
    
    + add some verbosity
    + add Locale::Maketext and Locale::Maketext::Lexicon to Koha
    dependencies
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 75bd34df7acba7b20bc7981f2484e79e19032d4a)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    
    Conflicts:
    	C4/Installer/PerlDependencies.pm

commit f05d933bf9deb0a999dba5550a22debeca068d30
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Fri May 4 14:33:10 2012 +0200

    Bug 8044: new module for translating strings in Perl source files
    
    You have to use the new module Koha::I18N
    
    Code example:
      use Koha::I18N;
      use CGI;
    
      my $input = new CGI;
      my $lh = Koha::I18N->get_handle_from_context($input, 'intranet');
    
      print $lh->maketext("Localized string!");
    
    PO files are in misc/translator/po/LANG-messages.po.
    Creation of PO files are integrated to existing workflow, so to create
    PO file for a language, just run in misc/translator:
      ./translate create LANG
    To update:
      ./translate update LANG
    You can then translate the PO with your favorite editor. Strings will be
    localized at runtime.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Works as advertised. Some details needing further attention noted on bug
    report.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 114f3dd49998be21643f83bec644f9837c6bdecc)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/Installer/PerlDependencies.pm              |   10 +++
 Koha/{Template/Plugin/Branches.pm => I18N.pm} |   53 ++++++++-------
 misc/translator/LangInstaller.pm              |   86 +++++++++++++++++++++++++
 3 files changed, 125 insertions(+), 24 deletions(-)
 copy Koha/{Template/Plugin/Branches.pm => I18N.pm} (52%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list