web/views/primary.py
Fri, 11 Sep 2015 18:05:38 +0200 Rémi Cardona [py3k] replace '_ = unicode' in global scope (closes #7589459)
Thu, 05 Feb 2015 15:49:02 +0100 Julien Cristau merge 3.19.9 into 3.20 branch
Thu, 04 Dec 2014 11:37:10 +0100 Sylvain Thénault Fix handling of limit within the primary view for related elements. Closes #4723579
Fri, 02 May 2014 17:57:37 +0200 Aurelien Campeas remove most 3.10 bw compat
Mon, 26 Aug 2013 16:15:29 +0200 Aurelien Campeas remove cw 3.9 bw compat (bw compat other than the interface -> adapter changes)
Mon, 26 Aug 2013 16:12:30 +0200 Aurelien Campeas remove 3.8 bw compat
Mon, 15 Jul 2013 11:45:37 +0200 Julien Cristau [web/views] make PrimaryView.entity_call accept kwargs stable
Tue, 23 Apr 2013 15:33:50 +0200 Pierre-Yves David use cw_etype instead of __regid__
Tue, 19 Mar 2013 15:30:06 +0100 Aurelien Campeas [views/primary] some inner sections should use the `limit` by default to avoid a denial of service (closes #2719110)
Mon, 21 Jan 2013 16:34:09 +0100 Florent Cayré make ui configurations selectable (closes #2406609)
Thu, 10 Jan 2013 18:34:10 +0100 Aurelien Campeas [uicfg] uicfg.py moves from web/ to web/views/ (prepares #2406609)
Fri, 10 Feb 2012 16:53:52 +0100 Sylvain Thénault backport stable
Fri, 10 Feb 2012 10:07:31 +0100 Alexandre Richardson [primary view] delete PrimaryView.skip_none attribute (closes #2093250) stable
Wed, 08 Feb 2012 14:30:51 +0100 Aurelien Campeas [views/attribute] role parameter must default to "subject" (closes #2175427) stable
Mon, 23 Jan 2012 13:25:02 +0100 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
Fri, 21 Oct 2011 14:32:37 +0200 Sylvain Thénault [diet] drop pre 3.6 API compatibility (but attempt to keep data cmopatibility). Closes #2017916
Thu, 29 Sep 2011 14:47:04 +0200 Sylvain Thénault backport stable
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
Fri, 23 Sep 2011 14:56:31 +0200 Sylvain Thénault backport stable
Fri, 23 Sep 2011 14:56:13 +0200 Sylvain Thénault [primary view] add 'verbatim' attribute view (closes #1947475) stable
Fri, 23 Sep 2011 14:43:44 +0200 Sylvain Thénault [primary view] add 'verbatim' attribute view (closes #1947475)
Fri, 23 Sep 2011 14:18:13 +0200 Sylvain Thénault backport stable
Fri, 23 Sep 2011 12:40:50 +0200 Sylvain Thénault [doc] split API/book part of stuff that has been moved in primary view module docstring stable
Thu, 22 Sep 2011 19:13:58 +0200 Sylvain Thénault [doc] backport primary view documentation into the code, also document [URL]AttributeView stable
Thu, 22 Sep 2011 19:02:39 +0200 Sylvain Thénault [primary sub views] use entity_call instead of cell_call stable
Thu, 15 Sep 2011 18:39:55 +0200 Sylvain Thénault backport stable
Tue, 13 Sep 2011 15:40:06 +0200 Sylvain Thénault backout 7780:a1d5365fefc1 stable
Tue, 13 Sep 2011 14:48:24 +0200 Sylvain Thénault [cubification] moved CWPermission handling into a localperms cube. closes #1914011 stable
Tue, 01 Feb 2011 11:52:10 +0100 Sylvain Thénault backport stable
Mon, 31 Jan 2011 17:31:09 +0100 Sylvain Thénault cleanups stable
Wed, 19 Jan 2011 12:47:04 +0100 Sylvain Thénault [primary view] support for entity_call on primary view
Mon, 25 Oct 2010 17:15:52 +0200 Sylvain Thénault [primary view] properly deprecates render_entity_[summary|metadata]
Mon, 25 Oct 2010 10:20:24 +0200 Sylvain Thénault [primary view bw compat] we should actually drop 3.2 compat and have proper pre 3.10 compat
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._)
Fri, 15 Oct 2010 11:33:06 +0200 Sylvain Thénault [component] remove row argument which is actually discarded by registry's cache (untill we feel we need a per context cache...)
Wed, 13 Oct 2010 16:16:48 +0200 Sylvain Thénault [primary] fix autolimited view which was not limited at all
Mon, 11 Oct 2010 18:01:25 +0200 Sylvain Thénault [contextual components] missing layout for components in the toolbar
Fri, 01 Oct 2010 15:45:00 +0200 Sylvain Thénault [schema] introduce some new sets categorizing entity/relation types and benefits from them where possible
Thu, 30 Sep 2010 15:35:01 +0200 Sylvain Thénault fix bad merge
Wed, 29 Sep 2010 16:16:32 +0200 Sylvain Thénault backport stable
Fri, 24 Sep 2010 12:53:56 +0200 Sylvain Thénault [primary view] refactor label handling (hence render_[attribute|relation]) so we uniformly use _rel_label which provides properly contextified labels stable
Thu, 23 Sep 2010 23:28:58 +0200 Sylvain Thénault backport stable
Mon, 20 Sep 2010 15:58:45 +0200 Sylvain Thénault [primary view] we should not limit related rset, else if something else than autolimited view is used, some content will be missed without a 'view all' link stable
Mon, 20 Sep 2010 15:50:12 +0200 Alexandre Fayolle handle displayctrl['limit'] == None correctly stable
Fri, 17 Sep 2010 17:55:55 +0200 Sylvain Thénault [primary view] introducing use_list_limit in pvdc fix reledit regression on the way (introducted a few changesets ago) stable
Fri, 17 Sep 2010 16:54:57 +0200 Sylvain Thénault [reledit] more api cleanup stable
Thu, 16 Sep 2010 18:56:35 +0200 Sylvain Thénault backport stable into default
Thu, 16 Sep 2010 11:27:26 +0200 Sylvain Thénault [primary view] should specify rtype/role when selecting a rtype view stable
Wed, 15 Sep 2010 15:00:04 +0200 Aurelien Campeas [views/reledit] refactor composite handling stable
Tue, 14 Sep 2010 15:36:29 +0200 Sylvain Thénault [primary view] properly handle case where view specified in pvdc['vid'] isn't selectable stable
Tue, 14 Sep 2010 15:35:42 +0200 Sylvain Thénault [primary view] don't need to pick arbitrary target, this is properly handled by the rtag 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
Wed, 25 Aug 2010 09:43:12 +0200 Sylvain Thénault backport stable
Tue, 17 Aug 2010 15:22:04 +0200 Sylvain Thénault [primary view] consider rtypevid flag for relations in the 'relations' section as well stable
Tue, 10 Aug 2010 18:35:07 +0200 Sylvain Thénault backport stable
Tue, 10 Aug 2010 16:10:28 +0200 Stephanie Marcu more generic dot graph generator stable
Tue, 10 Aug 2010 18:28:28 +0200 Sylvain Thénault backport stable
Tue, 10 Aug 2010 18:26:43 +0200 Sylvain Thénault [primary] backport _rel_label method from the default branch stable
Tue, 10 Aug 2010 16:05:00 +0200 Sylvain Thénault backport stable
Tue, 10 Aug 2010 14:21:32 +0200 Sylvain Thénault [primary] handle final relation (eg attribute) in the relations section, and give dispctrl to view's extra kwargs as for non final relation stable
Fri, 06 Aug 2010 17:49:20 +0200 Sylvain Thénault backport stable
Fri, 06 Aug 2010 17:32:43 +0200 Sylvain Thénault [primary] use a new rtypevid flag in primary view display controller, allowing to tell the view for a non final relation should be called as an attribute view (eg, not on the target rset) stable
Wed, 04 Aug 2010 11:16:38 +0200 Sylvain Thénault [primary] refactor primary view handling of relation's label
Tue, 06 Jul 2010 09:39:06 +0200 Sylvain Thénault cleanups
Tue, 01 Jun 2010 12:16:56 +0200 Sylvain Thénault [primary] add missing version number to deprecation warnings stable
Fri, 21 May 2010 08:45:25 +0200 Sylvain Thénault [primary view] fix name error on dispctrl w/ pre 3.5 box definition stable
Wed, 12 May 2010 12:20:47 +0200 Sylvain Thénault [primary view] allow new 'subvid' parameter in primaryview_display_ctrl stable
Wed, 12 May 2010 12:19:41 +0200 Sylvain Thénault [primary view] give dispctrl to side box views as for relations section stable
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
Wed, 14 Apr 2010 08:49:23 +0200 Sylvain Thénault [schema view] the final touch. Things are getting nicely displayed, and code clean
Mon, 12 Apr 2010 19:36:51 +0200 Aurelien Campeas [doc/book] more flesh to views/primary view stable
Thu, 08 Apr 2010 10:00:22 +0200 Sylvain Thénault [primary] fix name error stable
Thu, 08 Apr 2010 09:43:57 +0200 Sylvain Thénault [xthml] fix #696079, potential empty table cause xhtml validation error stable
Tue, 30 Mar 2010 10:20:03 +0200 Sylvain Thénault [primary view] skip virtual rtypes anyway stable
Tue, 02 Mar 2010 14:39:06 +0100 Sylvain Thénault [primary] navcontentbottom sections should be in the content table as navcontenttop stable
Mon, 15 Feb 2010 15:11:18 +0100 Sylvain Thénault add version info to deprecation warning stable
Fri, 12 Feb 2010 23:34:19 +0100 Nicolas Chauvat [views] toolbox must be rendered before the title to appear at top right stable
Fri, 05 Feb 2010 11:56:57 +0100 Sylvain Thénault fix long-waiting symetric typo: should be spelled symmetric. Add auto database migration on schema deserialization
Wed, 27 Jan 2010 09:22:07 +0100 Sylvain Thénault [primary view] activate toolbox
Tue, 26 Jan 2010 20:30:35 +0100 Sylvain Thénault 3.6 api update, cleanup
Mon, 18 Jan 2010 19:21:30 +0100 Sylvain Thénault backport stable branch
Wed, 13 Jan 2010 16:07:54 +0100 Sylvain Thénault more 3.6 api update
Thu, 07 Jan 2010 16:52:32 +0100 Adrien Di Mascio update copyright: welcome 2010 stable
Thu, 10 Dec 2009 11:57:07 +0100 Arthur Lutz [mq]: small_api_changes_for_3.6
Wed, 09 Dec 2009 12:24:38 +0100 Sylvain Thénault merge
Wed, 09 Dec 2009 12:23:31 +0100 Sandrine Ribeau cw 3.6 api update
Wed, 09 Dec 2009 12:22:21 +0100 Sylvain Thénault some api update
Mon, 07 Dec 2009 06:39:35 -0800 Sandrine Ribeau api renaming update
Thu, 03 Dec 2009 17:17:43 +0100 Sylvain Thénault backport stable into default
Wed, 02 Dec 2009 18:35:31 +0100 Sylvain Thénault oops, should have been updated stable
Wed, 02 Dec 2009 17:39:56 +0100 Sylvain Thénault add a fourth item to 'view box' defintion, dispctrl, so that stable
Wed, 02 Dec 2009 16:57:17 +0100 Sylvain Thénault slightly adapt title and hide boxes when view is called as a non primary view stable
Wed, 02 Dec 2009 15:08:11 +0100 Aurelien Campeas typo stable
Wed, 02 Dec 2009 14:38:17 +0100 Sylvain Thénault new generic urlattr view stable
Wed, 02 Dec 2009 14:37:19 +0100 Sylvain Thénault update _render_attribute / _render_relation prototype to gain more control on label through uicfg (for attributes and relations). Keep bw compat for crm/iliane stable
Fri, 20 Nov 2009 19:35:54 +0100 Sylvain Thénault backport stable branch (one more time painfully)
Wed, 18 Nov 2009 09:16:00 +0100 Sylvain Thénault use shorter notation stable
Fri, 13 Nov 2009 15:38:48 +0100 Sylvain Thénault deactivate toolbox until 3.6 stable
Fri, 13 Nov 2009 14:24:29 +0100 Sylvain Thénault introduce render_entity_toolbox on default primary view to display components in the ctxtoolbar context, such as pdf icon, notification registration (nosylist)... stable
Fri, 13 Nov 2009 14:22:09 +0100 Sylvain Thénault stop calling render_entity_metadata in primary view, provides a stable
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
Sun, 08 Nov 2009 19:53:28 +0100 Nicolas Chauvat [web ui] PrimaryView.render_attributes now uses a table stable
Wed, 21 Oct 2009 17:37:58 +0200 Sylvain Thénault so bad tests hasn't find that one... stable
Mon, 19 Oct 2009 17:03:31 +0200 Sylvain Thénault bad merge
Mon, 19 Oct 2009 15:16:41 +0200 Sylvain Thénault backport stable
Fri, 16 Oct 2009 15:18:38 +0200 Sylvain Thénault get dispctrl through extra_kwargs to avoid error when a custom view is specified (potentially not taking any argument) stable
Thu, 15 Oct 2009 20:29:21 +0200 Sylvain Thénault follow yams 0.25 api changes to improve performance stable
Thu, 15 Oct 2009 11:55:07 +0200 Sylvain Thénault fix max-related of related entities handling in primary view stable
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
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 17:38:38 +0200 Sylvain Thénault fix so that entity's summary appears in main content cell to avoid layout pb 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:44:27 +0200 Sylvain Thénault start a new workflow engine 3.5
Mon, 17 Aug 2009 20:02:25 +0200 Sylvain Thénault should affect cw_row/cw_col
less more (0) -120 tip