Thu, 13 Jan 2011 13:38:49 +0100 [etwist] add an 'interface' config option (passed to reactor.listenTCP) stable cubicweb-version-3.10.7
david.douard@logilab.fr [Thu, 13 Jan 2011 13:38:49 +0100] rev 6817
[etwist] add an 'interface' config option (passed to reactor.listenTCP)
Thu, 13 Jan 2011 12:49:44 +0100 [wf migration] allow to deactivate assertion on wfable entity to quick-fix tests stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Jan 2011 12:49:44 +0100] rev 6816
[wf migration] allow to deactivate assertion on wfable entity to quick-fix tests
Thu, 13 Jan 2011 12:36:08 +0100 [schema] fix pb with ambiguous relation used within UniqueTogetherConstraint by having CWUniqueTogetherConstraint.relation targeting CWRType instead of CWAttribute/CWRelation. This fixes 3.10.7 migration. stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Jan 2011 12:36:08 +0100] rev 6815
[schema] fix pb with ambiguous relation used within UniqueTogetherConstraint by having CWUniqueTogetherConstraint.relation targeting CWRType instead of CWAttribute/CWRelation. This fixes 3.10.7 migration.
Thu, 13 Jan 2011 12:34:17 +0100 [idownloadable] deprecate download_box function stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Jan 2011 12:34:17 +0100] rev 6814
[idownloadable] deprecate download_box function
Wed, 12 Jan 2011 15:19:29 +0100 [idownloadable] restore backward compat stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 12 Jan 2011 15:19:29 +0100] rev 6813
[idownloadable] restore backward compat
Wed, 12 Jan 2011 15:19:10 +0100 typo in deprecation warning stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 12 Jan 2011 15:19:10 +0100] rev 6812
typo in deprecation warning
Wed, 12 Jan 2011 14:57:31 +0100 [doc] stop trying to compile useless files with logilab's internal tools stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 12 Jan 2011 14:57:31 +0100] rev 6811
[doc] stop trying to compile useless files with logilab's internal tools
Wed, 12 Jan 2011 09:22:38 +0100 update version number of dependancy to rql stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 12 Jan 2011 09:22:38 +0100] rev 6810
update version number of dependancy to rql
Wed, 12 Jan 2011 08:51:25 +0100 prepare 3.10.7 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 12 Jan 2011 08:51:25 +0100] rev 6809
prepare 3.10.7
Wed, 12 Jan 2011 08:49:54 +0100 i18nupdate stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 12 Jan 2011 08:49:54 +0100] rev 6808
i18nupdate
Tue, 11 Jan 2011 17:08:52 +0100 [cleanup] pylint detected error (among a ton of false positives due to the dynamic nature of cubicweb's code...) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 11 Jan 2011 17:08:52 +0100] rev 6807
[cleanup] pylint detected error (among a ton of false positives due to the dynamic nature of cubicweb's code...)
Tue, 09 Nov 2010 17:19:39 +0100 [testlib] extract validation logic into a ``assertWellFormed`` method. stable
Pierre-Yves David <pierre-yves.david@logilab.fr> [Tue, 09 Nov 2010 17:19:39 +0100] rev 6806
[testlib] extract validation logic into a ``assertWellFormed`` method. This allow validation of document generated without a view.
Tue, 11 Jan 2011 15:33:38 +0100 [migration] add_workflow now ensure the entity type is actually workflowable, and a new make_workflowable migration function is available to make an entity type workflowable (closes #1382720) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 11 Jan 2011 15:33:38 +0100] rev 6805
[migration] add_workflow now ensure the entity type is actually workflowable, and a new make_workflowable migration function is available to make an entity type workflowable (closes #1382720)
Tue, 11 Jan 2011 15:23:29 +0100 unittest2 fix: can't skip test in setUp, but it's fine in setUpClass stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 11 Jan 2011 15:23:29 +0100] rev 6804
unittest2 fix: can't skip test in setUp, but it's fine in setUpClass
Tue, 11 Jan 2011 12:45:30 +0100 [c-c] #1193302: Only show Deprecation warnings when using cubicweb-ctl (not /etc/init.d/cubicweb) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 11 Jan 2011 12:45:30 +0100] rev 6803
[c-c] #1193302: Only show Deprecation warnings when using cubicweb-ctl (not /etc/init.d/cubicweb)
Tue, 11 Jan 2011 12:24:49 +0100 [pyviews] document the fact that content is not xml-escaped (closes #1382038) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 11 Jan 2011 12:24:49 +0100] rev 6802
[pyviews] document the fact that content is not xml-escaped (closes #1382038)
Tue, 11 Jan 2011 12:20:39 +0100 [repository, pyro] ensure we're still properly registered into pyro name server in a looping task (closes #1336002) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 11 Jan 2011 12:20:39 +0100] rev 6801
[repository, pyro] ensure we're still properly registered into pyro name server in a looping task (closes #1336002)
Tue, 11 Jan 2011 12:19:36 +0100 [web action] refactor box menu handling, fixing #1401943 on the way stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 11 Jan 2011 12:19:36 +0100] rev 6800
[web action] refactor box menu handling, fixing #1401943 on the way
Tue, 11 Jan 2011 12:05:12 +0100 [config] use %r instead of %s for cube name makes things clearer stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 11 Jan 2011 12:05:12 +0100] rev 6799
[config] use %r instead of %s for cube name makes things clearer
Mon, 10 Jan 2011 14:00:37 +0100 missing future import stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 10 Jan 2011 14:00:37 +0100] rev 6798
missing future import
Mon, 10 Jan 2011 12:28:10 +0100 [web test] fix authentication test: session cookie should now be computed by the session handler (changed in cw 3.10.6) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 10 Jan 2011 12:28:10 +0100] rev 6797
[web test] fix authentication test: session cookie should now be computed by the session handler (changed in cw 3.10.6)
Mon, 10 Jan 2011 12:28:09 +0100 [unittest2] update to unittest2 assertRaises api stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 10 Jan 2011 12:28:09 +0100] rev 6796
[unittest2] update to unittest2 assertRaises api
Fri, 07 Jan 2011 18:51:50 +0100 [server test] fix test inter-dependancy issue stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Jan 2011 18:51:50 +0100] rev 6795
[server test] fix test inter-dependancy issue
Fri, 07 Jan 2011 18:51:47 +0100 [multi-sources] fix planning of crossed relation w/ some complex queries stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Jan 2011 18:51:47 +0100] rev 6794
[multi-sources] fix planning of crossed relation w/ some complex queries see ticket #59168 on our extranet for an example symptom.
Fri, 07 Jan 2011 15:21:56 +0100 [idownloadable] oneline view display entity's default title instead of file name, while download box display file name stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Jan 2011 15:21:56 +0100] rev 6793
[idownloadable] oneline view display entity's default title instead of file name, while download box display file name
Fri, 07 Jan 2011 15:21:54 +0100 [deprecation] fix bad warning on entity.querier_pending_relations stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Jan 2011 15:21:54 +0100] rev 6792
[deprecation] fix bad warning on entity.querier_pending_relations
Fri, 07 Jan 2011 13:14:40 +0100 [web session] refactor to finally closes #343036: allow _postlogin behaviour overloading stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Jan 2011 13:14:40 +0100] rev 6791
[web session] refactor to finally closes #343036: allow _postlogin behaviour overloading
Fri, 07 Jan 2011 08:13:43 +0100 [schema migration] add a test to ensure default value are considered stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Jan 2011 08:13:43 +0100] rev 6790
[schema migration] add a test to ensure default value are considered
Thu, 06 Jan 2011 18:53:00 +0100 [schema hook] don't depends on lgc.testlib, hence unittest2 for a dumb mock stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 06 Jan 2011 18:53:00 +0100] rev 6789
[schema hook] don't depends on lgc.testlib, hence unittest2 for a dumb mock
Thu, 06 Jan 2011 17:49:19 +0100 [bfss storage] Improve fspath() error message. stable
Pierre-Yves David <pierre-yves.david@logilab.fr> [Thu, 06 Jan 2011 17:49:19 +0100] rev 6788
[bfss storage] Improve fspath() error message. This changeset improve the error message of fspath when the argument is not managed by a BytesFileSystem storage.
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip