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

3.2.beta2

Pre-release
Pre-release
Compare
Choose a tag to compare
@leofeyer leofeyer released this 10 Oct 12:24
· 2457 commits to 3.5 since this release

New

  • Added a model registry (thanks to Tristan Lins) (see #6248).
  • Added the "compileFormFields" hook (see #6253).
  • Allow to define custom layout sections in the page layout (see #2885).
  • Added the custom layout sections positions "top" and "bottom" (see #2885).
  • Added the convenience method PageModel::getFrontendUrl() (see #6184).
  • Pass the ID of the tl_undo record to the "ondelete_callback" (see #6234).
  • Added the "br" insert tag to insert line breaks (see #6143).

Improved

  • Use a "show details" button in the file manager (see #6262).
  • Hide the script hint if a user cannot access to the layout module (see #6190).
  • Do not show dates in the past if a recurring event has not expired (see #923).

Changed

  • Use the micro clearfix hack in the CSS framework (see #6203).

Updated

  • Updated TCPDF to version 3.0.38 (see #6268).

Fixed

  • Append the article ID to the CSS ID if there is no alias (see #6267).
  • Use a PHP variable for the user agent in the back end (see #6277 and #3074).
  • Correctly show the "toggle page status" icon (see #6282).
  • Convert binary UUIDs to hex when using it in SQL statements (see #6265).
  • Convert binary data to UUIDs in DC_Table::show() (see #6257).
  • Use serialized arrays to store order field data (see #6255).
  • Do not strip leading numbers from file names (see #6189).
  • Correctly generate image links (see #6249).
  • Correctly handle "toggle visibility" requests via Ajax.
  • Do not alter the order of the UUID chunks (no optimized order).

Removed

  • Removed the TinyMCE spell checker (see #6247).