web/test/unittest_application.py
Tue, 16 Feb 2016 19:18:37 +0100 Julien Cristau merge changes from 3.21.6
Tue, 16 Feb 2016 18:41:40 +0100 Julien Cristau merge changes from 3.20.13
Tue, 16 Feb 2016 17:16:45 +0100 Julien Cristau merge changes from 3.19.14
Tue, 26 Jan 2016 14:04:45 +0100 Florent Cayré [edit controller] Fix composite entity reparenting when inlined
Mon, 14 Dec 2015 14:29:22 +0100 Florent Cayré [forms] Do not raise errors on composite required relation being deleted
Mon, 07 Dec 2015 11:58:17 +0100 Florent Cayré [edit controller] Cancel RQL queries to be performed on entities to be deleted
Fri, 04 Dec 2015 14:56:20 +0100 Florent Cayré [edit controller] fix handling of removal of subentities from an edit form
Wed, 25 Nov 2015 16:28:41 +0100 Florent Cayré remove unused import
Wed, 09 Sep 2015 18:52:56 +0200 Rémi Cardona [web/test] Remove use of old test API to silence warning
Tue, 06 Oct 2015 11:16:27 +0200 Julien Cristau [web/test] CubicWebPublisher.handle_request returns bytes
Tue, 06 Oct 2015 11:15:56 +0200 Julien Cristau [web] base64 works on bytes not str (py3k)
Tue, 22 Sep 2015 15:42:40 +0200 Rémi Cardona [py3k] CubicWebTC.app_handle_request returns bytes
Tue, 22 Sep 2015 15:37:31 +0200 Rémi Cardona [py3k] unicode → six.text_type
Tue, 22 Sep 2015 15:36:32 +0200 Rémi Cardona [py3k] import SimpleCookie using six.moves
Mon, 14 Sep 2015 12:40:57 +0200 Rémi Cardona [py3k] import HTTP client constants and exceptions using six.moves
Fri, 13 Jun 2014 15:56:08 +0200 Aurelien Campeas [connection] eliminate ClientConnection leftovers
Tue, 03 Jun 2014 16:57:14 +0200 Aurelien Campeas [dbapi] remove the dbapi module and its immediate remaining users
Thu, 02 Oct 2014 17:18:29 +0200 Julien Cristau [web] stop accepting the magic __message form parameter
Fri, 11 Jul 2014 16:44:42 +0200 Julien Cristau [test] Fix the query-log-file test
Wed, 02 Jul 2014 12:52:50 +0200 Julien Cristau [web] restore query logging functionality (closes #3972561)
Tue, 01 Jul 2014 12:44:04 +0200 Aurelien Campeas [webtests/application] remove unused imports
Thu, 05 Jun 2014 11:56:33 +0200 Aurelien Campeas [webtests/application] .user(...) really wants a request object
Tue, 08 Apr 2014 17:39:39 +0200 Julien Cristau [test] use assertIn where appropriate
Wed, 02 Apr 2014 12:44:57 +0200 Julien Cristau [web/test] avoid deprecation warnings from find_entities()
Wed, 02 Apr 2014 15:51:01 +0200 Julien Cristau [web/test] port unittest_application to new 3.19 API
Mon, 27 Jan 2014 16:19:49 +0100 Julien Cristau merge 3.18.2 into 3.19 branch
Fri, 17 Jan 2014 09:07:20 +0100 Sylvain Thénault [web error] exception may not have a 'status' attribute, generating an AttributeError that hides the original error. Closes #3381670 stable
Thu, 27 Jun 2013 18:21:04 +0200 Pierre-Yves David Use new repoapi for the web stack
Tue, 25 Jun 2013 14:45:16 +0200 Pierre-Yves David [web/test] drop proff of concept Facebook login in test
Mon, 24 Jun 2013 18:35:22 +0200 Pierre-Yves David [web/test] properly reset the request connection related attribute
Mon, 24 Jun 2013 18:23:48 +0200 Pierre-Yves David [web/test] drop two undocumented suspicious regression test
Mon, 24 Jun 2013 12:41:27 +0200 Pierre-Yves David [testlib] rework request building in init_authentication
Fri, 14 Jun 2013 13:43:29 +0200 Pierre-Yves David [application] call req.set_session in application.main_handle_request
Thu, 13 Jun 2013 18:50:19 +0200 Pierre-Yves David [application/connect] simplify connection logic
Thu, 14 Feb 2013 15:38:25 +0100 Nicolas Chauvat [toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
Thu, 14 Feb 2013 15:39:23 +0100 Nicolas Chauvat [toward-py3k] remove import with_statement (part of #2711624)
Thu, 17 Jan 2013 18:30:08 +0100 Pierre-Yves David merge with stable
Thu, 17 Jan 2013 14:40:57 +0100 Sylvain Thénault [web/application/test] drop useless code stable
Tue, 11 Sep 2012 21:51:54 +0200 Sylvain Thénault massive copyright update to avoid clutering later patches
Thu, 15 Mar 2012 17:48:20 +0100 Pierre-Yves David [web] Move request handling logic into cubicweb application. (closes #2200684)
Thu, 15 Mar 2012 17:42:31 +0100 Pierre-Yves David [login] split authentication logic from post authentication logic (closes #2200755)
Tue, 27 Sep 2011 18:47:11 +0200 Adrien Di Mascio [views] implement json / jsonp export views (closes #1942658)
Wed, 14 Sep 2011 09:11:50 +0200 Sylvain Thénault [deprecation] fix unittest pending deprecation warnings on failIf/failUnless methods family
Wed, 29 Jun 2011 18:57:23 +0200 Sylvain Thénault [form, controller] closes #1787233: form should provide a method to process posted content
Wed, 20 Apr 2011 08:28:52 +0200 Alexandre Fayolle backport stable changes to default
Thu, 14 Apr 2011 14:19:21 +0200 Adrien Di Mascio [testlib] make a clear distinction between input / output HTTP headers stable
Fri, 01 Apr 2011 15:04:47 +0200 Sylvain Thénault [time zone] support for TZDatetime and TZTime data type
Fri, 01 Apr 2011 14:26:18 +0200 Sylvain Thénault [web test] extract a set_auth_mode method from init_authentication and use it in test_fb_login_concept to avoid bad test interaction stable
Mon, 24 Jan 2011 17:02:38 +0100 Sylvain Thénault backport stable
Fri, 21 Jan 2011 16:38:13 +0100 Sylvain Thénault [test] missing future imports stable
Wed, 19 Jan 2011 12:47:08 +0100 Sylvain Thénault [repository auth] cleanup email login by turning it into a proper repo-side authentication plugin
Wed, 19 Jan 2011 12:47:06 +0100 Sylvain Thénault [web session] cleanup session/authentication api: we don't have anymore to store authentication information on web session since the auto-reconnection feature has been dropped (eg in 3.10)
Mon, 10 Jan 2011 12:28:10 +0100 Sylvain Thénault [web test] fix authentication test: session cookie should now be computed by the session handler (changed in cw 3.10.6) stable
Mon, 10 Jan 2011 12:28:09 +0100 Sylvain Thénault [unittest2] update to unittest2 assertRaises api stable
Fri, 24 Sep 2010 18:20:59 +0200 Sylvain Thénault [test] update test to unittest2 api (still using lgc.testlib though) stable
Wed, 26 May 2010 12:31:34 +0200 Sylvain Thénault [web] disallow authenticated users to access to the login form (closes #914873) stable
Wed, 28 Apr 2010 12:24:20 +0200 Sylvain Thénault backport oldstable changes stable
Wed, 28 Apr 2010 12:15:52 +0200 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
Wed, 28 Apr 2010 12:14:22 +0200 Sylvain Thénault backport default into stable: stable is now cw 3.8
Wed, 28 Apr 2010 10:06:01 +0200 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
less more (0) -60 tip