web/application.py
2013-02-22 Sylvain Thénault [web publish] in case of error, ensure proper http status is set and Content-disposition header is reseted. Closes #2553066 stable
2013-03-08 Pierre-Yves David merge with stable
2013-03-08 Vincent Michel [web application] Fix missing self. in error_handler stable
2013-02-14 Nicolas Chauvat [toward py3k] rewrite dict.keys() and dict.values() (part of #2711624)
2013-02-14 Nicolas Chauvat [toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
2013-02-14 Nicolas Chauvat [toward-py3k] remove import with_statement (part of #2711624)
2012-12-02 Nicolas Chauvat merge fixes from stable
2012-11-27 David Douard [web] add a Forbidden exception stable
2012-11-16 Sylvain Thénault [validation api] properly use yams 0.36 validation error api and update message catalog. Follows bbe0d6985e59
2012-09-10 Sylvain Thénault [web app] move set of status_out into validation_error_handler to ease readability
2012-09-17 Sylvain Thénault [validation error] refactor validation error handling so translation is done on the web side
2012-07-18 Sylvain Thénault [web app] handle Redirect raised during session establishment, as this may be used by eg openid authentication. Closes #2430018 stable
2012-07-13 Sylvain Thénault [web app] only log tb when explicitly asked stable
2012-06-14 Pierre-Yves David [web/application] declare default 'content' value sooner (closes #2406560)
2012-05-09 Aurelien Campeas [app] turn these info into debug logs (this being too chatty for .info)
2012-03-15 Pierre-Yves David [web] Move request handling logic into cubicweb application. (closes #2200684)
2012-03-15 Pierre-Yves David [login] split authentication logic from post authentication logic (closes #2200755)
2012-02-27 Pierre-Yves David [web application] move default path logic inside url publisher
2012-02-27 Anthony Truchet [web] Exposes the undo feature to user through a undo-history view (closes #893940)
2012-01-23 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
2011-12-16 Adrien Di Mascio [controllers] deprecate JSonController and implement AjaxController / ajax-func registry (closes #2110265)
2011-10-21 Sylvain Thénault [diet] drop pre 3.6 API compatibility (but attempt to keep data cmopatibility). Closes #2017916
2011-09-27 Adrien Di Mascio [views] implement json / jsonp export views (closes #1942658)
2011-09-23 Sylvain Thénault [web request] fix cookie 'expires' formating (closes #1953945) stable
2011-09-21 Sylvain Thénault [exceptions] stop catching any exception in various places (closes #1942716) stable
2011-06-30 Sylvain Thénault [web session] fix bad cleanup of session without a connection set. Closes #1772125 stable
2011-05-25 Sylvain Thénault [web session] fix session handling so we get a chance to have for instance the 'forgotpwd' feature working on a site where anonymous are not allowed stable
2011-05-10 Pierre-Yves David [web server] #1642893 issue a 403 instead of a 500 on Unauthorized exception oldstable
2011-03-16 Alexandre Fayolle help pylint by explicitely defining some attributes oldstable
2011-01-07 Sylvain Thénault [web session] refactor to finally closes #343036: allow _postlogin behaviour overloading stable
2010-11-05 Sylvain Thénault [web session] fix '#1375582: sometime have to relogin since secure session cookie are used' by having different session cookie for http/https version. Also add application name to avoid potential pb when developping differents appls on the same port. stable
2010-10-22 Sylvain Thénault [pylint] fix a bug of pylint detected errors and i18n pb (calling builtins._ instead of req._)
2010-10-21 Sylvain Thénault #1346310: Add `Secure` attribute to cookie when navigating on https
2010-10-08 Sylvain Thénault [schema / sources] store data sources as cubicweb entities
2010-09-23 Sylvain Thénault backport stable
2010-09-23 Sylvain Thénault [publisher] add session id when logging published path stable
2010-09-16 Sylvain Thénault backport stable into default
2010-09-16 Sylvain Thénault [publisher] avoid extra Name error on unexpected error stable
2010-09-16 Sylvain Thénault [publisher] with python>=2.5, we should catch BaseException here stable
2010-08-25 Sylvain Thénault backport stable
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
less more (0) -100 -60 tip