2011-10-21 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-10-21 |
Sylvain Thénault |
[selectors] EClassSelector (eg is_instance & all) should check for None value (possible w/ outer join) when a row is specified. Closes #2033165
stable
|
file |
diff |
annotate
|
2011-10-14 |
Sylvain Thénault |
[selectors] match_kwargs and match_form_params selectors both accept a new `once_is_enough` argument (closes #1990438)
|
file |
diff |
annotate
|
2011-09-14 |
Sylvain Thénault |
[deprecation] fix unittest pending deprecation warnings on failIf/failUnless methods family
|
file |
diff |
annotate
|
2011-07-05 |
Sylvain Thénault |
[selectors, test] remove duplicated test and add some for relation_possible selector w/ rqlst
|
file |
diff |
annotate
|
2011-04-28 |
Alexandre Fayolle |
[hooks selection optimization] prune hooks when multiple entities are concerned by a hm.call_hooks() (closes: #1672022)
|
file |
diff |
annotate
|
2011-05-11 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-05-11 |
Sylvain Thénault |
[selectors] enhance rql_condition to make it usable as a condition on request's user
stable
|
file |
diff |
annotate
|
2011-05-10 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-05-09 |
Sylvain Thénault |
[selectors] test/fix rql_condition to make it works when entity is specified via 'entity' keyword argument instead of rset, row and col
stable
|
file |
diff |
annotate
|
2011-05-02 |
Sylvain Thénault |
[entity 3.13 api] rename clear_all_caches into cw_clear_all_cache
|
file |
diff |
annotate
|
2011-04-22 |
Alexandre Fayolle |
fix tests broken by fcb8932082a5 (continued)
|
file |
diff |
annotate
|
2011-02-11 |
Sylvain Thénault |
[test] missing future import
stable
|
file |
diff |
annotate
|
2011-01-28 |
Julien Jehannet |
[selectors] modify workflow selectors: is_in_state, on_transition
stable
|
file |
diff |
annotate
|
2011-01-27 |
Alexandre Fayolle |
fix #1452413 : is_in_state selector does not match initial state of an entity
stable
|
file |
diff |
annotate
|
2011-01-25 |
Sylvain Thénault |
[test] fix score_entity test
stable
|
file |
diff |
annotate
|
2011-01-21 |
Sylvain Thénault |
[test] fix typo
stable
|
file |
diff |
annotate
|
2011-01-20 |
Julien Jehannet |
[tests] new unit tests about score_entity selector (inscore machinery)
stable
|
file |
diff |
annotate
|
2010-09-24 |
Julien Jehannet |
[selectors] multi_lines_rset selector supports now optional operator for richer comparaisons
stable
|
file |
diff |
annotate
|
2010-09-24 |
Sylvain Thénault |
[test] update test to unittest2 api (still using lgc.testlib though)
stable
|
file |
diff |
annotate
|
2010-07-30 |
Sylvain Thénault |
[selectors] fix is_instance bug w/ parent classes. Also slight performance enhancements by changing what's returned by vreg['etypes'].parent_classes method (dedicated for this usage...) and removing no more necessary methods
stable
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
2010-05-21 |
Sylvain Thénault |
[selectors] ensure adaptable('IDownloadable') takes precedence over implements('Any')
|
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-22 |
Julien Jehannet |
[selector] allow inplace operator in selector computation
|
file |
diff |
annotate
|
2010-02-08 |
Sylvain Thénault |
kill register_appobject_class method, simplifying autoregistration. Update test accordingly (test which manually registers object should also properly call there __register__ method). Drop the disable-appobjects config file entry: no one used it since its introduction years ago.
|
file |
diff |
annotate
|
2010-02-08 |
Sylvain Thénault |
backport stable branch and some vreg cleanups:
|
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] use _cw, cw_row, cw_col, cw_rset etc.
|
file |
diff |
annotate
|
2009-08-11 |
Sylvain Thénault |
[testlib] #345052 and #344207: major test lib refactoring/cleanup + update usage
|
file |
diff |
annotate
|
2009-08-03 |
Sylvain Thénault |
[appobject] kill VObject class, move base selector classes to appobject
|
file |
diff |
annotate
|
2009-05-28 |
Adrien Di Mascio |
big bunch of copyright / docstring update
|
file |
diff |
annotate
|
2009-05-04 |
sylvain thenault |
fix tests
tls-sprint
|
file |
diff |
annotate
|
2009-04-30 |
sylvain thenault |
tests depends on the bootstrap cube
tls-sprint
|
file |
diff |
annotate
|
2009-04-24 |
sylvain thenault |
more implements selector tests
tls-sprint
|
file |
diff |
annotate
|
2009-02-18 |
sylvain thenault |
implements some str, fix implements selector, test and fixes
tls-sprint
|
file |
diff |
annotate
|
2009-02-16 |
Adrien Di Mascio |
simple test implementation for binary operators on selectors
tls-sprint
|
file |
diff |
annotate
|