All Versions
36
Latest Version
Avg Release Cycle
23 days
Latest Release
2149 days ago

Changelog History
Page 1

  • v3.0b2

    May 10, 2018
  • v3.0.b2

    May 10, 2018
  • v3.0.b1

    April 10, 2018
  • v2.7.3 Changes

    September 11, 2017
    • πŸ›  Fix task manager queue list view. Thanks to LeVon Smoker for the report.
    • πŸ›  Fix resolved link class URL mangling when the keep_query argument is used. Thanks to Nick Douma (LordGaav) for the report and diagnostic information. Fixes source navigation on the document upload wizard.
  • v2.7.2 Changes

    September 06, 2017
    • πŸ›  Fix new mailer creation view. GitLab issue #431. Thanks to Robert SchΓΆftner (@robert.schoeftner) for the report and the solution.
    • Consolidate intial document created event and the first document properties edited events. Preserve the user that initially creates the document. GitLab issue #433. Thanks to Jesaja Everling (@jeverling) for the report.
    • Sort the list of root cabinets. Thanks to Thomas Plotkowiak for the request.
    • Sort the list of a document's cabinets.
    • Display a document's cabinet list in italics. GitLab issue #435. Thanks to LeVon Smoker for the request.
    • πŸš€ Install mock by default to allow easier testing of deployed instances.
  • v2.7.1 Changes

    September 03, 2017
    • πŸ‘Œ Support unicode in URL querystring. GitLab issue #423. Thanks to Gustavo Teixeira (@gsteixei) for the find.
    • Import errors during initialization are only ignored if they are cause by a missing local.py. Thanks to MacRobb Simpson for the report and solution.
    • πŸ‘‰ Make sure the local.py created used unicode for strings by default. GitLab issue #424. Thanks to Gustavo Teixeira (@gsteixei) for the find.
  • v2.7 Changes

    August 30, 2017
    • βž• Add workaround for PDF with IndirectObject as the rotation value. GitHub #261.
    • βž• Add ACL list link with icon and use it for the document facet menu.
    • πŸ›  Fix mailing app permissions labels.
    • βž• Add ACLs link and ACLs permissions to the mailer profile model.
    • πŸ‘Œ Improve mailer URL regex.
    • βž• Add ordering support to the SourceColumn class. GitLab issue #417.
    • πŸ‘‰ Shows the cabinets in the document list. GitLab #417 @corneliusludmann
    • βž• Add workaround for pycountry versions without the bibliographical key. GitHub issue #250.
    • Skip UUID migration on Oracle backends. GitHub issue #251.
    • πŸ‘ Allow changing the output format, DPI of the pdftoppm command, and the output format of the converter via the CONVERTER_GRAPHICS_BACKEND_CONFIG setting. GitHub issues #256 #257 GitLab issue #416.
    • βž• Add support for workflow triggers.
    • βž• Add support for workflow actions.
    • βž• Add support for rendering workflows.
    • βž• Add support for unbinding sub menus.
    • πŸ›  Fix mailing profile test view.
    • Disregard the last 3 dots that mark the end of the YAML document.
    • βž• Add support for multiple dashboards.
    • βž• Add support for removing dashboard widgets.
    • Convert document version view to item list view.
    • βž• Add support for browsing individual document versions.
    • βž• Add support for dropdown menus to the item list view template.
    • βž• Add support for preserving the file extenstion when downloading a document version. GitLab #415.
    • πŸ“œ Split OCR app into OCR and parsing.
    • βœ‚ Remove Folders app.
    • πŸ‘‰ Use the literal 'System' instead of the target name when the action user in unknown.
    • βœ‚ Remove the view to submit all document for OCR.
    • πŸ“‡ When changing document types, don't delete the old metadata that is also found in the new document type. GitLab issue #421.
    • βž• Add tag attach and tag remove events.
    • πŸ”„ Change the permission needed to attach and remove tags.
    • βž• Add HTTP POST workflow state action.
    • βž• Add access control grant workflow state action.
    • πŸ‘ Beta Python 3 support.
  • v2.6.4 Changes

    July 26, 2017
    • βž• Add missing replacements of reverse to resolve_url.
  • v2.6.3 Changes

    July 25, 2017
    • βž• Add makefile target to launch a PostgreSQL container.
    • πŸ‘‰ Use resolve_url instead of redirect to resolve the post login URL.
    • ⬆️ Make the intialsetup and performupgrade management tasks work with signals to allow customization from 3rd party apps.
    • PEP8 cleanups.
    • Add tag_ids keyword argument to the Source.handle_upload model method. GitLab issue #413.
    • βž• Add overflow wrapping so wrap long titles in Firefox too.
    • πŸ‘‰ Makes Roles searchable. GitLab issue #402.
    • βž• Add line numbers to the debug and production loggers. Add date and time to the production logger.
    • βž• Add support for generating setup.py from a template. GitLab #149 #200.
    • βž• Add fade in animation to document images.
  • v2.6.2 Changes

    July 19, 2017
    • πŸ›  Fix deprecation warning to prepare upgrade to Django 1.11 and 2.0.
    • πŸ›  Fix document page zoom.
    • βž• Add support to run tests against a MySQL, Postgres or Oracle container.
    • πŸ‘Œ Improve tag widget customization by moving the markup to its own template.
    • πŸ›  Fix document page widget appearance in the document page list view.
    • πŸ‘‰ Make document version order deterministic.
    • πŸ‘ Allow total page number instrospection of encrypted PDF with non ASCII user properties. GitLab issue #411.
    • ⚑️ Oracle database compatibility update in the cabinets app. GitHub #258.