web/application.py
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
less more (0) -50 -30 tip