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