Changes from version 6.3
Changes
- A lot of improvements and changes in the REST API.
- Language detection is disabled by default.
- Parameters in OpenKM.cfg with value "on" have the value "true" in openkm.properties.
- Because we consider the Database storage feature to be conceptually malicious and always providing poor performance, it has been definitively removed. That's why the configuration parameter "repository.datastore.backend" has been removed.
- The password of the user stored in the database using MD5 encryption has been changed to bcrypt encryption.
- The Security access manager works with a plugin architecture. More information at Creating your own security access manager and Security configuration.
- Deprecated parameter named "hibernate.search.index.home". Take a look at Change repository home.
- Deprecated configuration parameter named "ask.drag.and.drop.updates".
- New templates location based on node types:
- /okm:templates/documents
- /okm:templates/folders
- /okm:templates/mails
- Templates may be filtered by categories. You must create categories at /okm:categories/templates.
- In previous versions, the metadata group was first added empty, and then the metadata values were set. Starting with this version, the metadata group is added with values.
Deprecated features from version 6.3
- The jBPM workflow engine was removed because it was a deprecated engine.
- SOAP services have been removed.
- Database metadata value support has been removed (no longer supports tables OKM_DB_METADATA_TYPE, OKM_DB_METADATA_VALUE and OKM_DB_METADATA_SEQUENCE).
- OMR has been removed from the OpenKM core; now it is an external module.
- Joomla integration has been removed.
- WordPress integration has been removed.
- Terminal Shell plugin has been removed.
- Google Drive integration has been removed.
- Macros extension has been removed.
- Stapling extension has been removed in favour of the relations feature.
- Contact extension has been removed.
- Wiki extension has been removed.
- Bulk uploader based on Java Web Start has been removed.
- The quota feature has been removed (currently will be implemented as a customization).