web/views/cwproperties.py
2015-09-18 Rémi Cardona [py3k] use next builtin instead of next method
2015-09-11 Rémi Cardona [py3k] replace '_ = unicode' in global scope (closes #7589459)
2015-09-15 Rémi Cardona [py3k] dict.iteritems → dict.items
2015-03-17 Rémi Cardona [web/views] Fix PropertyKeyField widget (closes #5087413)
2015-03-17 Rémi Cardona [web/views] Fix exception in CWProperty edit form (closes #5087412)
2013-02-14 Nicolas Chauvat [toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
2013-01-10 Aurelien Campeas [uicfg] uicfg.py moves from web/ to web/views/ (prepares #2406609)
2012-01-23 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
2011-12-16 Adrien Di Mascio [controllers] deprecate JSonController and implement AjaxController / ajax-func registry (closes #2110265)
2011-09-29 Sylvain Thénault backport stable
2011-09-28 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
2011-09-26 Sylvain Thénault backport stable
2011-09-23 Sylvain Thénault [web request] fix cookie 'expires' formating (closes #1953945) stable
2011-09-22 Sylvain Thénault [cwproperties] refactor properties form to make it partly overrideable easily (closes #1936782)
2011-09-16 Sylvain Thénault [user prefs] use same title as the action for consistency stable
2010-10-19 Sylvain Thénault cleanups
2010-10-19 Sylvain Thénault [js] remove deprecation warnings by using $.noop instead of noop
2010-10-12 Sylvain Thénault [form] unify form.render prototype to take a 'w' argument as other view/components render method
2010-08-25 Sylvain Thénault [session] cleanup hook / operation / entity edition api
2010-08-25 Sylvain Thénault [web api] unify 'contentnav' (VComponent) and 'boxes' registries as 'ctxcomponents' (CtxComponent)
2010-08-04 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
2010-07-05 Sylvain Thénault [selectors] provide a new, optimized, is_instance selector that should at some point replace implements (along with the adaptable selector)
2010-06-21 katia [css] more css rework, need visual test in compat/new modes
2010-06-09 Sylvain Thénault backport stable
2010-06-09 Sylvain Thénault [pylint] fix detected name errors stable
2010-05-20 Sylvain Thénault [entity] introduce a new 'adapters' registry
2010-05-18 Sylvain Thénault [preferences] support dot (.) in registry id of configurable appobjects stable
2010-05-07 Sylvain Thénault [selectors] new logged_user_in_rset selector stable
2010-04-28 Sylvain Thénault backport oldstable changes stable
2010-04-28 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
2010-04-28 Sylvain Thénault backport default into stable: stable is now cw 3.8
2010-04-28 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
2010-04-14 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)
2010-01-26 Sylvain Thénault add CWProperty for_user CWUser when on the user primary view
2010-01-26 Sylvain Thénault move CWProperty rtags from autoform to cwproperties module.
2010-01-19 Sylvain Thénault 3.6 api update
2010-01-19 Stephanie Marcu inherit from FieldWidget to inherit from the process_field_data required by the edit controller
2010-01-19 Stephanie Marcu with cw 3.6 we've to specify entity's relation role
2010-01-18 Sylvain Thénault backport stable branch
2010-01-13 Sylvain Thénault refactor form error handling:
2010-01-08 Adrien Di Mascio [forms] make it easier to override CWProperty form buttons stable
2010-01-07 Adrien Di Mascio update copyright: welcome 2010 stable
2009-12-21 Sylvain Thénault form_add_hidden -> add_hidden
2009-12-21 Sylvain Thénault refactor form field value handling, to get a nicer api and an easier algorithm to get field's value
2009-12-21 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)
2009-12-03 Sylvain Thénault backport stable into default
2009-12-01 Sylvain Thénault [forms] deprecate form_render(**kwargs) in favor of render(formvalues=None, rendervalues=None, renderer=None) stable
2009-10-19 Sylvain Thénault remove some warnings
2009-09-29 Sylvain Thénault backport stable branch
2009-09-29 Sylvain Thénault [form] replace is_subform by parent_form, carrying more information at the same cost stable
2009-09-23 Adrien Di Mascio [api] some more _cw / __regid__, automatic tests now pass again
2009-09-23 Adrien Di Mascio [api] work in progress, use __regid__, cw_*, etc.
2009-09-23 Sylvain Thénault use __regid__ instead of id on appobject classes
2009-08-03 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
2009-07-31 Sylvain Thénault missing new renderer argument
2009-07-30 Sandrine Ribeau Add missing parameter to widget render call.
2009-07-24 Sylvain Thénault application -> instance where it makes sense
2009-07-23 Adrien Di Mascio backport stable branch into default
2009-07-21 Sylvain Thénault fix typo, remove debug stable
2009-07-21 Nicolas Chauvat [views] epropertiesform renamed propertiesform stable
less more (0) -60 tip