- 21 Oct, 2011 19 commits
-
-
Sylvain Thénault authored
-
Sylvain Thénault authored
See the tickets for a description of the why. * one should now use RsetTableView instead of TableView and EntityTableView instead of EntityAttributesTableView. * a flexible layout object has been extracted, TableLayout * PyVaTableView has been rewritten using the same base class / renderer
-
Sylvain Thénault authored
in the intend to use it in the table refactoring to come.
-
Sylvain Thénault authored
notice drop of the .paginable property necessary for 'paginable' affectation as done in the forthcoming table views refactoring
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
--HG-- branch : stable
-
Sylvain Thénault authored
--HG-- branch : stable
-
Sylvain Thénault authored
--HG-- branch : stable
-
Sylvain Thénault authored
[selectors] EClassSelector (eg is_instance & all) should check for None value (possible w/ outer join) when a row is specified. Closes #2033165 --HG-- branch : stable
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
--HG-- branch : stable
-
Sylvain Thénault authored
--HG-- branch : stable
-
Sylvain Thénault authored
--HG-- branch : stable
-
Sylvain Thénault authored
--HG-- branch : stable
-
Sylvain Thénault authored
[test] fix regression introduced in 7915:a7f3245e1728 leading to test's postcreate not being executed anymore --HG-- branch : stable
-
- 20 Oct, 2011 4 commits
-
-
Florent Cayré authored
-
Adrien Di Mascio authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
[rset] don't only consider a sample select node / solution to compute rset description. Closes #2036499 those particular ones may miss information that we may found in another select or solution --HG-- branch : stable
-
- 18 Oct, 2011 4 commits
-
-
Sylvain Thénault authored
-
Alexandre Fayolle authored
-
Alexandre Fayolle authored
--HG-- branch : stable
-
Pierre-Yves David authored
--HG-- branch : stable
-
- 14 Oct, 2011 4 commits
-
-
Sylvain Thénault authored
--HG-- branch : stable
-
Sylvain Thénault authored
--HG-- branch : stable
-
Sylvain Thénault authored
--HG-- branch : stable
-
Adrien Di Mascio authored
--HG-- branch : stable
-
- 13 Oct, 2011 3 commits
-
-
Alexandre Fayolle authored
use dbhelper to avoid issuing unsupported SQL --HG-- branch : stable
-
Sylvain Thénault authored
--HG-- branch : stable
-
Pierre-Yves David authored
init_facets is not included in the default sphinx documentation but this docstring should help people digging into cubicweb core. This could go in an Advanced developer section of the book. --HG-- branch : stable
-
- 12 Oct, 2011 1 commit
-
-
Sylvain Thénault authored
--HG-- branch : stable
-
- 11 Oct, 2011 5 commits
-
-
Pierre-Yves David authored
<Enter> is supposed to submit the form only if there is a single input:text field. However most browsers will submit the form on <Enter> anyway if there is an input:submit field. see: http://www.w3.org/MarkUp/html-spec/html-spec_8.html#SEC8.2 Firefox 7.0.1 does not submit form on <Enter> if there is more than a input:text field and not input:submit but does it if there is an input:submit. IE 6 or Firefox 2 behave the same way. --HG-- branch : stable
-
Pierre-Yves David authored
We drop the 'label_column_%s' % colidx pattern and add a clean column_label method that might be overwritten by children class to alter the way default columns headers are computed. --HG-- branch : stable
-
Pierre-Yves David authored
This does not alter the result while allowing more selection option on other variable than the filtered one. --HG-- branch : stable
-
Sylvain Thénault authored
--HG-- branch : stable
-
Sylvain Thénault authored
[datafeed] remove remaining uses of 'synchronizing' attribute replaced by 'in_synchronization' in 3.13.8. Closes #1989131 --HG-- branch : stable
-