{ "info": { "author": "European Environment Agency: IDM2 A-Team", "author_email": "eea-edw-a-team-alerts@googlegroups.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Plone :: 4.3", "Framework :: Plone :: 5.0", "Framework :: Plone :: 5.1", "Framework :: Plone :: 5.2", "Framework :: Plone :: Addon", "Framework :: Zope", "Framework :: Zope2", "Framework :: Zope :: 2", "Framework :: Zope :: 4", "License :: OSI Approved :: GNU General Public License (GPL)", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Zope", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "======================\nEEA Faceted Navigation\n======================\n.. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=eea/eea.facetednavigation/develop\n :target: https://ci.eionet.europa.eu/job/eea/job/eea.facetednavigation/job/develop/display/redirect\n :alt: Develop\n.. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=eea/eea.facetednavigation/master\n :target: https://ci.eionet.europa.eu/job/eea/job/eea.facetednavigation/job/master/display/redirect\n :alt: Master\n\nThe EEA Faceted Navigation **(FacetedNav)** gives you a\n**very powerful interface to improve search within large collections of items.**\nNo programming skills are required by the website manager to configure the\nfaceted navigation interface, configuration is done TTW.\nIt lets you gradually select and explore different facets (metadata/properties)\nof the site content and narrow down you search quickly and dynamically.\n\nOn the contrary, plone collections are static, in a way that the site admin\ndecides the search criteria and the end user is not able to further sort or\nfilter the presented results.\n\n**FacetedNav is fully customizable**, site admin may decide that some criteria\n(facets) must have fixed values while other may be presented as filter options\nto the web visitor.\n\n**FacetedNav may very well replace the standard collection content type**, since\nit covers same functionality and it adds a lot more features.\n\n**FacetedNav can also be used as an advanced search for your site**.\n\n.. contents::\n\nUpgrade to version 10.0+\n========================\n* Within \"Plone > Site setup > Add-ons\" click on upgrade button available for\n EEA Faceted Navigation;\n* Only if the above step didn't work for you. Within \"Plone > Site setup > Add-ons\"\n uninstall EEA Faceted Navigation and Install it again;\n* If you have third-party Faceted Navigation Widgets (registered outside\n eea.facetednavigation package) you will need to upgrade them to z3c.form\n and explicitly register JS/CSS resources within registry.xml/cssregistry.xml/jsregistry,xml\n Take `faceted text widget `_ as an example;\n\nMain features\n=============\nIt comes with plenty of configuration options and features like:\n\n1. Easy customizable GUI via drag-n-drop, no restart needed.\n2. Facets can be set to fixed default values and hidden.\n3. Facets can be placed in standard search or extended search panels,\n to not intimidate novice users and have cleaner interface\n4. Facets can be displayed via several widgets like select, radio,\n text input, tag cloud, date range and more\n5. Expandable and collapsible widgets with many values\n6. Automatically counts number of content items beside each facet value\n7. Possibility to show or hide the options with zero results\n (show only the facets which return content)\n8. Ability to create your custom content types definition to be used as a\n combination of interface and portal type, presented in a single widget.\n9. Export of search result in RSS.\n10. Pleasant user interface based on Ajax JQuery, implemented with \"deep linking\",\n so bookmarking a faceted query works, browser history supported.\n11. Export / Import of faceted settings as XML. Useful to replicate same facets\n navigation on another site.\n12. Search engine friendly, disabling javascript acts as a normal collection\n batch list.\n13. Synchronization of settings across multiple languages, I18N support.\n14. High performance by caching faceted catalog queries via `distributed memory\n object caching system: memcached `_\n15. Smart facets hiding - hide facets criteria if there is only one page of\n results (This can be explicitly disabled/enabled from version 4.6.\n It is also disabled by default for new faceted navigable pages starting\n with version 5.2)\n16. Ability to transform faceted navigable items in search forms by\n putting them in the 'search mode' (starting with version 4.6)\n17. Ability to enable/disable Plone portlets left and right columns within\n faceted navigable contexts (starting with version 4.1. Both disabled by\n default for new faceted navigable pages starting with version 5.2)\n\nInstall\n=======\n\n* Add eea.facetednavigation to your eggs section in your buildout and\n re-run buildout::\n\n [buildout]\n eggs +=\n eea.facetednavigation\n\n* You can download a sample buildout from:\n\n - https://github.com/eea/eea.facetednavigation/tree/master/buildouts/plone4\n - https://github.com/eea/eea.facetednavigation/tree/master/buildouts/plone5\n\n* Or via docker::\n\n $ docker run --rm -p 8080:8080 -e ADDONS=\"eea.facetednavigation\" plone\n\n* Install *EEA Faceted Navigation* within Site Setup > Add-ons\n\nGetting started\n===============\n\n* Go to your working space and add a **Folder** and within **Actions** menu\n click on **Enable faceted navigation**.\n See more on the dedicated youtube channel: `EEA Web Systems Training`_\n\nFaceted settings\n================\n(*New in version 4.1*)\n\n**Faceted settings** is a menu that appears once you enable Faceted navigation\nwithin your context next to the **Actions** menu and it allows you to perform\nthe following actions:\n\nEnable/disable left portlets\n----------------------------\nThis allows you to gain more space for faceted navigation pages by disabling\nPlone portlets left column.\n\nDefault: **disabled** (*starting with version 5.2*)\n\nEnable/disable right portlets\n-----------------------------\nThis allows you to gain more space for faceted navigation pages by disabling\nPlone portlets right column.\n\nDefault: **disabled** (*starting with version 5.2*)\n\nEnable/disable smart facets hiding\n----------------------------------\nHide facets criteria if there is only one page of results.\n\nDefault: **disabled** (*starting with version 5.2*)\n\nAutocomplete widget\n-------------------\nTo include a specific select2 locale, French for instance, you can add a resource `++resource++select2/select2_locale_fr.js` in portal_javascripts (Plone 4). It needs to be after the select2.min.js resource. (You need eea.jquery 8.7 minimum)\n\nYou can add a new autocomplete source by registering a IAutocompleteSuggest browser view, you can see an example in\n`eea/facetednavigation/tests/autocomplete.py` and `eea/facetednavigation/tests/autocomplete.zcml`\n\nExtra\n=====\nYou can extend faceted navigation functionality by installing the following add-ons:\n\n* Customized vocabularies\n\n - `collective.taxonomy `_\n - `Products.ATVocabularyManager `_ (Plone 4)\n\n* Multilingual/translation solution\n\n - `plone.app.multilingual `_\n - `Products.LinguaPlone `_ (Plone 3 & 4)\n\n* Cache (memcache)\n\n - `eea.cache `_\n\n* Relations\n\n - `eea.relations `_ (Plone 4)\n\n* Extensions\n\n - `eea.faceted.inheritance `_\n - `eea.facetednavigationtaxonomiccheckbox `_\n - `collective.eeafaceted.collectionwidget `_\n - `collective.eeafaceted.layoutwidget `_\n - `collective.eeafaceted.batchactions `_\n - `collective.eeafaceted.dashboard `_\n - `collective.eeafaceted.z3ctable `_\n - `collective.faceted.datewidget `_\n - `collective.geo.faceted `_\n - `collective.contact.facetednav `_\n\n* Themes\n\n - `eea.faceted.blue `_ (Plone 4)\n\nDiazo\n=====\n\nTo gain performance, you can disable diazo theme on faceted results ajax requests.\nGo to \"configuration registry\" on control panel, select the key \"Disable diazo rules on ajax requests\"\nand set it True. Be sure you do not actually need it.\n\n\nLive demo\n=========\n\n- `EEA Publications `_\n- `EEA Multimedia `_\n- `University of Minnesota - Explore Books `_\n- `The Mountaineers `_\n\n\nBuildout installation\n=====================\n\n- `Plone 2 and 3 `_\n- `Plone 4+ `_\n- `Plone 5+ `_\n\n\nSource code\n===========\n\n- `Plone 2 and 3 on github `_\n- `Plone 4+ on github `_\n- `Plone 5+ on github `_\n\n\nEggs repository\n===============\n\n- https://pypi.python.org/pypi/eea.facetednavigation\n- http://eggrepo.eea.europa.eu/simple\n\n\nPlone versions\n==============\nIt has been developed and tested for Plone 2, 3, 4 and 5. See buildouts section above.\n\n\nHow to contribute\n=================\nSee the `contribution guidelines (CONTRIBUTING.md) `_.\n\nOther resources\n===============\n\n- `Faceted navigation pattern `_\n- `Faceted classification `_\n- `Flamenco faceted navigation `_ made at University of Berkeley\n- `A simpler Faceted plone 3 product made 2008 `_\n- `Folder navigation (GSoC) `_ A new product Folder Navigation in early development]\n- `Exhibit `_ Client based faceted navigation via javascript\n\nCopyright and license\n=====================\n\nThe EEA Faceted Navigation (the Original Code) is free software; you can\nredistribute it and/or modify it under the terms of the\nGNU General Public License as published by the Free Software Foundation;\neither version 2 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but\nWITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY\nor FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License\nfor more details.\n\nYou should have received a copy of the GNU General Public License along\nwith this program; if not, write to the Free Software Foundation, Inc., 59\nTemple Place, Suite 330, Boston, MA 02111-1307 USA.\n\nThe Initial Owner of the Original Code is European Environment Agency (EEA).\nPortions created by Eau de Web are Copyright (C) 2009 by\nEuropean Environment Agency. All Rights Reserved.\n\n\nFunding\n=======\n\nEEA_ - European Environment Agency (EU)\n\n.. _EEA: https://www.eea.europa.eu/\n.. _`EEA Web Systems Training`: http://www.youtube.com/user/eeacms/videos?view=1\n\nChangelog\n=========\n\n13.3 - (2019-10-02)\n---------------------------\n* Completed catalan translations.\n [allusa]\n* Bug fix: Fix MultiSelect scope of the JS change event side effects on TagsCloud\n [avoinea]\n\n13.2 - (2019-09-19)\n--------------------------\n* Feature: The daterange widget automatically restricts date range in start date\n calendar.\n [daggelpop]\n* Fix an issue with select widget where the synchronized value is ignored\n on the selected value section when value came from the URL\n [mpeeters]\n\n13.1 - (2019-08-19)\n--------------------------\n* Change: added widget-body div wrapping content of criteria and alphabetic\n widget making it easier to add margin or padding to widget body\n [ichim-david refs #108460]\n* Feature: added Faceted.Events.CLEANUP_COMPLETED event triggered after faceted\n events cleanup is called\n [ichim-david refs #106884]\n\n13.0 - (2019-07-01)\n-------------------\n* Change: Add support or Python 3 and Plone 5.2.\n [pbauer, jensens, avoinea - refs #158]\n\n12.2 - (2019-05-20)\n--------------------------\n* Feature: Provide an uninstall profile\n [erral]\n* Bug fix: Allow path within Tags Cloud facet\n [avoinea]\n\n12.1 - (2019-04-09)\n------------------------\n* Feature: Added \"faceted-widget-active\" CSS class on widget with selected criteria\n [avoinea]\n* Change: Moved helper html entities like [X] to CSS\n [avoinea refs #96]\n* Bug fix: Fixed default language select on translations other than english\n [avoinea refs #103094]\n* Bug fix: Fixed MultiSelect UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position 4\n [avoinea]\n* Bug fix: Fixed date range widget validation\n [avoinea refs #145]\n\n12.0 - (2019-04-04)\n--------------------------\n* Upgrade step: Within \"Plone > Site setup > Add-ons\" click on\n upgrade button available for eea.facetednavigation.\n [avoinea]\n* Feature: Added MultiSelect Faceted Widget\n [avoinea]\n* Feature: Added editable placeholder on facets with text inputs\n [avoinea]\n* Bug fix: Fixed Checkboxes/Radio widget More/Less i18n\n [avoinea]\n\n11.9 - (2019-03-29)\n--------------------------\n* Change: Updated theme colors to fit Plone 5 default theme colors\n [avoinea]\n* Bug fix: Removed double loading spinner within edit mode\n [avoinea]\n\n11.8 - (2019-03-05)\n--------------------------\n* Change : display message 'No results were found.' when no results found\n [gbastien]\n* Change: Update README and Plone 4/5 sample buildouts\n [avoinea]\n\n11.7 - (2019-01-30)\n--------------------------\n* Jenkins: Add sonarqube step\n [avoinea refs #101552]\n\n11.6 - (2018-12-11)\n--------------------------\n* Complete basque translation\n [erral]\n* Fix alphabetic bar for basque language\n [erral]\n\n11.5 - (2018-11-19)\n--------------------------\n* Change : set Faceted.Options.FADE_SPEED to 'fast' instead 'slow' by default\n [gbastien]\n* Change: make spinner easy to override by defining a CSS background-image\n instead rendering an image\n [gbastien]\n\n11.4 - (2018-11-09)\n------------------------\n* Change: display translated 'Relevance' instead nothing in the sorting widget\n [gbastien]\n\n11.3 - (2018-10-29)\n-------------------\n* Bug fix: Fix preview item templates for orphan brains\n [avoinea refs #99847]\n\n11.2 - (2018-09-12)\n-------------------\n* Completed french translations.\n [gbastien]\n* Change: updated URLs pointing to eea.europa.eu with https://\n [alecghica refs #95849]\n\n11.1 - (2018-05-14)\n-------------------\n* Encode index before apply if necessary\n [tomgross]\n\n11.0 - (2018-03-23)\n-------------------\n* Cleanup: Remove broken links and added contribution section\n [demarant]\n\n10.9 - (2018-03-14)\n-------------------\n* Encode the seach value to utf-8.\n [thet]\n* Change: cleaned jQuery migrate warnings\n [ichim-david refs #91577]\n\n10.8 - (2018-01-26)\n-------------------\n* Change: view.css css cleanup of empty selectors and removed\n overflow from left-area and right-area\n [ichim-david refs #91590]\n\n10.7 - (2017-12-12)\n-------------------\n* Change: Replace eeacms/zptlint with eeacms/plone-test:4 zptlint\n [avoinea refs #90415]\n* Bug fix: Fix JS Error for Text Widget with default value\n [avoinea refs #89955]\n* Bug fix: Fix ICriteria upgrade boolean schema (count, reverse, etc.)\n [avoinea refs #89955]\n* Bug fix: Fix ICriteria upgrade empty default to [u'']\n [avoinea refs #89955]\n* Change: remove unused css\n [petchesi-iulian refs #88382]\n\n10.6 - (2017-11-15)\n-------------------\n* Change: Update jstree to work with eea.jquery 10.3+\n [avoinea refs eea.jquery#7]\n* Upgrade step: Within \"Plone > Site setup > Add-ons\" click on\n upgrade button available for eea.facetednavigation.\n\n10.5 - (2017-11-14)\n-------------------\n* Change: Remove Sphinx generated documentation\n [petchesi-iulian refs #88212]\n\n10.4 - (2017-08-22)\n-------------------\n* Bug fix: The daterange widget restriction on end date must be the start date and not the day after.\n The dates in range can be the same day (as before).\n [sgeulette]\n\n10.3 - (2017-05-22)\n-------------------\n* Change: fixed PyLint warnings and errors\n [eduard-fironda refs #84949]\n\n10.2 - (2017-05-02)\n-------------------\n* Change: updated package information\n [eduard-fironda]\n\n10.1 - (2017-03-20)\n-------------------\n* Bug fix: Updated to previous change: restored replace of 'term.' in\n vocabulary id for Products.ATVocabularyManager compatibility.\n [tsimkins]\n* Bug fix: Do not use a name to query collective.solr search utility\n [tschorr]\n* Feature: Protect against slow IWidgetFilterBrains adapters\n [avoinea refs #83219]\n* Change: Updated the sorting widget to use the term title value from\n the vocabulary (if selected) rather than the index titles.\n [tsimkins]\n* Change: Make it work in a completly Archetypes free Plone 5.1.\n [jensens]\n\n10.0 - (2016-10-23)\n-------------------\n* Feature: updated documentation for Plone 5\n [alecghica]\n* Bug fix: fix `b_start[]` in `@@faceted_query` parameters which\n resulted in double `b_start`: `b_start[]` and `b_start:int`.\n [david-batranu refs #114]\n* Upgrade step: Within \"Plone > Site setup > Add-ons\" click on\n upgrade button available for eea.facetednavigation. If this fails\n uninstall EEA Faceted Navigation and Install it again\n [avoinea refs #115]\n* Feature: make boolean index work well with radio widget.\n [cedricmessiant]\n* Bug fix: fix faceted count when _seq is a list of tuple values instead\n of ints which could happen with ZCatalog 3 within a Plone 4 site\n [ichim-david refs #75384]\n* Change: Plone 5 full support\n [avoinea #90]\n* Change: Dropped Archetypes dependency and upgraded to z3c.form schema.\n [avoinea #87]\n* Change: Re-organized JS/CSS resources in bundles.\n [avoinea #88]\n* Change: Dropped auto-generated CSS/JS `faceted_view.js`, `faceted_edit.js`,\n `faceted_view.css`, `faceted_edit.css` resources\n [avoinea #88]\n* Feature: Traditional Chinese translation updates\n [l34marr]\n* Change: To use better sort algorithm, add b_start and b_size to query when\n there are no post filters.\n [vincentfretin]\n* Change: For ZCatalog counter queries, don't do unnecessary sort and brains\n instantiation when there are no post filters.\n [vincentfretin]\n* Bug fix: Fix 'This site encountered an error trying to fulfill your request'\n error with autocomplete criterion when typing characters slowly and so\n aborting previous requests. Set select2 params global: False to not execute\n the globally registered ajaxError. This avoid to have the large spinner too.\n [vincentfretin]\n\n9.8 - (2016-10-03)\n------------------\n* Feature: make boolean index work well with radio widget.\n [cedricmessiant]\n\n9.7 - (2016-09-13)\n------------------\n\n9.6 - (2016-09-13)\n------------------\n* Bug fix: fix faceted count when _seq is a list of tuple values instead\n of ints which could happen with ZCatalog 3 within a Plone 4 site\n [ichim-david refs #75384]\n\n9.5 - (2016-08-29)\n------------------\n* Change: To use better sort algorithm, add b_start and b_size to query when\n there are no post filters.\n [vincentfretin]\n* Change: For ZCatalog counter queries, don't do unnecessary sort and brains\n instantiation when there are no post filters.\n [vincentfretin]\n\n9.4 - (2016-08-17)\n------------------\n* New egg release\n [alecghica refs #74877]\n\n9.3 - (2016-08-17)\n------------------\n* Bug fix: Fix 'This site encountered an error trying to fulfill your request'\n error with autocomplete criterion when typing characters slowly and so\n aborting previous requests. Set select2 params global: False to not execute\n the globally registered ajaxError. This avoid to have the large spinner too.\n [vincentfretin]\n\n9.2 - (2016-06-16)\n------------------\n* Bugfix: fixed language adapter language property for context which does not\n have getLanguage\n [ichim-david]\n\n9.1 - (2016-06-02)\n------------------\n* Change: Update tests to plone.app.testing\n [avoinea refs #89]\n\n9.0 - (2016-05-19)\n------------------\n* Feature: Add setting to allow the use of Plone date format and language to\n render daterange widget and criteria label.\n Old behavior (with format yy-mm-dd) is set by default and is still working\n the same way as before to allow special years (like '0001').\n [laulaz refs #99]\n* Feature: The daterange widget automatically restricts date range in end date\n calendar.\n [laulaz refs #98]\n* Bug fix: Fix pylint warnings\n [ichim-david refs #71940]\n\n8.9 - (2016-03-31)\n------------------\n* Bug fix: With jquery 1.9 theres no more jquery.browser, remove the usage\n of it.\n [pcdummy]\n* Bug fix: With autocomplete select2 widget, when data value for 'multivalued'\n is imported, it is stored as '1' and not as 'True', take this into account\n in the widget, we may not use the stored value immediately.\n [gbastien]\n\n8.8 - (2016-03-01)\n------------------\n* Change: The autocomplete widget now uses select2 instead of\n jquery.autocomplete. It supports mono value or multi values.\n This release registers select2 javascript library in portal_javascripts.\n [vincentfretin]\n* Feature: Added classifiers in ``setup.py`` for clarity. Claim that the\n package works on Plone 4.0 through 4.3, and on Python 2.6 and 2.7.\n [maurits]\n* Bug fix: fixed ``MANIFEST.in`` file so releases are sure to contain all the\n needed files.\n [maurits]\n* Feature: read default value of widget from the request. Fallback to the\n default set on the widget. For example, if you have a faceted text\n widget that searches in the SearchableText index, and you have\n ``?SearchableText=fun`` in the url, then the widget will show\n ``fun`` as default value.\n [maurits]\n* Bug fix: Get the correct template object for \"Plone Portlet\" widgets\n [skurfer]\n\n8.7 - (2015-12-07)\n------------------\n* Change: Removed CSRF security quickfix for tests\n [szabozo0 refs #30858]\n\n8.6 - (2015-11-17)\n------------------\n* Fixed tests, disabled CSRF protection while testing\n [szabozo0 refs #30716]\n\n8.5 - (2015-10-22)\n------------------\n* Bug fix: Infinite loop of javascript spinner after Browser refresh.\n [karalics] PR #69\n* Bug fix: Fixed rendering issues for current search widget\n [szabozo0 refs #28743]\n* Feature: Add field 'autocomplete_view' on theautocomplete widget to be able\n to select the suggestion view. Register a solr suggestion view.\n [sdelcourt]\n\n8.4 - (2015-10-05)\n------------------\n* Bug fix: Safely access *count* method on widget in order to avoid errors like:\n *Widget object has no attribute 'count'* when counting non-countable widgets\n [voineali refs #28781]\n\n8.3 - (2015-09-10)\n------------------\n* Change: trigger an event just before a query is made by FacetedCatalog.\n [cedricmessiant]\n* Bug fix: Sort ICriteria.criteria when a new criterion is added.\n [gbastien]\n\n8.2 - (2015-08-18)\n------------------\n* Feature: in the GenericSetup import step, make the \"purge\" parameter work\n at the \"criteria\" level, for now it was always purged, it is now possible\n to not purge and add extra criteria\n [gbastien]\n* Feature: make boolean index work well with checkbox widget.\n [cedricmessiant]\n\n8.1 - (2015-07-06)\n------------------\n* Change: applied styles tweaks for faceted edititing when used together\n with Twitter Bootstrap\n [ichimdav refs #25986]\n* Bug fix: Cleanup debugging console.log\n [avoinea refs #67]\n* Tune: avoid useless instantiation when using macros\n [gotcha]\n* Feature: Added 'wildcard' checkbox to the text widget\n that, when checked, will do a wildcard search automatically\n [gbastien]\n\n8.0 - (2015-04-15)\n------------------\n* Feature: Added possibility to easily redefine default faceted widgets. Just\n register a browser:page named default_widgets.xml for your interfaces. See\n default.xml within eea.facetednavigation.browser.templates\n [avoinea]\n\n7.9 - (2015-03-17)\n------------------\n* Change: Switched to curl in the jenkins build install script\n [olimpiurob refs #22402]\n* Change: Changed fetch url for jenkins build install script to the install\n script from the main EEA CPB repository\n [olimpiurob refs #22402]\n\n7.8 - (2015-02-16)\n------------------\n* Play nice with collective.solr\n [tomgross]\n\n7.7 - (2015-02-03)\n------------------\n* Fix: basic support for collections coming from plone.app.contenttypes\n [kiorky]\n\n7.6 - (2015-01-22)\n------------------\n* Fix: support Dexterity items with image (on the 'image' field)\n [kiorky]\n\n7.5 - (2014-12-23)\n------------------\n* Bug fix: Fix upgrade steps and registry.xml. Also safely check for\n disable_diazo registry without hard crash if it doesn't exists.\n [avoinea]\n\n7.4 - (2014-12-12)\n------------------\n* Bug fix: Fixed default profile to be imported when installing\n from Site Setup > Add-ons\n [avoinea refs github #57]\n* Added widget specific class based on title and type\n [agitator]\n\n7.3 - (2014-11-20)\n------------------\n* Fix: Fixed unescaped html in filters widget\n [olimpiurob]\n* Fix: Use normalized id's for li in checkbox and boolean widgets.\n [olimpiurob]\n* Give Site Administrators permissions to change faceted settings.\n [rpatterson]\n* Add Plone 5 support and move Plone 4 support into a BBB profile\n [rpatterson]\n* Change: Make faceted navigation configuration work for dexterity Items\n [sunew]\n\n7.2 - (2014-08-27)\n------------------\n* Change: Cleanup plone3compat legacy code\n [avoinea]\n\n7.1 - (2014-08-12)\n------------------\n* Upgrade step: Within \"Plone > Site setup > Add-ons\" click on\n upgrade button available for eea.facetednavigation\n* Cleanup: Removed default object_provides widget for new Faceted Navigable items\n [avoinea]\n* Change: Removed default hardcoded sorting by effective date, reversed as\n this can be easily accomplished with a sorting widget. Also added an upgrade\n step that adds a hidden sorting widget by effective date\n (if no sorting already present) in order to keep backward compatibility.\n [avoinea refs github #44]\n* Feature: Possibility to select sort_on and sort_order indexes within\n TAL Expression field\n [avoinea refs github #44]\n* Feature: Made faceted navigation new-style Collection query aware\n [avoinea refs github #52]\n* Added a registry property to disable diazo rules on faceted query ajax request.\n [thomasdesvenain]\n\n7.0 - (2014-07-15)\n------------------\n* Cleanup: Cleaned css and js registry\n Thx to Yuri for reporting this.\n [avoinea]\n\n6.9 - (2014-06-30)\n------------------\n* Change: set CSS resources by default to have rendering as 'link'.\n Thx to Yuri for reporting this.\n [ghicaale]\n\n6.8 - (2014-05-13)\n------------------\n* Fix an error with non-ascii characters in keyword vocabulary\n [mpeeters]\n* Feature: Made it possible to reset the date filter by manually deleting\n the start/end fields.\n [nightmarebadger]\n* Widget css class is an attribute of widget object,\n to make it more easy to override.\n [thomasdesvenain]\n* Fix: workaround for weird firefox behavior on select widget.\n Depending on the options one chooses, firefox shows the wrong selected option\n [do3cc]\n* Feature: In radio- and checkbox-widgets the number of results is appended\n to