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
|
file |
diff |
annotate
|
Wed, 10 Feb 2010 12:00:37 +0100 |
Sylvain Thénault |
split introduced in the wrong place
|
file |
diff |
annotate
|
Tue, 09 Feb 2010 19:50:31 +0100 |
Sylvain Thénault |
quick fix for typed formfield validation: accept empty string, split
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Fri, 05 Feb 2010 15:44:34 +0100 |
Sylvain Thénault |
hidden usage of datetime function which has been moved to lgc
|
file |
diff |
annotate
|
Wed, 03 Feb 2010 20:34:44 +0100 |
Sylvain Thénault |
start documenting forms
|
file |
diff |
annotate
|
Wed, 27 Jan 2010 10:00:35 +0100 |
Sylvain Thénault |
cleanup
|
file |
diff |
annotate
|
Wed, 27 Jan 2010 09:59:55 +0100 |
Sylvain Thénault |
systematically call bool on BooleanField values
|
file |
diff |
annotate
|
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,
|
file |
diff |
annotate
|
Wed, 27 Jan 2010 09:56:16 +0100 |
Sylvain Thénault |
[forms] propagate aguments given to .vocabulary to .choices if it's a callable.
|
file |
diff |
annotate
|
Wed, 27 Jan 2010 09:25:40 +0100 |
Sylvain Thénault |
[forms] fix backward compat for field.choices arguments
|
file |
diff |
annotate
|
Tue, 26 Jan 2010 20:30:35 +0100 |
Sylvain Thénault |
3.6 api update, cleanup
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 26 Jan 2010 16:47:45 +0100 |
Sylvain Thénault |
by default use new jquery widgets for Time/Date/DateTime fields
|
file |
diff |
annotate
|
Tue, 26 Jan 2010 16:40:42 +0100 |
Sylvain Thénault |
introduce new _ensure_correctly_typed method on fields, responsible
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 26 Jan 2010 16:36:00 +0100 |
Sylvain Thénault |
cleanup module namespace but only importing the formwidgets module
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 26 Jan 2010 10:26:51 +0100 |
Sylvain Thénault |
must catch UnmodifiedField exception in has_been_modified
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Thu, 21 Jan 2010 10:42:37 +0100 |
Sylvain Thénault |
refactor field's value retreiving from the widget (eg 'display value' concept):
|
file |
diff |
annotate
|
Thu, 21 Jan 2010 10:39:12 +0100 |
Sylvain Thénault |
dom_id now accepts a suffix argument as input_name
|
file |
diff |
annotate
|
Thu, 21 Jan 2010 10:38:46 +0100 |
Sylvain Thénault |
cleaner input_name implementation
|
file |
diff |
annotate
|
Tue, 19 Jan 2010 18:22:05 +0100 |
Sylvain Thénault |
fix dumb name error
|
file |
diff |
annotate
|
Tue, 19 Jan 2010 18:21:59 +0100 |
Sylvain Thénault |
missing import
|
file |
diff |
annotate
|
Tue, 19 Jan 2010 18:10:01 +0100 |
alex & cheb |
remove deprecation warnings + name error
|
file |
diff |
annotate
|
Mon, 18 Jan 2010 19:21:30 +0100 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Mon, 18 Jan 2010 19:05:08 +0100 |
Sylvain Thénault |
fix pb with bytes field processing: currently when an existing file is edited
|
file |
diff |
annotate
|
Thu, 14 Jan 2010 11:14:40 +0100 |
Sylvain Thénault |
fix dumb name errors
|
file |
diff |
annotate
|
Wed, 13 Jan 2010 16:00:42 +0100 |
Sylvain Thénault |
has_been_modified shouldn't raise ProcessFormError
|
file |
diff |
annotate
|
Wed, 13 Jan 2010 16:00:06 +0100 |
Sylvain Thénault |
related entities are returned as tuple since a few months ago
|
file |
diff |
annotate
|
Wed, 13 Jan 2010 15:59:31 +0100 |
Sylvain Thénault |
should skip INTERNAL_FIELD_VALUE
|
file |
diff |
annotate
|
Wed, 13 Jan 2010 15:57:57 +0100 |
Sylvain Thénault |
should use a set for pending fields
|
file |
diff |
annotate
|
Wed, 13 Jan 2010 15:56:31 +0100 |
Sylvain Thénault |
fix process_form_values: we should handle value errors and properly raise ProcessFormError
|
file |
diff |
annotate
|
Fri, 08 Jan 2010 12:14:29 +0100 |
Adrien Di Mascio |
[forms] make it easier to override StringField's mininum size
stable
|
file |
diff |
annotate
|
Thu, 07 Jan 2010 16:52:32 +0100 |
Adrien Di Mascio |
update copyright: welcome 2010
stable
|
file |
diff |
annotate
|
Tue, 22 Dec 2009 10:27:49 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Mon, 21 Dec 2009 20:28:01 +0100 |
Sylvain Thénault |
make new editcontroller works, based on a _cw_edited_fields hidden input
|
file |
diff |
annotate
|
Mon, 21 Dec 2009 20:27:14 +0100 |
Sylvain Thénault |
crecord introduced junk...
|
file |
diff |
annotate
|
Mon, 21 Dec 2009 20:26:30 +0100 |
Sylvain Thénault |
nicer StringField __init__
|
file |
diff |
annotate
|
Mon, 21 Dec 2009 20:24:47 +0100 |
Sylvain Thénault |
process_posted yield field instead of field's name
|
file |
diff |
annotate
|
Mon, 21 Dec 2009 20:23:56 +0100 |
Sylvain Thénault |
proper field's role handling: may be 'subject' / 'object' *in case
|
file |
diff |
annotate
|
Mon, 21 Dec 2009 20:04:33 +0100 |
Sylvain Thénault |
replace form_field_[encoding|vocabulary] methods on form by encoding|vocabylary(form) methods on fields
|
file |
diff |
annotate
|
Mon, 21 Dec 2009 20:00:18 +0100 |
Sylvain Thénault |
refactor vocabulary handling to avoid having to define methods
|
file |
diff |
annotate
|
Mon, 21 Dec 2009 19:52:21 +0100 |
Sylvain Thénault |
cleanup
|
file |
diff |
annotate
|
Mon, 21 Dec 2009 19:45:24 +0100 |
Sylvain Thénault |
refactor form field value handling, to get a nicer api and an easier algorithm to get field's value
|
file |
diff |
annotate
|
Mon, 21 Dec 2009 19:25:07 +0100 |
Sylvain Thénault |
missing imports
|
file |
diff |
annotate
|
Mon, 21 Dec 2009 19:18:49 +0100 |
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)
|
file |
diff |
annotate
|
Thu, 17 Dec 2009 17:22:36 +0100 |
Sylvain Thénault |
call super class if choices specified to get std behaviour
stable
|
file |
diff |
annotate
|
Thu, 10 Dec 2009 18:00:15 +0100 |
Arthur Lutz |
[mq]: fix_for_forms
|
file |
diff |
annotate
|
Wed, 09 Dec 2009 19:27:46 +0100 |
Arthur Lutz |
[mq]: fix_typo_and_forms
|
file |
diff |
annotate
|
Tue, 08 Dec 2009 18:12:31 +0100 |
Pierre-Yves David |
fix guess_field to handle non internationalizable definition
|
file |
diff |
annotate
|
Tue, 08 Dec 2009 16:46:56 +0100 |
Sylvain Thénault |
card referenced later
|
file |
diff |
annotate
|
Tue, 08 Dec 2009 10:58:56 +0100 |
Sylvain Thénault |
drop common subpackage
|
file |
diff |
annotate
|
Tue, 08 Dec 2009 09:10:16 +0100 |
Sylvain Thénault |
yams api update
|
file |
diff |
annotate
|
Fri, 20 Nov 2009 19:35:54 +0100 |
Sylvain Thénault |
backport stable branch (one more time painfully)
|
file |
diff |
annotate
|
Wed, 18 Nov 2009 12:50:23 +0100 |
Adrien Di Mascio |
[formfields] allow fields ordering with autoform_field_kwargs
stable
|
file |
diff |
annotate
|
Wed, 18 Nov 2009 12:32:57 +0100 |
Adrien Di Mascio |
[web] remove widget.render backward compatibility
stable
|
file |
diff |
annotate
|
Mon, 02 Nov 2009 16:37:19 +0100 |
Julien Jehannet |
[B] web: weird display with internationalizable (Closes: #503071)
stable
|
file |
diff |
annotate
|