diff options
author | bbaetz%student.usyd.edu.au <> | 2008-04-04 11:47:37 +0000 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2008-04-04 11:47:37 +0000 |
commit | b08f943bb7d343af3d746902c2b14fcd4479c949 (patch) | |
tree | f17543d2971d2975c190380e0ab1f5fd7f8a17c0 /docs | |
parent | 567c260f6184da0cac047868ba850f7161cde7a7 (diff) | |
download | bugs-b08f943bb7d343af3d746902c2b14fcd4479c949.tar bugs-b08f943bb7d343af3d746902c2b14fcd4479c949.tar.gz bugs-b08f943bb7d343af3d746902c2b14fcd4479c949.tar.bz2 bugs-b08f943bb7d343af3d746902c2b14fcd4479c949.tar.xz bugs-b08f943bb7d343af3d746902c2b14fcd4479c949.zip |
Bug 97832 - turn on template compilation. This means that the minimum TT
version is now 2.07.
r=myk, gerv
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/rel_notes.txt | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/docs/en/rel_notes.txt b/docs/en/rel_notes.txt index 705cd8f97..3a2ffd589 100644 --- a/docs/en/rel_notes.txt +++ b/docs/en/rel_notes.txt @@ -41,7 +41,7 @@ Perl v5.005 DBI v1.13 DBD::MySQL v1.2209 AppConfig v1.52 -Template Toolkit v2.06 +Template Toolkit v2.07 Text::Wrap v20001.0131 Data::Dumper, Date::Parse, CGI::Carp (any) GD v1.19 (optional) @@ -87,6 +87,30 @@ XML::Parser (any) the MySQL optimiser. (bug 96101) +- This release of Bugzilla uses the Template Toolkit. For speed, + compiled templates are cached on disk. If you modify the templates + in order to customise the look and feel of your Bugzilla instalation, + the toolkit will normally detect the changes, and recompile the + changed templates. + + However, if you do not set a webservergroup in the localconfig file, + (a generally unwise thing on a production installation of Bugzilla) + the template directory would have to be world-writable for automatic + recompilation to happen. + + Doing that would be a security risk. So, if you modify templates locally + and do not have a webservergroup set, you will have to rerun checksetup.pl + to recompile the templates manually. If you do not do this, the changes + you make will not appear, and an error message will be reported. + + Adding new directories anywhere inside the template directory may cause + permission errors. If you see these, rerun checksetup.pl as root. If you + do not have root access, or cannot get someone who does to do this for you, + you can rename the data/template directory to data/template.old (or any + other name bugzilla doesn't use). Then rerun checksetup.pl to regenerate + the compiled templates. + (bug 97832) + ************************************************************ *** USERS UPGRADING FROM 2.14.1 OR EARLIER - 2.16 ISSUES *** ************************************************************ |