web/views/baseviews.py
Fri, 18 Sep 2015 14:29:53 +0200 Rémi Cardona [py3k] use next builtin instead of next method
Fri, 11 Sep 2015 18:05:38 +0200 Rémi Cardona [py3k] replace '_ = unicode' in global scope (closes #7589459)
Tue, 15 Sep 2015 16:56:57 +0200 Rémi Cardona [py3k] import range using six.moves
Fri, 11 Sep 2015 15:29:25 +0200 Samuel Trégouët [py3k] Fix raise with embedded traceback
Mon, 22 Jun 2015 14:27:37 +0200 Rémi Cardona merge 3.20.8 in 3.21
Mon, 22 Jun 2015 14:15:16 +0200 Rémi Cardona [views] Revert previous changeset 8f05aaabf355
Thu, 19 Mar 2015 11:30:37 +0100 Laura Médioni [views] take into account subvid form param in SameETypeListView
Wed, 01 Apr 2015 15:06:45 +0200 Rémi Cardona [web/views] Allow changing CSVView's separator (closes #5227442)
Thu, 29 Jan 2015 16:40:08 +0100 Rémi Cardona [web] Allow propagating 'klass' parameter on tree views recursively
Mon, 26 Aug 2013 16:15:29 +0200 Aurelien Campeas remove cw 3.9 bw compat (bw compat other than the interface -> adapter changes)
Thu, 06 Jun 2013 09:44:37 +0200 David Douard [view] typo in a docstring
Tue, 23 Apr 2013 15:33:50 +0200 Pierre-Yves David use cw_etype instead of __regid__
Mon, 17 Sep 2012 14:39:29 +0200 Arthur Lutz [web] don't link to None in author box (when author has been deleted) (closes #2409855) stable
Thu, 14 Feb 2013 15:38:25 +0100 Nicolas Chauvat [toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
Wed, 23 May 2012 16:17:46 +0200 Sylvain Thénault backport stable
Wed, 23 May 2012 11:05:03 +0200 Arthur Lutz [docstrings] typos corrected stable
Wed, 23 May 2012 11:00:29 +0200 Arthur Lutz [ui] display author name in box instead of login (closes #1529147) stable
Mon, 23 Jan 2012 13:25:02 +0100 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
Fri, 16 Dec 2011 14:35:25 +0100 Adrien Di Mascio [views] (in/outof)context views now use directly dc_(long)_title() (closes #2110235)
Wed, 12 Oct 2011 19:06:15 +0200 Sylvain Thénault [printers] fix bug introduced by final view refactoring:   shouldn't be escaped.
Thu, 06 Oct 2011 18:23:01 +0200 Sylvain Thénault remove 3.14 deprecation warning
Thu, 06 Oct 2011 16:14:08 +0200 Sylvain Thénault [web, formatting] move Interval data type display logic from final view to printable_value (closes #1984742)
Fri, 23 Sep 2011 09:10:58 +0200 Sylvain Thénault [web test] secondary view isn't listed anymore by possible view since it use the class_deprecated metaclass stable
Thu, 22 Sep 2011 19:02:36 +0200 Sylvain Thénault [doc] get back baseviews documentation into the code, enhance it and reorganize the module accordingly stable
Thu, 22 Sep 2011 19:02:29 +0200 Sylvain Thénault typo stable
Wed, 21 Sep 2011 17:38:00 +0200 Sylvain Thénault [exceptions] stop catching any exception in various places (closes #1942716) stable
Thu, 05 May 2011 13:33:53 +0200 Sylvain Thénault [primary, metadata] reuse existing msgids stable
Fri, 29 Apr 2011 12:12:14 +0200 Sylvain Thénault [primary view] display entity source in 'metadata' view if it's not the system source stable
Mon, 24 Jan 2011 19:09:14 +0100 Sylvain Thénault [cleanup]
Thu, 09 Dec 2010 16:30:06 +0100 Katia Saurfelt remove "metadata" class from MetaDataView as it is now set by SectionLayout (view.cssclass) stable
Fri, 22 Oct 2010 11:06:57 +0200 Sylvain Thénault [deprecation] add version info
Tue, 12 Oct 2010 19:09:52 +0200 Sylvain Thénault [baseviews] new cw.archive.[by_author|by_date] views, extracted from blog
Wed, 12 May 2010 12:18:48 +0200 Sylvain Thénault [web] unify list views call arguments: use subvid to specify the view to use for each item stable
Wed, 28 Apr 2010 12:15:52 +0200 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
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
Fri, 23 Apr 2010 15:49:23 +0200 Sylvain Thénault [view] better control wether same etype view should display title or not stable
Mon, 12 Apr 2010 19:36:51 +0200 Aurelien Campeas [doc/book] more flesh to views/primary view stable
Wed, 10 Feb 2010 09:44:20 +0100 Sylvain Thénault cleanup 2.5 __future__ imports
Mon, 08 Feb 2010 21:21:31 +0100 Sylvain Thénault no need for a specific vid argument here
Mon, 08 Feb 2010 12:05:56 +0100 Sylvain Thénault AdaptedList -> SameETypeList
Fri, 05 Feb 2010 15:53:25 +0100 Sylvain Thénault we should not use inheritance there but proper view redirection, so if one adapt listitem view, he gets the same thing by default with the adapted list
Fri, 22 Jan 2010 14:41:08 +0100 Sylvain Thénault backport stable
Thu, 21 Jan 2010 11:13:39 +0100 Adrien Di Mascio [views] FinalView should display an empty string if value is None stable
Mon, 18 Jan 2010 19:21:30 +0100 Sylvain Thénault backport stable branch
Thu, 07 Jan 2010 16:52:32 +0100 Adrien Di Mascio update copyright: welcome 2010 stable
Tue, 08 Dec 2009 10:58:56 +0100 Sylvain Thénault drop common subpackage
Fri, 20 Nov 2009 19:35:54 +0100 Sylvain Thénault backport stable branch (one more time painfully)
Fri, 13 Nov 2009 14:19:08 +0100 Sylvain Thénault display entity type in metadata section instead of default title of primary view stable
Wed, 28 Oct 2009 12:19:01 +0100 Julien Jehannet [B] views: fix wrong xhtml when empty rset stable
Mon, 19 Oct 2009 15:16:41 +0200 Sylvain Thénault backport stable
Thu, 15 Oct 2009 11:56:56 +0200 Sylvain Thénault add kwargs to some base views stable
Wed, 23 Sep 2009 19:40:19 +0200 Adrien Di Mascio [api] work in progress, use __regid__, cw_*, etc.
Wed, 23 Sep 2009 12:28:28 +0200 Adrien Di Mascio [api] use _cw, cw_row, cw_col, cw_rset 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 17:29:45 +0200 Sylvain Thénault backport stable 3.5
Tue, 15 Sep 2009 16:33:30 +0200 Sylvain Thénault add note stable
Tue, 15 Sep 2009 16:31:45 +0200 Sylvain Thénault fix when Interval is coming from date substraction stable
Fri, 11 Sep 2009 15:57:34 +0200 Sylvain Thénault backport 3.5
Tue, 08 Sep 2009 17:27:33 -0700 Sandrine Ribeau [views] remove parameter displaytime from final view 3.5
less more (0) -100 -60 tip