- Changes legacy config import to application config object.
- Removes search service plugins that are going to be re-implemented using the new API. (#17) (addresses inveniosoftware/invenio#3233) (#13)
- Upgrades the minimum versions for invenio-base, invenio-ext, invenio-query-parser, invenio-utils, invenio-upgrader and invenio- testing.
- Removes dependencies to invenio.testsuite and replaces them with invenio_testing.
- Removes dependencies to invenio.utils and replaces them with invenio_utils.
- Removes dependencies to invenio.ext and replaces them with invenio_ext.
- Removes calls to PluginManager consider_setuptools_entrypoints() which was removed in PyTest 2.8.0.
- Adds missing invenio_base dependency.
- Fixes potential XSS issues by changing search flash messages template so that they are not displayed as safe HTML by default.
- Adds missing invenio_access dependency and amends past upgrade recipes following its separation into standalone package.
- Displaying HTML safe flash messages can be done by using one of these flash contexts: 'search-results-after(html_safe)', 'websearch- after-search-form(html_safe)' instead of the standard ones (which are the same without '(html safe)' at the end).
- Adds missing invenio-knowledge dependency and updates module imports.
- Adds missing invenio_upgrader dependency following its separation into standalone package.
- Fixes import of invenio_upgrader.
- Initial public release.