summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-05-06 14:33:03 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-05-06 14:33:03 -0400
commit880d098dab86e09eece360d970dc921e5f734903 (patch)
tree97ec3bf4198cc778c327afd7d2e3ae11c40d837e
parent64f9dfee327bf9e2b6bfc9649bded03f34c424bb (diff)
template change documentation
-rw-r--r--debian/NEWS9
-rw-r--r--doc/bugs/No___34__sid__34___in_forms_resulting_in_Error:_Your_login_session_has_expired..mdwn3
-rw-r--r--doc/usage.mdwn5
3 files changed, 17 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS
index 983d1ae9d..9dd93c85e 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -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
diff --git a/doc/bugs/No___34__sid__34___in_forms_resulting_in_Error:_Your_login_session_has_expired..mdwn b/doc/bugs/No___34__sid__34___in_forms_resulting_in_Error:_Your_login_session_has_expired..mdwn
index bf0ce2de2..d044ba572 100644
--- a/doc/bugs/No___34__sid__34___in_forms_resulting_in_Error:_Your_login_session_has_expired..mdwn
+++ b/doc/bugs/No___34__sid__34___in_forms_resulting_in_Error:_Your_login_session_has_expired..mdwn
@@ -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]]
diff --git a/doc/usage.mdwn b/doc/usage.mdwn
index 82e443bea..745f97cce 100644
--- a/doc/usage.mdwn
+++ b/doc/usage.mdwn
@@ -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.