template change documentation

master
Joey Hess 2008-05-06 14:33:03 -04:00
parent 64f9dfee32
commit 880d098dab
3 changed files with 17 additions and 0 deletions

9
debian/NEWS vendored
View File

@ -1,3 +1,12 @@
ikiwiki (2.46) unstable; urgency=low
There were some significant template changes in ikiwiki 2.42 (and 1.33.5).
If you have locally modified versions of the templates, they need to be
updated. Most notably, the editpage.tmpl has a new FIELD-SID added to it,
without which web editing will fail.
-- Joey Hess <joeyh@debian.org> Tue, 06 May 2008 14:30:14 -0400
ikiwiki (2.40) unstable; urgency=low
ikiwiki now has an new syntax for preprocessor directives, using the

View File

@ -34,3 +34,6 @@ View source of editing page or preview+edit page shows no "sid" input value. (I
<p><b>This template is not up-to-date with the installed version of
ikiwiki, and may not behave correctly until updated.</b></p>
</TMPL_IF>
> Well, that don't look like as good an idea today.. I've documented the
> recent template change. --[[Joey]]

View File

@ -113,6 +113,11 @@ configuration options of their own.
build time. If the templatedir is changed, missing templates will still
be searched for in the default location as a fallback.
Note that if you choose to copy and modify ikiwiki's templates, you will need
to be careful to keep them up to date when upgrading to new versions of
ikiwiki. Old versions of templates do not always work with new ikiwiki
versions.
* --underlaydir
Specify the directory that is used to underlay the source directory.