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
less more (0) -100 -60 tip