[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.02-68-g4e2b905

Git repo owner gitmaster at git.koha-community.org
Tue Jul 10 22:53:03 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  4e2b90506d3b9570987e95918370e07d04df9091 (commit)
       via  67ead476aa7fb083347e3f4b2798d09850252074 (commit)
       via  673bea61ced328d69ee30e7e8399c9982c70b1cb (commit)
      from  2c2f919b8a344c674cd318de754aa307bde44023 (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 4e2b90506d3b9570987e95918370e07d04df9091
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Sun Jul 8 22:06:28 2012 -0400

    Bug 8383: Add test to check that Perl scripts compile
    
    This patch adds t/db_dependent/00-strict.pl which tests that all Perl
    scripts compile. I chose to use Test::Strict so that in the future we
    can also have the test check that "use strict" and "use warnings" are
    enabled.
    
    To test:
    1. Run t/db_dependent/00-strict.pl.
    2. Run around waving your arms in the air that we have a couple of
       scripts that don't compile.
    3. Actually, that's about it. You could test my patch for bug 8384 next.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Moved test to t/db_dependent
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    
    Conflicts:
    
    	C4/Installer/PerlDependencies.pm

commit 67ead476aa7fb083347e3f4b2798d09850252074
Author: Mirko Tietgen <5p4m at gmx.de>
Date:   Sun Jul 8 01:10:20 2012 +0200

    Bug 7143 – Bug for tracking changes to the about page
    
    This patch updates the German translators. To be applied after attachment 10681.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 673bea61ced328d69ee30e7e8399c9982c70b1cb
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Sat Jul 7 09:35:03 2012 +1200

    Bug 7143 : Adding Stacey Walker to the history
    
    Signed-off-by: wajasu <matted-34813 at mypacks.net>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Installer/PerlDependencies.pm                 |    4 +++
 debian/control                                   |    1 +
 docs/history.txt                                 |    1 +
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt |    3 +-
 t/db_dependent/00-strict.t                       |   24 ++++++++++++++++++++++
 5 files changed, 32 insertions(+), 1 deletions(-)
 create mode 100644 t/db_dependent/00-strict.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list