diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-06-06 20:27:43 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-06-06 20:27:43 +0000 |
commit | 1378e7ddcd955a41a8923308c567fcb8c67a53c8 (patch) | |
tree | 8ebc5647d0add5cf306f95e94e4a6d7d0b2114ec | |
parent | Add all remaining TODO items. (diff) | |
download | rbot-bugzilla-1378e7ddcd955a41a8923308c567fcb8c67a53c8.tar.gz rbot-bugzilla-1378e7ddcd955a41a8923308c567fcb8c67a53c8.tar.bz2 rbot-bugzilla-1378e7ddcd955a41a8923308c567fcb8c67a53c8.zip |
More TOOD.
-rw-r--r-- | bugzilla.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bugzilla.rb b/bugzilla.rb index 7397ddb..f78be36 100644 --- a/bugzilla.rb +++ b/bugzilla.rb @@ -1082,6 +1082,9 @@ plugin.map 'zilla announcement remove :zilla :channel', }, :auth_path => 'modify' +# TODO: add the full announcement engine after discussions with solar. Probably +# need a full input file to handle ordering. + plugin.map 'zilla source', :action => 'plugin_sources', :auth_path => 'view' |