From 928d86088af5b9a99121d6fc361b8c1655bcb3dc Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 14 Mar 2016 22:35:54 -0400 Subject: [PATCH] Update release notes for 2.1 --- HISTORY.rst | 1 - docs/releases/2.1.rst | 31 ++++++++++++++++++++++++++++++- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 0f4c02e4ac..3258059bf9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -12,7 +12,6 @@ - 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 size by 10%. - 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. diff --git a/docs/releases/2.1.rst b/docs/releases/2.1.rst index fd49997944..4e64f09a8e 100644 --- a/docs/releases/2.1.rst +++ b/docs/releases/2.1.rst @@ -7,7 +7,30 @@ Released: April, 2016 What's new ========== +- Upgrade to use Django 1.8.8. +- Remove remaining references to Django's User model. +- 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. +- Deselect the update checkbox for optional metadata by default. +- Implement per document type document creation permission. +- Make document type delete time period optional. +- Fixed date locale handling in document properties, checkout and user detail views. +- Add HTML5 upload widget. Issue #162. +- Add Message of the Day app. Issue #222 + +Other changes +============= +- Upgrade requirements. +- Rename 'Content' search box to 'OCR'. +- Silence all Django 1.8 model import warnings. +- Add icons to the document face menu links. +- Increase icon to text spacing to 3px. +- Add new permission: checkout details view. - Add HTML tags stripping to the browser title generation template. +- Folder and Tag creation API calls now return the id of the created instances. + Removals -------- @@ -62,6 +85,12 @@ Backward incompatible changes Bugs fixed or issues closed =========================== -* `GitLab issue #250 `_ Empty optional lookup metadata trigger validation error. +* `GitLab issue #162 `_ Add HTML5 file uploader. +* `GitLab issue #222 `_ Add notice board or Message of the Day. +* `GitLab issue #225 `_ Remove hard coded User model. +* `GitLab issue #232 `_ "Create documents" is a blanket permission for a user to create a document of any document type. +* `GitLab issue #246 `_ Upgrade to Django version 1.8 as Django 1.7 is end-of-life. +* `GitLab issue #255 `_ UnicodeDecodeError in apps/common/middleware/strip_spaces_widdleware.py. + .. _PyPI: https://pypi.python.org/pypi/mayan-edms/