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

3.5.3

Compare
Choose a tag to compare
@leofeyer leofeyer released this 10 Sep 08:29

Fixed

  • Correctly handle dimensionless SVG images (see #7882).
  • Correctly fill in the image meta data in news, events and FAQs (see #7907).
  • Enable the strictMath option of the LESS parser (see #7985).
  • Consider the pagination menu when inserting at the top (see #7895).
  • Use en-dashes in event intervals (see #7978).
  • Store the correct edit URL in the back end personal data module (see #7987).
  • Adjust the breadcrumb trail when creating new folders (see #7980).
  • Use $this->hasText in news and event templates (see #7993).
  • Convert the HTML content to XHTML when generating Atom feeds (see #7996).
  • Correctly link the items in the files breadcrumb menu (see #7965).
  • Handle explicit collations matching the default collation (see #7979).
  • Fix the duplicate content check in the front end controller (see #7661).
  • Correctly parse dates in MooTools (see #7983).
  • Register the related models in the registry (see contao/core-bundle#333).
  • Correctly escape in the findMultipleFilesByFolder() method (see #7966).
  • Override the tabindex handling of the accordion to ensure that the togglers are always focusable via keyboard (see #7963).
  • Correctly generate the news and event menu URLs (see #7953).
  • Check the script when storing the front end referer (see #7908).
  • Fix the back end pagination menu (see #7956).
  • Handle option callbacks in the back end help (see #7951).
  • Fixed the external links in the text field help wizard (see #7954) and the keyboard shortcuts link on the back end start page (see #7935).
  • Fixed the CSS group field explanations (see #7949).
  • Use ./ instead of an empty href (see #7967).
  • Correctly detect Microsoft Edge (see #7970).
  • Respect the "order" parameter in the findMultipleByIds() method (see #7940).
  • Always trigger the "parseDate" hook (see #4260).
  • Allow to instantiate the InsertTags class (see #7946).
  • Do not parse the image src attribute to determine the state of an element, because the image path might have been replaced with a data: string (e.g. by the Apache module "mod_pagespeed").