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 /doc | |
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 'doc')
-rw-r--r-- | doc/roadmap.mdwn | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/roadmap.mdwn b/doc/roadmap.mdwn index 729d22fb8..e257c21a2 100644 --- a/doc/roadmap.mdwn +++ b/doc/roadmap.mdwn @@ -81,9 +81,6 @@ Probably incomplete list: * Enable tagbase by default (so that tag autocreation will work by default). Note that this is already done for wikis created by `auto-blog.setup`. * [[tips/html5]] on by default (some day..) -* stop reading misc.tmpl if it exists (only done in case users have a customized - version, or an outdated version of page.tmpl that cannot be used by - misctemplate) In general, we try to use [[ikiwiki-transition]] or forced rebuilds on upgrade to deal with changes that break compatability. Some things that |