web/action.py
Tue, 24 Nov 2015 14:08:47 +0100 Julien Cristau Remove trailing empty lines
Fri, 16 Oct 2015 11:58:10 +0200 Rémi Cardona spelling: *aly → *ally
Fri, 11 Sep 2015 18:05:38 +0200 Rémi Cardona [py3k] replace '_ = unicode' in global scope (closes #7589459)
Fri, 07 Mar 2014 10:27:14 +0100 Julien Cristau [doc] undocument user_callback
Mon, 23 Jan 2012 13:25:02 +0100 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
Fri, 21 Oct 2011 14:32:37 +0200 Sylvain Thénault [diet] drop pre 3.6 API compatibility (but attempt to keep data cmopatibility). Closes #2017916
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
Fri, 16 Sep 2011 16:42:42 +0200 Sylvain Thénault [refactoring] introduce add_etype_button function to properly create button to add a new entity stable
Thu, 15 Sep 2011 08:34:31 +0200 Alexandre Fayolle [doc] add some documentation in cubicweb.web.action stable
Tue, 11 Jan 2011 12:19:36 +0100 Sylvain Thénault [web action] refactor box menu handling, fixing #1401943 on the way stable
Wed, 25 Aug 2010 10:01:11 +0200 Sylvain Thénault [boxes] introduce new boxes system
Thu, 20 May 2010 20:47:55 +0200 Sylvain Thénault [entity] introduce a new 'adapters' registry
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)
Fri, 26 Feb 2010 13:19:14 +0100 Sylvain Thénault kill dead/useless code as suggested by pylint stable
Fri, 05 Feb 2010 08:53:33 +0100 Sylvain Thénault reorganize, cleanup and properly document base selectors. Kill the may_add_relation selector.
Mon, 18 Jan 2010 19:21:30 +0100 Sylvain Thénault backport stable branch
Thu, 07 Jan 2010 16:52:32 +0100 Adrien Di Mascio update copyright: welcome 2010 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.
Thu, 17 Sep 2009 15:16:53 +0200 Sylvain Thénault backport 3.5
Wed, 16 Sep 2009 19:25:08 +0200 Sylvain Thénault nicer add urls 3.5
Tue, 15 Sep 2009 15:01:41 +0200 Sylvain Thénault backport 3.5
Tue, 15 Sep 2009 14:49:30 +0200 Sylvain Thénault [actions] refactor: extract actual_actions from fill_menu to work with table filter form 3.5
Mon, 14 Sep 2009 19:01:37 +0200 Sylvain Thénault cleanup, futur warning fixes :) 3.5
Mon, 14 Sep 2009 19:01:24 +0200 Sylvain Thénault edit box refactoring to gain more control by using actions 3.5
Mon, 17 Aug 2009 20:02:57 +0200 Sylvain Thénault fix __init__ parameters
Thu, 13 Aug 2009 11:49:56 +0200 Sylvain Thénault remove more 3.2 deprecated code, reintroduce checkbox used by formrenderers
Thu, 13 Aug 2009 10:20:57 +0200 Sylvain Thénault refactor property handling to avoid name conflicts
Wed, 05 Aug 2009 17:25:06 +0200 Sylvain Thénault cleanup
Mon, 03 Aug 2009 14:14:07 +0200 Sylvain Thénault R [base classes] only AppObject remaning, no more AppRsetObject
Thu, 28 May 2009 09:20:07 +0200 Adrien Di Mascio big bunch of copyright / docstring update
Wed, 29 Apr 2009 10:55:57 +0200 sylvain thenault match normal search state on action by default tls-sprint
Wed, 22 Apr 2009 18:44:30 +0200 sylvain thenault remove trailing white spaces tls-sprint
Wed, 22 Apr 2009 18:42:58 +0200 sylvain thenault drop hopeless registerer bw compat tls-sprint
Wed, 18 Feb 2009 23:11:01 +0100 Adrien Di Mascio rename abstract_* selectors into partial_* + add docstrings tls-sprint
Wed, 18 Feb 2009 13:36:28 +0100 Adrien Di Mascio introduce abstract selectors to get rid of the my_selector() contagion tls-sprint
Wed, 18 Feb 2009 11:35:54 +0100 Adrien Di Mascio fix compatibility class EntityAction: test for accepts() before has_condition() tls-sprint
Wed, 18 Feb 2009 11:11:05 +0100 sylvain thenault cleanup tls-sprint
Wed, 18 Feb 2009 10:03:26 +0100 Adrien Di Mascio remove explicit access to .im_func when overriding `registered` tls-sprint
Wed, 18 Feb 2009 01:45:35 +0100 Adrien Di Mascio some minor __select__ composition fixes tls-sprint
Wed, 18 Feb 2009 01:21:25 +0100 Adrien Di Mascio replaced most of __selectors__ assignments with __select__ tls-sprint
Tue, 17 Feb 2009 23:40:30 +0100 sylvain thenault update some imports tls-sprint
Tue, 17 Feb 2009 17:13:55 +0100 sylvain thenault drop more registerers tls-sprint
Tue, 17 Feb 2009 14:45:54 +0100 sylvain thenault properly kill/depreciate component base class, only keep Component tls-sprint
Tue, 17 Feb 2009 13:48:58 +0100 Adrien Di Mascio work in progress - fix deprecation of EntityAction - fix various selectors bugs tls-sprint
Tue, 17 Feb 2009 12:52:50 +0100 sylvain thenault use & operator instead of chainall, deprecate EntityAction, fix relation_possible action argument tls-sprint
Tue, 17 Feb 2009 12:47:07 +0100 Adrien Di Mascio various SyntaxErrors / missing import fixes + reorganization of the `registered` classmethod tls-sprint
Tue, 17 Feb 2009 12:34:13 +0100 sylvain thenault kill AddEntityAction tls-sprint
Tue, 17 Feb 2009 09:58:47 +0100 sylvain thenault drop LinToEntityAction2, only used by the comment cube tls-sprint
Mon, 16 Feb 2009 20:51:24 +0100 sylvain thenault drop EntityAction usage in cw, upgrade rql_condition and friends tls-sprint
Mon, 16 Feb 2009 18:26:13 +0100 sylvain thenault major selector refactoring (mostly to avoid looking for select parameters on the target class), start accept / interface unification) tls-sprint
Mon, 22 Dec 2008 17:22:54 +0100 Sylvain Thenault more selector renaming
Wed, 05 Nov 2008 15:52:50 +0100 Adrien Di Mascio Showtime !
less more (0) tip