summaryrefslogtreecommitdiff
path: root/issues/i_41b351fc.cil
diff options
context:
space:
mode:
Diffstat (limited to 'issues/i_41b351fc.cil')
-rw-r--r--issues/i_41b351fc.cil24
1 files changed, 24 insertions, 0 deletions
diff --git a/issues/i_41b351fc.cil b/issues/i_41b351fc.cil
new file mode 100644
index 0000000..9e96c08
--- /dev/null
+++ b/issues/i_41b351fc.cil
@@ -0,0 +1,24 @@
+Summary: Add some sort of hook system
+Status: Finished
+CreatedBy: Andrew Chilton <andychilton@gmail.com>
+AssignedTo: Andrew Chilton <andychilton@gmail.com>
+Label: Milestone-v0.5
+Label: Type-Enhancement
+Comment: 7b75b82c
+Inserted: 2008-07-13T05:08:27
+Updated: 2008-07-13T10:34:43
+
+For example, when you add an issue, you might want to do the following 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