Fri, 08 Mar 2013 11:03:28 +0100 |
Rémi Cardona |
[cwconfig] Fix exception handling when building the cube dependency graph
|
changeset |
files
|
Tue, 19 Mar 2013 12:25:18 +0100 |
Aurelien Campeas |
[merge] backport stable fixes
|
changeset |
files
|
Mon, 18 Mar 2013 16:38:57 +0100 |
Aurelien Campeas |
[test/sobject] fix test regression
stable
|
changeset |
files
|
Wed, 13 Mar 2013 18:36:49 +0100 |
Rémi Cardona |
[web/request] Prune extraneous 'pageid' from generated ajax URL parameters (closes #2758130)
stable
|
changeset |
files
|
Wed, 13 Mar 2013 19:23:22 +0100 |
Rémi Cardona |
[web/component] Use global variable to point to ajax controller (part of #2758254)
stable
|
changeset |
files
|
Tue, 19 Mar 2013 12:24:40 +0100 |
Rémi Cardona |
[web] Use the new '/ajax' URL path to access the AjaxController (closes #2758254)
stable
|
changeset |
files
|
Tue, 19 Mar 2013 10:08:20 +0100 |
Aurelien Campeas |
[devtools/httptest] fix syntax error introduced by ce5ae7b80d2c
|
changeset |
files
|
Tue, 12 Mar 2013 19:24:43 +0100 |
Rémi Cardona |
[component] Fix URL generation for navigation component (closes #2464832)
stable
|
changeset |
files
|
Tue, 12 Mar 2013 12:08:22 +0100 |
Pierre-Yves David |
merge with another default heads
|
changeset |
files
|
Tue, 12 Mar 2013 12:04:51 +0100 |
Pierre-Yves David |
Merge stable into default (NON-TRIVIAL)
|
changeset |
files
|
Fri, 08 Feb 2013 18:36:00 +0100 |
Nicolas Chauvat |
maintain python2.5 compatibility
stable
|
changeset |
files
|
Fri, 18 Jan 2013 11:36:21 +0100 |
Julien Cristau |
[schema/workflow] one more typo fix
stable
|
changeset |
files
|
Fri, 22 Feb 2013 11:17:02 +0100 |
Julien Cristau |
[devtools] add http_publish to CubicWebTC (closes #2565882)
|
changeset |
files
|
Fri, 18 Jan 2013 12:47:40 +0100 |
Sylvain Thénault |
[testlib] url_publish should give url to the request and the rset returned by the path evaluator to ctrl_publish. Closes #2557468
|
changeset |
files
|
Fri, 22 Feb 2013 19:36:40 +0100 |
Nicolas Chauvat |
[towards py3k] import reduce() from functools (part of #2711624)
|
changeset |
files
|
Mon, 11 Mar 2013 18:37:01 +0100 |
Pierre-Yves David |
merge stable fix into default
|
changeset |
files
|
Wed, 09 Jan 2013 18:37:48 +0100 |
Sylvain Thénault |
[doc] document dbapi.Connection
stable
|
changeset |
files
|
Fri, 08 Mar 2013 09:15:09 +0100 |
Sylvain Thénault |
[c-c shell] fix command description (-P option is gone long ago)
stable
|
changeset |
files
|
Mon, 11 Mar 2013 14:46:09 +0100 |
Aurelien Campeas |
[hooks/syncschema] do not crash when adding a new entity type (closes #2741643)
stable
|
changeset |
files
|
Tue, 29 Jan 2013 16:57:44 +0100 |
pwatteyne |
[views/debug] Do not show all web sessions without CNX, just count them (closes #2602161)
stable
|
changeset |
files
|
Tue, 05 Mar 2013 15:37:37 +0100 |
Sylvain Thénault |
[facets js] use $ instead of jQuery and other small cleanups
|
changeset |
files
|
Thu, 17 Jan 2013 15:42:09 +0100 |
Julien Cristau |
[devtools/httptest] allow sending other types of requests besides GET
|
changeset |
files
|
Fri, 08 Mar 2013 18:43:42 +0100 |
Pierre-Yves David |
merge with stable
|
changeset |
files
|
Mon, 04 Mar 2013 17:22:57 +0100 |
Nicolas Chauvat |
[ext/rest] fix docstring of rql_role()
stable
|
changeset |
files
|
Fri, 08 Mar 2013 18:04:40 +0100 |
Vincent Michel |
[web application] Fix missing self. in error_handler
stable
|
changeset |
files
|
Tue, 18 Dec 2012 12:42:56 +0100 |
Sylvain Thénault |
[ldapfeed] all options of a source should be in the same group, else you get AssertionError on c-c add-source. Closes #2538398
|
changeset |
files
|
Wed, 20 Feb 2013 16:13:21 +0100 |
Nicolas Chauvat |
[sources] fix classes that inherit from AbstractSource (closes #2718669)
|
changeset |
files
|
Thu, 24 Jan 2013 10:28:49 +0100 |
Julien Cristau |
[login] don't redirect to http url if we allow anonymous on https
|
changeset |
files
|
Mon, 25 Feb 2013 11:34:58 +0100 |
Jérôme Roy |
Correct typo in example
|
changeset |
files
|
Mon, 25 Feb 2013 18:02:11 +0100 |
Julien Cristau |
[testlib] make test_view load the json data
|
changeset |
files
|
Mon, 11 Feb 2013 12:06:16 +0100 |
Rémi Cardona |
[etwist] Properly escape traceback output (closes #2712042)
|
changeset |
files
|
Mon, 11 Feb 2013 11:26:08 +0100 |
Rémi Cardona |
[dbapi] Stop shadowing exceptions in get_repository() (closes #2710515)
|
changeset |
files
|
Mon, 25 Feb 2013 11:18:14 +0100 |
Aurelien Campeas |
[cwvreg] complete cw.web.uicfg cleanup callback (closes #2718217)
|
changeset |
files
|
Thu, 28 Feb 2013 11:19:36 +0100 |
Pierre-Yves David |
[book] fix typo.
|
changeset |
files
|
Sat, 16 Feb 2013 21:46:24 +0100 |
Nicolas Chauvat |
[towards py3k] fix bug introduced by 0bb18407c053
|
changeset |
files
|
Tue, 21 Feb 2012 18:23:23 +0100 |
Anthony Truchet |
[doc] Book entry for the undo functionnality.
|
changeset |
files
|
Thu, 14 Feb 2013 16:45:07 +0100 |
Nicolas Chauvat |
[toward py3k] rewrite has_key() (part of #2711624)
|
changeset |
files
|
Thu, 14 Feb 2013 16:01:24 +0100 |
Nicolas Chauvat |
[toward py3k] rewrite dict.keys() and dict.values() (part of #2711624)
|
changeset |
files
|
Thu, 14 Feb 2013 15:38:25 +0100 |
Nicolas Chauvat |
[toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
|
changeset |
files
|
Thu, 14 Feb 2013 15:39:23 +0100 |
Nicolas Chauvat |
[toward-py3k] remove import with_statement (part of #2711624)
|
changeset |
files
|
Thu, 14 Feb 2013 15:29:20 +0100 |
Nicolas Chauvat |
pkg: drop python 2.5 compatibility (closes #2711624)
|
changeset |
files
|
Thu, 14 Feb 2013 15:21:23 +0100 |
Pierre-Yves David |
devtools: improve qunit timeout message
|
changeset |
files
|
Thu, 14 Feb 2013 14:26:33 +0100 |
Pierre-Yves David |
merge default into stable
|
changeset |
files
|
Tue, 12 Feb 2013 11:35:15 +0100 |
Nicolas Chauvat |
[devtools] fix broken windmill test case
stable
|
changeset |
files
|
Thu, 31 Jan 2013 18:34:31 +0100 |
David Douard |
Added tag cubicweb-debian-version-3.15.9-1 for changeset 29fbc632a696
stable
|
changeset |
files
|
Thu, 31 Jan 2013 18:34:30 +0100 |
David Douard |
Added tag cubicweb-version-3.15.9 for changeset 8bfc0753f1da
stable cubicweb-debian-version-3.15.9-1
|
changeset |
files
|
Fri, 25 Jan 2013 17:56:15 +0100 |
David Douard |
Added tag cubicweb-debian-version-3.16.0-1 for changeset 853237d1daf6
|
changeset |
files
|
Fri, 25 Jan 2013 17:56:14 +0100 |
David Douard |
Added tag cubicweb-version-3.16.0 for changeset 6c7c2a02c9a0
cubicweb-debian-version-3.16.0-1
|
changeset |
files
|
Fri, 25 Jan 2013 17:52:02 +0100 |
David Douard |
3.15.9
stable cubicweb-version-3.15.9
|
changeset |
files
|
Fri, 25 Jan 2013 16:44:07 +0100 |
Aurelien Campeas |
[ldap test] fix bad merge
cubicweb-version-3.16.0
|
changeset |
files
|
Fri, 25 Jan 2013 14:33:40 +0100 |
Aurelien Campeas |
[merge] backport stable fixes
|
changeset |
files
|
Fri, 25 Jan 2013 13:28:23 +0100 |
Aurelien Campeas |
[cwctl] fix cubicweb-ctl shell command (closes #2583919)
|
changeset |
files
|
Thu, 24 Jan 2013 16:13:40 +0100 |
David Douard |
[ldap test] move the slapd database directory to a tempdir (closes #2583993)
stable
|
changeset |
files
|
Thu, 24 Jan 2013 16:10:31 +0100 |
David Douard |
[ldap auth] make sure imported passwords from LDAP are encrypted (closes #2583994)
stable
|
changeset |
files
|
Tue, 18 Dec 2012 12:25:08 +0100 |
Sylvain Thénault |
[ldapfeed] don't crash if one specify an unexisting group in the configuration. Closes #2538399
stable
|
changeset |
files
|
Wed, 09 Jan 2013 14:27:51 +0100 |
Aurelien Campeas |
[doc/ldap] update the ldap chapter wrt the ldapfeed source type (closes #2551863)
stable
|
changeset |
files
|