web/views/primary.py
2012-02-10 Sylvain Thénault backport stable
2012-02-10 Alexandre Richardson [primary view] delete PrimaryView.skip_none attribute (closes #2093250) stable
2012-02-08 Aurelien Campeas [views/attribute] role parameter must default to "subject" (closes #2175427) stable
2012-01-23 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
2011-10-21 Sylvain Thénault [diet] drop pre 3.6 API compatibility (but attempt to keep data cmopatibility). Closes #2017916
2011-09-29 Sylvain Thénault backport stable
2011-09-28 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
2011-09-23 Sylvain Thénault backport stable
2011-09-23 Sylvain Thénault [primary view] add 'verbatim' attribute view (closes #1947475) stable
2011-09-23 Sylvain Thénault [primary view] add 'verbatim' attribute view (closes #1947475)
2011-09-23 Sylvain Thénault backport stable
2011-09-23 Sylvain Thénault [doc] split API/book part of stuff that has been moved in primary view module docstring stable
2011-09-22 Sylvain Thénault [doc] backport primary view documentation into the code, also document [URL]AttributeView stable
2011-09-22 Sylvain Thénault [primary sub views] use entity_call instead of cell_call stable
2011-09-15 Sylvain Thénault backport stable
2011-09-13 Sylvain Thénault backout 7780:a1d5365fefc1 stable
2011-09-13 Sylvain Thénault [cubification] moved CWPermission handling into a localperms cube. closes #1914011 stable
2011-02-01 Sylvain Thénault backport stable
2011-01-31 Sylvain Thénault cleanups stable
2011-01-19 Sylvain Thénault [primary view] support for entity_call on primary view
2010-10-25 Sylvain Thénault [primary view] properly deprecates render_entity_[summary|metadata]
2010-10-25 Sylvain Thénault [primary view bw compat] we should actually drop 3.2 compat and have proper pre 3.10 compat
2010-10-22 Sylvain Thénault [pylint] fix a bug of pylint detected errors and i18n pb (calling builtins._ instead of req._)
2010-10-15 Sylvain Thénault [component] remove row argument which is actually discarded by registry's cache (untill we feel we need a per context cache...)
2010-10-13 Sylvain Thénault [primary] fix autolimited view which was not limited at all
2010-10-11 Sylvain Thénault [contextual components] missing layout for components in the toolbar
2010-10-01 Sylvain Thénault [schema] introduce some new sets categorizing entity/relation types and benefits from them where possible
2010-09-30 Sylvain Thénault fix bad merge
2010-09-29 Sylvain Thénault backport stable
2010-09-24 Sylvain Thénault [primary view] refactor label handling (hence render_[attribute|relation]) so we uniformly use _rel_label which provides properly contextified labels stable
2010-09-23 Sylvain Thénault backport stable
2010-09-20 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
2010-09-20 Alexandre Fayolle handle displayctrl['limit'] == None correctly stable
2010-09-17 Sylvain Thénault [primary view] introducing use_list_limit in pvdc fix reledit regression on the way (introducted a few changesets ago) stable
2010-09-17 Sylvain Thénault [reledit] more api cleanup stable
2010-09-16 Sylvain Thénault backport stable into default
2010-09-16 Sylvain Thénault [primary view] should specify rtype/role when selecting a rtype view stable
2010-09-15 Aurelien Campeas [views/reledit] refactor composite handling stable
2010-09-14 Sylvain Thénault [primary view] properly handle case where view specified in pvdc['vid'] isn't selectable stable
2010-09-14 Sylvain Thénault [primary view] don't need to pick arbitrary target, this is properly handled by the rtag stable
2010-08-25 Sylvain Thénault [web api] unify 'contentnav' (VComponent) and 'boxes' registries as 'ctxcomponents' (CtxComponent)
2010-08-25 Sylvain Thénault [boxes] introduce new boxes system
2010-08-25 Sylvain Thénault backport stable
2010-08-17 Sylvain Thénault [primary view] consider rtypevid flag for relations in the 'relations' section as well stable
2010-08-10 Sylvain Thénault backport stable
2010-08-10 Stephanie Marcu more generic dot graph generator stable
2010-08-10 Sylvain Thénault backport stable
2010-08-10 Sylvain Thénault [primary] backport _rel_label method from the default branch stable
2010-08-10 Sylvain Thénault backport stable
2010-08-10 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
2010-08-06 Sylvain Thénault backport stable
2010-08-06 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
2010-08-04 Sylvain Thénault [primary] refactor primary view handling of relation's label
2010-07-06 Sylvain Thénault cleanups
2010-06-01 Sylvain Thénault [primary] add missing version number to deprecation warnings stable
2010-05-21 Sylvain Thénault [primary view] fix name error on dispctrl w/ pre 3.5 box definition stable
2010-05-12 Sylvain Thénault [primary view] allow new 'subvid' parameter in primaryview_display_ctrl stable
2010-05-12 Sylvain Thénault [primary view] give dispctrl to side box views as for relations section stable
2010-04-28 Sylvain Thénault backport oldstable changes stable
2010-04-28 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
2010-04-28 Sylvain Thénault backport default into stable: stable is now cw 3.8
2010-04-28 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
2010-04-14 Sylvain Thénault [schema view] the final touch. Things are getting nicely displayed, and code clean
2010-04-12 Aurelien Campeas [doc/book] more flesh to views/primary view stable
2010-04-08 Sylvain Thénault [primary] fix name error stable
2010-04-08 Sylvain Thénault [xthml] fix #696079, potential empty table cause xhtml validation error stable
2010-03-30 Sylvain Thénault [primary view] skip virtual rtypes anyway stable
2010-03-02 Sylvain Thénault [primary] navcontentbottom sections should be in the content table as navcontenttop stable
2010-02-15 Sylvain Thénault add version info to deprecation warning stable
2010-02-12 Nicolas Chauvat [views] toolbox must be rendered before the title to appear at top right stable
2010-02-05 Sylvain Thénault fix long-waiting symetric typo: should be spelled symmetric. Add auto database migration on schema deserialization
2010-01-27 Sylvain Thénault [primary view] activate toolbox
2010-01-26 Sylvain Thénault 3.6 api update, cleanup
2010-01-18 Sylvain Thénault backport stable branch
2010-01-13 Sylvain Thénault more 3.6 api update
2010-01-07 Adrien Di Mascio update copyright: welcome 2010 stable
2009-12-10 Arthur Lutz [mq]: small_api_changes_for_3.6
2009-12-09 Sylvain Thénault merge
2009-12-09 Sandrine Ribeau cw 3.6 api update
2009-12-09 Sylvain Thénault some api update
2009-12-07 Sandrine Ribeau api renaming update
2009-12-03 Sylvain Thénault backport stable into default
2009-12-02 Sylvain Thénault oops, should have been updated stable
2009-12-02 Sylvain Thénault add a fourth item to 'view box' defintion, dispctrl, so that stable
2009-12-02 Sylvain Thénault slightly adapt title and hide boxes when view is called as a non primary view stable
2009-12-02 Aurelien Campeas typo stable
2009-12-02 Sylvain Thénault new generic urlattr view stable
2009-12-02 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
2009-11-20 Sylvain Thénault backport stable branch (one more time painfully)
2009-11-18 Sylvain Thénault use shorter notation stable
2009-11-13 Sylvain Thénault deactivate toolbox until 3.6 stable
2009-11-13 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
2009-11-13 Sylvain Thénault stop calling render_entity_metadata in primary view, provides a stable
2009-11-13 Sylvain Thénault display entity type in metadata section instead of default title of primary view stable
2009-11-08 Nicolas Chauvat [web ui] PrimaryView.render_attributes now uses a table stable
2009-10-21 Sylvain Thénault so bad tests hasn't find that one... stable
2009-10-19 Sylvain Thénault bad merge
2009-10-19 Sylvain Thénault backport stable
2009-10-16 Sylvain Thénault get dispctrl through extra_kwargs to avoid error when a custom view is specified (potentially not taking any argument) stable
2009-10-15 Sylvain Thénault follow yams 0.25 api changes to improve performance stable
2009-10-15 Sylvain Thénault fix max-related of related entities handling in primary view stable
2009-09-23 Adrien Di Mascio [api] work in progress, use __regid__, cw_*, etc.
2009-09-23 Sylvain Thénault use __regid__ instead of id on appobject classes
2009-08-31 Sylvain Thénault backport 3.5 branch
2009-08-31 Sylvain Thénault backport stable branch 3.5
2009-08-31 Sylvain Thénault fix so that entity's summary appears in main content cell to avoid layout pb stable
2009-08-21 Sylvain Thénault somewhat painful backport of 3.5 branch, should mostly be ok
2009-08-20 Sylvain Thénault start a new workflow engine 3.5
2009-08-17 Sylvain Thénault should affect cw_row/cw_col
2009-08-13 Nicolas Chauvat R propagate deprecation of CWRegistry.possible_vobjects
2009-08-03 Sylvain Thénault merge
2009-08-02 Adrien Di Mascio [refactoring] moved rtags specification in web/views
2009-08-03 Sylvain Thénault R [vreg] important refactoring of the vregistry, moving behaviour to end dictionnary (and so leaving room for more flexibility ; keep bw compat ; update api usage in cw
2009-07-21 Sylvain Thénault strange, how does it work by computing maxrelated once everything is done ?
2009-07-21 Aurelien Campeas [primary] restore render_entity, as it is a bit too much work to update everything accordingly
2009-07-16 Aurelien Campeas [primary] cleanup, render_entity -> cell_call
2009-07-16 Aurelien Campeas backport stable branch
2009-07-09 Aurelien Campeas [reledit] do NOT propose to edit composite-related entities (unlinking would destroy the other side) stable
2009-07-07 Sylvain Thénault use xml_escape stable
2009-07-06 Sylvain Thénault backport stable branch
less more (0) -120 tip