web/application.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
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
Mon, 19 Apr 2010 13:52:55 +0200 Sylvain Thénault backport stable
Mon, 19 Apr 2010 13:38:46 +0200 Sylvain Thénault [config] properly use time type for options representing a time. stable
Mon, 19 Apr 2010 13:37:32 +0200 Sylvain Thénault [web] consistent cleanup session interval time stable
Thu, 15 Apr 2010 19:39:55 +0200 Sylvain Thénault backport stable
Thu, 15 Apr 2010 15:17:18 +0200 Sylvain Thénault [config] better *-session-time documentation and usage in session handler 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.
Wed, 07 Apr 2010 14:26:35 +0200 Sylvain Thénault #759035: Automate addition of eid cachekey in RQL analysis
Wed, 24 Mar 2010 15:40:57 +0100 Sylvain Thénault [test] don't try to reset session manager during test, stable
Tue, 16 Mar 2010 16:32:36 +0100 Sylvain Thénault backport stable into default
Mon, 01 Mar 2010 11:26:14 +0100 Katia Saurfelt server/web api for accessing to deleted_entites
Tue, 16 Mar 2010 12:40:59 +0100 Sylvain Thénault #750055: make it easier to change post logout url 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
Fri, 26 Feb 2010 07:44:18 +0100 Adrien Di Mascio [web] fix #724769: Use RemoteCallFailed in the publisher's error_handler stable
Wed, 24 Feb 2010 10:37:37 +0100 Sylvain Thénault remove #<formid> from url used to redirect after a validation error stable
Thu, 18 Feb 2010 14:27:00 +0100 Sylvain Thénault cleanup internal forms parameters in postlogin stable
Mon, 08 Feb 2010 11:08:55 +0100 Sylvain Thénault backport stable branch and some vreg cleanups:
Sat, 06 Feb 2010 10:31:27 +0100 Sylvain Thénault fix duplicated vregistry initialization during tests stable
Thu, 21 Jan 2010 10:21:09 +0100 Sylvain Thénault when the vregistry is initialized, no need to call vreg.set_schema (else we trigger appobjects registration twice. This allows significant startup speedup.
Mon, 18 Jan 2010 19:21:30 +0100 Sylvain Thénault backport stable branch
Wed, 13 Jan 2010 15:54:07 +0100 Sylvain Thénault refactor form error handling:
Thu, 07 Jan 2010 16:52:32 +0100 Adrien Di Mascio update copyright: welcome 2010 stable
Wed, 23 Sep 2009 11:13:39 +0200 Adrien Di Mascio [api] use __regid__ instead of deprecated id
Mon, 17 Aug 2009 19:21:45 +0200 Sylvain Thénault give vreg where we need it (eg no bound request)
Sun, 16 Aug 2009 20:27:28 +0200 Nicolas Chauvat backport stable branch
Fri, 14 Aug 2009 15:34:49 +0200 Sylvain Thénault dont bind set_authmanager on registry reloading event, it's not necesary since the session manager itself is reinstatiated stable
Wed, 12 Aug 2009 18:40:52 +0200 Nicolas Chauvat R put version info in deprecation warnings
Wed, 05 Aug 2009 18:56:22 +0200 Sylvain Thénault [web session] proper reloading of the session manager on vreg update
Wed, 05 Aug 2009 18:18:12 +0200 Adrien Di Mascio [events] renamed source-reload into registry-reload to avoid potential confusions with datasources
Tue, 04 Aug 2009 18:44:24 +0200 Adrien Di Mascio [autoreload] recompute urlresolver / urlrewriter after autoreload
Mon, 03 Aug 2009 17:32:42 +0200 Sylvain Thénault [webapp] missing renaming
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
Fri, 24 Jul 2009 14:33:37 +0200 Sylvain Thénault application -> instance where it makes sense
Mon, 06 Jul 2009 19:55:18 +0200 Sylvain Thénault backport stable branch
Mon, 06 Jul 2009 10:56:13 +0200 Sylvain Thénault no tb for RequestError stable
Fri, 03 Jul 2009 18:10:52 +0200 Aurelien Campeas accept a __template parameter that specifies a different (main) template stable
Thu, 02 Jul 2009 10:36:25 +0200 Sylvain Thénault oops
Fri, 05 Jun 2009 15:09:20 +0200 Sylvain Thénault nicer vreg api, try to make rset an optional named argument in select and derivated (including selectors)
Thu, 28 May 2009 09:20:07 +0200 Adrien Di Mascio big bunch of copyright / docstring update
Wed, 22 Apr 2009 16:56:19 +0200 sylvain thenault remove trailing spaces tls-sprint
Mon, 23 Mar 2009 17:55:59 +0100 sylvain thenault pylint cleanup tls-sprint
Fri, 20 Feb 2009 01:48:06 +0100 sylvain thenault fix ui.main-template property handling tls-sprint
Thu, 19 Feb 2009 23:31:43 +0100 sylvain thenault oops tls-sprint
Wed, 18 Feb 2009 20:32:16 +0100 sylvain thenault rename error template to avoid conflicts with the error view tls-sprint
Wed, 18 Feb 2009 19:19:57 +0100 Adrien Di Mascio main template refactoring tls-sprint
Tue, 17 Feb 2009 14:45:54 +0100 sylvain thenault properly kill/depreciate component base class, only keep Component tls-sprint
Wed, 11 Feb 2009 15:20:32 +0100 sylvain thenault update_search_state in the publisher since it should be done whatever the controller
Fri, 05 Dec 2008 17:25:45 +0100 Sylvain Thenault fix default values
Wed, 05 Nov 2008 15:52:50 +0100 Adrien Di Mascio Showtime !
less more (0) tip