Add extlinks entry to reference forum topics

Allow adding links to forum topics with ease in the
documentation.

Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-08-22 00:09:24 -04:00
parent e45443fdea
commit cb14224fde
3 changed files with 8 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
file_metadata app. file_metadata app.
* Add internal_name field to workflow serializer. * Add internal_name field to workflow serializer.
Fixes workflow API creation view. Fixes workflow API creation view.
* Fix document cabinet list view. Thanks for forum user * Fix document cabinet list API view. Thanks for forum user
"jere" for the report. Forum topic 1039. "jere" for the report. Forum topic 1039.
3.2.6 (2019-07-10) 3.2.6 (2019-07-10)

View File

@@ -242,6 +242,9 @@ extlinks = {
mayan.__django_version__ mayan.__django_version__
), 'Django documentation section: ' ), 'Django documentation section: '
), ),
'forum-topic': (
'https://forum.mayan-edms.com/viewtopic.php?t=%s', 'Forum topic #'
),
'github-issue': ( 'github-issue': (
'https://github.com/mayan-edms/mayan-edms/issues/%s', 'GitHub issue #' 'https://github.com/mayan-edms/mayan-edms/issues/%s', 'GitHub issue #'
), ),

View File

@@ -8,15 +8,15 @@ Changes
------- -------
- Fix checkouts form bug. Fixes GitLab issue #654 - Fix checkouts form bug. Fixes GitLab issue #654
Thanks to Lucius Schaerer (@lschaer1) for the report. Thanks to Lucius Schaerer (@lschaer1) for the report.
- Disable pagination current page button - Disable pagination current page button
Current page button was clickable and would cause the Current page button was clickable and would cause the
single page navigation to jump to the home view. single page navigation to jump to the home view.
- Remove redundant Celery queue declarations from the - Remove redundant Celery queue declarations from the
file_metadata app. file_metadata app.
- Add internal_name field to workflow serializer. - Add internal_name field to workflow serializer.
Fixes workflow API creation view. Fixes workflow API creation view.
- Fix document cabinet list view. Thanks for forum user - Fix document cabinet list API view. Thanks for forum user
"jere" for the report. Forum topic 1039. "jere" for the report. Forum topic 1039.
Removals Removals
@@ -111,5 +111,6 @@ Bugs fixed or issues closed
--------------------------- ---------------------------
- :gitlab-issue:`654` Internal Server Error, Document Checkout - :gitlab-issue:`654` Internal Server Error, Document Checkout
- :forum-topic:`1039` Re: /api/documents/{id}/cabinets returns 500
.. _PyPI: https://pypi.python.org/pypi/mayan-edms/ .. _PyPI: https://pypi.python.org/pypi/mayan-edms/