Changelog
=========


1.7.8 (2012-05-09)
------------------

- Adjust comment in ITableSource inteface.
  [eschmutz]

- Reduce duplicate request when using with tabbedview in non-extjs mode.
  [jone]


1.7.7 (2012-03-28)
------------------

- Remove registerPackage directive.
  [jone]


1.7.6 (2012-03-12)
------------------

- Improve spinner integration with tabbedview, use new helper functions.
  [jone]

- Fix extjs bug when switching between listing tabs and non-listing with tabbed view.
  [jone]


1.7.5 (2012-03-05)
------------------

- Fixed helpers, so they works with solr flares.
  [Julian Infanger]

- Get portal_url in helpers with getToolByName
  [Julian Infanger]

- Icon helper should not return a image if no icon is defined for this type.
  [Julian Infanger]


1.7.4 (2012-02-28)
------------------

- Fixed stray single-quote in path_checkbox and path_radiobutton helpers
  [lgraf]

- Show contenttype class in linked-helper if there is no icon for this type.
  [Julian Infanger]

- Add extjs reset_grid_state function.
  [jone]


1.7.3 (2012-02-27)
------------------

- removed contenttype span tag for sprites.
  [mathias.leimgruber]

- Adjust different helpers: Made sure the tag content, and tag titles are correctly escaped.
  [phgross]


1.7.2 (2012-02-24)
------------------

- Added Tests
  [mathias.leimgruber]

- Add nosort class to all Columns that aren't sortable.
  [ttschanz]

- Added some French translations
  [ttschanz]

- Wrap icon class around objects icon.
  [Julian Infanger]

- Show html structure in table header.
  [Julian Infanger]

- Add support for condition functions in dict-based column definitions.
  [jone]

- Add missing features of the default ftwtable jquery plugin implementation:

  - Implement selecting of checkboxes.
  - Use prepared features of the jquery plugin for supporting both implementations (extjs + default) better.
  - Trigger events properly.
  - Various javascript cleanup, remove unused stuff.

  [jone]


1.7.1 (2011-11-17)
------------------

- Fix readable_author: should also work if fullname of user is None.
  [jone]


1.7 (2011-10-07)
----------------

- fixed translations for extjs-table
  [eschmutz]


1.6 (2011-09-29)
----------------

- adjust all translations, so that they use now the zope.i18n translate method
  [eschmutz]

- added test-buildout for plone 4.1
  [eschmutz]


1.5 (2011-07-13)
----------------

- enabled resizable also for the last column
  [fsprenger]

- fixed batching_enabled attribute for the CatalogTableSource
  [phgross]


1.4
---

- cleaned up package, moved it to github (https://github.com/4teamwork/ftw.table)
  and prepared for release on pypi
  [jbaumann]


1.3
---

- removed umlauts
  [fsprenger]


1.2
---

- IE8 fix for selecting rows
  [fsprenger]


1.1
---

- Make date helper methods failsave, if there's no valid date return None.
  [25.01.2011, mathias.leimgruber]


1.1c11
------


1.1c10
------

- fixed translations
  [ttschanz]

1.1c9
-----

- Extjs: fixed updating of static contents.
  [jbaumann]


1.1c8
-----

- Do not show "groupBy" column in column menu -> make it not hideable.
  [jbaumann]

- Do not allow to sort by "draggable" and to group at the same - this is contradicting.
  [jbaumann]

- Extjs Checkbox: Protect-Layer was too small (firefox)
  [jbaumann]

- Extjs: Fix for making batching work even when grouping enabled
  [jbaumann]

- Extjs: removed ftwtable-prefix for state storage, since this is used for guessing the view later.
  Also fixed typo in tabbedview check.
  [jbaumann]


1.1c7
-----

- Fixed bug in extjs implementation: do not expect tabbedview to be there, but use it if it is
  [jbaumann]


1.1c6
-----

- Do not allow to sort descending on the "draggable" column in extjs, because it does not make sense at may break the ordering.
  [jbaumann]

- Fix ordering bug, which caused that the ID of the row was missing in the extjs store
  [jbaumann]

- Read sort_on attribute from grid storage
  [jbaumann]


1.1c5
-----

- Implemented server-side grouping in table sources.
  [jbaumann]


1.1c4
-----


1.1c3
-----

- Disabled translation of column titles in template, since it would not work in json mode too.
  You need to switch from tuple column definition to dict column definition or to Column-object
  definition where you can translate the column title in your own domain using Message objects.
  [jbaumann]


1.1
---

- added htmlentities replacing in the linked and quick_preview helper
  [phgross]


1.0a5
-----

- added quick_preview helper
  [phgross]


1.0a4
-----

- changed TableGenerator to use without the standard listing template and use a specific template
  [pgross]


1.0a3
-----


1.0a2
-----


1.0
---

- Initial release
