diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-17 13:07:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-17 13:07:00 -0400 |
commit | 81aa58e7ca0118fbb6e1b7f53e47f01d260cdbff (patch) | |
tree | 82d05af95741c51e037784f56e7ec5893e4efcaf /doc/roadmap.mdwn | |
parent | e11a87acfa2356eb75e03895e2ecc2eb98f2e298 (diff) | |
download | ikiwiki-81aa58e7ca0118fbb6e1b7f53e47f01d260cdbff.tar ikiwiki-81aa58e7ca0118fbb6e1b7f53e47f01d260cdbff.tar.gz |
comments: Write pending moderation comments to the transient underlay to avoid conflict with only_committed_changes.
Diffstat (limited to 'doc/roadmap.mdwn')
-rw-r--r-- | doc/roadmap.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/roadmap.mdwn b/doc/roadmap.mdwn index f2ff5802e..bc8f4d824 100644 --- a/doc/roadmap.mdwn +++ b/doc/roadmap.mdwn @@ -80,7 +80,10 @@ 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..) -* Remove support for old `.ikiwiki/comments_pending` from comment plugin. +* Remove support for old `.ikiwiki/comments_pending` and for + pending comments located in the srcdir, rather than transient underlay, + from comment plugin. That support makes comment moderation slow as + it has to check all the old locations. In general, we try to use [[ikiwiki-transition]] or forced rebuilds on upgrade to deal with changes that break compatability. Some things that |