server/session.py
Mon, 28 Mar 2011 16:41:36 +0200 Sylvain Thénault [repository] fix crash in optimized [add|remove]_relation w/ inlined relation (broken by cw 3.10 refactoring) stable
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, 16 Mar 2011 09:37:46 +0100 Alexandre Fayolle help pylint by explicitely defining some attributes oldstable
Tue, 08 Mar 2011 17:55:15 +0100 Sylvain Thénault Add a "closed" property on session stable
Fri, 22 Oct 2010 09:15:35 +0200 Sylvain Thénault [pylint] fix a bug of pylint detected errors and i18n pb (calling builtins._ instead of req._)
Sat, 09 Oct 2010 00:05:52 +0200 Sylvain Thénault [schema / sources] store data sources as cubicweb entities
Wed, 06 Oct 2010 14:04:26 +0200 Sylvain Thénault backport stable
Fri, 01 Oct 2010 18:49:47 +0200 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
Wed, 25 Aug 2010 18:29:55 +0200 Sylvain Thénault update documentation to follow 6142:8bc6eac1fac1 changes. Try to make it better and move most doc with code on the way
Wed, 25 Aug 2010 10:29:18 +0200 Sylvain Thénault [session] cleanup hook / operation / entity edition api
Fri, 06 Aug 2010 17:49:20 +0200 Sylvain Thénault backport stable
Fri, 06 Aug 2010 17:33:07 +0200 Sylvain Thénault [session] should be _cw, not req stable
Wed, 28 Jul 2010 16:31:32 +0200 Sylvain Thénault backport stable
Wed, 28 Jul 2010 11:37:02 +0200 Sylvain Thénault [session] this log should be at the debug level, not info stable
Mon, 26 Jul 2010 12:15:11 +0200 Sylvain Thénault [dbapi] cleanup shared data api: let access to transaction from dbapi, we can write it after all... Also, querydata is better named txdata
Wed, 07 Jul 2010 13:01:44 +0200 Sylvain Thénault backport stable
Tue, 06 Jul 2010 17:09:14 +0200 Sylvain Thénault [repository] fix so that when repository is shutting down, internal session in transaction are interrupted stable
Mon, 05 Jul 2010 19:05:56 +0200 Sylvain Thénault [session] don't log reraised error occured during precommit
Mon, 05 Jul 2010 18:25:19 +0200 Sylvain Thénault [schema migration] import refactoring to fix #1109558 and enhances things on the way
Thu, 01 Jul 2010 17:06:37 +0200 Sylvain Thénault backport stable
Wed, 23 Jun 2010 09:27:52 +0200 Alexandre Fayolle [session] refactor session handling so that when calling session.close(), pool of long running transaction of the same session is properly freed stable
Mon, 21 Jun 2010 15:34:46 +0200 Sylvain Thénault backport stable
Mon, 21 Jun 2010 15:32:26 +0200 Sylvain Thénault [transaction w/ separated web/repo processes] the dbapi should explicitly specify a transaction id to avoid confusion when web server / repository run in separated processes stable
Mon, 21 Jun 2010 13:23:11 +0200 Sylvain Thénault backport stable
Mon, 21 Jun 2010 08:52:13 +0200 Sylvain Thénault [session] when rollback_on_failure is false, we should not try to reconnect if the sql raised an error stable
Fri, 18 Jun 2010 15:41:39 +0200 Sylvain Thénault [session] update session's timestamp in session.execute, so long running transactions are not erroneously closed by the repository stable
Fri, 18 Jun 2010 14:56:01 +0200 Sylvain Thénault [repo session] expected argument is the source, not the session stable
Thu, 10 Jun 2010 10:16:59 +0200 Sylvain Thénault backport stable
Wed, 09 Jun 2010 14:21:08 +0200 Sylvain Thénault [querier] fix rset description bug with some union queries stable
Thu, 20 May 2010 20:50:00 +0200 Sylvain Thénault [entity] continue cleanup of Entity/AnyEntity namespace
Fri, 30 Apr 2010 12:14:15 +0200 Sylvain Thénault [webconfig] introduce property sheets. Use them to replace external_resources
Thu, 29 Apr 2010 14:21:59 +0200 Sylvain Thénault [webconfig] cleanup base_url management
Wed, 28 Apr 2010 12:24:20 +0200 Sylvain Thénault backport oldstable changes stable
Wed, 28 Apr 2010 12:15:52 +0200 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
Wed, 28 Apr 2010 12:14:22 +0200 Sylvain Thénault backport default into stable: stable is now cw 3.8
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
Tue, 13 Apr 2010 19:43:51 +0200 Sylvain Thénault backport stable
Tue, 13 Apr 2010 15:46:46 +0200 Sylvain Thénault [session] better readability stable
Fri, 09 Apr 2010 15:10:26 +0200 Sylvain Thénault backport stable
Fri, 09 Apr 2010 11:16:00 +0200 Sylvain Thénault [session] no way for queries from an InternalSession to be a dbapi query stable
Wed, 07 Apr 2010 14:26:35 +0200 Sylvain Thénault #759035: Automate addition of eid cachekey in RQL analysis
Thu, 01 Apr 2010 11:48:18 +0200 Sylvain Thénault nicer warning stable
Wed, 31 Mar 2010 12:53:24 +0200 Sylvain Thénault [session] try to reconnect on unexpected error in system_sql. We need this for proper reconnection of pool used by hooks or looping task doing sql queries (such as cw_cleanup_transaction) stable
Tue, 30 Mar 2010 11:17:21 +0200 Sylvain Thénault [undo] consistent is/is_instance_of processing stable
Tue, 30 Mar 2010 10:57:42 +0200 Sylvain Thénault [querier] introduce RepeatList class, used to optimize size of data returned for result set description stable
Fri, 26 Mar 2010 16:13:27 +0100 Sylvain Thénault add note stable cubicweb-version-3.7.2
Thu, 25 Mar 2010 14:00:01 +0100 Sylvain Thénault [cleanup] useless try except stable
Wed, 24 Mar 2010 14:11:01 +0100 Sylvain Thénault backport pending_operations on hi-jacked session, see comment stable
Wed, 24 Mar 2010 11:00:02 +0100 Sylvain Thénault [repo] fix warning message and implementation of bw compat unsafe_execute stable
Wed, 17 Mar 2010 09:16:30 +0100 Sylvain Thénault [session] fix hijack_user: most transaction_data should be copied (everything but the entity cache
Mon, 01 Mar 2010 11:26:14 +0100 Katia Saurfelt server/web api for accessing to deleted_entites
Fri, 12 Mar 2010 16:11:56 +0100 Sylvain Thénault backport stable
Fri, 12 Mar 2010 15:01:52 +0100 Sylvain Thénault [notification] fix dumb name error in hijack user
Thu, 11 Mar 2010 16:49:43 +0100 Sylvain Thénault [session] del session's thread local store on close stable
Tue, 09 Mar 2010 12:07:16 +0100 Sylvain Thénault [refactor] drop rset.vreg attribute, vreg should be accessed through rset.req. Also kill decorate_rset, simply set rset.req where we were calling this method.
Tue, 09 Mar 2010 11:05:29 +0100 Sylvain Thénault backport stable
Tue, 09 Mar 2010 11:00:48 +0100 Sylvain Thénault fix hooks control method name + other litle cleanups
Tue, 09 Mar 2010 10:59:50 +0100 Sylvain Thénault cleanup stable
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.
Mon, 08 Mar 2010 19:02:35 +0100 Sylvain Thénault move hooks activation control on session object, so we can have a per transaction control. Added a new `hooks_control` context manager for usual modification of hooks activation.
less more (0) -100 -60 tip