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