diff options
author | Joey Hess <joey@kitenet.net> | 2010-04-17 12:45:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-04-17 12:45:20 -0400 |
commit | 7fcc0faf8367c5ae64a3ff06d0d74baa063c4dfc (patch) | |
tree | 80c8667bbe64298273379eaf4bb0cf3035f25263 | |
parent | 7834989d863bb695c8fca90c89c53b7fc10600cd (diff) | |
download | ikiwiki-7fcc0faf8367c5ae64a3ff06d0d74baa063c4dfc.tar ikiwiki-7fcc0faf8367c5ae64a3ff06d0d74baa063c4dfc.tar.gz |
few more suggestions
-rw-r--r-- | doc/todo/auto-create_tag_pages_according_to_a_template.mdwn | 9 |
1 files changed, 9 insertions, 0 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 49da3c80c..def55f3ee 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 @@ -269,6 +269,15 @@ wrong direction. >> True. I'll do that. --[[David_Riebenbauer]] +> Seems that `%autofiles` stores plugin names as keys, but never +> really uses them. So it could just as easily be an array. +> +> I'd be happy if the `%del_hash` global were not needed. +> Looks like it could be avoided by moving the checks +> that `add_autofile` does into the autofile handling loop in +> `Render`. (Also, that loop should probably be in its own +> function anyway.) --[[Joey]] + [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) [f58f3e1bec41ccf9316f37b014ce0b373c8e49e1]: http://git.liegesta.at/?p=ikiwiki.git;a=commitdiff;h=f58f3e1bec41ccf9316f37b014ce0b373c8e49e1 (commitdiff for f58f3e1bec41ccf9316f37b014ce0b373c8e49e1) |