- Add Transifex.net service integration to manage the translation process. [macagua]
- Add Spanish translation [macagua]
- Use OrgaPrettyLinkWithAdditionalInfosColumn and SelectedInPlonegroupColumn in dashboards displaying organizations. [gbastien]
- Fix an issue with SolR and combined indexes [mpeeters]
- For imio.dashboard.ContactsReviewStatesVocabulary, take into account workflow of each contact portal_types (organization, person, held_position) as it can be different for each. [gbastien]
- Add CSS class to ContactPrettyLinkColumn if content is an organization, so we have a different class for every elements and we can style specific content. This needed to add soft dependency to collective.contact.core. [gbastien]
- Corrected typo [sgeulette]
- Keep order of migrated portlet [sgeulette]
- Added projectspace type in migration. [sgeulette]
- Pinned products [sgeulette]
- Fixed test for fingerpointing [sgeulette]
- Added translations for Add contacts icons. [gbastien]
- Fixed failing migration because unexisting attribute exclude_from_nav was migrated with the parent's value that is an instancemethod and it crashed the transaction during commit because it can not be serialized. [gbastien]
- Completelly removed ActionsColumn as it was moved to collective.eeafaceted.z3ctable previously. [gbastien]
- Moved CachedCollectionVocabulary to collective.eeafaceted.collectionwidget, now named collective.eeafaceted.collectionwidget.cachedcollectionvocabulary. Moved also dashboard collection related events. [sgeulette]
- Migration: secure attribute get in DashboardPODTemplateMigrator. Include portal portlet migration. [sgeulette]
- Added setuphandlers.add_orgs_searches that adds dashboards for collective.contact.core on the /contacts directory. [gbastien]
- Added back imio.dashboard.js file to remove faceted spinner and speed up faceted fade speed. [gbastien]
- Added migrator DashboardPODTemplateMigratorWithDashboardPODTemplateMetaType as due to missing migration to 0.28 where DashboardPODTemplate meta_type was changed from DashboardPODTemplate to Dexterity Item, we may have DashboardPODTemplate created with different meta_types that is still cataloged. This way we manage both cases. [gbastien]
- The actions column was moved to collective.eeafaceted.z3ctable. [gbastien]
- Change JS Faceted options in the ready function so we are sure that Faceted exists. [gbastien]
- Rely on collective.eeafaceted.dashboard to move to Plone5. Dashboard functionnalities working on Plone5 are now moved to this package we are relying on. Needs eea.facetednavigation >= 10.0. [gbastien]
- Moved some methods to collective.eeafaceted.collectionwidget: _get_criterion, getCollectionLinkCriterion, getCurrentCollection [sgeulette]
- Consider other view than "facetednavigation_view" as outside faceted. [sgeulette]
- Do not rely on the context.REQUEST to get the REQUEST because context is a ram.cached DashboardCollection and REQUEST is not reliable. Use getRequest from zope.globalrequest to get the REQUEST. The REQUEST is set in term.request so it is directly available. [gbastien]
- Invalidate imio.dashboard.conditionawarecollectionvocabulary vocabulary cache when a WF transition is triggered on a DashboardCollection. [gbastien]
- Use ram.cache for the imio.dashboard.conditionawarecollectionvocabulary vocabulary. This is user and closest faceted context relative and is invalidated when a DashboardCollection is modified. [gbastien]
- Do not use CSS to manage contenttype icon, we have an icon_epxr on the portal_types. [gbastien]
- Removed 'imiodashboard_js_variables.js' as it just translated the 'no_selected_items' message and it is now in 'collective.eeafaceted.batchactions' this package is relying on. [gbastien]
- Added upgrade step that installs 'collective.eeafaceted.batchactions'. [gbastien]
- Corrected icon path and added contenttype-dashboardpodtemplate style. [sgeulette]
- Rely on 'collective.eeafaceted.batchactions', removed 'select_row' column that is already defined in 'collective.eeafaceted.batchactions'. [gbastien]
- Removed bad class attribute meta_type to avoid paste error [sgeulette]
- Add a listing with brains, objects and helper view only available when selection 'use_objects' on the dashboard template. [sdelcourt]
- Add 'use_objects' attribute on dashboard template if you want to have iterate over the objects and their helper view rather than the brains. [sdelcourt]
- Use CheckBoxFieldWidget for IDashboardPODTemplate.dashboard_collections to ease selection when displaying several elements. [gbastien]
- Added javascript variables for i18n. [sgeulette]
- Enable merging and caching for imio.dashboard.js in portal_javascripts. [gbastien]
- Check if there are some checkboxes on a faceted to get uids. [bsuttor]
- Added plone.app.collection as a dependency. [gbastien]
- Check if context is provided by IDashboardCollection to count number of dashborad collections. [bsuttor]
- Check if context is provided by IDashboardCollection to display_number_of_items. [bsuttor]
- Updated _get_generation_context to add needed parameter from documentgenerator. Test context variables integration [sgeulette]
- Added own doc generation dashboard viewlet. Modified generation view to handle both outside or inside dashboard generations. [sgeulette]
- Display category in pod template collections vocabulary [sgeulette]
- Test exception when getting criterion value. [sgeulette]
- Check if we are in dashboard documentgenerator viewlet. For some content with iframe dashboard, there can be also a normal documentgenerator viewlet. [sgeulette]
- Move columns ordering to collective.eeafaceted.z3ctable [sdelcourt]
- Removed invasive styling, not the place here. [gbastien]
- Added english translations. [sgeulette]
- Make configuration types not displayed in the search, added 'Collection', 'DashboardCollection', 'Topic', 'ConfigurablePODTemplate', 'DashboardPODTemplate', 'PODTemplate', 'StyleTemplate' and 'SubTemplate to site_properties.types_not_searched. [gbastien]
- Added meta_type for 'DashboardPODTemplate'. [gbastien]
- Fixed JS in generatePodDocument to not generate the Pod template after alert 'no items selected'. [gbastien]
- Changed JS generatePodDocument check to know if we are on a faceted page : do not query input[name="select_item"] checkboxes as there could be none displayed if current faceted displays no result, instead check for presence of div#faceted-results. [gbastien]
- Added possibility to display number of collection items in the term view. [cedricmessiant]
- Removed unused method CustomViewFieldsVocabularyAdapter.additionalViewFields. [gbastien]
- Added params in PrettyLinkColumn. Use it in RelationPrettyLinkColumn and external columns. [sgeulette]
- Added RelationPrettyLinkColumn to display with PrettyLink a z3c.relationfield.relation.RelationValue attribute. [sgeulette]
- Limit padding left and right of the faceted checkbox widget to 0.2em instead of 1em. [gbastien]
- Added 'combined indexes' functionnality making it possible to combinate faceted filters together to query a single catalog index. [gbastien]
- In utils._updateDefaultCollectionFor as we change the faceted criteria annotations, make sure it is persisted by setting _p_changed = True [gbastien]
- The POD template description is now displayed when hovering the POD template title. [gbastien]
- Consider portlet is outside faceted when adding a new element. [sgeulette]
- Use ITopAboveNavManager to display the dashboard POD templates viewlet, this is due to a change in collective.eeafaceted.z3ctable where viewlet managers were renamed (was ITopManager before). [gbastien]
- Adapted CSS regarding sort triangle entities now that we use larger ones. [gbastien]
- Format sort triangle entities. [sgeulette]
- Define an icon_expr for portal_type DashboardPODTemplate so it is correctly displayed in the DX types control panel especially. [gbastien]
- Added possibility to pass 'extra_expr_ctx' to evaluateExpressionFor while evaluating the TAL condition defined on the DashboardCollection. [gbastien]
- Added method utils.getDashboardQueryResult that compute 'uids' and 'brains' returned by the current faceted query. [sdelcourt, gbastien]
- Test if collective.querynextprev is installed before accessing session [sgeulette]
- Release that corrects the wrong 0.7 release. [gbastien]
- Give permission 'eea.facetednavigation: Configure faceted' only for 'Manager' by default. [gbastien]
- Added a submethod utils._get_criterion that gets any widget type of a given faceted_context, it is now used by utils.getCollectionLinkCriterion and may be used alone if necessary. [gbastien]
- Omit field 'pod_portal_types' for DashboardPODTemplate, it is useless as it is always available for Folders. [gbastien]
- Do not fail when extracting facetedQuery values if we receive an 'int'. [gbastien]
- Added content_type icon for DashboardPODTemplate. [gbastien]
- Rely on collective.documentgenerator and override the 'document-generation' view and the 'generationlink' viewlet so it is possible to generate a document from elements displayed in a dashboard. [gbastien]
- Added helper method utils.getCurrentCollection that will return the current collection used by a CollectionWidget in a faceted. [gbastien]
- Rely on Products.ZCatalog >= 3 to be able to use 'not:' statement in queries. [gbastien]
- Add DashboardPODtemplate type. This type of pod template is configurable to choose on which dashboard it is available/generable. [sdelcourt]
- Moved 'sorting' and 'collection-link' criteria top 'top/default' position to be sure that it is evaluated first by faceted query. [gbastien]
- Add adapter for collective.querynextprev integration. [cedricmessiant]
- Added a creatorsvocabulary listing creators of the site, available especially for faceted criteria. [gbastien]
- Added helpers methods utils.getCollectionLinkCriterion and utils._updateDefaultCollectionFor. [sdelcourt]
- Added utils method to enable faceted dashboard on an object and import xml configuration file. [sgeulette]
- Factorized code that check if we are outside the faceted in the portlet so it is easy to override without overriding the entire widget_render method. [gbastien]
- Create the "imio.dashboard: Add DashboardCollection" permission in ZCML [cedricmessiant]
- Fix DashboardCollection object name in type definition [cedricmessiant]
- Added portlet that shows Collection widget defined on a faceted nav enabled folder. [gbastien]
- Initial release. [IMIO]