master
Joey Hess 2015-09-17 12:38:24 -04:00
parent 42550e99fb
commit ec794ae9ff
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
When ikiwiki is being used for issue tracking, it would be convenient to
have a way to close a bug from a comment, rather than editing the bug
report page in a wiki-manner.
So, some way to set a tag from a comment, such that it applies to the
parent page.
Turning on allowdirectives may make that work (I have not tried), but
it's probably too heavyweight/intrusive/possible a security issue.
Maybe extend the comment directive with a field to set/unset tags?
--[[Joey]]