Indefero

Indefero Commit Details


Date:2010-11-16 17:47:52 (14 years 1 month ago)
Author:Thomas Keller
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:e6f255bc56808c8a4e8926124a37c211822181f6
Parents: 470a961a8025f736830bf39dea88f4d6c87a85e7
Message:Code style; wider input for monotone branch name

Changes:

File differences

src/IDF/Form/Admin/ProjectCreate.php
6666
6767
6868
69
69
7070
7171
7272
......
105105
106106
107107
108
108109
109110
110111
......
203204
204205
205206
206
207
207208
208209
209210
$this->fields['shortdesc'] = new Pluf_Form_Field_Varchar(
array('required' => true,
'label' => __('short description'),
'label' => __('Short description'),
'help_text' => __('A one line description of the project.'),
'initial' => '',
'widget_attrs' => array('size' => '35'),
array('required' => false,
'label' => __('Master branch'),
'initial' => '',
'widget_attrs' => array('size' => '35'),
'help_text' => __('This should be a world-wide unique identifier for your project. A reverse DNS notation like "com.my-domain.my-project" is a good idea.'),
));
}
$sql = new Pluf_SQL('vkey=%s AND vdesc=%s',
array("mtn_master_branch", $mtn_master_branch));
array('mtn_master_branch', $mtn_master_branch));
$l = Pluf::factory('IDF_Conf')->getList(array('filter'=>$sql->gen()));
if ($l->count() > 0) {
throw new Pluf_Form_Invalid(__(

Archive Download the corresponding diff file

Page rendered in 0.07483s using 13 queries.