mayan-edms v2.1 Release Notes

Release Date: 2016-05-14 // almost 8 years ago
    • ⬆️ Upgrade to use Django 1.8.13. Issue #246.
    • ⬆️ Upgrade requirements.
    • ✂ Remove remaining references to Django's User model. GitLab issue #225
    • 📇 Rename 'Content' search box to 'OCR'.
    • ✂ Remove included login required middleware using django-stronghold instead (http://mikegrouchy.com/django-stronghold/).
    • 👌 Improve generation of success and error messages for class based views.
    • ✂ Remove ownership concept from folders.
    • Replace strip_spaces middleware with the spaceless template tag. GitLab issue #255
    • 📇 Deselect the update checkbox for optional metadata by default.
    • ⚠ Silence all Django 1.8 model import warnings.
    • Implement per document type document creation permission. Closes GitLab issue #232.
    • ➕ Add icons to the document face menu links.
    • Increase icon to text spacing to 3px.
    • 👉 Make document type delete time period optional.
    • 🛠 Fixed date locale handling in document properties, checkout and user detail views.
    • ➕ Add new permission: checkout details view.
    • ➕ Add HTML5 upload widget. Issue #162.
    • ➕ Add Message of the Day app. Issue #222
    • ⚡️ Update Document model's uuid field to use Django's native UUIDField class.
    • ➕ Add new split view index navigation
    • 🆕 Newly uploaded documents appear in the Recent document list of the user.
    • 👍 Document indexes now have ACL support.
    • ✂ Remove the document index setup permission.
    • Status messages now display the object class on which they operate not just the word "Object".
    • ✅ More tests added.
    • 🖐 Handle unicode filenames in staging folders.
    • ➕ Add staging file deletion permission.
    • New document_signature_view permission.
    • ➕ Add support for signing documents.
    • 👍 Instead of multiple keyservers only one keyserver is now supported.
    • Replace document type selection widget with an opened selection list.
    • ➕ Add mailing documentation chapter.
    • ➕ Add roadmap documentation chapter.
    • ⚡️ API updates.