diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-05 18:43:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-05 18:46:35 -0400 |
commit | 83b907c35e3a03d097c004b0d66cc37f45a4410d (patch) | |
tree | 4a844b8731cc090059b4a106764051013a8ffa41 /debian/changelog | |
parent | 5971a731e98b9b6543d78572c181ffc1bb7e1dd1 (diff) | |
download | ikiwiki-83b907c35e3a03d097c004b0d66cc37f45a4410d.tar ikiwiki-83b907c35e3a03d097c004b0d66cc37f45a4410d.tar.gz |
remove misc.tmpl checking
Turns out that users with a modified page.tmpl need to modify it on
upgrade, at least to add the FORCEBASEURL (so edit preview works),
so there is no point in trying to retain compatability.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 0c3a99f0e..6b4ba7592 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,8 @@ ikiwiki (3.20100505) UNRELEASED; urgency=low * Removed misc.tmpl. Now to theme ikiwiki, you only need to customise a single template, page.tmpl. - * misc.tmpl will, however, still be read if a locally modified version - exists. This is to avoid forcing users to update page.tmpl right now. + * If you have a locally customised page.tmpl, it needs to be updated + to set <base> when BASEURL or FORCEBAREURL is set. -- Joey Hess <joeyh@debian.org> Wed, 05 May 2010 18:07:29 -0400 |