donators

Ginas Blog
Your ad here

supported by

 TYPO3 Hamburg
 TYPO3 Anbieter

K * L * U * K

order your KLUK shirt

Advertising

TYPO3 4.1.2 Changelog

This is the changelog for TYPO3 4.1.2 since 4.1. I've removed the email addresses.

 

2007-07-16 Michael Stucki

  • Release of TYPO3 4.1.2

 

2007-07-16 Michael Stucki

  • Fixed possible XSS in workspace/version modules (requires valid BE login / patch by Christian Kuhn)
  • Removed possible display of phpinfo() (requires bug in extension to be unveiled)

 

2007-07-16 Oliver Hader

  • Fixed bug #5556: IRRE - RTE in child elements overwrites field in parent element

 

2007-07-16 Martin Kutschker

  • Fixed bug #3834: possible abuse of t3lib_formmail
  • t3lib_div::getHostname() used $_SERVER instead of t3lib_div::getIndpEnv()
  • IPmaskList check is triggered in CLI mode (thanks to Tobias Rohrle)

 

2007-07-14 Oliver Hader

  • Fixed bug #5704: IRRE - Children on the table pages get the pid of the parent page in pagetree
  • Fixed bug #5718: IRRE - Copying a page with related child records leads to duplicates of each children
  • Fixed bug #5907: RTE-Plugins: Use record specific RTEtsConfigParams

 

2007-07-13 Oliver Hader

  • Fixed bug #5913: RTEhtmlarea not correctly displayed in IRRE child form-fields and tabs (continuance of bug #5177)
  • Fixed bug #5948: IRRE - Parent record is not shown after saving the first time to a table on a TYPO3 system

 

2007-07-11 Oliver Hader

  • Fixed bug #5331: Remove the caption wrap on images if no caption is set (thanks to Georg Ringer)
  • Fixed bug #5945: Missing right parenthesis in RTEhtmlarea user element module (thanks to Markus Lange)

 

2007-07-07 Oliver Hader

  • Fixed bug #5053: imgNameNotRandom on TMENU/GMENU could break rollover behaviour (thanks to Ralf Hettinger)
  • Fixed bug #5048: JSMENU produces error if using baseurls (thanks to Jens Koester)

 

2007-07-06 Michael Stucki

  • Fix in indexed search: List of indexed pages could be broken if mutli-byte chars are cut in the middle (patch by Karsten Dambekalns)
  • Fixed bug #5094: Record alt_label was not processed (patch by Volker Graubaum and Thomas Hempel)

 

2007-07-02 Oliver Hader

  • Fixed bug #4623: Content encoding with x-gzip not possible in IE7
  • Fixed bug #5789: JS error in new content element wizard with a single item

 

2007-06-13 Oliver Hader

  • Fixed bug #5778: Missleading comment in TCEmain::copyRecord_procBasedOnFieldType()

 

2007-06-08 Oliver Hader

  • Fixed bug #5755: XCLASS inclusion part for class.t3lib_tceforms_inline.php is missing

 

2007-06-05 Oliver Hader

  • Fixed bug #4226: New content elements wizard removes CE from array if tt_content_defValues property is zero

 

2007-05-23 Oliver Hader

  • Fixed bug #5564: IRRE - foreign_selector/foreign_unique on click issue

 

2007-05-21 Dmitry Dulepov

  • Added $GLOBALS['TYPO3_DB']->sql_free_result() to TCEmain::recordInfo() to avoid resource waste

 

2007-05-18 Martin Kutschker

  • Fixed bug #5578: config setting SYS[requestURIvar] doesn't work

 

2007-05-12 Oliver Hader

  • Fixed bug #5074: IRRE - Hook processDatamap_afterDatabaseOperations executed early

 

2007-05-10 Thorsten Kahler

  • Fixed bug #209: require field URL in page-type "External URL"

 

2007-05-09 Andreas Otto

  • Fixed bug #2052: Color picker does not work properly in flex forms. Thanks to David Bruehlmeier for providing a patch and a testcase.

 

2007-05-03 Oliver Hader

  • Fixed bug #5177: RTEhtmlarea not correctly displayed in IRRE child form-fields and tabs

 

2007-05-01 Martin Kutschker

  • Fixed bug #2515: jsfunc.validateform.js does not verify password fields (thanks to Joerg Wagner)
  • Fixed bug #5522: 1-2-3 wizard does not accept host name with socket option

 

2007-04-28 Andreas Otto

  • Fixed bug #3649: Call to a member function formWidth() on object $GLOBALS['TBE_TEMPLATE'] instead on $GLOBALS['SOBE'].

 

2007-04-28 Oliver Hader

  • Fixed bug #5519: EM - Some input fields don't have real labels yet (thanks to Oliver Klee)

 

2007-04-28 Michael Stucki

  • Fixed bug in TypoScript object browser: New keys were not added when pressing the return key in the update form instead of clicking the submit button.
  • Fixed bug in class.em_terconnection.php: Need to base64_encode upload data for some NuSOAP implementations (patch by Karsten Dambekalns)

 

2007-04-18 Dmitry Dulepov

  • Fixed bug #1893: Broken Rootline when a Editor view a Page that is not online

 

2007-04-18 Ernesto Baschny

  • Fixed bug #3729: Roll-over (RO) on a GMENU in IE didn't work with xhtml_strict

 

2007-04-18 Dmitry Dulepov

  • Fixed: t3lib_BEfunc::getRecord() did not free recordset. This can cause memory leaks if persistent mysql connections are used

 

2007-04-05 Martin Kutschker

  • Made debug logging of user-supplied SQL queries possible in t3lib_db.

 

2007-04-04 Andreas Otto

  • Fixed bug #5411: A directory handle was not correclty used.

 

2007-04-03 Michael Stucki

  • Release of TYPO3 4.1.1

 

2007-04-02 Michael Stucki

  • Fixed bug #5088: Cache is not saved properly because of charset conflict in the database. Changing the field type of cache_hash.content from mediumtext to mediumblob. To make this work, you need to compare your database in the Install Tool.

 

2007-04-02 Dmitry Dulepov

  • Fixed bug #4447: "Clear FE cache" doesn't clear "typo3temp/cache_pages" directory

 

2007-03-30 Oliver Hader

  • Fixed bug #5105: Extensions crash when using HTMLArea in FE (will be replaced with bugfix #5177 from Trunk end of April 2007)
  • Fixed bug #5248: IRRE - Element browser cannot be used on new child records of a new parent record

 

2007-03-30 Franz Holzinger

  • Fixed bug #4725: EM: Include older versions when fetching data using searchExtensionsXML()

 

2007-03-28 Oliver Hader

  • Fixed bug #5288: Missing parameter in recursion of t3lib_div::array_merge_recursive_overrule (thanks to Simon Tuck)

 

2007-03-28 Ingmar Schlecht

  • Adding page tree backwards compatibility for JavaScript function hilight_row() to tree.js (by Benjamin Mack)

 

2007-03-28 Patrick Broens

  • Fixed bug #5266: WamCom browser check in htmlarea.js conflicted with Firefox 2.0.0.3

 

2007-03-27 Dmitry Dulepov

  • Added hook to class.t3lib_userauthgroup.php, function recordEditAccessInternals

 

2007-03-23 Dmitry Dulepov

  • Fixed bug #5269: wsol_preview.php does not scroll to content element
  • Fixed bug #4953: Preview in Workspaces Module for content elements

 

2007-03-12 Michael Stucki

  • Change copyright information in typo3/index.php (no real change, just replace the hardcoded years with the "TYPO3_copyright_year" constant)

Advertising