server/querier.py
2011-05-19 Sylvain Thénault [repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
2011-04-15 Alexandre Fayolle [server] improve the speed of setting relations between entities (closes #1625257)
2011-03-30 Sylvain Thénault [rql rewriter] to properly handle 'relation' rql expressions, rql rewriter must support multiple variables (eg S and O) at once to be given as varmap stable
2011-03-28 Sylvain Thénault [server] move EditedEntity class to its own module, to avoid cyclic dependency when needed from e.g. session.py stable
2011-03-16 Alexandre Fayolle help pylint by explicitely defining some attributes oldstable
2011-02-21 Sylvain Thénault [repo querier] fix rqlst cache no limit issue, comment the code stable
2010-10-08 Sylvain Thénault [schema / sources] store data sources as cubicweb entities
2010-10-06 Sylvain Thénault backport stable
2010-10-01 Sylvain Thénault [repo transaction] fix rollback behaviour as discussed on the mailing-list: instead of rollbacking automatically on Unauthorized/ValidationError, mark the transaction as uncommitable and disallow commiting stable
2010-09-29 Sylvain Thénault backport stable
2010-09-29 Sylvain Thénault [transaction] to avoid potential db corruption, we should rollback systematically in case of ValidationError stable
2010-09-02 Alexandre Fayolle fix name error by adding missing import
2010-08-25 Sylvain Thénault [session] cleanup hook / operation / entity edition api
2010-08-20 Sylvain Thénault [ms] fix two planner bugs: one occuring query such as X created_by U where X in a external source and U may come from an ldap source. The other being that when we've to merge input maps, we were modifying the same tree/solutions while a copy were needed. Also, ensure we add type restrictions, necessary for pyro source stable
2010-08-20 Sylvain Thénault cleanups stable
2010-07-19 Sylvain Thénault [querier] actually fix bug attempted to be fixed in 5942:f1abba8ccc01. The pb was not in multi-sources but because of missing annotation on rql generated by security insertion
2010-07-05 Sylvain Thénault backport stable
2010-07-05 Sylvain Thénault [security] fix read rql expression insertion: we should not insert rql expr on variables only referenced in neged relation stable
2010-06-17 Sylvain Thénault [fti] support for fti ranking: has_text query results sorted by relevance, and provides a way to control weight per entity / entity's attribute
2010-06-11 Sylvain Thénault [json] fix json serialization for recent simplejson implementation, and test encoding of entities
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
2010-05-26 Sylvain Thénault [security] fix security insertion on DISTINCT queries 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-27 Sylvain Thénault [repo security] deal with rewriten constant nodes in check_read_access, necessary when repo is used as an external source stable
2010-04-07 Sylvain Thénault backport stable
2010-04-07 Sylvain Thénault [querier] don't need a Cache instance for rql cacke key cache
2010-04-07 Sylvain Thénault #759035: Automate addition of eid cachekey in RQL analysis
less more (0) -50 -30 tip