Fri, 29 Jan 2010 16:54:49 +0100 Sylvain Thénault [entity] small optimization: once an entity has been completed, don't redo it (for nothing) stable
Fri, 29 Jan 2010 16:53:52 +0100 Sylvain Thénault [treeview] ensure items are ordered according to their dc_title, we can't rely on an ordered rset stable
Fri, 29 Jan 2010 16:45:18 +0100 Sylvain Thénault [entity] rename vid argument of .view(...) into __vid to avoid potential conflicts with kwargs stable
Fri, 29 Jan 2010 16:43:57 +0100 Sylvain Thénault eschema view is gone away stable
Thu, 28 Jan 2010 14:30:05 +0100 Sylvain Thénault remove misnamed argument stable
Thu, 28 Jan 2010 14:29:52 +0100 Sylvain Thénault add version number to deprecation warning stable
Thu, 28 Jan 2010 09:49:50 +0100 Adrien Di Mascio [entities] fix CWUser.is_in_group implementation stable
Wed, 27 Jan 2010 14:12:09 +0100 Sylvain Thénault missing import
Wed, 27 Jan 2010 11:15:32 +0100 Sylvain Thénault must check for relation inlined in main form type
Wed, 27 Jan 2010 11:14:57 +0100 Sylvain Thénault skip final relations at this point
Wed, 27 Jan 2010 11:26:57 +0100 Adrien Di Mascio add missing errno import in etwist/server.py stable
Wed, 27 Jan 2010 10:17:27 +0100 Sylvain Thénault should not raise KeyError if key's missing
Wed, 27 Jan 2010 10:00:58 +0100 Sylvain Thénault choices function should now take the field as argument
Wed, 27 Jan 2010 10:00:35 +0100 Sylvain Thénault cleanup
Wed, 27 Jan 2010 10:00:19 +0100 Sylvain Thénault missing import
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:57:53 +0100 Sylvain Thénault ensure we get a correct key
Wed, 27 Jan 2010 09:57:16 +0100 Sylvain Thénault test fixes
Wed, 27 Jan 2010 09:56:58 +0100 Sylvain Thénault useless, same as test_nonregr_eetype_etype_editing
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:53:48 +0100 Sylvain Thénault reorganize code:
Wed, 27 Jan 2010 09:25:40 +0100 Sylvain Thénault [forms] fix backward compat for field.choices arguments
Wed, 27 Jan 2010 09:24:35 +0100 Sylvain Thénault use field.vocabulary instead of field.choices, skip already related eids. Also consider vocabulary when no etype specified
Wed, 27 Jan 2010 09:22:07 +0100 Sylvain Thénault [primary view] activate toolbox
Wed, 27 Jan 2010 09:21:38 +0100 Sylvain Thénault it seems that prefixiter is expected to return child *folder* but was relying on a specific .children implementation, fix this
Tue, 26 Jan 2010 20:30:35 +0100 Sylvain Thénault 3.6 api update, cleanup
Tue, 26 Jan 2010 20:29:52 +0100 Sylvain Thénault [forms] let the autoform specify the generic relation field label,
Tue, 26 Jan 2010 20:28:56 +0100 Sylvain Thénault simplify messages used for inlined forms
Tue, 26 Jan 2010 20:27:48 +0100 Sylvain Thénault should have been in previous commit (moved below in the module)
Tue, 26 Jan 2010 20:25:56 +0100 Sylvain Thénault [forms] the last touch: handle inlined relation forms as fields
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:48:41 +0100 Sylvain Thénault surrounding div necessary for proper error localization
Tue, 26 Jan 2010 16:48:06 +0100 Sylvain Thénault cleanup base class
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:47:07 +0100 Sylvain Thénault new jquery based widgets for Time/Date/DateTime, backported from crm
Tue, 26 Jan 2010 16:46:12 +0100 Sylvain Thénault introduce a default render implementation on the base widget, which
Tue, 26 Jan 2010 16:43:51 +0100 Sylvain Thénault [forms] new optional suffix attribute on widget objects, used to generage input name / dom id.
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 13:38:02 +0100 Sylvain Thénault fix deprecation warnings
Tue, 26 Jan 2010 13:36:55 +0100 Sylvain Thénault fif inlined relation forms pb w/ new ajax forms.
Tue, 26 Jan 2010 13:34:12 +0100 Sylvain Thénault now that we are property initializing autoform_section for the 'inlined' form type, use it...
Tue, 26 Jan 2010 13:32:54 +0100 Sylvain Thénault [uicfg] fix autoform_section rtags initialization
Tue, 26 Jan 2010 13:27:40 +0100 Sylvain Thénault cache result of the COUNT query used to see if a non unique attribute may be used as rest path on the entity instance to avoid recomputing it later
Tue, 26 Jan 2010 13:26:41 +0100 Sylvain Thénault incontext view of EmailAddress is a mailto: link
Tue, 26 Jan 2010 10:35:46 +0100 Sylvain Thénault add CWProperty for_user CWUser when on the user primary view
Tue, 26 Jan 2010 10:35:23 +0100 Sylvain Thénault move CWProperty rtags from autoform to cwproperties 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:30:57 +0100 Sylvain Thénault must skip internal field value from the generic relations combobox
Tue, 26 Jan 2010 10:29:50 +0100 Sylvain Thénault case where 'w' argument is None should be handled in do_paginate
Tue, 26 Jan 2010 10:28:30 +0100 Sylvain Thénault [uicfg] clean dead code, fix indexview_etype_section for ExternalUri and Bookmark
Tue, 26 Jan 2010 10:27:52 +0100 Sylvain Thénault [uicfg] fix reloading pb with the indexview_etype_section
Tue, 26 Jan 2010 10:26:51 +0100 Sylvain Thénault must catch UnmodifiedField exception in has_been_modified
Tue, 26 Jan 2010 10:24:50 +0100 Sylvain Thénault command may now officially be either a string or a list, don't make think it's for backward compat
Tue, 26 Jan 2010 10:24:07 +0100 Sylvain Thénault nicer usage for cubicweb-ctl
Tue, 26 Jan 2010 10:23:38 +0100 Sylvain Thénault get back iterparents implementation from folder cubes
Tue, 26 Jan 2010 10:22:48 +0100 Sylvain Thénault eschema view has been removed
Tue, 26 Jan 2010 10:22:37 +0100 Sylvain Thénault [bfss] make it works when adding/updating entities with an attribute using bfss
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip