2012-04-10 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2012-04-10 |
Sylvain Thénault |
[test] update create_user call
stable
|
file |
diff |
annotate
|
2012-04-10 |
Sylvain Thénault |
[test] use setUpClass rather than setUpModule to avoid inter-dependency pb with CubicWebTC sub-classes
stable
|
file |
diff |
annotate
|
2012-04-05 |
David Douard |
Fix a Python 2.5 regression introduced by previous commit
stable
|
file |
diff |
annotate
|
2012-03-26 |
Sylvain Thénault |
[rql annotation] fix has_text_query detection (if coming from sub-query and if has_text on a column aliases. Closes #2275322
stable
|
file |
diff |
annotate
|
2012-03-16 |
Sylvain Thénault |
[security] use a stronger encryption algorythm for password, keeping bw compat
stable
|
file |
diff |
annotate
|
2012-02-13 |
Sylvain Thénault |
[test] fix test broken by EmailAddress read permissions change
|
file |
diff |
annotate
|
2011-12-12 |
Sylvain Thénault |
[rql2sql] None for attributes in kwargs generate IS NULL, so should be considered in sql cache key. Closes #2116693
stable
|
file |
diff |
annotate
|
2011-12-05 |
Julien Cristau |
[server test] Fix tests regression from changeset 7980b36fb1aa
|
file |
diff |
annotate
|
2011-10-25 |
Sylvain Thénault |
useless debugged breaks test with python < 2.6
|
file |
diff |
annotate
|
2011-10-25 |
Sylvain Thénault |
[test] unittest2 api update
|
file |
diff |
annotate
|
2011-10-25 |
Sylvain Thénault |
[rql] closes #2054468: support for HAVING in SET/DELETE queries
|
file |
diff |
annotate
|
2011-10-21 |
Sylvain Thénault |
[test] one more base etype...
|
file |
diff |
annotate
|
2011-10-04 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-10-04 |
Sylvain Thénault |
[rql, sql] support for weekday function introduced in lgdp 1.7 (closes #1979717)
stable
|
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-27 |
Sylvain Thénault |
[sql] more test and fix boolean handling
stable
|
file |
diff |
annotate
|
2011-06-17 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-06-16 |
Sylvain Thénault |
[rql annotation] fix bad invariant variable w/ has_text relation: this is only true when has_text will be used as principal (though we don't know that yet)
stable
|
file |
diff |
annotate
|
2011-06-09 |
Sylvain Thénault |
[repo test] fixes
|
file |
diff |
annotate
|
2011-05-19 |
Sylvain Thénault |
[repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
|
file |
diff |
annotate
|
2011-05-19 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-05-19 |
Sylvain Thénault |
[rql2sql] fix generated sql for eid comparison. closes #1638695
stable
|
file |
diff |
annotate
|
2011-05-18 |
Sylvain Thénault |
[querier test] test groupby function call / column number
|
file |
diff |
annotate
|
2011-04-27 |
Adrien Di Mascio |
[rql] basic support for regexp-based pattern matching
|
file |
diff |
annotate
|
2011-04-12 |
Sylvain Thénault |
[timezone] ensure tzinfo is None
|
file |
diff |
annotate
|
2011-04-01 |
Sylvain Thénault |
[time zone] support for TZDatetime and TZTime data type
|
file |
diff |
annotate
|
2011-03-30 |
Alexandre Fayolle |
more TZDatetime/TZTime test fixes
|
file |
diff |
annotate
|
2011-03-16 |
Pierre-Yves David |
merge old stable into stable
stable
|
file |
diff |
annotate
|
2010-12-07 |
Aurelien Campeas |
[test] New Handling of database for test.
oldstable
|
file |
diff |
annotate
|
2011-03-07 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-03-07 |
Sylvain Thénault |
some copyrigh updates
stable
|
file |
diff |
annotate
|
2011-02-07 |
Sylvain Thénault |
[sources] rewrite the way pyrorql mapping are stored in the database so it can be reused for other sources (eg datafeed+cwxml)
|
file |
diff |
annotate
|
2011-01-05 |
Julien Jehannet |
[unittest2] use unittest2 module fixture api
stable
|
file |
diff |
annotate
|
2010-10-25 |
Sylvain Thénault |
[test] make test independant from the working directory
|
file |
diff |
annotate
|
2010-10-08 |
Sylvain Thénault |
[schema / sources] store data sources as cubicweb entities
|
file |
diff |
annotate
|
2010-09-29 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-09-29 |
Sylvain Thénault |
[selector] cleanup
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-09-13 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-09-10 |
syt |
fix tests
stable
|
file |
diff |
annotate
|
2010-09-09 |
Sylvain Thénault |
cleanups
stable
|
file |
diff |
annotate
|
2010-09-09 |
Sylvain Thénault |
[querier test] remove some actually bad tests that were passing thanks to a sqlite bug
stable
|
file |
diff |
annotate
|
2010-09-07 |
Sylvain Thénault |
cleanups
stable
|
file |
diff |
annotate
|
2010-08-10 |
Adrien Di Mascio |
[forms] test abs() rql function
|
file |
diff |
annotate
|
2010-08-02 |
Sylvain Thénault |
[rql2sql] add test for rql bug #37423, which triggered a cw bug fixed by this changeset (infinite loop with some queries...)
stable
|
file |
diff |
annotate
|
2010-06-21 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-06-17 |
Sylvain Thénault |
[rql2sql] when using HAVING to by-pass rql limitation (not to filter on result of an aggregat function), we should emit SQL that doesn't use HAVING to avoid potential backend error because variables are not grouped. Closes #1061603.
stable
|
file |
diff |
annotate
|
2010-06-10 |
Sylvain Thénault |
[3.9] fix tests
|
file |
diff |
annotate
|
2010-06-10 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-06-09 |
Sylvain Thénault |
[querier] fix rset description bug with some union queries
stable
|
file |
diff |
annotate
|
2010-06-07 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-06-03 |
Sylvain Thénault |
[querier] test and fix potential bug in insertion query with multiple relations inside, caused by a name conflict. Also fix another bug non reproduced by using a set instead of a list (list may leads to compare entity instances which isn't allowed).
stable
|
file |
diff |
annotate
|
2010-05-25 |
Sylvain Thénault |
no more Image type w/ cw 3.9
|
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-07 |
Sylvain Thénault |
#759035: Automate addition of eid cachekey in RQL analysis
|
file |
diff |
annotate
|
2010-03-09 |
Sylvain Thénault |
rename logilab.db into logilab.database
|
file |
diff |
annotate
|