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
Wed, 26 Aug 2009 14:45:56 +0200 Sylvain Thénault backport 3.5 step 1, remaining wf changes in hooks to merge
Tue, 25 Aug 2009 22:57:47 +0200 Nicolas Chauvat B #345282 xhtml requires to use   instead of   stable
Wed, 12 Aug 2009 19:09:32 +0200 Nicolas Chauvat R propagate deprecation of AppObject.entity()
Sun, 02 Aug 2009 11:55:53 +0200 Sylvain Thénault F [adapted list view] fix selector
Fri, 24 Jul 2009 12:43:41 +0200 Sylvain Thénault fix syntax/import errors & adapted list base class
Fri, 24 Jul 2009 12:13:51 +0200 Sylvain Thénault begin to drop ref to secondary view
Fri, 24 Jul 2009 12:10:22 +0200 Sylvain Thénault new adaptedlist view
Fri, 24 Jul 2009 12:09:04 +0200 Sylvain Thénault move all view.url() logic in a single implementation
Tue, 07 Jul 2009 13:26:44 +0200 Sylvain Thénault use xml_escape stable
Thu, 28 May 2009 09:20:07 +0200 Adrien Di Mascio big bunch of copyright / docstring update
Wed, 20 May 2009 14:19:53 +0200 Sylvain Thénault cleanup stable
Tue, 12 May 2009 19:17:54 +0200 Aurelien Campeas [reledit] relation edition : cleanup a bit #343123 tls-sprint
Thu, 07 May 2009 12:46:35 +0200 Graziella Toutoungis fix a bug deltatime hasn't a hours or minutes attributes tls-sprint
Tue, 05 May 2009 15:39:03 +0200 Graziella Toutoungis use xml_escape tls-sprint
Mon, 04 May 2009 15:49:20 +0200 sylvain thenault follow renaming tls-sprint
Mon, 04 May 2009 13:09:48 +0200 sylvain thenault backport default tls-sprint
Thu, 30 Apr 2009 12:27:32 +0200 Nicolas Chauvat merge
Tue, 21 Apr 2009 14:35:11 -0500 Nicolas Chauvat merge
Tue, 21 Apr 2009 14:29:31 -0500 Nicolas Chauvat remove trailing spaces
Thu, 30 Apr 2009 00:41:52 +0200 sylvain thenault new primary view using uicfg.rdisplay (major api cleanup) tls-sprint
Thu, 30 Apr 2009 00:40:35 +0200 sylvain thenault remove semi-colon tls-sprint
Tue, 28 Apr 2009 11:22:31 +0200 sylvain thenault fix imports, cleanup, repair some ajax calls tls-sprint
Tue, 28 Apr 2009 10:10:04 +0200 sylvain thenault move AutomaticEntityForm and PrimaryView into their own module tls-sprint
Fri, 24 Apr 2009 17:04:14 +0200 sylvain thenault backport default branch tls-sprint
Thu, 23 Apr 2009 12:16:16 +0200 Katia Saurfelt fixe the wrong indent
Thu, 23 Apr 2009 11:47:26 +0200 Katia Saurfelt related entitied must be computed in _preinit_side_related
Thu, 23 Apr 2009 17:22:02 +0200 sylvain thenault guess_field now takes an entity schema as first argument, not an entity class tls-sprint
Thu, 23 Apr 2009 16:11:30 +0200 sylvain thenault delete-trailing-whitespaces tls-sprint
Wed, 22 Apr 2009 16:02:33 +0200 Katia Saurfelt user dc_creator for rss view
Wed, 22 Apr 2009 15:40:58 +0200 Katia Saurfelt some feed aggregators (eg sage) show dc:creator tag, so we show it insteed of author tag
Wed, 22 Apr 2009 14:56:31 +0200 Katia Saurfelt make the rss view valid (we should probably keep rdf:about on channel)
Wed, 22 Apr 2009 12:19:44 +0200 Katia Saurfelt The same item should not include both author and dc:creator
Tue, 21 Apr 2009 12:08:31 +0200 Katia Saurfelt create a table for siderelation
Tue, 07 Apr 2009 09:30:23 +0200 sylvain thenault backport default branch tls-sprint
Tue, 31 Mar 2009 17:09:38 +0200 Graziella Toutoungis optimize this code part
Wed, 25 Mar 2009 11:06:35 +0100 sylvain thenault please stop/read carefully dumb copy / past
Wed, 25 Mar 2009 11:06:05 +0100 sylvain thenault try to fix rss feed, but author still does'nt show up...
Fri, 20 Mar 2009 14:52:33 +0100 Laure Bourgois refactoring RssItemView.
Thu, 12 Mar 2009 16:29:00 +0100 sylvain thenault a bit of reorganisation inside web/views: tls-sprint
Wed, 04 Mar 2009 17:12:28 +0100 sylvain thenault backport default branch tls-sprint
Mon, 02 Mar 2009 10:17:27 +0100 Laure Bourgois correction (removing comments)
Fri, 27 Feb 2009 17:27:21 +0100 Laure Bourgois remplacing tables by div for right (and left) box layout
Mon, 02 Mar 2009 21:03:54 +0100 sylvain thenault backport stable branch, take care a lot of conflicts occured, this may be the revision you're looking for... tls-sprint
Thu, 26 Feb 2009 14:01:00 +0100 sylvain thenault use non-breakable space in time display
Wed, 25 Feb 2009 18:54:51 +0100 sylvain thenault gargl, this shouldn't be there in case we're running py 2.4 cubicweb-version-3_1_0
Wed, 25 Feb 2009 18:39:21 +0100 sylvain thenault fix name error, filter out non empty rset
Wed, 25 Feb 2009 15:54:55 +0100 sylvain thenault title may be None
Wed, 25 Feb 2009 11:02:59 +0100 sylvain thenault xhtml fixes: table has no align attribute, avoid inserting empty table
Mon, 23 Feb 2009 14:54:55 +0100 Laure Bourgois if siderelation wrapp boxes into tables
Mon, 23 Feb 2009 11:53:23 +0100 Laure Bourgois oups
Mon, 23 Feb 2009 11:21:16 +0100 Laure Bourgois right boxes do not expand to much on the left.
Wed, 18 Feb 2009 19:26:48 +0100 sylvain thenault merge, split baseviews (new csvexport, xmlrss and editviews modules) tls-sprint
Wed, 18 Feb 2009 15:18:47 +0100 Adrien Di Mascio restore appropriate in State's incontext view, moved it into wfentities tls-sprint
Wed, 18 Feb 2009 10:06:20 +0100 Adrien Di Mascio merge tls-sprint
Wed, 18 Feb 2009 10:03:58 +0100 Adrien Di Mascio instantiate selectors wherever needed tls-sprint
Wed, 18 Feb 2009 02:07:58 +0100 sylvain thenault update import tls-sprint
Wed, 18 Feb 2009 01:21:25 +0100 Adrien Di Mascio replaced most of __selectors__ assignments with __select__ tls-sprint
Mon, 16 Feb 2009 21:06:06 +0100 sylvain thenault some selectors update + drop EntityRelationView (only used by jpl) tls-sprint
Mon, 16 Feb 2009 19:20:30 +0100 sylvain thenault kill EmptyRsetVeiw tls-sprint
Mon, 16 Feb 2009 18:26:13 +0100 sylvain thenault major selector refactoring (mostly to avoid looking for select parameters on the target class), start accept / interface unification) tls-sprint
less more (0) -120 tip