2006-07-31 Michael Stucki <michael@typo3.org>
* Updates to NEWS.txt (thanks to Martin Kutschker)
+ * Changed version requirements for t3skin (problems in combination with TYPO3 4.0.1)
2006-07-30 Michael Stucki <michael@typo3.org>
* Windows systems print phpinfo under some circumstances (bug #3362)
* HTTP status was incorrect for pageNotFound_handling when external URL is specified as 404 page
+ * Wrong HTTP status 503 was sent when $TSFE->set_no_cache() was called from a plugin (bugs #3049 and #3176)
* Mail forms did not work with <input type="image"> submit buttons (bug #1374)
* FE editing: edit form on page did not work in 4.0
- * Several issues of "text with image" for "CSS styled content" have been resolved
* Linking images to hidden pages resulted in click-enlarge (bug #3522)
- * Wrong HTTP status 503 was sent when $TSFE->set_no_cache() was called from a plugin (bugs #3049 and #3176)
* config.formMailCharset did not work (bug #3600)
* Some broken references to media/ have been fixed (bug #3233)
* Fixed RTE bug: images were removed under some special conditions when saving (bug #3051)
if ($reason == '') {
$reason = 'Page cannot be found.';
}
- $reason .= chr(10) . chr(10) . 'Additionally ' . $code . ' was not found while trying to retrieve the error document.';
+ $reason.= chr(10) . chr(10) . 'Additionally, ' . $code . ' was not found while trying to retrieve the error document.';
$this->printError('Reason: '.nl2br(htmlspecialchars($reason)));
exit();
}