web/request.py
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