From a4da16d8a189572e96d046cc05a18250444b1956 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 22 May 2012 15:20:15 -0400 Subject: [PATCH] Update upgrade steps to include dynamic_search app migration --- docs/releases/0.13.rst | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/docs/releases/0.13.rst b/docs/releases/0.13.rst index 172bbe41b5..ff9ce4fac8 100644 --- a/docs/releases/0.13.rst +++ b/docs/releases/0.13.rst @@ -13,11 +13,16 @@ Overview * Send document or document links via E-mail * Document previews and page previews navigation improvements * Ability to delete detached signatures +* Specialized search via Haystack + + * Haystack is setup to use Whoosh by default but user can choose to use + any of the other search backends supported by Haystack. What's new in Mayan EDMS v0.13 ============================== + E-mail document source ~~~~~~~~~~~~~~~~~~~~~~ POP3 and IMAP @@ -26,9 +31,11 @@ POP3 and IMAP Send document or document links via E-mail ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + Haystack ~~~~~~~~ + Upgrading from a previous version ================================= @@ -44,6 +51,8 @@ Afterwards migrate existing database schema with:: $ ./manage.py migrate sources 0001 --fake $ ./manage.py migrate sources + $ ./manage.py migrate dynamic_search 0001 --fake + $ ./manage.py migrate dynamic_search Issue the following command to index existing documents in the new full text search database:: @@ -55,12 +64,13 @@ Once the full text initial indexing ends, the upgrade procedure is complete. Backward incompatible changes ============================= -None so far +None + Bugs fixed ========== -* Metadata unicode fixes, while creating new documents. -* Update indexes when renaming document +* Metadata unicode fixes while creating new documents. +* Fixed document index link filename when renaming document the source document. Stuff removed