- Code style fixes and version bump of required packages.
- Uses CFG_VERSION config variable to generate bower.json.
- Allows legacy UserInfo object creation without Invenio-Access package.
- Removes record related tasks in favor of invenio-records.
- Adds missing dependency to invenio-collections>=0.1.2.
- Removes references to invenio.config and replaces them with invenio_base.globals.cfg.
- Adds missing dependency to invenio-testing.
- Replaces if statement by try...except block to check if a model has a mixer associated with it.
- Removes previously disabled legacy handlers.
- Adds missing MySQL-python>=1.2.5 dependency.
- Removes get_record from global Jinja context.
- Removes possibility to import config as invenio package attribute. Replace from invenio import config by using current_app.config.
- Removes endpoints serving legacy webinterfaces and legacy admin pages.
- Removes bibdocfile dependency.
- Adds missing invenio-base, raven and redis dependencies.
- Adds missing dependencies to SQLAlchemy-Utils and intbitset.
- Adds missing invenio-celery>=0.1.0 dependency.
- Removes dependency on legacy WebUser module.
- Initial public release.