Mercurial
Mercurial
>
pub
>
hg
>
cubicweb
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-192
+192
+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
[application] call req.set_session in application.main_handle_request
2013-06-14, by Pierre-Yves David
[session-handler] use session directly to update last usage
2013-06-13, by Pierre-Yves David
[application/connect] simplify connection logic
2013-06-13, by Pierre-Yves David
Drop hijack user (closes #2901093)
2013-06-13, by pierre-yves
[sources] drop support for ldapuser source (closes #2936496)
2013-06-13, by Pierre-Yves David
merge stable back into default
2013-06-14, by Pierre-Yves David
3.17 is the new stable
stable
2013-06-14, by 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
2013-06-14, by David Douard
[pkg] prepare 3.16.5
stable
cubicweb-centos-version-3.16.5-1
cubicweb-debiann-version-3.16.5-1
cubicweb-version-3.16.5
2013-06-14, by David Douard
Added tag cubicweb-version-3.17.2, cubicweb-debian-version-3.17.2-1 for changeset 195e519fe97c
2013-06-14, by David Douard
[pkg] prepare 3.17.2
cubicweb-debian-version-3.17.2-1
cubicweb-version-3.17.2
2013-06-13, by David Douard
repository: make tests pass again
2013-06-14, by Julien Cristau
repository: monkey patch pyro connection handling to detect clients going away
2013-06-12, by Julien Cristau
notification: use viewargs for notif_entity_updated instead of transaction_data
2013-06-13, by Julien Cristau
notification: properly handle cnx and lifetime of the hijacked session
2013-06-13, by Julien Cristau
notification: fix session creation (closes #2934523)
2013-06-12, by Julien Cristau
Added tag cubicweb-version-3.17.1, cubicweb-debian-version-3.17.1-1, cubicweb-centos-version-3.17.1-1 for changeset f98d1c46ed9f
2013-06-07, by David Douard
[cwctl] add configure command to cw-ctl (closes #2709702)
cubicweb-centos-version-3.17.1-1
cubicweb-debian-version-3.17.1-1
cubicweb-version-3.17.1
2013-05-24, by Nicolas Chauvat
[cwctl] rename option no-post-create to no-db-create
2013-05-24, by Nicolas Chauvat
[pkg] version 3.17.1 for rpm packages
2013-06-06, by David Douard
[session] upgrade session closed error from Exception to SessionClosedError
2013-05-27, by pierre-yves
[pkg] prepare 3.17.1
2013-06-06, by David Douard
[web/application] add some minimal documentation
2013-05-30, by Pierre-Yves David
[session] raise proper exception with get_tx is called on a closed session
2013-05-23, by pierre-yves
[view] typo in a docstring
2013-06-06, by David Douard
[cwctl] pass missing inputlevel argument to postcreate() (closes #2901037)
stable
2013-05-24, by Nicolas Chauvat
[server] fix documentation of ZMQ options harder
stable
2013-05-29, by Julien Cristau
merge with 3.16.x fixes
2013-05-29, by Pierre-Yves David
[server] fix documentation of ZMQ options
stable
2013-05-27, by Dimitri Papadopoulos
[zmq] set order for ZMQStartHook so other hooks don't need to
stable
2013-05-24, by Julien Cristau
import merge_options directly from logilab.common
2013-05-23, by Nicolas Chauvat
[server] fix error messages in write_sources_file()
2013-05-24, by Nicolas Chauvat
[doc] a couple almost-typos
stable
2013-05-02, by Aurelien Campeas
[schemaserial] mitigate critical message during migration
2013-05-03, by Aurelien Campeas
[doc] typo
2013-05-22, by Dimitri Papadopoulos
[cw-ctl] fix help message for schemadiff In global help (closes #2888538)
2013-05-23, by Nicolas Chauvat
[dbapi] fix connect backwards compat harder
stable
2013-05-14, by Julien Cristau
[zmq] make publish address optional
stable
2013-05-23, by Julien Cristau
Fix documentation for zmq pub/sub hooks and configuration
stable
2013-05-23, by Julien Cristau
[entity] improve deprecation messages
stable
2013-05-17, by Nicolas Chauvat
[devtools] use self._parse so AssertionError is properly raised instead of lxml error (test failure introduced in 6711f78c18be)
2013-05-15, by Sylvain Thénault
[testlib] fix page validator selection. Closes #2869456
2013-05-15, by Sylvain Thénault
[testlib] introduce a validator that check xml-well formness
2013-05-15, by Sylvain Thénault
[view] return HTML5 doctype. Closes #2869426
2013-05-15, by Sylvain Thénault
[testlib] repreprocess content so contextual display has a chance to show the proper line. Closes #2869481
2013-05-06, by Sylvain Thénault
[web request] drop no more necessary request.document_surrounding_div method
2013-05-06, by Sylvain Thénault
[testlib] unspaghettify Validator / PageInfo api
2013-05-06, by Sylvain Thénault
[testlib] update htmlparsers.VALMAP: stop using SaxOnlyValidator and add an entry for html
2013-05-06, by Sylvain Thénault
[testlib] SaxOnlyValidator is deprecated, use XMLValidator instead
2013-05-06, by Sylvain Thénault
[dataimport] minor typo in error handling
2013-05-14, by Dimitri Papadopoulos
[views] attempt to clarify the inline help system documentation
2013-05-07, by Dimitri Papadopoulos
[sobject] fix notification operation
2013-05-06, by Pierre-Yves David
Added tag cubicweb-debian-version-3.17.0-2 for changeset 09a0c7ea6c3c
2013-05-03, by David Douard
[pkg/debian] prepare release 3.17.0-2
cubicweb-debian-version-3.17.0-2
2013-05-03, by Pierre-Yves David
[pkg/debian] update yams runtime depends
2013-05-03, by Pierre-Yves David
[pkg/debian] expand all depends and co on multiple line
2013-05-03, by Pierre-Yves David
Added tag cubicweb-debian-version-3.17.0-1 for changeset 22be40c492e9
2013-05-02, by David Douard
Added tag cubicweb-version-3.17.0 for changeset cc1a0aad580c
cubicweb-debian-version-3.17.0-1
2013-05-02, by David Douard
[test/view] exclude some Blog entity from automatic view testing
cubicweb-version-3.17.0
2013-05-02, by Pierre-Yves David
[doc] fix: cubicweb.gmap.js has moved to the geocoding cube
2013-05-02, by David Douard
[test/ldap] do not assume order
2013-04-30, by David Douard
Added tags for version 3.16.4 on changeset 041804bc48e9
stable
2013-04-29, by Pierre-Yves David
[notification] ensure official API is test
2013-04-29, by Pierre-Yves David
fix typo in notification causing NameError
2013-04-29, by Alain Leufroy
[test/notification] merge related test classe
2013-04-29, by Pierre-Yves David
merge with stable
2013-04-29, by Pierre-Yves David
[server] add a looping task to free unused cnxsets capture by dead pyro
stable
cubicweb-centos-version-3.16.4-1
cubicweb-debian-version-3.16.4-1
cubicweb-version-3.16.4
2013-04-16, by Julien Cristau
[pkg/debian] update changelog to 3.17.0
2013-04-29, by Pierre-Yves David
[devtools] Use XMLValidator instead deprecated SaxOnlyValidator
2013-04-29, by Pierre-Yves David
[pkg] update changelog
2013-04-26, by Pierre-Yves David
[pkg] prepare 3.17.0
2013-04-26, by Pierre-Yves David
[pkg] prepare 3.16.4
stable
2013-04-26, by Pierre-Yves David
[repo] straightforward bootstrap sequence. Closes #2841188
2013-04-26, by Sylvain Thénault
[repo] minor cleanups to bootstrap sequence
2013-04-24, by Sylvain Thénault
[schemaserial] serialize additional yams parameter for customs type
2013-04-26, by Vincent Michel
[sql] preprocess_entity uses lgdb helper's SQL converters.
2013-04-23, by Vincent Michel
[repo] kill rebuildinfered feature from Repository.set_schema
2013-04-24, by Sylvain Thénault
[test] stop deepcopying for nothing
2013-04-24, by Sylvain Thénault
drop xhtml content-type support (closes #2065651)
2013-04-26, by Aurelien Campeas
[htmlparser] exclude <script> tag from html source
2013-04-26, by Pierre-Yves David
[htmlparser] store unaltered source in pageinfo.source
2013-04-26, by Pierre-Yves David
[htmlparser] rename SaxOnlyValidator to XMLValidator
2013-04-25, by Sylvain Thénault
[htmlparser] add missing deprecation message
2013-04-25, by Sylvain Thénault
[form] remove hard coded id
2013-04-25, by Pierre-Yves David
[server/test] use server config in migration
2013-04-26, by Pierre-Yves David
[session] deprecate `hijack_user` method
2013-04-22, by Pierre-Yves David
[mail] drop hijack_user usage
2013-04-25, by Pierre-Yves David
[notification] merge BaseNotificationView and NotificationView
2013-04-25, by Pierre-Yves David
[notification] move notification view in ``sobject.notification``
2013-04-25, by Pierre-Yves David
remove unused import
2013-04-25, by Pierre-Yves David
one more merge
2013-04-25, by Pierre-Yves David
[notification] introduce an official `notify_on_commit` function
2013-04-25, by Sylvain Thénault
[cubicweb/doc] Replace dc_type() by cw_etype
2013-04-25, by Vladimir Popescu
[dataimport] backout 6947201033be (related to #2788402)
2013-04-04, by Vladimir Popescu
merge default heads
2013-04-25, by Sylvain Thénault
[c-c serverctl] import locally to speed up c-c
2013-04-05, by Sylvain Thénault
less
more
|
(0)
-3000
-1000
-192
+192
+1000
+3000
tip