All Versions
36
Latest Version
Avg Release Cycle
23 days
Latest Release
1783 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v2.0.2 Changes
February 09, 2016- โ Install testing dependencies when installing development dependencies.
- ๐ Fix GitLab issue #250 "Empty optional lookup metadata trigger validation error".
- ๐ Fix OCR API test.
- ๐ Move metadata form value validation to .clean() method.
- ๐ป Only extract validation error messages from ValidationError exception instances.
- ๐ Don't store empty metadata value if the update checkbox is not checked.
- โ Add 2 second delay to document version tests to workaround MySQL limitation.
- ๐ป Strip HTML tags from the browser title.
- โ Remove Docker and Docker Compose files.
-
v2.0.1 Changes
January 22, 2016- ๐ Fix GitLab issue #243, "System allows a user to skip entering values for a required metadata field while uploading a new document"
- ๐ Fix GitLab issue #245, "Add multiple metadata not possible"
- โก๏ธ Updated Vagrantfile to provision a production box too.
-
v2.0 Changes
December 04, 2015- ๐ New source homepage: https://gitlab.com/mayan-edms/mayan-edms
- โก๏ธ Update to Django 1.7
- ๐ New Bootstrap Frontend UI
- Easier theming and rebranding
- ๐ Improved page navigation interface
- Menu reorganization
- Removal of famfam icon set
- ๐ Improved document preview generation
- Document submission for OCR changed to POST
- ๐ New YAML based settings system
- Removal of auto admin creation as separate app
- Removal of dependencies
- ๐จ ACL system refactor
- Object access control inheritance
- ๐ Removal of anonymous user support
- ๐ Metadata validators refactor
- ๐ Trash can support
- Retention policies
- ๐ Support for sharing indexes as FUSE filesystems
- Clickable preview images titles
- Removal of eval
- ๐ Smarter OCR, per page parsing or OCR fallback
- ๐ Improve failure tolerance (not all Operational Errors are critical now)
- RGB tags
- 0๏ธโฃ Default document type and default document source
- ๐ Link unbinding
- ๐จ Statistics refactor
- ๐ Apps merge
- ๐ New signals
- โ Test improvements
- Indexes recalculation after document creation too
- โฌ๏ธ Upgrade command
- ๐ OCR data moved to ocr app from documents app
- ๐ New internal document creation workflow return a document stub
- ๐ฒ Auto console debug logging during development and info during production
- ๐ New class based and menu based navigation system
- ๐ New class based transformations
- Usage of Font Awesome icons set
- ๐ Management command to remove obsolete permissions:
purgepermissions
- Normalization of 'title' and 'name' fields to 'label'
- ๐ Improved API, now at version 1
- ๐ป Invert page title/project name order in browser title
- Django's class based views pagination
- Reduction of text strings
- Removal of the CombinedSource class
- 0๏ธโฃ Removal of default class ACLs
- Removal of the ImageMagick and GraphicsMagick converter backends
- โ Remove support for applying roles to new users automatically
- Removal of the DOCUMENT_RESTRICTIONS_OVERRIDE permission
- โ Removed the page_label field
-
v1.1.1 Changes
May 21, 2015- โก๏ธ Update to Django 1.6.11
- ๐ Fix make_dist.sh script
- โ Add test for issue #163
- โ Activate tests for the sources app
- Removal of the registration app
- ๐ New simplified official project description
- ๐ Improvements to the index admin interface
- Removal of installation statistics gathering
- โ Remove unused folder tag
- ๐ Fix usage of ugettext to ugettext_lazy
- ๐ Increase size of the lock name field
- ๐ New style documentation
-
v1.1 Changes
February 10, 2015- ๐ Uses Celery for background tasks
- Removal of the splash screen
- โ Adds a home view with common function buttons
- ๐ Support for sending and receiving documents via email
- โ Removed custom logging app in favor of django-actvity-stream
- โ Adds watch folders
- โ Includes Vagrant file for unified development and testing environments
- Per user locale profile (language and timezone)
- Includes news document workflow app
- ๐ Optional and required metadata types
- ๐ Improved testings. Automated tests against SQLite, MySQL, PostgreSQL
- Many new REST API endpoints added
- Simplified text messages
- ๐ Improved method for custom settings
- โ Addition of CORS support to the REST API
- Per document language setting instead of per installation language setting
- ๐ Metadata validation and parsing support
- โก๏ธ Start of code updates towards Python 3 support
- ๐ป Simplified UI
- Stable PDF previews generation
- ๐ More technical documentation
-
v1.0 Changes
August 27, 2014- ๐ New home @ https://github.com/mayan-edms/mayan-edms
- โก๏ธ Updated to use Django 1.6
- โก๏ธ Translation updates
- Custom model properties removal
- Source code improvements
- Removal of included 3rd party modules
- โ Automatic testing and code coverage check
- โก๏ธ Update of required modules and libraries versions
- ๐ Database connection leaks fixes
- ๐ Support for deletion of detached signatures
- Removal of Fabric based installations script
- ๐ Pluggable OCR backends
- OCR improvements
- License change, Mayan EDMS in now licensed under the Apache 2.0 License
- ๐ฆ PyPI package, Mayan EDMS in now available on PyPI: https://pypi.python.org/pypi/mayan-edms/
- ๐ New REST API