2011-01-11 |
Sylvain Thénault |
[web action] refactor box menu handling, fixing #1401943 on the way
stable
|
file |
diff |
annotate
|
2010-08-25 |
Sylvain Thénault |
[boxes] introduce new boxes system
|
file |
diff |
annotate
|
2010-05-20 |
Sylvain Thénault |
[entity] introduce a new 'adapters' registry
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
backport oldstable changes
stable
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
replace logilab-common by CubicWeb in disclaimer
oldstable
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
backport default into stable: stable is now cw 3.8
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
proper licensing information (LGPL-2.1). Hope I get it right this time.
stable
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
2010-02-26 |
Sylvain Thénault |
kill dead/useless code as suggested by pylint
stable
|
file |
diff |
annotate
|
2010-02-05 |
Sylvain Thénault |
reorganize, cleanup and properly document base selectors. Kill the may_add_relation selector.
|
file |
diff |
annotate
|
2010-01-18 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2010-01-07 |
Adrien Di Mascio |
update copyright: welcome 2010
stable
|
file |
diff |
annotate
|
2009-09-23 |
Adrien Di Mascio |
[api] some more _cw / __regid__, automatic tests now pass again
|
file |
diff |
annotate
|
2009-09-23 |
Adrien Di Mascio |
[api] work in progress, use __regid__, cw_*, etc.
|
file |
diff |
annotate
|
2009-09-17 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
2009-09-16 |
Sylvain Thénault |
nicer add urls
3.5
|
file |
diff |
annotate
|
2009-09-15 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
2009-09-15 |
Sylvain Thénault |
[actions] refactor: extract actual_actions from fill_menu to work with table filter form
3.5
|
file |
diff |
annotate
|
2009-09-14 |
Sylvain Thénault |
cleanup, futur warning fixes :)
3.5
|
file |
diff |
annotate
|
2009-09-14 |
Sylvain Thénault |
edit box refactoring to gain more control by using actions
3.5
|
file |
diff |
annotate
|
2009-08-17 |
Sylvain Thénault |
fix __init__ parameters
|
file |
diff |
annotate
|
2009-08-13 |
Sylvain Thénault |
remove more 3.2 deprecated code, reintroduce checkbox used by formrenderers
|
file |
diff |
annotate
|
2009-08-13 |
Sylvain Thénault |
refactor property handling to avoid name conflicts
|
file |
diff |
annotate
|
2009-08-05 |
Sylvain Thénault |
cleanup
|
file |
diff |
annotate
|
2009-08-03 |
Sylvain Thénault |
R [base classes] only AppObject remaning, no more AppRsetObject
|
file |
diff |
annotate
|
2009-05-28 |
Adrien Di Mascio |
big bunch of copyright / docstring update
|
file |
diff |
annotate
|
2009-04-29 |
sylvain thenault |
match normal search state on action by default
tls-sprint
|
file |
diff |
annotate
|
2009-04-22 |
sylvain thenault |
remove trailing white spaces
tls-sprint
|
file |
diff |
annotate
|
2009-04-22 |
sylvain thenault |
drop hopeless registerer bw compat
tls-sprint
|
file |
diff |
annotate
|
2009-02-18 |
Adrien Di Mascio |
rename abstract_* selectors into partial_* + add docstrings
tls-sprint
|
file |
diff |
annotate
|
2009-02-18 |
Adrien Di Mascio |
introduce abstract selectors to get rid of the my_selector() contagion
tls-sprint
|
file |
diff |
annotate
|
2009-02-18 |
Adrien Di Mascio |
fix compatibility class EntityAction: test for accepts() before has_condition()
tls-sprint
|
file |
diff |
annotate
|
2009-02-18 |
sylvain thenault |
cleanup
tls-sprint
|
file |
diff |
annotate
|
2009-02-18 |
Adrien Di Mascio |
remove explicit access to .im_func when overriding `registered`
tls-sprint
|
file |
diff |
annotate
|
2009-02-18 |
Adrien Di Mascio |
some minor __select__ composition fixes
tls-sprint
|
file |
diff |
annotate
|
2009-02-18 |
Adrien Di Mascio |
replaced most of __selectors__ assignments with __select__
tls-sprint
|
file |
diff |
annotate
|
2009-02-17 |
sylvain thenault |
update some imports
tls-sprint
|
file |
diff |
annotate
|
2009-02-17 |
sylvain thenault |
drop more registerers
tls-sprint
|
file |
diff |
annotate
|
2009-02-17 |
sylvain thenault |
properly kill/depreciate component base class, only keep Component
tls-sprint
|
file |
diff |
annotate
|
2009-02-17 |
Adrien Di Mascio |
work in progress - fix deprecation of EntityAction - fix various selectors bugs
tls-sprint
|
file |
diff |
annotate
|
2009-02-17 |
sylvain thenault |
use & operator instead of chainall, deprecate EntityAction, fix relation_possible action argument
tls-sprint
|
file |
diff |
annotate
|
2009-02-17 |
Adrien Di Mascio |
various SyntaxErrors / missing import fixes + reorganization of the `registered` classmethod
tls-sprint
|
file |
diff |
annotate
|
2009-02-17 |
sylvain thenault |
kill AddEntityAction
tls-sprint
|
file |
diff |
annotate
|
2009-02-17 |
sylvain thenault |
drop LinToEntityAction2, only used by the comment cube
tls-sprint
|
file |
diff |
annotate
|
2009-02-16 |
sylvain thenault |
drop EntityAction usage in cw, upgrade rql_condition and friends
tls-sprint
|
file |
diff |
annotate
|
2009-02-16 |
sylvain thenault |
major selector refactoring (mostly to avoid looking for select parameters on the target class), start accept / interface unification)
tls-sprint
|
file |
diff |
annotate
|
2008-12-22 |
Sylvain Thenault |
more selector renaming
|
file |
diff |
annotate
|
2008-11-05 |
Adrien Di Mascio |
Showtime !
|
file |
diff |
annotate
|