[koha-commits] main Koha release repository branch new/bug_9136 created. v3.08.00-1452-g6417e44

Git repo owner gitmaster at git.koha-community.org
Sat Dec 22 22:03:07 CET 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, new/bug_9136 has been created
        at  6417e44bc287c4cd15eef74d53602840ce2aaaa7 (commit)

- Log -----------------------------------------------------------------
commit 6417e44bc287c4cd15eef74d53602840ce2aaaa7
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Fri Nov 23 14:14:16 2012 -0500

    Bug 9136: C4::Tags not Plack-compatible
    
    The three module-scoped variables $ext_dict, @fields, and $select_all
    were preventing tagging code from working under Plack. I fixed this
    by changing the latter two to compile-time constants, and declared the
    first with "our $ext_dict;"
    
    To test (under Plack):
    1) Try to create a tag before the patch is applied. Note that you get a
       500 error in the AJAX request.
    2) Apply patch.
    3) Repeat step (1), noticing that this time the tag is created and there
       is no error.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list