web/request.py
Fri, 27 Jun 2014 11:48:26 +0200 Julien Cristau merge from 3.19 branch
Fri, 23 May 2014 18:17:44 +0200 Rémi Cardona [request] Ensure base_url() always has a trailing '/' (closes #3955093)
Fri, 02 May 2014 14:26:14 +0200 Aurelien Campeas deprecate get/set_shared_data API
Mon, 24 Mar 2014 10:34:58 +0100 Julien Cristau [web] Fix HEAD request handling (closes #3677949)
Fri, 04 Apr 2014 17:32:12 +0200 Julien Cristau [web] fix language negotiation
Mon, 24 Mar 2014 11:57:23 +0100 Julien Cristau Move entity cache from web.request.ConnectionCubicWebRequestBase to repoapi.ClientConnection
Mon, 10 Mar 2014 17:54:02 +0100 Julien Cristau [web/request] deprecate user_callback
Thu, 31 Oct 2013 16:12:37 +0100 Rémi Cardona [request] Make sure set_message() actually displays its given message (closes #3003425)
Tue, 04 Mar 2014 18:28:46 +0100 Damien Garaud [web] Avoid using an empty dict as default parameter of 'CubicWebRequestBase'.
Thu, 23 Jan 2014 13:47:28 +0100 Sylvain Thénault [multi-sources-removal] Drop entities.source column
Mon, 13 Jan 2014 13:47:47 +0100 Julien Cristau merge 3.18.0 in 3.19 branch
Mon, 26 Aug 2013 16:15:29 +0200 Aurelien Campeas remove cw 3.9 bw compat (bw compat other than the interface -> adapter changes)
Thu, 29 Aug 2013 16:21:52 +0200 Sylvain Thénault [web] stop using deprecated StatusResponse. Closes #3098215 stable
Tue, 02 Jul 2013 09:36:20 +0200 Sylvain Thénault [web doctype] don't give through reset_xmldecl to avoid double deprecation warning stable
Thu, 27 Jun 2013 18:21:04 +0200 Pierre-Yves David Use new repoapi for the web stack
Mon, 24 Jun 2013 19:27:31 +0200 Pierre-Yves David [webrequest] introduce an alternative implementation using the repoapi
Mon, 24 Jun 2013 11:31:47 +0200 Pierre-Yves David [webrequest] simplify set_session code
Mon, 24 Jun 2013 12:39:25 +0200 Pierre-Yves David [request] drop the user argument for set_session
Wed, 19 Jun 2013 12:00:54 +0200 Pierre-Yves David [web-request] handle default language earlier
Fri, 14 Jun 2013 13:39:49 +0200 pierre-yves [req] drop from_controller on non WebRequest object (Closes #2901079)
Mon, 06 May 2013 15:58:52 +0200 Sylvain Thénault [web request] drop no more necessary request.document_surrounding_div method
Fri, 26 Apr 2013 12:10:37 +0200 Aurelien Campeas drop xhtml content-type support (closes #2065651)
Mon, 15 Apr 2013 13:18:01 +0200 Pierre-Yves David merge 3.16.x fix
Mon, 08 Apr 2013 16:19:29 +0200 Pierre-Yves David [webconfig] fallback to default configs if https ones are not defined stable
Tue, 12 Mar 2013 12:34:07 +0100 Julien Cristau Add CubicWebRequestBase.content (closes #2742453)
Tue, 19 Mar 2013 12:25:18 +0100 Aurelien Campeas [merge] backport stable fixes
Wed, 13 Mar 2013 18:36:49 +0100 Rémi Cardona [web/request] Prune extraneous 'pageid' from generated ajax URL parameters (closes #2758130) stable
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
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)
Wed, 09 Jan 2013 16:06:20 +0100 Aurelien Campeas [merge] backport stable
Tue, 11 Dec 2012 17:07:57 +0100 Pierre-Yves David [web] use `inline` `Content-Disposition` by default (closes #2535734) stable
Tue, 11 Dec 2012 16:57:18 +0100 Pierre-Yves David [web] allow configuration of the Content-disposition value stable
Tue, 11 Dec 2012 17:17:40 +0100 Pierre-Yves David [downloadable] fix filename HTTP header for simple name with space (closes #2535715) stable
Mon, 03 Dec 2012 00:03:03 +0100 Nicolas Chauvat merge fixes from stable
Tue, 27 Nov 2012 11:27:49 +0100 Pierre-Yves David [downloadable] fix filename in HTTP header (closes #2522325, #2522324) stable
Tue, 11 Sep 2012 12:44:33 +0200 Sylvain Thénault [web] search state doesn't need cnx, remove useless test
Mon, 10 Sep 2012 13:53:59 +0200 Sylvain Thénault [request/session] refactor language handling: don't attempt to sync web/repo languages
Fri, 07 Sep 2012 14:01:59 +0200 Sylvain Thénault backport stable
Tue, 24 Jul 2012 17:51:00 +0200 Adrien Di Mascio [documentation] fix some ReST compilation problems
Fri, 20 Jul 2012 10:25:55 +0200 Sylvain Thénault [book] fix build warnings/errors. Closes #2430042 stable
Thu, 15 Mar 2012 17:59:27 +0100 Adrien Di Mascio [cache] factorize _validate_cache() logic implemented in wsgi and twisted handlers
Thu, 15 Mar 2012 18:34:59 +0100 Pierre-Yves David [Web-Request] Use rich header (closes #2204164)
Thu, 15 Mar 2012 17:48:20 +0100 Pierre-Yves David [web] Move request handling logic into cubicweb application. (closes #2200684)
Mon, 27 Feb 2012 15:24:14 +0100 Pierre-Yves David [request] gather all base_url logic in a single place (closes #2200756)
Mon, 27 Feb 2012 11:50:04 +0100 Pierre-Yves David [req, doc] add some documentation of CubicWebRequestBase attributes
Thu, 16 Feb 2012 14:15:37 +0100 Sylvain Thénault backport stable
Thu, 16 Feb 2012 14:14:52 +0100 Sylvain Thénault [spelling] fix dictionnary -> dictionary typo stable
Mon, 23 Jan 2012 13:25:02 +0100 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
Mon, 23 Jan 2012 12:39:21 +0100 Sylvain Thénault backport stable
Mon, 23 Jan 2012 12:36:33 +0100 Sylvain Thénault backport oldstable stable
Thu, 19 Jan 2012 12:57:02 +0100 Sylvain Thénault [req cookie] fix remove_cookie expires which was leading to expires computed to 0 in set_cookie and the Cookie class interpret that has no expires. Closes #2154654 oldstable
Mon, 09 Jan 2012 22:40:43 +0100 Sylvain Thénault [bw compat] json_request setter is necessary for some cubes which has json_request (eg preview)
Fri, 16 Dec 2011 12:30:12 +0100 Adrien Di Mascio [controllers] deprecate JSonController and implement AjaxController / ajax-func registry (closes #2110265)
Mon, 14 Nov 2011 12:13:48 +0100 Alexandre Fayolle merge stable changes to default
Thu, 10 Nov 2011 23:18:56 +0100 Alexandre Fayolle [http, windows] fix remove_cookie trying to expire a cookie before the Epoch (closes: #2087998) stable
Mon, 07 Nov 2011 18:09:13 +0100 Sylvain Thénault backport stable
Mon, 07 Nov 2011 18:08:40 +0100 Sylvain Thénault [html, ajax] demote_to_html don't crash anymore if force-html-content-type is activated. Closes #712309 stable
Fri, 28 Oct 2011 10:32:48 +0200 Adrien Di Mascio [doc] fix most of ReST compilation errors and warnings
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