2007-09-05 Thorsten Kahler * Fixed bug #4160: Moving content elements in frontent editing mode causes crash * Disable versioning in clickMenu if BE user doesn't have access to the versioning module 2007-09-05 Martin Kutschker * Feature #2883: improve t3lib_div::trimExplode() 2007-09-05 Dmitry Dulepov * Added Georgian language to TYPO3 2007-09-04 Dmitry Dulepov * Added a hook to TCEforms to enable custom evaluations for input fields 2007-09-03 Oliver Hader * (trivial) Moving t3lib_TCEforms_inline::getJSON() to t3lib_div::array2json() * (feature) Added feature #2830: imgResource doesn't support stdWrap on minW and minH * (minor) Fixed bug #6104: IRRE - IE7: Strange behaviour with hover event of nested Tabs/IRRE-levels with relative positioned HTML elements * (minor) Fixed bug #5906: IRRE - Default values defined in TCA are not used for children (thanks to Joscha Feth and Jeff Segars) 2007-08-31 Michael Stucki * (trivial) Cleanup of NEWS.txt * Add feature #4470: Add new property "search.exactCount" to indexed_search 2007-08-30 Ernesto Baschny * (feature) Feature request #6237: Added hook to Web>Page "columns" view, allowing plugins to display "additional info" instead of "CODE:" 2007-08-30 Wolfgang Klinger * (trivial) Extended the Workspace module access check with the User module access check 2007-08-28 Kasper Skaarhoj * Moving in workspaces + collateral - Implemented moving for elements ("Element" versions) in workspaces. Updated "Inside TYPO3" and "TYPO3 Core API". GENEROUS DONATIONS TO FINANCE THIS WORK ARE WELCOME since many of you need this feature! - Workspace "swapping" for "New"-placeholders and "Deleted"-Markers is now supported. Previously, both types would be published, not swapped. The change also means that effectively the difference between the value of "t3ver_state" being 1 or 2 is only cosmetic and the semantic depends on whether the field is set for a record being online or offline. TYPO3 core API is updated on the issue. - Refactored function for moving elements (t3lib_tcemain::moveRecord()) - t3lib_BEfunc::workspaceOL() may now set the input variable $row (which is passed by reference) to false. The consequence is that code calling workspaceOL() should check if $row is still an array after calling the function. False is used if a version overlay with the move-id pointer is found in which case we would like a backend preview. - Added switch in TYPO3_CONF_VARS['BE']['elementVersioningOnly'] which allows to completely turn off page and branch versioning (which are deprecated for TYPO3 4.2+) - Added more tests for version integrity (centering around moving) - Added checkboxes and an action selector in the Workspace module for batch processing of elements. - Added "flush" command to TCEmain API for versions so versions can be completely deleted and not only released from a workspace. * Improvements as announced in June on the core list - Dual-preview for workspaces are only used now if the checkbox "Frontend Preview" is not checked. - Whole workspaces can be previewed now for users with no backend login by a simple link you can email. Same functionality as the preview link for individual pages available from the Web>Versioning module. The function is found in User>Workspace (Workspace manager) - In the t3lib_cli class, optional parameters to CLI script options are supported (optional parameters are configured with [] brackets) - The "lowlevel" cleaner scripts are updated to allow fixing of double-references to RTEmagic images (by duplicating them). Also the script allows to remove all "lost" RTEmagic images found inside uploads/ folder. - Moving elements in FlexForms up and down is now fixed so it works even if indexes of elements in sections are not ordered numerically (bugfix) - Workspace titles are required to be unique now. - File upload in the Web>File module will always result in redirection to the Filelist view of the target folder. This is a usability enhancement for people who were puzzled that it could redirect to other locations or a blank page (namely the previously shown page). - The navigation page tree now has a nifty searchbox that uses JavaScript and the prototype library to search and highly/dim elements in the tree. Very handy for quickly finding your way in huge page trees. (I think there is a stylesheet problem with Firefox on PC which doesn't dim elements). TSconfig options exists to disable this behaviour. - The navigation page tree is organized so that all pages shown in the menu are grouped in their normal order while pages not in menu and sysFolders and ordered alphabetically below. TSconfig options exists to configure/disable this behaviour. - User > Workspace module now has a browser-functionality so only 50 versions are shown at a time and you can browse the list. - Changed label "Draft versions" to "Workspace versions" - some found it more intuitive. - Change in t3lib_refindex so setReferenceValue() can be run without being admin (by special parameter) - Fixed bug in t3lib_BEfunc::selectVersionsOfRecord(): now offline versions are not only selected by their t3ver_oid but also pid=-1 which is the correct thing to do. This actually resulted in dataloss in some known cases with the lowlevel cleaner CLI script. - Added fields to indexes on pages, sys_template and pages_language_uid. - RTEmagic images are now duplicated when records are copied/versioned in tcemain. This is a long awaited feature that solves the bug that RTE magic images shared between two records would result in both disappearing if the one was deleted. So its in fact a critical fix for workspaces. 2007-08-23 Dmitry Dulepov * Added Albanian language to TYPO3 2007-08-23 Dmitry Dulepov * Fixed: hanging recordset in t3lib_BEfunc 2007-08-23 Andreas Otto * (trivial) Fixed bug #4888: Invalid argument supplied for foreach() 2007-08-21 Andreas Otto * Feature request #5748: Introduced a new TS option that makes indexing of metatags configurable. Adapted code to make use of the new TS option. 2007-08-19 Oliver Hader * (trivial) Fixed bug #6170: CSC - File locallang.php used in static template instead of locallang.xml 2007-08-15 Wolfgang Klinger * (trivial) Added is_array checks in extension manager code 2007-08-15 Ingo Renner * did some serious formatting cleanup in typo3/sysext/taskcenter/task/index.php * added @var phpDoc comments to various variables 2007-08-11 Michael Stucki * More admin panel fixes: - Hardcode some alignments - Adding empty "summary" attribute to some tables of the admin panel - Removing superfluous table around the config checkboxes of the tsdebug section - Removing superfluous "title" attributes for some images in tslib_content->editPanel() 2007-08-10 Michael Stucki * Various improvements to the admin panel: - Lots of alignment definitions. Alignments are now hardcoded to avoid conflicts with stylesheets that contain something like "html, body { text-align: center; }" - Replace all font-tags (deprecated) with valid markup - Add a clear.gif spacer to make the "details" column wider if the text is longer than 30 characters. Appears to be useful if this column is too narrow and the text is wrapped inside. (Using a clear.gif is a workaround solution, it should probably be improved later...) - New highlight feature: You can define a time limit for operations which are measured by $TT. Whenever this limit is exceeded, the corresponding row will be highlighted in the admin panel. (Currently this limit needs to be hardcoded in class.t3lib_timetrack.php) - Lots of code cleanup and consolidation - Fix code display of links that break the website layout if they are too large (links are now splitted after every 100 characters) - For more information and screenshots, see http://lists.netfielders.de/pipermail/typo3-team-core/2007-July/008648.html 2007-08-06 Martin Kutschker * Fixed bug #5941: Log reason of failure on DB connect 2007-08-06 Ernesto Baschny * Fixed bug #6017: Better transliteration for hebrew (lower-cased latin letters) 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 * 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-14 Martin Kutschker * Fixed bug #3834: possible abuse of t3lib_formmail 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-12 Dmitry Dulepov * TCEForms: allow to create many sections at once * Performance enhancement in t3lib/class.t3lib_extmgm.php in function addToAllTCAtypes * Performance enhancement in t3lib/class.t3lib_div.php in function loadTCA 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-07 Wolfgang Klinger * Changed back references \1 to ${1} in regular expressions in tslib_fe where necessary 2007-07-07 Michael Stucki * Added new static_tsconfig_help data based on TYPO3 4.1 CoreDocs. Kudos to Stephane Schitter and Francois Suter for rewriting a backend module that allows to update this data again! (This functionality was broken after switching to TER2.) 2007-07-06 Wolfgang Klinger * Implemented feature request #1919: TCAdefaults setting in page TS 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) * Make field selection work in browse_links.php popup (patch by Christian Jul Jensen) * Fixed bug #5094: Record alt_label was not processed (patch by Volker Graubaum and Thomas Hempel) * Added feature #5588: Add "linkAccessRestrictedPages" property to typolink function (patch by Franz Holzinger) 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-25 Dmitry Dulepov * Added $GLOBALS['TYPO3_DB']->sql_free_result() to TCEmain::rawCopyPageContent() to avoid resource waste 2007-06-13 Andreas Otto * Added status headers: In class.tslib_fe.php status header were set when an error occurs after which TYPO3 throws an exit() statement. In addition to that t3lib_div::syslog() is called to write an entry to the syslog. 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-25 Oliver Hader * Fixed bug #5655: TYPO3 back-end was blocked on new installations because of a bug in RFCs #1642/#4886 2007-05-23 Oliver Hader * Fixed bug #5564: IRRE - foreign_selector/foreign_unique on click issue 2007-05-21 Dmitry Dulepov * Fixed bug #5550: 'lower' TCA specification may fail with non-ascii characters * Added $GLOBALS['TYPO3_DB']->sql_free_result() to TCEmain::recordInfo() to avoid resource waste 2007-05-18 Martin Kutschker * Fixed bug #5645: Missing Slovenian flag * Fixed bug #5628: Missing Slovak flag * Fixed bug #5578: config setting SYS[requestURIvar] doesn't work * Fixed bug #4509/3925: jsfunc.validateform.js does not verify checkbox fields (thanks to Jascha Schubert and Eicke Godehardt) 2007-05-18 Andreas Otto * Feature request: If TYPO3 is configured to send a notification email about install tool logins this email discloses the used password if the login fails. Since this behaviour might not be wanted only the last 5 characters of the md5 hash of the used password are disclosed. 2007-05-12 Oliver Hader * Fixed bug #5074: IRRE - Hook processDatamap_afterDatabaseOperations executed early 2007-05-11 Ingo Renner * Fixed bug #5047: MP3 icon is missing 2007-05-10 Thorsten Kahler * Fixed bug #209: require field URL in page-type "External URL" 2007-05-09 Ingo Renner * Fixed bugs 1642 and 4886: when installing an extension with new BE modules, the modules do not appear 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-04 Ingo Renner * Added swedish and latvian flags to media/flags folder 2007-05-04 Dmitry Dulepov * Updated compatibility version for t3skin 2007-05-03 Ingo Renner * Fixed bug #5310: Missing Swedish flag 2007-05-02 Ingo Renner * Fixed bug #584: Changing language in user setup do not reload left frame (menu). 2007-05-02 Dmitry Dulepov * Fixed: IRRE does not work with workspaces (fix only for CSV & foreign field cases) * Fixed: isses with previous fix discovered my Michael Stucki 2007-05-01 Martin Kutschker * Fixed bug #2515: jsfunc.validateform.js does not verify password fields (thanks to Joerg Wagner) * Fixed bug #5158: log failed mailings of t3lib_div::plainMailEncoded() 2007-04-30 Michael Stucki * Improve the check for session support in Install Tool (see #1474). Thanks to Martin Kutschker! 2007-04-30 Oliver Hader * Fixed feature request #5424: Menu cache expire time should be configurable 2007-04-28 Ernesto Baschny * Fixed bug #4957: CSV export stop exporting a field when there is a linebreak. Thanks for Oliver Klee for the idea and solution. * !!! t3lib_div::cvsValues() now exports like RFC 4180 (embedded line-breaks allowed) 2007-04-28 Andreas Otto * Fixed bug #3649: Call to a member function formWidth() on object $GLOBALS['TBE_TEMPLATE'] instead on $GLOBALS['SOBE']. Thanks to Chi Hoang for supplying a patch. 2007-04-28 Ingo Renner * Fixed bug #1290: TCEFORM.table.field.linkTitleToSelf-Option could be confusing * !!! Removed option ->TCEFORM_confObj:linkTitleToSelf.returnUrl = 1 as it seemed unlogical not to use it * Fixed bug #3993: Missing error message for big uploaded files - A message is there but it wasn't useful, changed it to something more understandable * Added a link to typo3.org/community and a list of the authors from installed extensions to the the about page (Help->About) * Fixed bug #2516: Constants and Setup are switched in select field in TS object browser 2007-04-28 Michael Stucki * Fixed bug in class.em_terconnection.php: Need to base64_encode upload data for some NuSOAP implementations (patch by Karsten Dambekalns) * Fixed bug #1474: Check if session_support is enabled in PHP or output a warning message in the Install Tool (patch by Ingo Schmitt) 2007-04-28 Oliver Hader * Fixed bug #5519: EM - Some input fields don't have real labels yet (patch by Oliver Klee) 2007-04-27 Martin Kutschker * Change default date formatting of CE header to be localized (needs compat version of 4.2) * Add "address" to the list of allowed tags of parseFuncs (needs compat version of 4.2) * Fixed bug #5522: 1-2-3 wizard does not accept host name with socket option 2007-04-27 Michael Stucki * Move type conversion of $TYPO3_CONF_VARS['FE']['pageNotFound_handling']='true' (string) into t3lib/config_default.php * Add new function t3lib_div::rmdir() to remove directories recursively * Modify filelist module to make use of the t3lib_div::rmdir() * Modify internal_clearPageCache() in t3lib_tcemain and make use of t3lib_div::rmdir() as well * Various enhancements to the TS object browser and TS analyzer: - Add spaces left and right of the "=" mark in the object browser overview - Set new default values: Check several fields, e.g. "block mode", "syntax highlighting", etc. by default - Define default values properly in each class instead of setting them globally - Use the TSparser and display comments nicely in the object browser - Fix bug: New keys were not added by the object browser when pressing the return key in the update form instead of clicking the submit button. The fix is a workaround, the real problem is that the form contains two submit buttons with different actions... 2007-04-27 Ingo Renner * Removed partial t3lib_div in misc/phpcheck/incfile.php and included the real t3lib_div instead, PDT for Eclipse had problems determining the actual t3lib_div because of this 2007-04-18 Dmitry Dulepov * Fixed bug #1893: Broken Rootline when a Editor view a Page that is not online * Changed loop variable name in TCEMain because it could corrupt information passed to post-processing hook * Fixed workspace publishing error that may happen when "Element" versioning type is used 2007-04-19 Thomas Hempel * Implemented feature request #3894: Open module on startup 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-14 Dmitry Dulepov * Workspaces: added class.wslib_gui.php to allow using WS GUI from extensions * Fixed HTML syntax errors with some old html files 2007-04-05 Martin Kutschker * Renamed Typoscript condition julianday to dayofyear (see change from 2007-04-03) * Made debug logging of user-supplied SQL queries possible in t3lib_db. 2007-04-04 Andreas Otto * Fix bug #5411: A directory handle was not correctly used. 2007-04-03 Andreas Otto * Implemented feature request #4914: Adding to new conditions (year and julianday) to class.t3lib_matchcondition.php. 2007-04-03 Dmitry Dulepov * Workspaces: added configurable synchronous stage change and publishing 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 #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) * Fixed bug #5177: RTEhtmlarea not correctly displayed in IRRE child form-fields and tabs 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-28 Ernesto Baschny * Added +stdWrap for the .src parameter of "FRAME" 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-22 Karsten Dambekalns * typo3/sysext/adodb: Update to upstream version 4.94. 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) 2007-03-12 Martin Kutschker * Replace all TINYTEXT columns with VARCHAR(255) * Change index "parent" of fe_user to (pid,username) and drop the index "pid" * Quote table names in admin_get_XXX() functions of t3lib_db 2007-03-06 Michael Stucki * Release of TYPO3 4.1 / create branch "TYPO3_4-1" for 4.1.x development 2007-03-06 Ingmar Schlecht * Setting default value of pageNotFoundOnCHashError back to "false" (= reverting Stucki's patch) as some extensions had problems with the new default value 2007-03-05 Michael Stucki * New login image (if no skin is used) by Ture Andersen * Added a warning for admins if typo3conf/ENABLE_INSTALL_TOOL exists (which means that the Install Tool is currently enabled) * Changed layout of admin warnings (use
  • instead of plain breaks) * Fixed bug #5125: Typo in SQL definition of sys_history 2007-03-04 Oliver Hader * Fixed bug: #5098: IRRE - foreign_unique without foreign_selector doesn't work 2007-03-01 Oliver Hader * Fixed bug: #5069: TSconfig mod.web_list.allowedNewTables used in t3lib_TCEforms_inline * Fixed bug: #5092: Typo in Who is online (thanks to Matthias Kall) 2007-03-01 Karsten Dambekalns * typo3/sysext/indexed_search: DBAL compliancy patch 2007-02-28 Ingmar Schlecht * New login image for t3skin by Ture Andersen 2007-02-27 Oliver Hader * Fixed bug: #5052: Form action URL is not htmlspecialchared (patch by Michael Stucki) * Fixed bug: #5072: Web>Info>Log - ID of BE user is displayed instead of its username * Fixed bug: #5073: Tools>User Admin>List users online is broken 2007-02-27 Martin Kutschker * Fixed bug #3666: permissions of versioned pages are not changed in draft workspace (patch by Andreas Wolf) * Added rootline cache to speed up tree renderings in the BE 2007-02-27 Ingo Renner * Fixed bug: Cannot return from Quickedit mode 2007-02-26 Dmitry Dulepov * Better fix for bug #5032: [LocalLang: 0?]DEF is sometimes displayed for content elements 2007-02-25 Oliver Hader * Fixed bug #5055: SQL problem with reviewstate in EM (thanks to Franz-Xaver Koch) * Fixed bug: List all fe_groups in page icon tooltip (patch by Michael Stucki) 2007-02-24 Ernesto Baschny * Fix for bug fix #2677: Highlighting of current page in workspaces was not de-highlighting previous one 2007-02-21 Ingmar Schlecht * Release of TYPO3 4.1RC2 2007-02-21 Michael Stucki * Security fix: Email injection vulnerability in t3lib_formmail (reported and fixed by Andreas Otto and Thorsten Kahler) 2007-02-20 Michael Stucki * Fixed bug in EM: Insecure extensions were still displayed (patch by Karsten Dambekalns) * Fixed a typo in class.em_xmlhandler.php * Fixed a typo in typo3/sysext/install/mod/class.tx_install.php * Changed another bug in the EM: Last update of extensions.xml.gz was not displayed * Fixed bug #4951: SQL error when editing BE User * Fixed bug #3412: Changed default size limits for various BE upload fields to 10M (this default can be defined through $TYPO3_CONF_VARS[BE][maxFileSize] or individually per field through $TCA) * Various changes to t3skin (by Thomas Murphy): - folder icon got more contrast - navtree: darker color for hover & active states - font-weight: bold; for active state 2007-02-20 Oliver Hader * Fixed bug #4202: be_groups - fields restricted by a low maxitems value * Fixed bug #4873: EM - Warning on uploading extension to TER (unserialize) * Fixed bugs #3655 and #4701: No wrappers for certain events (patch by Martin Kutschker) * Fixed bug: IRRE - Related child records are not updated when copying to a different page 2007-02-20 Ingmar Schlecht * Fixed bug #4993: IE 5.5 and Konqueror compatibility for AJAX navtree 2007-02-20 Dmitry Dulepov * Fixed bug #5032: [LocalLang: 0?]DEF is sometimes displayed for content elements 2007-02-19 Ingmar Schlecht * Fixed bug: AJAX navtree erroneously showed whole tree inside of the expanded branch on errors such as pages deleted in the meantime (thanks to Benjamin Mack) * Fixed bug #4993: AJAX navtree does not expand in Konqueror (fixed by Benjamin Mack) 2007-02-16 Martin Kutschker * Fixed bug #4207: User>Workspaces shows users pages they have no access to 2007-02-16 Karsten Dambekalns * Fixed bug #4822: EM shows remote extensions as on this server only 2007-02-16 Michael Stucki * Fixed bug #4973: Check if array is empty before looping over it (thanks to Thomas Oppelt) * Fixed bug #2677: Highlighting of current page in workspace (fixed by Martin Kutschker and Benjamin Mack) 2007-02-16 Dmitry Dulepov * Fixed bug #4962: .htaccess in sysext fails in some Apache configurations 2007-02-15 Michael Stucki * Reverted fix for bug #4689 (closes #4987): Fix seems to cause problems, reinvestiation is needed 2007-02-15 Martin Kutschker * Fix bug #4947: SQL error with DBAL/PostgreSQL when listing or looking up reviewed extensions 2007-02-15 Thorsten Kahler * Fix: Display description of options in install tool correctly 2007-02-14 Bernhard Kraft * Added hook: New hook in t3lib_tceforms in method getSingleField allowing modification of single field rendering and adding buttons to alt_doc.php 2007-02-14 Rupert Germann * Fix: Excluded the adminPanel GETvars from t3lib_div::cHashParams to prevent a cHash mismatch 2007-02-11 Thomas Hempel * Fix bug #4943: Redundant comma in label_alt_force 2007-02-11 Martin Kutschker * Fix bug #4423: BE search doesn't work with UTF-8 chars (thanks to John Angel) 2007-02-07 Michael Stucki * Release of TYPO3 4.1RC1 * Fixed bug #4883: mod_rewrite rules rewrite missing favicon.ico to index.php (thanks to Stefan Geith for this hint - notice that manual modification of existing .htaccess files might be neccessary) * Added feature #4476: Allow limitation of config.linkVars * Fixed bug #4917: Wrong links inside mounted page with overlay (thanks to Melanie Meyer / Franz Ripfel) 2007-02-06 Oliver Hader * Fixed bug #3985: Wrong substitution for spamProtectEmailAddresses_atSubst/spamProtectEmailAddresses_lastDotSubst 2007-02-06 Martin Kutschker * Fixed bug #4742: link to user on User Admin page is following to wrong URL 2007-02-06 Michael Stucki * Added feature #4592: Keep indexed_search tables consistent when deleting/hiding pages (Thanks to Michael Fritz) * Fixed bug #4666: Use TYPO3 settings when formatting dates * Fixed bug #4581: Duplicate entry on cache_pagesection on reloading twice. See bugtracker entry for details about this change. * Added feature #4536: Add new property "additionalParams" to GMENU items / Cleanup in tslib_menu * Fixed bug #3069 again: Ignore version check if no requirements are specified * indexed_search: Turn off maxAge setting as this "feature" seems to make no sense at all * Fixed bug #4689: Error in t3lib_tcemain while entering a number like 50 or 50.00 into a double2 field * Fixed bug #3544: RTE-config in PageTS-config not loaded when in draft-workspace 2007-02-05 Ingmar Schlecht * Lots of