2009-09-22 |
Adrien Di Mascio |
backport old changesets corresponding to new form / controller implementation
|
file |
diff |
annotate
|
2009-08-05 |
Adrien Di Mascio |
[forms] work-in-progress, big editcontroller refactoring: let fields/widgets process posted data
|
file |
diff |
annotate
|
2009-08-05 |
Adrien Di Mascio |
[forms] work-in-progress: let guess_field and RichTextField.get_format_field handle eidparam of meta fields
|
file |
diff |
annotate
|
2009-08-05 |
Adrien Di Mascio |
[forms] work-in-progress: get rid of edits- / edito-
|
file |
diff |
annotate
|
2009-09-21 |
Sylvain Thénault |
fix vocab param to avoid deprecation warning
stable
|
file |
diff |
annotate
|
2009-09-21 |
Sylvain Thénault |
remove debug raise
stable
|
file |
diff |
annotate
|
2009-09-21 |
Sylvain Thénault |
fix sort of fields vocabulary: should consider option groups
stable
|
file |
diff |
annotate
|
2009-09-18 |
Sylvain Thénault |
fix generated label for object relation
3.5
|
file |
diff |
annotate
|
2009-09-17 |
Aurelien Campeas |
make it easier to subclass
3.5
|
file |
diff |
annotate
|
2009-09-16 |
Adrien Di Mascio |
[gettext] provide GNU contexts to avoid translations ambiguities
3.5
|
file |
diff |
annotate
|
2009-09-16 |
Sylvain Thénault |
stop setting sort to false by default on relation field and explain why
3.5
|
file |
diff |
annotate
|
2009-08-07 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2009-08-07 |
Sylvain Thénault |
format field should inherit from parent field's eidparam
stable
|
file |
diff |
annotate
|
2009-08-07 |
Sylvain Thénault |
don't set display: block on hidden input
stable
|
file |
diff |
annotate
|
2009-08-04 |
Sylvain Thénault |
[R] use req.entity_from_eid
|
file |
diff |
annotate
|
2009-08-04 |
Sylvain Thénault |
use yams api
|
file |
diff |
annotate
|
2009-07-30 |
Sylvain Thénault |
d-t-w
|
file |
diff |
annotate
|
2009-07-29 |
Sylvain Thénault |
[R forms] use a subfields(form) method to get a chance to adapt to context
|
file |
diff |
annotate
|
2009-07-27 |
Sylvain Thénault |
some new field/widgets classes: CompoundField, IntervalWidget, HorizontalLayoutWidget
|
file |
diff |
annotate
|
2009-07-27 |
Sylvain Thénault |
widget.render now takes the renderer as third argument (keeping minimal bw compat)
|
file |
diff |
annotate
|
2009-07-27 |
Sylvain Thénault |
new fieldset attribute on field, use to group fields by the default form renderer
|
file |
diff |
annotate
|
2009-07-23 |
Sylvain Thénault |
move RichString and co to yams, keeping only a small monkeypatch for cw-page-template here
|
file |
diff |
annotate
|
2009-07-09 |
Aurelien Campeas |
oops
stable
|
file |
diff |
annotate
|
2009-07-09 |
Aurelien Campeas |
[formwidgets,formfields] hum, this way
stable
|
file |
diff |
annotate
|
2009-07-09 |
Aurelien Campeas |
[formfields,formwidgets] move default size and maxlength from field to widget init (that is quite still unsatisfactorily)
stable
|
file |
diff |
annotate
|
2009-07-09 |
Aurelien Campeas |
[formwidgets] ensure textarea for richstring has not ridicuously small size (close #344547)
stable
|
file |
diff |
annotate
|
2009-07-09 |
Aurelien Campeas |
oops
stable
|
file |
diff |
annotate
|
2009-07-09 |
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
|
2009-07-08 |
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
|
2009-07-07 |
Sylvain Thénault |
use xml_escape
stable
|
file |
diff |
annotate
|
2009-07-02 |
Sylvain Thénault |
missing import
stable
|
file |
diff |
annotate
|
2009-06-29 |
Sylvain Thénault |
vocabulary method (eg field.choices) should now take the form instance as argument
stable
|
file |
diff |
annotate
|
2009-06-23 |
Sylvain Thénault |
edit[s|o] field's value should be formatted as the associated field
stable
|
file |
diff |
annotate
|
2009-06-10 |
Sylvain Thénault |
avoid overriding specified values when guessing field
stable
|
file |
diff |
annotate
|
2009-06-10 |
Sylvain Thénault |
don't set select widget when a vocabulary widget is already specified on the field class
stable
|
file |
diff |
annotate
|
2009-06-10 |
Sylvain Thénault |
fix TimeField format_prop, use format_single_value directly in render_example
stable
|
file |
diff |
annotate
|
2009-05-28 |
Sylvain Thénault |
set default select size to 1 into the widget
|
file |
diff |
annotate
|
2009-05-28 |
Sylvain Thénault |
if choices is set and widget not explicitly specified, use Select in base field
|
file |
diff |
annotate
|
2009-05-28 |
Sylvain Thénault |
move widget selection's logic on fields
|
file |
diff |
annotate
|
2009-05-28 |
Adrien Di Mascio |
big bunch of copyright / docstring update
|
file |
diff |
annotate
|
2009-05-19 |
Sylvain Thénault |
connect format field to form_field_format for its initial value
stable
|
file |
diff |
annotate
|
2009-05-18 |
Florent |
fix StringField widget selection with SizeConstraint and StaticVocabularyConstraint constraints
stable
|
file |
diff |
annotate
|
2009-05-14 |
Aurelien Campeas |
let the StringField have a default TextArea widget, only TextInput on small size constraint & no static vocabulary
tls-sprint
|
file |
diff |
annotate
|
2009-05-13 |
Aurelien Campeas |
fix vertical alignment pb. with descr. format list and textarea inputs
tls-sprint
|
file |
diff |
annotate
|
2009-05-12 |
sylvain thenault |
some widget adjustments
tls-sprint
|
file |
diff |
annotate
|
2009-05-12 |
sylvain thenault |
should not override potential explicit widget
tls-sprint
|
file |
diff |
annotate
|
2009-05-06 |
sylvain thenault |
use yams.schema method for initial value
tls-sprint
|
file |
diff |
annotate
|
2009-05-06 |
Sandrine Ribeau |
Use widget TextInput instead of DateTimePicker.
tls-sprint
|
file |
diff |
annotate
|
2009-04-30 |
sylvain thenault |
should set field's choices
tls-sprint
|
file |
diff |
annotate
|
2009-04-30 |
sylvain thenault |
drop text field usage
tls-sprint
|
file |
diff |
annotate
|
2009-04-30 |
sylvain thenault |
drop TextField, this is simply a StringField with a text area widget
tls-sprint
|
file |
diff |
annotate
|
2009-04-30 |
sylvain thenault |
merge
tls-sprint
|
file |
diff |
annotate
|
2009-04-29 |
Aurelien Campeas |
[forms/widgets] fix relation field not sorting its vocabulary, revert hack on Select widget
tls-sprint
|
file |
diff |
annotate
|
2009-04-29 |
sylvain thenault |
fix StringField/TextField handling (XXX remove one of them?, ensure textarea has rows/cols attributes)
tls-sprint
|
file |
diff |
annotate
|
2009-04-28 |
sylvain thenault |
set size=1 on select widget when a single choice is allowed
tls-sprint
|
file |
diff |
annotate
|
2009-04-23 |
sylvain thenault |
guess_field now takes an entity schema as first argument, not an entity class
tls-sprint
|
file |
diff |
annotate
|
2009-04-22 |
sylvain thenault |
delete-trailing-whitespaces
tls-sprint
|
file |
diff |
annotate
|
2009-04-21 |
sylvain thenault |
remove spaces
tls-sprint
|
file |
diff |
annotate
|
2009-04-17 |
sylvain thenault |
cleanup, more docstring
tls-sprint
|
file |
diff |
annotate
|
2009-04-17 |
sylvain thenault |
refactor the way field value/display value are handled to avoid getting a 'display' value when expected a 'typed' value
tls-sprint
|
file |
diff |
annotate
|