Mayan EDMS v3.4.2 Release Notes

Release Date: 2020-04-02 // about 4 years ago
    • ๐Ÿ›  Fix search forms action URLs. Closes GitLab issue #802. Thanks to holzhannes (@holzhannes) for the report and debug information.
    • โšก๏ธ Update document deletion message to say the documents were submitted for deletion and not actually deleted at the moment of the request.
    • ๐Ÿ— Detect if devpi-server is installed before building the Docker image.
    • โฌ†๏ธ Re-add SQLite3 upgrade test now that the code upgrades from two Django 2.2 versions.
    • ๐Ÿ‘ Allow apps to inject their own head or foot templates to the root template.
    • Added new document setting DOCUMENTS_LIST_THUMBNAIL_WIDTH to control the size of the thumbnails on list view mode.
    • Added document head template to inject the DOCUMENTS_LIST_THUMBNAIL_WIDTH as a CSS style.
    • ๐Ÿ‘‰ Show the full path to the cabinet on cabinet search results.
    • โž• Add support for index instance search.
    • โž• Add support for search for cabinets by their document basic attributes.
    • โž• Add support for app passthru URL patterns.