server/ssplanner.py
Tue, 15 Sep 2015 18:23:35 +0200 Rémi Cardona [py3k] unicode → six.text_type
Tue, 15 Sep 2015 16:15:03 +0200 Rémi Cardona [py3k] dict.iteritems → dict.items
Mon, 01 Dec 2014 16:50:41 +0100 Julien Cristau Don't pass an encoding to rqlst.as_string()
Wed, 29 Jan 2014 15:29:49 +0100 Julien Cristau [server] rename session to cnx in querier and plan
Thu, 23 Jan 2014 13:47:28 +0100 Sylvain Thénault [multi-sources-removal] Drop entities.source column
Fri, 21 Jun 2013 16:01:59 +0200 Sylvain Thénault [multi-sources-removal] Kill repo.sources
Wed, 31 Jul 2013 13:56:00 +0200 Sylvain Thénault [rql / querier] fix bad interpretation of some RQL SET query stable
Mon, 08 Apr 2013 14:45:10 +0200 Pierre-Yves David merge 3.16.x fix in 3.17.x branch
Mon, 08 Apr 2013 14:18:32 +0200 Pierre-Yves David merge with 3.15.x fix stable
Mon, 08 Apr 2013 11:09:50 +0200 Adrien Di Mascio [querier] fix eid relations handling in SET queries (closes #2797052) oldstable
Tue, 12 Mar 2013 12:50:05 +0100 Nicolas Chauvat drop typed_eid() in favour of int() (closes #2742462)
Thu, 14 Feb 2013 16:45:07 +0100 Nicolas Chauvat [toward py3k] rewrite has_key() (part of #2711624)
Thu, 14 Feb 2013 15:39:23 +0100 Nicolas Chauvat [toward-py3k] remove import with_statement (part of #2711624)
Fri, 14 Sep 2012 14:15:39 +0200 Sylvain Thénault [session] fix arguments default value and promote usage of security_enabled as session method. Closes #2481820
Mon, 12 Dec 2011 12:09:49 +0100 Sylvain Thénault [rql2sql] None for attributes in kwargs generate IS NULL, so should be considered in sql cache key. Closes #2116693 stable
Tue, 25 Oct 2011 18:22:19 +0200 Sylvain Thénault [rql2sql] fix regression introduced in 8018:f01c80513274 leading to bad execution of DELETE queries
Tue, 25 Oct 2011 14:03:52 +0200 Sylvain Thénault [rql] closes #2054468: support for HAVING in SET/DELETE queries
Tue, 14 Jun 2011 15:37:09 +0200 Sylvain Thénault [repository] refactor/cleanup entity deletion methods stable
Fri, 15 Apr 2011 15:42:17 +0200 Alexandre Fayolle [server] improve the speed of setting relations between entities (closes #1625257)
Mon, 28 Mar 2011 16:39:49 +0200 Sylvain Thénault [server] move EditedEntity class to its own module, to avoid cyclic dependency when needed from e.g. session.py stable
Wed, 26 Jan 2011 10:42:40 +0100 Alexandre Fayolle avoid creating a new instance of CleanupDeletedEidsCacheOp if nothing was deleted stable
Tue, 25 Jan 2011 12:09:59 +0100 Alexandre Fayolle improve massive deletion performance stable
Sat, 09 Oct 2010 00:05:50 +0200 Sylvain Thénault [hook/operation] nicer api to achieve same result as set_operation, as described in #1253630
Wed, 25 Aug 2010 10:29:18 +0200 Sylvain Thénault [session] cleanup hook / operation / entity edition api
Mon, 21 Jun 2010 17:30:15 +0200 Sylvain Thénault [rql2sql] #1089207: do not encode Unicode strings from RQL statements to db encoding
Fri, 11 Jun 2010 07:58:52 +0200 Sylvain Thénault [json] fix json serialization for recent simplejson implementation, and test encoding of entities
Thu, 20 May 2010 20:50:00 +0200 Sylvain Thénault [entity] continue cleanup of Entity/AnyEntity namespace
Wed, 28 Apr 2010 12:15:52 +0200 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
Wed, 28 Apr 2010 10:06:01 +0200 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
Mon, 12 Apr 2010 08:22:37 +0200 Adrien Di Mascio [repository] fix edited_attributes management in multiple SET queries stable
Tue, 30 Mar 2010 10:39:16 +0200 Sylvain Thénault [repo] more efficient eid cache operations handling based on set_operation; refactor stable
Mon, 29 Mar 2010 13:26:20 +0200 Sylvain Thénault [repo] don't execute child step twice in EntitiesDeleteStep stable
Mon, 22 Mar 2010 17:58:03 +0100 Sylvain Thénault fix security issue introduced by 4967:04543ed0bbdc: attributes explicitly set by hooks should not be checked by security hooks
Thu, 11 Mar 2010 18:28:38 +0100 Sylvain Thénault [write security] we must check perm with read security disabled + add missing eid argument to check_perm
Tue, 09 Mar 2010 08:59:43 +0100 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.
Thu, 04 Mar 2010 12:07:54 +0100 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)
Wed, 03 Mar 2010 17:59:05 +0100 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.
Mon, 18 Jan 2010 19:21:30 +0100 Sylvain Thénault backport stable branch
Thu, 07 Jan 2010 16:52:32 +0100 Adrien Di Mascio update copyright: welcome 2010 stable
Mon, 19 Oct 2009 15:16:41 +0200 Sylvain Thénault backport stable
Thu, 15 Oct 2009 20:29:21 +0200 Sylvain Thénault follow yams 0.25 api changes to improve performance stable
Tue, 13 Oct 2009 08:50:51 +0200 Sylvain Thénault on entity deletion query, return eids of deleted entities
Wed, 23 Sep 2009 15:29:31 +0200 Sylvain Thénault cw.rqlrewrite shouldn't depend on cw.server stable
Thu, 20 Aug 2009 17:47:35 +0200 Sylvain Thénault test and fix rset returned by SET query 3.5
Mon, 17 Aug 2009 12:11:54 +0200 Sylvain Thénault towards better edited attributes handling stable
Mon, 03 Aug 2009 17:59:34 +0200 Sylvain Thénault [repo] explicitly specifies edited attributes to glob_update_entity
Mon, 03 Aug 2009 10:50:57 +0200 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
Fri, 31 Jul 2009 23:30:56 +0200 Sylvain Thénault [R repo, schema] use VIRTUAL_RTYPES const
Thu, 11 Jun 2009 19:07:47 +0200 Sylvain Thénault update transaction data api stable
Thu, 28 May 2009 09:20:07 +0200 Adrien Di Mascio big bunch of copyright / docstring update
Thu, 14 May 2009 11:38:40 +0200 Adrien Di Mascio delete-trailing-whitespace + some copyright update tls-sprint
Tue, 10 Mar 2009 11:35:52 +0100 sylvain thenault use datetime instead of mx.DateTime tls-sprint
Wed, 05 Nov 2008 15:52:50 +0100 Adrien Di Mascio Showtime !
less more (0) tip