[koha-commits] main Koha release repository branch new/bug_7387 created. v3.08.00-1979-gf9712ee

Git repo owner gitmaster at git.koha-community.org
Thu Mar 7 16:55:32 CET 2013


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_7387 has been created
        at  f9712ee228bd1401f2367c1933542a1257c131bb (commit)

- Log -----------------------------------------------------------------
commit f9712ee228bd1401f2367c1933542a1257c131bb
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Mon Feb 18 22:24:29 2013 -0300

    Follow-up Bug 7387 - Add Template::Toolkit plugin to allow caching of includes
    
    Fixes tabulations.
    
    Signed-off-by: Elliott Davis <elliott at bywatersolions.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 282ec272b12a6597705eea6c5b9d42f50ab6438e
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Fri Dec 30 09:25:29 2011 +1300

    Bug 7387 : Adding a caching plugin for Template::Toolkit
    
    To use this you need to do something like
    
    -[% INCLUDE 'doc-head-open.inc' %]
    +[% USE cache = Cache %]
    +[% cache.inc(
    +    'template' => 'doc-head-open.inc',
    +    'keys' => {'dochead' => 'dochead'},
    +    'ttl' => 360
    +    )
    +%]
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Comment: Works. Tested modifying as described opac-main.tt
    Follow up to fix tabulations.
    
    Signed-off-by: Elliott Davis <elliott at bywatersolions.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit a22060a46eb95901b9e0016f58838147ac068be3
Merge: a9013bf c714c65
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Thu Mar 7 10:56:13 2013 -0500

    Merge branch 'bug_9435' into 3.12-master

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list