server/session.py
2011-03-28 Sylvain Thénault [repository] fix crash in optimized [add|remove]_relation w/ inlined relation (broken by cw 3.10 refactoring) stable
2011-03-28 Sylvain Thénault [server] move EditedEntity class to its own module, to avoid cyclic dependency when needed from e.g. session.py stable
2011-03-16 Alexandre Fayolle help pylint by explicitely defining some attributes oldstable
2011-03-08 Sylvain Thénault Add a "closed" property on session stable
2010-10-22 Sylvain Thénault [pylint] fix a bug of pylint detected errors and i18n pb (calling builtins._ instead of req._)
2010-10-08 Sylvain Thénault [schema / sources] store data sources as cubicweb entities
2010-10-06 Sylvain Thénault backport stable
2010-10-01 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
2010-08-25 Sylvain Thénault update documentation to follow 6142:8bc6eac1fac1 changes. Try to make it better and move most doc with code on the way
2010-08-25 Sylvain Thénault [session] cleanup hook / operation / entity edition api
2010-08-06 Sylvain Thénault backport stable
2010-08-06 Sylvain Thénault [session] should be _cw, not req stable
2010-07-28 Sylvain Thénault backport stable
2010-07-28 Sylvain Thénault [session] this log should be at the debug level, not info stable
2010-07-26 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
2010-07-07 Sylvain Thénault backport stable
2010-07-06 Sylvain Thénault [repository] fix so that when repository is shutting down, internal session in transaction are interrupted stable
2010-07-05 Sylvain Thénault [session] don't log reraised error occured during precommit
2010-07-05 Sylvain Thénault [schema migration] import refactoring to fix #1109558 and enhances things on the way
2010-07-01 Sylvain Thénault backport stable
2010-06-23 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
2010-06-21 Sylvain Thénault backport stable
2010-06-21 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
2010-06-21 Sylvain Thénault backport stable
2010-06-21 Sylvain Thénault [session] when rollback_on_failure is false, we should not try to reconnect if the sql raised an error stable
2010-06-18 Sylvain Thénault [session] update session's timestamp in session.execute, so long running transactions are not erroneously closed by the repository stable
2010-06-18 Sylvain Thénault [repo session] expected argument is the source, not the session stable
2010-06-10 Sylvain Thénault backport stable
2010-06-09 Sylvain Thénault [querier] fix rset description bug with some union queries stable
2010-05-20 Sylvain Thénault [entity] continue cleanup of Entity/AnyEntity namespace
2010-04-30 Sylvain Thénault [webconfig] introduce property sheets. Use them to replace external_resources
2010-04-29 Sylvain Thénault [webconfig] cleanup base_url management
2010-04-28 Sylvain Thénault backport oldstable changes stable
2010-04-28 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
2010-04-28 Sylvain Thénault backport default into stable: stable is now cw 3.8
2010-04-28 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
2010-04-13 Sylvain Thénault backport stable
2010-04-13 Sylvain Thénault [session] better readability stable
2010-04-09 Sylvain Thénault backport stable
2010-04-09 Sylvain Thénault [session] no way for queries from an InternalSession to be a dbapi query stable
2010-04-07 Sylvain Thénault #759035: Automate addition of eid cachekey in RQL analysis
2010-04-01 Sylvain Thénault nicer warning stable
2010-03-31 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
2010-03-30 Sylvain Thénault [undo] consistent is/is_instance_of processing stable
2010-03-30 Sylvain Thénault [querier] introduce RepeatList class, used to optimize size of data returned for result set description stable
2010-03-26 Sylvain Thénault add note stable cubicweb-version-3.7.2
2010-03-25 Sylvain Thénault [cleanup] useless try except stable
2010-03-24 Sylvain Thénault backport pending_operations on hi-jacked session, see comment stable
2010-03-24 Sylvain Thénault [repo] fix warning message and implementation of bw compat unsafe_execute stable
2010-03-17 Sylvain Thénault [session] fix hijack_user: most transaction_data should be copied (everything but the entity cache
2010-03-01 Katia Saurfelt server/web api for accessing to deleted_entites
2010-03-12 Sylvain Thénault backport stable
2010-03-12 Sylvain Thénault [notification] fix dumb name error in hijack user
2010-03-11 Sylvain Thénault [session] del session's thread local store on close stable
2010-03-09 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.
2010-03-09 Sylvain Thénault backport stable
2010-03-09 Sylvain Thénault fix hooks control method name + other litle cleanups
2010-03-09 Sylvain Thénault cleanup stable
2010-03-09 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.
2010-03-08 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