Digital Platform February 2017 Update

Version 17.02 of the UO web platform has the following changes.

Feature Updates

UO Cosmic Theme

  • Added responsive video container support to media-vimeo videos
  • Added "Big Number" component for large numbers used on marketing pages
  • Removed numerous features that had been scheduled for deprecation for some time including:
    • Asides
    • Old Style listings
    • Old captioned-photo classes
    • Old Collapse Menus

UO Edit Suite

  • Tweaked size of style and modifier buttons to be more compact

UO Web Helper Module

  • Added views site audit page for UOWeb Profile sites

Bug Fixes

UO Cosmic Theme

  • Multiple tweaks and fixes to listing classes
  • Fixed typo in card classes

UO Edit Suite

  • Fixed an issue where sometimes editors could accidentally drag a draggable item when attempting to highlight the text contained within said item.

Required Action by Users

Site Administrators

Sites using the UO Edit Suite module should add the "widget" and "lineutils" (version 4.5.11 of each) ckeditor plugins to their CKEditor libraries directory, or add the following lines to your Drupal makefile:

; Widgets plugin for ckeditor
libraries[widget][download][type]= "get"
libraries[widget][download][url] = "http://download.ckeditor.com/widget/releases/widget_4.5.11.zip"
libraries[widget][directory_name] = "widget"
libraries[widget][destination] = "libraries/ckeditor/plugins"
; lineutils (dependency of widget) plugin for ckeditor
libraries[lineutils][download][type]= "get"
libraries[lineutils][download][url] = "http://download.ckeditor.com/lineutils/releases/lineutils_4.5.11.zip"
libraries[lineutils][directory_name] = "lineutils"
libraries[lineutils][destination] = "libraries/ckeditor/plugins"

UO Edit Suite now officially has the WYSIWYG and Libraries modules required in the .info file. This should not change anything since the modules were required before, the only difference now is that the module cannot be enabled without those dependencies enabled.