- initial work on a mtn-post-push script which updates IDF's timeline

when new revisions arrive. this still needs some more tests, but
  its a start.
- refactor out the monotonerc template from SyncMonotone.php and
  place it in a separate template file (access control hooks are
  still missing from there)
This commit is contained in:
Thomas Keller
2010-08-30 11:20:47 +00:00
parent adae73080c
commit 82aaf43d5d
5 changed files with 209 additions and 25 deletions

View File

@@ -88,6 +88,9 @@ Pluf_Signal::connect('gitpostupdate.php::run',
# monotone synchronization
Pluf_Signal::connect('IDF_Project::created',
array('IDF_Plugin_SyncMonotone', 'entry'));
Pluf_Signal::connect('phppostpush.php::run',
array('IDF_Plugin_SyncMonotone', 'entry'));
#
# -- Processing of the webhook queue --
Pluf_Signal::connect('queuecron.php::run',