Concrete 5 CMS v8.4.1 Release Notes

  • πŸ”‹ Feature Updates

    • βž• Added the ability to automatically deactivate users based on how long it’s been since they’ve logged in.
    • βž• Added the ability to save search presets for users and pages and Express objects. (thanks marvinde)
    • βž• Added the ability to sort block types and block type sets in the Dashboard (thanks mlocati)
    • βž• Add support for theme-color meta tag in the Basics settings section of the Dashboard (thanks mlocati)
    • πŸ‘ Allow upscaling images for thumbnails based on thumbnail type (thanks mlocati, jneijt)
    • βž• Add tooltips to the plugins listed on the Rich Text Editor page in the Dashboard that describe what they do (thanks mlocati)
    • The Page Selector attribute is now integrated into the core (thanks marvinde)
    • βž• Added a Draft List block type to the Waiting for Me screen in the Desktop (thanks marvinde)
    • βž• Added a command line script to generate sitemap.xml (thanks mlocati)

    Behavioral Improvements

    • 🚚 Reworked Add Content Panel Functionality: Make it so that clicking again on the plus/add panel closes the panel (like all others.), If a user option/clicks the panel when opening it, activate the blue/pinned/locked functionality. Clicking to close the panel closes the panel and removes this functionality (thanks marvinde)
    • πŸ’» Use UI localization context in concrete5 toolbar & account menu (thanks mlocati)
    • πŸ›  Fixed: Whoops report is confusing the reporting with the original error when adding or updating blocks that fail (thanks mlocati)
    • πŸ”– Version approved date is now shown in the approved version panel (thanks marvinde)
    • πŸ›  Fixed: Language Switcher's language text should display in their native language (thanks mlocati)
    • We now highlight localized stacks that have been created to override global stacks in a multilingual website (thanks mlocati)
    • πŸ‘‰ Make marketplace error handling more consolidated and handle timeouts
    • πŸ”Š Set links color in jquery ui dialogs (thanks mlocati)
    • πŸ‘ Better support for with MySQL 8 (thanks mlocati)
    • πŸ‘Œ Support for multiple Page List blocks on a page (thanks marvinde)
    • πŸ›  Fix handling of JavascriptLocalizedAsset URL & path (thanks mlocati)
    • πŸ“¦ Don't try to get package lists when concrete5 is not installed in language-install CLI command (thanks mlocati)
    • ⬇️ Reduce concurrency problems in FileSystemStashDriver::storeData (can be a problem when clearing a cache on a high traffic site) (thanks mlocati)
    • βž• Added a link to the concrete5 Slack channel on the installation screen (thanks mlocati)
    • βž• Added a link to the concrete5 Sack channel in the welcome screen (thanks mlocati)
    • πŸ‘Œ Improved performance in route resolution (thanks mlocati)
    • Avoid long timeouts when checking the Google API Key in Google Maps block (thanks mlocati)
    • ⚠ Avoid warning in Securimage::check when no captcha token is received (thanks mlocati)
    • βž• Add $subject to form email templates to make it easier to customize (thanks katzueno)
    • βž• Add option to not create session cookies in multilingual sites (thanks mlocati)
    • πŸ”„ Changed Redactor to CKEditor in the Conversations Rich text editor
    • βž• Add ability to change social network icon via config (thanks goesredy)

    πŸ› Bug Fixes

    • πŸ›  Fixed irritating bug where adding multiple express form controls of the same type in a row would cause an error and require form controls to be added and re-saved before proceeding (thanks JeffPaetkau!)
    • πŸ›  Fixed error when trying to login using certain third party authentication types (thanks fabian)
    • πŸ›  Fixed: File Manager - Duplicate and blank search presets created when creating multiple search presets without page refresh (thanks marvinde)
    • πŸ›  Fixed bug where Next/Previous block might skip pages under certain conditions (thanks gfischershaw, mlocati)
    • πŸ›  Fixed: C5 8.4.0 - Unable to select root page (home) when adding a new page in sitemap on a multilingual site
    • Specifying the items per page for an express entity now works.
    • πŸ›  Fixed: 8.4, File Manager in versions, "Invalid file version" when removing old item (thanks mlocati)
    • πŸ›  Fixed Call to a member function generate() on null at index.php/dashboard/extend/update
    • πŸ›  Fixed bug resolving proper Multilingual Section from browser locale under certain situations (thanks mlocati)
    • πŸ›  Fix HackerOne issue 277479 (thanks mlocati)
    • πŸ›  Fixed: Copy page moves cID instead of copy in MultilingualPageRelations table (thanks 1stthomas)
    • πŸ›  Fixed Express Bug: Argument 1 passed to DashboardFormContext::setLocation() must be an instance of TemplateLocator, boolean given
    • Fixed exception thrown when accessing index.php/ccm/system/accept_privacy_policy directly.
    • πŸ›  Fixed: Deleting theme error does not have a method 'getPackageItems
    • πŸ›  Fixed out of memory error happening on non-US systems when a broken legacy package is included in the packages directory (thanks mlocati)
    • πŸ›  Fixed errors with the Page List block not properly filtering by date options (thanks gfischershaw)
    • πŸ›  Fixed 8.4.0RC2 - Search presets cannot be deleted in bulk (as the context menu suggests
    • πŸ›  Fix a bug where the file manager's breadcrumb is behind the search form (thanks marvinde)
    • πŸ›  Fixed inability to disable CKEditor plugins (thanks mlocati)
    • πŸ›  Fix setTrustedProxies for Symfony 3.3.0 (thanks mlocati)
    • πŸ›  Fixed: FileFolder::getNodeByName and duplicated folder names (thanks mlocati)
    • πŸ›  Fix setting the "required" attribute of the privacy agreement on install page (thanks mlocati)
    • 🌐 Actually add translatable strings extracted from config files to Translations instance (thanks mlocati)

    ⚑️ Developer Updates

    • πŸ‘ Much improve sitemap.xml generation routine, including better memory usage, better ability for extension, and cleaner code (thanks mlocati)
    • General code cleanup (thanks mlocati)
    • βž• Add "withKey" feature to configuration (thanks mlocati)
    • βž• Add Thumbnail Type events (thanks a3020)
    • πŸ›  Fix returning file objects in Exception classes (thanks a3020)
    • Added on_block_output event (thanks a3020)
    • βž• Added a debug option in the Dashboard to report PHP NOTICE errors (thanks mlocati)
    • Bring back the setNameSpace() method in ItemList (thanks marvinde)