Added the latest elements of the git repositories control.

Now, need to write the documentation.
This commit is contained in:
Loic d'Anterroches
2009-01-20 10:33:56 +01:00
parent e21b4d87b9
commit 61f53c518f
3 changed files with 58 additions and 1 deletions

View File

@@ -60,4 +60,10 @@ Pluf_Signal::connect('IDF_Project::created',
array('IDF_Plugin_SyncMercurial', 'entry'));
Pluf_Signal::connect('Pluf_User::passwordUpdated',
array('IDF_Plugin_SyncMercurial', 'entry'));
#
# Git synchronization
Pluf_Signal::connect('IDF_Key::postSave',
array('IDF_Plugin_SyncGit', 'entry'));
return $m;