server/session.py
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.
2010-03-03 Sylvain Thénault cleanup
2010-03-03 Sylvain Thénault cleanups stable
2010-02-26 Sylvain Thénault pylint style fixes stable
2010-02-26 Sylvain Thénault [session] fix memory leak: local thread data living in a thread that never finishes (eg, the main thread) may not be properly freed stable
2010-02-26 Sylvain Thénault [session] user.login is usually an unicode string, so implements __unicode__ instead of __str__ stable
2010-02-10 Sylvain Thénault rephrase
2010-02-09 Sylvain Thénault backport stable
2010-02-09 Sylvain Thénault turn down some info logs into debug stable
2010-02-08 Sylvain Thénault backport stable
2010-02-08 Sylvain Thénault backport stable
2010-02-08 Alexandre Fayolle add a note about modifying read only attribute stable
2010-02-08 Sylvain Thénault must use in-place modification, pending_operations is a read-only property stable
2010-02-08 Sylvain Thénault backport stable
2010-02-08 Sylvain Thénault fix session's commit handling: when an operation failed in [pre]commit, call rollback_event as well for already processed operation, not only the revert<event> callback stable
2010-02-08 Sylvain Thénault backport stable branch and some vreg cleanups:
2010-02-08 Sylvain Thénault errors on postcommit should never occurs, log it as critical stable
2010-02-05 Sylvain Thénault fix long-waiting symetric typo: should be spelled symmetric. Add auto database migration on schema deserialization
2010-01-18 Sylvain Thénault backport stable branch
2010-01-07 Adrien Di Mascio update copyright: welcome 2010 stable
2009-12-07 Sandrine Ribeau return relation property using rdef.get
2009-12-03 Sylvain Thénault backport stable into default
2009-12-03 Aurelien Campeas add postcommit_event on Operations stable
2009-10-07 Sylvain Thénault backport stable branch
2009-10-02 Sylvain Thénault [session cache] ensure we're not modifying cached rset/entities, they may be used elsewhere stable
2009-09-23 Sylvain Thénault use .cw_rset instead of rset on appobject classes
2009-09-22 Sylvain Thénault use 3.6 attributes
2009-09-17 Sylvain Thénault backport 3.5
2009-09-16 Adrien Di Mascio [gettext] provide GNU contexts to avoid translations ambiguities 3.5
2009-09-16 Sylvain Thénault refactor so that rql rewriter may be used outside the server. Enhance it to be usable for RRQLExpression as well 3.5
2009-09-14 Sylvain Thénault backport 3.5
2009-09-14 Sylvain Thénault backport stable 3.5
2009-09-14 Sylvain Thénault [repo] take care of inlined relation in session.[add|delete]_relation stable
less more (0) -100 -60 tip