aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-04-21 15:53:44 -0400
committerJoey Hess <joey@kitenet.net>2010-04-21 15:53:44 -0400
commite3ea28f8c7fb9682d9e5bea32de835cee7605846 (patch)
tree4304a2aa1003ea12f7ad5d186ad6befce8d7dc38 /doc
parentc4afb13fa588643476535612e2279eae79534dcc (diff)
downloadikiwiki-e3ea28f8c7fb9682d9e5bea32de835cee7605846.tar
ikiwiki-e3ea28f8c7fb9682d9e5bea32de835cee7605846.tar.gz
update, tag deletion bug
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/auto-create_tag_pages_according_to_a_template.mdwn20
1 files changed, 14 insertions, 6 deletions
diff --git a/doc/todo/auto-create_tag_pages_according_to_a_template.mdwn b/doc/todo/auto-create_tag_pages_according_to_a_template.mdwn
index 63bcabaee..d7637ef1b 100644
--- a/doc/todo/auto-create_tag_pages_according_to_a_template.mdwn
+++ b/doc/todo/auto-create_tag_pages_according_to_a_template.mdwn
@@ -152,12 +152,12 @@ consider this a feature, not a bug)
Todo/Bugs:
* Will still create a page even if there's a page other than `$tag` under
-`tagbase` satisfying the tag link.
+`tagbase` satisfying the tag link. (details? --[[Joey]])
* Call from `IkiWiki.pm` to `Render.pm`, which adds a module dependency in the
-wrong direction.
+wrong direction. (fixed --[[Joey]] )
* Add files to RCS.
* Unit tests.
-* Proper documentation.
+* Proper documentation. (fixed (mostly) --[[Joey]])
--[[David_Riebenbauer]]
@@ -273,9 +273,17 @@ wrong direction.
I've pushed an autotag branch of my own, which refactors
things a bit. It is untested so far though. --[[Joey]]
-* `verify_src_file` only called from Render.pm (actually, function removed)
-* Gets rid of `%del_files`.
-* Uses `%wikistate`.
+---
+
+Known bugs in my branch (probably also in David's):
+
+* Does not remember that a tag was deleted.
+
+ The code to do that only works if, at the same time the tag
+ is deleted, one of the pages that has the tag is modified.
+ That's because `add_autofile` needs to be called before it's
+ aware the autofile exists, and if it's not aware, it does not
+ record it as a deleted autofile.
[f3abeac919c4736429bd3362af6edf51ede8e7fe]: http://git.liegesta.at/?p=ikiwiki.git;a=commitdiff;h=f3abeac919c4736429bd3362af6edf51ede8e7fe (commitdiff for f3abeac919c4736429bd3362af6edf51ede8e7fe)
[4af4d26582f0c2b915d7102fb4a604b176385748]: http://git.liegesta.at/?p=ikiwiki.git;a=commitdiff;h=4af4d26582f0c2b915d7102fb4a604b176385748 (commitdiff for 4af4d26582f0c2b915d7102fb4a604b176385748)