2011-09-22 |
Aurelien Campeas |
[views/table] parametrize table view co-classes (closes #1947472)
stable
|
file |
diff |
annotate
|
2011-09-20 |
Sylvain Thénault |
[tableview] fix view selection when value is None (closes #1936781)
stable
|
file |
diff |
annotate
|
2011-09-16 |
Sylvain Thénault |
[table view] allow to set None in 'headers', meaning the label should be fetched from the result set as done by default (closes #1931533)
|
file |
diff |
annotate
|
2011-07-01 |
Sylvain Thénault |
[facets] factorize table filter form / facets box generation, moving out filter form from the table view so it's usable from other views. Closes #1794009
|
file |
diff |
annotate
|
2011-05-20 |
Aurelien Campeas |
[views/table (facetform)] introduced in facetbox, was missing in tableview form filter
|
file |
diff |
annotate
|
2011-05-20 |
Aurelien Campeas |
[web/facet|views/table] bump a bit some heights, split table view methods for easier subclassing
|
file |
diff |
annotate
|
2011-05-19 |
Aurelien Campeas |
[facets/table] vertically group facets by two when possible in order to have a more compact horizontal layout in table filter form
|
file |
diff |
annotate
|
2011-01-11 |
Sylvain Thénault |
[web action] refactor box menu handling, fixing #1401943 on the way
stable
|
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-09-16 |
Sylvain Thénault |
[table view] use get instead of has_key so one can specify he doesn't want actions or filter
stable
|
file |
diff |
annotate
|
2010-09-15 |
Sylvain Thénault |
fix regretion introduced by changeset "pagination/ ajaxes fixes" (2f5ebeb7665d)
stable
|
file |
diff |
annotate
|
2010-09-14 |
Sylvain Thénault |
cleanups
stable
|
file |
diff |
annotate
|
2010-08-12 |
Alexandre Richardson |
[tableview] take care, description may include None (try Any NULL)
stable
|
file |
diff |
annotate
|
2010-07-20 |
Sylvain Thénault |
[table view] fix bad arguments given to form_filter method
stable
|
file |
diff |
annotate
|
2010-07-08 |
Sylvain Thénault |
[uilib] refactor json_dumps code organization
|
file |
diff |
annotate
|
2010-06-11 |
Sylvain Thénault |
[3.9] api update (mostly js) + add support for FCKEditor in formContents js function
|
file |
diff |
annotate
|
2010-06-07 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-06-04 |
Sylvain Thénault |
[table] propagate paginate
stable
|
file |
diff |
annotate
|
2010-06-04 |
Sylvain Thénault |
no more need for specific handling of table view's displayaction
stable
|
file |
diff |
annotate
|
2010-06-02 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-06-02 |
Sylvain Thénault |
[tableview / facets] to work properly with facet, initial table should handle case where actualrql isn't specified
stable
|
file |
diff |
annotate
|
2010-06-02 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-06-02 |
Sylvain Thénault |
[tableview] use pageContent instead of paginated-content as default div id, paginated-content doesn't seems used anymore
stable
|
file |
diff |
annotate
|
2010-06-01 |
Sylvain Thénault |
[tableview] don't fail with AttributeError when paginated as main content view
stable
|
file |
diff |
annotate
|
2010-06-01 |
Sylvain Thénault |
[tableview] support for json-paginated table if paginable
stable
|
file |
diff |
annotate
|
2010-05-20 |
Sylvain Thénault |
[entity] introduce a new 'adapters' registry
|
file |
diff |
annotate
|
2010-05-18 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-05-17 |
Sylvain Thénault |
[table view] should use __regid__ instead of hard-coded 'table' view identifier
stable
|
file |
diff |
annotate
|
2010-05-17 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
2010-05-10 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-05-10 |
Sylvain Thénault |
[table view] we should call the cell view using the table rset, not one rebuilded for a specific entity
stable
|
file |
diff |
annotate
|
2010-05-10 |
Sylvain Thénault |
[table view] take care to None label
stable
|
file |
diff |
annotate
|
2010-05-05 |
Sylvain Thénault |
[https] fix resource urls in https version of a site: should use the https version as well to avoid warnings from the nrowser
|
file |
diff |
annotate
|
2010-04-30 |
Sylvain Thénault |
[webconfig] introduce property sheets. Use them to replace external_resources
|
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-23 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-04-22 |
Alexandre Fayolle |
[python2.6] prefer python2.6's builtin json module over simplejson
stable
|
file |
diff |
annotate
|
2010-04-19 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-04-16 |
Aurelien Campeas |
[doc/book] misc on views, docstrings
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-06 |
Sandrine Ribeau |
ticket #787103, relation schema view enhancements
|
file |
diff |
annotate
|
2010-02-17 |
Sylvain Thénault |
[facet] rqlst should be the select node
stable
|
file |
diff |
annotate
|
2010-02-17 |
Sylvain Thénault |
oops, should have been in my previous commit
stable
|
file |
diff |
annotate
|
2010-02-17 |
Sylvain Thénault |
fix table view facet retreival, necessary since 95ccd84c892b. Also some cleanup in facet box
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 |
Sandrine Ribeau |
cw 3.6 api update
|
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 |
PUCE_UP make me thing it will fold something on click, use PUCE_DOWN instead (as for actions box menus)
stable
|
file |
diff |
annotate
|
2009-11-08 |
Nicolas Chauvat |
[web ui] change "table actions" icon to arrow-up
stable
|
file |
diff |
annotate
|
2009-10-19 |
Sylvain Thénault |
remove some warnings
|
file |
diff |
annotate
|
2009-10-19 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2009-10-15 |
Sylvain Thénault |
follow yams 0.25 api changes to improve performance
stable
|
file |
diff |
annotate
|
2009-09-23 |
Adrien Di Mascio |
[api] __regid__, cw_* and friends
|
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
|