donators

n@work Internet Informationssysteme GmbH
Your ad here

supported by

 TYPO3 Hamburg
 TYPO3 Anbieter

Advertising

TYPO3 4.0 RC3 Changelog

This is the changelog for TYPO3 4.0 RC3 since 4.0 rc1. I've removed the email addresses.

 

2006-04-04 Michael Stucki

  • Release of TYPO3 4.0rc3
  • Fixed bug #3065: wrap2.splitChar and wrap3.splitChar are ignored
  • Fix RDCT links: Did not point to index.php by default
  • Fix several bugs related with CSS Styled Content, see below. Many thanks to Ernesto Baschny who did all of this!
  • Now the CSS version of "Text w/images" and "Images" (table-less) also respect the textMargin constant so that (finally) the user can specify a different margin to separate the image block from the text. "colSpacing" now only applies to inter-images spacing, which is what the table-based approach also does.
  • For this to work we need to apply two new classes to the images (csc-textpic-firstcol and csc-textpic-lastcol). This is configurable through an optionSplitted new property "addClassesImage" of the USER object
  • Having this also allowed us to fix a bug in positioning: The whole image-block can now stretch correctly over the given width without any margins around it (which is required if you have just an image-block, without text). Without the patch, you always have "margin-right" (if images are placed to the left or center) or "margin-right" (if images are placed to the right).
  • Fixed also a problem with the calculation of image width if we have borders and border-spacings: Now the whole image-block will always be exactly maxW wide (so if you have borders and spacing, the images will get slightly smaller). Without this, the image-block could "explode" a fixed-width layout.
  • Added empty rendering definition for cType "div" (divider) to prevent error message
  • Fixed setup module: Colons were wrapped to the next line
  • Small fixes to t3skin
  • Indexed Search: Added crawler support for $GLOBALS[T3_VAR][ext][indexed_search][indexLocalFiles]

 

2006-04-04 Peter Niederlag

  • Fixed bugs #2949, #3016, #3037: Several Element Browser bugs

 

2006-04-04 Sebastian Kurfuerst

  • Implement Single-Click rollback in record history

 

2006-04-04 Stanislas Rolland

  • Fixed bug #1303: Broken FE-links with "config.locale_all=tr_TR"

 

2006-04-04 Martin Kutschker

  • Fixed bug #2868: Admin Panel always loses GET parameters
  • Fixed bug #2994: Calling PHP5-only iconv functions in PHP4
  • Language related changes:
  • Fixed TYPO3/ISO mappings: kr=>ko, gl=>kl, removed old mapping he=>iw (ISO code has changed a long time ago), added ba=>bs.
  • Updated and fixed locale/script-family mapping (for detection of the locale charset).
  • Updated info for adding a language in config_default.php
  • Changed variable names to reflect true meaning, so somebody else may understand what's going on.
  • Corrected language drop down in BE.
  • Fixed restriction to languages in Frontend editing

 

2006-04-04 Karsten Dambekalns

  • Fixed bug #3097: EM leaves mirror* files on failure

 

2006-04-04 Dmitry Dulepov

  • Fix to workspace forms

 

2006-04-04 Kasper Skaarhoj

  • New function t3lib_div::array2xml_cs() that respects character sets
  • Change default value of $TYPO3_CONF_VARS[FE][pageCacheToExternalFiles] to false (feature was enabled by default, which was a mistake of course)

 

2006-03-29 Franz Holzinger

  • Fixed bug #2722 and #2837: table wizard has wrong array elements

 

2006-03-28 Ingmar Schlecht

  • Fixed bug #3027: Wrong value for "Marked-deleted pages" in Records Statistics
  • Fixed bug #3022: "c" prefixed to local #anchors causes trouble
  • Fixed bug in t3lib_tstemplate: File references to media/ are now automatically prefixed with "typo3/sysext/cms/tslib/".

 

2006-03-28 Christian Jul Jensen

  • Fixed bug 999: Encoding mail headers in taskcenter
  • Fixed bug 3001: Support for multiple tables with columnsonly in alt_doc.php

 

2006-03-26 Michael Stucki

  • Release of TYPO3 4.0rc2
  • Various indexed_search fixes, see local ChangeLog for details
  • Small fix to typo3/stylesheet.css (admin menu)

 

2006-03-26 Karsten Dambekalns

  • sysext/setup/mod/index.php: Fixed detection of unavailable language packs.
  • EM: Fixed bug #2974, a rare bug when unzipping language packs, a bug with installing dependencies that needed a db update, avoid unnecessary fetching of extensions.xml.gz,
  • Fixed bug #359: EM ignores PEAR compatible classes (committed by Stucki)
  • Fixed bug #2380: t3lib_sqlparser doesn't handle LEFT OUTER JOIN (committed by Stucki)

 

2006-03-26 Ingmar Schlecht

  • Fixed bug #2777: "NOT NULL" removed from SQL gives error with MySQL 3.23.52

 

2006-03-25 Michael Stucki

  • Fixed bug #1390: Ereg error in class.t3lib_tsstyleconfig.php
  • Fixed bug #2415: Navigation "Icons in top frame" were rendered wrong
  • Fixed bug #0388: No subtitle field in some page types
  • Fixed bug in Install Tool: Hide warning if GraphicsMagick is used
  • Fixed some more problems with the BE stylesheet
  • Various indexed_search fixes, see local ChangeLog for details

 

2006-03-25 Martin Kutschker

  • Made "version" a required extension (necessary for workspaces)
  • Fix FE-editing bug: new-record icon appears for languages without edit rights (admin panel)
  • Fix FE-editing bug: edit panel and edit icons were shown for languages without edit rights

 

2006-03-25 Karsten Dambekalns

  • ADOdb sysext: Update to version 4.80, added a fix for MSSQL bogus errors.
  • EM: Added new way of handling translations.
  • DBAL sysext: Added enhancements for UNIQUE KEY handling, MSSQL compatibility, code cleanup, bugfixes

 

2006-03-24 Stanislas Rolland

  • Fix to htmlArea RTE extension (see details in local ChangeLog)

 

2006-03-24 Kasper Skaarhoj

  • Integration between Import/export and Extension Manager (extension dependencies)

 

2006-03-22 Kasper Skaarhoj

  • Fixed a bug in t3lib_refindex which prevented correct indexing from live workspace of records in draft workspaces with references inside flexforms
  • Fixed bug in T3D export where an array key prevented references in flexform fields to be correctly remapped. My mistake from cleaning up t3lib_flexformtools.

 

2006-03-23 Stanislas Rolland

  • Fix bugtracker issue 2958: t3lib_htmlmail::getMimeType isn't working with name based virtual hosts

 

2006-03-22 Kasper Skaarhoj

  • Fixed that the tcemain copy command works properly under workspaces: Remapping of references is correct now. This also affects TemplaVoila which can now copy a FCE container with sub elements properly.
  • Also added check for extension dependencies in Import/Export: It is not possible to import a T3D file unless extension dependencies are OK. This still needs more work and connection to EM.

 

2006-03-22 Martin Kutschker

  • Fixed label of 'author_email' ('pages_language_overlay')
  • Fix bug #2918: TCEFORM.tt_content.CType.removeItems not applied to db_new_content_el.php (thanks to Oliver Hader)
  • Tools>User Admin didn't check if language icon was set for 'Limit to languages'
  • Fix FE-editing bug: new records were always created in the default language (admin panel)

 

2006-03-22 Bernhard Kraft

  • Fixed bug #2692: GIFBUILDER inverts transparency

 

2006-03-22 Michael Stucki

  • Changed Install Tool so it accepts newlines in values (needed for recently introduced textarea fields)
  • Changed style of admin-menu title in alt_menu.php so it looks equally to the headers above
  • Fixed bug #1932: Can't limit content columns for Page>QuickEdit
  • Fixed bug #2596: "=undefined" when transferring TSconfig code from TSconfig wizard to textarea
  • Changed RFC: "flagBitMask" default value in indexed_search (seems like this was a typo) / The change has no effect but is more logical for understanding the concept.

 

2006-03-22 Stanislas Rolland

  • Corrections/adjustments to the htmlArea RTE extension (see details in local ChangeLog)

 

2006-03-22 Kasper Skaarhoj

  • Updated almost all Function indexes in the core plus fixed javaDoc documentation for the functions and classes I could manage to do. The rest of you; Please make sure to document the functions and classes you have added during development of 4.0! Search for "[type]" or "[Describe" to find places to add documentation.

 

2006-03-20 Kasper Skaarhoj

  • Added function to indexed search so index_fulldata is filled with less content (configurable)
  • Added function so that the HTML data of the cache_pages table can be stored in the file system (see TYPO3_CONF_VARS[FE][pageCacheToExternalFiles]
  • Both changes are new features excused by optimization of TYPO3.org.

 

2006-03-21 Karsten Dambekalns

  • EM: Moved some code around and added a method for installing an extension with one method call (for use in impexp).
  • class.em_index.php: Fixed bug #2809 (trivial).

 

2006-03-20 Kasper Skaarhoj

  • Fixed more workspace issues:
  • Added info about workspaces to Tools > User Admin (sorry, considered important)
  • Frontend editing: Fixed that it works with localizations. Disabled many of the features in draft workspaces (since we have no time for an implementation)

 

2006-03-19 Martin Kutschker

  • Fix a few language/locale codes in t3lib_cs.php

 

2006-03-20 Stanislas Rolland

  • htmlArea RTE: remove alternate skins from core CVS.

 

2006-03-20 Sebastian Kurfuerst

  • Reverted the patch "Double-checking of match-conditions" because it caused trouble
  • Fixed bug #2767: wrong wraps for sitemap/menu elements in accessibility mode
  • New Feature #2341: add headers for table CE (accessibility)

 

2006-03-20 Wolfgang Klinger

  • Fixed bug #608: Typolink for mounted pages from another domain

 

2006-03-19 Stanislas Rolland

  • Corrections/adjustments to the htmlArea RTE extension (see details in local ChangeLog)

 

2006-03-19 Martin Kutschker

  • Created exclusiveKeys for the TCA field configuration of type "select"
  • Configured fields fe_groups of "pages" and "tt_content" to use exclusiveKeys for "Hide at login" and "Show at any login"

 

2006-03-18 Martin Kutschker

  • Added constant TYPO3_copyright_year for login page and about module

 

2006-03-17 Bernhard Kraft

  • Added .us and .at flags to typo3/gfx/flags/

 

2006-03-17 Kasper Skaarhoj

  • Fixed workspace related issues. More will follow Monday.

 

2006-03-16 Karsten Dambekalns

  • EM: Fixed bugs #2787, #2785, #1807
  • EM: Extension list is now fetched automatically if it isn't available at all.
  • ADOdb extension: a fix regarding the MS SQL driver, fixed bug #2810, cleaned up ext_emconf.php

 

2006-03-16 Rene Fritz

  • Fixed bug #2840: Related to: Enhanced MM handling in TCE for usage from foreign tables.

 

2006-03-15 Stanislas Rolland

  • Fix bugtracker issue 2860 in t3lib_sqlparser.

 

2006-03-15 Kasper Skaarhoj

  • !!! Implemented complete "flavouring" of FlexForm XML; Basically it doesn't affect anyone using xml2array() to extract FlexForm data but everyone who uses own XML parsers will have to modify them (after converting all XML). Basically the flavouring means that a tag like "".
  • !!! Cleaned up t3lib_flexformtools::traverseFlexFormXMLData() and related functions, generally I did many changes to this class. However I think no one is using it yet except me. Anyway, the changes were necessary since it was simply never cleaned up as it should have been, including the new cleanFlexFormXML() function.
  • Bigfix: Modified sys_refindex so it does not register references for content in flexforms outside what the data structure describes. Update your reference table again!
  • Added configuration option TYPO3_CONF_VARS[BE][niceFlexFormXMLtags] which allows people who depends on the old FlexForm tags to maintain that compliancy. See my changelog from 2006-01-27 (sorry for this semi-feature).

 

2006-03-13 Stanislas Rolland

  • Fixes and cleanup in htmlArea RTE extension (see details in local ChangeLog)
  • htmlArea RTE: Fix bugtracker issue 2820.

 

2006-03-11 Michael Stucki

  • More CSS fixes in typo3/stylesheet.css: Changed the height of dyntab-menues & various fixes to login screen

 

2006-03-10 Sebastian Kurfuerst

  • Logo change to make it look better on any bright background