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