All Versions
64
Latest Version
Avg Release Cycle
45 days
Latest Release
1684 days ago

Changelog History
Page 5

  • v0.6.1 Changes

    May 09, 2016
    • ๐Ÿ‘ Allow SQLAlchemy 0.9.x for now
    • ๐Ÿ‘ Allow application/x-pdf mime type.
  • v0.6.0 Changes

    April 29, 2016
    • โฌ†๏ธ Upgrade SQLAlchemy to 1.0+.
    • Dump config in sysinfo admin panel

    Cleanup:

    • โฌ†๏ธ Upgrade deps
    • ๐Ÿ’… Reformat code using Google style rule

    0.5.3-0.5.6 (2016-03-17)

    ๐Ÿ”‹ Features:

    • dynamic row widget options to add controls at the bottom (23 hours ago)

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  fix datatable optionalcriterion filter (2 days ago)
    • ๐Ÿ›  fix jquery datable jqmigrate warning (2 days ago)
    • ๐Ÿ›  fix search criterion outerjoin (6 days ago)
    • textsearch criterion mysterious onclause fix (9 days ago)

    Cleanup:

    • โฌ†๏ธ Upgrade deps
    • ๐Ÿ’… Reformat code using Google style rule
  • v0.5.2 Changes

    February 16, 2016
    • ๐Ÿ›  Fix IPv6 / GeoIP issue
    • ๐Ÿ‘Œ Improve debug toolbar
    • ๐Ÿ‘Œ Improve dashboard
    • โฑ Celery: expire task before next run scheduled
  • v0.5.1 Changes

    January 29, 2016
    • โž• add security debug panel: shows permissions and roles assignments
    • faster query_with_permission()
    • ๐Ÿ›  Fix: user administration could remove non-assignable roles
    • Subforms (Form used in FormFields / ListFormFields / etc) can filter their fields according to permission passed to top Form.
  • v0.5.0 Changes

    November 20, 2015
    • Editable comments
    • โฌ†๏ธ Upgrade SQLAlchemy to 0.9
    • Admin: add Tag panels
  • v0.4.5 Changes

    October 15, 2015

    ๐Ÿ‘Œ Improvements and updates

    
    - ๐Ÿ’ฅ Breaking: minor schemas changes. Migrations needed for existing applications
    - ๐Ÿท tags in 'default' namespace are indexed in document's text for full text
      search on tag label
    - age filter has a new option to show full date when date is not today
    - โš™ run command: add `--ssl` option
    - admin: manage groups membership from user page
    - โšก๏ธ updated requirements to ensure sane minimum versions
    - Role based access control makes more permissions checks againts roles and less
      simple role check
    
    ๐Ÿ›  Fixes
    ~~~~~
    
    - ๐Ÿ›  fixes for celery workers
    - ๐Ÿ›  fix: check user has role on object with global role
    - ๐Ÿ›  fix: check user has roles through group membership
    
  • v0.4.4 Changes

    August 07, 2015

    ๐Ÿ’ป Design / UI

    
    - Navbar is now non-fluid.
    
    โšก๏ธ Updates
    ~~~~~~~
    
    - โฌ†๏ธ Upgrade Jinja to 2.8 and Babel to 2.0
    
    ๐Ÿ›  Fixes
    ~~~~~
    
    - ๐Ÿ›  Fixed image cropping.
    
  • v0.4.3 Changes

    July 29, 2015

    ๐Ÿš€ Another release because there was a version number issue with the previous one.

  • v0.4.2 Changes

    July 29, 2015

    ๐Ÿ›  Bugfixes / cleanup

    
    - ๐Ÿ‘ Replace Scribe by CKEditor for better IE compatibility.
    - ๐Ÿ›  Smaller bug fixes and code cleanups
    
  • v0.4.1 Changes

    July 21, 2015

    ๐Ÿ›  Bugfixes / cleanup

    
    - permission: no-op when service not running
    - ๐Ÿ›  JS fixes
    - ๐Ÿ›  CSS fixes
    - https://github.com/mitsuhiko/flask/issues/1135