diff --git a/HISTORY.rst b/HISTORY.rst index 1c1fdfe29b..543e28fcb2 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -17,6 +17,15 @@ Next (2018-XX-XX) - Merge base64 filename patch from Cornelius Ludmann. - SearchModel retrun interface changed. The class no longer returns the result_set value. Use the queryset returned instead. - Update to Font Awesome 5. +- Turn Mayan EDMS into a single page app. +- Split base.js into mayan_app.js, mayan_image.js, partial_navigation.js. +- Add a HOME_VIEW setting. Use it for the default view to be loaded. +- Fix bug in document page view. Was storing the URL and the querystring as a single url variable. +- Use history.back instead of history.go(-1). +- Don't use the previous variable when canceling a form action. Form now use only javascript's history.back(). +- Add template and modal to display server side errors. +- Remove the unused scrollable_content internal feature. +- Remove unused animate.css package. 2.8 (2018-02-27) ================