web/views/primary.py
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
less more (0) -100 -60 tip