2011-10-21 Sylvain Thénault [test] one more base etype...
2011-10-21 Sylvain Thénault [test] limit size is now done by the layout
2011-10-21 Aurelien Campeas [facets] fix context passing + a note for later
2011-10-21 Sylvain Thénault [table view] fix regression in old table view leading to malformed html
2011-10-18 Pierre-Yves David [utils] add a ``js_href`` function to generated proper javascript href
2011-10-21 Sylvain Thénault i18n update
2011-10-21 Sylvain Thénault [facets] view should be propagated up to facet selection, so we can get different facets according to the view. Closes #2036527
2011-10-21 Julien Cristau Record a log of datafeed source imports (closes #2026097)
2011-10-21 Sylvain Thénault [management table] upgrade sources groups management table to new api
2011-10-21 Sylvain Thénault [management table] fix and upgrade users and groups management tables to new api
2011-10-21 Sylvain Thénault [table views] closes #1986413: refactor TableView, EntityAttributesTableView, PyValTableView
2011-10-21 Sylvain Thénault [web component architecture] extract LayoutableMixIn from components
2011-10-21 Sylvain Thénault [diet] drop pre 3.6 API compatibility (but attempt to keep data cmopatibility). Closes #2017916
2011-10-21 Sylvain Thénault [test] restore support for python < 2.6
2011-10-21 Sylvain Thénault [forms] update code broken by linkto refactoring
2011-10-21 Sylvain Thénault [rdf] drop buggy (name error) try/except (done using related(safe=True)) stable
2011-10-21 Sylvain Thénault backport stable
2011-10-21 Sylvain Thénault Added tag cubicweb-debian-version-3.13.9-1 for changeset 0a3cb5e60d57 stable
2011-10-21 Sylvain Thénault Added tag cubicweb-version-3.13.9 for changeset 07afe32945aa stable cubicweb-debian-version-3.13.9-1
2011-10-21 Sylvain Thénault 3.13.9 stable cubicweb-version-3.13.9
2011-10-21 Sylvain Thénault [selectors] EClassSelector (eg is_instance & all) should check for None value (possible w/ outer join) when a row is specified. Closes #2033165 stable
2011-10-21 Sylvain Thénault [test] fix failure introduced by localperms cube introduction
2011-10-21 Sylvain Thénault [test] fix failures introduced by 7951:b7c825b00f64
2011-10-21 Sylvain Thénault backport stable
2011-10-21 Sylvain Thénault [test] fix datafeed test, we have to use an internal session stable
2011-10-21 Sylvain Thénault [test] drop some deprecation warnings stable
2011-10-21 Sylvain Thénault [ibreadcrumbs] missing xml_escape on latest path part (usually view's title). Closes #2037506 stable
2011-10-21 Sylvain Thénault [test] fix test failure caused by 7922:d307c3817782 stable
2011-10-21 Sylvain Thénault [test] fix regression introduced in 7915:a7f3245e1728 leading to test's postcreate not being executed anymore stable
2011-10-20 Florent Cayré [entity] restrict creation form field vocabulary using __linkto information (closes #1799997)
2011-10-18 Pierre-Yves David Add generated documentation to .hgignore. stable
2011-10-20 Adrien Di Mascio [uilib] add missing printer for integers
2011-10-20 Sylvain Thénault backport stable
2011-10-20 Sylvain Thénault [rset] don't only consider a sample select node / solution to compute rset description. Closes #2036499 stable
2011-10-18 Sylvain Thénault [rset] use .iteritems() instead of items()
2011-10-18 Alexandre Fayolle merge back stable change
2011-10-18 Alexandre Fayolle remove stale debugging statement stable
2011-09-29 Nicolas Chauvat [server] fix integrity checks that destroy data (closes #1972842)
2011-10-17 Sylvain Thénault [entity related rql] 'is' relation target constant should have 'etype' type, not String
2011-10-17 Sylvain Thénault [entity] fix dumb name error introduced by 3.14 entity refactoring
2011-10-14 Sylvain Thénault backport stable
2011-10-14 Sylvain Thénault [js] missing trailing comma
2011-10-14 Sylvain Thénault [test] map pgettext to unicode as _ stable
2011-10-14 Sylvain Thénault [table view] fix bug introduced in 7938:80c6e2155c3d leading to not translated table headers stable
2011-10-14 Sylvain Thénault oops
2011-10-14 Sylvain Thénault [test] fix some failures recently introduced stable
2011-10-14 Sylvain Thénault add missing imports
2011-10-14 Sylvain Thénault [selectors] match_kwargs and match_form_params selectors both accept a new `once_is_enough` argument (closes #1990438)
2011-10-14 Aurelien Campeas [cache] replace lgc.cache with something more appropriate (closes #1921713)
2011-10-14 Sylvain Thénault merge and fix cubicwebSortValueExtraction pb which disappeared when tablesorter.js has been updated
2011-10-14 Adrien Di Mascio [table] use explicit add_onload() to setup table sorting (closes #2013493) stable
2011-10-14 Sylvain Thénault [schema display] display_name shouldn't call .lower(). Note the only proper way is to have different msgid for upper/lower cases. Closes #1105433
2011-10-14 Sylvain Thénault [ms repository] when an exception is raised during extid2eid and no rollback is done, some manual cleanups have to be done (closes #1993420)
2011-10-14 Sylvain Thénault [facets] on the way to vidargs removal
2011-10-13 Alexandre Fayolle [migraction] fix cmd_change_attribute_type command (closes #2015073) stable
2011-10-13 Sylvain Thénault [action] has_editable_relation first argument is once_is_enough flag, not an action name stable
2011-10-11 Pierre-Yves David [table] Only apply sorting event on the first row of a table header (closes #1988780)
2011-10-07 Pierre-Yves David [table js] Update jquery-tablesorter to 2.0.5 (closes #1989018)
2011-10-13 Pierre-Yves David init_facets: Add documentation stable
2011-10-13 Aurelien Campeas [facets] try to get rid of arbitrary constants, be prettier and eat less space (closes #1988706)
2011-10-13 Florent Cayré [edit controller] add form to pre_web_edit signature to ease linkto usage (used by vcsfile cube)
2011-10-12 Sylvain Thénault pylint extension stable
2011-10-12 Sylvain Thénault [printers] fix bug introduced by final view refactoring: &#160; shouldn't be escaped.
2011-10-11 Pierre-Yves David Add a hidden input:submit field in facets form (closes #1988784) stable
(0) -3000 -1000 -300 -100 -64 +64 +100 +300 +1000 +3000 tip