Mayan EDMS v3.3.8 Release Notes

Release Date: 2020-01-17 // over 4 years ago
    • โšก๏ธ Update literals so the correct paths of pdfinfo, pdftoppm, libreoffice, exiftool and tesseract are found. Relates to Gitlab issue #308
    • ๐Ÿ›  Fix document detached signing. Closes GitLab issue #732. Thanks to holzhannes (@holzhannes) for the report and debug information.
    • ๐Ÿ“š Updated direct deployment documentation to advise users installing in a custom directory to verify the automatically generated supervisor configuration file. Addresses GitLab issue #739
    • โž• Added a note to the LDAP section of the FAQ to assist users with potential local environment issues
    • ๐Ÿ“š Updated docker-compose.yml and documentation to ensure RabbitMQ messages are persistent
    • ๐Ÿ‘Œ Improve the File Storage section of the Documentation
    • โž• Add support and documentation for S3 storage backend
    • ๐Ÿ“š Update documentation push CI stage to delete existing files before uploading new content. GitLab issue #721. Thanks to Chris Whitten (@whit1206) for the report.
    • Ensure that the model property choice field of the template widget is never required, regardless of the required setting of the template field. GitLab issue #748. Thanks to forum user chrimpshrine for the report.
    • โœ‚ Remove repeated raise statement that cause HTML markup to show on upload error display.
    • ๐Ÿ‘Œ Improve file metadata property label.
    • ๐Ÿ‘Œ Improve file metadata property path reading. Will not error out when passed invalid path to the driver as reference.
    • ๐Ÿ‘‰ Make the sandbox template field a required field.
    • ๐Ÿ›  Fix Tag apps API required permissions. The required permissions of the API match those of the view and comply with MERC 0006.
    • ๐Ÿ›  Fix metadata app view permissions layout. The metadata add, edit, and remove permissions are now required for both the document and the the metadata type in order to add, edit or remove a metadata from a document. The HTML and API were updated, as well as the document metadata widget to only show metadata types for which the document metadata view permission is granted.
    • ๐ŸŽ‰ Initialize permissions on every start or installation instead of them being initialized on demand. Closes GitLab issue #757. Thanks to forum user Roberto Novaes (rvnovaes) for the report.
    • Add new entry to the CONVERTER_GRAPHICS_BACKEND_ARGUMENTS setting to allow passing a maximum image pixel count to Pillow. The entry is called 'pillow_maximum_image_pixels' and defaults to 89478485.
    • ๐Ÿ›  Fix document metadata add, edit, and remove redirects.