Indefero

Indefero Commit Details


Date:2010-04-14 06:43:58 (14 years 8 months ago)
Author:Loic d'Anterroches
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:8280add935fae571e51c93a23453e92dd3cb6c53
Parents: bbc29c889fc1ad5a1aa8d195a097f24b29b38164
Message:Moved the event logging just before the action.

Changes:

File differences

src/IDF/Plugin/SyncGit.php
4242
4343
4444
45
4645
4746
4847
4948
5049
5150
51
52
5253
5354
5455
*/
static public function entry($signal, &$params)
{
Pluf_Log::event('IDF_Plugin_SyncGit called.');
// First check for the single mandatory config variable.
if (!Pluf::f('idf_plugin_syncgit_sync_file', false)) {
Pluf_Log::debug('IDF_Plugin_SyncGit plugin not configured.');
return;
}
if ($signal != 'gitpostupdate.php::run') {
Pluf_Log::event('IDF_Plugin_SyncGit', 'create',
Pluf::f('idf_plugin_syncgit_sync_file'));
@touch(Pluf::f('idf_plugin_syncgit_sync_file'));
@chmod(Pluf::f('idf_plugin_syncgit_sync_file'), 0777);
} else {

Archive Download the corresponding diff file

Page rendered in 0.07605s using 13 queries.