Main Koha release repository https://koha-community.org
Find a file
Chris Cormack 282ec272b1 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@cpbibliography.com>
Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>

Comment: Works. Tested modifying as described opac-main.tt
Follow up to fix tabulations.

Signed-off-by: Elliott Davis <elliott@bywatersolions.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
2013-03-07 10:58:24 -05:00
acqui
admin Bug 8913 [Revised] Improve acquisitions navigation 2013-02-20 09:17:21 -05:00
authorities
basket Bug 9073 - Download option from the cart should match the menu button in lists 2012-11-25 18:08:46 -05:00
C4 Bug 9587 : QA follow up - fix one tabulation character 2013-02-24 10:15:56 -05:00
catalogue
cataloguing
circ
debian Bug 9592 - update dependencies, allow blacklisting 2013-02-15 08:06:51 -05:00
docs
errors
etc
install_misc
installer Bug 9520: Increment version number 2013-03-02 12:09:26 -05:00
Koha Bug 7387 : Adding a caching plugin for Template::Toolkit 2013-03-07 10:58:24 -05:00
koha-tmpl
labels
members
misc Bug 9656: Followup Make logging to a file optional (for fines) 2013-03-07 09:27:02 -05:00
offline_circ Bug 9263: Trim barcodes in offline circulation 2013-01-22 19:12:22 -05:00
opac
patroncards
reports Bug 9417 - Allow number of results per page to be selectable for guided reports 2013-02-08 09:34:54 -05:00
reserve
reviews
rotating_collections
selenium
serials Bug 9574: Plack fixes for serials/subscription-add.pl 2013-03-07 09:17:48 -05:00
services
skel
sms
suggestion
svc
t Bug 9174: Fix itemtype image display in OPAC lists 2013-01-31 10:59:04 -05:00
tags
test Bug 5449: JSON malformed in Koha - Blocker with jQuery 1.4.x 2011-03-12 08:53:41 +13:00
tmp/modified_authorities
tools
virtualshelves
xt
.htaccess Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
.mailmap
about.pl
changelanguage.pl
edithelp.pl
fix-perl-path.PL
help.pl
INSTALL
install-CPAN.pl Bug 5370: Fix all the references to koha.org 2010-11-08 09:41:49 +13:00
INSTALL.debian
INSTALL.fedora7
INSTALL.opensuse
INSTALL.ubuntu
INSTALL.ubuntu.12.04
INSTALL.ubuntu.lucid
koha_perl_deps.pl
kohaversion.pl
LICENSE
mainpage.pl
Makefile.PL
MANIFEST.SKIP Bug 9546 : Updating make manifest tardist 2013-02-06 23:54:46 -05:00
README Bug 9440 - update Koha's LICENSE file from GPL2 to GPL3 2013-02-12 08:52:10 -05:00
README.robots Bug 6411 add another example to README.robots 2011-07-05 14:48:05 +12:00
rewrite-config.PL

Koha is a free software integrated library system.

Koha is distributed under the GNU GPL version 3 or later.
Please read the file LICENSE for more details.

To install or upgrade Koha, please see the INSTALL file appropriate
to your platform.

Report bugs at http://bugs.koha-community.org/

Visit the Koha Project website at http://www.koha-community.org/