Indefero

Indefero Commit Details


Date:2009-01-20 10:39:53 (16 years 3 months 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:388a98defd1dd1565b45eb2a603b6f7e0667acb5
Parents: 28432296bf7da18a90449c77b224aca1a87f6dc2
Message:Improved the default description to guide the administrator.

Changes:

File differences

src/IDF/Form/Admin/ProjectCreate.php
208208
209209
210210
211
211
212212
213213
214214
        $project->name = $this->cleaned_data['name'];
        $project->shortname = $this->cleaned_data['shortname'];
        $project->private = $this->cleaned_data['private_project'];
        $project->description = __('Write your project description here.');
        $project->description = __('Click on the Administer tab to set the description of your project.');
        $project->create();
        $conf = new IDF_Conf();
        $conf->setProject($project);

Archive Download the corresponding diff file

Page rendered in 0.16656s using 13 queries.