Mon, 27 Jul 2009 18:43:28 +0200 |
Sylvain Thénault |
some new field/widgets classes: CompoundField, IntervalWidget, HorizontalLayoutWidget
|
file |
diff |
annotate
|
Mon, 27 Jul 2009 18:42:49 +0200 |
Sylvain Thénault |
widget.render now takes the renderer as third argument (keeping minimal bw compat)
|
file |
diff |
annotate
|
Mon, 27 Jul 2009 18:41:29 +0200 |
Sylvain Thénault |
new fieldset attribute on field, use to group fields by the default form renderer
|
file |
diff |
annotate
|
Thu, 23 Jul 2009 15:57:15 +0200 |
Sylvain Thénault |
move RichString and co to yams, keeping only a small monkeypatch for cw-page-template here
|
file |
diff |
annotate
|
Thu, 09 Jul 2009 19:35:32 +0200 |
Aurelien Campeas |
oops
stable
|
file |
diff |
annotate
|
Thu, 09 Jul 2009 16:44:34 +0200 |
Aurelien Campeas |
[formwidgets,formfields] hum, this way
stable
|
file |
diff |
annotate
|
Thu, 09 Jul 2009 15:15:18 +0200 |
Aurelien Campeas |
[formfields,formwidgets] move default size and maxlength from field to widget init (that is quite still unsatisfactorily)
stable
|
file |
diff |
annotate
|
Thu, 09 Jul 2009 13:04:28 +0200 |
Aurelien Campeas |
[formwidgets] ensure textarea for richstring has not ridicuously small size (close #344547)
stable
|
file |
diff |
annotate
|
Thu, 09 Jul 2009 12:38:33 +0200 |
Aurelien Campeas |
oops
stable
|
file |
diff |
annotate
|
Thu, 09 Jul 2009 12:06:14 +0200 |
Aurelien Campeas |
[formfields] set a reasonable minimal minimum length to input/text, also set the max length if applicable (closes #344538)
stable
|
file |
diff |
annotate
|
Wed, 08 Jul 2009 19:47:36 +0200 |
Aurelien Campeas |
[reledit] try to be smart at getting a good default vid for relations, factor computing cardinality from reledit and formfields
stable
|
file |
diff |
annotate
|
Tue, 07 Jul 2009 13:26:44 +0200 |
Sylvain Thénault |
use xml_escape
stable
|
file |
diff |
annotate
|
Thu, 02 Jul 2009 12:59:16 +0200 |
Sylvain Thénault |
missing import
stable
|
file |
diff |
annotate
|
Mon, 29 Jun 2009 17:14:05 +0200 |
Sylvain Thénault |
vocabulary method (eg field.choices) should now take the form instance as argument
stable
|
file |
diff |
annotate
|
Tue, 23 Jun 2009 13:43:39 +0200 |
Sylvain Thénault |
edit[s|o] field's value should be formatted as the associated field
stable
|
file |
diff |
annotate
|
Wed, 10 Jun 2009 18:45:06 +0200 |
Sylvain Thénault |
avoid overriding specified values when guessing field
stable
|
file |
diff |
annotate
|
Wed, 10 Jun 2009 14:51:48 +0200 |
Sylvain Thénault |
don't set select widget when a vocabulary widget is already specified on the field class
stable
|
file |
diff |
annotate
|
Wed, 10 Jun 2009 12:08:57 +0200 |
Sylvain Thénault |
fix TimeField format_prop, use format_single_value directly in render_example
stable
|
file |
diff |
annotate
|
Thu, 28 May 2009 18:46:04 +0200 |
Sylvain Thénault |
set default select size to 1 into the widget
|
file |
diff |
annotate
|
Thu, 28 May 2009 18:45:51 +0200 |
Sylvain Thénault |
if choices is set and widget not explicitly specified, use Select in base field
|
file |
diff |
annotate
|
Thu, 28 May 2009 18:32:12 +0200 |
Sylvain Thénault |
move widget selection's logic on fields
|
file |
diff |
annotate
|
Thu, 28 May 2009 09:20:07 +0200 |
Adrien Di Mascio |
big bunch of copyright / docstring update
|
file |
diff |
annotate
|
Tue, 19 May 2009 10:05:56 +0200 |
Sylvain Thénault |
connect format field to form_field_format for its initial value
stable
|
file |
diff |
annotate
|
Mon, 18 May 2009 11:50:43 +0200 |
Florent |
fix StringField widget selection with SizeConstraint and StaticVocabularyConstraint constraints
stable
|
file |
diff |
annotate
|
Thu, 14 May 2009 12:31:23 +0200 |
Aurelien Campeas |
let the StringField have a default TextArea widget, only TextInput on small size constraint & no static vocabulary
tls-sprint
|
file |
diff |
annotate
|
Wed, 13 May 2009 15:55:08 +0200 |
Aurelien Campeas |
fix vertical alignment pb. with descr. format list and textarea inputs
tls-sprint
|
file |
diff |
annotate
|
Tue, 12 May 2009 20:18:19 +0200 |
sylvain thenault |
some widget adjustments
tls-sprint
|
file |
diff |
annotate
|
Tue, 12 May 2009 11:49:30 +0200 |
sylvain thenault |
should not override potential explicit widget
tls-sprint
|
file |
diff |
annotate
|
Wed, 06 May 2009 17:24:48 +0200 |
sylvain thenault |
use yams.schema method for initial value
tls-sprint
|
file |
diff |
annotate
|
Wed, 06 May 2009 03:28:55 -0700 |
Sandrine Ribeau |
Use widget TextInput instead of DateTimePicker.
tls-sprint
|
file |
diff |
annotate
|