Mayan EDMS v3.0.2 Release Notes

Release Date: 2018-08-16 // over 5 years ago
    • 🐳 Docker install script: Default to verbose.
    • 🐳 Docker install script: Increase startup timer to 10 seconds.
    • 🐳 Docker install script: Allow configuring the PostgreSQL port.
    • πŸ“š Documentation: Add deployment step that configures Redis to discard unused task data when it runs out of memory.
    • πŸ‘ Index app: Add natural key support to the Index model.
    • πŸ‘ Mailer app: Add natural key support to the mailer app.
    • Cabinets: Redirect to the cabinet list view after creating a new cabinet.
    • πŸ— Builds: Limit the number of branches that trigger the full test suit.
    • πŸ“œ Converter app: Fix crop transformation argument parsing.
    • Converter app: Add error checking to the crop transformation arguments. Thanks to Jordan Wages (@wagesj45) for the report and investigation on the issue. Closes GitLab issue #490
    • Common app: Fix post login redirection to honor the ?next= URL query string argument. Thanks go to K.C. Wong (@dvusboy1). Closes GitLab issue #489.
    • 🐳 Docker install script: Detect if Docker installed and provide help text if not.
    • ⚑️ Sources app: Update dropzone.js' timeout from 30 seconds to 120 to allow upload of large files on slow connections.
    • πŸ“š Documentation: Increase gunicorn's timeout from 30 seconds to 120.
    • Documents app: Display error when attempting to recalculate the page count of an empty document (document stub that has no document version).
    • Appearance app: Include querystring when force reload of a bare template view.
    • Documents app: Fix trashed document count and document page count swapped dashboard icons.
    • Documents app: Rename the multi document download link from "Download" to "Advanced download" for consistency.
    • πŸ“š Documentation: Remove code statistics from the documentation.
    • πŸ“š Documentation: Remove the pending work chapter. This is now available in the Wiki: wiki.mayan-edms.com
    • πŸ‘ Appearance app: Add support for hiding a links icon. Hide all object menu links' icons.
    • Documents app: Hide the title link of documents in the trash.
    • Workflow app: Define a redirection after workflow actions are edited.
    • Appearance app: avoid setting window.location directly to avoid exploit of cross site scripting. Thanks to Lokesh (@lokesh1095) for the report and solution. Closes GitLab issue #494.
    • Cabinets app: Escape cabinet labels to avoid possible exploit of cross site scripting. Thanks to Lokesh (@lokesh1095) for the report and proposed solutions. Closes GitLab issue #495.
    • 🌐 Language translation synchonization.