- Added 2 viewlets managers in the table : 'collective.eeafaceted.z3ctable.top' and 'collective.eeafaceted.z3ctable.bottom'. [gbastien] - Replaced DateColumn rendering to work not only with DateTime but with DateTime, datetime and date. [sgeulette]
0.4
----------------
- If an error occurs during render_table, catch the exception and display traceback manually in the Zope log to avoid faceted view to be frozen (JS 'lock' the web page and it is not unlocked when an error occurs). [gbastien]
0.3
----------------
- VocabularyColumn now manage multiValued values (list of values). [gbastien] - Optimized MemberIdColumn by not using getMemberInfo. [gbastien] - Added tests for table and columns. [gbastien] - Added link to refresh the search results. [gbastien] - Manage None value in MemberIdColumn [sgeulette]
0.2
----------------
- Fix: avoid UnicodeDecodeErrors in ColorColumn if label contains special chars. [gbastien]