Skip to content

Cryptic Curmudgeon

Choose a tag to compare

@dleffler dleffler released this 08 Nov 22:48
· 5841 commits to master since this release

Added / Fixed / changed for 2.2.3

Address issues in v2.2.2 and finally remove features deprecated in v2.2.0

  • changes use/function of the 'create' permission
    -- 'create' permission is NO longer automatically tied to an 'edit' permission
    -- a user with the 'create' permission may also edit and delete items which they have created
    -- an 'edit' permission is required to edit other users' items and likewise for delete
    -- an 'edit' permission by itself will NOT allow creation of new items
  • adds user group 'global' permissions/restrictions to: prevent file uploading, prevent user profile changes, hide individual exponent/slingbar menus, or the entire slingbar
    -- restrictions apply to all non-admin users assigned to that user group
  • now enforces non-public page and hidden module restrictions to content on/in those pages/modules to prevent access by search engines, etc...
  • adds 'noindex' and 'nofollow' SEO meta tag options to pages/items to prevent addition to search engines
  • revises navigation flyout sidebar view to display module title vertically and allow more than one navigation flyout sidebar on a page
    ** NOTE, any previous use of the navigation flyout sidebar contents will be invisible since we move away from a single hard-coded source reference!
  • adds forms showall view data filtering to module configuration settings
  • adds 'Page' summary type to showall views to allow an editor inserted 'page break' to determine content displayed in list view
  • adds force image auto-resize and folder on quick-upload/add
  • adds new 'dim controls' to slideshow views to only display slide controls when the cursor is over the slide
  • adds copy portfolio item command
  • adds new login 'show Login only' view
  • adds slideshow transition options (some combinations do NOT work together)
  • adds new optional universal PDF generation via mPDF, PDF generator engine now selectible in site configuration
  • changes calendar ajax pagination to become optional (default is off)
  • better theme support for mobile devices with theme configurable 'meta viewport' and optional apple-touch-icon implementation
  • 0.9x theme support is removed
  • Flowplayer & YouTube modules are removed
  • includes all fixes from v2.2.2 patches

    Known Issues

  • eCommerce gift card & purchase order functionality have not been tested/may not be complete
  • Item re-ranking (ddrerank) doesn't account for aggregation
  • LDAP support may not work in all LDAP server scenarios due to limited testing