New function isOnCurrentHost gives a convenient way of checking that the passed URL matches the current host. One use would be to limit BE editors to referencing URLs only to the current host. Ex: if (t3lib_div::isOnCurrentHost($url)) { // Do something } More info: RFC: #10724: Feature: Provide a check that compare a given URL with… Read more »
Posts By: Dan Osipov
filePath
The filelist can now be manipulated by TS. The new property will fill in the list from a declared folder: tt_content.uploads.20.filePath It allows you to set the filepath where images are taken from to be set via TypoScript, with a stdWrap option to dynamically set this value. By default this is set to get the… Read more »
List limits
New User TS settings allow to modify limits, that were previously hardcoded: mod.web_list.itemsLimitSingleTable = 50 mod.web_list.itemsLimitPerTable = 10 More info: RFC: #10550: Listview: default limits are hardcoded http://bugs.typo3.org/view.php?id=10550
Disable available languages
New setting mod.SHARED.disableLanguages (available from PageTS) takes a list of languages, and makes them unavailable for part of the page tree. More info: RFC #10432: Page TS option to disable avaiable languages http://bugs.typo3.org/view.php?id=10432
Backend Lockdown
BE can be locked by maintenance. For that a file typo3conf/LOCK_BACKEND needs to be created – either manually, or using the CLI script lowlevel_admin. CLI scripts will still have access to the system, and could be used for maintenance during that time. More info: http://forge.typo3.org/repositories/diff/typo3v4-core?rev=4901 RFC: #10322: Send Notification if BE is locked http://bugs.typo3.org/view.php?id=10322