summaryrefslogtreecommitdiff
path: root/issues/i_41b351fc.cil
blob: 9e96c087d8f508c92e11ea5af8d88f9b52837547 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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