web/formfields.py
2009-12-08 Sylvain Thénault drop common subpackage
2009-12-08 Sylvain Thénault yams api update
2009-11-20 Sylvain Thénault backport stable branch (one more time painfully)
2009-11-18 Adrien Di Mascio [formfields] allow fields ordering with autoform_field_kwargs stable
2009-11-18 Adrien Di Mascio [web] remove widget.render backward compatibility stable
2009-11-02 Julien Jehannet [B] web: weird display with internationalizable (Closes: #503071) stable
2009-10-19 Sylvain Thénault backport stable
2009-10-15 Sylvain Thénault follow yams 0.25 api changes to improve performance stable
2009-10-07 Sylvain Thénault backport stable branch
2009-10-06 Sylvain Thénault remove useless code stable
2009-10-06 Sylvain Thénault [forms] fix generated label for fields stable
2009-10-06 Alexandre Fayolle fix label in generated form for relations stable
2009-09-30 Sylvain Thénault backport stable branch
2009-09-30 Sylvain Thénault nicer deprecation messages stable
2009-09-29 Sylvain Thénault backport stable branch
2009-09-29 Sylvain Thénault rename form_build_context to build_context, and call it from form, not renderer stable
2009-09-28 Sylvain Thénault backport stable
2009-09-28 Sylvain Thénault support name metadata on guess_field; add name_field to FileField stable
2009-09-23 Adrien Di Mascio [api] work in progress, use __regid__, cw_*, etc.
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
2009-04-08 sylvain thenault new form_init callback tls-sprint
2009-04-08 sylvain thenault bool handling tls-sprint
2009-04-08 sylvain thenault cleanup, remove some unnecessary (sometime buggy) stuff tls-sprint
2009-04-07 sylvain thenault get field's help in guess_field tls-sprint
2009-04-07 sylvain thenault handle sort/internationalizable on Field base class + fix guess_field to deal with internationalizable and default values tls-sprint
2009-03-27 sylvain thenault cleanup, various fix to get something working tls-sprint
2009-03-26 sylvain thenault more form works tls-sprint
2009-03-12 sylvain thenault give field id in __repr__ tls-sprint
2009-03-12 sylvain thenault more guess_field tests and fixes tls-sprint
2009-03-12 sylvain thenault unification of meta-attributes handling: tls-sprint
2009-03-12 sylvain thenault test and fix guess_field, some pylint fixes tls-sprint
2009-03-11 sylvain thenault move fields and widgets to their own module tls-sprint
less more (0) tip