web/request.py
2014-06-13 Aurelien Campeas [session] all cnx._session become cnx.session
2014-06-10 Aurelien Campeas [repoapi] fold ClientConnection into Connection
2014-06-03 Aurelien Campeas [dbapi] remove the dbapi module and its immediate remaining users
2015-03-16 Julien Cristau [web] kill GMTOFFSET (closes #2154655)
2015-03-26 Julien Cristau [web/request] don't play tricks with utc offset
2015-03-25 Denis Laxalde [web/request] Restore attribute setting for search_state
2015-02-09 Julien Cristau [web/request] simplify search_state loading, fix comment
2015-01-28 Christophe de Vienne [webrequest] Lazy-load search_state
2014-06-12 Aurelien Campeas [views,js] remove user_callback feature
2014-05-14 Aurelien Campeas [web/request] clearly mark user_callback-related methods as deprecated
2014-11-19 Rémi Cardona [utils] Add a '_cwtracehtml' GET parameter to trace self._cw.w() calls (closes #4601327)
2014-10-02 Julien Cristau [web] stop accepting the magic __message form parameter
2014-10-02 Julien Cristau [web/request] add security_enabled method
2014-05-02 Aurelien Campeas remove most 3.10 bw compat
2014-07-29 Julien Cristau [web] set Vary response header to "Accept-Language" when using content negotiation
2014-07-15 Julien Cristau [web] add support for HttpOnly cookie flag
2014-07-18 Julien Cristau merge 3.19.3 into 3.20 branch
2014-06-12 Aurelien Campeas [web/request] use a picklable Counter object for tab index counters
2014-06-27 Julien Cristau merge from 3.19 branch
2014-05-23 Rémi Cardona [request] Ensure base_url() always has a trailing '/' (closes #3955093)
2014-05-02 Aurelien Campeas deprecate get/set_shared_data API
2014-03-24 Julien Cristau [web] Fix HEAD request handling (closes #3677949)
2014-04-04 Julien Cristau [web] fix language negotiation
2014-03-24 Julien Cristau Move entity cache from web.request.ConnectionCubicWebRequestBase to repoapi.ClientConnection
2014-03-10 Julien Cristau [web/request] deprecate user_callback
2013-10-31 Rémi Cardona [request] Make sure set_message() actually displays its given message (closes #3003425)
2014-03-04 Damien Garaud [web] Avoid using an empty dict as default parameter of 'CubicWebRequestBase'.
2014-01-23 Sylvain Thénault [multi-sources-removal] Drop entities.source column
2014-01-13 Julien Cristau merge 3.18.0 in 3.19 branch
2013-08-26 Aurelien Campeas remove cw 3.9 bw compat (bw compat other than the interface -> adapter changes)
2013-08-29 Sylvain Thénault [web] stop using deprecated StatusResponse. Closes #3098215 stable
2013-07-02 Sylvain Thénault [web doctype] don't give through reset_xmldecl to avoid double deprecation warning stable
2013-06-27 Pierre-Yves David Use new repoapi for the web stack
2013-06-24 Pierre-Yves David [webrequest] introduce an alternative implementation using the repoapi
2013-06-24 Pierre-Yves David [webrequest] simplify set_session code
2013-06-24 Pierre-Yves David [request] drop the user argument for set_session
2013-06-19 Pierre-Yves David [web-request] handle default language earlier
2013-06-14 pierre-yves [req] drop from_controller on non WebRequest object (Closes #2901079)
2013-05-06 Sylvain Thénault [web request] drop no more necessary request.document_surrounding_div method
2013-04-26 Aurelien Campeas drop xhtml content-type support (closes #2065651)
2013-04-15 Pierre-Yves David merge 3.16.x fix
2013-04-08 Pierre-Yves David [webconfig] fallback to default configs if https ones are not defined stable
2013-03-12 Julien Cristau Add CubicWebRequestBase.content (closes #2742453)
2013-03-19 Aurelien Campeas [merge] backport stable fixes
2013-03-13 Rémi Cardona [web/request] Prune extraneous 'pageid' from generated ajax URL parameters (closes #2758130) stable
2013-03-19 Rémi Cardona [web] Use the new '/ajax' URL path to access the AjaxController (closes #2758254) stable
2013-02-14 Nicolas Chauvat [toward py3k] rewrite dict.keys() and dict.values() (part of #2711624)
2013-02-14 Nicolas Chauvat [toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
2013-01-09 Aurelien Campeas [merge] backport stable
2012-12-11 Pierre-Yves David [web] use `inline` `Content-Disposition` by default (closes #2535734) stable
2012-12-11 Pierre-Yves David [web] allow configuration of the Content-disposition value stable
2012-12-11 Pierre-Yves David [downloadable] fix filename HTTP header for simple name with space (closes #2535715) stable
2012-12-02 Nicolas Chauvat merge fixes from stable
2012-11-27 Pierre-Yves David [downloadable] fix filename in HTTP header (closes #2522325, #2522324) stable
2012-09-11 Sylvain Thénault [web] search state doesn't need cnx, remove useless test
2012-09-10 Sylvain Thénault [request/session] refactor language handling: don't attempt to sync web/repo languages
2012-09-07 Sylvain Thénault backport stable
2012-07-24 Adrien Di Mascio [documentation] fix some ReST compilation problems
2012-07-20 Sylvain Thénault [book] fix build warnings/errors. Closes #2430042 stable
2012-03-15 Adrien Di Mascio [cache] factorize _validate_cache() logic implemented in wsgi and twisted handlers
2012-03-15 Pierre-Yves David [Web-Request] Use rich header (closes #2204164)
2012-03-15 Pierre-Yves David [web] Move request handling logic into cubicweb application. (closes #2200684)
2012-02-27 Pierre-Yves David [request] gather all base_url logic in a single place (closes #2200756)
2012-02-27 Pierre-Yves David [req, doc] add some documentation of CubicWebRequestBase attributes
2012-02-16 Sylvain Thénault backport stable
2012-02-16 Sylvain Thénault [spelling] fix dictionnary -> dictionary typo stable
2012-01-23 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
2012-01-23 Sylvain Thénault backport stable
2012-01-23 Sylvain Thénault backport oldstable stable
2012-01-19 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
2012-01-09 Sylvain Thénault [bw compat] json_request setter is necessary for some cubes which has json_request (eg preview)
2011-12-16 Adrien Di Mascio [controllers] deprecate JSonController and implement AjaxController / ajax-func registry (closes #2110265)
2011-11-14 Alexandre Fayolle merge stable changes to default
2011-11-10 Alexandre Fayolle [http, windows] fix remove_cookie trying to expire a cookie before the Epoch (closes: #2087998) stable
2011-11-07 Sylvain Thénault backport stable
2011-11-07 Sylvain Thénault [html, ajax] demote_to_html don't crash anymore if force-html-content-type is activated. Closes #712309 stable
2011-10-28 Adrien Di Mascio [doc] fix most of ReST compilation errors and warnings
2011-10-21 Sylvain Thénault [diet] drop pre 3.6 API compatibility (but attempt to keep data cmopatibility). Closes #2017916
2011-09-29 Sylvain Thénault backport stable
2011-09-28 Sylvain Thénault [pylint] fix pylint detected errors and tweak it so that pylint -E will be much less verbose next time (+ update some copyrights on the way) stable
2011-09-27 Sylvain Thénault [req cookie] fix name error stable
2011-09-26 Sylvain Thénault backport stable
2011-09-26 Sylvain Thénault [test] unicode name/value in cookie makes tests failing (SimpleCookie then suppose it's a dict...) stable
2011-09-26 Sylvain Thénault backport stable
2011-09-26 Sylvain Thénault [web request] fix stupid error that gone through the review stable
2011-09-23 Sylvain Thénault [web request] fix cookie 'expires' formating (closes #1953945) stable
2011-09-15 Sylvain Thénault backport stable
2011-09-15 Alexandre Fayolle [doc] add some documentation in cubicweb.web.action stable
2011-09-06 Adrien Di Mascio [web] add option to make resources-concat optional (implements #1910615)
2011-07-12 Sylvain Thénault closes #1826543: error on some ajax_replace_url call
2011-07-11 Sylvain Thénault [web form] avoid mis-formated warning for _cw_fields
2011-06-17 Sylvain Thénault backport stable
2011-06-15 Sylvain Thénault closes #1484510: ajax_replace_url should propagate page id (until an underlying api does it automatically stable
2011-05-25 Arthur Lutz [ui messages, xss] Start migration towards use of _msgid instead of __message (prone to XSS injection) closes #1698245
2011-05-20 Sylvain Thénault backport stable
2011-05-20 Sylvain Thénault cleanup and update some copyright stable
2011-05-13 Sylvain Thénault backport stable
2011-05-12 Sylvain Thénault [web request] don't define pageid js variable when one is found in form parameters (eg, page ajax call) stable
2011-04-29 Adrien Di Mascio merge
2011-04-28 Quentin Roquefort [etwist] Generates apache's mod_concat-like urls for js and css
2011-04-28 Adrien Di Mascio [etwist] refactor child resources management
2011-04-28 Sylvain Thénault backport oldstable stable
2011-04-28 Sylvain Thénault [request] don't init tabindex unnecessarily, since it's added to page data which will makes an ajax call to unload_page_data necessary oldstable
2011-04-06 Adrien Di Mascio [views] extend HTMLStream API to be able to change doctype / xmldecl
2011-04-01 Adrien Di Mascio [http] implement 1587305: provide better implementation of Accept header parsing + tests
2011-03-10 Adrien Di Mascio [web] provide a data_url() method on req and get_rid of explicit datadir_url usage (#1438736)
2010-10-21 Sylvain Thénault [dbapi] enhanced web compatible request when using dbapi
2010-10-20 Sylvain Thénault [request] fix ajax_replace_url which breaks if the url contains some quotes (that will be properly quoted but unquoted by the browser, breaking the js expression) by using a separated js function
2010-10-19 Sylvain Thénault [js] remove deprecation warnings by using $.noop instead of noop
2010-09-28 Alexandre Fayolle don't add another encoding if already present in content-type stable
2010-09-16 Aurelien Campeas [request] memoize tabindex across ajax calls (on pageid) to avoid ui confusion stable
2010-08-13 Adrien Di Mascio [web] fix typo in ajax_build_url (s/xtml/xhtml) stable
2010-08-09 Nicolas Chauvat fix the fix stable
2010-08-09 Nicolas Chauvat fix missing import in web.request stable
2010-08-04 Sylvain Thénault [request] missing paren stable
2010-08-04 Sylvain Thénault [request] js is defined in uilib, not utils stable
2010-08-04 Sylvain Thénault [request] enhanced user[_rql]_callback method, allowing to call other js variant, eg one of userCallback, userCallbackThenUpdateUI, userCallbackThenReloadPage (the default). Also benefit from the new magic js object. stable
2010-07-08 Sylvain Thénault [uilib] refactor json_dumps code organization
2010-07-05 Sylvain Thénault backport stable
2010-07-05 Sylvain Thénault [req] hashlib has no hash function, but has an hash1 function even in python 2.5 stable
2010-06-21 Sylvain Thénault backport stable
2010-06-17 Aurelien Campeas [web request] in python 2.5 hashlib has no .hash attribute stable
2010-06-17 Sylvain Thénault backport stable
2010-06-17 auc [py2.6] use hashlib to silence python 2.6 deprecation warnings stable
2010-06-10 Sylvain Thénault [web] ajax_replace_url superseed build_ajax_replace_url, more generic and relying on the json controller (closes #750090)
2010-06-07 Sylvain Thénault backport stable
2010-06-07 Sylvain Thénault [request] fix typo stable
2010-05-10 Sylvain Thénault backport stable
2010-05-10 Sylvain Thénault [deprecation] missing version number to old warning message stable
2010-05-05 Sylvain Thénault [https] fix resource urls in https version of a site: should use the https version as well to avoid warnings from the nrowser
2010-04-30 Sylvain Thénault [webconfig] introduce property sheets. Use them to replace external_resources
2010-04-28 Sylvain Thénault backport oldstable changes stable
2010-04-28 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
2010-04-28 Sylvain Thénault backport default into stable: stable is now cw 3.8
2010-04-28 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
2010-04-26 Sylvain Thénault backport stable
2010-04-23 Alexandre Fayolle [python2.6] careful: json-py provides a json package. We don't want that. stable
2010-04-23 Sylvain Thénault backport stable
2010-04-22 Alexandre Fayolle [python2.6] prefer python2.6's builtin json module over simplejson stable
2010-04-15 Sylvain Thénault backport stable
2010-04-15 Aurelien Campeas [doc/book] fix a bit the request chapter, add autodoc stable
2010-04-14 Sylvain Thénault [web] put a fake object that raise Unauthorized on any attribute access as req.cnx and req._user, so we are properly asked to authenticated on any view that tries to do something with one of those attributes (instead of doing defensive programming everywhere we're doing that)
2010-04-13 Sylvain Thénault #773448: refactor session and 'no connection' handling, by introducing proper web session. We should now be able to see page even when no anon is configured, and be redirected to the login form as soon as one tries to do a query.
2010-04-06 Adrien Chauve Switched from TwistedWeb2 to TwistedWeb
2010-03-24 Sylvain Thénault backport stable
2010-03-23 Sylvain Thénault take care to empty breadcrumbs stable
2010-03-12 Sylvain Thénault backport stable
2010-03-12 Sylvain Thénault [web] start a new message system based on id of message stored in session's data
2010-03-11 Sylvain Thénault merge stable
2010-03-11 Sylvain Thénault [web req] check latest url in breadcrumbs is not the same as the current one to keep more valuable information stable
2010-03-10 Adrien Di Mascio [web] fix #736332: iespec functionality for add_css stable
2010-03-09 Sylvain Thénault remove deprecation warning introduced by add_onload api change
2010-02-26 Sylvain Thénault kill dead/useless code as suggested by pylint stable
2010-02-09 Sylvain Thénault fix 'click here to see the created entity' link, which may not appear according to language settings
2010-02-05 Sylvain Thénault backport stable
2010-02-04 Aurelien Campeas [request] add a note about the encoding mgmt (or lack thereof) stable
2010-01-26 Sylvain Thénault fif inlined relation forms pb w/ new ajax forms.
2010-01-20 Sylvain Thénault turn all the stuff used to handle 'generic relations' in forms into proper
2010-01-18 Sylvain Thénault backport stable branch
2010-01-07 Adrien Di Mascio update copyright: welcome 2010 stable
2009-12-21 Sylvain Thénault NothingToEdit is not a ValidationError, simplify
2009-12-21 Sylvain Thénault fix translation of message to view newly created entity: must be done once language is set...
2009-12-08 Sylvain Thénault drop common subpackage
2009-12-07 Sandrine Ribeau api renaming update
2009-11-20 Sylvain Thénault backport stable branch (one more time painfully)
2009-11-13 Adrien Di Mascio [web] safety belt to avoid overriding pageid with loadxhtml() stable
2009-11-10 Adrien Di Mascio [web] set pageid at request instanciation rather than in htmlheader template stable
2009-10-13 Sylvain Thénault [req] new expires argument to set_cookie
2009-09-17 Sylvain Thénault backport 3.5
2009-09-16 Adrien Di Mascio [gettext] provide GNU contexts to avoid translations ambiguities 3.5
2009-09-10 Sylvain Thénault backport 3.5
2009-09-02 Adrien Di Mascio [googlemap] #344872 set request content-type to text/html stable
2009-08-13 Sylvain Thénault fix syntax error
2009-08-13 Sylvain Thénault rename and move cw.RequestSessionMixIn to cw.req.RequestSessionBase; move some appobjects methods where they actually belong to
2009-08-12 Nicolas Chauvat R put version info in deprecation warnings
2009-08-03 Sylvain Thénault R [vreg] important refactoring of the vregistry, moving behaviour to end dictionnary (and so leaving room for more flexibility ; keep bw compat ; update api usage in cw
2009-07-31 Nicolas Chauvat R [all] logilab.common 0.44 provides only deprecated
2009-07-29 Sylvain Thénault [R xhtml] remove xhtml_wrap* function, use instead a single req.document_surrounding_div method
2009-07-29 Sylvain Thénault move test on force-html-content-type to xhtml_browser method
2009-07-07 Florent fix tabindex starting at 0
2009-07-21 Florent add force-html-content-type config boolean variable
2009-07-24 Sylvain Thénault application -> instance where it makes sense
2009-07-07 Sylvain Thénault no link to created entity when no message is set stable
2009-07-07 Sylvain Thénault use xml_escape stable
2009-07-03 Sylvain Thénault when request is a json request, bind on 'ajax-loaded' instead of document.ready() stable
2009-07-03 Sylvain Thénault more generic way to detect json requests (not yet perfect though) stable
2009-07-02 Sylvain Thénault new set_session_props method exposed by the repository, use it to be sure session language is in sync the request language stable
2009-06-30 Sylvain Thénault link to created entity when redirected to another page stable
2009-05-28 Adrien Di Mascio big bunch of copyright / docstring update
2009-05-14 Adrien Di Mascio ajax_replace_url becomes obsolete, req.build_ajax_replace_url should be used instead tls-sprint
2009-05-11 Graziella Toutoungis correct the values list append tls-sprint
2009-05-11 Graziella Toutoungis correct wrong condition and missing import tls-sprint
2009-05-07 sylvain thenault basic support for http Accept header (untested) tls-sprint
2009-04-29 Aurelien Campeas [basecontrollers] add edit_relation next to edit_field, misc notes tls-sprint
2009-04-22 sylvain thenault remove trailing spaces tls-sprint
2009-04-22 sylvain thenault doc type handling refactoring: do the ext substitution at the module level tls-sprint
2009-03-27 sylvain thenault forgot to add that expected method (was a function in view.__init__) tls-sprint
2009-03-04 sylvain thenault add a use_fckeditor method on http request tls-sprint
2009-02-24 Aurelien Campeas fix imports : common.utils -> utils tls-sprint
2009-02-20 sylvain thenault make fckeditor actually optional, fix its config, avoid needs for a link to fckeditor.js tls-sprint
2009-02-17 sylvain thenault move _MARKER from appobject to web.request tls-sprint
2009-02-13 sylvain thenault take care, cnx may be None in which case we can't get/set session data
2009-01-28 Stephanie Marcu [#80966] Opera supports xhtml and handles namespaces properly but it breaks jQuery.attr(), so xhtml_browser return False if the webbrowser is opera
2008-11-05 Adrien Di Mascio Showtime !
less more (0) tip