web/formwidgets.py
2011-10-27 Sylvain Thénault [ui lib] facet and form widget for Integer used to store binary mask. Closes #2054771
2011-10-21 Sylvain Thénault [diet] drop pre 3.6 API compatibility (but attempt to keep data cmopatibility). Closes #2017916
2011-09-28 Sylvain Thénault [pylint] fix pylint detected errors and tweak it so that pylint -E will be much less verbose next time (+ update some copyrights on the way) stable
2011-06-06 Pierre-Yves David Fix name error introduced in c21d845836e4 stable
2011-06-01 Aurelien Campeas [formwidgets] make the select size a class attribute (more easily tuned) stable
2011-05-20 Sylvain Thénault cleanup and update some copyright stable
2011-04-15 Aurelien Campeas [widgets] handle no value label for tristate radios, put default separator on class for easier redefinition - closes #1624839
2011-03-28 Nicolas Chauvat [web formwidgets] add missing tabindex to jquery date and time widgets (closes #1568475) stable
2011-03-10 Adrien Di Mascio [web] provide a data_url() method on req and get_rid of explicit datadir_url usage (#1438736)
2011-02-01 Sylvain Thénault backport stable
2011-01-25 Katia Saurfelt [widgets, js] add a InOutWidget for multiple select stable
2011-01-24 Sylvain Thénault backport stable
2011-01-24 Sylvain Thénault [book] fixes some references and other doc construction pbs stable
2010-12-09 Stephanie Marcu add localization files for jquery datepicker
2010-11-05 Sylvain Thénault test and fix #1232202: [bookmarks] broken link for startupviews stable
2010-10-11 Adrien Di Mascio [formwidgets] rewrite autocomplete cw widgets to get rid of div-style declaration API
2010-10-11 Adrien Di Mascio [javascript] update to jQuery 1.4.2 and jQuery-ui 1.8.5
2010-09-16 Alexandre Fayolle raise ProcessFormError when a problem occurs during date / time parsing stable
2010-07-06 Sylvain Thénault [javascript] fix some javascript errors and remove some deprecation warnings
2010-05-05 Sylvain Thénault [https] fix resource urls in https version of a site: should use the https version as well to avoid warnings from the nrowser
2010-05-03 Sylvain Thénault [widget] kill buggy / unused (only in cmhn) AddComboBox widget
2010-04-30 Sylvain Thénault [webconfig] introduce property sheets. Use them to replace external_resources
2010-04-28 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
2010-04-28 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
2010-04-23 Sylvain Thénault [widgets] move form controls at the end of the file stable
2010-04-23 Sylvain Thénault [widgets] fix super calls, bug introduced in 5367:4176a50c81c9 stable
2010-04-22 Alexandre Fayolle [python2.6] prefer python2.6's builtin json module over simplejson stable
2010-04-21 Sylvain Thénault [book] start documenting the HTML form system stable
2010-04-21 Sylvain Thénault [form] small api cleanup and refactoring before documenting the form system stable
2010-03-31 Sylvain Thénault [widget] more wide textarea on bookmark edition stable
2010-03-23 Sylvain Thénault [widget] allow kwargs passed to Select widget stable
2010-03-12 Katia Saurfelt LazySuggestField : remote version of RestrictedSuggestField stable
2010-03-10 Sylvain Thénault [widgets] fix typo stable
2010-03-09 Sylvain Thénault [widget] allow to specify hour/minute separator on the JQueryTimePicker (vgodard patch) stable
2010-02-23 Sylvain Thénault cleanup stable
2010-02-23 Sylvain Thénault [form] add a new ignore_req_params attribute on field controlling value's retreival stable
2010-02-18 Sylvain Thénault minor cleanup: don't use builtin 'id' as variable name stable
2010-02-16 Sylvain Thénault use class, not klass, in widget.attrs
2010-02-16 Sylvain Thénault add space between a checkbox and its label
2010-02-15 Sylvain Thénault cleanup stable
2010-02-10 Sylvain Thénault fix bug when value is None
2010-02-08 Sylvain Thénault typo
2010-02-05 Sylvain Thénault hidden usage of datetime function which has been moved to lgc
2010-01-27 Sylvain Thénault by default this is not the widget responsability to turn empty string into None,
2010-01-26 Sylvain Thénault 3.6 api update, cleanup
2010-01-26 Sylvain Thénault surrounding div necessary for proper error localization
2010-01-26 Sylvain Thénault cleanup base class
2010-01-26 Sylvain Thénault new jquery based widgets for Time/Date/DateTime, backported from crm
2010-01-26 Sylvain Thénault introduce a default render implementation on the base widget, which
2010-01-26 Sylvain Thénault [forms] new optional suffix attribute on widget objects, used to generage input name / dom id.
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
2010-01-21 Sylvain Thénault refactor field's value retreiving from the widget (eg 'display value' concept):
2010-01-18 Sylvain Thénault backport stable branch
2010-01-18 Aurelien Campeas fix NameError stable
2010-01-07 Adrien Di Mascio update copyright: welcome 2010 stable
2009-12-21 Sylvain Thénault strip string by default
2009-12-21 Sylvain Thénault substitute _render_attrs by values_and_attributes method, keeping bw compat
2009-12-21 Sylvain Thénault cleanup
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
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)
less more (0) -100 -60 tip