------------------
* Bug fix: do not display empty text criteria on criteria widget.
[thomasdesvenain]
* i18n: resynced, added stubs with some terms translated for: it, pl, es
[jensens]
* Bug fix: catalog index vocabulary works with int or float values.
[thomasdesvenain]
* Change: Delegate criteria display check to a view so it can be customized.
[thomasdesvenain]
* Bug fix: Fixed cachekeys as they where not unique in some situations.
[voineali 4254]
* Feature: Added a po generation script.
Added french translations.
Added translations file for plone domain.
Internationalized schemata, forms and vocabularies.
Optimizations.
[thomasdesvenain]
* Feature: i18n: added locales directory and registered it.
Added pot-file and po file with translations for german.
Added i18n-domains to a bunch of pt-files to
make i18ndude happy. [jensens, 2011-05-09]
* Bug fix: When navigating the tabs of eea.relations popup,
the number of AJAX calls increases [voineali 3588, 4232]
* Cleanup: Dropped simplejson dependency [voineali 4254]
* Feature: Added a way to disable IPossibleFacetedNavigable for Plone default
Content-Types [voineali 4254] - Thanks to thomasdesvenain
* Feature: Removed "Layout" menu, and override "Display" menu in order to
keep consistency and not to confuse novice users with to many places to
select object layout/display [voineali 4254]
* Feature: Dropped p4a. dependencies [voineali 4254]
* Bug fix: Fixed GenericSetup circular dependencies warning [voineali 4254]
* Bug fix: Fixed Schema positional arguments warning [voineali 4254]
* Bug fix: Fixed faceted_subtyper permissions [voineali 4254]
* Bug fix: Fixed configure faceted permission [voineali 4254]
* Feature: Simplified "possible faceted navigable" mechanism. Now all you have
to do is to implement IPossibleFacetedNavigable interface within your
configure.zcml, no more p4a.subtyper descriptors for each portal type.
[voineali 4254]
* Cleanup: Fixed all pylint, pyflakes violations [voineali 4254]
* Cleanup: Use "eea" i18n domain for all EEA packages [voineali 4254]
* Bug fix: Non eea vocabularies values are translated [thomasdesvenain]
* Bug fix: Plone 4.1 compatible [thomasdesvenain]
* Feature: Keep input text for Text facet on submit [voineali]
* Feature: If TAL wigdet returns a callable, call it [jensens]
* Bug fix: Fix TAL and Text field set default value [voineali]
* Bug fix: Fix facets position update [voineali]
* Bug fix: Fix checkboxes facet set default value [voineali]
* Feature: Path widget got depth query parameter. [jensens, 2011-03-01]
* Bug fix: Fixed Widgets: TAL (removed index field, made expression visible),
Path (default handling was broken). Some code-cleanup and simplifications.
[jensens, 2011-03-01]
* Change: Added entry-point for z3c.autoinclude to setup.py and thus make it
simple to install [jensens, 2011-02-22]
* Bug fix: Fixed counting issue caused by jQuery 1.4 params style.
[voineali 3658]
* Bug fix: Fixed alphabetic widget [voineali 3658]
* Bug fix: Fixed text widget query [voineali 3974, 4018]
* Bug fix: Fixed JS Faceted URL change trigger on first page access if no
facet is visible [voineali 3970]
* Bug fix: Fixed batch navigation [voineali]
* Change: Modified SKOS view so that tests pass without LinguaPlone. [yomatters]
* Change: Removed unnecessary menu item registration for syndication. [yomatters]
* Bug fix: Fixed cache headers for faceted_counter, tagscloud_counter. [voineali 3935]
* Bug fix: Faceted tal expression widget ignores values with value False [voineali 3890]