server/ssplanner.py
2014-12-01 Julien Cristau Don't pass an encoding to rqlst.as_string()
2014-01-29 Julien Cristau [server] rename session to cnx in querier and plan
2014-01-23 Sylvain Thénault [multi-sources-removal] Drop entities.source column
2013-06-21 Sylvain Thénault [multi-sources-removal] Kill repo.sources
2013-07-31 Sylvain Thénault [rql / querier] fix bad interpretation of some RQL SET query stable
2013-04-08 Pierre-Yves David merge 3.16.x fix in 3.17.x branch
2013-04-08 Pierre-Yves David merge with 3.15.x fix stable
2013-04-08 Adrien Di Mascio [querier] fix eid relations handling in SET queries (closes #2797052) oldstable
2013-03-12 Nicolas Chauvat drop typed_eid() in favour of int() (closes #2742462)
2013-02-14 Nicolas Chauvat [toward py3k] rewrite has_key() (part of #2711624)
2013-02-14 Nicolas Chauvat [toward-py3k] remove import with_statement (part of #2711624)
2012-09-14 Sylvain Thénault [session] fix arguments default value and promote usage of security_enabled as session method. Closes #2481820
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
2011-10-25 Sylvain Thénault [rql2sql] fix regression introduced in 8018:f01c80513274 leading to bad execution of DELETE queries
2011-10-25 Sylvain Thénault [rql] closes #2054468: support for HAVING in SET/DELETE queries
2011-06-14 Sylvain Thénault [repository] refactor/cleanup entity deletion methods stable
2011-04-15 Alexandre Fayolle [server] improve the speed of setting relations between entities (closes #1625257)
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-01-26 Alexandre Fayolle avoid creating a new instance of CleanupDeletedEidsCacheOp if nothing was deleted stable
2011-01-25 Alexandre Fayolle improve massive deletion performance stable
2010-10-08 Sylvain Thénault [hook/operation] nicer api to achieve same result as set_operation, as described in #1253630
2010-08-25 Sylvain Thénault [session] cleanup hook / operation / entity edition api
2010-06-21 Sylvain Thénault [rql2sql] #1089207: do not encode Unicode strings from RQL statements to db encoding
2010-06-11 Sylvain Thénault [json] fix json serialization for recent simplejson implementation, and test encoding of entities
2010-05-20 Sylvain Thénault [entity] continue cleanup of Entity/AnyEntity namespace
2010-04-28 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
2010-04-28 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
2010-04-12 Adrien Di Mascio [repository] fix edited_attributes management in multiple SET queries stable
2010-03-30 Sylvain Thénault [repo] more efficient eid cache operations handling based on set_operation; refactor stable
2010-03-29 Sylvain Thénault [repo] don't execute child step twice in EntitiesDeleteStep stable
2010-03-22 Sylvain Thénault fix security issue introduced by 4967:04543ed0bbdc: attributes explicitly set by hooks should not be checked by security hooks
2010-03-11 Sylvain Thénault [write security] we must check perm with read security disabled + add missing eid argument to check_perm
2010-03-09 Sylvain Thénault [repo] enhanced security handling: deprecates unsafe_execute, in favor of explicit read/write security control using the `enabled_security` context manager. Also code executed on the repository side is now unsafe by default.
2010-03-04 Sylvain Thénault [repo] fix bug introduced by 4757:ec9c20c6b9f7, testing for select.selection is not enough to avoid the substep query, we should check there is no interesting restriction (test added)
2010-03-03 Sylvain Thénault [repo] improve planning of insert/update queries: do not select affected constants so the don't go and back to/from the source.
2010-01-18 Sylvain Thénault backport stable branch
2010-01-07 Adrien Di Mascio update copyright: welcome 2010 stable
2009-10-19 Sylvain Thénault backport stable
2009-10-15 Sylvain Thénault follow yams 0.25 api changes to improve performance stable
2009-10-13 Sylvain Thénault on entity deletion query, return eids of deleted entities
2009-09-23 Sylvain Thénault cw.rqlrewrite shouldn't depend on cw.server stable
2009-08-20 Sylvain Thénault test and fix rset returned by SET query 3.5
2009-08-17 Sylvain Thénault towards better edited attributes handling stable
2009-08-03 Sylvain Thénault [repo] explicitly specifies edited attributes to glob_update_entity
2009-08-03 Sylvain Thénault R [vreg] important refactoring of the vregistry, moving behaviour to end dictionnary (and so leaving room for more flexibility ; keep bw compat ; update api usage in cw
2009-07-31 Sylvain Thénault [R repo, schema] use VIRTUAL_RTYPES const
2009-06-11 Sylvain Thénault update transaction data api stable
2009-05-28 Adrien Di Mascio big bunch of copyright / docstring update
2009-05-14 Adrien Di Mascio delete-trailing-whitespace + some copyright update tls-sprint
2009-03-10 sylvain thenault use datetime instead of mx.DateTime tls-sprint
2008-11-05 Adrien Di Mascio Showtime !
less more (0) tip