donators

n@work Internet Informationssysteme GmbH
Your ad here

Advertising

Changelog for TYPO3 3.8.0 FINAL since RC1

This is the changelog for TYPO3 3.8.0 FINAL since RC1. I've removed the email addresses.

By the way, the bugfix for the labels of radio buttons in list view was provided by me, or better Stefan Fink. ;) Whatever, the essential is, that the bug is fixed! :)

 

 

2005-05-23 Michael Stucki

  • * Release of TYPO3 3.8.0
  • * Fixed bug #0000840: Login URL feature attracts users to transfer password in cleartext

 

2005-05-22 Karsten Dambekalns

  • * t3lib/class.t3lib_querygenerator.php: Fixed broken database search, originally caused by DBAL changes.

 

2005-05-22 Kasper Skårhøj

  • * Added loginscreen image and colorscheme, upgraded version number.

 

2005-05-21 Bernhard Kraft

  • * Fixed bug #0000975: Make the thumbnail-size of filelinks chooseable

 

2005-05-20 Michael Stucki

  • * Fixed bug #0000459: undefined function: float() in class.t3lib_cs.php
  • * New feature #0000850: Store last built query independent of t3lib_db->debugOutput. Thanks to Rainer Kuhn.

 

2005-05-19 Michael Stucki

  • * Small fix in typo3/sysext/install/mod/class.tx_install.php: GraphicsMagick executed without any parameters caused a server error (used in the Install Tool for guessing the product version)
  • * Fixed bug #0001065: Labels of radio buttons in listview were not shown. Thanks to Sebastian Kurfuerst.
  • * Changed innerWrap and outerWrap in editPanels to be stdWrap'able. Thanks to Martin Kutschker.
  • * Fixed bug #0000098: Forms elements should not contain a wrap-attribute for textareas, so this is now optional. Thanks to Martin Kutschker.
  • * Fixed bug #0001075: XHTML compliance of FORM elements. Thanks to Martin Kutschker.
  • * Fixed bug #0001061: XHTML cleaning did not support the <param /> tag. Thanks to Martin Kutschker.

 

2005-05-19 Karsten Dambekalns

  • * typo3/sysext/install/mod/class.tx_install.php: Added a button to generate a random encryption key.
  • * typo3/sysext/cms/layout/db_layout.php: Fix for bug #1042. Thanks to Sebastian Kurfuerst and Michael Stucki.
  • Additionally removed some unused variables/globalisations
  • * typo3/mod/tools/em/index.php: Applied patch for bug #1043 (ereg calls without escaped curly braces)
  • * t3lib/class.t3lib_install.php: Fix for bug #987 (hardcoded MyISAM table type)

 

2005-05-17 Michael Stucki

  • * Minor fix in t3lib/config_default.php: pageNotFoundOnCHashError used "false" instead of "0" as the default value

 

2005-05-16 Michael Stucki

  • * Fixed wrong display of empty tags in class.tx_cms_layout.php
  • * Fixed missing email address label if none specified in class.tslib_content.php
  • * Fixed missing replacement of "@" in spamProtectEmailAddresses mode in class.tslib_content.php