Mercurial
Mercurial
>
pub
>
hg
>
cubicweb
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
[documentation] describe repoapi and web side change.
2013-06-27, by Pierre-Yves David
[testlib] use internal_cnx instead of internal_session
2013-06-27, by Pierre-Yves David
[repository] add an ``internal_cnx`` method to replace ``internal_session``
2013-06-27, by Pierre-Yves David
[connection] enforce that a connection must be open to be used
2013-06-27, by Pierre-Yves David
use standalone Connection to Client Connection
2013-06-26, by Pierre-Yves David
[session] add a new_cnx factory
2013-06-26, by Pierre-Yves David
[connection] allow simple instantiation of standalone Connection
2013-06-26, by Pierre-Yves David
[connection] handle and explicitly life cycle on Connection
2013-06-26, by Pierre-Yves David
[sesion] distinction between Connection handled by the session and other.
2013-06-26, by Pierre-Yves David
[session] replace _clear_thread_storage with close_cnx
2013-06-26, by Pierre-Yves David
[session] explicitly take Connection object in close_cnx
2013-06-26, by Pierre-Yves David
[session] drop the Session._clear_cnx_storage method
2013-06-26, by Pierre-Yves David
[session] wrap too long line
2013-06-26, by Pierre-Yves David
[session] gather close_cnx with get_cnx and set_cnx
2013-06-26, by Pierre-Yves David
[client-connection] remove the _srv_cnx usage
2013-06-27, by Pierre-Yves David
[client-connection] explicitly check that the client-connection is open
2013-06-27, by Pierre-Yves David
[client-connection] handle the lack of connection id while not open
2013-06-27, by Pierre-Yves David
[connection] transparent cnx_set handling
2013-06-26, by Pierre-Yves David
[client-connection] explicit the client part in __repr__
2013-06-27, by Pierre-Yves David
[ClientConnection] directly use the Connection object to access the database
2013-06-25, by Pierre-Yves David
[connection] invert __init__ parameter
2013-06-25, by Pierre-Yves David
[service] enforce that Service argument and return are json-serialisable
2013-06-26, by Pierre-Yves David
[connection] move call_service on Connection
2013-06-25, by Pierre-Yves David
[connection] move the commit method on Connection object
2013-06-27, by Pierre-Yves David
[connection] move the rollback method on Connection object
2013-06-27, by Pierre-Yves David
[connection] pass a Connection object to RQLRewriter
2013-06-27, by Pierre-Yves David
[connection] Connection.execute touch Session timestamp
2013-06-27, by Pierre-Yves David
[connection] Connection now call _set_user to CWUser object linked to itseld
2013-06-25, by Pierre-Yves David
[server/session] better faking of user for InternalManager
2013-06-25, by Pierre-Yves David
[connection] move execute
2013-06-27, by Pierre-Yves David
[connection] mark Connection as "not a request"
2013-06-25, by Pierre-Yves David
[server/session] ensure appobject obtained from the session are linked to the session
2013-06-25, by Pierre-Yves David
[connection] have rql_rewriter accession on Connection
2013-06-25, by Pierre-Yves David
[connection] move local_perm_cache management on Connection
2013-06-27, by Pierre-Yves David
[session] use a rich object for timestamp
2013-06-27, by Pierre-Yves David
[migraction] do not access session.data directly
2013-06-27, by Pierre-Yves David
[connection] move relation management method
2013-06-27, by Pierre-Yves David
[connection] give access to shared data method
2013-06-27, by Pierre-Yves David
[connection] move relation cache method to Connection
2013-06-27, by Pierre-Yves David
[connection] give access to session execute from connection
2013-05-15, by Pierre-Yves David
[connection] move last part of undo logic in connection
2013-05-23, by Pierre-Yves David
[connection] initialize connection.user and connection.lang
2013-06-25, by Pierre-Yves David
[Connection] inherit from RequestSessionBase
2013-03-29, by Pierre-Yves David
[multi-sources] drop multi-sources related test.
2013-06-26, by Pierre-Yves David
Use new repoapi for the web stack
2013-06-27, by Pierre-Yves David
PARTIAL: Using the repoapi in test
2013-06-25, by Pierre-Yves David
[web/test] drop proff of concept Facebook login in test
2013-06-25, by Pierre-Yves David
[test/dbapi] do not rely on the Testcase provided cnx
2013-06-25, by Pierre-Yves David
[dbapi] explicitly use the DBAPI version of CubicwebRequestBase
2013-06-25, by Pierre-Yves David
[web/application] drop unused import
2013-06-24, by Pierre-Yves David
[web/test] properly reset the request connection related attribute
2013-06-24, by Pierre-Yves David
[web/test] drop two undocumented suspicious regression test
2013-06-24, by Pierre-Yves David
[webrequest] introduce an alternative implementation using the repoapi
2013-06-24, by Pierre-Yves David
[repoapi] add an anonymous_cnx function
2013-06-24, by Pierre-Yves David
[repoapi] add a connect function
2013-06-21, by Pierre-Yves David
[client-connection] add an auto-close property for ClientConnection
2013-06-24, by Pierre-Yves David
[cwuser] make CWUser callable, returning self for dbapi compatibility
2013-06-21, by Pierre-Yves David
[client-connect] drop rqlst on rset returned client side
2013-06-21, by Pierre-Yves David
[client-connection] add a repo property for dbapi compatibility
2013-06-21, by Pierre-Yves David
[client-connection] add a connection property for dbapi compatibility
2013-06-21, by Pierre-Yves David
[client-connection] add a sessionid property for dbapi compatibility
2013-06-21, by Pierre-Yves David
[client-connection] add a cursor() method for dbapi compatibility
2013-06-21, by Pierre-Yves David
[client-connection] add a request() method for dbapi compatibility
2013-06-21, by Pierre-Yves David
[repoapi] introduce a basic ClientConnection class
2013-06-25, by Pierre-Yves David
[req] add a _set_user method
2013-06-25, by Pierre-Yves David
[server/session] add a login property
2013-06-24, by Pierre-Yves David
[server/session] allow access to session id using sessionid
2013-06-21, by Pierre-Yves David
[server/session] Implement anonymous_session
2013-06-17, by Pierre-Yves David
[server/session] do not clear session.cnx if unrelated to cnx actually cleared
2013-06-21, by Pierre-Yves David
[dbapi] move ProgrammingError into cubicweb module
2013-06-24, by Pierre-Yves David
[repoapi] move get_repository function into a new repoapi module
2013-06-17, by Pierre-Yves David
[testlib] gather all repository access logic in one place
2013-06-20, by Pierre-Yves David
[testlib] move repo and related attribute back on Instance instead of Class
2013-06-20, by Pierre-Yves David
[dbapi] makes anonymous_connection a computed property
2013-06-24, by Pierre-Yves David
[webrequest] simplify set_session code
2013-06-24, by Pierre-Yves David
[webrequest] set DBAPISession without cnx at initialisation time
2013-06-21, by Pierre-Yves David
[testlib] rework request building in init_authentication
2013-06-24, by Pierre-Yves David
[request] drop the user argument for set_session
2013-06-24, by Pierre-Yves David
[web-request] handle default language earlier
2013-06-19, by Pierre-Yves David
[etwist] pass the repository to the root resource
2013-06-18, by Pierre-Yves David
[repo] move repo.gc_stats to Service API (closes #2951068)
2013-06-24, by Pierre-Yves David
[repo] move repo stats to Service (closes #2951067)
2013-06-24, by Pierre-Yves David
[service] drop the asynchronous execution possibility
2013-06-24, by Pierre-Yves David
[auth] pass `repo` instead of `vreg` to SessionManager and AuthenticationManager
2013-06-24, by Pierre-Yves David
web/application: instantiate the repository outside of CubicWebPublisher
2012-11-23, by Pierre-Yves David
remove vreg argument to CWPublisher
2012-12-07, by Pierre-Yves David
[devtools] vreg becomes a class ppty
2012-12-07, by Pierre-Yves David
[devtools] drop unused `reset_schema` and `reset_vreg` class attribute
2012-11-23, by Pierre-Yves David
[connection] move security control logic on Connection
2013-05-27, by Pierre-Yves David
[connection] move hook control logic on Connection
2013-06-14, by Pierre-Yves David
[session] update _hook_control docstring
2013-06-14, by Pierre-Yves David
[connection] reinstall cnx.data as cnx.transaction_data
2013-05-27, by pierre-yves
[connection] give access to is_internal_session boolean
2013-05-27, by pierre-yves
[req] drop from_controller on non WebRequest object (Closes #2901079)
2013-06-14, by pierre-yves
[connection] add logging method on connection
2013-05-14, by pierre-yves
rename server.session.transaction into server.session.connection
2013-06-13, by Pierre-Yves David
less
more
|
(0)
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
tip