All Versions
125
Latest Version
Avg Release Cycle
21 days
Latest Release
943 days ago

Changelog History
Page 7

  • v3.4.16 Changes

    August 30, 2020
    • πŸ”€ Merge request !36 "Properly close storage file when CachePartion.create_file contextmanager ends". Thanks to Biel Massot (@biel.massot) for the report, solution, and merge request. Closes GitLab issue #870.
    • ⚑️ Update hardware and operating system requirements.
    • πŸ“š Expand the documentation chapter on languages. GitLab issue #831.
  • v3.4.15 Changes

    August 26, 2020
    • Ensure workflow template field widgets receive an empty mapping when the arguments field is empty. Closes GitLab issue #862. Thanks to Dennis Ploeger (@dploeger) for the report, debug, and diagnostics.
    • Backport events method decorator.
    • ⚑️ Update comments app to use method event decorator. Solves forum issue in topic 2890. Thank to forum user @qra for the report.
    • βž• Add information about settings loading order to the settings chapter. Closes GitLab issue #813. Thanks to Martin (@efelon) for the report and debug information.
    • βž• Add API endpoint to show the valid permissions for a model. The URL is /api/objects/{app}/{model}/permissions/. Forum topic 2858. Thanks to forum user @neuhs for the report.
  • v3.4.14 Changes

    August 18, 2020
    • πŸ›  Fix resolved web link bug introduced by the commit 79ff84f7675ba0d78b1802b9f469fc67074433a0. Thanks to forum user @qra for the report.
    • βž• Add web links API.
    • πŸš€ Release file metadata lock on errors.
    • Raise workflow attribute errors on DEBUG.
    • βž• Add keyword argument to parse_range.
    • βœ‚ Remove extra spaces in document_signatures/storages.py and document_signatures/settings.py.
    • πŸ“‡ Ensure metadata default values are applied when using the REST API. Thanks to forum user @qra for the report and debugging.
  • v3.4.13 Changes

    August 08, 2020
    • 🚚 Ensure tag attach and remove events are committed when using the REST API. GitLab issue #850. Thanks to Olaf (@oohlaf) for the report.
    • πŸ”¦ Expose the document type OCR settings model via the REST API. Closes GitLab issue #851. Thanks to Mike Mansell (@diamondq) for the report.
    • πŸ”¦ Expose the document type parsing settings model via the REST API.
    • βž• Add keyword arguments to the any_stream function.
    • 🏷 Rename event_tag_remove to event_tag_removed.
    • βž• Add support to search documents and document pages by workflow transition comments. Closes GitLab issue #846. Thanks to Sven Gaechter (@sgaechter) for the report.
    • ⚑️ Backport search app icon updates from version 3.5a1.
    • ⚑️ Backport trashed document icon updates from version 3.5a1.
    • πŸ›  Fix post embedded signing redirection URL.
    • ⚑️ Update Django from version 2.2.14 to 2.2.15.
    • ⚑️ Update Sphinx from version 3.0.3 to 3.0.4.
  • v3.4.12 Changes

    July 28, 2020
    • Decode fonts dependencies when downloading. Closes GitLab issue #849. Thanks to Olaf (@oohlaf) for the report and investigation.
    • Unify the delete tag view behavior.
    • ⚑️ Update Django from version 2.2.13 to 2.2.14.
    • Expose Celery settings: CELERY_BROKER_LOGIN_METHOD and CELERY_BROKER_USE_SSL. These default to AMQPLAIN and None respectively.
  • v3.4.11 Changes

    July 18, 2020
    • βœ… Don't assume local filesystem when testing the mirroring app.
    • πŸ›  Fix stale document instance in cascade state actions. Fixes GitLab issue #841. Thanks to Alexander SchlΓΌter (@alexschlueter) for the report, investigation, test code, and suggested solutions.
    • πŸ›  Wrap around long cabinet names in the document card. Fixes GitLab issue #843. Thanks to Will Wright (@fireatwill) for the report and debug information.
    • 🌐 Include non Mayan app translations when switching locales. Closes GitLab issue #848. Thanks to FrΓ©dΓ©ric Sheedy (@fsheedy) for the report.
  • v3.4.10 Changes

    June 24, 2020
    • πŸ›  Fix repeated columns in the document index node list view.
    • Rephrase the help text for the workflow state action and transition condition field.
    • Switch direction of dropdowns when there is not enough area left at the bottom. Close GitLab issue #830. Thanks to Bw (@bwakkie) for the report.
    • 🐳 Minor fixes to the optional services in the default Docker compose file.
    • βž• Add support for selecting texts in cards.
    • πŸ‘ Allow passing environment entries to the Tesseract OCR backend.
    • ⚑️ Update Sphinx from version 2.4.4 to version 3.0.3 and django-cors-headers from version 2.5.2 to version 3.2.1. Closes GitLab issue #835. Thanks to Girum Bizuayehu (@gbizuayehu) for the report.
    • πŸ‘ Allow using non unique GID and UID when starting the Docker image. Closes GitLab issue #834. Thanks to Alexander SchlΓΌter (@alexschlueter) for the report and solution.
    • Fix the storage name used in the DOCUMENTS_CACHE_MAXIMUM_SIZE callback function. Closes GitLab issue #838. Thanks to forum user @Obelix1981 for the report and debug information.
    • βž• Add a dependency tracking for the graphviz dot executable used to generate workflow previews. It is not possible to pass a path to the graphviz Python library therefore this setting is only informational.
    • ⚑️ Update Django from version 2.2.12 to version 2.2.13.
    • Convert the document indexing task retry delay constant into a setting option. The option name is DOCUMENT_INDEXING_TASK_RETRY_DELAY and defaults to the previous value of 5 seconds.
  • v3.4.9 Changes

    May 26, 2020
    • βž• Add the packaging library explicitly as a dependency. Closes GitLab issue #825. Thanks to Martin (@efelon) for the report and debug information.
  • v3.4.8 Changes

    May 25, 2020
    • 🚚 Move django-qsstats-magic to the mayan_statistics app.
    • ⚑️ Update Pillow from version 7.0.0 to 7.1.2.
    • ⚑️ Update Werkzeug from version 1.0.0 to 1.0.1.
    • ⚑️ Update devpi-server from version 5.4.1 to 5.5.0.
    • ⚑️ Update django-celery-beat from version 1.5.0 to 2.0.0.
    • ⚑️ Update translation files.
    • Encapsulate actstream registry inside a EventModelRegistry.
    • πŸ‘Œ Improve default binary path detections in OpenBSD 6.7.
    • πŸ›  Fix README link to installation chapter. Closes GitLab issue #823. Thanks to Matthias LΓΆblich (@startmat) for the report.
    • βž• Add document and document version pre creation hooks.
    • πŸ‘‰ Use pre creation hooks to check quotas before document or document version creation and block user early on before the task is submitted.
    • Wrap around long texts in the panel's body.
    • Wrap around long tags when showing them in a panel's body.
    • 🚚 Move templating to the templating app.
    • πŸ”¦ Expose Django's AUTHENTICATION_BACKENDS setting.
  • v3.4.7 Changes

    April 28, 2020
    • Darken dropdown menu text to increase contrast and legibility.
    • Capture and display double check in and non checked out document checkout attempts. Closes GitLab issue #820. Thanks to Gerald Fuchs (@geraldf) for the report and debug information.
    • 🐳 The Docker volume change owner command is now only run if there is a change in the UID or GID of the container's user. Merge request !81. Thanks to Matthias Bilger (@m42e) for the patch.
    • 🚚 The pip option --no-use-pep517 has been removed from the installation and version 3.4 upgrade documents. Closes GitLab issue #810. Thanks to jhayn49 (@jhayn49) for the report.
    • Replace self.get_object() with self.object where applicable.
    • πŸ›  Fixed HTTP workflow action field_order. Merge request !82. Thanks to Matthias Bilger (@m42e) for the report and the patch.
    • βž• Add MERC 0007 defining the new repository branch layout.
    • βœ‚ Remove outdated development version deployment instructions. Closes GitLab issue #821. Thanks to Gerald Fuchs (@geraldf) for the report.