2010-02-23 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
2010-02-23 |
Sylvain Thénault |
[form] add a new ignore_req_params attribute on field controlling value's retreival
stable
|
file |
diff |
annotate
|
2010-02-18 |
Sylvain Thénault |
minor cleanup: don't use builtin 'id' as variable name
stable
|
file |
diff |
annotate
|
2010-02-16 |
Sylvain Thénault |
use class, not klass, in widget.attrs
|
file |
diff |
annotate
|
2010-02-16 |
Sylvain Thénault |
add space between a checkbox and its label
|
file |
diff |
annotate
|
2010-02-15 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
2010-02-10 |
Sylvain Thénault |
fix bug when value is None
|
file |
diff |
annotate
|
2010-02-08 |
Sylvain Thénault |
typo
|
file |
diff |
annotate
|
2010-02-05 |
Sylvain Thénault |
hidden usage of datetime function which has been moved to lgc
|
file |
diff |
annotate
|
2010-01-27 |
Sylvain Thénault |
by default this is not the widget responsability to turn empty string into None,
|
file |
diff |
annotate
|
2010-01-26 |
Sylvain Thénault |
3.6 api update, cleanup
|
file |
diff |
annotate
|
2010-01-26 |
Sylvain Thénault |
surrounding div necessary for proper error localization
|
file |
diff |
annotate
|
2010-01-26 |
Sylvain Thénault |
cleanup base class
|
file |
diff |
annotate
|
2010-01-26 |
Sylvain Thénault |
new jquery based widgets for Time/Date/DateTime, backported from crm
|
file |
diff |
annotate
|
2010-01-26 |
Sylvain Thénault |
introduce a default render implementation on the base widget, which
|
file |
diff |
annotate
|
2010-01-26 |
Sylvain Thénault |
[forms] new optional suffix attribute on widget objects, used to generage input name / dom id.
|
file |
diff |
annotate
|
2010-01-21 |
Sylvain Thénault |
new field's responsibility POC: EditableURLWidget allow to edit Bookmark.path in two separated fields, displaying unquoted values which are requoted on form post processing
|
file |
diff |
annotate
|
2010-01-21 |
Sylvain Thénault |
refactor field's value retreiving from the widget (eg 'display value' concept):
|
file |
diff |
annotate
|
2010-01-18 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2010-01-18 |
Aurelien Campeas |
fix NameError
stable
|
file |
diff |
annotate
|
2010-01-07 |
Adrien Di Mascio |
update copyright: welcome 2010
stable
|
file |
diff |
annotate
|
2009-12-21 |
Sylvain Thénault |
strip string by default
|
file |
diff |
annotate
|
2009-12-21 |
Sylvain Thénault |
substitute _render_attrs by values_and_attributes method, keeping bw compat
|
file |
diff |
annotate
|
2009-12-21 |
Sylvain Thénault |
cleanup
|
file |
diff |
annotate
|
2009-12-21 |
Sylvain Thénault |
refactor form field value handling, to get a nicer api and an easier algorithm to get field's value
|
file |
diff |
annotate
|
2009-12-21 |
Sylvain Thénault |
drop form_field_name/form_field_id methods from form object, in favor of field.input_name(form) / field.dom_id(form)
|
file |
diff |
annotate
|
2009-12-08 |
Sylvain Thénault |
drop common subpackage
|
file |
diff |
annotate
|
2009-12-03 |
Sylvain Thénault |
backport stable into default
|
file |
diff |
annotate
|
2009-12-03 |
Aurelien Campeas |
quick & dirty fix for auto completion widget
stable
|
file |
diff |
annotate
|
2009-11-20 |
Sylvain Thénault |
backport stable branch (one more time painfully)
|
file |
diff |
annotate
|
2009-11-07 |
Nicolas Chauvat |
[web ui] decorate form buttons with icons (at last)
stable
|
file |
diff |
annotate
|
2009-10-19 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2009-10-15 |
Sylvain Thénault |
follow yams 0.25 api changes to improve performance
stable
|
file |
diff |
annotate
|
2009-09-23 |
Adrien Di Mascio |
[api] work in progress, use __regid__, cw_*, etc.
|
file |
diff |
annotate
|
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-09-03 |
Katia Saurfelt |
fix AddComboBoxWidget
stable
|
file |
diff |
annotate
|
2009-08-25 |
Nicolas Chauvat |
B #345282 xhtml requires to use   instead of
stable
|
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 |
nicer checkbox widget implementation, avoid extra <br/> at the end
|
file |
diff |
annotate
|
2009-07-27 |
Sylvain Thénault |
allow vocabulary functions to return either label/value or label/value/dict (to use as attributes of the tag for this input)
|
file |
diff |
annotate
|
2009-07-09 |
Aurelien Campeas |
[formwidgets] let the textarea height be dependant on the actual content (up to a limit)
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-01 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
2009-06-22 |
Aurelien Campeas |
[views] call autogrow only once per key event
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-05-28 |
Sylvain Thénault |
set default select size to 1 into the widget
|
file |
diff |
annotate
|
2009-05-28 |
Adrien Di Mascio |
big bunch of copyright / docstring update
|
file |
diff |
annotate
|
2009-05-27 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2009-05-27 |
Sylvain Thénault |
stop using autocomplete_initfuncs dict on entity classes
|
file |
diff |
annotate
|
2009-05-27 |
Sylvain Thénault |
not necessary here, else we see it in the generated input
stable
|
file |
diff |
annotate
|
2009-05-25 |
Florent |
add single input password widget
|
file |
diff |
annotate
|
2009-05-20 |
Sylvain Thénault |
no rschema attribute on widgets
stable
|
file |
diff |
annotate
|
2009-05-19 |
Florent |
oops
stable
|
file |
diff |
annotate
|
2009-05-19 |
Florent |
allow easy arbitrary separator between checkbox/ radio widgets
stable
|
file |
diff |
annotate
|
2009-05-14 |
Florent |
fix CheckBox multiple dom id and refactor with Radio
tls-sprint
|
file |
diff |
annotate
|
2009-05-13 |
Florent |
fix <optgroup> tag cannot be empty according to DTD
tls-sprint
|
file |
diff |
annotate
|