]> git.mjollnir.org Git - cil.git/commitdiff
Add new issue for creating a 'hook' system.
authorAndrew Chilton <andychilton@gmail.com>
Sun, 13 Jul 2008 05:15:58 +0000 (17:15 +1200)
committerAndrew Chilton <andychilton@gmail.com>
Sun, 13 Jul 2008 05:15:58 +0000 (17:15 +1200)
issues/i_41b351fc.cil [new file with mode: 0644]

diff --git a/issues/i_41b351fc.cil b/issues/i_41b351fc.cil
new file mode 100644 (file)
index 0000000..0ffab6a
--- /dev/null
@@ -0,0 +1,21 @@
+Summary: Add some sort of hook system
+Status: New
+CreatedBy: Andrew Chilton <andychilton@gmail.com>
+AssignedTo: 
+Inserted: 2008-07-13T05:08:27
+Updated: 2008-07-13T05:15:47
+
+For example, when you add an issue, you might want to do the followin things:
+
+* reindex all the issues (for faster search - #98203ce8)
+* generate an issues/index.html file (for poor man's cilweb - #0e004cde)
+* make sure Git is tracking things
+
+This could be used for all kinds of events, such as:
+
+* new issue
+* change of status
+* status -> closed
+* new comment
+* new attachments
+* etc