web/application.py
2010-08-13 Sylvain Thénault integrate Celso's work on translation file: proper/complete spanish translation, fixed some typos in french translation, occured -> occurred fix in various places stable
2010-07-26 Sylvain Thénault [session] cleanup session-time / cleanup-session-time...
2010-07-02 Sylvain Thénault backport stable
2010-07-02 Sylvain Thénault [publisher] avoid useless rollback after successful commit, which clutters debug logs and may also not be cost-free stable
2010-06-11 Sylvain Thénault backport stable
2010-06-10 Sylvain Thénault [iprogress] move adapter to entities.adapters
2010-06-10 Alexandre Fayolle fix wrong calculation of clean_session_interval stable
2010-06-03 Sylvain Thénault backport stable
2010-06-01 Julien Jehannet [web] cleanup use of config in web application initialisation stable
2010-05-26 Sylvain Thénault [web] update to 3.9 Entity api
2010-05-26 Sylvain Thénault backport stable
2010-05-26 Sylvain Thénault [web] dont attempt to update last login time on ldap users, avoiding spurious tb in logs (closes #914464) stable
2010-05-26 Sylvain Thénault [web] disallow authenticated users to access to the login form (closes #914873) stable
2010-05-10 Sylvain Thénault backport stable
2010-05-06 Sylvain Thénault [web session] fix potential key error on logout (occurs once the session has been transparently reconnected, hence session.sessionid and session.cnx.sessionid differs) stable
2010-04-29 Sylvain Thénault [webconfig] refactor/cleanup debug mode management on startup: simply use config.debugmode instead of debug argument everywhere...
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-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-19 Sylvain Thénault backport stable
2010-04-19 Sylvain Thénault [config] properly use time type for options representing a time. stable
2010-04-19 Sylvain Thénault [web] consistent cleanup session interval time stable
2010-04-15 Sylvain Thénault backport stable
2010-04-15 Sylvain Thénault [config] better *-session-time documentation and usage in session handler 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-07 Sylvain Thénault #759035: Automate addition of eid cachekey in RQL analysis
2010-03-24 Sylvain Thénault [test] don't try to reset session manager during test, stable
2010-03-16 Sylvain Thénault backport stable into default
2010-03-01 Katia Saurfelt server/web api for accessing to deleted_entites
2010-03-16 Sylvain Thénault #750055: make it easier to change post logout url stable
2010-03-12 Sylvain Thénault [web] start a new message system based on id of message stored in session's data
2010-02-26 Adrien Di Mascio [web] fix #724769: Use RemoteCallFailed in the publisher's error_handler stable
2010-02-24 Sylvain Thénault remove #<formid> from url used to redirect after a validation error stable
2010-02-18 Sylvain Thénault cleanup internal forms parameters in postlogin stable
2010-02-08 Sylvain Thénault backport stable branch and some vreg cleanups:
2010-02-06 Sylvain Thénault fix duplicated vregistry initialization during tests stable
2010-01-21 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.
2010-01-18 Sylvain Thénault backport stable branch
2010-01-13 Sylvain Thénault refactor form error handling:
2010-01-07 Adrien Di Mascio update copyright: welcome 2010 stable
2009-09-23 Adrien Di Mascio [api] use __regid__ instead of deprecated id
2009-08-17 Sylvain Thénault give vreg where we need it (eg no bound request)
2009-08-16 Nicolas Chauvat backport stable branch
2009-08-14 Sylvain Thénault dont bind set_authmanager on registry reloading event, it's not necesary since the session manager itself is reinstatiated stable
2009-08-12 Nicolas Chauvat R put version info in deprecation warnings
2009-08-05 Sylvain Thénault [web session] proper reloading of the session manager on vreg update
2009-08-05 Adrien Di Mascio [events] renamed source-reload into registry-reload to avoid potential confusions with datasources
2009-08-04 Adrien Di Mascio [autoreload] recompute urlresolver / urlrewriter after autoreload
2009-08-03 Sylvain Thénault [webapp] missing renaming
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-24 Sylvain Thénault application -> instance where it makes sense
2009-07-06 Sylvain Thénault backport stable branch
2009-07-06 Sylvain Thénault no tb for RequestError stable
2009-07-03 Aurelien Campeas accept a __template parameter that specifies a different (main) template stable
2009-07-02 Sylvain Thénault oops
less more (0) -60 tip