Thu, 17 Mar 2011 13:43:51 +0100 merge stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 17 Mar 2011 13:43:51 +0100] rev 7096
merge
Thu, 17 Mar 2011 13:43:07 +0100 [devtools] missing py2.5 compat import oldstable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 17 Mar 2011 13:43:07 +0100] rev 7095
[devtools] missing py2.5 compat import
Thu, 17 Mar 2011 12:21:36 +0100 merge oldstable into default stable
Pierre-Yves David <pierre-yves.david@logilab.fr> [Thu, 17 Mar 2011 12:21:36 +0100] rev 7094
merge oldstable into default
Thu, 17 Mar 2011 12:20:45 +0100 fix stupid typo oldstable
Pierre-Yves David <pierre-yves.david@logilab.fr> [Thu, 17 Mar 2011 12:20:45 +0100] rev 7093
fix stupid typo
Thu, 17 Mar 2011 12:14:58 +0100 merge oldstable
Pierre-Yves David <pierre-yves.david@logilab.fr> [Thu, 17 Mar 2011 12:14:58 +0100] rev 7092
merge
Thu, 17 Mar 2011 12:07:08 +0100 merge: [testlib] require explicite overwriting of TestDataBaseHandler. stable
Pierre-Yves David <pierre-yves.david@logilab.fr> [Thu, 17 Mar 2011 12:07:08 +0100] rev 7091
merge: [testlib] require explicite overwriting of TestDataBaseHandler. A new overwrite (default to False) parametters is added.
Thu, 17 Mar 2011 12:03:50 +0100 [testlib] require explicite overwriting of TestDataBaseHandler. oldstable
Pierre-Yves David <pierre-yves.david@logilab.fr> [Thu, 17 Mar 2011 12:03:50 +0100] rev 7090
[testlib] require explicite overwriting of TestDataBaseHandler. A new overwrite (default to False) parametters is added.
Thu, 17 Mar 2011 11:38:52 +0100 remove conflict marker stable
Pierre-Yves David <pierre-yves.david@logilab.fr> [Thu, 17 Mar 2011 11:38:52 +0100] rev 7089
remove conflict marker
Wed, 16 Mar 2011 18:12:57 +0100 merge old stable into stable stable
Pierre-Yves David <pierre-yves.david@logilab.fr> [Wed, 16 Mar 2011 18:12:57 +0100] rev 7088
merge old stable into stable
Wed, 16 Mar 2011 09:45:57 +0100 fix pylint helper methods: need a classmathod in cwconfig.py stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Wed, 16 Mar 2011 09:45:57 +0100] rev 7087
fix pylint helper methods: need a classmathod in cwconfig.py
Wed, 16 Mar 2011 09:45:57 +0100 fix pylint helper methods: need a classmathod in cwconfig.py oldstable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Wed, 16 Mar 2011 09:45:57 +0100] rev 7086
fix pylint helper methods: need a classmathod in cwconfig.py
Wed, 16 Mar 2011 09:40:56 +0100 merged back pylint help changes to stable stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Wed, 16 Mar 2011 09:40:56 +0100] rev 7085
merged back pylint help changes to stable
Wed, 16 Mar 2011 09:40:11 +0100 merge oldstable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Wed, 16 Mar 2011 09:40:11 +0100] rev 7084
merge
Wed, 16 Mar 2011 09:37:46 +0100 help pylint by explicitely defining some attributes oldstable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Wed, 16 Mar 2011 09:37:46 +0100] rev 7083
help pylint by explicitely defining some attributes * the logging functions automatically set by set_log_methods * the attributes of Hook classes (eidfrom, entity...):
Tue, 15 Mar 2011 21:36:06 +0100 [doc] fix indentation spelling and grammar of tutorials/advanced/part03_bfss stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 15 Mar 2011 21:36:06 +0100] rev 7082
[doc] fix indentation spelling and grammar of tutorials/advanced/part03_bfss
Tue, 15 Mar 2011 10:38:02 +0100 [doc] complete description of EXISTS in rql/language.rst stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 15 Mar 2011 10:38:02 +0100] rev 7081
[doc] complete description of EXISTS in rql/language.rst
Tue, 15 Mar 2011 09:41:45 +0100 [doc] fix rql/debugging.rst and server.__init__ docstrings stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 15 Mar 2011 09:41:45 +0100] rev 7080
[doc] fix rql/debugging.rst and server.__init__ docstrings
Tue, 15 Mar 2011 09:41:45 +0100 [doc] fix rql/debugging.rst and server.__init__ docstrings oldstable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 15 Mar 2011 09:41:45 +0100] rev 7079
[doc] fix rql/debugging.rst and server.__init__ docstrings
Tue, 07 Dec 2010 12:18:20 +0100 [test] New Handling of database for test. oldstable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 07 Dec 2010 12:18:20 +0100] rev 7078
[test] New Handling of database for test. This patch adds a new TestDataBaseHandler class. TestDataBaseHandler are in charge of Setup, backup, restore, connection, repository caching and cleanup for database used during the test. TestDataBaseHandler reuse code and logic previously found in cubicweb.devtools functions and devtools.testlib.CubicwebTC. TestDataBaseHandler is an abstract class and must be subclassed to implement functionalities specific to each driver. TestDataBaseHandler can store and restore various database setups. devtools.testlib.CubicwebTC gains a test_db_id class attribute to specify that its TestCase uses a specific database that should be cached. The pre_setup_database class method is used to setup the database that will be cached. The setup_database method is kept uncached. The same TestDataBaseHandler are reused for every test using the same config object. TestDataBaseHandler try to reuse Repository objects as much as possible. All cubicweb test have been updated.
Fri, 11 Mar 2011 12:17:32 +0100 [reledit] repair some brokennes
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 11 Mar 2011 12:17:32 +0100] rev 7077
[reledit] repair some brokennes
Wed, 19 Jan 2011 19:19:57 +0100 [reledit] kill the reledit/doreledit duality
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 19 Jan 2011 19:19:57 +0100] rev 7076
[reledit] kill the reledit/doreledit duality * * * [reledit] use action to determine form content * * * [reledit] use self.entity instead of passing entity everywhere
Fri, 11 Mar 2011 09:47:09 +0100 default (3.11.X) is now stable stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 11 Mar 2011 09:47:09 +0100] rev 7075
default (3.11.X) is now stable
Fri, 11 Mar 2011 09:46:45 +0100 stable (3.10.X) is now oldstable oldstable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 11 Mar 2011 09:46:45 +0100] rev 7074
stable (3.10.X) is now oldstable
Thu, 10 Mar 2011 15:18:22 +0100 [test] add some tags stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 10 Mar 2011 15:18:22 +0100] rev 7073
[test] add some tags
Thu, 10 Mar 2011 15:18:21 +0100 [test] properly close connections stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 10 Mar 2011 15:18:21 +0100] rev 7072
[test] properly close connections
Thu, 10 Mar 2011 14:59:21 +0100 [devtools] fix anonymous user handling in test classes stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 10 Mar 2011 14:59:21 +0100] rev 7071
[devtools] fix anonymous user handling in test classes
Thu, 10 Mar 2011 12:04:46 +0100 [web] provide a data_url() method on req and get_rid of explicit datadir_url usage (#1438736)
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 10 Mar 2011 12:04:46 +0100] rev 7070
[web] provide a data_url() method on req and get_rid of explicit datadir_url usage (#1438736)
Thu, 10 Mar 2011 12:03:37 +0100 [views] #1499661 get rid of base tag
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 10 Mar 2011 12:03:37 +0100] rev 7069
[views] #1499661 get rid of base tag
Thu, 10 Mar 2011 11:58:57 +0100 backport stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 10 Mar 2011 11:58:57 +0100] rev 7068
backport stable
Thu, 10 Mar 2011 11:56:35 +0100 [tabs] forward url parameters to lazy tabs views stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 10 Mar 2011 11:56:35 +0100] rev 7067
[tabs] forward url parameters to lazy tabs views If http://www.cubicweb.org/project/foo?x=12&y=13 dislays a LazyTabView, this patch forwards {x: 12, y: 13} to subsequent lazy tabs (i.e. called through ajax queries).
Wed, 09 Mar 2011 18:26:43 +0100 [testlib] fix regression introduced in 7065:6a6ea9966931 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Mar 2011 18:26:43 +0100] rev 7066
[testlib] fix regression introduced in 7065:6a6ea9966931
Tue, 07 Dec 2010 12:18:20 +0100 [testlib] simplify code by using a class attribute stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 07 Dec 2010 12:18:20 +0100] rev 7065
[testlib] simplify code by using a class attribute
Wed, 09 Mar 2011 13:42:55 +0100 [repo] fix multi-threads bug with get_option_value: pyro proxy can't be used from a thread to another without caution (closes #1535206) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Mar 2011 13:42:55 +0100] rev 7064
[repo] fix multi-threads bug with get_option_value: pyro proxy can't be used from a thread to another without caution (closes #1535206)
Wed, 09 Mar 2011 12:24:50 +0100 fix editable_attributes bug (closes #1534802) stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Wed, 09 Mar 2011 12:24:50 +0100] rev 7063
fix editable_attributes bug (closes #1534802)
Tue, 08 Mar 2011 22:35:19 +0100 [http test] fix typo in super call
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Mar 2011 22:35:19 +0100] rev 7062
[http test] fix typo in super call
Tue, 08 Mar 2011 18:32:19 +0100 backport stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Mar 2011 18:32:19 +0100] rev 7061
backport stable
Tue, 08 Mar 2011 18:21:40 +0100 [testlib] New assertion method assertSentEmail() to test presence of emails in system mailbox stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Mar 2011 18:21:40 +0100] rev 7060
[testlib] New assertion method assertSentEmail() to test presence of emails in system mailbox
Fri, 18 Feb 2011 15:26:00 +0100 [tests] Fix web test for windmill and forms
Julien Jehannet <julien.jehannet@logilab.fr> [Fri, 18 Feb 2011 15:26:00 +0100] rev 7059
[tests] Fix web test for windmill and forms - new component 'inout' needed to be clicked (windmill) - renamed id will fail html tests (windmill and unittest_forms.py)
Tue, 08 Mar 2011 18:16:44 +0100 [uilib] fix eid_param implementation stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Mar 2011 18:16:44 +0100] rev 7058
[uilib] fix eid_param implementation
Tue, 08 Mar 2011 18:08:32 +0100 [test] fix bad super call stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Mar 2011 18:08:32 +0100] rev 7057
[test] fix bad super call
Tue, 08 Mar 2011 18:08:12 +0100 [dbapi] split in_memory_cnx functions stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Mar 2011 18:08:12 +0100] rev 7056
[dbapi] split in_memory_cnx functions
Tue, 08 Mar 2011 17:55:38 +0100 Remove trailing white space stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Mar 2011 17:55:38 +0100] rev 7055
Remove trailing white space
Tue, 08 Mar 2011 17:55:15 +0100 Add a "closed" property on session stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Mar 2011 17:55:15 +0100] rev 7054
Add a "closed" property on session This will simplify check and allow nicer error thatn the current "no _tx_data" attribute error.
Tue, 08 Mar 2011 17:55:02 +0100 [test] Improve tagging and error message of TwistedCWIdentTC stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Mar 2011 17:55:02 +0100] rev 7053
[test] Improve tagging and error message of TwistedCWIdentTC
Thu, 03 Mar 2011 11:52:35 +0100 [test/windmill] Gracefully skip windmill test if windmill can't be imported. stable
Pierre-Yves David <pierre-yves.david@logilab.fr> [Thu, 03 Mar 2011 11:52:35 +0100] rev 7052
[test/windmill] Gracefully skip windmill test if windmill can't be imported. If windmill import fails the windmill module is set to None and a dummy CubicWebWindmillUseCase test class is create. This class contains a test that skip itself with a proper warning message.
Thu, 03 Mar 2011 11:49:32 +0100 [devtools/qunit] had "qunit" test for tag. stable
Pierre-Yves David <pierre-yves.david@logilab.fr> [Thu, 03 Mar 2011 11:49:32 +0100] rev 7051
[devtools/qunit] had "qunit" test for tag.
Tue, 08 Mar 2011 16:00:25 +0100 [3.10.9 migration] don't display progress bar if stdout is not a tty stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Mar 2011 16:00:25 +0100] rev 7050
[3.10.9 migration] don't display progress bar if stdout is not a tty
Mon, 07 Mar 2011 23:16:22 +0100 [source host alias] match_host is the attribute, match is the method
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 07 Mar 2011 23:16:22 +0100] rev 7049
[source host alias] match_host is the attribute, match is the method
Mon, 07 Mar 2011 22:17:23 +0100 Added tag cubicweb-debian-version-3.11.1-1 for changeset 77318f1ec4aa
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 07 Mar 2011 22:17:23 +0100] rev 7048
Added tag cubicweb-debian-version-3.11.1-1 for changeset 77318f1ec4aa
Mon, 07 Mar 2011 22:17:23 +0100 Added tag cubicweb-version-3.11.1 for changeset d0410eb4d8bb cubicweb-debian-version-3.11.1-1
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 07 Mar 2011 22:17:23 +0100] rev 7047
Added tag cubicweb-version-3.11.1 for changeset d0410eb4d8bb
Mon, 07 Mar 2011 17:22:00 +0100 3.11.1 cubicweb-version-3.11.1
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 07 Mar 2011 17:22:00 +0100] rev 7046
3.11.1
Mon, 07 Mar 2011 17:21:54 +0100 i18nupdate
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 07 Mar 2011 17:21:54 +0100] rev 7045
i18nupdate
Mon, 07 Mar 2011 17:19:29 +0100 backport stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 07 Mar 2011 17:19:29 +0100] rev 7044
backport stable
Mon, 07 Mar 2011 17:19:00 +0100 some copyrigh updates stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 07 Mar 2011 17:19:00 +0100] rev 7043
some copyrigh updates
Mon, 07 Mar 2011 17:17:07 +0100 [sql generation] fix exists table scope pb: when iterating other solutions inner to an EXISTS subquery, we should reset variables which have this exists node as scope stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 07 Mar 2011 17:17:07 +0100] rev 7042
[sql generation] fix exists table scope pb: when iterating other solutions inner to an EXISTS subquery, we should reset variables which have this exists node as scope
Mon, 07 Mar 2011 17:15:06 +0100 [sql generation] fix table scope pb: when an inlined relation is used as principal for the rhs variable, we should adjust lhs variable'scope stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 07 Mar 2011 17:15:06 +0100] rev 7041
[sql generation] fix table scope pb: when an inlined relation is used as principal for the rhs variable, we should adjust lhs variable'scope
Mon, 07 Mar 2011 17:02:15 +0100 merge stable changes into default
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Mon, 07 Mar 2011 17:02:15 +0100] rev 7040
merge stable changes into default
Mon, 07 Mar 2011 10:41:04 +0100 [testlib] backport some useful testing utilities from tracker's testutils module stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 07 Mar 2011 10:41:04 +0100] rev 7039
[testlib] backport some useful testing utilities from tracker's testutils module
Mon, 07 Mar 2011 10:40:07 +0100 [testlib] fix rql generation bug w/ groups given as unicode string stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 07 Mar 2011 10:40:07 +0100] rev 7038
[testlib] fix rql generation bug w/ groups given as unicode string
Thu, 03 Mar 2011 17:50:13 +0100 [multi-sources] add missing close method on ConnectionWrapper stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 03 Mar 2011 17:50:13 +0100] rev 7037
[multi-sources] add missing close method on ConnectionWrapper
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip