web/views/cwproperties.py
Fri, 18 Sep 2015 14:29:53 +0200 Rémi Cardona [py3k] use next builtin instead of next method
Fri, 11 Sep 2015 18:05:38 +0200 Rémi Cardona [py3k] replace '_ = unicode' in global scope (closes #7589459)
Tue, 15 Sep 2015 16:15:03 +0200 Rémi Cardona [py3k] dict.iteritems → dict.items
Tue, 17 Mar 2015 12:34:07 +0100 Rémi Cardona [web/views] Fix PropertyKeyField widget (closes #5087413)
Tue, 17 Mar 2015 12:35:45 +0100 Rémi Cardona [web/views] Fix exception in CWProperty edit form (closes #5087412)
Thu, 14 Feb 2013 15:38:25 +0100 Nicolas Chauvat [toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
Thu, 10 Jan 2013 18:34:10 +0100 Aurelien Campeas [uicfg] uicfg.py moves from web/ to web/views/ (prepares #2406609)
Mon, 23 Jan 2012 13:25:02 +0100 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
Fri, 16 Dec 2011 12:30:12 +0100 Adrien Di Mascio [controllers] deprecate JSonController and implement AjaxController / ajax-func registry (closes #2110265)
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
Mon, 26 Sep 2011 19:24:08 +0200 Sylvain Thénault backport stable
Fri, 23 Sep 2011 12:16:29 +0200 Sylvain Thénault [web request] fix cookie 'expires' formating (closes #1953945) stable
Thu, 22 Sep 2011 16:12:33 +0200 Sylvain Thénault [cwproperties] refactor properties form to make it partly overrideable easily (closes #1936782)
Fri, 16 Sep 2011 17:10:33 +0200 Sylvain Thénault [user prefs] use same title as the action for consistency stable
Tue, 19 Oct 2010 13:14:48 +0200 Sylvain Thénault cleanups
Tue, 19 Oct 2010 12:01:35 +0200 Sylvain Thénault [js] remove deprecation warnings by using $.noop instead of noop
Tue, 12 Oct 2010 14:10:58 +0200 Sylvain Thénault [form] unify form.render prototype to take a 'w' argument as other view/components render method
Wed, 25 Aug 2010 10:29:18 +0200 Sylvain Thénault [session] cleanup hook / operation / entity edition api
Wed, 25 Aug 2010 10:29:07 +0200 Sylvain Thénault [web api] unify 'contentnav' (VComponent) and 'boxes' registries as 'ctxcomponents' (CtxComponent)
Wed, 04 Aug 2010 11:16:40 +0200 Sylvain Thénault [cwprops] fix callable vocabulary of cwproperties which were inconsistently called. No more argument, should now simply return a list of (untranslated) values
Mon, 05 Jul 2010 12:04:32 +0200 Sylvain Thénault [selectors] provide a new, optimized, is_instance selector that should at some point replace implements (along with the adaptable selector)
Mon, 21 Jun 2010 16:13:41 +0200 katia [css] more css rework, need visual test in compat/new modes
Wed, 09 Jun 2010 10:06:46 +0200 Sylvain Thénault backport stable
Wed, 09 Jun 2010 09:54:35 +0200 Sylvain Thénault [pylint] fix detected name errors stable
Thu, 20 May 2010 20:47:55 +0200 Sylvain Thénault [entity] introduce a new 'adapters' registry
Tue, 18 May 2010 14:24:04 +0200 Sylvain Thénault [preferences] support dot (.) in registry id of configurable appobjects stable
Fri, 07 May 2010 20:07:54 +0200 Sylvain Thénault [selectors] new logged_user_in_rset selector 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
Wed, 14 Apr 2010 11:26:36 +0200 Sylvain Thénault [web] stop having actions configurable through cwproperties: this clutter site management and .po files for a useless fonctionnality (which, where and how actions are displayed is handled by code)
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, 19 Jan 2010 14:41:19 +0100 Sylvain Thénault 3.6 api update
Tue, 19 Jan 2010 10:43:48 +0100 Stephanie Marcu inherit from FieldWidget to inherit from the process_field_data required by the edit controller
Tue, 19 Jan 2010 10:42:47 +0100 Stephanie Marcu with cw 3.6 we've to specify entity's relation role
Mon, 18 Jan 2010 19:21:30 +0100 Sylvain Thénault backport stable branch
Wed, 13 Jan 2010 15:54:07 +0100 Sylvain Thénault refactor form error handling:
Fri, 08 Jan 2010 12:17:42 +0100 Adrien Di Mascio [forms] make it easier to override CWProperty form buttons stable
Thu, 07 Jan 2010 16:52:32 +0100 Adrien Di Mascio update copyright: welcome 2010 stable
Mon, 21 Dec 2009 20:21:56 +0100 Sylvain Thénault form_add_hidden -> add_hidden
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
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)
Thu, 03 Dec 2009 17:17:43 +0100 Sylvain Thénault backport stable into default
Tue, 01 Dec 2009 08:43:37 +0100 Sylvain Thénault [forms] deprecate form_render(**kwargs) in favor of render(formvalues=None, rendervalues=None, renderer=None) stable
Mon, 19 Oct 2009 18:15:24 +0200 Sylvain Thénault remove some warnings
Tue, 29 Sep 2009 15:58:44 +0200 Sylvain Thénault backport stable branch
Tue, 29 Sep 2009 12:41:46 +0200 Sylvain Thénault [form] replace is_subform by parent_form, carrying more information at the same cost stable
Thu, 24 Sep 2009 00:24:21 +0200 Adrien Di Mascio [api] some more _cw / __regid__, automatic tests now pass again
Wed, 23 Sep 2009 19:40:19 +0200 Adrien Di Mascio [api] work in progress, use __regid__, cw_*, etc.
Wed, 23 Sep 2009 09:29:39 +0200 Sylvain Thénault use __regid__ instead of id on appobject classes
Mon, 03 Aug 2009 10:50:57 +0200 Sylvain Thénault R [vreg] important refactoring of the vregistry, moving behaviour to end dictionnary (and so leaving room for more flexibility ; keep bw compat ; update api usage in cw
Fri, 31 Jul 2009 10:42:15 +0200 Sylvain Thénault missing new renderer argument
Thu, 30 Jul 2009 14:54:40 -0700 Sandrine Ribeau Add missing parameter to widget render call.
Fri, 24 Jul 2009 14:33:37 +0200 Sylvain Thénault application -> instance where it makes sense
Thu, 23 Jul 2009 15:33:03 +0200 Adrien Di Mascio backport stable branch into default
Tue, 21 Jul 2009 13:10:37 +0200 Sylvain Thénault fix typo, remove debug stable
Tue, 21 Jul 2009 12:56:29 +0200 Nicolas Chauvat [views] epropertiesform renamed propertiesform stable
less more (0) -60 tip