This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
3.4.1
Fixed
- Fix the position of the input field hints (see #7561).
- Do not apply the GDlib maximum dimensions to SVG images (see #7435).
- Do not show the diff icon if a record has been deleted (see #7429).
- Remove a left-over headline from the
ce_text.xhtml
template (see #7502). - Preserve comments when exporting CSS files (see #7482).
- Fix the LESS import path in the Combiner (see #7533).
- Hide the width and height attributes if there is a sizes attribute (see #7500).
- Remove the hardcoded figcaption width (see #7549).
- Only load the model in the file/page picker if the class exists (see #7490).
- Romanize style sheet names (see #7526).
- Add the username to the "account has been locked" log entry (see #7551).
- Consider the suhosin.memory_limit when raising the PHP limits (see #7035).
- Added two missing
exclude
flags in thetl_page
data container (see #7522). - Send an UTF-8 charset header in the
die_nicely()
function (see #7519). - Correctly validate dates in the
Widget
class (see #7498). - Back port the fixes from #7475 and #7473.
- Send the same cache headers for cached and uncached pages (see #7455).
- Fix the
current() expects parameter 1 to be array
issue (see #6739). - Correctly replace the
*_teaser
insert tags (see #7488). - Adjust the last and previous login labels (see #7426).
- Unset the
postUnsafeRaw
cache inInput::setPost()
(see #7481).