2013-05-31 Julien Cristau fix migration from pre-3.13.1 versions (closes #2846978) stable
2013-07-03 Aurelien Campeas [constraint] more robust unicity constraint failures reporting for end-users stable
2013-07-03 Aurelien Campeas [hooks/security] Streamline attributes default permission check. stable
2013-06-26 Aurelien Campeas [test/schemaserial] swap got/expected to get nicer unittest2 diagnostics stable
2013-07-02 Pierre-Yves David [repository] drop safe attribute on ``internal_cnx``
2013-06-27 Pierre-Yves David [dbapi] deprecated the dbapi
2013-06-27 Pierre-Yves David [repoapi] deprecate dbapi compat method
2013-06-27 Pierre-Yves David [testlib] deprecated the older api to access the repo.
2013-06-27 Pierre-Yves David [connection] deprecated free_cnset and set_cnxset
2013-06-27 Pierre-Yves David [session] deprecate all Connection related method on session
2013-06-27 Pierre-Yves David [session] drop dead _current_cnx_id
2013-06-27 Pierre-Yves David [session] privatise get_cnx and close_cnx
2013-06-27 Pierre-Yves David [doc] add documentation for the new API in test
2013-06-27 Pierre-Yves David [testlib] add an default testcase.adminaccess (and use it for default session)
2013-06-27 Pierre-Yves David [testlib] introduce a RepoAccess class to easily create connection and request
2013-06-27 Pierre-Yves David [repoapi] make ClientConnection.__enter__ return self
2013-06-27 Pierre-Yves David [documentation] describe repoapi and web side change.
2013-06-27 Pierre-Yves David [testlib] use internal_cnx instead of internal_session
2013-06-27 Pierre-Yves David [repository] add an ``internal_cnx`` method to replace ``internal_session``
2013-06-27 Pierre-Yves David [connection] enforce that a connection must be open to be used
2013-06-26 Pierre-Yves David use standalone Connection to Client Connection
2013-06-26 Pierre-Yves David [session] add a new_cnx factory
2013-06-26 Pierre-Yves David [connection] allow simple instantiation of standalone Connection
2013-06-26 Pierre-Yves David [connection] handle and explicitly life cycle on Connection
2013-06-26 Pierre-Yves David [sesion] distinction between Connection handled by the session and other.
2013-06-26 Pierre-Yves David [session] replace _clear_thread_storage with close_cnx
2013-06-26 Pierre-Yves David [session] explicitly take Connection object in close_cnx
2013-06-26 Pierre-Yves David [session] drop the Session._clear_cnx_storage method
2013-06-26 Pierre-Yves David [session] wrap too long line
2013-06-26 Pierre-Yves David [session] gather close_cnx with get_cnx and set_cnx
2013-06-27 Pierre-Yves David [client-connection] remove the _srv_cnx usage
2013-06-27 Pierre-Yves David [client-connection] explicitly check that the client-connection is open
2013-06-27 Pierre-Yves David [client-connection] handle the lack of connection id while not open
2013-06-26 Pierre-Yves David [connection] transparent cnx_set handling
2013-06-27 Pierre-Yves David [client-connection] explicit the client part in __repr__
2013-06-25 Pierre-Yves David [ClientConnection] directly use the Connection object to access the database
2013-06-25 Pierre-Yves David [connection] invert __init__ parameter
2013-06-26 Pierre-Yves David [service] enforce that Service argument and return are json-serialisable
2013-06-25 Pierre-Yves David [connection] move call_service on Connection
2013-06-27 Pierre-Yves David [connection] move the commit method on Connection object
2013-06-27 Pierre-Yves David [connection] move the rollback method on Connection object
2013-06-27 Pierre-Yves David [connection] pass a Connection object to RQLRewriter
2013-06-27 Pierre-Yves David [connection] Connection.execute touch Session timestamp
2013-06-25 Pierre-Yves David [connection] Connection now call _set_user to CWUser object linked to itseld
2013-06-25 Pierre-Yves David [server/session] better faking of user for InternalManager
2013-06-27 Pierre-Yves David [connection] move execute
2013-06-25 Pierre-Yves David [connection] mark Connection as "not a request"
2013-06-25 Pierre-Yves David [server/session] ensure appobject obtained from the session are linked to the session
2013-06-25 Pierre-Yves David [connection] have rql_rewriter accession on Connection
2013-06-27 Pierre-Yves David [connection] move local_perm_cache management on Connection
2013-06-27 Pierre-Yves David [session] use a rich object for timestamp
2013-06-27 Pierre-Yves David [migraction] do not access session.data directly
2013-06-27 Pierre-Yves David [connection] move relation management method
2013-06-27 Pierre-Yves David [connection] give access to shared data method
2013-06-27 Pierre-Yves David [connection] move relation cache method to Connection
2013-05-15 Pierre-Yves David [connection] give access to session execute from connection
2013-05-23 Pierre-Yves David [connection] move last part of undo logic in connection
2013-06-25 Pierre-Yves David [connection] initialize connection.user and connection.lang
2013-03-29 Pierre-Yves David [Connection] inherit from RequestSessionBase
2013-06-26 Pierre-Yves David [multi-sources] drop multi-sources related test.
2013-06-27 Pierre-Yves David Use new repoapi for the web stack
2013-06-25 Pierre-Yves David PARTIAL: Using the repoapi in test
2013-06-25 Pierre-Yves David [web/test] drop proff of concept Facebook login in test
2013-06-25 Pierre-Yves David [test/dbapi] do not rely on the Testcase provided cnx
2013-06-25 Pierre-Yves David [dbapi] explicitly use the DBAPI version of CubicwebRequestBase
2013-06-24 Pierre-Yves David [web/application] drop unused import
2013-06-24 Pierre-Yves David [web/test] properly reset the request connection related attribute
2013-06-24 Pierre-Yves David [web/test] drop two undocumented suspicious regression test
2013-06-24 Pierre-Yves David [webrequest] introduce an alternative implementation using the repoapi
2013-06-24 Pierre-Yves David [repoapi] add an anonymous_cnx function
2013-06-21 Pierre-Yves David [repoapi] add a connect function
2013-06-24 Pierre-Yves David [client-connection] add an auto-close property for ClientConnection
2013-06-21 Pierre-Yves David [cwuser] make CWUser callable, returning self for dbapi compatibility
2013-06-21 Pierre-Yves David [client-connect] drop rqlst on rset returned client side
2013-06-21 Pierre-Yves David [client-connection] add a repo property for dbapi compatibility
2013-06-21 Pierre-Yves David [client-connection] add a connection property for dbapi compatibility
2013-06-21 Pierre-Yves David [client-connection] add a sessionid property for dbapi compatibility
2013-06-21 Pierre-Yves David [client-connection] add a cursor() method for dbapi compatibility
2013-06-21 Pierre-Yves David [client-connection] add a request() method for dbapi compatibility
2013-06-25 Pierre-Yves David [repoapi] introduce a basic ClientConnection class
2013-06-25 Pierre-Yves David [req] add a _set_user method
2013-06-24 Pierre-Yves David [server/session] add a login property
2013-06-21 Pierre-Yves David [server/session] allow access to session id using sessionid
2013-06-17 Pierre-Yves David [server/session] Implement anonymous_session
2013-06-21 Pierre-Yves David [server/session] do not clear session.cnx if unrelated to cnx actually cleared
2013-06-24 Pierre-Yves David [dbapi] move ProgrammingError into cubicweb module
2013-06-17 Pierre-Yves David [repoapi] move get_repository function into a new repoapi module
2013-06-20 Pierre-Yves David [testlib] gather all repository access logic in one place
2013-06-20 Pierre-Yves David [testlib] move repo and related attribute back on Instance instead of Class
2013-06-24 Pierre-Yves David [dbapi] makes anonymous_connection a computed property
2013-06-24 Pierre-Yves David [webrequest] simplify set_session code
2013-06-21 Pierre-Yves David [webrequest] set DBAPISession without cnx at initialisation time
2013-06-24 Pierre-Yves David [testlib] rework request building in init_authentication
2013-06-24 Pierre-Yves David [request] drop the user argument for set_session
2013-06-19 Pierre-Yves David [web-request] handle default language earlier
2013-06-18 Pierre-Yves David [etwist] pass the repository to the root resource
2013-06-24 Pierre-Yves David [repo] move repo.gc_stats to Service API (closes #2951068)
2013-06-24 Pierre-Yves David [repo] move repo stats to Service (closes #2951067)
2013-06-24 Pierre-Yves David [service] drop the asynchronous execution possibility
2013-06-24 Pierre-Yves David [auth] pass `repo` instead of `vreg` to SessionManager and AuthenticationManager
2012-11-23 Pierre-Yves David web/application: instantiate the repository outside of CubicWebPublisher
2012-12-07 Pierre-Yves David remove vreg argument to CWPublisher
2012-12-07 Pierre-Yves David [devtools] vreg becomes a class ppty
2012-11-23 Pierre-Yves David [devtools] drop unused `reset_schema` and `reset_vreg` class attribute
2013-05-27 Pierre-Yves David [connection] move security control logic on Connection
2013-06-14 Pierre-Yves David [connection] move hook control logic on Connection
2013-06-14 Pierre-Yves David [session] update _hook_control docstring
2013-05-27 pierre-yves [connection] reinstall cnx.data as cnx.transaction_data
2013-05-27 pierre-yves [connection] give access to is_internal_session boolean
2013-06-14 pierre-yves [req] drop from_controller on non WebRequest object (Closes #2901079)
2013-05-13 pierre-yves [connection] add logging method on connection
2013-06-13 Pierre-Yves David rename server.session.transaction into server.session.connection
2013-06-14 Pierre-Yves David [application] call req.set_session in application.main_handle_request
2013-06-13 Pierre-Yves David [session-handler] use session directly to update last usage
2013-06-13 Pierre-Yves David [application/connect] simplify connection logic
2013-06-13 pierre-yves Drop hijack user (closes #2901093)
2013-06-13 Pierre-Yves David [sources] drop support for ldapuser source (closes #2936496)
2013-06-14 Pierre-Yves David merge stable back into default
2013-06-14 David Douard 3.17 is the new stable stable
2013-06-14 David Douard Added tag cubicweb-version-3.16.5, cubicweb-debiann-version-3.16.5-1, cubicweb-centos-version-3.16.5-1 for changeset 810a05fba1a4 stable
(0) -3000 -1000 -120 +120 +1000 +3000 tip