Wed, 16 Sep 2015 16:07:29 +0200 |
Rémi Cardona |
[web/request] don't convert request parameters if py3k
|
file |
diff |
annotate
|
Wed, 16 Sep 2015 15:50:42 +0200 |
Rémi Cardona |
[py3k] __nonzero__ → __bool__
|
file |
diff |
annotate
|
Wed, 16 Sep 2015 17:28:06 +0200 |
Rémi Cardona |
[py3k] unicode → six.text_type
|
file |
diff |
annotate
|
Tue, 13 Oct 2015 16:57:09 +0200 |
Rémi Cardona |
[py3k] bytes required for hashlib.{md5,sha1}()
|
file |
diff |
annotate
|
Tue, 15 Sep 2015 16:15:03 +0200 |
Rémi Cardona |
[py3k] dict.iteritems → dict.items
|
file |
diff |
annotate
|
Mon, 14 Sep 2015 18:56:29 +0200 |
Rémi Cardona |
[py3k] io.BytesIO
|
file |
diff |
annotate
|
Mon, 14 Sep 2015 16:03:07 +0200 |
Rémi Cardona |
[py3k] basestring → six.string_types
|
file |
diff |
annotate
|
Tue, 22 Sep 2015 15:36:32 +0200 |
Rémi Cardona |
[py3k] import SimpleCookie using six.moves
|
file |
diff |
annotate
|
Mon, 14 Sep 2015 12:40:57 +0200 |
Rémi Cardona |
[py3k] import HTTP client constants and exceptions using six.moves
|
file |
diff |
annotate
|
Tue, 22 Sep 2015 09:39:30 +0200 |
Rémi Cardona |
[py3k] import URL mangling functions using six.moves
|
file |
diff |
annotate
|
Fri, 13 Jun 2014 15:42:04 +0200 |
Aurelien Campeas |
[session] all cnx._session become cnx.session
|
file |
diff |
annotate
|
Tue, 10 Jun 2014 16:01:49 +0200 |
Aurelien Campeas |
[repoapi] fold ClientConnection into Connection
|
file |
diff |
annotate
|
Tue, 03 Jun 2014 16:57:14 +0200 |
Aurelien Campeas |
[dbapi] remove the dbapi module and its immediate remaining users
|
file |
diff |
annotate
|
Mon, 16 Mar 2015 16:46:34 +0100 |
Julien Cristau |
[web] kill GMTOFFSET (closes #2154655)
|
file |
diff |
annotate
|
Thu, 26 Mar 2015 08:34:47 +0100 |
Julien Cristau |
[web/request] don't play tricks with utc offset
|
file |
diff |
annotate
|
Wed, 25 Mar 2015 10:10:24 +0100 |
Denis Laxalde |
[web/request] Restore attribute setting for search_state
|
file |
diff |
annotate
|
Mon, 09 Feb 2015 12:52:15 +0100 |
Julien Cristau |
[web/request] simplify search_state loading, fix comment
|
file |
diff |
annotate
|
Wed, 28 Jan 2015 09:46:55 +0100 |
Christophe de Vienne |
[webrequest] Lazy-load search_state
|
file |
diff |
annotate
|
Thu, 12 Jun 2014 15:22:01 +0200 |
Aurelien Campeas |
[views,js] remove user_callback feature
|
file |
diff |
annotate
|
Wed, 14 May 2014 15:05:31 +0200 |
Aurelien Campeas |
[web/request] clearly mark user_callback-related methods as deprecated
|
file |
diff |
annotate
|
Wed, 19 Nov 2014 12:13:32 +0100 |
Rémi Cardona |
[utils] Add a '_cwtracehtml' GET parameter to trace self._cw.w() calls (closes #4601327)
|
file |
diff |
annotate
|
Thu, 02 Oct 2014 17:18:29 +0200 |
Julien Cristau |
[web] stop accepting the magic __message form parameter
|
file |
diff |
annotate
|
Thu, 02 Oct 2014 16:34:38 +0200 |
Julien Cristau |
[web/request] add security_enabled method
|
file |
diff |
annotate
|
Fri, 02 May 2014 17:57:37 +0200 |
Aurelien Campeas |
remove most 3.10 bw compat
|
file |
diff |
annotate
|
Tue, 29 Jul 2014 15:45:04 +0200 |
Julien Cristau |
[web] set Vary response header to "Accept-Language" when using content negotiation
|
file |
diff |
annotate
|
Tue, 15 Jul 2014 16:07:59 +0200 |
Julien Cristau |
[web] add support for HttpOnly cookie flag
|
file |
diff |
annotate
|
Fri, 18 Jul 2014 17:35:25 +0200 |
Julien Cristau |
merge 3.19.3 into 3.20 branch
|
file |
diff |
annotate
|
Thu, 12 Jun 2014 12:15:18 +0200 |
Aurelien Campeas |
[web/request] use a picklable Counter object for tab index counters
|
file |
diff |
annotate
|
Fri, 27 Jun 2014 11:48:26 +0200 |
Julien Cristau |
merge from 3.19 branch
|
file |
diff |
annotate
|
Fri, 23 May 2014 18:17:44 +0200 |
Rémi Cardona |
[request] Ensure base_url() always has a trailing '/' (closes #3955093)
|
file |
diff |
annotate
|
Fri, 02 May 2014 14:26:14 +0200 |
Aurelien Campeas |
deprecate get/set_shared_data API
|
file |
diff |
annotate
|
Mon, 24 Mar 2014 10:34:58 +0100 |
Julien Cristau |
[web] Fix HEAD request handling (closes #3677949)
|
file |
diff |
annotate
|
Fri, 04 Apr 2014 17:32:12 +0200 |
Julien Cristau |
[web] fix language negotiation
|
file |
diff |
annotate
|
Mon, 24 Mar 2014 11:57:23 +0100 |
Julien Cristau |
Move entity cache from web.request.ConnectionCubicWebRequestBase to repoapi.ClientConnection
|
file |
diff |
annotate
|
Mon, 10 Mar 2014 17:54:02 +0100 |
Julien Cristau |
[web/request] deprecate user_callback
|
file |
diff |
annotate
|
Thu, 31 Oct 2013 16:12:37 +0100 |
Rémi Cardona |
[request] Make sure set_message() actually displays its given message (closes #3003425)
|
file |
diff |
annotate
|
Tue, 04 Mar 2014 18:28:46 +0100 |
Damien Garaud |
[web] Avoid using an empty dict as default parameter of 'CubicWebRequestBase'.
|
file |
diff |
annotate
|
Thu, 23 Jan 2014 13:47:28 +0100 |
Sylvain Thénault |
[multi-sources-removal] Drop entities.source column
|
file |
diff |
annotate
|
Mon, 13 Jan 2014 13:47:47 +0100 |
Julien Cristau |
merge 3.18.0 in 3.19 branch
|
file |
diff |
annotate
|
Mon, 26 Aug 2013 16:15:29 +0200 |
Aurelien Campeas |
remove cw 3.9 bw compat (bw compat other than the interface -> adapter changes)
|
file |
diff |
annotate
|
Thu, 29 Aug 2013 16:21:52 +0200 |
Sylvain Thénault |
[web] stop using deprecated StatusResponse. Closes #3098215
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Thu, 27 Jun 2013 18:21:04 +0200 |
Pierre-Yves David |
Use new repoapi for the web stack
|
file |
diff |
annotate
|
Mon, 24 Jun 2013 19:27:31 +0200 |
Pierre-Yves David |
[webrequest] introduce an alternative implementation using the repoapi
|
file |
diff |
annotate
|
Mon, 24 Jun 2013 11:31:47 +0200 |
Pierre-Yves David |
[webrequest] simplify set_session code
|
file |
diff |
annotate
|
Mon, 24 Jun 2013 12:39:25 +0200 |
Pierre-Yves David |
[request] drop the user argument for set_session
|
file |
diff |
annotate
|
Wed, 19 Jun 2013 12:00:54 +0200 |
Pierre-Yves David |
[web-request] handle default language earlier
|
file |
diff |
annotate
|
Fri, 14 Jun 2013 13:39:49 +0200 |
pierre-yves |
[req] drop from_controller on non WebRequest object (Closes #2901079)
|
file |
diff |
annotate
|
Mon, 06 May 2013 15:58:52 +0200 |
Sylvain Thénault |
[web request] drop no more necessary request.document_surrounding_div method
|
file |
diff |
annotate
|
Fri, 26 Apr 2013 12:10:37 +0200 |
Aurelien Campeas |
drop xhtml content-type support (closes #2065651)
|
file |
diff |
annotate
|
Mon, 15 Apr 2013 13:18:01 +0200 |
Pierre-Yves David |
merge 3.16.x fix
|
file |
diff |
annotate
|
Mon, 08 Apr 2013 16:19:29 +0200 |
Pierre-Yves David |
[webconfig] fallback to default configs if https ones are not defined
stable
|
file |
diff |
annotate
|
Tue, 12 Mar 2013 12:34:07 +0100 |
Julien Cristau |
Add CubicWebRequestBase.content (closes #2742453)
|
file |
diff |
annotate
|
Tue, 19 Mar 2013 12:25:18 +0100 |
Aurelien Campeas |
[merge] backport stable fixes
|
file |
diff |
annotate
|
Wed, 13 Mar 2013 18:36:49 +0100 |
Rémi Cardona |
[web/request] Prune extraneous 'pageid' from generated ajax URL parameters (closes #2758130)
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Thu, 14 Feb 2013 16:01:24 +0100 |
Nicolas Chauvat |
[toward py3k] rewrite dict.keys() and dict.values() (part of #2711624)
|
file |
diff |
annotate
|
Thu, 14 Feb 2013 15:38:25 +0100 |
Nicolas Chauvat |
[toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
|
file |
diff |
annotate
|
Wed, 09 Jan 2013 16:06:20 +0100 |
Aurelien Campeas |
[merge] backport stable
|
file |
diff |
annotate
|
Tue, 11 Dec 2012 17:07:57 +0100 |
Pierre-Yves David |
[web] use `inline` `Content-Disposition` by default (closes #2535734)
stable
|
file |
diff |
annotate
|