- Defined a weight of '100' for the CheckBoxColumn so it is displayed on the right of the table columns by default. [gbastien] - Defined correct CSS id for bottom viewlets providers. [gbastien] - Updated french translation of 'Review state' to add a 'E' with accent. [gbastien]
1.0.2
------------------
- In BrowserViewCallColumn when computing the path to traverse, avoid double '//' that breaks (un)restrictedTraverse. [gbastien] - Make portal and portal_url directly available on the table instance. [gbastien]
1.0.1
------------------
- Avoid useless redirects when using sorting and current URL ends with `/view` or so. [gbastien] - Fixed tests to use translated strings instead msgid, adapted buildout so po files are computed. [gbastien]
1.0
----------------
- Check also empty column value with __empty_string__. [sgeulette] - Set default to ignored_value DateColumn [sgeulette]
0.19
-----------------
- Enable merging and caching for collective.eeafaceted.z3ctable.js in portal_javascripts. [gbastien]
0.18
-----------------
- Handle sort_on of the query by storing result of the sorting widget in the request.form so it is reuseable by other widget.query that also manage the sort_on attribute. [gbastien]