[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.07-37-g2074138

Git repo owner gitmaster at git.koha-community.org
Thu Jun 16 10:30:25 CEST 2016


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.22.x has been updated
       via  207413828318c4515053c7043dadb5ee934f3b2f (commit)
      from  13bb412c73ce433fc82c9829502860eee0f1a397 (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 207413828318c4515053c7043dadb5ee934f3b2f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu May 5 16:58:06 2016 +0100

    Bug 16455: Remove the "Too late to run INIT block" from C4::Tags
    
    The pref TagsExternalDictionary is used to tell Lingua::Ispell to use an
    other dictionary, different from the default one (/usr/bin/ispell).
    
    To do so we need to set $Lingua::Ispell::path to the expected path.
    It's currently done in the INIT block.
    
    If you try to use C4::Tags, you will get the famous "Too late to run
    INIT block at C4/Tags.pm line 74." warning. Plack use the INIT block to
    load functions at run time, when we are using C4::Tags when hitting a pl
    script, the compilation phase is finished and it's "too late to run INIT
    block" from C4::Tags.
    
    I do not really know if it has an impact on the behavior of
    Lingua::Ispell (i.e. is the path redefined?), but I know that this INIT
    block is not executed when we want.
    
    Test plan:
    under Plack,
    - hit /cgi-bin/koha/opac-search.pl and confirm that the warning does no
    longer appears
    - Use another dictionnary (??), fill TagsExternalDictionary with its
      path and confirm that it is used by the tags approval system
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit 7d916c380a03904c47035f189d1ee666f00d9a11)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 6ff159e214a2ebf904ff7f1b77f0f75162f8afe8)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 C4/Tags.pm |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list