2013-03-27 |
Pierre-Yves David |
[session] security context directly use transaction object when applicable
|
file |
diff |
annotate
|
2013-03-27 |
Pierre-Yves David |
[session] move context manager logic in the security context manager
|
file |
diff |
annotate
|
2013-03-27 |
Pierre-Yves David |
[session] hook control context directly use transaction object when applicable
|
file |
diff |
annotate
|
2013-03-27 |
Pierre-Yves David |
[session] move context manager logic in the hook controls context manager
|
file |
diff |
annotate
|
2013-03-27 |
Pierre-Yves David |
[session] drop the useless set_hooks_mode method
|
file |
diff |
annotate
|
2013-03-27 |
Pierre-Yves David |
[session/transaction] move most undo support into transaction
|
file |
diff |
annotate
|
2013-03-27 |
Pierre-Yves David |
[session] simplify mode property
|
file |
diff |
annotate
|
2013-03-27 |
Pierre-Yves David |
[session/transaction] pass the session object to the Transaction __init__
|
file |
diff |
annotate
|
2013-03-27 |
Pierre-Yves David |
[session] use a dedicated class to track cnxset
|
file |
diff |
annotate
|
2013-03-26 |
Pierre-Yves David |
[session] cleanup Transaction.cnxset
|
file |
diff |
annotate
|
2013-03-25 |
Pierre-Yves David |
[session] drop useless getter and setter for security
|
file |
diff |
annotate
|
2013-03-27 |
Pierre-Yves David |
[session/transaction] move read_security subtlety in transaction
|
file |
diff |
annotate
|
2013-03-25 |
Pierre-Yves David |
[transaction] initialize dbapi_request in __init__
|
file |
diff |
annotate
|
2013-03-27 |
Pierre-Yves David |
[session] drop pre-3.7 api on session
|
file |
diff |
annotate
|
2013-03-25 |
Pierre-Yves David |
[transaction] use set operation in the hook control code
|
file |
diff |
annotate
|
2013-03-25 |
Pierre-Yves David |
[session/transaction] move hook management in transaction itself
|
file |
diff |
annotate
|
2013-03-25 |
Pierre-Yves David |
[session] allow writable tx_attr and use it for commit_state
|
file |
diff |
annotate
|
2013-03-25 |
Pierre-Yves David |
[session/transaction] move add operation in session code
|
file |
diff |
annotate
|
2013-03-25 |
Pierre-Yves David |
[session/transaction] move entity life utility on transaction
|
file |
diff |
annotate
|
2013-03-25 |
Pierre-Yves David |
[transaction] small simplification in ecache code
|
file |
diff |
annotate
|
2013-03-25 |
Pierre-Yves David |
[session/transaction] move entity cache management on session
|
file |
diff |
annotate
|
2013-03-25 |
Pierre-Yves David |
[session] have a nice helper function to forward access to session
|
file |
diff |
annotate
|
2013-03-25 |
Pierre-Yves David |
[session] drop dead code
|
file |
diff |
annotate
|
2013-03-22 |
Pierre-Yves David |
[session] use tx.data directly in session code.
|
file |
diff |
annotate
|
2013-03-22 |
Pierre-Yves David |
[transaction] rename transaction_data to data
|
file |
diff |
annotate
|
2013-03-22 |
Pierre-Yves David |
[session] document Session._tx
|
file |
diff |
annotate
|
2013-03-22 |
Pierre-Yves David |
[session] split session creation from default session assignation
|
file |
diff |
annotate
|
2013-03-22 |
Pierre-Yves David |
[session] make session lock reentrant
|
file |
diff |
annotate
|
2013-03-22 |
Pierre-Yves David |
[session] document set_tx
|
file |
diff |
annotate
|
2013-03-22 |
Pierre-Yves David |
[session] rename txstore variable to tx
|
file |
diff |
annotate
|
2013-03-22 |
Pierre-Yves David |
[session] rename `_threaddata` to `_tx`
|
file |
diff |
annotate
|
2013-03-22 |
Pierre-Yves David |
[session] rename self.__threaddata.txdata to self.__threaddata.tx
|
file |
diff |
annotate
|
2013-03-22 |
Pierre-Yves David |
[session] rename _tx_data into _txs
|
file |
diff |
annotate
|
2013-03-22 |
Pierre-Yves David |
[transaction] relocate method building transaction context manager
|
file |
diff |
annotate
|
2013-03-22 |
Pierre-Yves David |
[transaction] move RQLRewriter in Transaction
|
file |
diff |
annotate
|
2013-03-22 |
Pierre-Yves David |
[transaction] initialize security control attribute in Transaction
|
file |
diff |
annotate
|
2013-03-22 |
Pierre-Yves David |
[session] move security constant out of the class
|
file |
diff |
annotate
|
2013-03-22 |
Pierre-Yves David |
[transaction] initialize hook control attribute in Transaction
|
file |
diff |
annotate
|
2013-03-22 |
Pierre-Yves David |
[session] Move hook control constants out of the class
|
file |
diff |
annotate
|
2013-03-25 |
Pierre-Yves David |
[transaction] initialize transaction data and state related attribute.
|
file |
diff |
annotate
|
2013-03-22 |
Pierre-Yves David |
[transaction] handle ``mode`` default value in Transaction
|
file |
diff |
annotate
|
2013-03-22 |
Pierre-Yves David |
[transaction] explicit Transaction cnxset attribute
|
file |
diff |
annotate
|
2013-03-22 |
Pierre-Yves David |
[server] rename TransactionData to Transaction
|
file |
diff |
annotate
|
2013-03-22 |
Pierre-Yves David |
[doc] update Session documentation
|
file |
diff |
annotate
|
2013-02-14 |
Nicolas Chauvat |
[toward-py3k] remove import with_statement (part of #2711624)
|
file |
diff |
annotate
|
2013-01-21 |
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
|
2012-12-11 |
Aurelien Campeas |
[server] add debugging for Hooks & Operations (closes #2470048)
|
file |
diff |
annotate
|
2012-11-16 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2012-11-14 |
Aurelien Campeas |
[dbapi] provide get_option_value over DBAPIRequest (closes #2515522)
stable
|
file |
diff |
annotate
|
2012-10-11 |
Sylvain Thénault |
[req / session] drop is_internal_session (buggy) compat on base request by implementing necessary methods on internal manager
|
file |
diff |
annotate
|
2012-09-21 |
Adrien Di Mascio |
mock ``CWUser.prefered_language()`` on InternalManager objects.
|
file |
diff |
annotate
|
2012-09-14 |
Sylvain Thénault |
[session] fix arguments default value and promote usage of security_enabled as session method. Closes #2481820
|
file |
diff |
annotate
|
2012-09-20 |
Sylvain Thénault |
[session] promote usage of [deny|all]_all_hooks_but session methods rather than hooks_control context manager directly
|
file |
diff |
annotate
|
2012-09-11 |
Sylvain Thénault |
[repo cleanup] drop code moved to querier by 7e264ce34cd4
|
file |
diff |
annotate
|
2012-09-10 |
Sylvain Thénault |
[session / querier] reorganize code to building result set descriptions
|
file |
diff |
annotate
|
2012-09-10 |
Sylvain Thénault |
[request/session] refactor language handling: don't attempt to sync web/repo languages
|
file |
diff |
annotate
|
2012-09-07 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2012-09-04 |
Sylvain Thénault |
[datafeed] make cnxset handling of datafeed source more robust
stable
|
file |
diff |
annotate
|
2012-08-03 |
Sylvain Thénault |
[entity edition] don't remove values from attribute cache on the repository side
|
file |
diff |
annotate
|
2012-06-06 |
Aurelien Campeas |
[server/session,repo] turn InternalSession, hence repo.internal_session, into a context manager (closes #2393651)
|
file |
diff |
annotate
|