web/formfields.py
Fri, 16 Oct 2015 11:58:10 +0200 Rémi Cardona spelling: *aly → *ally
Mon, 12 Oct 2015 21:49:18 +0200 Julien Cristau [web] fix Field.__str__ on py3k
Fri, 18 Sep 2015 18:02:20 +0200 Rémi Cardona [py3k] im_self → __self__
Wed, 16 Sep 2015 17:22:41 +0200 Rémi Cardona [py3k] unicode vs str vs bytes vs the world
Mon, 14 Sep 2015 16:03:07 +0200 Rémi Cardona [py3k] basestring → six.string_types
Wed, 30 Apr 2014 21:04:14 +0200 Christophe de Vienne [RichString] Add markdown support
Fri, 02 May 2014 17:57:37 +0200 Aurelien Campeas remove most 3.10 bw compat
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
Mon, 14 Apr 2014 12:07:00 +0200 Rémi Cardona an unicode string -> a unicode string stable
Tue, 21 Jan 2014 17:14:05 +0100 Denis Laxalde [web/formfields] Make CompoundField inherit needs_multipart from its subfields
Thu, 10 Oct 2013 13:26:11 +0200 Aurelien Campeas [merge] backport stable fixes
Tue, 01 Oct 2013 12:11:00 +0200 Aurelien Campeas [formfields] py3k kill future compat warning stable
Mon, 26 Aug 2013 16:15:29 +0200 Aurelien Campeas remove cw 3.9 bw compat (bw compat other than the interface -> adapter changes)
Wed, 07 Aug 2013 09:02:47 +0200 David Douard merge stable in default (3.18) branch
Thu, 01 Aug 2013 13:55:11 +0200 Sylvain Thénault [inlined form field] fix regression introduced in 3.16.4/570208f74a84. Closes #3064653 stable
Tue, 30 Jul 2013 20:31:57 +0200 David Douard merge stable in default (3.18) branch
Wed, 24 Jul 2013 08:43:16 +0200 Sylvain Thénault [editcontrollers] Ensure entities are created in an order satisfying schema constraints. Closes #3031719 stable
Mon, 24 Jun 2013 19:00:40 +0200 Aurelien Campeas [etwist] fix handling of multiple files per field
Thu, 14 Feb 2013 15:38:25 +0100 Nicolas Chauvat [toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
Mon, 21 Jan 2013 16:34:09 +0100 Florent Cayré make ui configurations selectable (closes #2406609)
Thu, 10 Jan 2013 18:34:10 +0100 Aurelien Campeas [uicfg] uicfg.py moves from web/ to web/views/ (prepares #2406609)
Wed, 22 Aug 2012 14:17:22 +0200 Sylvain Thénault [form] add assertion to ensure field has a name when `role_name` is called stable
Mon, 09 Jul 2012 12:24:05 +0200 Florent Cayré [html form] use __linkto url parameter value as a default value of the corresponding field in a creation form (closes #2407770)
Mon, 20 Feb 2012 11:45:16 +0100 Damien Garaud Fix bug about missing Interval field (closes #1463996). stable
Thu, 16 Feb 2012 14:14:52 +0100 Sylvain Thénault [spelling] fix dictionnary -> dictionary typo stable
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
Thu, 20 Oct 2011 16:03:51 +0200 Florent Cayré [entity] restrict creation form field vocabulary using __linkto information (closes #1799997)
Thu, 29 Sep 2011 14:47:04 +0200 Sylvain Thénault backport stable
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
Tue, 27 Sep 2011 18:46:36 +0200 Florent Cayré [form, entity] refactor '__linkto', now handled by the entity form, not the entity itself. Closes #1931543
Mon, 05 Sep 2011 16:48:37 +0200 Sylvain Thénault [form fields doc] explain when field.role should be None stable
Wed, 29 Jun 2011 16:04:01 +0200 Sylvain Thénault backport stable
Wed, 29 Jun 2011 15:50:26 +0200 Sylvain Thénault [formfields] use support_args instead of catching type error avoid hiding other issues and making debugging difficult stable
Mon, 06 Jun 2011 16:33:21 +0200 Nicolas Chauvat [web] fix typo
Mon, 06 Jun 2011 16:13:09 +0200 Sylvain Thénault [schema] support for BigInt type. Closes #1720995
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
Fri, 01 Apr 2011 15:04:47 +0200 Sylvain Thénault [time zone] support for TZDatetime and TZTime data type
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)
Fri, 05 Nov 2010 18:48:05 +0100 Sylvain Thénault [forms] remove some deprecation warnings stable
Fri, 22 Oct 2010 09:15:35 +0200 Sylvain Thénault [pylint] fix a bug of pylint detected errors and i18n pb (calling builtins._ instead of req._)
Thu, 23 Sep 2010 23:28:58 +0200 Sylvain Thénault backport stable
Fri, 17 Sep 2010 17:25:51 +0200 Sylvain Thénault [boolean field] we've to override format_single_value as well in case where None are allowed stable
Mon, 13 Sep 2010 15:15:21 +0200 Sylvain Thénault backport stable
Mon, 13 Sep 2010 12:24:11 +0200 Sylvain Thénault [form fields] option may be a 3-uple (3d element being dict containing widget options) stable cubicweb-version-3.9.6
Wed, 25 Aug 2010 10:29:18 +0200 Sylvain Thénault [session] cleanup hook / operation / entity edition api
Wed, 25 Aug 2010 09:43:12 +0200 Sylvain Thénault backport stable
Tue, 17 Aug 2010 15:22:57 +0200 Sylvain Thénault [formwidgets] new allow_none attribute on BooleanField allowing a third None value for booleans stable
Tue, 10 Aug 2010 08:39:06 +0200 Adrien Di Mascio [forms] callable field kwargs now always take form _and_ field parameters
Mon, 12 Jul 2010 12:25:19 +0200 Sylvain Thénault [form] take care to not unicodify None values
Wed, 07 Jul 2010 12:08:10 +0200 Sylvain Thénault [form fields] smarter __str__ / __repr__
Tue, 06 Jul 2010 19:31:50 +0200 Sylvain Thénault [form] vocab function must now return values as unicode
Tue, 06 Jul 2010 17:11:44 +0200 Sylvain Thénault [forms] bw compat code for vocabulary function returning typed values
Mon, 21 Jun 2010 15:58:13 +0200 Sylvain Thénault [form] apply patch #933771: format_single_value / vocabulary methods should *always* return actual value as an unicode string
Wed, 16 Jun 2010 14:51:17 +0200 Sylvain Thénault backport stable
Wed, 16 Jun 2010 09:33:04 +0200 Stephanie Marcu [filefield] normalized file names to deal with windows files stable
Thu, 10 Jun 2010 14:16:47 +0200 Sylvain Thénault [form] refactor meta-attributes handling: hide them by default using uicfg.afs instead of returning None (or not, according to skip_meta_attr flag argument) in guess_field
Wed, 09 Jun 2010 12:32:54 +0200 Sylvain Thénault [form] fix untested (unread?) has_been_modified implementation...
Mon, 07 Jun 2010 13:22:24 +0200 Sylvain Thénault backport stable
Mon, 07 Jun 2010 12:39:15 +0200 Sylvain Thénault [edit ctrl] fix bad interaction with fields: the loop on actual fields should be done in has_been_modified
Thu, 03 Jun 2010 16:37:01 +0200 Aurelien Campeas [web/formwidgets] check on list (entity.related_cache swapped from tuple to list a while ago without known reasons), do not unicode wrap the eids stable
Thu, 20 May 2010 20:50:00 +0200 Sylvain Thénault [entity] continue cleanup of Entity/AnyEntity namespace
Thu, 06 May 2010 16:23:39 +0000 Alexandre Fayolle Handle new way of reporting unmodified FileFields stable
Wed, 28 Apr 2010 12:24:20 +0200 Sylvain Thénault backport oldstable changes stable
Wed, 28 Apr 2010 12:15:52 +0200 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
Wed, 28 Apr 2010 12:14:22 +0200 Sylvain Thénault backport default into stable: stable is now cw 3.8
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:42:53 +0200 Sylvain Thénault backport stable
Wed, 21 Apr 2010 16:53:47 +0200 Sylvain Thénault [book] start documenting the HTML form system stable
Wed, 21 Apr 2010 16:53:25 +0200 Sylvain Thénault [form] small api cleanup and refactoring before documenting the form system stable
Thu, 15 Apr 2010 12:46:08 +0200 Sylvain Thénault [etwist] allow to specify max size for POST request in the configuration. We should deal with this nicely on the js form validation code.
Tue, 13 Apr 2010 19:43:51 +0200 Sylvain Thénault backport stable
Mon, 12 Apr 2010 16:49:35 +0200 Aurelien Campeas [doc/book] complete chapter on hooks & ops stable
Tue, 06 Apr 2010 16:50:53 +0200 Adrien Chauve Switched from TwistedWeb2 to TwistedWeb
Tue, 30 Mar 2010 17:54:28 +0200 Sylvain Thénault [form] CompoundField should not return itself in actual_fields, this avoid error on iliane with 3.7.2 where it's marked as required (from the schema) while value are provided by subfields stable
Mon, 29 Mar 2010 13:25:13 +0200 Sylvain Thénault [form] consider autoform_field_kwargs for meta fields; allow required customization stable
Fri, 26 Mar 2010 13:33:32 +0100 Sylvain Thénault [form] fix validation error handling stable
Fri, 26 Mar 2010 08:28:22 +0100 Sylvain Thénault [form] put qualified name on validation error, should fix #784299 stable
Fri, 12 Mar 2010 10:43:32 +0100 Sylvain Thénault [form] fix bug introduced by 4871:a34b76593ab2 with field using multiple input with different suffix: the suffix should be considered in the cache key stable
Thu, 11 Mar 2010 19:16:35 +0100 Sylvain Thénault [form fields] fix severe memory leak due to @cached on field.input_name stable
Tue, 23 Feb 2010 12:51:20 +0100 Sylvain Thénault [form] cache field value in form.formvalues using (field, form) key since in some case the same field instance may be shared accross multiple forms, which may share the formvalues dict in case of sub-forms stable
Tue, 23 Feb 2010 12:43:15 +0100 Sylvain Thénault [form] add a new ignore_req_params attribute on field controlling value's retreival stable
Thu, 18 Feb 2010 11:08:00 +0100 Sylvain Thénault [form fields] nicer behaviour of the password field: don't put internal field value on edition (triggering validation error if one validation without removing the value, due to confirmation mismatch), and don't show the field as required in such case stable
Mon, 15 Feb 2010 15:20:45 +0100 Sylvain Thénault cleanup stable
Mon, 15 Feb 2010 15:18:38 +0100 Sylvain Thénault [forms] fix RelationField bug with pending eids (eg inlined forms): we have to override process_form_value to avoid caching when recomputing is needed stable
Wed, 10 Feb 2010 13:58:11 +0100 Sylvain Thénault provides a fallback_on_none_attribute field attribute, allowing to specify default value for attributes of *existing* entities
Wed, 10 Feb 2010 12:00:37 +0100 Sylvain Thénault split introduced in the wrong place
Tue, 09 Feb 2010 19:50:31 +0100 Sylvain Thénault quick fix for typed formfield validation: accept empty string, split
Mon, 08 Feb 2010 13:29:23 +0100 Sylvain Thénault avoid to see the same warning twice, one for 3.6 another for 3.3
Mon, 08 Feb 2010 12:25:15 +0100 Sylvain Thénault unvisible field may have been modified, for instance relation added by an hidden input
Fri, 05 Feb 2010 15:44:34 +0100 Sylvain Thénault hidden usage of datetime function which has been moved to lgc
Wed, 03 Feb 2010 20:34:44 +0100 Sylvain Thénault start documenting forms
Wed, 27 Jan 2010 10:00:35 +0100 Sylvain Thénault cleanup
Wed, 27 Jan 2010 09:59:55 +0100 Sylvain Thénault systematically call bool on BooleanField values
Wed, 27 Jan 2010 09:59:13 +0100 Sylvain Thénault by default this is not the widget responsability to turn empty string into None,
Wed, 27 Jan 2010 09:56:16 +0100 Sylvain Thénault [forms] propagate aguments given to .vocabulary to .choices if it's a callable.
Wed, 27 Jan 2010 09:25:40 +0100 Sylvain Thénault [forms] fix backward compat for field.choices arguments
Tue, 26 Jan 2010 20:30:35 +0100 Sylvain Thénault 3.6 api update, cleanup
Tue, 26 Jan 2010 20:22:13 +0100 Sylvain Thénault fix label handling: when label is explicitly set to None, don't try to guess it
Tue, 26 Jan 2010 16:47:45 +0100 Sylvain Thénault by default use new jquery widgets for Time/Date/DateTime fields
Tue, 26 Jan 2010 16:40:42 +0100 Sylvain Thénault introduce new _ensure_correctly_typed method on fields, responsible
Tue, 26 Jan 2010 16:37:54 +0100 Sylvain Thénault fix typed_value implementation w/ eidparam field which are actual entity's relation and have .value set for their initial value
Tue, 26 Jan 2010 16:36:00 +0100 Sylvain Thénault cleanup module namespace but only importing the formwidgets module
Tue, 26 Jan 2010 10:34:29 +0100 Sylvain Thénault fix Bytes submission pb on POST, due to multiple call to field.process_form_value
Tue, 26 Jan 2010 10:26:51 +0100 Sylvain Thénault must catch UnmodifiedField exception in has_been_modified
Mon, 25 Jan 2010 19:16:35 +0100 Sylvain Thénault to ease overriding of field.choices using *function* (set using autoform_field_kwargs), give the field as named argument
Thu, 21 Jan 2010 10:42:37 +0100 Sylvain Thénault refactor field's value retreiving from the widget (eg 'display value' concept):
Thu, 21 Jan 2010 10:39:12 +0100 Sylvain Thénault dom_id now accepts a suffix argument as input_name
Thu, 21 Jan 2010 10:38:46 +0100 Sylvain Thénault cleaner input_name implementation
Tue, 19 Jan 2010 18:22:05 +0100 Sylvain Thénault fix dumb name error
Tue, 19 Jan 2010 18:21:59 +0100 Sylvain Thénault missing import
Tue, 19 Jan 2010 18:10:01 +0100 alex & cheb remove deprecation warnings + name error
Mon, 18 Jan 2010 19:21:30 +0100 Sylvain Thénault backport stable branch
Mon, 18 Jan 2010 19:05:08 +0100 Sylvain Thénault fix pb with bytes field processing: currently when an existing file is edited
Thu, 14 Jan 2010 11:14:40 +0100 Sylvain Thénault fix dumb name errors
Wed, 13 Jan 2010 16:00:42 +0100 Sylvain Thénault has_been_modified shouldn't raise ProcessFormError
Wed, 13 Jan 2010 16:00:06 +0100 Sylvain Thénault related entities are returned as tuple since a few months ago
Wed, 13 Jan 2010 15:59:31 +0100 Sylvain Thénault should skip INTERNAL_FIELD_VALUE
Wed, 13 Jan 2010 15:57:57 +0100 Sylvain Thénault should use a set for pending fields
less more (0) -120 tip