2015-03-16 |
Julien Cristau |
[web] kill GMTOFFSET (closes #2154655)
|
file |
diff |
annotate
|
2015-03-26 |
Julien Cristau |
[web/request] don't play tricks with utc offset
|
file |
diff |
annotate
|
2015-03-25 |
Denis Laxalde |
[web/request] Restore attribute setting for search_state
|
file |
diff |
annotate
|
2015-02-09 |
Julien Cristau |
[web/request] simplify search_state loading, fix comment
|
file |
diff |
annotate
|
2015-01-28 |
Christophe de Vienne |
[webrequest] Lazy-load search_state
|
file |
diff |
annotate
|
2014-06-12 |
Aurelien Campeas |
[views,js] remove user_callback feature
|
file |
diff |
annotate
|
2014-05-14 |
Aurelien Campeas |
[web/request] clearly mark user_callback-related methods as deprecated
|
file |
diff |
annotate
|
2014-11-19 |
Rémi Cardona |
[utils] Add a '_cwtracehtml' GET parameter to trace self._cw.w() calls (closes #4601327)
|
file |
diff |
annotate
|
2014-10-02 |
Julien Cristau |
[web] stop accepting the magic __message form parameter
|
file |
diff |
annotate
|
2014-10-02 |
Julien Cristau |
[web/request] add security_enabled method
|
file |
diff |
annotate
|
2014-05-02 |
Aurelien Campeas |
remove most 3.10 bw compat
|
file |
diff |
annotate
|
2014-07-29 |
Julien Cristau |
[web] set Vary response header to "Accept-Language" when using content negotiation
|
file |
diff |
annotate
|
2014-07-15 |
Julien Cristau |
[web] add support for HttpOnly cookie flag
|
file |
diff |
annotate
|
2014-07-18 |
Julien Cristau |
merge 3.19.3 into 3.20 branch
|
file |
diff |
annotate
|
2014-06-12 |
Aurelien Campeas |
[web/request] use a picklable Counter object for tab index counters
|
file |
diff |
annotate
|
2014-06-27 |
Julien Cristau |
merge from 3.19 branch
|
file |
diff |
annotate
|
2014-05-23 |
Rémi Cardona |
[request] Ensure base_url() always has a trailing '/' (closes #3955093)
|
file |
diff |
annotate
|
2014-05-02 |
Aurelien Campeas |
deprecate get/set_shared_data API
|
file |
diff |
annotate
|
2014-03-24 |
Julien Cristau |
[web] Fix HEAD request handling (closes #3677949)
|
file |
diff |
annotate
|
2014-04-04 |
Julien Cristau |
[web] fix language negotiation
|
file |
diff |
annotate
|
2014-03-24 |
Julien Cristau |
Move entity cache from web.request.ConnectionCubicWebRequestBase to repoapi.ClientConnection
|
file |
diff |
annotate
|
2014-03-10 |
Julien Cristau |
[web/request] deprecate user_callback
|
file |
diff |
annotate
|
2013-10-31 |
Rémi Cardona |
[request] Make sure set_message() actually displays its given message (closes #3003425)
|
file |
diff |
annotate
|
2014-03-04 |
Damien Garaud |
[web] Avoid using an empty dict as default parameter of 'CubicWebRequestBase'.
|
file |
diff |
annotate
|
2014-01-23 |
Sylvain Thénault |
[multi-sources-removal] Drop entities.source column
|
file |
diff |
annotate
|
2014-01-13 |
Julien Cristau |
merge 3.18.0 in 3.19 branch
|
file |
diff |
annotate
|
2013-08-26 |
Aurelien Campeas |
remove cw 3.9 bw compat (bw compat other than the interface -> adapter changes)
|
file |
diff |
annotate
|
2013-08-29 |
Sylvain Thénault |
[web] stop using deprecated StatusResponse. Closes #3098215
stable
|
file |
diff |
annotate
|
2013-07-02 |
Sylvain Thénault |
[web doctype] don't give through reset_xmldecl to avoid double deprecation warning
stable
|
file |
diff |
annotate
|
2013-06-27 |
Pierre-Yves David |
Use new repoapi for the web stack
|
file |
diff |
annotate
|
2013-06-24 |
Pierre-Yves David |
[webrequest] introduce an alternative implementation using the repoapi
|
file |
diff |
annotate
|
2013-06-24 |
Pierre-Yves David |
[webrequest] simplify set_session code
|
file |
diff |
annotate
|
2013-06-24 |
Pierre-Yves David |
[request] drop the user argument for set_session
|
file |
diff |
annotate
|
2013-06-19 |
Pierre-Yves David |
[web-request] handle default language earlier
|
file |
diff |
annotate
|
2013-06-14 |
pierre-yves |
[req] drop from_controller on non WebRequest object (Closes #2901079)
|
file |
diff |
annotate
|
2013-05-06 |
Sylvain Thénault |
[web request] drop no more necessary request.document_surrounding_div method
|
file |
diff |
annotate
|
2013-04-26 |
Aurelien Campeas |
drop xhtml content-type support (closes #2065651)
|
file |
diff |
annotate
|
2013-04-15 |
Pierre-Yves David |
merge 3.16.x fix
|
file |
diff |
annotate
|
2013-04-08 |
Pierre-Yves David |
[webconfig] fallback to default configs if https ones are not defined
stable
|
file |
diff |
annotate
|
2013-03-12 |
Julien Cristau |
Add CubicWebRequestBase.content (closes #2742453)
|
file |
diff |
annotate
|
2013-03-19 |
Aurelien Campeas |
[merge] backport stable fixes
|
file |
diff |
annotate
|
2013-03-13 |
Rémi Cardona |
[web/request] Prune extraneous 'pageid' from generated ajax URL parameters (closes #2758130)
stable
|
file |
diff |
annotate
|
2013-03-19 |
Rémi Cardona |
[web] Use the new '/ajax' URL path to access the AjaxController (closes #2758254)
stable
|
file |
diff |
annotate
|
2013-02-14 |
Nicolas Chauvat |
[toward py3k] rewrite dict.keys() and dict.values() (part of #2711624)
|
file |
diff |
annotate
|
2013-02-14 |
Nicolas Chauvat |
[toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
|
file |
diff |
annotate
|
2013-01-09 |
Aurelien Campeas |
[merge] backport stable
|
file |
diff |
annotate
|
2012-12-11 |
Pierre-Yves David |
[web] use `inline` `Content-Disposition` by default (closes #2535734)
stable
|
file |
diff |
annotate
|
2012-12-11 |
Pierre-Yves David |
[web] allow configuration of the Content-disposition value
stable
|
file |
diff |
annotate
|
2012-12-11 |
Pierre-Yves David |
[downloadable] fix filename HTTP header for simple name with space (closes #2535715)
stable
|
file |
diff |
annotate
|
2012-12-02 |
Nicolas Chauvat |
merge fixes from stable
|
file |
diff |
annotate
|
2012-11-27 |
Pierre-Yves David |
[downloadable] fix filename in HTTP header (closes #2522325, #2522324)
stable
|
file |
diff |
annotate
|
2012-09-11 |
Sylvain Thénault |
[web] search state doesn't need cnx, remove useless test
|
file |
diff |
annotate
|
2012-09-10 |
Sylvain Thénault |
[request/session] refactor language handling: don't attempt to sync web/repo languages
|
file |
diff |
annotate
|
2012-09-07 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2012-07-24 |
Adrien Di Mascio |
[documentation] fix some ReST compilation problems
|
file |
diff |
annotate
|
2012-07-20 |
Sylvain Thénault |
[book] fix build warnings/errors. Closes #2430042
stable
|
file |
diff |
annotate
|
2012-03-15 |
Adrien Di Mascio |
[cache] factorize _validate_cache() logic implemented in wsgi and twisted handlers
|
file |
diff |
annotate
|
2012-03-15 |
Pierre-Yves David |
[Web-Request] Use rich header (closes #2204164)
|
file |
diff |
annotate
|
2012-03-15 |
Pierre-Yves David |
[web] Move request handling logic into cubicweb application. (closes #2200684)
|
file |
diff |
annotate
|
2012-02-27 |
Pierre-Yves David |
[request] gather all base_url logic in a single place (closes #2200756)
|
file |
diff |
annotate
|