summaryrefslogtreecommitdiff
path: root/doc/todo/autoindex_should_use_add__95__autofile.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo/autoindex_should_use_add__95__autofile.mdwn')
-rw-r--r--doc/todo/autoindex_should_use_add__95__autofile.mdwn10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/todo/autoindex_should_use_add__95__autofile.mdwn b/doc/todo/autoindex_should_use_add__95__autofile.mdwn
index 9f3fd71f1..f3fb24c16 100644
--- a/doc/todo/autoindex_should_use_add__95__autofile.mdwn
+++ b/doc/todo/autoindex_should_use_add__95__autofile.mdwn
@@ -1,9 +1,11 @@
`add_autofile` is a generic version of [[plugins/autoindex]]'s code,
so the latter should probably use the former. --[[smcv]]
+> [[merged|done]] --[[Joey]]
+
----
-[[!template id=gitbranch branch=smcv/autoindex-autofile author="[[smcv]]"]]
+[[!template id=gitbranch branch=smcv/ready/autoindex-autofile author="[[smcv]]"]]
I'm having trouble fixing this:
@@ -69,6 +71,8 @@ manually-created version, but that doesn't necessarily mean we don't want
> when a page is deleted, nothing will ever re-create it behind ones back.
> --[[Joey]]
+>> Fair enough, I'll make autoindex do that. --s
+
## autoindex
The autoindex machinery records a more complex set. Items are added to the
@@ -110,3 +114,7 @@ and
> I doubt there is any good reason for this behavior. These are probably
> bugs. --[[Joey]]
+
+>> OK, I believe my updated branch gives `autoindex` the same behaviour
+>> as auto-creation of tags. The `auto-del-create-del` and
+>> `create-del-auto` use cases work the same as for tags on my demo wiki. --s