web/application.py
Tue, 03 Nov 2015 12:25:14 +0100 Julien Cristau [web/application] return bytes from redirect_handler and validation_error_handler
Tue, 06 Oct 2015 11:07:22 +0200 Julien Cristau [web] CubicWebPublisher.ajax_error_handler must return bytes
Thu, 01 Oct 2015 10:06:58 +0200 Julien Cristau [web] assert that CubicWebPublisher.handle_request returns bytes
Wed, 30 Sep 2015 18:04:27 +0200 Julien Cristau [web] unicode → six.text_type
Mon, 14 Sep 2015 12:40:57 +0200 Rémi Cardona [py3k] import HTTP client constants and exceptions using six.moves
Thu, 13 Feb 2014 17:00:40 +0100 Aurelien Campeas [web/sessions] the session managers are definitely not components
Mon, 22 Jun 2015 14:27:37 +0200 Rémi Cardona merge 3.20.8 in 3.21
Wed, 13 May 2015 17:49:45 +0200 Adrien Di Mascio don't override req.form['vid'] in the publisher's error_handler
Thu, 13 Feb 2014 16:37:40 +0100 Aurelien Campeas [web] move AbstractAuthManager near its immediate concrete subclass
Thu, 13 Feb 2014 16:32:41 +0100 Aurelien Campeas [web] move abstract session manager to web/sessions
Fri, 13 Jun 2014 15:42:04 +0200 Aurelien Campeas [session] all cnx._session become cnx.session
Tue, 10 Jun 2014 16:01:49 +0200 Aurelien Campeas [repoapi] fold ClientConnection into Connection
Tue, 31 Mar 2015 10:22:05 +0200 Julien Cristau [web] kill https-deny-anonymous option (closes #5193687)
Tue, 15 Jul 2014 16:07:59 +0200 Julien Cristau [web] add support for HttpOnly cookie flag
Fri, 18 Jul 2014 17:35:25 +0200 Julien Cristau merge 3.19.3 into 3.20 branch
Fri, 18 Jul 2014 12:23:01 +0200 Julien Cristau [web] Fix expiry of anonymous sessions (closes #4154479)
Wed, 02 Jul 2014 12:52:50 +0200 Julien Cristau [web] restore query logging functionality (closes #3972561)
Thu, 13 Mar 2014 17:03:15 +0100 Julien Cristau [web/ajax] Always return a json dict with a 'reason' key in case of ajax errors
Thu, 13 Mar 2014 17:01:58 +0100 Julien Cristau [web/ajax] don't override any status code with 500 in ajax_error_handler
Thu, 13 Mar 2014 16:57:22 +0100 Julien Cristau [web] return 403 for Unauthorized, not 401
Mon, 24 Mar 2014 11:57:23 +0100 Julien Cristau Move entity cache from web.request.ConnectionCubicWebRequestBase to repoapi.ClientConnection
Fri, 14 Mar 2014 11:20:53 +0100 Nicolas Chauvat [web] implement cross origin resource sharing (CORS) (closes #2491768)
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
Mon, 13 Jan 2014 13:47:47 +0100 Julien Cristau merge 3.18.0 in 3.19 branch
Tue, 12 Nov 2013 17:10:16 +0100 Julien Cristau Fix use of vreg.config.anonymous_user() stable
Thu, 29 Aug 2013 16:20:33 +0200 Sylvain Thénault [deprecation] add (approximate) version number to deprecation message and set proper stacklevel stable
Mon, 22 Jul 2013 14:57:37 +0200 Julien Cristau fix typos in docstring, doc and comments stable
Thu, 27 Jun 2013 18:21:04 +0200 Pierre-Yves David Use new repoapi for the web stack
Mon, 24 Jun 2013 18:33:41 +0200 Pierre-Yves David [web/application] drop unused import
Fri, 21 Jun 2013 16:28:16 +0200 Pierre-Yves David [webrequest] set DBAPISession without cnx at initialisation time
Mon, 24 Jun 2013 12:00:03 +0200 Pierre-Yves David [auth] pass `repo` instead of `vreg` to SessionManager and AuthenticationManager
Fri, 23 Nov 2012 16:12:19 +0100 Pierre-Yves David web/application: instantiate the repository outside of CubicWebPublisher
Fri, 07 Dec 2012 17:23:04 +0100 Pierre-Yves David remove vreg argument to CWPublisher
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:46:39 +0200 Pierre-Yves David [session-handler] use session directly to update last usage
Thu, 13 Jun 2013 18:50:19 +0200 Pierre-Yves David [application/connect] simplify connection logic
Thu, 30 May 2013 14:46:32 +0200 Pierre-Yves David [web/application] add some minimal documentation
Fri, 22 Feb 2013 12:20:59 +0100 Sylvain Thénault [web publish] in case of error, ensure proper http status is set and Content-disposition header is reseted. Closes #2553066 stable
Fri, 08 Mar 2013 18:43:42 +0100 Pierre-Yves David merge with stable
Fri, 08 Mar 2013 18:04:40 +0100 Vincent Michel [web application] Fix missing self. in error_handler stable
Thu, 14 Feb 2013 16:01:24 +0100 Nicolas Chauvat [toward py3k] rewrite dict.keys() and dict.values() (part of #2711624)
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)
Mon, 03 Dec 2012 00:03:03 +0100 Nicolas Chauvat merge fixes from stable
Tue, 27 Nov 2012 12:24:56 +0100 David Douard [web] add a Forbidden exception stable
Fri, 16 Nov 2012 11:41:38 +0100 Sylvain Thénault [validation api] properly use yams 0.36 validation error api and update message catalog. Follows bbe0d6985e59
Mon, 10 Sep 2012 16:25:48 +0200 Sylvain Thénault [web app] move set of status_out into validation_error_handler to ease readability
Mon, 17 Sep 2012 17:48:55 +0200 Sylvain Thénault [validation error] refactor validation error handling so translation is done on the web side
Wed, 18 Jul 2012 15:58:20 +0200 Sylvain Thénault [web app] handle Redirect raised during session establishment, as this may be used by eg openid authentication. Closes #2430018 stable
Fri, 13 Jul 2012 14:29:52 +0200 Sylvain Thénault [web app] only log tb when explicitly asked stable
Thu, 14 Jun 2012 15:55:03 +0200 Pierre-Yves David [web/application] declare default 'content' value sooner (closes #2406560)
Wed, 09 May 2012 16:23:21 +0200 Aurelien Campeas [app] turn these info into debug logs (this being too chatty for .info)
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)
Mon, 27 Feb 2012 11:51:09 +0100 Pierre-Yves David [web application] move default path logic inside url publisher
Mon, 27 Feb 2012 10:03:31 +0100 Anthony Truchet [web] Exposes the undo feature to user through a undo-history view (closes #893940)
Mon, 23 Jan 2012 13:25:02 +0100 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
Fri, 16 Dec 2011 12:30:12 +0100 Adrien Di Mascio [controllers] deprecate JSonController and implement AjaxController / ajax-func registry (closes #2110265)
Fri, 21 Oct 2011 14:32:37 +0200 Sylvain Thénault [diet] drop pre 3.6 API compatibility (but attempt to keep data cmopatibility). Closes #2017916
less more (0) -100 -60 tip