Mon, 25 Mar 2013 16:35:18 +0100 |
Pierre-Yves David |
[transaction] use set operation in the hook control code
|
file |
diff |
annotate
|
Mon, 25 Mar 2013 16:08:48 +0100 |
Pierre-Yves David |
[session/transaction] move hook management in transaction itself
|
file |
diff |
annotate
|
Mon, 25 Mar 2013 15:28:18 +0100 |
Pierre-Yves David |
[session] allow writable tx_attr and use it for commit_state
|
file |
diff |
annotate
|
Mon, 25 Mar 2013 16:12:39 +0100 |
Pierre-Yves David |
[session/transaction] move add operation in session code
|
file |
diff |
annotate
|
Mon, 25 Mar 2013 16:13:34 +0100 |
Pierre-Yves David |
[session/transaction] move entity life utility on transaction
|
file |
diff |
annotate
|
Mon, 25 Mar 2013 16:20:25 +0100 |
Pierre-Yves David |
[transaction] small simplification in ecache code
|
file |
diff |
annotate
|
Mon, 25 Mar 2013 14:16:16 +0100 |
Pierre-Yves David |
[session/transaction] move entity cache management on session
|
file |
diff |
annotate
|
Mon, 25 Mar 2013 14:17:31 +0100 |
Pierre-Yves David |
[session] have a nice helper function to forward access to session
|
file |
diff |
annotate
|
Mon, 25 Mar 2013 12:41:13 +0100 |
Pierre-Yves David |
[session] drop dead code
|
file |
diff |
annotate
|
Fri, 22 Mar 2013 20:14:08 +0100 |
Pierre-Yves David |
[session] use tx.data directly in session code.
|
file |
diff |
annotate
|
Fri, 22 Mar 2013 20:11:17 +0100 |
Pierre-Yves David |
[transaction] rename transaction_data to data
|
file |
diff |
annotate
|
Fri, 22 Mar 2013 19:58:43 +0100 |
Pierre-Yves David |
[session] document Session._tx
|
file |
diff |
annotate
|
Fri, 22 Mar 2013 20:05:49 +0100 |
Pierre-Yves David |
[session] split session creation from default session assignation
|
file |
diff |
annotate
|
Fri, 22 Mar 2013 20:04:43 +0100 |
Pierre-Yves David |
[session] make session lock reentrant
|
file |
diff |
annotate
|
Fri, 22 Mar 2013 19:51:50 +0100 |
Pierre-Yves David |
[session] document set_tx
|
file |
diff |
annotate
|
Fri, 22 Mar 2013 19:49:57 +0100 |
Pierre-Yves David |
[session] rename txstore variable to tx
|
file |
diff |
annotate
|
Fri, 22 Mar 2013 20:10:19 +0100 |
Pierre-Yves David |
[session] rename `_threaddata` to `_tx`
|
file |
diff |
annotate
|
Fri, 22 Mar 2013 19:37:51 +0100 |
Pierre-Yves David |
[session] rename self.__threaddata.txdata to self.__threaddata.tx
|
file |
diff |
annotate
|
Fri, 22 Mar 2013 19:42:33 +0100 |
Pierre-Yves David |
[session] rename _tx_data into _txs
|
file |
diff |
annotate
|
Fri, 22 Mar 2013 19:32:25 +0100 |
Pierre-Yves David |
[transaction] relocate method building transaction context manager
|
file |
diff |
annotate
|
Fri, 22 Mar 2013 18:49:48 +0100 |
Pierre-Yves David |
[transaction] move RQLRewriter in Transaction
|
file |
diff |
annotate
|
Fri, 22 Mar 2013 18:38:56 +0100 |
Pierre-Yves David |
[transaction] initialize security control attribute in Transaction
|
file |
diff |
annotate
|
Fri, 22 Mar 2013 18:33:53 +0100 |
Pierre-Yves David |
[session] move security constant out of the class
|
file |
diff |
annotate
|
Fri, 22 Mar 2013 18:27:34 +0100 |
Pierre-Yves David |
[transaction] initialize hook control attribute in Transaction
|
file |
diff |
annotate
|
Fri, 22 Mar 2013 18:34:04 +0100 |
Pierre-Yves David |
[session] Move hook control constants out of the class
|
file |
diff |
annotate
|
Mon, 25 Mar 2013 14:20:10 +0100 |
Pierre-Yves David |
[transaction] initialize transaction data and state related attribute.
|
file |
diff |
annotate
|
Fri, 22 Mar 2013 18:51:03 +0100 |
Pierre-Yves David |
[transaction] handle ``mode`` default value in Transaction
|
file |
diff |
annotate
|
Fri, 22 Mar 2013 17:47:45 +0100 |
Pierre-Yves David |
[transaction] explicit Transaction cnxset attribute
|
file |
diff |
annotate
|
Fri, 22 Mar 2013 17:09:49 +0100 |
Pierre-Yves David |
[server] rename TransactionData to Transaction
|
file |
diff |
annotate
|
Fri, 22 Mar 2013 19:31:21 +0100 |
Pierre-Yves David |
[doc] update Session documentation
|
file |
diff |
annotate
|
Thu, 14 Feb 2013 15:39:23 +0100 |
Nicolas Chauvat |
[toward-py3k] remove import with_statement (part of #2711624)
|
file |
diff |
annotate
|
Mon, 21 Jan 2013 18:01:25 +0100 |
Sylvain Thénault |
[db-api/configuration] simplify db-api and configuration so that all the connection information is in the repository url, closes #2521848
|
file |
diff |
annotate
|
Tue, 11 Dec 2012 18:20:00 +0100 |
Aurelien Campeas |
[server] add debugging for Hooks & Operations (closes #2470048)
|
file |
diff |
annotate
|
Fri, 16 Nov 2012 11:53:17 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 14 Nov 2012 11:06:24 +0100 |
Aurelien Campeas |
[dbapi] provide get_option_value over DBAPIRequest (closes #2515522)
stable
|
file |
diff |
annotate
|
Thu, 11 Oct 2012 18:42:13 +0200 |
Sylvain Thénault |
[req / session] drop is_internal_session (buggy) compat on base request by implementing necessary methods on internal manager
|
file |
diff |
annotate
|
Fri, 21 Sep 2012 15:03:59 +0200 |
Adrien Di Mascio |
mock ``CWUser.prefered_language()`` on InternalManager objects.
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Thu, 20 Sep 2012 14:50:06 +0200 |
Sylvain Thénault |
[session] promote usage of [deny|all]_all_hooks_but session methods rather than hooks_control context manager directly
|
file |
diff |
annotate
|
Tue, 11 Sep 2012 22:32:01 +0200 |
Sylvain Thénault |
[repo cleanup] drop code moved to querier by 7e264ce34cd4
|
file |
diff |
annotate
|
Mon, 10 Sep 2012 17:36:22 +0200 |
Sylvain Thénault |
[session / querier] reorganize code to building result set descriptions
|
file |
diff |
annotate
|
Mon, 10 Sep 2012 13:53:59 +0200 |
Sylvain Thénault |
[request/session] refactor language handling: don't attempt to sync web/repo languages
|
file |
diff |
annotate
|
Fri, 07 Sep 2012 14:01:59 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 04 Sep 2012 06:09:17 +0200 |
Sylvain Thénault |
[datafeed] make cnxset handling of datafeed source more robust
stable
|
file |
diff |
annotate
|
Fri, 03 Aug 2012 13:29:37 +0200 |
Sylvain Thénault |
[entity edition] don't remove values from attribute cache on the repository side
|
file |
diff |
annotate
|
Wed, 06 Jun 2012 10:26:34 +0200 |
Aurelien Campeas |
[server/session,repo] turn InternalSession, hence repo.internal_session, into a context manager (closes #2393651)
|
file |
diff |
annotate
|
Wed, 11 Apr 2012 14:36:19 +0200 |
Pierre-Yves David |
[service-api] Add unified service API on `_cw` attribute
|
file |
diff |
annotate
|
Thu, 15 Mar 2012 14:26:12 +0100 |
Anthony Truchet |
[config, undo] Fix undo-support option migration
|
file |
diff |
annotate
|
Mon, 27 Feb 2012 09:43:15 +0100 |
Anthony Truchet |
[repo, undo] Finish repository-side implementation of the undo feature (closes #893940)
|
file |
diff |
annotate
|
Mon, 23 Jan 2012 13:25:02 +0100 |
Sylvain Thénault |
[vreg] move base registry implementation to logilab.common. Closes #1916014
|
file |
diff |
annotate
|
Tue, 22 Nov 2011 11:26:06 +0100 |
Alexandre Fayolle |
actually a bad idea, sorry
|
file |
diff |
annotate
|
Tue, 22 Nov 2011 11:20:36 +0100 |
Alexandre Fayolle |
fix typo
|
file |
diff |
annotate
|
Mon, 21 Nov 2011 17:53:14 +0100 |
Alexandre Fayolle |
added log when operation precommit fails
|
file |
diff |
annotate
|
Fri, 21 Oct 2011 14:32:37 +0200 |
Sylvain Thénault |
[diet] drop pre 3.6 API compatibility (but attempt to keep data cmopatibility). Closes #2017916
|
file |
diff |
annotate
|
Thu, 20 Oct 2011 14:20:46 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 20 Oct 2011 14:17:52 +0200 |
Sylvain Thénault |
[rset] don't only consider a sample select node / solution to compute rset description. Closes #2036499
stable
|
file |
diff |
annotate
|
Fri, 23 Sep 2011 14:18:13 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 21 Sep 2011 17:38:00 +0200 |
Sylvain Thénault |
[exceptions] stop catching any exception in various places (closes #1942716)
stable
|
file |
diff |
annotate
|
Thu, 15 Sep 2011 18:39:55 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 13 Sep 2011 15:41:11 +0200 |
Sylvain Thénault |
[cubification] moved CWPermission handling into a localperms cube. closes #1914011
|
file |
diff |
annotate
|