diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-04-16 19:42:18 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-04-16 19:42:18 -0400 |
commit | c6c03768da90df0d7474edce09c2abf2a7e32052 (patch) | |
tree | d58044b8dc9ce14466190c6c0dc18313adfa39e8 /doc/roadmap.mdwn | |
parent | e31b1b27f83f47da10b2775f192eb8eefcfc68a2 (diff) | |
download | ikiwiki-c6c03768da90df0d7474edce09c2abf2a7e32052.tar ikiwiki-c6c03768da90df0d7474edce09c2abf2a7e32052.tar.gz |
add list of compatability breaking changes
Diffstat (limited to 'doc/roadmap.mdwn')
-rw-r--r-- | doc/roadmap.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/roadmap.mdwn b/doc/roadmap.mdwn index a701a2685..0c7bf2fa8 100644 --- a/doc/roadmap.mdwn +++ b/doc/roadmap.mdwn @@ -69,6 +69,20 @@ backwards compatability. ---- +# compatability breaking changes + +Probably incomplete list: + +* Drop old `--getctime` option. +* Remove compatability code in `loadindex` to handle old index data layouts. +* Make pagespecs match relative by default? (see [[discussion]]) +* Flip wikilinks? (see [[todo/link_plugin_perhaps_too_general?]]) +* YADA format setup files per default? + +In general, we try to use [[ikiwiki-transition]] or forced rebuilds on +upgrade to deal with changes that break compatability. Some things that +can't help with. + # future goals * Conversion support for existing other wikis. |