web/request.py
Wed, 28 Apr 2010 10:06:01 +0200 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
Mon, 26 Apr 2010 16:31:46 +0200 Sylvain Thénault backport stable
Fri, 23 Apr 2010 12:19:54 +0200 Alexandre Fayolle [python2.6] careful: json-py provides a json package. We don't want that. stable
Fri, 23 Apr 2010 12:42:53 +0200 Sylvain Thénault backport stable
Thu, 22 Apr 2010 19:48:04 +0000 Alexandre Fayolle [python2.6] prefer python2.6's builtin json module over simplejson stable
Thu, 15 Apr 2010 19:39:55 +0200 Sylvain Thénault backport stable
Thu, 15 Apr 2010 17:28:27 +0200 Aurelien Campeas [doc/book] fix a bit the request chapter, add autodoc stable
Wed, 14 Apr 2010 10:29:38 +0200 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)
Tue, 13 Apr 2010 12:19:24 +0200 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.
Tue, 06 Apr 2010 16:50:53 +0200 Adrien Chauve Switched from TwistedWeb2 to TwistedWeb
Wed, 24 Mar 2010 08:42:49 +0100 Sylvain Thénault backport stable
Tue, 23 Mar 2010 17:08:50 +0100 Sylvain Thénault take care to empty breadcrumbs stable
Fri, 12 Mar 2010 16:11:56 +0100 Sylvain Thénault backport stable
Fri, 12 Mar 2010 15:05:33 +0100 Sylvain Thénault [web] start a new message system based on id of message stored in session's data
Thu, 11 Mar 2010 16:49:59 +0100 Sylvain Thénault merge stable
Thu, 11 Mar 2010 16:43:00 +0100 Sylvain Thénault [web req] check latest url in breadcrumbs is not the same as the current one to keep more valuable information stable
Wed, 10 Mar 2010 12:37:34 +0100 Adrien Di Mascio [web] fix #736332: iespec functionality for add_css stable
Tue, 09 Mar 2010 12:07:34 +0100 Sylvain Thénault remove deprecation warning introduced by add_onload api change
Fri, 26 Feb 2010 13:19:14 +0100 Sylvain Thénault kill dead/useless code as suggested by pylint stable
Tue, 09 Feb 2010 19:51:19 +0100 Sylvain Thénault fix 'click here to see the created entity' link, which may not appear according to language settings
Fri, 05 Feb 2010 07:25:16 +0100 Sylvain Thénault backport stable
Thu, 04 Feb 2010 11:33:09 +0100 Aurelien Campeas [request] add a note about the encoding mgmt (or lack thereof) stable
Tue, 26 Jan 2010 13:36:55 +0100 Sylvain Thénault fif inlined relation forms pb w/ new ajax forms.
Wed, 20 Jan 2010 10:06:12 +0100 Sylvain Thénault turn all the stuff used to handle 'generic relations' in forms into proper
Mon, 18 Jan 2010 19:21:30 +0100 Sylvain Thénault backport stable branch
Thu, 07 Jan 2010 16:52:32 +0100 Adrien Di Mascio update copyright: welcome 2010 stable
Mon, 21 Dec 2009 18:46:46 +0100 Sylvain Thénault NothingToEdit is not a ValidationError, simplify
Mon, 21 Dec 2009 18:45:42 +0100 Sylvain Thénault fix translation of message to view newly created entity: must be done once language is set...
Tue, 08 Dec 2009 10:58:56 +0100 Sylvain Thénault drop common subpackage
Mon, 07 Dec 2009 06:39:35 -0800 Sandrine Ribeau api renaming update
Fri, 20 Nov 2009 19:35:54 +0100 Sylvain Thénault backport stable branch (one more time painfully)
Fri, 13 Nov 2009 10:47:26 +0100 Adrien Di Mascio [web] safety belt to avoid overriding pageid with loadxhtml() stable
Tue, 10 Nov 2009 18:11:24 +0100 Adrien Di Mascio [web] set pageid at request instanciation rather than in htmlheader template stable
Tue, 13 Oct 2009 12:04:10 +0200 Sylvain Thénault [req] new expires argument to set_cookie
Thu, 17 Sep 2009 15:16:53 +0200 Sylvain Thénault backport 3.5
Wed, 16 Sep 2009 21:29:17 +0200 Adrien Di Mascio [gettext] provide GNU contexts to avoid translations ambiguities 3.5
Thu, 10 Sep 2009 08:13:22 +0200 Sylvain Thénault backport 3.5
Wed, 02 Sep 2009 10:59:48 +0200 Adrien Di Mascio [googlemap] #344872 set request content-type to text/html stable
Thu, 13 Aug 2009 10:24:31 +0200 Sylvain Thénault fix syntax error
Thu, 13 Aug 2009 09:30:03 +0200 Sylvain Thénault rename and move cw.RequestSessionMixIn to cw.req.RequestSessionBase; move some appobjects methods where they actually belong to
Wed, 12 Aug 2009 18:40:52 +0200 Nicolas Chauvat R put version info in deprecation warnings
Mon, 03 Aug 2009 10:50:57 +0200 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
Fri, 31 Jul 2009 22:37:28 +0200 Nicolas Chauvat R [all] logilab.common 0.44 provides only deprecated
Wed, 29 Jul 2009 10:44:36 +0200 Sylvain Thénault [R xhtml] remove xhtml_wrap* function, use instead a single req.document_surrounding_div method
Wed, 29 Jul 2009 10:43:30 +0200 Sylvain Thénault move test on force-html-content-type to xhtml_browser method
Tue, 07 Jul 2009 13:57:26 +0200 Florent fix tabindex starting at 0
Tue, 21 Jul 2009 19:40:10 +0200 Florent add force-html-content-type config boolean variable
Fri, 24 Jul 2009 14:33:37 +0200 Sylvain Thénault application -> instance where it makes sense
Tue, 07 Jul 2009 14:29:09 +0200 Sylvain Thénault no link to created entity when no message is set stable
Tue, 07 Jul 2009 13:26:44 +0200 Sylvain Thénault use xml_escape stable
Fri, 03 Jul 2009 18:00:07 +0200 Sylvain Thénault when request is a json request, bind on 'ajax-loaded' instead of document.ready() stable
Fri, 03 Jul 2009 17:57:19 +0200 Sylvain Thénault more generic way to detect json requests (not yet perfect though) stable
Thu, 02 Jul 2009 13:00:20 +0200 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
Tue, 30 Jun 2009 08:05:57 +0200 Sylvain Thénault link to created entity when redirected to another page stable
Thu, 28 May 2009 09:20:07 +0200 Adrien Di Mascio big bunch of copyright / docstring update
Thu, 14 May 2009 10:24:56 +0200 Adrien Di Mascio ajax_replace_url becomes obsolete, req.build_ajax_replace_url should be used instead tls-sprint
Mon, 11 May 2009 09:56:21 +0200 Graziella Toutoungis correct the values list append tls-sprint
Mon, 11 May 2009 08:02:49 +0200 Graziella Toutoungis correct wrong condition and missing import tls-sprint
Thu, 07 May 2009 17:33:15 +0200 sylvain thenault basic support for http Accept header (untested) tls-sprint
Wed, 29 Apr 2009 19:50:04 +0200 Aurelien Campeas [basecontrollers] add edit_relation next to edit_field, misc notes tls-sprint
less more (0) -60 tip