From 46f82c346e51bf0dc54c22a5a382293e70cd6a47 Mon Sep 17 00:00:00 2001 From: Andrew Chilton Date: Sun, 13 Jul 2008 17:15:58 +1200 Subject: [PATCH] Add new issue for creating a 'hook' system. --- issues/i_41b351fc.cil | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 issues/i_41b351fc.cil diff --git a/issues/i_41b351fc.cil b/issues/i_41b351fc.cil new file mode 100644 index 0000000..0ffab6a --- /dev/null +++ b/issues/i_41b351fc.cil @@ -0,0 +1,21 @@ +Summary: Add some sort of hook system +Status: New +CreatedBy: Andrew Chilton +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 -- 2.39.5