Fix documentation typos. Expand ignored wordlist.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-10-07 04:43:24 -04:00
parent efc17eb075
commit 36f21b063d
7 changed files with 57 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ Released: September 21, 2018
- Add test mixin to test the db conversion (dumping and loading) of a
specific app.
- Add an user test mixin to group user testing.
- Add test the user managament app for database conversion.
- Add test the user management app for database conversion.
- Add support for natural keys to the DocumentPageImageCache model.
- Add database conversion test to the common app.
- Fix label display for resolved smart links when not using a dynamic

View File

@@ -46,7 +46,7 @@ The same applies to text content extracted for the document::
Other changes
~~~~~~~~~~~~~
* Fix the link to the documenation. Closes GitLab issue #516.
* Fix the link to the documentation. Closes GitLab issue #516.
Thanks to Matthias Urlichs @smurfix for the report.
* Update related links. Add links to the new Wiki and Forum.
* Add Redis config entries in the Docker images to disable

View File

@@ -321,7 +321,7 @@ Other changes
indexing and parsing, setup link.
- Add cascade permission check to the index rebuild tool link.
- The index rebuild tool now responds with the number of indexes
queued to rebuild instead of a static acknowledment.
queued to rebuild instead of a static acknowledgment.
- Add missing permission check to the document duplicate scan
link.
- Update forum link in the about menu.