Indefero

Indefero Commit Details


Date:2008-12-07 02:34:52 (16 years 15 days ago)
Author:Loic d'Anterroches
Branch:dev, 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:e8d55a526764ac130094ea1404500bcceafdd71f
Parents: 67a38fd5477e5f5401021fbef30df9bddf2ad4c9
Message:Fixed include the File_Passwd file only if the SyncSvn plugin is activated.

Changes:

File differences

src/IDF/Plugin/SyncSvn.php
2121
2222
2323
24
2524
2625
2726
......
4140
4241
4342
43
4444
4545
4646
#
# ***** END LICENSE BLOCK ***** */
require_once 'File/Passwd/Authdigest.php'; // $ pear install File_Passwd
/**
* This classes is a plugin which allows to synchronise access rights
!Pluf::f('idf_plugin_syncsvn_svn_path'. false)) {
return;
}
include_once 'File/Passwd/Authdigest.php'; // $ pear install File_Passwd
$plug = new IDF_Plugin_SyncSvn();
switch ($signal) {
case 'IDF_Project::created':

Archive Download the corresponding diff file

Page rendered in 0.08432s using 13 queries.