Indefero

Indefero Commit Details


Date:2009-05-27 10:59:50 (15 years 6 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:7d84da4d7cee5d3e59b543a2eb0c908db1900015
Parents: a53c6a1778f9a2e4023c8719974e645c32676959
Message:Added the git cache in the installation.

Changes:

File differences

src/IDF/Migrations/Install.php
4646
4747
4848
49
4950
5051
5152
......
8384
8485
8586
87
8688
8789
8890
'IDF_Review_Patch',
'IDF_Review_FileComment',
'IDF_Key',
'IDF_Scm_Cache_Git',
);
$db = Pluf::db();
$schema = new Pluf_DB_Schema($db);
$perm = Pluf_Permission::getFromString('IDF.project-authorized-user');
if ($perm) $perm->delete();
$models = array(
'IDF_Scm_Cache_Git',
'IDF_Key',
'IDF_Review_FileComment',
'IDF_Review_Patch',

Archive Download the corresponding diff file

Page rendered in 0.08204s using 13 queries.