diff --git a/HISTORY.rst b/HISTORY.rst index f5628d6141..fed7352068 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,9 +1,9 @@ -2.7.2 (2017-09-XX) +2.7.2 (2017-09-06) ================== - Fix new mailer creation view. GitLab issue #431. Thanks to Robert Schöftner (@robert.schoeftner) for the report and the solution. -- Consolidate intial document created event and the first +- Consolidate intial document created event and the first document properties edited events. Preserve the user that initially creates the document. GitLab issue #433. Thanks to Jesaja Everling (@jeverling) for the report. @@ -20,7 +20,7 @@ - Support unicode in URL querystring. GitLab issue #423. Thanks to Gustavo Teixeira (@gsteixei) for the find. - Import errors during initialization are only ignored - if they are cause by a missing local.py. Thanks to + if they are cause by a missing local.py. Thanks to MacRobb Simpson for the report and solution. - Make sure the local.py created used unicode for strings by default. GitLab issue #424. Thanks to Gustavo Teixeira diff --git a/docs/releases/2.7.2.rst b/docs/releases/2.7.2.rst index 8629622b33..2a85dc1095 100644 --- a/docs/releases/2.7.2.rst +++ b/docs/releases/2.7.2.rst @@ -2,25 +2,44 @@ Mayan EDMS v2.7.2 release notes =============================== -Released: September XX, 2017 +Released: September 06, 2017 What's new ========== -- Fix new mailer creation view. GitLab issue #431. - Thanks to Robert Schöftner (@robert.schoeftner) for the - report and the solution. -- Consolidate intial document created event and the first - document properties edited events. Preserve the user that - initially creates the document. GitLab issue #433. Thanks - to Jesaja Everling (@jeverling) for the report. -- Sort the list of root cabinets. Thanks to Thomas Plotkowiak - for the request. -- Sort the list of a document's cabinets. -- Display a document's cabinet list in italics. GitLab issue #435. - Thanks to LeVon Smoker for the request. -- Install mock by default to allow easier testing of deployed - instances. +Fixes to the new mailer creation view +------------------------------------- +Some last minute changes to the dynamic form creation code added to support +workflow state actions broke the creation of new mailer profiles. This is fixed +now and a test was added to avoid future regressions. GitLab issue #431. +Thanks to Robert Schöftner (@robert.schoeftner) for the report and the solution. + +Event consolidation +------------------- +Several events were created to audit the creation of new documents. These events +caused some confusion and were improved. When creating a new document the two +'document properties edited' events were removed as this is an internal process +and not an user event. Another change is the preservation of the user ID that +submits the file to create the document. Now instead of 'System' the actual +username of the user that uploaded the document will appear in the events log. +GitLab issue #433. Thanks to Jesaja Everling (@jeverling) for the report. + +Cabinet list sorting +-------------------- +The root cabinet list is now displayed alphabetically sorted. The list of +cabinets to which a document belongs to is now displayed sorted too. Thanks +to Thomas Plotkowiak for the request. + +Visual cue for the document cabinet list +---------------------------------------- +In the document list item view, a simple visual cue in the form of italized +text was added to the document cabinet list. GitLab issue #435. Thanks to LeVon +Smoker for the request. + +Easier testing of production deployments +---------------------------------------- +The testing library mock is now installed by default, making it easier to run +the entire test suit on deployed instances. Removals -------- @@ -76,5 +95,7 @@ Bugs fixed or issues closed =========================== * `GitLab issue #431 `_ can't create new mailer +* `GitLab issue #433 `_ Events are not created correctly for document upload +* `GitLab issue #435 `_ Add visual cue to differentiate the Cabinet list on a document's preview card. .. _PyPI: https://pypi.python.org/pypi/mayan-edms/ diff --git a/docs/releases/index.rst b/docs/releases/index.rst index 8293d07856..1cfcbc3298 100644 --- a/docs/releases/index.rst +++ b/docs/releases/index.rst @@ -22,6 +22,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 2.7.2 2.7.1 2.7 2.6.4 diff --git a/docs/topics/.development.rst.swp b/docs/topics/.development.rst.swp new file mode 100644 index 0000000000..57cb51857d Binary files /dev/null and b/docs/topics/.development.rst.swp differ