This is the changelog for TYPO3 3.8.1 since 3.8.0. I've removed the email addresses.
2005-11-12 Michael Stucki
- Added a helpful warning if config.baseURL=1 was found
2005-11-09 Michael Stucki
- Backported a fix for wrong image negation in Install Tool (patch written by Bernhard Kraft)
2005-11-09 Rupert Germann
- Fix for function getBorderAttr: closes bugs 1360 and 1461
2005-11-08 Michael Stucki
- Added a fix for broken image-alignment in Mozilla browsers (written by Martin Kutschker)
- Backported a fix for (part of) bug 1312 (DB problem in showpic.php, patch written by Bernhard Kraft)
- Made a change that disables the shift-reload feature if there is no be_user
- Fixed a cross-site scripting issue in showpic.php. Many thanks to Martin Klaus who provided a fix for this.
- !!! Disabled the config.baseURL=1 feature. baseURL needs to be a string value, otherwise it will not work (security reasons)!
- Fixed the encryptionKey auto-generation in the Install Tool: The 32 first characters were always the same. Thanks to Jochen Weiland.
- When editing a file in the Install Tool, the backup is no longer renamed to filename.php~ but filename_bak.php (could be viewed in clear-text otherwise). Thanks to Lars Houmark for reporting this.
2005-09-19 Martin Kutschker
- Fixed bug #1287: GEMNU Rollover doesn't work in Opera
2005-09-18 Michael Stucki
- If the encryption key is not set, the warning in the backend now contains a link to the according section.
- New property for TYPO3_CONF_VARS[SYS][displayErrors]: If set to 2, display_errors will only be enabled if the devIPmask matches the current clients IP address.
2005-08-22 Martin Kutschker
- Fixed bug #24: Modified the JS layer code so that GMENU_LAYERS work with Opera (3.8 patch port by Michael Stucki)
2005-08-16 Michael Stucki
- Fixed a wrong path in Install Tool welcome message
2005-07-06 Michael Stucki
- Fixed bug #0001197: t3lib_htmlmail looked for config variable enableReturnPath, but the variable was named forceReturnPath.
2005-07-02 Michael Stucki
- Fixed bug #0001239: Install tool does not accept hyphen in database host name
- Added a die() call to protect the display of phpinfo() in misc/phpcheck/incfile.php
2005-06-06 Andreas Otto
- t3lib/class.t3lib_userauth.php: Implemented two hooks in the logoff() method. One hook for doing operations __before__ logoff() destroys the current session and one hook for doing operations __after__ the session was destroyed.
2005-05-29 Michael Stucki
- typo3/sysext/cms/tslib/class.tslib_content.php: Fixed a bug with the "addQueryString" property in typolinks
- typo3/mod/tools/em/index.php: Extension manager didn't allow to edit *.xml files
2005-05-23 Rupert Germann
- Fix: Reversed the effect of the new parameter "config.disableImgBorderAttr". Now it does what the name says.