Eea.facetednavigation

Latest version: v16.4

Safety actively analyzes 688313 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 17 of 22

4.5

------------------
* Improve daterange index (large intervals)
[kiorky]
* Add range index
[kiorky]

4.4

------------------
* Change: Added 'faceted-preview-items' View as the default view for Faceted
navigable objects instead of relaying on 'folder_listing' to be forever
compatible with eea.facetednavigation. This is also a more flexible solution
as you can customize each item display by providing a custom
'faceted-preview-item' z3 component for each of this items.
[voineali 4968]
* Fixed: Dynamically get old-style Faceted Views (Faceted Layouts) used by the
Display menu, instead of caching them in annotations
[voineali]
* Change: Always find language-independent content
[pbauer]
* Change: Updated Faceted Views example (see
eea.facetednavigation.views.example.summary.pt for more details on how the
template should look in order to be used as a Faceted View)
[voineali]
* Feature: Added round corners, gradients and box shadows in edit mode
[voineali]
* Added Italian translation and some i18n missing strings
[giacomos]

4.3

------------------
* Hide/show criteria on criteria widget is now an option on this widget.
It remains enabled by default.
[thomasdesvenain]
* Fixed: when a checkbox field had a default value as 'True',
when widget was set to 'False' (unchecked)
on the form, the checbox remained checked after submission.
[thomasdesvenain]
* Some internationalization fixes, msg extraction and french translations.
[thomasdesvenain]

4.2

------------------
* Bug fix: Include .mo translation files in the egg
[voineali]
* Bug fix: Wrapped value from select widget with "" to avoid option attribute
selector error with jquery 1.7.1 when the value contained a non continuos word
[ichimdav]
* Feature: Added an easy way to define Faceted Views for the results using
Zope3 components. See eea.facetednavigation.views.example for more details
[voineali]

4.1

------------------
* Feature: Replaced hardcoded green colors in Tags Widget in order to easily
customize faceted theme
[voineali]
* Feature: Replaced the "basic search/extended search" accordion with a more
simple and user friendly "More/Less filters" button
[voineali 2408]
* Feature: Added "Hide/Show filters" button to "Criteria widget"
[voineali 4551]
* Bug fix: Fixed back button by forcing jQuery to use traditional way to
parametrize query
[voineali 4524]
* Bug fix: Use 'eea.faceted.configure' permission for all faceted related views
in order to avoid having actions that raise Insufficient Privileges
[voineali]
* Bug fix: Fixed duplicate resources load if faceted widgets are using the same
CSS/JS resource
[voineali 4510]
* i18n: Cleanup all widgets schema to use translations messages
[voineali]
* i18n: Fixed actions.xml to use 'eea' i18n:domain
[voineali]
* i18n: updated romanian translation
[voineali]
* i18n: updated german translation.
[jensens]
* Internationalization
[thomasdesvenain]
* Feature: Added possibility to disable plone left/right columns in view mode
[voineali 4493]
* Feature: Disabled plone left/right columns in edit mode
[voineali 4493]
* Feature: Switched show.png with hide.png as it seems more logical this way
[voineali]
* Feature: Added javascript that will allow to add an indipendent faceted
search on any other page. it will translate the submitted keys and values into
faceted anchors parameters. the js has example on how to use it.
[demarant]
* Feature: HTML5 validation [ghicaale 4444]
* Feature: Improved performance for large queries by avoiding unnecessary
iteration over results.
[yomatters]
* EEA Feature: Added upgrade script to fix default layout ('folder_summary_view'
for Plone3 ported objects).
[voineali 4439]
* Feature: Added upgrade scripts to cleanup p4a.subtyper interface references and
annotations.
[voineali 4439]
* Feature: Changed word break in checkbox and radio facet from 5 to 15 characters.
[vincentfretin]
* Bug fix: Fixed atct_album_view layout
[voineali 4369]

4.0

------------------
* 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]

Page 17 of 22

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.