2013-08-26 |
Aurelien Campeas |
remove cw 3.9 bw compat (bw compat other than the interface -> adapter changes)
|
file |
diff |
annotate
|
2013-06-06 |
David Douard |
[view] typo in a docstring
|
file |
diff |
annotate
|
2013-04-23 |
Pierre-Yves David |
use cw_etype instead of __regid__
|
file |
diff |
annotate
|
2012-09-17 |
Arthur Lutz |
[web] don't link to None in author box (when author has been deleted) (closes #2409855)
stable
|
file |
diff |
annotate
|
2013-02-14 |
Nicolas Chauvat |
[toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
|
file |
diff |
annotate
|
2012-05-23 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2012-05-23 |
Arthur Lutz |
[docstrings] typos corrected
stable
|
file |
diff |
annotate
|
2012-05-23 |
Arthur Lutz |
[ui] display author name in box instead of login (closes #1529147)
stable
|
file |
diff |
annotate
|
2012-01-23 |
Sylvain Thénault |
[vreg] move base registry implementation to logilab.common. Closes #1916014
|
file |
diff |
annotate
|
2011-12-16 |
Adrien Di Mascio |
[views] (in/outof)context views now use directly dc_(long)_title() (closes #2110235)
|
file |
diff |
annotate
|
2011-10-12 |
Sylvain Thénault |
[printers] fix bug introduced by final view refactoring:   shouldn't be escaped.
|
file |
diff |
annotate
|
2011-10-06 |
Sylvain Thénault |
remove 3.14 deprecation warning
|
file |
diff |
annotate
|
2011-10-06 |
Sylvain Thénault |
[web, formatting] move Interval data type display logic from final view to printable_value (closes #1984742)
|
file |
diff |
annotate
|
2011-09-23 |
Sylvain Thénault |
[web test] secondary view isn't listed anymore by possible view since it use the class_deprecated metaclass
stable
|
file |
diff |
annotate
|
2011-09-22 |
Sylvain Thénault |
[doc] get back baseviews documentation into the code, enhance it and reorganize the module accordingly
stable
|
file |
diff |
annotate
|
2011-09-22 |
Sylvain Thénault |
typo
stable
|
file |
diff |
annotate
|
2011-09-21 |
Sylvain Thénault |
[exceptions] stop catching any exception in various places (closes #1942716)
stable
|
file |
diff |
annotate
|
2011-05-05 |
Sylvain Thénault |
[primary, metadata] reuse existing msgids
stable
|
file |
diff |
annotate
|
2011-04-29 |
Sylvain Thénault |
[primary view] display entity source in 'metadata' view if it's not the system source
stable
|
file |
diff |
annotate
|
2011-01-24 |
Sylvain Thénault |
[cleanup]
|
file |
diff |
annotate
|
2010-12-09 |
Katia Saurfelt |
remove "metadata" class from MetaDataView as it is now set by SectionLayout (view.cssclass)
stable
|
file |
diff |
annotate
|
2010-10-22 |
Sylvain Thénault |
[deprecation] add version info
|
file |
diff |
annotate
|
2010-10-12 |
Sylvain Thénault |
[baseviews] new cw.archive.[by_author|by_date] views, extracted from blog
|
file |
diff |
annotate
|
2010-05-12 |
Sylvain Thénault |
[web] unify list views call arguments: use subvid to specify the view to use for each item
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 |
proper licensing information (LGPL-2.1). Hope I get it right this time.
stable
|
file |
diff |
annotate
|
2010-04-23 |
Sylvain Thénault |
[view] better control wether same etype view should display title or not
stable
|
file |
diff |
annotate
|
2010-04-12 |
Aurelien Campeas |
[doc/book] more flesh to views/primary view
stable
|
file |
diff |
annotate
|
2010-02-10 |
Sylvain Thénault |
cleanup 2.5 __future__ imports
|
file |
diff |
annotate
|
2010-02-08 |
Sylvain Thénault |
no need for a specific vid argument here
|
file |
diff |
annotate
|
2010-02-08 |
Sylvain Thénault |
AdaptedList -> SameETypeList
|
file |
diff |
annotate
|
2010-02-05 |
Sylvain Thénault |
we should not use inheritance there but proper view redirection, so if one adapt listitem view, he gets the same thing by default with the adapted list
|
file |
diff |
annotate
|
2010-01-22 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-01-21 |
Adrien Di Mascio |
[views] FinalView should display an empty string if value is None
stable
|
file |
diff |
annotate
|
2010-01-18 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2010-01-07 |
Adrien Di Mascio |
update copyright: welcome 2010
stable
|
file |
diff |
annotate
|
2009-12-08 |
Sylvain Thénault |
drop common subpackage
|
file |
diff |
annotate
|
2009-11-20 |
Sylvain Thénault |
backport stable branch (one more time painfully)
|
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-10-28 |
Julien Jehannet |
[B] views: fix wrong xhtml when empty rset
stable
|
file |
diff |
annotate
|
2009-10-19 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2009-10-15 |
Sylvain Thénault |
add kwargs to some base views
stable
|
file |
diff |
annotate
|
2009-09-23 |
Adrien Di Mascio |
[api] work in progress, use __regid__, cw_*, etc.
|
file |
diff |
annotate
|
2009-09-23 |
Adrien Di Mascio |
[api] use _cw, cw_row, cw_col, cw_rset etc.
|
file |
diff |
annotate
|
2009-09-23 |
Sylvain Thénault |
use __regid__ instead of id on appobject classes
|
file |
diff |
annotate
|
2009-09-17 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
2009-09-16 |
Sylvain Thénault |
backport stable
3.5
|
file |
diff |
annotate
|
2009-09-15 |
Sylvain Thénault |
add note
stable
|
file |
diff |
annotate
|
2009-09-15 |
Sylvain Thénault |
fix when Interval is coming from date substraction
stable
|
file |
diff |
annotate
|
2009-09-11 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
2009-09-09 |
Sandrine Ribeau |
[views] remove parameter displaytime from final view
3.5
|
file |
diff |
annotate
|
2009-08-26 |
Sylvain Thénault |
backport 3.5 step 1, remaining wf changes in hooks to merge
|
file |
diff |
annotate
|
2009-08-25 |
Nicolas Chauvat |
B #345282 xhtml requires to use   instead of
stable
|
file |
diff |
annotate
|
2009-08-12 |
Nicolas Chauvat |
R propagate deprecation of AppObject.entity()
|
file |
diff |
annotate
|
2009-08-02 |
Sylvain Thénault |
F [adapted list view] fix selector
|
file |
diff |
annotate
|
2009-07-24 |
Sylvain Thénault |
fix syntax/import errors & adapted list base class
|
file |
diff |
annotate
|
2009-07-24 |
Sylvain Thénault |
begin to drop ref to secondary view
|
file |
diff |
annotate
|
2009-07-24 |
Sylvain Thénault |
new adaptedlist view
|
file |
diff |
annotate
|
2009-07-24 |
Sylvain Thénault |
move all view.url() logic in a single implementation
|
file |
diff |
annotate
|
2009-07-07 |
Sylvain Thénault |
use xml_escape
stable
|
file |
diff |
annotate
|