- We can define on Link a column to use for link title [thomasdesvenain] - We can set a default ordering [thomasdesvenain] - FileField is Dexterity compatible [thomasdesvenain] - Added ImageField [thomasdesvenain] - Number field HTML5 validator now allows negative numbers (fixes 29) [petri]
0.10.6
-------------------
- Fixed 21, SelectField validator always failed validating non-ascii vocabulary characters [petri] - Updated Finnish translations [petri] - Removed the ``orphan`` usage in batching. It's leading to an error with plone.batching 1.0.4, and a strange behavior with 1.0.5. [keul]
0.10.5
-------------------
- Fixed versioning issue that force tablepages to be updated (in AT edit) to see versioning working if versioning is enabled during the document life-cycle [keul] - Files columns was not sorting attachments in any way [keul]
0.10.4
-------------------
- Numeric and Monetary fields were not selectable for searches [keul]
0.10.3
-------------------
- Fixed an issue introduced on version 0.10.1, that make tablepage impossible to be run on Plone<4.3. [keul]
0.10.2
-------------------
- Do not show search form when table is empty [keul] - Search form was not working properly when "*Single value search*" was not selected [keul] - Download as CSV was not taking care of applying search filters [keul] - Added a new "col-*columnid*" CSS class to every header and data cell [keul] - Multi page view was not applying any CSS class to table headers [keul]