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
|
file |
diff |
annotate
|
Tue, 10 Aug 2010 08:39:06 +0200 |
Adrien Di Mascio |
[forms] callable field kwargs now always take form _and_ field parameters
|
file |
diff |
annotate
|
Mon, 12 Jul 2010 12:25:19 +0200 |
Sylvain Thénault |
[form] take care to not unicodify None values
|
file |
diff |
annotate
|
Wed, 07 Jul 2010 12:08:10 +0200 |
Sylvain Thénault |
[form fields] smarter __str__ / __repr__
|
file |
diff |
annotate
|
Tue, 06 Jul 2010 19:31:50 +0200 |
Sylvain Thénault |
[form] vocab function must now return values as unicode
|
file |
diff |
annotate
|
Tue, 06 Jul 2010 17:11:44 +0200 |
Sylvain Thénault |
[forms] bw compat code for vocabulary function returning typed values
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Wed, 16 Jun 2010 14:51:17 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 16 Jun 2010 09:33:04 +0200 |
Stephanie Marcu |
[filefield] normalized file names to deal with windows files
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Wed, 09 Jun 2010 12:32:54 +0200 |
Sylvain Thénault |
[form] fix untested (unread?) has_been_modified implementation...
|
file |
diff |
annotate
|
Mon, 07 Jun 2010 13:22:24 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Thu, 20 May 2010 20:50:00 +0200 |
Sylvain Thénault |
[entity] continue cleanup of Entity/AnyEntity namespace
|
file |
diff |
annotate
|
Thu, 06 May 2010 16:23:39 +0000 |
Alexandre Fayolle |
Handle new way of reporting unmodified FileFields
stable
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:24:20 +0200 |
Sylvain Thénault |
backport oldstable changes
stable
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:15:52 +0200 |
Sylvain Thénault |
replace logilab-common by CubicWeb in disclaimer
oldstable
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:14:22 +0200 |
Sylvain Thénault |
backport default into stable: stable is now cw 3.8
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Fri, 23 Apr 2010 12:42:53 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 21 Apr 2010 16:53:47 +0200 |
Sylvain Thénault |
[book] start documenting the HTML form system
stable
|
file |
diff |
annotate
|
Wed, 21 Apr 2010 16:53:25 +0200 |
Sylvain Thénault |
[form] small api cleanup and refactoring before documenting the form system
stable
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Tue, 13 Apr 2010 19:43:51 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Mon, 12 Apr 2010 16:49:35 +0200 |
Aurelien Campeas |
[doc/book] complete chapter on hooks & ops
stable
|
file |
diff |
annotate
|
Tue, 06 Apr 2010 16:50:53 +0200 |
Adrien Chauve |
Switched from TwistedWeb2 to TwistedWeb
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Mon, 29 Mar 2010 13:25:13 +0200 |
Sylvain Thénault |
[form] consider autoform_field_kwargs for meta fields; allow required customization
stable
|
file |
diff |
annotate
|
Fri, 26 Mar 2010 13:33:32 +0100 |
Sylvain Thénault |
[form] fix validation error handling
stable
|
file |
diff |
annotate
|
Fri, 26 Mar 2010 08:28:22 +0100 |
Sylvain Thénault |
[form] put qualified name on validation error, should fix #784299
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Mon, 15 Feb 2010 15:20:45 +0100 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
Mon, 19 Oct 2009 15:16:41 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 15 Oct 2009 20:29:21 +0200 |
Sylvain Thénault |
follow yams 0.25 api changes to improve performance
stable
|
file |
diff |
annotate
|
Wed, 07 Oct 2009 12:31:08 +0200 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Tue, 06 Oct 2009 17:49:42 +0200 |
Sylvain Thénault |
remove useless code
stable
|
file |
diff |
annotate
|
Tue, 06 Oct 2009 17:45:10 +0200 |
Sylvain Thénault |
[forms] fix generated label for fields
stable
|
file |
diff |
annotate
|
Tue, 06 Oct 2009 16:56:22 +0200 |
Alexandre Fayolle |
fix label in generated form for relations
stable
|
file |
diff |
annotate
|
Wed, 30 Sep 2009 18:57:42 +0200 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Wed, 30 Sep 2009 17:32:29 +0200 |
Sylvain Thénault |
nicer deprecation messages
stable
|
file |
diff |
annotate
|
Tue, 29 Sep 2009 15:58:44 +0200 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Tue, 29 Sep 2009 12:37:47 +0200 |
Sylvain Thénault |
rename form_build_context to build_context, and call it from form, not renderer
stable
|
file |
diff |
annotate
|
Mon, 28 Sep 2009 12:37:01 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Mon, 28 Sep 2009 11:01:32 +0200 |
Sylvain Thénault |
support name metadata on guess_field; add name_field to FileField
stable
|
file |
diff |
annotate
|
Wed, 23 Sep 2009 19:40:19 +0200 |
Adrien Di Mascio |
[api] work in progress, use __regid__, cw_*, etc.
|
file |
diff |
annotate
|
Tue, 22 Sep 2009 13:08:42 +0200 |
Adrien Di Mascio |
backport old changesets corresponding to new form / controller implementation
|
file |
diff |
annotate
|
Wed, 05 Aug 2009 09:15:56 +0200 |
Adrien Di Mascio |
[forms] work-in-progress, big editcontroller refactoring: let fields/widgets process posted data
|
file |
diff |
annotate
|
Wed, 05 Aug 2009 09:10:32 +0200 |
Adrien Di Mascio |
[forms] work-in-progress: let guess_field and RichTextField.get_format_field handle eidparam of meta fields
|
file |
diff |
annotate
|
Wed, 05 Aug 2009 09:05:40 +0200 |
Adrien Di Mascio |
[forms] work-in-progress: get rid of edits- / edito-
|
file |
diff |
annotate
|
Mon, 21 Sep 2009 18:02:48 +0200 |
Sylvain Thénault |
fix vocab param to avoid deprecation warning
stable
|
file |
diff |
annotate
|
Mon, 21 Sep 2009 11:55:50 +0200 |
Sylvain Thénault |
remove debug raise
stable
|
file |
diff |
annotate
|
Mon, 21 Sep 2009 11:41:17 +0200 |
Sylvain Thénault |
fix sort of fields vocabulary: should consider option groups
stable
|
file |
diff |
annotate
|
Fri, 18 Sep 2009 09:16:40 +0200 |
Sylvain Thénault |
fix generated label for object relation
3.5
|
file |
diff |
annotate
|
Thu, 17 Sep 2009 19:43:42 +0200 |
Aurelien Campeas |
make it easier to subclass
3.5
|
file |
diff |
annotate
|
Wed, 16 Sep 2009 21:29:17 +0200 |
Adrien Di Mascio |
[gettext] provide GNU contexts to avoid translations ambiguities
3.5
|
file |
diff |
annotate
|
Wed, 16 Sep 2009 14:33:24 +0200 |
Sylvain Thénault |
stop setting sort to false by default on relation field and explain why
3.5
|
file |
diff |
annotate
|
Fri, 07 Aug 2009 12:12:50 +0200 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Fri, 07 Aug 2009 12:11:03 +0200 |
Sylvain Thénault |
format field should inherit from parent field's eidparam
stable
|
file |
diff |
annotate
|
Fri, 07 Aug 2009 12:10:32 +0200 |
Sylvain Thénault |
don't set display: block on hidden input
stable
|
file |
diff |
annotate
|
Tue, 04 Aug 2009 17:11:50 +0200 |
Sylvain Thénault |
[R] use req.entity_from_eid
|
file |
diff |
annotate
|
Tue, 04 Aug 2009 17:01:00 +0200 |
Sylvain Thénault |
use yams api
|
file |
diff |
annotate
|
Thu, 30 Jul 2009 11:30:06 +0200 |
Sylvain Thénault |
d-t-w
|
file |
diff |
annotate
|
Wed, 29 Jul 2009 09:08:04 +0200 |
Sylvain Thénault |
[R forms] use a subfields(form) method to get a chance to adapt to context
|
file |
diff |
annotate
|
Mon, 27 Jul 2009 18:43:28 +0200 |
Sylvain Thénault |
some new field/widgets classes: CompoundField, IntervalWidget, HorizontalLayoutWidget
|
file |
diff |
annotate
|
Mon, 27 Jul 2009 18:42:49 +0200 |
Sylvain Thénault |
widget.render now takes the renderer as third argument (keeping minimal bw compat)
|
file |
diff |
annotate
|
Mon, 27 Jul 2009 18:41:29 +0200 |
Sylvain Thénault |
new fieldset attribute on field, use to group fields by the default form renderer
|
file |
diff |
annotate
|
Thu, 23 Jul 2009 15:57:15 +0200 |
Sylvain Thénault |
move RichString and co to yams, keeping only a small monkeypatch for cw-page-template here
|
file |
diff |
annotate
|
Thu, 09 Jul 2009 19:35:32 +0200 |
Aurelien Campeas |
oops
stable
|
file |
diff |
annotate
|
Thu, 09 Jul 2009 16:44:34 +0200 |
Aurelien Campeas |
[formwidgets,formfields] hum, this way
stable
|
file |
diff |
annotate
|
Thu, 09 Jul 2009 15:15:18 +0200 |
Aurelien Campeas |
[formfields,formwidgets] move default size and maxlength from field to widget init (that is quite still unsatisfactorily)
stable
|
file |
diff |
annotate
|
Thu, 09 Jul 2009 13:04:28 +0200 |
Aurelien Campeas |
[formwidgets] ensure textarea for richstring has not ridicuously small size (close #344547)
stable
|
file |
diff |
annotate
|
Thu, 09 Jul 2009 12:38:33 +0200 |
Aurelien Campeas |
oops
stable
|
file |
diff |
annotate
|
Thu, 09 Jul 2009 12:06:14 +0200 |
Aurelien Campeas |
[formfields] set a reasonable minimal minimum length to input/text, also set the max length if applicable (closes #344538)
stable
|
file |
diff |
annotate
|
Wed, 08 Jul 2009 19:47:36 +0200 |
Aurelien Campeas |
[reledit] try to be smart at getting a good default vid for relations, factor computing cardinality from reledit and formfields
stable
|
file |
diff |
annotate
|
Tue, 07 Jul 2009 13:26:44 +0200 |
Sylvain Thénault |
use xml_escape
stable
|
file |
diff |
annotate
|
Thu, 02 Jul 2009 12:59:16 +0200 |
Sylvain Thénault |
missing import
stable
|
file |
diff |
annotate
|
Mon, 29 Jun 2009 17:14:05 +0200 |
Sylvain Thénault |
vocabulary method (eg field.choices) should now take the form instance as argument
stable
|
file |
diff |
annotate
|
Tue, 23 Jun 2009 13:43:39 +0200 |
Sylvain Thénault |
edit[s|o] field's value should be formatted as the associated field
stable
|
file |
diff |
annotate
|
Wed, 10 Jun 2009 18:45:06 +0200 |
Sylvain Thénault |
avoid overriding specified values when guessing field
stable
|
file |
diff |
annotate
|
Wed, 10 Jun 2009 14:51:48 +0200 |
Sylvain Thénault |
don't set select widget when a vocabulary widget is already specified on the field class
stable
|
file |
diff |
annotate
|
Wed, 10 Jun 2009 12:08:57 +0200 |
Sylvain Thénault |
fix TimeField format_prop, use format_single_value directly in render_example
stable
|
file |
diff |
annotate
|
Thu, 28 May 2009 18:46:04 +0200 |
Sylvain Thénault |
set default select size to 1 into the widget
|
file |
diff |
annotate
|
Thu, 28 May 2009 18:45:51 +0200 |
Sylvain Thénault |
if choices is set and widget not explicitly specified, use Select in base field
|
file |
diff |
annotate
|
Thu, 28 May 2009 18:32:12 +0200 |
Sylvain Thénault |
move widget selection's logic on fields
|
file |
diff |
annotate
|
Thu, 28 May 2009 09:20:07 +0200 |
Adrien Di Mascio |
big bunch of copyright / docstring update
|
file |
diff |
annotate
|
Tue, 19 May 2009 10:05:56 +0200 |
Sylvain Thénault |
connect format field to form_field_format for its initial value
stable
|
file |
diff |
annotate
|
Mon, 18 May 2009 11:50:43 +0200 |
Florent |
fix StringField widget selection with SizeConstraint and StaticVocabularyConstraint constraints
stable
|
file |
diff |
annotate
|
Thu, 14 May 2009 12:31:23 +0200 |
Aurelien Campeas |
let the StringField have a default TextArea widget, only TextInput on small size constraint & no static vocabulary
tls-sprint
|
file |
diff |
annotate
|
Wed, 13 May 2009 15:55:08 +0200 |
Aurelien Campeas |
fix vertical alignment pb. with descr. format list and textarea inputs
tls-sprint
|
file |
diff |
annotate
|
Tue, 12 May 2009 20:18:19 +0200 |
sylvain thenault |
some widget adjustments
tls-sprint
|
file |
diff |
annotate
|
Tue, 12 May 2009 11:49:30 +0200 |
sylvain thenault |
should not override potential explicit widget
tls-sprint
|
file |
diff |
annotate
|
Wed, 06 May 2009 17:24:48 +0200 |
sylvain thenault |
use yams.schema method for initial value
tls-sprint
|
file |
diff |
annotate
|
Wed, 06 May 2009 03:28:55 -0700 |
Sandrine Ribeau |
Use widget TextInput instead of DateTimePicker.
tls-sprint
|
file |
diff |
annotate
|
Thu, 30 Apr 2009 12:36:14 +0200 |
sylvain thenault |
should set field's choices
tls-sprint
|
file |
diff |
annotate
|
Thu, 30 Apr 2009 10:38:11 +0200 |
sylvain thenault |
drop text field usage
tls-sprint
|
file |
diff |
annotate
|
Thu, 30 Apr 2009 10:34:15 +0200 |
sylvain thenault |
drop TextField, this is simply a StringField with a text area widget
tls-sprint
|
file |
diff |
annotate
|
Thu, 30 Apr 2009 08:51:54 +0200 |
sylvain thenault |
merge
tls-sprint
|
file |
diff |
annotate
|
Wed, 29 Apr 2009 19:52:56 +0200 |
Aurelien Campeas |
[forms/widgets] fix relation field not sorting its vocabulary, revert hack on Select widget
tls-sprint
|
file |
diff |
annotate
|
Thu, 30 Apr 2009 01:20:59 +0200 |
sylvain thenault |
fix StringField/TextField handling (XXX remove one of them?, ensure textarea has rows/cols attributes)
tls-sprint
|
file |
diff |
annotate
|
Tue, 28 Apr 2009 15:38:06 +0200 |
sylvain thenault |
set size=1 on select widget when a single choice is allowed
tls-sprint
|
file |
diff |
annotate
|
Thu, 23 Apr 2009 17:22:02 +0200 |
sylvain thenault |
guess_field now takes an entity schema as first argument, not an entity class
tls-sprint
|
file |
diff |
annotate
|
Wed, 22 Apr 2009 20:01:28 +0200 |
sylvain thenault |
delete-trailing-whitespaces
tls-sprint
|
file |
diff |
annotate
|
Tue, 21 Apr 2009 19:20:56 +0200 |
sylvain thenault |
remove spaces
tls-sprint
|
file |
diff |
annotate
|
Fri, 17 Apr 2009 12:13:16 +0200 |
sylvain thenault |
cleanup, more docstring
tls-sprint
|
file |
diff |
annotate
|
Fri, 17 Apr 2009 11:14:19 +0200 |
sylvain thenault |
refactor the way field value/display value are handled to avoid getting a 'display' value when expected a 'typed' value
tls-sprint
|
file |
diff |
annotate
|
Wed, 08 Apr 2009 20:37:22 +0200 |
sylvain thenault |
new form_init callback
tls-sprint
|
file |
diff |
annotate
|
Wed, 08 Apr 2009 20:36:39 +0200 |
sylvain thenault |
bool handling
tls-sprint
|
file |
diff |
annotate
|
Wed, 08 Apr 2009 20:36:11 +0200 |
sylvain thenault |
cleanup, remove some unnecessary (sometime buggy) stuff
tls-sprint
|
file |
diff |
annotate
|
Tue, 07 Apr 2009 19:51:11 +0200 |
sylvain thenault |
get field's help in guess_field
tls-sprint
|
file |
diff |
annotate
|
Tue, 07 Apr 2009 17:18:54 +0200 |
sylvain thenault |
handle sort/internationalizable on Field base class + fix guess_field to deal with internationalizable and default values
tls-sprint
|
file |
diff |
annotate
|
Fri, 27 Mar 2009 12:31:42 +0100 |
sylvain thenault |
cleanup, various fix to get something working
tls-sprint
|
file |
diff |
annotate
|
Thu, 26 Mar 2009 18:59:01 +0100 |
sylvain thenault |
more form works
tls-sprint
|
file |
diff |
annotate
|
Thu, 12 Mar 2009 20:44:58 +0100 |
sylvain thenault |
give field id in __repr__
tls-sprint
|
file |
diff |
annotate
|
Thu, 12 Mar 2009 19:58:58 +0100 |
sylvain thenault |
more guess_field tests and fixes
tls-sprint
|
file |
diff |
annotate
|
Thu, 12 Mar 2009 19:39:34 +0100 |
sylvain thenault |
unification of meta-attributes handling:
tls-sprint
|
file |
diff |
annotate
|
Thu, 12 Mar 2009 16:33:29 +0100 |
sylvain thenault |
test and fix guess_field, some pylint fixes
tls-sprint
|
file |
diff |
annotate
|
Wed, 11 Mar 2009 23:25:29 +0100 |
sylvain thenault |
move fields and widgets to their own module
tls-sprint
|
file |
diff |
annotate
|