server/session.py
Tue, 21 Jun 2016 07:44:35 +0200 Sylvain Thénault backport 3.21 changes
Tue, 21 Jun 2016 07:42:30 +0200 Sylvain Thénault backport 3.20 changes
Tue, 19 Apr 2016 13:57:12 +0200 David Douard [server] make InternalManager.name() return an empty string (closes #12418708)
Thu, 01 Oct 2015 11:57:40 +0200 Julien Cristau [server/session] unicode → six.text_type
Wed, 30 Sep 2015 16:50:06 +0200 Julien Cristau [server] don't convert user.login to bytes to generate sessionid
Tue, 13 Oct 2015 15:09:22 +0200 Rémi Cardona [py3k] dict.itervalues → dict.values
Fri, 11 Sep 2015 14:52:09 +0200 Samuel Trégouët [py3k] print function
Mon, 20 Jul 2015 12:15:20 +0200 Julien Cristau [server/session] remove unused cnx_meth function
Thu, 02 Jul 2015 15:33:03 +0200 Rémi Cardona [server/session] bring anonymous_connection back
Tue, 23 Jun 2015 10:02:41 +0200 Rémi Cardona [server/session] Roll back in connection exit
Wed, 11 Jun 2014 17:58:19 +0200 Aurelien Campeas [connection] remove the `mode` attribute
Wed, 11 Jun 2014 15:32:07 +0200 Aurelien Campeas [server] remove cnxset tracking, it is now unneeded
Wed, 11 Jun 2014 14:52:27 +0200 Aurelien Campeas [session] remove session-related bw compat code
Wed, 11 Jun 2014 14:47:50 +0200 Aurelien Campeas [session/transaction] removed unused transaction class
Wed, 11 Jun 2014 13:39:56 +0200 Aurelien Campeas [transactions] cleanup after the dbapi removal
Tue, 10 Jun 2014 15:06:44 +0200 Aurelien Campeas [session/cnx] remove `session_handled` logic
Fri, 13 Jun 2014 15:42:04 +0200 Aurelien Campeas [session] all cnx._session become cnx.session
Fri, 13 Jun 2014 12:07:51 +0200 Aurelien Campeas [session] provide missing apis to Connection
Tue, 01 Jul 2014 16:55:49 +0200 Aurelien Campeas [connection] replace .running_dbapi_query with .hooks_in_progress
Tue, 01 Jul 2014 13:19:35 +0200 Aurelien Campeas [connection] provide some missing documentation bits
Fri, 06 Jun 2014 17:08:08 +0200 Aurelien Campeas [repoapi,session] remove all session-as-cnx backward compat
Wed, 22 Apr 2015 18:28:58 +0200 Julien Cristau [server] drop repo.internal_session and InternalSession
Wed, 22 Apr 2015 10:08:14 +0200 Rémi Cardona merge 3.20.6 into 3.21
Wed, 18 Mar 2015 14:41:47 +0100 Julien Cristau merge 3.19.11 into 3.20
Tue, 17 Feb 2015 12:43:42 +0100 Julien Cristau [server] use unicode wherever appropriate in transaction/undo related methods
Mon, 09 Mar 2015 09:32:11 +0100 Denis Laxalde [server/session] Fix typo "meta vs. metas" in describe()
Fri, 23 Jan 2015 13:26:44 +0100 Rémi Cardona [server] Increase the stacklevel (due to @_open_only decorator)
Mon, 01 Dec 2014 11:13:10 +0100 Julien Cristau merge 3.19.6 into 3.20 branch
Tue, 23 Sep 2014 13:51:12 +0200 Julien Cristau [session] don't silently ignore commits
Fri, 02 May 2014 17:41:11 +0200 Aurelien Campeas remove leftover pre 3.9 deprecation warnings
Fri, 12 Sep 2014 09:49:01 +0200 Julien Cristau [server] fix anonymous_user predicate in tests
Fri, 25 Jul 2014 16:24:44 +0200 Julien Cristau [session] call rollback in Connection.__exit__
Fri, 02 May 2014 14:26:14 +0200 Aurelien Campeas deprecate get/set_shared_data API
Wed, 04 Jun 2014 17:56:54 +0200 Julien Cristau [connection] set language on new Connection for the internal manager
Wed, 23 Apr 2014 18:41:34 +0200 Julien Cristau [server/session] remove json dumps around call_service
Mon, 28 Apr 2014 12:54:14 +0200 Julien Cristau [server/session] add missing rollback when freeing a db connection
Tue, 22 Apr 2014 14:43:11 +0200 Julien Cristau [server/session] make commit/rollback obey ensure_cnx_set
Thu, 03 Apr 2014 18:18:11 +0200 Sylvain Thénault minor cleanups
Thu, 03 Apr 2014 18:16:28 +0200 Sylvain Thénault some copyright updates
Wed, 02 Apr 2014 12:38:29 +0200 Julien Cristau [server/session] undeprecate session.anonymous_session
Thu, 03 Apr 2014 18:09:57 +0200 Sylvain Thénault [repo] don't set cnxset when getting the session to close it
Fri, 04 Apr 2014 10:46:53 +0200 Julien Cristau [server] move security/integrity hook management away from InternalSession.__init__
Tue, 18 Feb 2014 13:54:08 +0100 Julien Cristau [server/session] fix a couple typos in doc strings
Mon, 17 Feb 2014 15:32:50 +0100 Julien Cristau merge 3.18.x in 3.19 branch
Wed, 29 Jan 2014 15:25:05 +0100 Julien Cristau [server/session] avoid spurious warnings from Session.close
Wed, 29 Jan 2014 16:19:13 +0100 Julien Cristau [server/session] use _free_cnxset instead of free_cnxset to avoid warnings
Thu, 30 Jan 2014 16:33:32 +0100 Julien Cristau [server/session] session.id → session.sessionid
Thu, 30 Jan 2014 18:04:59 +0100 Julien Cristau [server/session] Fix docstring typo for InternalSession
Wed, 29 Jan 2014 13:45:03 +0100 Julien Cristau [server] fix TypeErrors
Tue, 17 Dec 2013 11:50:12 +0100 Julien Cristau [server] Allow setting an InternalManager's preferred language
Mon, 27 Jan 2014 16:19:49 +0100 Julien Cristau merge 3.18.2 into 3.19 branch
Thu, 23 Jan 2014 13:47:28 +0100 Sylvain Thénault [multi-sources-removal] Drop entities.source column
Thu, 23 Jan 2014 12:32:16 +0100 Julien Cristau [repo] pylint cleanup, mainly of imports, with a bit of style
Wed, 22 Jan 2014 15:50:03 +0100 Sylvain Thénault [multi-sources-removal] Turn ConnectionsSet into simpler ConnectionWrapper
Wed, 22 Jan 2014 15:49:32 +0100 Sylvain Thénault [multi-sources-removal] Simplify ConnectionsSet internal structures and public methods
Fri, 21 Jun 2013 17:53:44 +0200 Sylvain Thénault [multi-sources-removal] Drop foreid argument of repo.get_option_value
Thu, 16 Jan 2014 12:21:05 +0100 Julien Cristau Disable security hooks for internal sessions
Mon, 13 Jan 2014 15:56:52 +0100 Aurelien Campeas fix version number: we still target cw 3.19
Mon, 13 Jan 2014 13:56:16 +0100 Julien Cristau Fix a couple merge errors
Mon, 13 Jan 2014 13:47:47 +0100 Julien Cristau merge 3.18.0 in 3.19 branch
Fri, 10 Jan 2014 17:12:20 +0100 Julien Cristau merge stable
Thu, 19 Dec 2013 17:09:08 +0100 Julien Cristau [server/session] fix typo in keep_cnxset_mode docstring
Wed, 11 Dec 2013 17:36:59 +0100 Julien Cristau [book] fix Session.{set,free}_cnxset autodoc stable
Thu, 10 Oct 2013 13:26:11 +0200 Aurelien Campeas [merge] backport stable fixes
Wed, 09 Oct 2013 17:42:01 +0200 Aurelien Campeas [server/session] demote log to debug stable
Thu, 10 Oct 2013 12:30:02 +0200 Julien Cristau [server] fix a number of typos, mostly in docstrings stable
Fri, 30 Aug 2013 15:34:58 +0200 Rémi Cardona spelling: rollbacked -> rolled back stable
Mon, 26 Aug 2013 16:12:30 +0200 Aurelien Campeas remove 3.8 bw compat
Thu, 26 Sep 2013 11:53:13 +0200 Julien Cristau [server] Make internal sessions not reset 'safe'-ness on first commit stable
Wed, 12 Jun 2013 12:28:01 +0200 Julien Cristau Use return in CnxSetTracker context manager methods stable
Thu, 25 Jul 2013 18:12:28 +0200 Sylvain Thénault [session commit] save back exception context to avoid potentiel cluttering if some revert operation raise an exception stable
Mon, 08 Jul 2013 15:24:43 +0200 Julien Cristau [book] fix sphinx documentation generation (closes #2991997) stable
Thu, 27 Jun 2013 19:09:23 +0200 Pierre-Yves David [connection] deprecated free_cnset and set_cnxset
Thu, 27 Jun 2013 19:02:06 +0200 Pierre-Yves David [session] deprecate all Connection related method on session
Thu, 27 Jun 2013 18:53:06 +0200 Pierre-Yves David [session] drop dead _current_cnx_id
Thu, 27 Jun 2013 18:47:08 +0200 Pierre-Yves David [session] privatise get_cnx and close_cnx
Thu, 27 Jun 2013 14:12:00 +0200 Pierre-Yves David [repository] add an ``internal_cnx`` method to replace ``internal_session``
Thu, 27 Jun 2013 12:02:38 +0200 Pierre-Yves David [connection] enforce that a connection must be open to be used
Wed, 26 Jun 2013 14:46:24 +0200 Pierre-Yves David [session] add a new_cnx factory
Wed, 26 Jun 2013 14:26:06 +0200 Pierre-Yves David [connection] allow simple instantiation of standalone Connection
Wed, 26 Jun 2013 14:35:55 +0200 Pierre-Yves David [connection] handle and explicitly life cycle on Connection
Wed, 26 Jun 2013 14:00:32 +0200 Pierre-Yves David [sesion] distinction between Connection handled by the session and other.
Wed, 26 Jun 2013 11:58:34 +0200 Pierre-Yves David [session] replace _clear_thread_storage with close_cnx
Wed, 26 Jun 2013 14:01:07 +0200 Pierre-Yves David [session] explicitly take Connection object in close_cnx
Wed, 26 Jun 2013 11:41:53 +0200 Pierre-Yves David [session] drop the Session._clear_cnx_storage method
Wed, 26 Jun 2013 11:39:41 +0200 Pierre-Yves David [session] wrap too long line
Wed, 26 Jun 2013 11:39:01 +0200 Pierre-Yves David [session] gather close_cnx with get_cnx and set_cnx
Wed, 26 Jun 2013 11:21:39 +0200 Pierre-Yves David [connection] transparent cnx_set handling
Tue, 25 Jun 2013 18:15:45 +0200 Pierre-Yves David [connection] invert __init__ parameter
Wed, 26 Jun 2013 13:43:22 +0200 Pierre-Yves David [service] enforce that Service argument and return are json-serialisable
Tue, 25 Jun 2013 18:04:08 +0200 Pierre-Yves David [connection] move call_service on Connection
Thu, 27 Jun 2013 11:21:14 +0200 Pierre-Yves David [connection] move the commit method on Connection object
Thu, 27 Jun 2013 11:21:09 +0200 Pierre-Yves David [connection] move the rollback method on Connection object
Thu, 27 Jun 2013 11:20:46 +0200 Pierre-Yves David [connection] pass a Connection object to RQLRewriter
Thu, 27 Jun 2013 11:20:14 +0200 Pierre-Yves David [connection] Connection.execute touch Session timestamp
Tue, 25 Jun 2013 17:42:12 +0200 Pierre-Yves David [connection] Connection now call _set_user to CWUser object linked to itseld
Tue, 25 Jun 2013 14:13:50 +0200 Pierre-Yves David [server/session] better faking of user for InternalManager
Thu, 27 Jun 2013 11:19:58 +0200 Pierre-Yves David [connection] move execute
Tue, 25 Jun 2013 17:10:52 +0200 Pierre-Yves David [connection] mark Connection as "not a request"
Tue, 25 Jun 2013 14:04:46 +0200 Pierre-Yves David [server/session] ensure appobject obtained from the session are linked to the session
Tue, 25 Jun 2013 12:25:52 +0200 Pierre-Yves David [connection] have rql_rewriter accession on Connection
Thu, 27 Jun 2013 11:19:42 +0200 Pierre-Yves David [connection] move local_perm_cache management on Connection
Thu, 27 Jun 2013 11:19:37 +0200 Pierre-Yves David [session] use a rich object for timestamp
Thu, 27 Jun 2013 11:19:28 +0200 Pierre-Yves David [connection] move relation management method
Thu, 27 Jun 2013 11:19:24 +0200 Pierre-Yves David [connection] give access to shared data method
Thu, 27 Jun 2013 11:19:17 +0200 Pierre-Yves David [connection] move relation cache method to Connection
Wed, 15 May 2013 16:09:31 +0200 Pierre-Yves David [connection] give access to session execute from connection
Thu, 23 May 2013 14:17:46 +0200 Pierre-Yves David [connection] move last part of undo logic in connection
Tue, 25 Jun 2013 17:28:41 +0200 Pierre-Yves David [connection] initialize connection.user and connection.lang
Fri, 29 Mar 2013 17:43:18 +0100 Pierre-Yves David [Connection] inherit from RequestSessionBase
Tue, 25 Jun 2013 11:06:57 +0200 Pierre-Yves David [repoapi] introduce a basic ClientConnection class
Mon, 24 Jun 2013 18:00:20 +0200 Pierre-Yves David [server/session] add a login property
Fri, 21 Jun 2013 15:47:01 +0200 Pierre-Yves David [server/session] allow access to session id using sessionid
Mon, 17 Jun 2013 17:27:08 +0200 Pierre-Yves David [server/session] Implement anonymous_session
Fri, 21 Jun 2013 16:07:45 +0200 Pierre-Yves David [server/session] do not clear session.cnx if unrelated to cnx actually cleared
Mon, 24 Jun 2013 11:59:45 +0200 Pierre-Yves David [service] drop the asynchronous execution possibility
Mon, 27 May 2013 17:50:55 +0200 Pierre-Yves David [connection] move security control logic on Connection
Fri, 14 Jun 2013 12:11:42 +0200 Pierre-Yves David [connection] move hook control logic on Connection
Fri, 14 Jun 2013 12:10:45 +0200 Pierre-Yves David [session] update _hook_control docstring
Mon, 27 May 2013 16:43:02 +0200 pierre-yves [connection] reinstall cnx.data as cnx.transaction_data
Mon, 27 May 2013 16:42:39 +0200 pierre-yves [connection] give access to is_internal_session boolean
Fri, 14 Jun 2013 13:39:49 +0200 pierre-yves [req] drop from_controller on non WebRequest object (Closes #2901079)
Tue, 14 May 2013 00:36:43 +0200 pierre-yves [connection] add logging method on connection
Thu, 13 Jun 2013 15:12:06 +0200 Pierre-Yves David rename server.session.transaction into server.session.connection
Thu, 13 Jun 2013 15:36:10 +0200 pierre-yves Drop hijack user (closes #2901093)
Mon, 27 May 2013 15:48:03 +0200 pierre-yves [session] upgrade session closed error from Exception to SessionClosedError
Thu, 23 May 2013 19:25:24 +0200 pierre-yves [session] raise proper exception with get_tx is called on a closed session
Mon, 22 Apr 2013 17:57:46 +0200 Pierre-Yves David [session] deprecate `hijack_user` method
Wed, 24 Apr 2013 15:33:49 +0200 Pierre-Yves David [session] fix hooks_control backward compat
Tue, 02 Apr 2013 18:15:24 +0200 Pierre-Yves David merge with stable fix
Fri, 29 Mar 2013 18:00:37 +0100 Pierre-Yves David [session/transaction] move resource accessors on Transaction
Fri, 29 Mar 2013 17:39:14 +0100 Pierre-Yves David [session/transaction] move multiple utility on Transaction
Fri, 29 Mar 2013 17:25:56 +0100 Pierre-Yves David [session/transaction] handle cnxset repository logic in transaction
Fri, 29 Mar 2013 12:34:53 +0100 Pierre-Yves David [transaction] keep a reference to the repo object
Fri, 29 Mar 2013 18:57:13 +0100 Pierre-Yves David [session] make security_enabled API private
Fri, 29 Mar 2013 12:47:04 +0100 Pierre-Yves David [session] make hook_control API private
Tue, 02 Apr 2013 15:11:41 +0200 Pierre-Yves David [service] split session retrieval and service execution stable
Wed, 27 Mar 2013 16:41:45 +0100 Pierre-Yves David [session] security context directly use transaction object when applicable
Wed, 27 Mar 2013 16:43:34 +0100 Pierre-Yves David [session] move context manager logic in the security context manager
Wed, 27 Mar 2013 16:42:18 +0100 Pierre-Yves David [session] hook control context directly use transaction object when applicable
Wed, 27 Mar 2013 16:17:21 +0100 Pierre-Yves David [session] move context manager logic in the hook controls context manager
Wed, 27 Mar 2013 14:05:14 +0100 Pierre-Yves David [session] drop the useless set_hooks_mode method
Wed, 27 Mar 2013 17:09:55 +0100 Pierre-Yves David [session/transaction] move most undo support into transaction
Wed, 27 Mar 2013 11:42:13 +0100 Pierre-Yves David [session] simplify mode property
Wed, 27 Mar 2013 11:01:40 +0100 Pierre-Yves David [session/transaction] pass the session object to the Transaction __init__
Wed, 27 Mar 2013 19:54:36 +0100 Pierre-Yves David [session] use a dedicated class to track cnxset
Tue, 26 Mar 2013 15:26:29 +0100 Pierre-Yves David [session] cleanup Transaction.cnxset
Mon, 25 Mar 2013 17:50:11 +0100 Pierre-Yves David [session] drop useless getter and setter for security
Wed, 27 Mar 2013 19:40:09 +0100 Pierre-Yves David [session/transaction] move read_security subtlety in transaction
Mon, 25 Mar 2013 16:08:02 +0100 Pierre-Yves David [transaction] initialize dbapi_request in __init__
Wed, 27 Mar 2013 14:46:55 +0100 Pierre-Yves David [session] drop pre-3.7 api on session
Mon, 25 Mar 2013 16:35:18 +0100 Pierre-Yves David [transaction] use set operation in the hook control code
Mon, 25 Mar 2013 16:08:48 +0100 Pierre-Yves David [session/transaction] move hook management in transaction itself
Mon, 25 Mar 2013 15:28:18 +0100 Pierre-Yves David [session] allow writable tx_attr and use it for commit_state
Mon, 25 Mar 2013 16:12:39 +0100 Pierre-Yves David [session/transaction] move add operation in session code
Mon, 25 Mar 2013 16:13:34 +0100 Pierre-Yves David [session/transaction] move entity life utility on transaction
Mon, 25 Mar 2013 16:20:25 +0100 Pierre-Yves David [transaction] small simplification in ecache code
Mon, 25 Mar 2013 14:16:16 +0100 Pierre-Yves David [session/transaction] move entity cache management on session
Mon, 25 Mar 2013 14:17:31 +0100 Pierre-Yves David [session] have a nice helper function to forward access to session
Mon, 25 Mar 2013 12:41:13 +0100 Pierre-Yves David [session] drop dead code
Fri, 22 Mar 2013 20:14:08 +0100 Pierre-Yves David [session] use tx.data directly in session code.
Fri, 22 Mar 2013 20:11:17 +0100 Pierre-Yves David [transaction] rename transaction_data to data
Fri, 22 Mar 2013 19:58:43 +0100 Pierre-Yves David [session] document Session._tx
Fri, 22 Mar 2013 20:05:49 +0100 Pierre-Yves David [session] split session creation from default session assignation
Fri, 22 Mar 2013 20:04:43 +0100 Pierre-Yves David [session] make session lock reentrant
Fri, 22 Mar 2013 19:51:50 +0100 Pierre-Yves David [session] document set_tx
Fri, 22 Mar 2013 19:49:57 +0100 Pierre-Yves David [session] rename txstore variable to tx
Fri, 22 Mar 2013 20:10:19 +0100 Pierre-Yves David [session] rename `_threaddata` to `_tx`
Fri, 22 Mar 2013 19:37:51 +0100 Pierre-Yves David [session] rename self.__threaddata.txdata to self.__threaddata.tx
Fri, 22 Mar 2013 19:42:33 +0100 Pierre-Yves David [session] rename _tx_data into _txs
Fri, 22 Mar 2013 19:32:25 +0100 Pierre-Yves David [transaction] relocate method building transaction context manager
Fri, 22 Mar 2013 18:49:48 +0100 Pierre-Yves David [transaction] move RQLRewriter in Transaction
Fri, 22 Mar 2013 18:38:56 +0100 Pierre-Yves David [transaction] initialize security control attribute in Transaction
Fri, 22 Mar 2013 18:33:53 +0100 Pierre-Yves David [session] move security constant out of the class
Fri, 22 Mar 2013 18:27:34 +0100 Pierre-Yves David [transaction] initialize hook control attribute in Transaction
Fri, 22 Mar 2013 18:34:04 +0100 Pierre-Yves David [session] Move hook control constants out of the class
Mon, 25 Mar 2013 14:20:10 +0100 Pierre-Yves David [transaction] initialize transaction data and state related attribute.
Fri, 22 Mar 2013 18:51:03 +0100 Pierre-Yves David [transaction] handle ``mode`` default value in Transaction
Fri, 22 Mar 2013 17:47:45 +0100 Pierre-Yves David [transaction] explicit Transaction cnxset attribute
Fri, 22 Mar 2013 17:09:49 +0100 Pierre-Yves David [server] rename TransactionData to Transaction
Fri, 22 Mar 2013 19:31:21 +0100 Pierre-Yves David [doc] update Session documentation
Thu, 14 Feb 2013 15:39:23 +0100 Nicolas Chauvat [toward-py3k] remove import with_statement (part of #2711624)
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
Tue, 11 Dec 2012 18:20:00 +0100 Aurelien Campeas [server] add debugging for Hooks & Operations (closes #2470048)
Fri, 16 Nov 2012 11:53:17 +0100 Sylvain Thénault backport stable
Wed, 14 Nov 2012 11:06:24 +0100 Aurelien Campeas [dbapi] provide get_option_value over DBAPIRequest (closes #2515522) stable
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
Fri, 21 Sep 2012 15:03:59 +0200 Adrien Di Mascio mock ``CWUser.prefered_language()`` on InternalManager objects.
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
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
Tue, 11 Sep 2012 22:32:01 +0200 Sylvain Thénault [repo cleanup] drop code moved to querier by 7e264ce34cd4
Mon, 10 Sep 2012 17:36:22 +0200 Sylvain Thénault [session / querier] reorganize code to building result set descriptions
Mon, 10 Sep 2012 13:53:59 +0200 Sylvain Thénault [request/session] refactor language handling: don't attempt to sync web/repo languages
Fri, 07 Sep 2012 14:01:59 +0200 Sylvain Thénault backport stable
Tue, 04 Sep 2012 06:09:17 +0200 Sylvain Thénault [datafeed] make cnxset handling of datafeed source more robust stable
Fri, 03 Aug 2012 13:29:37 +0200 Sylvain Thénault [entity edition] don't remove values from attribute cache on the repository side
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)
Wed, 11 Apr 2012 14:36:19 +0200 Pierre-Yves David [service-api] Add unified service API on `_cw` attribute
Thu, 15 Mar 2012 14:26:12 +0100 Anthony Truchet [config, undo] Fix undo-support option migration
Mon, 27 Feb 2012 09:43:15 +0100 Anthony Truchet [repo, undo] Finish repository-side implementation of the undo feature (closes #893940)
Mon, 23 Jan 2012 13:25:02 +0100 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
Tue, 22 Nov 2011 11:26:06 +0100 Alexandre Fayolle actually a bad idea, sorry
Tue, 22 Nov 2011 11:20:36 +0100 Alexandre Fayolle fix typo
Mon, 21 Nov 2011 17:53:14 +0100 Alexandre Fayolle added log when operation precommit fails
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
Thu, 20 Oct 2011 14:20:46 +0200 Sylvain Thénault backport stable
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
Fri, 23 Sep 2011 14:18:13 +0200 Sylvain Thénault backport stable
Wed, 21 Sep 2011 17:38:00 +0200 Sylvain Thénault [exceptions] stop catching any exception in various places (closes #1942716) stable
Thu, 15 Sep 2011 18:39:55 +0200 Sylvain Thénault backport stable
Tue, 13 Sep 2011 15:41:11 +0200 Sylvain Thénault [cubification] moved CWPermission handling into a localperms cube. closes #1914011
Tue, 13 Sep 2011 15:40:06 +0200 Sylvain Thénault backout 7780:a1d5365fefc1 stable
Tue, 13 Sep 2011 14:48:24 +0200 Sylvain Thénault [cubification] moved CWPermission handling into a localperms cube. closes #1914011 stable
Wed, 07 Sep 2011 17:50:09 +0200 Julien Jehannet [session] take care of non-ascii characters in login and session id (closes: #1910849)
Tue, 06 Sep 2011 11:59:21 +0200 Sylvain Thénault [hooks control] test and fix session.reset_hooks_mode_categories, closes #1908680 stable
Tue, 02 Aug 2011 17:37:55 +0200 Sylvain Thénault [querier] we should not insert None but skip the line when some unknown eid is detected (closes #1892491) stable
Wed, 27 Jul 2011 14:17:47 +0200 Sylvain Thénault [session] safe internal sessions don't deactivate integrity hooks stable
Mon, 18 Jul 2011 15:48:34 +0200 Sylvain Thénault [session] add session id to closed connection errors
Wed, 29 Jun 2011 16:04:01 +0200 Sylvain Thénault backport stable
Wed, 29 Jun 2011 16:02:24 +0200 Sylvain Thénault [repo, looping task] raise a custom exception when repository is shuting down, avoid looping task to be restarted in such case. Closes #1021276 stable
Tue, 21 Jun 2011 10:57:25 +0200 Sylvain Thénault [ms, entity metas] add 'actual source' to entities table / base entity metadata cache. Closes #1767090
Fri, 17 Jun 2011 18:53:33 +0200 Sylvain Thénault backport stable
Thu, 16 Jun 2011 19:38:28 +0200 Sylvain Thénault cleanup and assert we don't import unexpected stuff stable
Wed, 15 Jun 2011 17:16:19 +0200 Sylvain Thénault backport stable
Tue, 14 Jun 2011 15:37:09 +0200 Sylvain Thénault [session] deprecates schema_rproperty in favor of more optimized rtype_eids_rdef which return the rdef (so reusable to gather other data) stable
Tue, 14 Jun 2011 13:46:36 +0200 Sylvain Thénault [repository] new hook selector according to configuration's repairing flag stable
Mon, 06 Jun 2011 15:03:00 +0200 Sylvain Thénault backport stable
Mon, 06 Jun 2011 14:41:00 +0200 Sylvain Thénault [session] provide a simple transaction context manager for session. Closes #1725640 stable
Thu, 19 May 2011 18:48:26 +0200 Sylvain Thénault backport stable
Thu, 19 May 2011 17:53:46 +0200 Sylvain Thénault [session] new methods on session to ease access to security/hooks control context managers stable
Thu, 19 May 2011 10:53:11 +0200 Sylvain Thénault [repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
Thu, 28 Apr 2011 17:05:22 +0200 Alexandre Fayolle [hooks selection optimization] prune hooks when multiple entities are concerned by a hm.call_hooks() (closes: #1672022)
Tue, 10 May 2011 14:08:41 +0200 Sylvain Thénault backport stable
Tue, 10 May 2011 12:07:54 +0200 Sylvain Thénault [session] enhance session's transaction storage handling to fix cases where commit/rollback is done while in the context of hooks_control/security_enabled managers. Closes #1412648: commit or rollback during postcreate reset hooks control state
Tue, 10 May 2011 10:28:29 +0200 Sylvain Thénault [session] nicer local variable names
Mon, 09 May 2011 14:35:10 +0200 Sylvain Thénault [session] lock self._closed and session.close to avoid race conditions stable
Sat, 07 May 2011 09:37:07 +0200 Sylvain Thénault [session selector] missing not stable
Fri, 06 May 2011 18:21:31 +0200 Sylvain Thénault [session] new selectors according to session type (eg user or internal stable
Fri, 15 Apr 2011 15:42:17 +0200 Alexandre Fayolle [server] improve the speed of setting relations between entities (closes #1625257)
Mon, 28 Mar 2011 16:41:36 +0200 Sylvain Thénault [repository] fix crash in optimized [add|remove]_relation w/ inlined relation (broken by cw 3.10 refactoring) stable
Mon, 28 Mar 2011 16:39:49 +0200 Sylvain Thénault [server] move EditedEntity class to its own module, to avoid cyclic dependency when needed from e.g. session.py stable
Wed, 16 Mar 2011 09:37:46 +0100 Alexandre Fayolle help pylint by explicitely defining some attributes oldstable
Tue, 08 Mar 2011 17:55:15 +0100 Sylvain Thénault Add a "closed" property on session stable
Fri, 22 Oct 2010 09:15:35 +0200 Sylvain Thénault [pylint] fix a bug of pylint detected errors and i18n pb (calling builtins._ instead of req._)
Sat, 09 Oct 2010 00:05:52 +0200 Sylvain Thénault [schema / sources] store data sources as cubicweb entities
Wed, 06 Oct 2010 14:04:26 +0200 Sylvain Thénault backport stable
Fri, 01 Oct 2010 18:49:47 +0200 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
Wed, 25 Aug 2010 18:29:55 +0200 Sylvain Thénault update documentation to follow 6142:8bc6eac1fac1 changes. Try to make it better and move most doc with code on the way
Wed, 25 Aug 2010 10:29:18 +0200 Sylvain Thénault [session] cleanup hook / operation / entity edition api
Fri, 06 Aug 2010 17:49:20 +0200 Sylvain Thénault backport stable
Fri, 06 Aug 2010 17:33:07 +0200 Sylvain Thénault [session] should be _cw, not req stable
Wed, 28 Jul 2010 16:31:32 +0200 Sylvain Thénault backport stable
Wed, 28 Jul 2010 11:37:02 +0200 Sylvain Thénault [session] this log should be at the debug level, not info stable
Mon, 26 Jul 2010 12:15:11 +0200 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
Wed, 07 Jul 2010 13:01:44 +0200 Sylvain Thénault backport stable
Tue, 06 Jul 2010 17:09:14 +0200 Sylvain Thénault [repository] fix so that when repository is shutting down, internal session in transaction are interrupted stable
Mon, 05 Jul 2010 19:05:56 +0200 Sylvain Thénault [session] don't log reraised error occured during precommit
Mon, 05 Jul 2010 18:25:19 +0200 Sylvain Thénault [schema migration] import refactoring to fix #1109558 and enhances things on the way
Thu, 01 Jul 2010 17:06:37 +0200 Sylvain Thénault backport stable
Wed, 23 Jun 2010 09:27:52 +0200 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
Mon, 21 Jun 2010 15:34:46 +0200 Sylvain Thénault backport stable
Mon, 21 Jun 2010 15:32:26 +0200 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
Mon, 21 Jun 2010 13:23:11 +0200 Sylvain Thénault backport stable
Mon, 21 Jun 2010 08:52:13 +0200 Sylvain Thénault [session] when rollback_on_failure is false, we should not try to reconnect if the sql raised an error stable
Fri, 18 Jun 2010 15:41:39 +0200 Sylvain Thénault [session] update session's timestamp in session.execute, so long running transactions are not erroneously closed by the repository stable
Fri, 18 Jun 2010 14:56:01 +0200 Sylvain Thénault [repo session] expected argument is the source, not the session stable
Thu, 10 Jun 2010 10:16:59 +0200 Sylvain Thénault backport stable
Wed, 09 Jun 2010 14:21:08 +0200 Sylvain Thénault [querier] fix rset description bug with some union queries stable
Thu, 20 May 2010 20:50:00 +0200 Sylvain Thénault [entity] continue cleanup of Entity/AnyEntity namespace
Fri, 30 Apr 2010 12:14:15 +0200 Sylvain Thénault [webconfig] introduce property sheets. Use them to replace external_resources
Thu, 29 Apr 2010 14:21:59 +0200 Sylvain Thénault [webconfig] cleanup base_url management
Wed, 28 Apr 2010 12:24:20 +0200 Sylvain Thénault backport oldstable changes stable
Wed, 28 Apr 2010 12:15:52 +0200 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
Wed, 28 Apr 2010 12:14:22 +0200 Sylvain Thénault backport default into stable: stable is now cw 3.8
Wed, 28 Apr 2010 10:06:01 +0200 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
Tue, 13 Apr 2010 19:43:51 +0200 Sylvain Thénault backport stable
Tue, 13 Apr 2010 15:46:46 +0200 Sylvain Thénault [session] better readability stable
Fri, 09 Apr 2010 15:10:26 +0200 Sylvain Thénault backport stable
Fri, 09 Apr 2010 11:16:00 +0200 Sylvain Thénault [session] no way for queries from an InternalSession to be a dbapi query stable
Wed, 07 Apr 2010 14:26:35 +0200 Sylvain Thénault #759035: Automate addition of eid cachekey in RQL analysis
Thu, 01 Apr 2010 11:48:18 +0200 Sylvain Thénault nicer warning stable
Wed, 31 Mar 2010 12:53:24 +0200 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
Tue, 30 Mar 2010 11:17:21 +0200 Sylvain Thénault [undo] consistent is/is_instance_of processing stable
Tue, 30 Mar 2010 10:57:42 +0200 Sylvain Thénault [querier] introduce RepeatList class, used to optimize size of data returned for result set description stable
Fri, 26 Mar 2010 16:13:27 +0100 Sylvain Thénault add note stable cubicweb-version-3.7.2
Thu, 25 Mar 2010 14:00:01 +0100 Sylvain Thénault [cleanup] useless try except stable
Wed, 24 Mar 2010 14:11:01 +0100 Sylvain Thénault backport pending_operations on hi-jacked session, see comment stable
Wed, 24 Mar 2010 11:00:02 +0100 Sylvain Thénault [repo] fix warning message and implementation of bw compat unsafe_execute stable
Wed, 17 Mar 2010 09:16:30 +0100 Sylvain Thénault [session] fix hijack_user: most transaction_data should be copied (everything but the entity cache
Mon, 01 Mar 2010 11:26:14 +0100 Katia Saurfelt server/web api for accessing to deleted_entites
Fri, 12 Mar 2010 16:11:56 +0100 Sylvain Thénault backport stable
Fri, 12 Mar 2010 15:01:52 +0100 Sylvain Thénault [notification] fix dumb name error in hijack user
Thu, 11 Mar 2010 16:49:43 +0100 Sylvain Thénault [session] del session's thread local store on close stable
Tue, 09 Mar 2010 12:07:16 +0100 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.
Tue, 09 Mar 2010 11:05:29 +0100 Sylvain Thénault backport stable
Tue, 09 Mar 2010 11:00:48 +0100 Sylvain Thénault fix hooks control method name + other litle cleanups
Tue, 09 Mar 2010 10:59:50 +0100 Sylvain Thénault cleanup stable
Tue, 09 Mar 2010 08:59:43 +0100 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.
Mon, 08 Mar 2010 19:02:35 +0100 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.
Wed, 03 Mar 2010 18:31:08 +0100 Sylvain Thénault cleanup
Wed, 03 Mar 2010 17:42:19 +0100 Sylvain Thénault cleanups stable
Fri, 26 Feb 2010 13:24:47 +0100 Sylvain Thénault pylint style fixes stable
Fri, 26 Feb 2010 07:03:38 +0100 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
Fri, 26 Feb 2010 06:59:16 +0100 Sylvain Thénault [session] user.login is usually an unicode string, so implements __unicode__ instead of __str__ stable
Wed, 10 Feb 2010 08:08:17 +0100 Sylvain Thénault rephrase
Tue, 09 Feb 2010 12:41:44 +0100 Sylvain Thénault backport stable
Tue, 09 Feb 2010 12:38:59 +0100 Sylvain Thénault turn down some info logs into debug stable
Mon, 08 Feb 2010 21:27:30 +0100 Sylvain Thénault backport stable
Mon, 08 Feb 2010 13:35:07 +0100 Sylvain Thénault backport stable
Mon, 08 Feb 2010 13:42:22 +0100 Alexandre Fayolle add a note about modifying read only attribute stable
Mon, 08 Feb 2010 13:33:09 +0100 Sylvain Thénault must use in-place modification, pending_operations is a read-only property stable
Mon, 08 Feb 2010 13:05:19 +0100 Sylvain Thénault backport stable
Mon, 08 Feb 2010 13:03:38 +0100 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
Mon, 08 Feb 2010 11:08:55 +0100 Sylvain Thénault backport stable branch and some vreg cleanups:
Mon, 08 Feb 2010 09:57:25 +0100 Sylvain Thénault errors on postcommit should never occurs, log it as critical stable
Fri, 05 Feb 2010 11:56:57 +0100 Sylvain Thénault fix long-waiting symetric typo: should be spelled symmetric. Add auto database migration on schema deserialization
Mon, 18 Jan 2010 19:21:30 +0100 Sylvain Thénault backport stable branch
Thu, 07 Jan 2010 16:52:32 +0100 Adrien Di Mascio update copyright: welcome 2010 stable
Mon, 07 Dec 2009 06:51:33 -0800 Sandrine Ribeau return relation property using rdef.get
Thu, 03 Dec 2009 17:17:43 +0100 Sylvain Thénault backport stable into default
Thu, 03 Dec 2009 11:39:31 +0100 Aurelien Campeas add postcommit_event on Operations stable
Wed, 07 Oct 2009 12:31:08 +0200 Sylvain Thénault backport stable branch
Fri, 02 Oct 2009 14:22:23 +0200 Sylvain Thénault [session cache] ensure we're not modifying cached rset/entities, they may be used elsewhere stable
Wed, 23 Sep 2009 09:34:10 +0200 Sylvain Thénault use .cw_rset instead of rset on appobject classes
Tue, 22 Sep 2009 19:33:47 +0200 Sylvain Thénault use 3.6 attributes
Thu, 17 Sep 2009 15:16:53 +0200 Sylvain Thénault backport 3.5
Wed, 16 Sep 2009 21:29:17 +0200 Adrien Di Mascio [gettext] provide GNU contexts to avoid translations ambiguities 3.5
Wed, 16 Sep 2009 14:24:31 +0200 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
Mon, 14 Sep 2009 11:25:56 +0200 Sylvain Thénault backport 3.5
Mon, 14 Sep 2009 11:23:31 +0200 Sylvain Thénault backport stable 3.5
Mon, 14 Sep 2009 11:08:57 +0200 Sylvain Thénault [repo] take care of inlined relation in session.[add|delete]_relation stable
Mon, 14 Sep 2009 10:15:11 +0200 Sylvain Thénault [repo] set entity.rset & co when needed stable
Thu, 10 Sep 2009 08:13:22 +0200 Sylvain Thénault backport 3.5
Thu, 10 Sep 2009 08:03:18 +0200 Sylvain Thénault merge 3.5
Thu, 10 Sep 2009 08:02:52 +0200 Sylvain Thénault [notification] should get actual session here stable
Tue, 08 Sep 2009 16:00:14 +0200 Sylvain Thénault backport stable 3.5
Tue, 08 Sep 2009 15:37:46 +0200 Sylvain Thénault enhance notification mecanism: recipients may return user entities, which will be used to create a fake session so one can check security during notification if necessary stable
Tue, 08 Sep 2009 15:30:14 +0200 Sylvain Thénault enhance notification mecanism: recipients may return user entities, which will be used to create a fake session so one can check security during notification if necessary 3.5
Wed, 02 Sep 2009 10:24:15 +0200 Sylvain Thénault backport 3.5
Wed, 02 Sep 2009 10:23:38 +0200 Sylvain Thénault backport stable 3.5
Tue, 01 Sep 2009 17:25:00 +0200 Sylvain Thénault don't fail when trying to update relation cache for relation deletion, this may occurs regularly stable
Fri, 21 Aug 2009 16:26:20 +0200 Sylvain Thénault somewhat painful backport of 3.5 branch, should mostly be ok
Fri, 21 Aug 2009 08:29:15 +0200 Sylvain Thénault [session] add delete_relation in the same way as add_relation, document them 3.5
Tue, 18 Aug 2009 00:22:10 +0200 Sylvain Thénault [session] temporary fix, need .req on internal manager
Mon, 17 Aug 2009 18:25:57 +0200 Sylvain Thénault backport stable branch
Mon, 17 Aug 2009 12:11:04 +0200 Sylvain Thénault [session] use isinstance instead of testing value of is_super_session since we hack it in the add_relation method stable
Fri, 14 Aug 2009 15:53:12 +0200 Sylvain Thénault [repo] more deprecation
Fri, 14 Aug 2009 11:13:18 +0200 Sylvain Thénault [hooks] deprecates hookhelper module
Thu, 13 Aug 2009 09:30:03 +0200 Sylvain Thénault rename and move cw.RequestSessionMixIn to cw.req.RequestSessionBase; move some appobjects methods where they actually belong to
Wed, 12 Aug 2009 18:40:52 +0200 Nicolas Chauvat R put version info in deprecation warnings
Wed, 12 Aug 2009 18:06:23 +0200 Sylvain Thénault merge
Wed, 12 Aug 2009 18:05:19 +0200 Sylvain Thénault Backed out changeset 3f6dfc312760
Tue, 11 Aug 2009 18:41:39 +0200 Nicolas Chauvat backport stable branch
Tue, 11 Aug 2009 18:13:33 +0200 Sylvain Thénault [session cache] always append to description, turn it into a list if necessary stable
Tue, 11 Aug 2009 17:27:27 +0200 Sylvain Thénault [entities] access persistent attributes through entity.cwdb
Tue, 11 Aug 2009 17:03:27 +0200 Sylvain Thénault [session pool] dont check closed session when calling set_pool from super_session
Tue, 04 Aug 2009 17:11:50 +0200 Sylvain Thénault [R] use req.entity_from_eid
Mon, 03 Aug 2009 10:50:57 +0200 Sylvain Thénault R [vreg] important refactoring of the vregistry, moving behaviour to end dictionnary (and so leaving room for more flexibility ; keep bw compat ; update api usage in cw
Sun, 02 Aug 2009 12:00:17 +0200 Sylvain Thénault enable server side entity caching, 25% speedup on codenaf insertion. ALL CW TESTS OK
Sat, 01 Aug 2009 16:18:14 +0200 Sylvain Thénault R [session] property for quick access to repo.schema
Sat, 01 Aug 2009 01:24:03 +0200 Sylvain Thénault oops, should have been in a earlier commit (give rollback_on_failure to doexec)
Sat, 01 Aug 2009 00:01:12 +0200 Sylvain Thénault merge
Fri, 31 Jul 2009 22:37:28 +0200 Nicolas Chauvat R [all] logilab.common 0.44 provides only deprecated
Fri, 31 Jul 2009 23:45:07 +0200 Sylvain Thénault [R repo session] add_relation method use in hooks
Fri, 31 Jul 2009 23:44:16 +0200 Sylvain Thénault [R hooks] optmize insertion by using direct repository methods when possible
Fri, 31 Jul 2009 14:25:30 +0200 Sylvain Thénault backport stable branch
Thu, 30 Jul 2009 12:01:17 +0200 Sylvain Thénault [repo session] ability to ask session to keep it's pool set even when only read queries are done, necessary at least during migration stable
Fri, 24 Jul 2009 10:36:57 +0200 Adrien Di Mascio [server] take a chance to grab base-url from all-in-one config if not specified explicitly
Wed, 08 Jul 2009 07:44:41 +0200 Sylvain Thénault typo, no error if thread isn't in running set stable
Tue, 07 Jul 2009 12:24:40 +0200 Sylvain Thénault give session to doexec so it's able to rollback the connection on unexpected error stable
Mon, 29 Jun 2009 21:15:07 +0200 Sylvain Thénault test fixes, all server tests ok, except unittest_migractions (due to inter-tests-side-effects...) stable
Mon, 29 Jun 2009 16:09:35 +0200 Sylvain Thénault doomed myself, merge stable
Mon, 29 Jun 2009 16:06:48 +0200 Sylvain Thénault * deprecate session.entity method stable
Sat, 27 Jun 2009 00:59:36 +0200 Sylvain Thénault mark session.entity method as obsolete stable
Thu, 11 Jun 2009 19:04:20 +0200 Sylvain Thénault simplify transaction data api, reorganize code stable
Mon, 08 Jun 2009 20:35:26 +0200 Sylvain Thénault fix [re]set_pool prototype stable
Fri, 05 Jun 2009 16:41:09 +0200 Sylvain Thénault oops stable
Fri, 05 Jun 2009 16:35:44 +0200 Sylvain Thénault fix potential race-condition stable
Thu, 28 May 2009 09:20:07 +0200 Adrien Di Mascio big bunch of copyright / docstring update
Wed, 20 May 2009 14:19:02 +0200 Sylvain Thénault two in one: #343320: Logging out while deleting a CWUser blocks the cw server / #342692: ensure transaction state when Ctrl-C or other stop signal is received stable
Mon, 04 May 2009 17:03:30 +0200 sylvain thenault delete-trailing-whitespaces, missing import tls-sprint
Tue, 07 Apr 2009 09:30:23 +0200 sylvain thenault backport default branch tls-sprint
Thu, 26 Mar 2009 18:21:22 +0100 sylvain thenault somewhat handle corrupted database when manually building a database
Mon, 23 Mar 2009 17:55:59 +0100 sylvain thenault pylint cleanup tls-sprint
Tue, 10 Mar 2009 11:35:52 +0100 sylvain thenault use datetime instead of mx.DateTime tls-sprint
Mon, 02 Mar 2009 21:03:54 +0100 sylvain thenault backport stable branch, take care a lot of conflicts occured, this may be the revision you're looking for... tls-sprint
Mon, 02 Mar 2009 20:44:14 +0100 sylvain thenault import updates tls-sprint
Thu, 26 Feb 2009 13:12:39 +0100 sylvain thenault update copyright
Tue, 24 Feb 2009 11:59:53 +0100 Aurelien Campeas fix imports : common.utils -> utils tls-sprint
Wed, 18 Feb 2009 00:46:10 +0100 ludal remove dead code
Tue, 17 Feb 2009 22:37:11 +0100 ludal simple optimization and readability fix
Wed, 05 Nov 2008 15:52:50 +0100 Adrien Di Mascio Showtime !
less more (0) tip