Version 3.5.5
Posted: Tue Jan 05, 2021 8:01 am
Released: January 5, 2021
Please read the release notes before upgrading: https://docs.mayan-edms.com/releases/3.5.5.html
Package locations
Docker image available at: https://hub.docker.com/r/mayanedms/mayanedms
Python packages available at: https://pypi.org/project/mayan-edms/3.5.5/ and installed via:
This maintenance release includes improvements and fixes from the 3.4 series.
Changes
CD/CI
Removed CD/CI MySQL tests. MySQL does not yet support sliced subqueries. This queryset paradigm is used in Mayan EDMS to avoid keeping temporary lists of IDs in Python memory and allow moving all queryset computation to the database layer. This is the cause of error 1235, "This version of MySQL doesn't yet support 'LIMIT & IN/ALL/ANY/SOME subquery'".
Documents
Allow trashed documents to still display a thumbnail and accurate page count.
Translations
Translation files were merged and include complete translations for existing as well as complete translations for new languages.
User interface
Improved the Single Page App AJAX content escape logic. This avoids an infinite login redirect loop on some browsers.
Views
The reusable primary key URL keyword arguments was updated to avoid self-referencing dictionaries during URL parameter resolution.
Workflows
Trashed documents are now filtered from the active workflow and workflow state document lists.
Removals
Issues closed
Please read the release notes before upgrading: https://docs.mayan-edms.com/releases/3.5.5.html
Package locations
Docker image available at: https://hub.docker.com/r/mayanedms/mayanedms
Python packages available at: https://pypi.org/project/mayan-edms/3.5.5/ and installed via:
Code: Select all
pip install mayan-edms==3.5.5
This maintenance release includes improvements and fixes from the 3.4 series.
Changes
CD/CI
Removed CD/CI MySQL tests. MySQL does not yet support sliced subqueries. This queryset paradigm is used in Mayan EDMS to avoid keeping temporary lists of IDs in Python memory and allow moving all queryset computation to the database layer. This is the cause of error 1235, "This version of MySQL doesn't yet support 'LIMIT & IN/ALL/ANY/SOME subquery'".
Documents
Allow trashed documents to still display a thumbnail and accurate page count.
Translations
Translation files were merged and include complete translations for existing as well as complete translations for new languages.
User interface
Improved the Single Page App AJAX content escape logic. This avoids an infinite login redirect loop on some browsers.
Views
The reusable primary key URL keyword arguments was updated to avoid self-referencing dictionaries during URL parameter resolution.
Workflows
Trashed documents are now filtered from the active workflow and workflow state document lists.
Removals
- None
Issues closed
- None