web/views/basetemplates.py
Fri, 11 Sep 2015 18:05:38 +0200 Rémi Cardona [py3k] replace '_ = unicode' in global scope (closes #7589459)
Mon, 09 Mar 2015 10:49:03 +0100 Rémi Cardona Spelling fixes in comments and docstrings
Tue, 31 Mar 2015 10:22:05 +0200 Julien Cristau [web] kill https-deny-anonymous option (closes #5193687)
Fri, 23 May 2014 12:26:52 +0200 Rémi Cardona [basetemplate] Remove misleading comment
Mon, 28 Apr 2014 12:41:41 +0200 Christophe de Vienne [login form] Fix BaseLogForm.form_action()
Mon, 04 Nov 2013 16:06:06 +0100 Aurelien Campeas [views/templates] provide a modal main template (closes #3274672)
Mon, 22 Jul 2013 15:38:11 +0200 David Douard [facets,js] fix bogus checkbox icon appearing after the first interaction (closes #2790332) stable
Mon, 06 May 2013 15:58:52 +0200 Sylvain Thénault [web request] drop no more necessary request.document_surrounding_div method
Thu, 24 Jan 2013 10:28:49 +0100 Julien Cristau [login] don't redirect to http url if we allow anonymous on https
Thu, 14 Feb 2013 16:45:07 +0100 Nicolas Chauvat [toward py3k] rewrite has_key() (part of #2711624)
Fri, 20 Jul 2012 11:31:34 +0200 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
Wed, 21 Mar 2012 11:08:31 +0100 Katia Saurfelt [view] breadcrumbs layout broken with long elements (closes #1347486)
Tue, 20 Mar 2012 18:28:24 +0100 Pierre-Yves David [login redirect] only add postlogin_path argument when meaningful
Thu, 15 Mar 2012 17:42:31 +0100 Pierre-Yves David [login] split authentication logic from post authentication logic (closes #2200755)
Thu, 01 Mar 2012 12:08:35 +0100 Pierre-Yves David [LoginForm] refactor to ease other implementation
Fri, 16 Mar 2012 10:29:15 +0100 Sylvain Thénault backport stable
Mon, 27 Feb 2012 10:12:25 +0100 Florent Cayré [web templates] fix invalid html in main-no-top template; closes #2174806 stable
Mon, 23 Jan 2012 13:25:02 +0100 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
Mon, 24 Oct 2011 08:55:07 +0200 Aurelien Campeas [tableview,basetemplates,pagination] some views internally handle the pagination, in which case the base template should not try to paginate
Wed, 28 Sep 2011 09:27:42 +0200 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
Wed, 25 May 2011 11:41:16 +0200 Arthur Lutz [ui messages, xss] Start migration towards use of _msgid instead of __message (prone to XSS injection) closes #1698245
Wed, 25 May 2011 10:58:43 +0200 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
Fri, 11 Mar 2011 09:47:09 +0100 Sylvain Thénault default (3.11.X) is now stable stable
Thu, 10 Mar 2011 14:59:21 +0100 Sylvain Thénault [devtools] fix anonymous user handling in test classes stable
Thu, 10 Mar 2011 12:03:37 +0100 Adrien Di Mascio [views] #1499661 get rid of base tag
Thu, 06 Jan 2011 11:56:06 +0100 Sylvain Thénault [footer template] refactor to ease addition of some content into the footer stable
Tue, 04 Jan 2011 14:41:10 +0100 Aurelien Campeas [web/views/basetemplates] nbsp breaks tests, use #160 instead stable
Tue, 09 Nov 2010 15:47:02 +0100 Julien Jehannet [basetemplates] define header ctx components categories as attribute to ease overriding stable
Fri, 05 Nov 2010 10:49:33 +0100 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
Fri, 22 Oct 2010 09:15:35 +0200 Sylvain Thénault [pylint] fix a bug of pylint detected errors and i18n pb (calling builtins._ instead of req._)
Tue, 12 Oct 2010 14:10:58 +0200 Sylvain Thénault [form] unify form.render prototype to take a 'w' argument as other view/components render method
Sat, 09 Oct 2010 00:38:07 +0200 Aurelien Campeas [login] fix some previously introduced login box css breakage
Sat, 09 Oct 2010 00:38:02 +0200 Sylvain Thénault [components] refactor main template header: make it much more flexible by using CtxComponent
Mon, 04 Oct 2010 18:56:05 +0200 Aurelien Campeas refactor login box & form to enable easy pluggability
Mon, 13 Sep 2010 15:15:21 +0200 Sylvain Thénault backport stable
Tue, 07 Sep 2010 13:20:32 +0200 Sylvain Thénault remove buggy call to builtins._ on navigation content stable
Wed, 25 Aug 2010 10:29:07 +0200 Sylvain Thénault [web api] unify 'contentnav' (VComponent) and 'boxes' registries as 'ctxcomponents' (CtxComponent)
Wed, 25 Aug 2010 10:01:11 +0200 Sylvain Thénault [boxes] introduce new boxes system
Fri, 13 Aug 2010 08:23:14 +0200 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
Tue, 10 Aug 2010 18:27:02 +0200 Sylvain Thénault [login template] missing xml_escape stable
Fri, 23 Jul 2010 17:54:18 +0200 Nicolas Chauvat [views] link to public url when trying https without an account stable
Sat, 17 Jul 2010 10:00:05 +0200 Sylvain Thénault [basetemplate nav] no need for an attribute here
Fri, 02 Jul 2010 09:02:08 +0200 Sylvain Thénault cleanup
Thu, 01 Jul 2010 17:06:37 +0200 Sylvain Thénault backport stable
Wed, 30 Jun 2010 12:27:48 +0200 Sylvain Thénault [login form] fix bad login field label by using pgettext stable
Wed, 26 May 2010 12:33:48 +0200 Sylvain Thénault backport stable
Wed, 26 May 2010 12:31:43 +0200 Sylvain Thénault [forms] refactor action handling to ease overriding while keeping action overrideable by instance (closes #969167) stable
Wed, 26 May 2010 12:31:34 +0200 Sylvain Thénault [web] disallow authenticated users to access to the login form (closes #914873) stable
Wed, 05 May 2010 18:19:56 +0200 Katia Saurfelt [css] start using uiprops in cubicweb.css
Thu, 29 Apr 2010 08:39:13 +0200 Nicolas Chauvat [css] progressively fixing rhythm
Thu, 29 Apr 2010 08:39:13 +0200 Nicolas Chauvat [css] introducing scale and rhythm composition
Wed, 05 May 2010 10:28:55 +0200 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
Fri, 30 Apr 2010 12:14:15 +0200 Sylvain Thénault [webconfig] introduce property sheets. Use them to replace external_resources
Wed, 28 Apr 2010 12:24:20 +0200 Sylvain Thénault backport oldstable changes stable
Wed, 28 Apr 2010 12:15:52 +0200 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
Wed, 28 Apr 2010 12:14:22 +0200 Sylvain Thénault backport default into stable: stable is now cw 3.8
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
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.
Thu, 08 Apr 2010 13:38:36 +0200 Sylvain Thénault le patch move-pdf-export-to-cubes a été importé
Thu, 18 Mar 2010 23:22:40 +0100 Adrien Di Mascio [web] get rid of spurious '[Errno 2] No such file or directory' on load stable
Thu, 18 Mar 2010 09:05:49 +0100 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
Thu, 04 Mar 2010 08:50:27 +0100 Alain Leufroy Suppress the hidden logform when the user is already connected stable
Wed, 17 Feb 2010 11:25:12 +0100 Sylvain Thénault remove 3.6 deprecation warning stable
Wed, 17 Feb 2010 09:13:49 +0100 Sylvain Thénault login form style fixes stable
Tue, 16 Feb 2010 14:39:51 +0100 Sylvain Thénault use needs_css so you can change login form css without redefining LogFormView stable
Tue, 16 Feb 2010 14:39:28 +0100 Sylvain Thénault bw compat stable
Tue, 16 Feb 2010 10:42:04 +0100 Sylvain Thénault specify login form dom id, don't render progress div
Tue, 16 Feb 2010 09:27:15 +0100 Sylvain Thénault use an actual form for the login form ease customization from external cubes (eg rememberme)
Wed, 20 Jan 2010 10:10:17 +0100 Sylvain Thénault backport stable
Tue, 19 Jan 2010 09:49:42 +0100 Pierre-Yves David Fix element tree import for python2.4 stable
Mon, 18 Jan 2010 19:21:30 +0100 Sylvain Thénault backport stable branch
Fri, 15 Jan 2010 09:05:40 +0100 Sylvain Thénault rename need_navigation into paginable stable
Thu, 07 Jan 2010 16:52:32 +0100 Adrien Di Mascio update copyright: welcome 2010 stable
Fri, 20 Nov 2009 19:35:54 +0100 Sylvain Thénault backport stable branch (one more time painfully)
Wed, 11 Nov 2009 14:44:58 +0100 Nicolas Chauvat [web ui] move help from header to footer stable
Tue, 10 Nov 2009 18:11:24 +0100 Adrien Di Mascio [web] set pageid at request instanciation rather than in htmlheader template stable
Thu, 05 Nov 2009 12:41:03 +0100 Alexandre Fayolle [doc] fix inaccurate docstring stable
Tue, 13 Oct 2009 18:21:24 +0200 Sylvain Thénault add a note
Tue, 13 Oct 2009 18:20:05 +0200 Sylvain Thénault 3.6 update
Tue, 13 Oct 2009 15:59:05 +0200 Sylvain Thénault 3.6 updates
Mon, 28 Sep 2009 12:37:01 +0200 Sylvain Thénault backport stable
Mon, 28 Sep 2009 11:02:24 +0200 Sylvain Thénault cleanup not necessary stable
Mon, 28 Sep 2009 10:56:37 +0200 Sylvain Thénault [ui] turn footer items into actions stable
Thu, 24 Sep 2009 00:24:21 +0200 Adrien Di Mascio [api] some more _cw / __regid__, automatic tests now pass again
Wed, 23 Sep 2009 19:40:19 +0200 Adrien Di Mascio [api] work in progress, use __regid__, cw_*, etc.
Wed, 23 Sep 2009 09:29:39 +0200 Sylvain Thénault use __regid__ instead of id on appobject classes
Thu, 17 Sep 2009 15:16:53 +0200 Sylvain Thénault backport 3.5
Wed, 16 Sep 2009 14:29:29 +0200 Sylvain Thénault missing import 3.5
Fri, 11 Sep 2009 15:57:34 +0200 Sylvain Thénault backport 3.5
Fri, 11 Sep 2009 15:55:15 +0200 Sylvain Thénault backport stable branch 3.5
Thu, 10 Sep 2009 14:17:39 +0200 Sylvain Thénault properly escape site-title stable
Wed, 02 Sep 2009 10:24:15 +0200 Sylvain Thénault backport 3.5
Tue, 01 Sep 2009 18:45:50 +0200 Aurelien Campeas move xhtml2fo to ext, allow to specify the section in url/get param 3.5
Mon, 31 Aug 2009 19:09:54 +0200 Sylvain Thénault backport 3.5 branch
Mon, 31 Aug 2009 18:59:10 +0200 Sylvain Thénault backport stable branch 3.5
Mon, 31 Aug 2009 09:57:27 +0200 Sylvain Thénault provide facility to override main header components without having to override the whole methode stable
Wed, 26 Aug 2009 14:45:56 +0200 Sylvain Thénault backport 3.5 step 1, remaining wf changes in hooks to merge
Wed, 26 Aug 2009 14:36:00 +0200 Sylvain Thénault backport stable 3.5
Wed, 26 Aug 2009 13:19:16 +0200 Nicolas Chauvat B in footer, replace "(c) Logilab" with "powered by CubicWeb" stable
Wed, 26 Aug 2009 00:02:57 +0200 Nicolas Chauvat backport stable branch 3.5
Tue, 25 Aug 2009 22:57:47 +0200 Nicolas Chauvat B #345282 xhtml requires to use   instead of   stable
Fri, 21 Aug 2009 16:26:20 +0200 Sylvain Thénault somewhat painful backport of 3.5 branch, should mostly be ok
Thu, 20 Aug 2009 17:52:21 +0200 Aurelien Campeas follow name change, fix pdf template registration, add debian package tracking 3.5
Thu, 20 Aug 2009 14:48:35 +0200 Aurelien Campeas [views,pdf] minimal support for xhtml->pdf conversion 3.5
Thu, 13 Aug 2009 11:32:34 +0200 Sylvain Thénault propagate some api changes
Thu, 13 Aug 2009 10:55:58 +0200 Nicolas Chauvat R propagate deprecation of CWRegistry.possible_vobjects
Thu, 13 Aug 2009 10:02:18 +0200 Nicolas Chauvat R deprecate CWRegistry.select_vobject
Tue, 11 Aug 2009 13:01:56 +0200 Nicolas Chauvat R propagate registry API changes
Mon, 03 Aug 2009 15:16:47 +0200 Sylvain Thénault [appobject] kill VObject class, move base selector classes to appobject
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
Thu, 30 Jul 2009 22:33:46 +0200 Florent always explicitly close <base> tags because of an old IE6 bug
Wed, 29 Jul 2009 10:44:36 +0200 Sylvain Thénault [R xhtml] remove xhtml_wrap* function, use instead a single req.document_surrounding_div method
Tue, 28 Jul 2009 10:23:48 +0200 Fabrice fix html headers for forced html content type : main template and json controller
Thu, 16 Jul 2009 13:30:13 +0200 Aurelien Campeas backport stable branch
Tue, 07 Jul 2009 13:26:44 +0200 Sylvain Thénault use xml_escape stable
Tue, 23 Jun 2009 13:36:38 +0200 Sylvain Thénault backport stable branch
Fri, 19 Jun 2009 08:27:41 +0200 Sylvain Thénault deal with empty site-title stable
Mon, 08 Jun 2009 18:32:23 +0200 Adrien Di Mascio [basetemplates] do not use STRICT_DOCTYPE directly, use self.doctype to deal with non xhtml browser stable
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
less more (0) -120 tip