From 548ed441f6f4127b0b8860f9364933be4418073c Mon Sep 17 00:00:00 2001 From: Mathias Behrle Date: Tue, 10 Feb 2015 13:14:38 +0100 Subject: [PATCH 1/2] Review of last doc changes. --- HISTORY.rst | 6 +++--- docs/releases/1.1.rst | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index b6ac0aeb3b..de2906472f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,7 +1,7 @@ 1.1 (2015-02-10) ================ -- Uses Celery for backgroung tasks +- Uses Celery for background tasks - Removal of the splash screen - Adds a home view with common function buttons - Support for sending and receiving documents via email @@ -11,9 +11,9 @@ - Per user locale profile (language and timezone) - Includes news document workflow app - Optional and required metadata types -- Improved testings. Tested againsta SQLite, MySQL, PostgreSQL +- Improved testings. Automated tests against SQLite, MySQL, PostgreSQL - Many new REST API endpoints added -- Simplfied text messages +- Simplified text messages - Improved method for custom settings - Addition of CORS support to the REST API - Per document language setting instead of per installation language setting diff --git a/docs/releases/1.1.rst b/docs/releases/1.1.rst index e537425934..97a2cc7cdd 100644 --- a/docs/releases/1.1.rst +++ b/docs/releases/1.1.rst @@ -146,7 +146,7 @@ Instead the fully qualified name of the class must be passed as the setting valu Removal of the OCR config setting ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -OCR behavior is now a document type property meaning that is can be turned +OCR behavior is now a document type property meaning that it can be turned on or off for specific document types. @@ -154,12 +154,12 @@ Per document language setting ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Previously the document language used for OCR was specified for the entire installation. If documents in multiple languages were uploaded some suffered -lower successes rates. Now the language of each document can be specified. +lower success rates. Now the language of each document can be specified. Metadata validation and parsing support ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -It is now possible to create function to validate metadata value input or +It is now possible to create functions to validate metadata value input or parse and store corrected values. Three sample metadata validations functions are included: ``Parse date and time``, ``Parse date`` and ``Parse time``. @@ -172,7 +172,7 @@ Bootstrap UI migration has advanced greatly. Simplified UI ~~~~~~~~~~~~~ -All user actions as well as the logout button as now under the user functions +All user actions as well as the logout button are now under the user functions section. @@ -184,7 +184,7 @@ spurious segmentation faults at the expense of a small speed penalty. More technical documentation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Many new sub topics were added to the development section of the document +Many new sub topics were added to the development section of the documentation to allow developers to better understand the inner workings and philosophies of **Mayan EDMS**. From c0827980c4dd4e77de187b3b8dc23585b8804ba8 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 10 Feb 2015 08:39:48 -0400 Subject: [PATCH 2/2] Issue #154 to the version 1.1 release notes --- docs/releases/1.1.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/releases/1.1.rst b/docs/releases/1.1.rst index 97a2cc7cdd..b74ef3c1cb 100644 --- a/docs/releases/1.1.rst +++ b/docs/releases/1.1.rst @@ -355,6 +355,7 @@ Bugs fixed or issues closed * `issue #150 `_ Double second menu entry * `issue #152 `_ Document content empty * `issue #153 `_ south migration with postgres: documents: 031_remove_orphan_documents +* `issue #154 `_ south migration with postgres: tags: 0002_auto__add_tag__chg_field_tagproperties_tag * `issue #157 `_ upload new version of a document not working * `issue #158 `_ Plural form not matching singular form in ocr app bug i18n