]> sipb.mit.edu Git - ikiwiki.git/commitdiff
add list of compatability breaking changes
authorJoey Hess <joey@gnu.kitenet.net>
Fri, 16 Apr 2010 23:42:18 +0000 (19:42 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Fri, 16 Apr 2010 23:42:18 +0000 (19:42 -0400)
doc/roadmap.mdwn
doc/roadmap/discussion.mdwn

index a701a26855f7cc548fb83d62da5a08d0ad2a9c8d..0c7bf2fa8af454aed9da37865b232bb9e193e7c3 100644 (file)
@@ -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.
index 0b69867bfb53285b0d6619361cd5864bde2befe8..8233b199046ce3e806f918f240a970d8074c2f89 100644 (file)
@@ -3,6 +3,7 @@ backwards compatibility problems. Should this be marked as a future plan, perhap
 major version number like 2.0? --Ethan
 
 Yes, I'm looking at making this kind of change at 2.0, added to the list.
+(Update: Didn't make it in 2.0 or 3.0...)
 However, I have doubts that it makes good sense to go relative by default.
 While it's not consitent with links, it seems to work better overall to
 have pagespecs be absolute by default, IMHO. --[[Joey]]