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
-60
+60
+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.
[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
less
more
|
(0)
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip