web/views/basetemplates.py
2013-07-22 David Douard [facets,js] fix bogus checkbox icon appearing after the first interaction (closes #2790332) stable
2013-05-06 Sylvain Thénault [web request] drop no more necessary request.document_surrounding_div method
2013-01-24 Julien Cristau [login] don't redirect to http url if we allow anonymous on https
2013-02-14 Nicolas Chauvat [toward py3k] rewrite has_key() (part of #2711624)
2012-07-20 Sylvain Thénault [web login] fix after login redirection: redirect expect an url not a relative path. Breaks on cases like '?vid=aview'. Closes #2423575 stable
2012-03-21 Katia Saurfelt [view] breadcrumbs layout broken with long elements (closes #1347486)
2012-03-20 Pierre-Yves David [login redirect] only add postlogin_path argument when meaningful
2012-03-15 Pierre-Yves David [login] split authentication logic from post authentication logic (closes #2200755)
2012-03-01 Pierre-Yves David [LoginForm] refactor to ease other implementation
2012-03-16 Sylvain Thénault backport stable
2012-02-27 Florent Cayré [web templates] fix invalid html in main-no-top template; closes #2174806 stable
2012-01-23 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
2011-10-24 Aurelien Campeas [tableview,basetemplates,pagination] some views internally handle the pagination, in which case the base template should not try to paginate
2011-09-28 Sylvain Thénault [pylint] fix pylint detected errors and tweak it so that pylint -E will be much less verbose next time (+ update some copyrights on the way) stable
2011-05-25 Arthur Lutz [ui messages, xss] Start migration towards use of _msgid instead of __message (prone to XSS injection) closes #1698245
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-03-11 Sylvain Thénault default (3.11.X) is now stable stable
2011-03-10 Sylvain Thénault [devtools] fix anonymous user handling in test classes stable
2011-03-10 Adrien Di Mascio [views] #1499661 get rid of base tag
2011-01-06 Sylvain Thénault [footer template] refactor to ease addition of some content into the footer stable
2011-01-04 Aurelien Campeas [web/views/basetemplates] nbsp breaks tests, use #160 instead stable
2010-11-09 Julien Jehannet [basetemplates] define header ctx components categories as attribute to ease overriding stable
2010-11-05 Sylvain Thénault [base template header] changeset 6669:e4532c6acf34 introduce a visual regression on standard site, fix it by merging header-left/header-center context, it simplify things and have proper display. Cubes using 'firstcolumn' css class will have to be upgraded 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-12 Sylvain Thénault [form] unify form.render prototype to take a 'w' argument as other view/components render method
2010-10-08 Aurelien Campeas [login] fix some previously introduced login box css breakage
2010-10-08 Sylvain Thénault [components] refactor main template header: make it much more flexible by using CtxComponent
2010-10-04 Aurelien Campeas refactor login box & form to enable easy pluggability
2010-09-13 Sylvain Thénault backport stable
2010-09-07 Sylvain Thénault remove buggy call to builtins._ on navigation content stable
2010-08-25 Sylvain Thénault [web api] unify 'contentnav' (VComponent) and 'boxes' registries as 'ctxcomponents' (CtxComponent)
2010-08-25 Sylvain Thénault [boxes] introduce new boxes system
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-08-10 Sylvain Thénault [login template] missing xml_escape stable
2010-07-23 Nicolas Chauvat [views] link to public url when trying https without an account stable
2010-07-17 Sylvain Thénault [basetemplate nav] no need for an attribute here
2010-07-02 Sylvain Thénault cleanup
2010-07-01 Sylvain Thénault backport stable
2010-06-30 Sylvain Thénault [login form] fix bad login field label by using pgettext stable
2010-05-26 Sylvain Thénault backport stable
2010-05-26 Sylvain Thénault [forms] refactor action handling to ease overriding while keeping action overrideable by instance (closes #969167) stable
2010-05-26 Sylvain Thénault [web] disallow authenticated users to access to the login form (closes #914873) stable
2010-05-05 Katia Saurfelt [css] start using uiprops in cubicweb.css
2010-04-29 Nicolas Chauvat [css] progressively fixing rhythm
2010-04-29 Nicolas Chauvat [css] introducing scale and rhythm composition
2010-05-05 Sylvain Thénault [https] fix resource urls in https version of a site: should use the https version as well to avoid warnings from the nrowser
2010-04-30 Sylvain Thénault [webconfig] introduce property sheets. Use them to replace external_resources
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-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-08 Sylvain Thénault le patch move-pdf-export-to-cubes a été importé
2010-03-18 Adrien Di Mascio [web] get rid of spurious '[Errno 2] No such file or directory' on load stable
2010-03-18 Sylvain Thénault move pdf icon component with it's template so we don't see it when the template isn't available due to missing dependancies stable
2010-03-04 Alain Leufroy Suppress the hidden logform when the user is already connected stable
2010-02-17 Sylvain Thénault remove 3.6 deprecation warning stable
2010-02-17 Sylvain Thénault login form style fixes stable
2010-02-16 Sylvain Thénault use needs_css so you can change login form css without redefining LogFormView stable
2010-02-16 Sylvain Thénault bw compat stable
less more (0) -100 -60 tip