web/formwidgets.py
Wed, 09 Dec 2015 08:44:45 +0100 Sylvain Thénault [formwidgets] a bit of pep8
Thu, 26 Mar 2015 11:13:12 +0100 Erica Marco [views] improve JQueryDatePicker so that a date field can be defined as the min/max of an other one
Tue, 24 Nov 2015 14:08:47 +0100 Julien Cristau Remove trailing empty lines
Fri, 16 Oct 2015 11:15:50 +0200 Rémi Cardona [web] Add a <label> around choices on CheckBox and Radio form widgets
Fri, 16 Oct 2015 10:36:34 +0200 Rémi Cardona [web] xml_escape CheckBox and Radio labels (closes #7672764)
Mon, 12 Oct 2015 18:43:05 +0200 Julien Cristau [web] integer division
Mon, 05 Oct 2015 16:52:26 +0200 Julien Cristau [web/formwidgets] fix for py3k
Fri, 18 Sep 2015 18:03:19 +0200 Rémi Cardona [py3k] unicode → six.text_type
Mon, 14 Sep 2015 16:03:07 +0200 Rémi Cardona [py3k] basestring → six.string_types
Thu, 09 Jul 2015 16:43:56 +0200 Rémi Cardona merge 3.20.9 into 3.21
Thu, 11 Jun 2015 16:51:51 +0200 Laura Médioni [web] write css_class to attrs on rendering and not on button creation
Mon, 22 Jun 2015 14:27:37 +0200 Rémi Cardona merge 3.20.8 in 3.21
Wed, 03 Jun 2015 12:36:31 +0200 Aurelien Campeas [formwidgets] move TextArea constants to the class level
Tue, 22 Apr 2014 16:39:19 +0200 Dimitri Papadopoulos [docstrings] fix project-wide English language mistake
Fri, 27 Jun 2014 11:48:26 +0200 Julien Cristau merge from 3.19 branch
Tue, 10 Jun 2014 09:49:45 +0200 Julien Cristau merge 3.18.5 into 3.19 branch
Tue, 07 Jan 2014 15:10:57 +0100 Christophe de Vienne [formfields] Handle 'placeholder' attribute for text and textarea
Fri, 11 Apr 2014 17:43:26 +0200 Alain Begey [widget] Addition of EmailInput
Mon, 14 Apr 2014 12:29:01 +0200 Rémi Cardona an utf-8 -> a utf-8 stable
Mon, 14 Apr 2014 12:07:00 +0200 Rémi Cardona an unicode string -> a unicode string stable
Mon, 14 Apr 2014 11:54:33 +0200 Rémi Cardona an URL -> a URL stable
Wed, 08 Jan 2014 14:00:31 +0100 Aurelien Campeas [js/widgets] fix the InOut widget with modern jQuery versions
Mon, 26 Aug 2013 16:12:30 +0200 Aurelien Campeas remove 3.8 bw compat
Thu, 03 Oct 2013 11:10:08 +0200 David Douard [date picker] revert #ec65ca70aac9 which breaks the date picker (closes #3182844) stable
Wed, 28 Aug 2013 11:36:44 +0200 Sylvain Thénault [date picker widgets] properly distinguish DOM id and input name. Closes #3096575 stable
Wed, 28 Aug 2013 11:29:58 +0200 Sylvain Thénault [date picker widgets] use bare jquery expression rather than jqNode stable
Wed, 03 Jul 2013 14:43:21 +0200 Katia Saurfelt [css, html] add a css_class attribute on Button, allowing to change easily default CSS class for buttons stable
Thu, 25 Apr 2013 16:55:12 +0200 Pierre-Yves David [form] remove hard coded id
Tue, 19 Mar 2013 12:25:18 +0100 Aurelien Campeas [merge] backport stable fixes
Tue, 19 Mar 2013 12:24:40 +0100 Rémi Cardona [web] Use the new '/ajax' URL path to access the AjaxController (closes #2758254) stable
Fri, 22 Feb 2013 19:36:40 +0100 Nicolas Chauvat [towards py3k] import reduce() from functools (part of #2711624)
Thu, 14 Feb 2013 15:38:25 +0100 Nicolas Chauvat [toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
Tue, 17 Jul 2012 12:06:52 +0200 Sylvain Thénault [form widgets] fix JQueryDatePicker and JQueryTimePicker so they consider widget custom attributes. Closes #2423720 stable
Fri, 03 Feb 2012 16:34:57 +0100 Aurelien Campeas [web/formwidgets] make default_size a tunable, fix code layout (closes #2165936) stable
Thu, 27 Oct 2011 10:38:16 +0200 Sylvain Thénault [ui lib] facet and form widget for Integer used to store binary mask. Closes #2054771
Fri, 21 Oct 2011 14:32:37 +0200 Sylvain Thénault [diet] drop pre 3.6 API compatibility (but attempt to keep data cmopatibility). Closes #2017916
Wed, 28 Sep 2011 09:27:42 +0200 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
Mon, 06 Jun 2011 15:00:58 +0200 Pierre-Yves David Fix name error introduced in c21d845836e4 stable
Wed, 01 Jun 2011 10:20:58 +0200 Aurelien Campeas [formwidgets] make the select size a class attribute (more easily tuned) stable
Fri, 20 May 2011 17:27:55 +0200 Sylvain Thénault cleanup and update some copyright stable
Fri, 15 Apr 2011 12:58:31 +0200 Aurelien Campeas [widgets] handle no value label for tristate radios, put default separator on class for easier redefinition - closes #1624839
Mon, 28 Mar 2011 15:16:11 +0200 Nicolas Chauvat [web formwidgets] add missing tabindex to jquery date and time widgets (closes #1568475) stable
Thu, 10 Mar 2011 12:04:46 +0100 Adrien Di Mascio [web] provide a data_url() method on req and get_rid of explicit datadir_url usage (#1438736)
Tue, 01 Feb 2011 11:52:10 +0100 Sylvain Thénault backport stable
Tue, 25 Jan 2011 12:50:56 +0100 Katia Saurfelt [widgets, js] add a InOutWidget for multiple select stable
Mon, 24 Jan 2011 17:02:38 +0100 Sylvain Thénault backport stable
Mon, 24 Jan 2011 11:39:53 +0100 Sylvain Thénault [book] fixes some references and other doc construction pbs stable
Thu, 09 Dec 2010 15:27:02 +0100 Stephanie Marcu add localization files for jquery datepicker
Fri, 05 Nov 2010 12:43:25 +0100 Sylvain Thénault test and fix #1232202: [bookmarks] broken link for startupviews stable
Mon, 11 Oct 2010 19:13:00 +0200 Adrien Di Mascio [formwidgets] rewrite autocomplete cw widgets to get rid of div-style declaration API
Mon, 11 Oct 2010 19:12:59 +0200 Adrien Di Mascio [javascript] update to jQuery 1.4.2 and jQuery-ui 1.8.5
Thu, 16 Sep 2010 11:52:10 +0200 Alexandre Fayolle raise ProcessFormError when a problem occurs during date / time parsing stable
Tue, 06 Jul 2010 17:15:25 +0200 Sylvain Thénault [javascript] fix some javascript errors and remove some deprecation warnings
Wed, 05 May 2010 10:28:55 +0200 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
Mon, 03 May 2010 14:10:23 +0200 Sylvain Thénault [widget] kill buggy / unused (only in cmhn) AddComboBox widget
Fri, 30 Apr 2010 12:14:15 +0200 Sylvain Thénault [webconfig] introduce property sheets. Use them to replace external_resources
Wed, 28 Apr 2010 12:15:52 +0200 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
Wed, 28 Apr 2010 10:06:01 +0200 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
Fri, 23 Apr 2010 12:40:48 +0200 Sylvain Thénault [widgets] move form controls at the end of the file stable
Fri, 23 Apr 2010 12:40:26 +0200 Sylvain Thénault [widgets] fix super calls, bug introduced in 5367:4176a50c81c9 stable
less more (0) -100 -60 tip