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..b74ef3c1cb 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**. @@ -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