2007-05-02 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 #1839: 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 correclty 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