Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

3.5.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@leofeyer leofeyer released this 30 Mar 12:06

New

  • Add a front end module to change the password (see #7418).
  • Added the "newsListCountItems" and "newsListFetchItems" hooks (see #7694).
  • Added the "compileArticle" hook (see #7686).
  • Added the "picture" insert tag (see #7635 and #7718).
  • Support copying all records in the list view (see #7499).
  • Make the calendar model available in the templates (see #7388).
  • Prevent calling a page via ID if there is a page alias (see #7661).
  • Add a diff view for custom templates (see #7599).
  • Added the "postAuthenticate" hook (see #7493).
  • Pass $arrFields as fourth argument in the "prepareFormData" hook (see #7693).
  • Make count, page and keywords available in the search module (see #7577).
  • Added the "getPageStatusIcon" hook (see #7556).

Improved

  • Improved the IDE compatibility (see #7634).
  • Also convert image links in TinyMCE to {{file}} insert tags (see #7581).
  • Simplify the moo_mediabox templates (see #7521).
  • Use closures to lazy-load content elements in the news/event list (see #7614).
  • Optimized the database queries (see #7450 and #7710).
  • Add a log entry if a back end user switches to another account (see #7441).
  • Optionally use the ProxyRequest class in the automator (see #7681).

Changed

  • Allow to copy and move newsletter recipients across channels (see #7570).
  • Stop ignoring notices by defaut now that the error level is configurable.
  • Always return the model in the File and Folder classes (see #7567).
  • Render the 404 page if the request contains an invalid date format (see #7545).
  • Always render the 404 page if a news/event/FAQ alias is invalid (see #7238).

Updated

  • Updated respimage to version 1.3.0.
  • Updated jQuery UI to version 1.11.4.
  • Updated mediaelement.js to version 2.16.4.
  • Updated Colorbox to version 1.6.0.
  • Updated jQuery to version 1.11.2.
  • Updated HTML5 Shiv to version 3.7.2.
  • Updated DropZone to version 3.12.0.
  • Updated the ACE editor to version 1.1.8.

Fixed

  • Do not strip opening arrow brackets when stripping tags (see #3998).
  • Consistently ignore hidden system files (see #7536).
  • Add a unique index for member usernames, too (see #7701).
  • Return a boolean value in the *User::authenticate() method (see #7497).
  • Improve the cache handling for empty URLs (see #7618).