1 2009-08-05 Rupert Germann <rupi@gmx.li>
3 * Fixed bug #11539: t3ver_stage will not be resetted when t3ver_stage was >0 before (thanks to Fabrizio Branca)
4 * Fixed #11430: Performance improvement: use $GLOBALS['EXEC_TIME'] instead of time() where it makes sense (Thanks to Niels Pardon)
6 2009-08-04 Michael Stucki <michael@typo3.org>
8 * Follow-up to bug #11410: Non-functional code cleanup
10 2009-08-03 Benjamin Mack <benni@typo3.org>
12 * Fixed #11628: Frontend Editing does not work with an iframe
14 2009-08-03 Ingo Renner <ingo@typo3.org>
16 * Updated Caching Framework to be in sync with FLOW3 revision 2953
18 2009-08-02 Oliver Hader <oliver@typo3.org>
20 * Fixed bug #11585: Faulty usage of t3lib_matchCondition in backend template
21 * Follow-up to bug #11585: Added unit test for t3lib_matchCondition
22 * Fixed bug #10769: Wrong encoded email header (thanks to Ivan Kartolo)
23 * Follow-up to bug #10769: Added unit tests for t3lib_div::encodeHeader()
24 * Added test #11626: Extend unit tests for t3lib_matchCondition globalVar comparison
26 2009-08-02 Christian Kuhn <lollli@schwarzbu.ch>
28 * Added feature #11500: Order fe_groups in select fields alphabetically (Thanks to Steffen Gebert)
30 2009-08-01 Christian Kuhn <lollli@schwarzbu.ch>
32 * Added feature #6039: TCA group -> file absolute path without uploadfolder extended (Thanks to Martin Borer)
34 2009-07-31 Rupert Germann <rupi@gmx.li>
36 * Follow-up to bug #11410: Speed up BEgetRootLine even more by adding a real 2-level cache
38 2009-07-31 Christian Kuhn <lollli@schwarzbu.ch>
40 * Added feature #11581: Small speed improvement in class.t3lib_tstemplate.php (Thanks to Dan Osipov)
41 * Fixed bug #11601: Copyright-Notice is hardcoded (Thanks to Christopher Stelmaszyk)
43 2009-07-30 Oliver Hader <oliver@typo3.org>
45 * Cleanup: Fixed ChangeLog and moved information concerning database updates to NEWS.txt
47 2009-07-30 Rupert Germann <rupi@gmx.li>
49 * Fixed bug #11593: Field t3ver_label is to small for uids >= 100000 (thanks to Fabrizio Branca)
50 * Fixed bug #11602: Reset filter above the page-tree is not translatable (Thanks to Christopher Stelmaszyk)
52 2009-07-30 Steffen Kamper <info@sk-typo3.de>
54 * Fixed bug #11603: BE-Log: "Changes in fields" and "Show history" are not translatable (Thanks to Christopher Stelmaszyk)
56 2009-07-27 Oliver Hader <oliver@typo3.org>
58 * Cleanup: Updated t3lib/core_autoload.php
60 2009-07-23 Oliver Hader <oliver@typo3.org>
62 * Fixed bug: System extension feedit misspelled
64 2009-07-23 Rupert Germann <rupi@gmx.li>
66 * Fixed bug #11296: Login-Page: function makeCopyrightNotice() uses hardcoded text (Thanks to Christopher Stelmaszyk)
68 2009-07-22 Steffen Kamper <info@sk-typo3.de>
70 * Fixed bug #11566: Missing css for grouping grid collapse/expand (ExtJS)
72 2009-07-20 Ingo Renner <ingo@typo3.org>
74 * Added feature #11264: Add an opacity option to the GIFBUILDER BOX object
76 2009-07-20 Oliver Hader <oliver@typo3.org>
78 * Added feature #11509: Move automatic session data garbage collection to separate method
80 2009-07-19 Oliver Hader <oliver@typo3.org>
82 * Fixed bug #6875: IRRE - Sorting of child records is inverted on moving parent record to different page (thanks to Nabil Saleh)
83 * Fixed bug #11267: Use PHP5 version of function microtime()
85 2009-07-18 Steffen Kamper <info@sk-typo3.de>
87 * Fixed bug #11556: missing quotes in loginrefresh.js
89 2009-07-16 Steffen Kamper <info@sk-typo3.de>
91 * Added feature #9808: Popup-functionality for Pages using target field
93 2009-07-16 Christian Kuhn <lolli@schwarzbu.ch>
95 * Added feature #11544: select/deselect all checkbox in db compare tool and extension manager for each type of modification
97 2009-07-16 Francois Suter <francois@typo3.org>
99 * Bug #11249: Abusive deprecation logging in tslib_content::getData()
101 2009-07-15 Francois Suter <francois@typo3.org>
103 * Cleanup #11408: Object Browser uses hardcoded texts (plus some CGL cleanup) (thanks to Christopher Stelmaszyk)
105 2009-07-15 Oliver Hader <oliver@typo3.org>
107 * Added feature #11510: Store timestamp of last modification of session data to frontend user object
109 2009-07-14 Oliver Hader <oliver@typo3.org>
111 * Added feature #11508: Integrate possibility to define lifetime of frontend session data
112 * Fixed bug #11526: Hanging record sets in tslib_feUserAuth
114 2009-07-12 Ingo Renner <ingo@typo3.org>
116 * Resolved issue #11530: Replaced t3lib_div::GParrayMerged() with new method t3lib_div::_GPmerged()
118 2009-07-08 Rupert Germann <rupi@gmx.li>
120 * Fixed bug #11379: TStemplate Info/Modify uses hardcoded texts (Thanks to Christopher Stelmaszyk)
122 2009-07-09 Martin Kutschker <masi@typo3.org>
124 * Fixed bug: same error message is used twice for different errors
126 2009-07-09 Ingo Renner <ingo@typo3.org>
128 * Cleanup: Removed a @see annotation to a deprecated function
130 2009-07-08 Rupert Germann <rupi@gmx.li>
132 * Added feature #11499: Database compare in install tool can require a huge amount of clicks. Added select/deselect all links.
134 2009-07-08 Oliver Hader <oliver@typo3.org>
136 * Fixed bug #11412: Using typolinkLinkAccessRestrictedPages does not take different domain names into account
138 2009-07-07 Steffen Kamper <info@sk-typo3.de>
140 * Fixed bug #11493: Ext JS with debug setting now also deliver debug versions of adapters
141 * Added feature #11492: Update Ext JS to 3.0 final
143 2009-07-06 Steffen Kamper <info@sk-typo3.de>
145 * Fixed bug #11480: missing BACK_PATH in css inclusion of Ext JS stylesheets
147 2009-07-06 Michael Stucki <michael@typo3.org>
149 * Revert old change from 2006-09-01: Remove key length for sys_refindex table (was needed by $TYPO3_CONF_VARS[SYS][multiplyDBfieldSize] which is considered deprecated nowadays) (thanks to Xavier Perseguers)
151 2009-07-03 Oliver Hader <oliver@typo3.org>
153 * Added feature #11460: felogin - Integrate possibility to disable redirects on the fly (patch by Steffen Kamper)
155 2009-07-01 Stanislas Rolland <typo3@sjbr.ca>
157 * Follow-up to issue #11009: External Links get prepended with http://typo3 in RTE htmlArea in Firefox 3.0.11/3.5b4
159 2009-07-01 Oliver Hader <oliver@typo3.org>
161 * Follow-up to feature #9615: Renamed extension from fe_edit to feedit
163 2009-06-29 Michael Stucki <michael@typo3.org>
165 * Added feature #11391: Add a button to let admins create the file ENABLE_INSTALL_TOOL from the backend (since it is automatically removed after 1 hour since this version) - thanks to Steffen Kamper who wrote this code!
167 2009-06-29 Steffen Kamper <info@sk-typo3.de>
169 * Followup to #9991: one checkbox in version module was accidental deleted
171 2009-06-29 Ernesto Baschny <ernst@cron-it.de>
173 * Fixed bug #5381: CSC: Added htmlSpecialChars to rendering page titles in Sitemap/menu content elements (Thanks to Susanne Moog)
174 * Added feature #2421: CSC: Move static HTML from render_uploads to TypoScript, providing flexible rendering of "Filelinks" content elements
176 2009-06-29 Benjamin Mack <benni@typo3.org>
178 * Followup to #4361 / New Hook: removed the "&" when calling the hook method (Thanks to Xavier Perseguers)
179 * Followup to #9947: Deprecated class t3lib/class.gzip_encode.php as the ob_gzhandler methods are used
181 2009-06-28 Benjamin Mack <benni@typo3.org>
183 * Fixed #10136: tslib_pibase page browser may hurt search engines by the incorrect "Next" link (On behalf of Dmitry Dulepov)
184 * Followup to #4361 / New Hook: removed the "&" when calling the hook method (Thanks to Xavier Perseguers)
186 2009-06-27 Steffen Kamper <info@sk-typo3.de>
188 * Fixed bug #11406: querygenerator/fullsearch doesn't use t3lib_iconWorks::skinImg, added alignment for images
189 * Fixed bug #11409: backend.php don't use API to include JS/CSS files
191 2009-06-27 Benjamin Mack <benni@typo3.org>
193 * Added feature #4361: Added new hook in class.db_list.inc for the list module (On behalf of Michael Stucki)
194 * Fixed bug #6215: MENU before/after* might create invalid HTML output (Thanks to Nabil Saleh)
196 2009-06-27 Christian Kuhn <lolli@schwarzbu.ch>
198 * Fixed bug #11425: Workspace Shortcut uses hardcoded texts (thanks to Christopher Stelmaszyk)
199 * Fixed bug #5061: Message in Web > List isn't localized (thanks to Christopher Stelmaszyk)
201 2009-06-26 Benjamin Mack <benni@typo3.org>
203 * Fixed Bug #9415 - "Do" Dropdown in Workspace module doesn't respect users rights (Thanks to Franz Koch)
205 2009-06-26 Christian Kuhn <lolli@schwarzbu.ch>
207 * Fixed bug #10782: Copying datasets with related data start- and endtime is recalculated (thanks to Niels Pardon)
208 * Fixed bug #10175: Duplicated values in localconf.php (thanks to Stefano Kowalke)
209 * Added feature #8601: Hook for debug_typo3PrintError
210 * Added feature #11229: stdwrap to override image of imageLinkWrap (thanks to Georg Ringer)
212 2009-06-26 Oliver Hader <oliver@typo3.org>
214 * Added feature #11373: Template-module "ts" uses hardcoded texts (thanks to Christopher Stelmaszyk)
215 * Added feature #11378: Constant Editor uses hardcoded texts (thanks to Christopher Stelmaszyk)
216 * Fixed bug #11154: calls to deprecated function makeInstanceClassName in core (thanks to Franz-Xaver Koch)
217 * Added feature #11410: Speed up BEgetRootLine by reusing parts of the rootline from the cache (thanks to Fabrizio Branca)
219 2009-06-24 Steffen Kamper <info@sk-typo3.de>
221 * Fixed bug #11354: Extension manager does not show up Configuration Categories Menu (thanks to Vladimir Podkovanov)
223 2009-06-24 Oliver Hader <oliver@typo3.org>
225 * Follow-up to bugfix #9599: felogin - forget password action and logout action are still cached
227 2009-06-23 Michael Stucki <michael@typo3.org>
229 * Fixed bug #11369: jumpUrl should only allow files matching fileDenyPattern (thanks to Ingmar Schlecht)
230 * Follow-up to #9897: Rename some internal variable and function names
231 * Fixed bug #9897: Extending palettes and fields to be displayed in back-end forms mixes up tabs
232 * Follow-up to #11358: Minor cleanup
233 * Fixed bug #10791: Performance improvement: Skip cHash check if page is already non-cached
234 * Fixed bug #11368: Ignore ENABLE_INSTALL_TOOL file if it is older than one hour
236 2009-06-23 Steffen Kamper <info@sk-typo3.de>
238 * Fixed bug #11377: synced Ext JS resources with Ext JS 3.0RC2, removed skins and unused css/images
240 2009-06-22 Sebastian Kurfuerst <sebastian@typo3.org>
242 * Included up-to date Extbase and Fluid (revision 844, before it was 680). Lots of changes during the last development period starting at the developer days.
244 2009-06-22 Steffen Kamper <info@sk-typo3.de>
246 * Replaced icon #11371: The current clear page cache icon is ugly and unclear (thanks to Uschi Renzihausen)
248 2009-06-21 Steffen Kamper <info@sk-typo3.de>
250 * Fixed bug #11372: Template-Analyzer uses hardcoded texts - added localization (thanks to Christopher Stelmaszyk)
252 2009-06-21 Benjamin Mack <benni@typo3.org>
254 * Fixed bug #11356: Backend Login News is not templateable
256 2009-06-21 Rupert Germann <rupi@gmx.li>
258 * Fixed bug #11358: typoLink() perfomance improvement (thanks to Vladimir Podkovanov)
260 2009-05-18 Benjamin Mack <benni@typo3.org>
262 * Fixed bug / Feature #11293: Login page is not translatable
264 2009-05-18 Oliver Hader <oliver@typo3.org>
266 * Fixed bug #11009: External Links get prepended with http://typo3 in the RTEhtmlarea in Firefox 3.0.11/3.5b4
268 2009-06-15 Ingo Renner <ingo@typo3.org>
270 * Updated the caching framework to the according FLOW3 revision 2616
272 2009-06-15 Martin Kutschker <masi@typo3.org>
274 * Fixed bug #11119: DBAL: Mapping in query does not takes care of remapping "table.field" in a WHERE clause (thanks to Xavier Perseguers)
276 2009-06-15 Steffen Kamper <info@sk-typo3.de>
278 * Fixed bug #11275: Bring back the divider CE
279 * Fixed bug #11052: Show Warning if memcache is configured but not installed / working on the server
281 2009-06-14 Steffen Kamper <info@sk-typo3.de>
283 * Fixed bug #9984: Element Browser window is MUCH too small (thanks to Georg Kuehnberger)
284 * Fixed bug #11047: DBAL does not support CLOB/BLOB when using a mapped table name (thanks to Xavier Perseguers)
285 * Fixed bug #11076: DBAL: Cannot connect to non-local Oracle database with SID (thanks to Xavier Perseguers)
286 * Fixed bug #11327: Change 2 forgotten icons in t3skin (edit_fe and edit_file)
288 2009-06-13 Steffen Kamper <info@sk-typo3.de>
290 * Fixed bug #10617: Collapse in list module doesn't process returnPath
291 * Fixed bug #8875: typo3 logo in backend on top left looks not perfect because it has white background on gradient background (thanks to Johannes Feustel)
293 2009-06-12 Steffen Kamper <info@sk-typo3.de>
295 * Fixed bug #10515: extend Filelist with icon block according to list view
297 2009-06-12 Oliver Hader <oliver@typo3.org>
299 * Fixed bug #11272: Autoloader floads sysLog with XCLASS failures
300 * Follow-up to feature #11314: Removed hardcoded length of a session ID
301 * Fixed bug #11266: Remove initialization of the random number generator
303 2009-06-10 Oliver Hader <oliver@typo3.org>
305 * Added feature #11314: Extract functionality to create session ID from t3lib_userAuth::start()
307 2009-06-09 Rupert Germann <rupi@gmx.li>
309 * Fixed bug #11285: functions flushByTag and flushByTags in caching framework are very unefficient
310 * Fixed bug #11291 and #11292: buttons "save" and "save and view" do not work in wizard_rte.php
312 2009-06-09 Oliver Hader <oliver@typo3.org>
314 * Added feature #11302: Add possibility to trigger removal of frontend session data of the current session
316 2009-06-08 Rupert Germann <rupi@gmx.li>
318 * Followup #11033: added missing hook class
320 2009-06-08 Oliver Hader <oliver@typo3.org>
322 * Fixed bug #11033: Optimize hook to indexed_search that checks for a running crawler task
323 * Fixed bug #11268: Optimize initialization of frontend editing
324 * Follow-up to bug #10231: Fixed wrong pattern conversions from split() to preg_split()
326 2009-06-08 Steffen Kamper <info@sk-typo3.de>
328 * Followup to #11117: typo in Ext JS theme: grey -> gray
329 * Fixed bug #10993: install tool shows plain passwords - display of passwords was stripped at all places
330 * Fixed bug #10689: FileCache doesn't work on windows
331 * Fixed bug #10741: Create version of page crashes in Cache caused by "-" in const PATTERN_ENTRYIDENTIFIER
333 2009-06-07 Rupert Germann <rupi@gmx.li>
335 * Fixed bug #0011288: function tslib_fe->setPageCacheContent() removes page_cache entry twice
336 * Fixed bug #0011289: t3lib_cache_backend_FileBackend doesn't work properly with TYPO3 running in a subdirectory to the document root (thanks to Niels Pardon )
337 * followup to #11260: normalized the boolean parameter $reportDocTag before adding it to the md5 hash string
339 2009-06-06 Benjamin Mack <benni@typo3.org>
341 * Followup to #11016: Implement RSA authentication for BE and FE (Added deprecation warnings to unused functions in the login screen)
343 2009-06-05 Patrick Broens <patrick@patrickbroens.nl>
345 * Fixed bug #11189: Validation issue: value of attribute "method" cannot be "POST"; must be one of "get", "post"
346 * Fixed bug #11144: Validation issue: End tag for "hr" omitted, but OMITTAG NO was specified in typo3/init.php
347 * Fixed bug #11141: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/wizard_colorpicker.php
348 * Fixed bug #11140: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/wizard_sortpages/class.tx_wizardsortpages_webfunc_2.php
349 * Fixed bug #11139: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/wizard_crpages/class.tx_wizardcrpages_webfunc_2.php
350 * Fixed bug #11138: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/version/cm1/index.php
351 * Fixed bug #10956: Validation issue: Trimming empty <strong> in typo3/alt_intro.php when module has no module label
353 2009-06-04 Rupert Germann <rupi@gmx.li>
355 * New feature #11260: Speed up t3lib_div::xml2array by adding a two level cache (thanks to Fabrizio Branca)
357 2009-06-04 Oliver Hader <oliver@typo3.org>
359 * Fixed bug #11257: t3lib_cache_backend_dbbackend->collectGarbage() deletes entries without lifetime (thanks to Fabrizio Branca)
360 * Cleanup: Cleanup iterations in t3lib_timeTrack->printTSlog()
361 * Cleanup: Use PHP_SAPI constant instead of php_sapi_name() calls
363 2009-06-03 Benjamin Mack <benni@typo3.org>
365 * Followup to #10320: Split css styled content templates in version templates to get rid of the compat version checks (now the updater in the installer only shows up when there is something to do)
367 2009-06-03 Rupert Germann <rupi@gmx.li>
369 * Fixed bug #11258: t3lib_cache_backend_ApcBackend::set() error in exception message (thanks to Fabrizio Branca)
371 2009-06-03 Christian Kuhn <lolli@schwarzbu.ch>
373 * Fixed bug #9811: Adding Faroese flag to website languages
375 2009-06-03 Jeff Segars <jeff@webempoweredchurch.org.org>
377 * Followup to #10597: Fixed bad call to the admin panel within fe_edit
379 2009-06-03 Ernesto Baschny <ernst@cron-it.de>
381 * Added feature #11107: CSC: Provides more flexible rendering for the images block in "text with image", e.g. less tags (and no DL) around "single images without caption"
383 2009-06-03 Steffen Kamper <info@sk-typo3.de>
385 * Fixed bug #11262: Recycler fails with Ext JS 3
386 * Follow-up #11117: move typo3-theme to t3skin (renamed to xtheme-t3skin.css)
387 * Update #11117: Update Ext JS to 3.0 RC2, added typo3be-theme
389 2009-06-03 Benjamin Mack <benni@typo3.org>
391 * Fixed #11234: Deprecate formatSize and checkEmail functions
392 * Followup to #11148: Remove static require_once() to t3lib and tslib and use autoloading instead - re-added require_once() for the services classes
394 2009-06-03 Francois Suter <francois@typo3.org>
396 * Fixed bug #3527: Mail Form validation: wrong encoding in JS pop-up
397 * Clean up: #11250: Validation error in typo3/stylesheet.css
399 2009-06-02 Oliver Hader <oliver@typo3.org>
401 * Follow-up to #10597: Fixed wrong initialization of locallang file for admin panel labels
403 2009-06-02 Jeff Segars <jeff@webempoweredchurch.org>
405 * Follow-up to #10597: Removed hardcoded reference to fe_edit and updated extGetFeAdminValue() call to use tslib_AdminPanel
407 2009-06-02 Steffen Kamper <info@sk-typo3.de>
409 * Added feature #11241: Feature: Add TYPO3_USER_SETTINGS to configuration module
410 * Fixed bug #11019: User Setup Rewrite #4 - User settings now configurable with $GLOBALS['TYPO3_USER_SETTINGS']
412 2009-06-02 Benjamin Mack <benni@typo3.org>
414 * Followup to #11148: Remove static require_once() to t3lib and tslib and use autoloading instead - removed more require_once() statements
416 2009-06-02 Ingo Renner <ingo@typo3.org>
418 * Fixed bug #9818: Enable <del> instead of <strike> in lib.parseFunc_RTE.allowTags by default (credits Susanne Moog)
420 2009-06-01 Jeff Segars <jeff@webempoweredchurch.org>
422 * Added feature #11167: Add method for saving and closing a record.
424 2009-06-01 Christian Kuhn <lolli@schwarzbu.ch>
426 * Fixed bug #10865: Using User-Setting "titleLen" in element browser
428 2009-05-31 Steffen Kamper <info@sk-typo3.de>
430 * Fixed bug #11216: getModuleTemplate is prepended with backPath always. Now syntax EXT:extkey/templatefile is supported.
432 2009-05-31 Oliver Hader <oliver@typo3.org>
434 * Fixed bug #11176: LogicException is thrown if spl_autoload() fails with PHP 5.2.0
436 2009-05-31 Christian Kuhn <lolli@schwarzbu.ch>
438 * Fixed bug #11233: Log module has an unwanted margin
439 * Fixed bug #11232: User Admin module has an unwanted margin (Thanks to Dan Osipov)
440 * Fixed bug #11218: Typo in typo3/init.php
442 2009-05-30 Christian Kuhn <lolli@schwarzbu.ch>
444 * Fixed bug #3569: <legend>Search form</legend> is hardcoded (Thanks to Krystian Szymukowicz)
446 2009-05-29 Jeff Segars <jeff@webempoweredchurch.org>
448 * Fixed bug #11166: loadPrototype() called in frontend editing without a valid doc instance.
450 2009-05-28 Steffen Kamper <info@sk-typo3.de>
452 * Follow-up to #11207 changed filename to lower case in Hook-array
454 2009-05-28 Jeff Segars <jeff@webempoweredchurch.org>
456 * Fixed bug #10744: Icon path calculated incorrectly in t3lib_tceforms->getIcon()
458 2009-05-28 Steffen Kamper <info@sk-typo3.de>
460 * Added feature #11207 Hook in typo3/class.webPageTree.php -> wrapTitle
462 2009-05-27 Patrick Broens <patrick@patrickbroens.nl>
464 * Fixed bug #11124: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/mod/tools/em/class.em_index.php
465 * Fixed bug #11125: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in various files of typo3/mod/user/ws/
466 * Fixed bug #11126: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/mod/web/perm/index.php
467 * Fixed bug #11127: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/belog/mod/index.php
468 * Fixed bug #11128: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/cms/layout/db_layout.php
469 * Fixed bug #11129: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in various files in typo3/sysext/cms/web_info/
470 * Fixed bug #11133: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/impexp/modfunc1/class.tx_impexp_modfunc1.php
471 * Fixed bug #11134: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/indexed_search/modfunc1/class.tx_indexedsearch_modfunc1.php
472 * Fixed bug #11135: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in various files in typo3/sysext/info_pagetsconfig/
473 * Fixed bug #11136: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in various files in typo3/sysext/lowlevel/
474 * Fixed bug #11137: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/t3editor/class.tx_t3editor.php
476 2009-05-26 Patrick Broens <patrick@patrickbroens.nl>
478 * Fixed bug #11106: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/alt_db_navframe.php
479 * Fixed bug #11121: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/alt_doc.php
480 * Fixed bug #11122: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/file_newfolder.php
481 * Fixed bug #11123: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/init.php
483 2009-05-25 Oliver Hader <oliver@typo3.org>
485 * Fixed bug #11169: Syntax error in ADOdb PDO-SQLite driver
487 2009-05-23 Oliver Hader <oliver@typo3.org>
489 * Release of TYPO3 4.3.0alpha3
491 2009-05-23 Oliver Hader <oliver@typo3.org>
493 * Follow-up to #10597: Faulty call to frontend editing instance instead of admin panel
494 * Fixed bug #11039: Simulating frontend user groups via admin panel does not work
495 * Cleanup: Fixed formatting issues in t3lib PHP files
496 * Cleanup: Fixed formatting issues in typo3 and test PHP files
498 2009-05-22 Steffen Kamper <info@sk-typo3.de>
500 * Follow-up to #9994: preg_replace doesn't work with entities_to_utf8 (class.t3lib_cs.php)
501 * Follow-up to #9994: preg_replace doesn't work with highlight xml (class.t3lib_syntaxhl.php)
502 * Follow-up to #11044: mass uploader didn't worked because missing settings
504 2009-05-22 Oliver Hader <oliver@typo3.org>
506 * Cleanup: Fixed ChangeLog
507 * Fixed bug #10816: tslib_content calls deprecated function makeInstanceClassName (thanks to Susanne Moog)
508 * Cleanup: Updated NEWS.txt
509 * Follow-up to feature #10455: Enable system extension recycler by default
510 * Fixed bug #10597: Admin panel is not available anymore when extension fe_edit is not installed
511 * Reverted bug #11087 from rev 5441: Selecting more than one item in a selector box is not possible anymore
512 * Added feature #11148: Remove static require_once() to t3lib and tslib and use autoloading instead
513 * Fixed bug #11152: Warning in Import/Export Module (thanks to Susanne Moog & Rupert Germann)
514 * Follow-up to #11044: Changing to a backend module was not possible anymore in Internet Explorer (thanks to Steffen Kamper)
516 2009-05-22 Rupert Germann <rupi@gmx.li>
518 * Added feature #11074: Add more information to the list of extensions in EM import mode (thanks to Steffen Mueller)
520 2009-05-21 Steffen Kamper <info@sk-typo3.de>
522 * Reverted bug #11038 from rev 5451: gr_list and loginUser are not set properly in TSFE anymore
523 * Fixed bug #11022: DBAL does not support SQL having "+" (used in cache management) (thanks to Xavier Perseguers)
524 * Fixed bug #8231: DBAL's bug admin_get_charsets() on a non-object (thanks to Xavier Perseguers)
526 2009-05-20 Oliver Hader <oliver@typo3.org>
528 * Added feature #11153: Integrate t3lib_div::requireFile() for simple require() calls
529 * Follow-up to feature #9633: XCLASSes did not work for autoloaded class files
530 * Fixed bug #11156: Misbehaviours due to integration of autoloader (XCLASSes)
531 * Fixed bug #11156: Misbehaviours due to integration of autoloader (includeLibs in frontend)
532 * Follow-up to bug #11156: Fixed further misbehaviour of includeLibs in frontend
534 2009-05-20 Steffen Kamper <info@sk-typo3.de>
536 * Follow-up to #11044: moved the relogin stuff to extra file, used TYPO3.LLL.core for the labels
537 * Fixed bug #10861: Eval of double2 doesn't work
538 * Fixed bug #10994: allow using custom adapter for Ext JS
540 2009-05-19 Sebastian Kurfuerst <sebastian@typo3.org>
542 * Updated Extbase revisions to 680; that fixed a small issue on registering plugins
544 2009-05-19 Oliver Hader <oliver@typo3.org>
546 * Added feature #9633: Implement autoloading for TYPO3
547 * Follow-up to feature #9633: Enabled autoloading in TYPO3 Core
548 * Follow-up to feature #9633: Added abstract classes to registry and check whether extension key could be resolved
549 * Fixed bug #11038: Optimize loading of frontend user groups
551 2009-05-19 Steffen Kamper <info@sk-typo3.de>
553 * Cleanup #11044: Move inline JS to external file in backend.php
555 2009-05-19 Bernhard Kraft <bernhard@typo3.org>
557 * Fixed bug #11079: cache_pages timeout alway set to 3600 seconds
559 2009-05-19 Ingo Renner <ingo@typo3.org>
561 * Follow up to #8561: Checkboxes and labels are aligned badly if in one line (credits Susanne Moog)
563 2009-05-19 Benjamin Mack <benni@typo3.org>
565 * Fixed #11087 and #6372: TCEForm does not replace the existing element if adding a new element to a field with maxitems=1
567 2009-05-19 Francois Suter <francois@typo3.org>
569 * Clean up #11118: Reduce memory usage of db_list_extra
571 2009-05-18 Sebastian Kurfuerst <sebastian@typo3.org>
573 * New Feature #1110: Added Extbase and Fluid to System Extensions via svn:externals.
575 2009-05-18 Steffen Kamper <info@sk-typo3.de>
577 * Fixed bug #8701: Bug: options.moduleMenuCollapsable = 0 doesn't have any effect
579 2009-05-18 Ernesto Baschny <ernst@cron-it.de>
581 * Fixed bug #11094: CSC: maxWInText setting was being ignored (since #10320).
583 2009-05-18 Benjamin Mack <benni@typo3.org>
585 * Feature #10639: Integration of the Mass File Uploader (based on SWFUpload and Ext JS)
586 * Fixed bug #11111 / Follow-up to #10892: Root item cannot be collapsed in pagetree (Thanks to Andreas Wolf)
587 * Fixed bug #11112 / Follow-up to #10892: Collapsing nodes in pagetree produces multiple items with same id (Thanks to Andreas Wolf)
589 2009-05-16 Francois Suter <francois@typo3.org>
591 * Follow-up to #9994: an unclosed bracket caused a parse error in t3lib_htmlmail
593 2009-05-16 Karsten Dambekalns <karsten@typo3.org>
595 * Fixed bug #9994: ereg* is deprecated in PHP 5.3 alpha3
596 * Fixed bug #11099: DB check breaks with MySQL in ANSI mode due to double quotes
598 2009-05-16 Oliver Hader <oliver@typo3.org>
600 * Fixed bug #10165: FlexForms: wrong mm-relations after copy and localize (thanks to Peter Kuehn)
602 2009-05-15 Christian Jul Jensen <julle@typo3.org>
604 * Fixed bug #11098: Enable CC and BCC in t3lib_htmlmail
606 2009-05-14 Benjamin Mack <benni@typo3.org>
608 * Feature #10673: CSS-Styled-Content "uploads" - the filelist can now be manipulated by TS, added a new property "tt_content.uploads.20.filePath" with stdWrap properties to dynamically fetch all files from a filePath
610 2009-05-13 Benjamin Mack <benni@typo3.org>
612 * Cleanup #11077: Changed the version of css_styled_content to 1.0.0 and marked it as stable (as it is stable since 4.0)
613 * Changed UI-Bug #F3282: Replace three icons from the oldskin in t3skin (fatalerror, ok, info)
615 2009-05-13 Michael Stucki <michael@typo3.org>
617 * Fixed bug #11063: Wrong Content-length header breaks frontend output in some cases (thanks to Georg Kuehnberger)
619 2009-05-12 Patrick Broens <patrick@patrickbroens.nl>
621 * Fixed bug #11058: Validation issue: <input type="image"> can't have height and width attribute in typo3/alt_doc.php
622 * Fixed bug #11059: Validation issue: duplicate specification of attribute "class" in t3lib/class.t3lib_tceforms.php
624 2009-05-08 Patrick Broens <patrick@patrickbroens.nl>
626 * Fixed bug #11017: Validation issue: various errors and warnings in typo3/sysext/tsconfig_help/mod1/index.php
628 2009-05-08 Francois Suter <francois@typo3.org>
630 * Fixed bug: #11006: Tooltip for page path in Page/List module is missing (thanks to Steffen Gebert)
632 2009-05-08 Oliver Hader <oliver@typo3.org>
634 * Fixed bug #11053: TYPO3_DB uses $GLOBALS['TYPO3_DB'] instead of $this (thanks to Stefan Geith)
636 2009-05-08 Steffen Kamper <info@sk-typo3.de>
638 * Fixed bug #11040: ENGINE modifier in ext_tables.sql cannot be parsed
640 2009-05-07 Oliver Hader <oliver@typo3.org>
642 * Added feature #10986: Convert from extension prefix to extension key
644 2009-05-06 Bernhard Kraft <bernhard@typo3.org>
646 * Fixed bug #6395: External TypoScripts files will always be cached
648 2009-05-06 Oliver Hader <oliver@typo3.org>
650 * Cleanup: Added public static definitions to TSpagegen
652 2009-05-06 Francois Suter <francois@typo3.org>
654 * Clean up/feature: #10523: New install tool colors, matching t3skin (thanks to Susanne Moog)
656 2009-05-05 Oliver Hader <oliver@typo3.org>
658 * Fixed bug #10050: Traversing back page records used in CONTENT object does not work on root page
659 * Fixed bug #8212: IRRE - Adding new child elements does not work on root page
661 2009-05-05 Dmitry Dulepov <dmitry.dulepov@gmail.com>
663 * Updated rsaauth version number to 1.0.0
665 2009-05-04 Dmitry Dulepov <dmitry.dulepov@gmail.com>
667 * Added feature #11016: Implement RSA authentication for BE and FE -- part 1 (add rsaauth system extension)
668 * Added feature #11016: Implement RSA authentication for BE and FE -- part 2 (fix hard-coded stuff in the TYPO3 login procedure)
670 2009-05-03 Oliver Hader <oliver@typo3.org>
672 * Fixed bug #11024: Typo issue in t3lib_cache_backend_DbBackend (thanks to Xavier Perseguers)
673 * Added feature #10985: Conversion from camelcase to underscores, and back (thanks to Jochen Rau)
674 * Added feature #10666: Integrate automatic line breaks in GIFBUILDER
676 2009-05-01 Patrick Broens <patrick@patrickbroens.nl>
678 * Fixed bug #10967: Validation issue: unescaped & or unknown entity "&returnUrl" in typo3/file_list.php
679 * Fixed bug #10968: Validation issue: Missing </form> in typo3/file_newfolder.php
680 * Fixed bug #10969: Validation issue: Missing </form> in typo3/file_rename.php
681 * Fixed bug #10970: Validation issue: Missing </div> in typo3/sysext/cms/layout/db_new_content_el.php
683 2009-04-30 Francois Suter <francois@typo3.org>
685 * Added feature: #10651: Add <abbr> tag to hints SL, GL, SGL in EM (thanks to Steffen Gebert)
687 2009-04-29 Steffen Kamper <info@sk-typo3.de>
689 * Added feature #10158: Credits to coredevs
691 2009-04-29 Oliver Hader <oliver@typo3.org>
693 * Added feature #10869: Integrate hook to pre-process the frontend rendering
695 2009-04-28 Stanislas Rolland <typo3@sjbr.ca>
697 * Fixed bug #11003: htmlArea RTE: empty mutuallyExclusiveClasses array may cause js error
699 2009-04-28 Steffen Kamper <info@sk-typo3.de>
701 * Fixed bug #9991: Localize versioning module
702 * Fixed bug #10550: Listview: default limits are hardcoded
703 * Fixed bug #10698: Filecache: Clear all caches doesn't clear tags directory
705 2009-04-28 Oliver Hader <oliver@typo3.org>
707 * Cleanup: Fixed whitespaces in admin panel
708 * Fixed bug #10331: linkHandler different than "record" leads to rteerror (thanks to Martin Holtz)
710 2009-04-27 Steffen Kamper <info@sk-typo3.de>
712 * Update #10975: Update Ext JS to 2.2.1, added Ext-Core, YUI and jquery adapters
714 2009-04-27 Francois Suter <francois@typo3.org>
716 * Clean up #10711: Move hard-coded indexed_search tca labels to locallang file (thanks to Andy Grunwald)
718 2009-04-27 Patrick Broens <patrick@patrickbroens.nl>
720 * Fixed bug #10950: XML prologue always after doctype declaration in BE template building
721 * Fixed bug #10954: Validation issue: Images with empty attributes in Module menu in BE
723 2009-04-24 Benjamin Mack <benni@typo3.org>
725 * Fixed bug #10949: Clean up sysext usersetup module code - part 2
726 * Fixed bug #4298: Functions -> Multiple pages creates pages in reverse order (page ids decreasing) (Thanks to Dimitriy Simakov and Christian Kuhn)
728 2009-04-24 Christian Kuhn <lolli@schwarzbu.ch>
730 * Fixed bug #10979: class localRecordList should use $this->fixedL from class recordList instead of own logic
731 * Fixed bug #10977: Copyright in TYPO3 comment still 2008 (Thanks to Johannes Feustel)
732 * Added feature #9876: Provide $severity in t3lib_div::sysLog() Hook (Thanks to Michael Stucki)
733 * Fixed bug #10823: IRRE long titles on groupdb fields are displayed wrong (<span title) (Thanks to Nabil Saleh)
735 2009-04-24 Patrick Broens <patrick@patrickbroens.nl>
737 * Fixed bug #10952: Iframe produced by typo3/backend.php has proprietary attribute "noresize"
738 * Fixed bug #10953: Validation issue: <a> attribute "href" lacks value in shortcut menu
740 2009-04-23 Steffen Kamper <info@sk-typo3.de>
742 * Fixed bug #10964: Ext JS prototype-adapter leads to several IE-errors
744 2009-04-22 Steffen Kamper <info@sk-typo3.de>
746 * Fixed bug #10947: It's not possible to add buttons to docheader (added hook in template.php)
748 2009-04-22 Patrick Broens <patrick@patrickbroens.nl>
750 * Fixed bug #10948: Validation issues in typo3/alt_db_navframe.php
752 2009-04-21 Steffen Kamper <info@sk-typo3.de>
754 * Fixed bug #10892: Make it possible to style a hover color for pagetree/filetree items
756 2009-04-21 Patrick Broens <patrick@patrickbroens.nl>
758 * Fixed bug #10939: Wrong nesting of <ul> <li> tags in expanded mount root in module file > filelist
760 2009-04-21 Francois Suter <francois@typo3.org>
762 * Follow up to #10320 (again): t3lib_extMgm::addStaticFile() call did not reflect changes in location of static templates in css_styled_content (from 2009-04-20)
764 2009-04-21 Ingo Renner <ingo@typo3.org>
766 * Changed icons in t3skin for new file, file upload
767 * Fixed icon in t3skin for refresh
769 2009-04-20 Francois Suter <francois@typo3.org>
771 * Follow up to #10320: Move current version of static files of css_styled_content from static/current/*.txt back to static/*.txt
773 2009-04-20 Steffen Kamper <info@sk-typo3.de>
775 * Fixed bug #10759: RemoveXSS is incompatible with PHP >= 5.2.8
777 2009-04-19 Steffen Kamper <info@sk-typo3.de>
779 * Fixed bug #10919: Hide View-icon in listview with doktypes 254 and 255
781 2009-04-17 Steffen Kamper <info@sk-typo3.de>
783 * Fixed bug #10827: Hide "Save and View"-button when editing a content-element
785 2009-04-17 Christian Kuhn <lolli@schwarzbu.ch>
787 * Fixed bug #2178: template::getTabMenu doubles ampersands (thanks to Stefano Kowalke)
789 2009-04-16 Oliver Hader <oliver@typo3.org>
791 * Added feature #10725: Integrate possibility to determine maximum of multiple values in GIFBUILDER
793 2009-04-16 Steffen Kamper <info@sk-typo3.de>
795 * Fixed bug #10735: Wrong returnUrl with clipboard actions
797 2009-04-15 Tobias Liebig <mail_typo3@etobi.de>
799 * Fixed issue #8103: t3editor / typoscript on the right side of an operator is not tokenized (needed to enable codecompletion behind copy or reference operator)
800 * Fixed issue #9051: t3editor / On Mac Os X the key combination CMD+LEFT will close the t3editor
801 * Fixed issue #10899: bugfixes for t3editor codecompletion (credits to Stephan Petzl and Christian Kartnig)
803 2009-04-10 Martin Kutschker <masi@typo3.org>
805 * Fixed bug #10866: extra Ext JS onready code not loaded with template.php
806 * Fixed bug #10867: Ext JS localization doesn't work
807 * Fixed bug #9076: iso-ir-109 detected as iso-8859-2 instead of iso-8859-3
808 * Added feature #10888: support for Unix locales Norwegian bokmal and nynorsk
810 2009-04-09 Stanislas Rolland <typo3@sjbr.ca>
812 * Fixed issue #10847: htmlArea RTE: undo/redo is erratic in IE8
813 * Fixed issue #10665: RTE in FE loads stylesheet with title attribute which prevents Firefox from applying the stylesheet
815 2009-04-09 Oliver Hader <oliver@typo3.org>
817 * Fixed bug #8882: drag & drop of section elements and IRRE records does not work if frame has to be scrolled (thanks to Sebastian Fuchs & Helmut Hummel)
819 2009-04-08 Christian Kuhn <lolli@schwarzbu.ch>
821 * Fixed bug #10266: No user authentication for >1 TYPO3 installation under one domain (Thanks to Marcus Krause)
823 2009-04-07 Christian Kuhn <lolli@schwarzbu.ch>
825 * Fixed bug #10737: Add xmlns attribute to html tag in backend
827 2009-04-06 Stanislas Rolland <typo3@sjbr.ca>
829 * Follow-up to issue #10834: htmlArea RTE: IE8 now uses standard name for DOM class attribute
831 2009-04-06 Oliver Hader <oliver@typo3.org>
833 * Follow-up to feature #9703: Admin panel cannot not be dragged
835 2009-04-05 Oliver Hader <oliver@typo3.org>
837 * Follow-up to bug #10025: Searching for ImageMagick in basic configuration does not work
839 2009-04-05 Stanislas Rolland <typo3@sjbr.ca>
841 * Follow-up to issue #10834: htmlArea RTE: IE8 now uses standard name for DOM class attribute
842 * Added feature #10848: htmlArea RTE: Streamline some functions in class.tx_rtehtmlarea_base.php
844 2009-04-04 Steffen Kamper <info@sk-typo3.de>
846 * Fixed issue #10764: Use new JS-function for loading prototype/scriptaculous/extJS
848 2009-04-03 Stanislas Rolland <typo3@sjbr.ca>
850 * Fixed issue #10837: htmlArea RTE: IE8 reports unknown "complete" attribute on img nodes
851 * Fixed bug #10836: htmlArea RTE: RTE leaves unwanted id attribute on inserted table in IE8
852 * Added feature #10842: htmlArea RTE: Let IE8 display language marks like other browsers do
853 * Fixed bug #10843: htmlArea RTE: IE7 complains when reference is made to attribute xml:lang
854 * Fixed bug #10844: htmlArea RTE: IE8 creates erroneous ranges when selection is empty
855 * Fixed bug #10845: htmlArea RTE: Incorrect XCLASS in class.tx_rtehtmlarea_editormode.php
856 * Fixed bug #10846: htmlArea RTE: Missing icon in default skin of Language extension
857 * Updated htmlArea RTE manual
858 * Updated htmlArea RTE version to 1.8.2
860 2009-04-03 Patrick Broens <patrick@patrickbroens.nl>
862 * Fixed bug #10783: Make workspaces icons skinnable
864 2009-04-03 Ingo Renner <ingo@typo3.org>
866 * Added feature #9703: Integrate EXT: ingmar_admpanelwrap
867 * Fixed bug #10838: t3lib_cs->utf8_decode() does not check whether the target charset is utf8
869 2009-04-02 Stanislas Rolland <typo3@sjbr.ca>
871 * Fixed issue #10834: htmlArea RTE: IE8 now uses standard name for DOM class attribute
872 * Fixed issue #10747: htmlArea RTE: Inserting a table in IE8 may fail
874 2009-04-01 Steffen Kamper <info@sk-typo3.de>
876 * Follow-up to bug #10025: Command identify does not work with the argument to strip profile data of images
878 2009-03-31 Benjamin Mack <benni@typo3.org>
880 * Fixed bug #10567: Added IE8+ support / Get rid of browser version dependent t3lib_div::clientInfo() (Thanks to Steffen Gebert)
881 * Added feature #10717: Introduce a new function to t3lib_div::getMaxUploadFileSize() to have a central function to detect the maximum upload limit
883 2009-03-31 Oliver Hader <oliver@typo3.org>
885 * Follow-up to bug #10025: Enabled to cut off image profiles for image resizing by default
886 * Fixed bug #10190: Call to undefined method t3lib_div::calluserfunc() in class.tslib_fe.php
887 * Fixed bug #10431: Call to undefined method SC_wizard_list::printContent()
889 2009-03-30 Francois Suter <francois@typo3.org>
891 * Added feature #10320: Split CSS styled content templates in version templates to get rid of the compat version checks (thanks to Susanne Moog)
893 2009-03-30 Benjamin Mack <benni@typo3.org>
895 * Added feature #10718: Make tce_file usable via AJAX, uploads, file manipulation etc via AJAX in the Backend now possible
897 2009-03-27 Francois Suter <francois@typo3.org>
899 * Fixed issue #10798: Flag sectionIndex is not used for "menu of subpages + sections" (thanks to Xaviers Perseguers)
901 2009-03-27 Patrick Broens <patrick@patrickbroens.nl>
903 * Fixed bug #10777: Make versioning module icon skinnable
904 * Fixed bug #10768: Small rendering/css bug on FE with Text with image
906 2009-03-27 Steffen Kamper <info@sk-typo3.de>
908 * Fixed bug #10773: TCA change for BE_USER (admin with less fields, admin checkbox on first tab)
909 * Fixed bug #10796: Click on (WS 48hour-) preview link in versioning module causes a fatal error
910 * Fixed bug #10025: ImageMagick generates larger than necessary files
912 2009-03-27 Michael Stucki <michael@typo3.org>
914 * Added feature #10734: Indicate number of USER_INT objects used on a page in Admin Panel
916 2009-03-26 Ingo Renner <ingo@typo3.org>
918 * Fixed bug #10776: Clearing cache_treelist after inserting page on root level does not work
920 2009-03-26 Rupert Germann <rupi@gmx.li>
922 * Fixed bug #10723: Ambiguous description of the "lifetime" option in Install Tool (thanks to Dan Osipov)
924 2009-03-26 Steffen Kamper <info@sk-typo3.de>
926 * Fixed bug #5957: Misleading comments in class.t3lib_extmgm.php
928 2009-03-24 Steffen Kamper <info@sk-typo3.de>
930 * Fixed bug #10642: Backend admin cannot perform file operations in filelist (credits to Christian Kuhn)
931 * Fixed bug #10761: Searching for specific record opens "edit record" in wrong frame
933 2009-03-23 Steffen Kamper <info@sk-typo3.de>
935 * Fixed bug #10432: Page TS option to disable available languages (thanks to Xavier Perseguers)
936 * Fixed bug #10765: doc->loadScriptaculous should be callable without parameters
938 2009-03-21 Oliver Hader <oliver@typo3.org>
940 * Fixed bug #10663: felogin - Invalid XHTML Code in logout form (thanks to Stano Paska)
942 2009-03-20 Oliver Hader <oliver@typo3.org>
944 * Added feature #10748: Provide complete title in element browser if title was cut off
945 * Fixed bug #10742: LOCAL_LANG default values are overwritten by localized text (thanks to Mathias Gisch)
947 2009-03-19 Oliver Hader <oliver@typo3.org>
949 * Fixed issue #10713: Refactor tslib_gifBuilder::calcOffset()
951 2009-03-18 Steffen Kamper <info@sk-typo3.de>
953 * Fixed bug #10607: Missing localization in TCA of sys_action
954 * Fixed bug #9359: XML Problems with PHP5 and libxml
956 2009-03-12 Stanislas Rolland <typo3@sjbr.ca>
958 * Added feature #10670: htmlArea RTE: enable alternate rendering of image click enlarge by FE plugins
960 2009-03-12 Oliver Hader <oliver@typo3.org>
962 * Fixed bug #10668: Cache section in the admin panel does not work anymore
964 2009-03-11 Oliver Hader <oliver@typo3.org>
966 * Release of TYPO3 4.3.0alpha2
968 2009-03-11 Francois Suter <francois@typo3.org>
970 * Fixed issue #3682: im_version_5 is always reset to im5 when using ImageMagick 6.x (thanks to Andreas Wolf and Steffen Gebert)
972 2009-03-11 Stanislas Rolland <typo3@sjbr.ca>
974 * Fixed issue #7973: htmlArea RTE: Superfluous leading bar inserted in toolbar after linebreak
976 2009-03-11 Steffen Kamper <info@sk-typo3.de>
978 * Added feature #10144: enable JS-Libs in BE
980 2009-03-11 Francois Suter <francois@typo3.org>
982 * Fixed issue #10573: CSH external Links in seeAlso not working (thanks to Steffen Mueller)
984 2009-03-11 Oliver Hader <oliver@typo3.org>
986 * Fixed issue #10655: Upgrade script.aculo.us to latest release 1.8.2
987 * Follow-up to feature #10455: Recycler is not loading in Internet Explorer 7
988 * Follow-up to bug #9745: Added FileInfo for AllowOverride
989 * Cleanup: Updated ext_emconf.php files in system extensions
990 * Cleanup: Updated NEWS.txt
992 2009-03-10 Stanislas Rolland <typo3@sjbr.ca>
994 * Fixed issue #10656: htmlArea RTE: Initialization fails in presence of Firefox extension Ant.com Toolbar 1.3
996 2009-03-10 Tobias Liebig <mail_typo3@etobi.de>
998 * Fixed #10380: Update t3editor base (CodeMirror) to release 0.60
999 * Fixed #10382: Bugfixes for t3editor code completion (thanks to Stephan Petzl and Christian Kartnig)
1001 2009-03-10 Oliver Hader <oliver@typo3.org>
1003 * Cleanup: Updated NEWS.txt
1004 * Follow-up to issue #10614: Fixed typing error in memcached backend
1005 * Added feature #9078: Integrate hook in page module to render preview of records with own CType
1006 * Added feature #10455: Improve recycling of deleted records (thanks to Julian Kleinhans & Erik Frister)
1007 * Fixed bug #10648: JavaScript error is show when starting the install tool with the standard password
1009 2009-03-10 Francois Suter <francois@typo3.org>
1011 * Added feature #10575: Add hover textbox popup (alttitle + description) for FlexForm CSH (thanks to Steffen Mueller)
1013 2009-03-09 Oliver Hader <oliver@typo3.org>
1015 * Fixed bug #10099: Use TYPO3_DB->exec_SELECTcountRows() to determine the number of rows
1016 * Follow-up to bug #10099: Added additional conversion to integer in tslib_feTCE::checkDoublePostExist()
1017 * Added feature #8487: Enable configuration of filesize labels for CType uploads (thanks to Tom Ruether)
1018 * Cleanup: Updated copyright notices
1020 2009-03-08 Stanislas Rolland <typo3@sjbr.ca>
1022 * Fixed issue #10635: htmlArea RTE: Two typos in the manual
1024 2009-03-08 Jeff Segars <jeff@webempoweredchurch.org>
1026 * Follow-up to feature #10155: Add controller switching for frontend editing
1028 2009-03-08 Ingo Renner <ingo@typo3.org>
1030 * Added unit tests for the caching framework database cache backend (backported from FLOW3) (part of #10614)
1031 * !!! Fixed issue #10614: update the caching framework to the latest version as in FLOW3
1032 * Disabled a check in the DB caching backend for the existence of the specified caching table as it caused some problems
1034 2009-03-08 Tobias Liebig <mail_typo3@etobi.de>
1036 * Fixed bug #9823: Save and close in t3editor closes without saving
1038 2009-03-08 Oliver Hader <oliver@typo3.org>
1040 * Follow-up to feature #10565: Condition PIDinRootline did not work anymore
1041 * Follow-up to feature #10565: Fixed formatting in t3lib_matchCondition
1042 * Cleanup: Fixed ChangeLog
1043 * Cleanup: Changed formatting of INSTALL.txt
1045 2009-03-07 Stanislas Rolland <typo3@sjbr.ca>
1047 * Follow-up to feature #7970: fontstyle and fontsize should not use deprecated font tag
1049 2009-03-07 Benjamin Mack <benni@typo3.org>
1051 * Cleanup #10601: Move static dyntabmenu code in external file
1052 * Added feature #10565: Speedup & cleanup t3lib_matchCondition - make use of trimExplode
1054 2009-03-07 Ingo Renner <ingo@typo3.org>
1056 * Added unit tests for the caching framework cache manager (backported from FLOW3) (part of #10614)
1058 2009-03-07 Steffen Kamper <info@sk-typo3.de>
1060 * Follow-up to feature #2859: Added BACK_PATH to listUrl in list module
1062 2009-03-06 Jeff Segars <jeff@webempoweredchurch.org>
1064 * Fixed bug #5822: Indexed Search section menu includes pages with "hide in menu" flag (thanks to Andy Grunwald)
1066 2009-03-06 Francois Suter <francois@typo3.org>
1068 * Added feature #5466: Page selector for the list module (thanks to Christian Kuhn and Dmitry Pikhno)
1070 2009-03-06 Stanislas Rolland <typo3@sjbr.ca>
1072 * Fixed bug #10610: htmlArea RTE: Two errors in class.tx_rtehtmlarea_acronym.php (Thanks to Ursula Renziehausen).
1073 * Fixed bug #6947: RTEfullScreenWidth by default please !
1075 2009-03-05 Benjamin Mack <benni@typo3.org>
1077 * Fixed #10600: Cleaned up sysext usersetup module code (part 1) and the table method in template.php
1079 2009-03-05 Ingo Renner <ingo@typo3.org>
1081 * Added unit tests for the caching framework file backend (backported from FLOW3) (part of #10614)
1082 * Added unit tests for the caching framework memcached backend (backported from FLOW3) (part of #10614)
1083 * Added unit tests for the caching framework APC backend (backported from FLOW3) (part of #10614)
1084 * Added unit tests for the caching framework abstract frontend (backported from FLOW3) (part of #10614)
1085 * Added unit tests for the caching framework variable frontend (backported from FLOW3) (part of #10614)
1086 * Added unit tests for the caching framework string frontend (backported from FLOW3) (part of #10614)
1088 2009-03-04 Jeff Segars <jeff@webempoweredchurch.org>
1090 * Fixed bug #10599: Set extAdmEnabled=true when enabling frontend editing for extension compatibility
1092 2009-03-04 Dmitry Dulepov <dmitry@typo3.org>
1094 * Fixed bug #9974: Use PHP built-in gzip/deflate compression in Frontend
1096 2009-03-03 Ingo Renner <ingo@typo3.org>
1098 * Fixed bug #9779: t3lib_div::trimExplode limit parameter leads to wrong result with non-empty requirement
1099 * Fixed bug #10497: Mark t3lib_div::makeInstanceClassName() as deprecated
1100 * Fixed bug #10581: Use $this->fixedL for list title length
1102 2009-03-03 Michael Stucki <michael@typo3.org>
1104 * TEMPORARY (remove when solved): Disable output of deprecation messages until error handling is implemented.
1106 2009-03-03 Benjamin Mack <benni@typo3.org>
1108 * Fixed #9783: Updated prototype.js to the latest 1.6.0.3 release (thanks to Steffen Gebert)
1110 2009-03-01 Jeff Segars <jeff@webempoweredchurch.org>
1112 * Fixed bug #10528: Wrong content in pagetree frame after page creation in Opera
1114 2009-03-01 Benjamin Mack <benni@typo3.org>
1116 * Fixed bug #10535: Call to deprecated fixed_lgd_pre() in class.t3lib_timetrack.php (Thanks to Uschi Renziehausen and Christian Kuhn)
1118 2009-02-28 Benjamin Mack <benni@typo3.org>
1120 * Added feature #2859: List view should have 'collapse' / 'expand' functionality for all list types (Thanks to Christian Kuhn)
1121 * Fixed bug #4367: Reset recs with clear_all should reset as array, not as string (Thanks to Christian Kuhn)
1123 2009-02-27 Jeff Segars <jeff@webempoweredchurch.org>
1125 * Fixed bug #10372: Clean up frontend editing actions
1127 2009-02-27 Francois Suter <francois@typo3.org>
1129 * Added feature #10333: Configurable Subcategories for ext_conf_template.txt and TS constant editor (thanks to Stefan Geith)
1131 2009-02-27 Michael Stucki <michael@typo3.org>
1133 * Fixed bug #3949: Files in typo3temp/GB have wrong permissions (thanks to Christian Kuhn)
1134 * Fixed bug #10131: Use TYPO3 encryption key in initial state of random byte generation (ported from TYPO3_4-2, thanks to Marcus Krause)
1135 * Follow-up to #10083: Constant styles.content.imgtext.separateRows has a wrong default value. This was changed accidentally during a bugfix on 2009-01-09. Reverting back to the old bahaviour. Thanks to Adrian Fischer for pointing this out!
1137 2009-02-27 Ingo Renner <ingo@typo3.org>
1139 * Fixed bug #10210: Admin tools > User Admin icons point to wrong user in Opera browser (credits David Steeb)
1140 * Fixed bug #10259: Link to CLI Script in Check DP->ReferenceIndex Script is wrong (credits Daniel Krupke)
1141 * Fixed bug #10560: element browser title length is hardcoded
1142 * Fixed bug #5618: Wrong cropping of multi-byte $TCA field (credits Michael Miousse)
1143 * Fixed bug #10511: simplify and speed up t3lib_div::trimExplode()
1145 2009-02-27 Francois Suter <francois@typo3.org>
1147 * Fixed bug #10417: Remove debugging code from sysext t3skin (thanks to Markus Krause)
1149 2009-02-27 Benjamin Mack <benni@typo3.org>
1151 * Fixed bug #10536: Hardcoded backend main dir in typo3/classes/class.typo3logo.php (Thanks to Christian Kuhn)
1152 * Fixed bug #3871: Hardcoded css for versioning symbol in list module (Thanks to Christian Kuhn)
1153 * Fixed bug #10490: Code cleanup/Bugfix: Add some sql_free_result to the admin_get_* functions (Thanks to Oliver Klee)
1155 2009-02-27 Francois Suter <francois@typo3.org>
1157 * Fixed bug #10516: Typos in the Core: change "accesible" to "accessible" (Thanks to Daniel Krupke)
1158 * Fixed bug #10313: Fileadmin-module wrongly allows creation of trailing dot directories on UTF8 FS (Thanks to Steffen Gebert). Actually this led to a complete rewrite of t3lib_basicFileFunctions::cleanFileName() method.
1160 2009-02-25 Stanislas Rolland <typo3@sjbr.ca>
1162 * Fixed bug #10547: htmlArea RTE: tx_rtehtmlarea_clearrtecache::clearTempDir should use resolveBackPath
1164 2009-02-25 Kasper Skaarhoj
1166 * Added feature: Extra hook argument to the external link handler (credits to Hassan Ait Abdellah)
1168 2009-02-23 Stanislas Rolland <typo3@sjbr.ca>
1170 * Fixed bug #10531: htmlArea RTE: JS error may be raised by Opera on page unload
1171 * Fixed bug #10532: htmlArea RTE: language code of lang attribute should be lower case
1173 2009-02-22 Steffen Kamper <info@sk-typo3.de>
1175 * Follow-up to bug #9439: Renamed pageTS option (newContentElements => newContentElement)
1177 2009-02-23 Dmitry Dulepov <dmitry@typo3.org>
1179 * Fixed bug #9745: Add INSTALL.txt to TYPO3 source package
1181 2009-02-22 Stanislas Rolland <typo3@sjbr.ca>
1183 * Fixed bug #10524: htmlArea RTE: Language feature may raise JS error when RTE loads
1184 * Fixed bug #10525: htmlArea RTE: Language feature always requires Static Info Tables
1186 2009-02-22 Steffen Kamper <info@sk-typo3.de>
1188 * Fixed bug #10283: Cleanup: Make unit test names more readable by adding underscores as separators (thanks to Oliver Klee)
1190 2009-02-21 Stanislas Rolland <typo3@sjbr.ca>
1192 * Fixed bug #10519: htmlArea RTE: RTE sometimes overlaps following form element
1193 * Added feature #10520: htmlArea RTE: Configuration option to override RTE width
1195 2009-02-21 Ingo Renner <ingo@typo3.org>
1197 * Added unit tests for t3lib_div::trimExplode()
1198 * Fixed bug #10514: Typos in NEWS.txt
1199 * Removed top, left, and right borders from the workspace information div in the page tree
1200 * Follow-up to bug #9705: Moving page in WS will hide it from editors due to missing access settings of placeholder (thanks to Marcus Krause)
1202 2009-02-20 Oliver Hader <oliver@typo3.org>
1204 * Follow-up to bug #10452: Fixed flaws in PATH_INFO check for simulateStaticDocuments
1206 2009-02-20 Stanislas Rolland <typo3@sjbr.ca>
1208 * Fixed bug #8905: option+space for inserting non-braking space on Mac OSX does not work properly
1209 * Added feature #10510: htmlArea RTE: Allow to specify default content language in BE
1210 * Added feature #10513: htmlArea RTE: Improve spell checker configurability
1212 2009-02-19 Jeff Segars <jeff@webempoweredchurch.org>
1214 * Follow-up to feature #10374: Add helper function for additional frontend editing controllers and views
1216 2009-02-19 Stanislas Rolland <typo3@sjbr.ca>
1218 * Fixed bug #10482: htmlArea RTE: Find & replace sometimes leaves marks in the content
1220 2009-02-19 Ingo Renner <ingo@typo3.org>
1222 * Fixed bug #10454: t3lib_div::makeInstanceClassName() allows to bypass checks for t3lib_Singleton
1224 2009-02-18 Stanislas Rolland <typo3@sjbr.ca>
1226 * Fixed bug #10479: htmlArea RTE: JS error is raised when using the delete icon on a flexform
1227 * Fixed bug #10453: Wrong text for "upload file" in link popup
1229 2009-02-18 Oliver Hader <oliver@typo3.org>
1231 * Fixed bug #10452: Evaluation PATH_INFO in tslib_fe::checkAlternativeIdMethods() sets false positives and should be moved to tx_simulatestatic
1233 2009-02-17 Jeff Segars <jeff@webempoweredchurch.org>
1235 * Follow-up to feature #10374: Add helper function for additional frontend editing controllers and views
1237 2009-02-17 Dmitry Dulepov <dmitry@typo3.org>
1239 * Fixed bug #9729: Ship optimal TYPO3 configuration by default
1241 2009-02-17 Steffen Kamper <info@sk-typo3.de>
1243 * Fixed bug #10338: Feature: NewRecordWizard with grouping and sorting
1245 2009-02-16 Oliver Hader <oliver@typo3.org>
1247 * Fixed bug #10450: Typing error in simulateStaticDocuments to determine the current mode
1249 2009-02-16 Steffen Kamper <info@sk-typo3.de>
1251 * Follow-up to bug #9439: Renamed TS mod.wizards.newContentElements to mod.wizards.newContentElement
1252 * Follow-up to bug #10121: Replaced extJScode with extJsCode in template.php
1254 2009-02-14 Steffen Kamper <info@sk-typo3.de>
1256 * Fixed bug #10176: followUp (regression in sysaction)
1257 * Fixed bug #10212: Missing files in sysext install (Thanks to Marcus Krause)
1259 2009-02-13 Jeff Segars <jeff@webempoweredchurch.org>
1261 * Added feature #10374: Add helper functions for additional frontend editing controllers and views
1263 2009-02-13 Stanislas Rolland <typo3@sjbr.ca>
1265 * Fixed bug #5548: cli_dispatch.phpsh will not run on CGI API (Thanks to Steffen Gebert)
1267 2009-02-12 Stanislas Rolland <typo3@sjbr.ca>
1269 * Added feature #10428: htmlArea RTE: Remove configuration variables related to Mozilla clipboard access
1270 * Follow-up to feature #10416: htmlArea RTE: Add configuration options for the acronym feature
1272 2009-02-12 Dmitry Dulepov <dmitry@typo3.org>
1274 * Fixed bug #9728: Improve performance of Prototype, Scriptaculous, Ext JS and other contributed scripts
1276 2009-02-11 Stanislas Rolland <typo3@sjbr.ca>
1278 * Fixed bug #9805: RTE and DAM element browsers show wrong colours
1279 * Follow-up to feature #10339: htmlArea RTE: Move editing mode change to plugin
1280 * Follow-up to feature #10182: htmlArea RTE: Add support for editing lang attribute
1281 * Added feature #10416: htmlArea RTE: Add configuration options for the acronym feature
1282 * Further follow-up to feature #10182: htmlArea RTE: Add support for editing lang attribute
1284 2009-02-11 Steffen Kamper <info@sk-typo3.de>
1286 * Fixed bug #8446: Follow up, renamed "OL" to Object List in Template Object Browser
1288 2009-02-10 Ingo Renner <ingo@typo3.org>
1290 * Fixed a bug with the module menu forgeting it's open/closed states, caused by #9136
1291 * Fixed look of logout button; width was fixed and thus didn't expand to fit wider labels coming from translation (credits Steffen Kamper)
1293 2009-02-10 Michael Stucki <michael@typo3.org>
1295 * Fixed bug #10364: Jumpurl feature allows to access arbitrary files on a server (thanks to the TYPO3 Security Team and especially Marcus Krause)
1296 * Fixed bug #10298: Various XSS issues in the BE user admin module (thanks to Jelmer de Hen and Dmitry Dulepov)
1298 2009-02-08 Ingo Renner <ingo@typo3.org>
1300 * Fixed bug #9861: Second page of results in list-module with ordering flaw (credits Christian Kuhn)
1302 2009-02-07 Steffen Kamper <info@sk-typo3.de>
1304 * Fixed bug #10373: Remove doubled check in tceforms
1306 2009-02-07 Dmitry Dulepov <dmitry@typo3.org>
1308 * Fixed bug #10368: Wrong clear.gif path in dyntabs
1310 2009-02-06 Steffen Kamper <info@sk-typo3.de>
1312 * Fixed bug #10375: 2 little JS-Errors that bug IE
1314 2009-02-06 Ingo Renner <ingo@typo3.org>
1316 * Fixed bug #10357: Add gp as an alternative to gpvar in TS getText for a more consistent naming scheme (credits Steffen Mueller)
1318 2009-02-05 Francois Suter <francois@typo3.org>
1320 * Fixed bug #10346: l10n_display option abusively hides field for "All" languages when set to defaultAsReadonly
1322 2009-02-05 Steffen Kamper <info@sk-typo3.de>
1324 * Fixed bug #10322: Send Notification if BE is locked
1325 * Fixed bug #9439: New Element Wizard has no option for hiding Elements via pageTS
1327 2009-02-05 Benjamin Mack <benni@typo3.org>
1329 * Fixed bug #9266: Bug: strcmp() with array as parameter in t3lib_div::linkThisScript() produces warnings with PHP 5.3 (Thanks to Niels Pardon)
1331 2009-02-04 Stanislas Rolland <typo3@sjbr.ca>
1333 * Fixed bug #10352: htmlArea RTE: Shift+Enter raises exception in Safari
1334 * Fixed bug #10353: htmlArea RTE: Colouring features should check if style attribute is allowed
1335 * Fixed bug #10354: htmlArea RTE: Definition List extension must require the Block Elements extension
1337 2009-02-04 Jeff Segars <jeff@webempoweredchurch.org>
1339 * Fixed bug #10351: Whitespace cleanups in t3lib_frontendedit
1341 2009-02-04 Ingo Renner <ingo@typo3.org>
1343 * Added feature #4911: Add an option to add alternative external URL or shortcut for other languages
1345 2009-02-03 Stanislas Rolland <typo3@sjbr.ca>
1347 * Follow-up to bug #10326: htmlArea RTE: Cleaning on paste broken in older versions of Mozilla/Firefox
1348 * Fixed bug #9894: htmlArea RTE: copy/cut/paste with hotkeys does not work in some browsers/settings
1349 * Fixed bug #10337: htmlArea RTE: Allow Clipboard Helper does not work with Firefox 3
1350 * Added feature #10339: htmlArea RTE: Move editing mode change to plugin
1352 2009-02-03 Francois Suter <francois@typo3.org>
1354 * Fixed bug #1527: t3lib_svbase: Method init returns wrong value (thanks to Stefano Kowalke and Michael Miousse)
1356 2009-02-03 Jeff Segars <jeff@webempoweredchurch.org>
1358 * Fixed bug #9600: Frontend Edit Panel is not compatible with subdomains and RealURL (thanks to Xavier Perseguers)
1359 * Added feature #10155: Add controller switching for frontend editing
1361 2009-02-03 Ingo Renner <ingo@typo3.org>
1363 * Changed the pages description field from a one line input to a textarea
1365 2009-02-02 Ingo Renner <ingo@typo3.org>
1367 * Fixed order of fields in TCEforms for table pages, type external URL which was inconsitant to the other types
1369 2009-02-01 Stanislas Rolland <typo3@sjbr.ca>
1371 * Fixed bug #10323: htmlArea RTE: hotkey CTRL+0 is not honoured
1372 * Fixed bug #10324: htmlArea RTE: Configured hotkeys are not honoured in Safari
1373 * Added feature #10325: htmlArea RTE: Make hotkey for enableWordClean feature configurable
1374 * Fixed bug #10326: htmlArea RTE: Cleaning on paste broken in older versions of Mozilla/Firefox
1376 2009-02-01 Ingo Renner <ingo@typo3.org>
1378 * Fixed broken icon for the TYPO3 manual with t3skin
1379 * Fixed look of the logout button in Safari after the introduction of Ext JS
1380 * Fixed list minus bullet icon in t3skin, was missing a solid background
1382 2009-02-01 Steffen Kamper <info@sk-typo3.de>
1384 * Fixed bug #10121: New template-function to add Ext JS inline code
1386 2009-01-31 Kasper Skaarhoj <kasper@typo3.org>
1388 * Added a checkbox with the previewlink button in Web>Version module so that whole workspace can be browser (but starting out with a specific page).
1389 * Added a hook for processing external links made through typolink and makelinks.
1390 * Added backend locking feature so the existence of the file typo3conf/LOCK_BACKEND will lock down the backend for browser access. For CLI-script processing.
1391 * Fixed bug that add-wizard did not work with flexform fields.
1392 * Added feature options.view.languageOrder which allows to specify which language parameter (&L=xx) is added to the view links of the backend for a user
1394 2009-01-30 Benjamin Mack <benni@typo3.org>
1396 * Fixed bug #7123: Select wizard doesn't work in Safari (Thanks to Ismael Bidau)
1397 * Fixed bug #10282: Table definition in cache_treelist not compliant with MySQL 5.0 strict mode (Thanks to Steffen Mueller and Steffen Kamper)
1398 * Followup to #10094: Use foreach instead of while-list-each constructs in t3lib_TCEmain
1400 2009-01-30 Francois Suter <francois@typo3.org>
1402 * Fixed bug #10304: Links in the warning box are not visible as links (thanks to Georg Ringer)
1404 2009-01-30 Steffen Kamper <info@sk-typo3.de>
1406 * Fixed bug #10031: Icon in "text w/ picture" and "picture" does not change.
1407 * Fixed bug #8446: Template Objectbrowser menu
1408 * Fixed bug #10045 BUG missleading Errormessage with emtpy COA (thanks to Ingo Schmitt)
1410 2009-01-28 Kasper Skaarhoj <kasper@typo3.org>
1412 * Fixed a bug in alt_doc regarding the button "Update Translation index, save and close" so that it shows under the new templatebased structure (and now it also closes the form)
1414 2009-01-28 Benjamin Mack <benni@typo3.org>
1416 * Fixed bug #10241: DB check ->Full search ->Advanced query always includes deleted field (Thanks to Christian Kuhn)
1417 * Fixed bug #10289: Pre-Cleanup for integration of a mass uploader
1419 2009-01-27 Benjamin Mack <benni@typo3.org>
1421 * Fixed bug #10287: Two typos in typo3-TCEforms.css (Thanks to Uschi Renziehausen)
1423 2009-01-27 Kasper Skaarhoj <kasper@typo3.org>
1425 * This change looks irrelevant, but prevents a JS error in case the editor for "some reason" is not on the HTML page anyways. This is in fact the case if RTE's are used in nested flexforms. Admitted: The real fix should be that the RTE is not rendered as a part of the dummy-code the core carries for dynamic insertion of a new element in a nested flexform. But this quick fix at least makes for a solid workaround. The other issue is only speed related.
1426 * Tracking script execution times internally. For now not used. Was used for debugging. Maybe it will be useful output at a later time.
1427 * selectVersionsOfRecord() has been optimized. It will give a significant speed boost for the cleaner when it traverses the page tree (up to 80 times for a customer of mine! Read: 8000%!) But it will also improve backend speed in the Web > List module. It only affect websites with large amounts of versioned records (like any website with thousands or pages and tt_content elements). The optimization was to split one MySQL query into two, each of which could make use of indexes in the database, which the single combined query couldn't.
1428 * Fixed simple bugs in getFuncCheck() and getFuncInput()
1429 * Made changes to logging function calls, mainly so they include information of the page ID on which the operation took place. TODO: Go through the rest of the newlog() function calls and make them report the PID as well! It's a task that requires that you test it simultaneously in the backend that things get logged correctly.
1430 * Made a change to which users get notified when elements are rejected in a workspace which is set to "Notify users on next stage only": When an element is rejected only the users involved in raising the stage of the element since last rejection or creation will get notified (instead of every member of the workspace!)
1431 * Made a number of changes to log-display (Tools > Log): Filter on workspace, users, grouping by pages, plus option to specify a time interval manually.
1432 * Changed HH:MM format for log-display to HH:MM:SS (so it includes seconds). This way it can be assumed for most that all operations within in a single second for a given backend user represents a server request.
1434 2009-01-27 Steffen Kamper <info@sk-typo3.de>
1436 Fixed bug #10263: Multiple calls to deprecated function "fixed_lgd_pre" (thanks to Susanne Moog)
1437 Fixed bug #10176: Multiple calls to deprecated function "fixed_lgd" throughout the core (thanks to Susanne Moog)
1438 Fixed bug #10272: t3lib_div::fixed_lgd_cs needs a third parameter for appending a custom string to a truncated string (thanks to Uschi Renziehausen)
1439 Fixed bug #10178: Toolbar menu fails if there are no menu items
1441 2009-01-26 Stanislas Rolland <typo3@sjbr.ca>
1443 * Added feature #10182: htmlArea RTE: Add support for editing lang attribute
1444 * Fixed bug #9904: htmlArea RTE: RTE.default.buttons.table.properties.borderStyle.removeItems is not honored
1445 * Fixed bug #9905: htmlArea RTE: Table properties: Removing headers leaves an empty fieldset
1447 2009-01-24 Ingmar Schlecht <ingmar@typo3.org>
1449 * Fixed bug #10205: DB session record is only created when user is authenticated (thanks also to Michael Stucki)
1451 2009-01-24 Martin Kutschker <masi@typo3.org>
1453 * Added feature #10092: logging API for deprecated functions
1454 * Added feature #10100: logging API for deprecated TypoScript objects and properties
1455 * Fixed bug #10098: t3lib_div::fixed_lgd_cs calls deprecated t3lib_div::fixed_lgd
1457 2009-01-23 Steffen Kamper <info@sk-typo3.de>
1459 * Fixed bug #10234: when "create new record" in list module, page (after) is last entry
1460 * Fixed bug #10179: sys_action menu doesn't respect hidden and returns empty ul if there are no entries
1462 2009-01-23 Michael Stucki <michael@typo3.org>
1464 * Fixed bug #10231: split() is deprecated in PHP 5.3 (patch by Karsten Dambekalns)
1466 2009-01-22 Steffen Kamper <info@sk-typo3.de>
1468 * Fixed bug #9345: CSV export includes _CLIPBOARD_ in header row (thanks to Christian Kuhn)
1469 * Added feature #10220: Get some unit tests for the core (thanks to Oliver Klee)
1471 2009-01-21 Stanislas Rolland <typo3@sjbr.ca>
1473 * Follow-up to #10195: htmlArea RTE: Update RTE about info
1474 * Added feature #10219: htmlArea RTE: Clean up unused localization files
1475 * Fixed bug #9785: htmlArea RTE: Disabling images in RTE still leaves the toolbar button
1476 * Fixed bug #9965: htmlArea RTE: IE jumps down to last RTE input
1478 2009-01-20 Stanislas Rolland <typo3@sjbr.ca>
1480 * Added feature #10206: htmlArea RTE: Allow to hide any button
1482 2009-01-20 Steffen Kamper <info@sk-typo3.de>
1484 * Fixed bug #9774: Incorrect validation of allowed classes in RTE transformation
1486 2009-01-20 Ingmar Schlecht <ingmar@typo3.org>
1488 * Fixed bug #10186: Time shifting (again) in datetime fields (followup to Bug#8746; thanks to Ernesto Baschny)
1489 * Fixed bug #10146: Session fixation vulnerability in user authentication (thanks to the TYPO3 Security Team and especially Marcus Krause)
1490 * Fixed bug #10159: XSS vulnerability in workspace module (thanks to the TYPO3 Security Team and especially Marcus Krause)
1492 2009-01-20 Ingo Renner <ingo@typo3.org>
1494 * Added missing license statement for using the "Silk" icon set of Mark James according to Creative Commons Attribution 2.5
1495 * Fixed bug #10134: XSS vulnerability in sysext indexed_search (thanks to the TYPO3 Security Team and especially Marcus Krause)
1496 * Fixed bug #10133: Command execution in sysext indexed_search (thanks to the TYPO3 Security Team and especially Marcus Krause)
1497 * Fixed bug #10154: Weak encryption key generation vulnerability in sysext install (thanks to the TYPO3 Security Team, and especially Marcus Krause)
1498 * Fixed bug #9705: Moving page in WS will hide it from editors due to missing access settings of placeholder (thanks to Franz-Xaver Koch and Michael Stucki)
1500 2009-01-19 Steffen Kamper <info@sk-typo3.de>
1502 * Fixed bug #10183: [felogin] redirect doesn't work with return_url
1504 2009-01-19 Stanislas Rolland <typo3@sjbr.ca>
1506 * Added feature #10181: htmlArea RTE: Move status bar to plugin
1507 * Added feature #10195: htmlArea RTE: Enable the RTE in Opera 9.62+
1508 * Added feature #10196: htmlArea RTE: Remove extension configuration variable enableClickEnlarge
1509 * Fixed bug #10197: htmlArea RTE: Missing XCLASS inclusion in class.tx_rtehtmlarea_pi1.php
1510 * Follow-up to #10181: htmlArea RTE: Move status bar to plugin
1511 * Fixed bug #9935: htmlArea RTE: enableWordClean on paste does not work when hidden button is not in toolbar
1512 * Updated htmlArea RTE version to 1.8.1 for TYPO3 4.3.0 alpha2
1514 2009-01-18 Francois Suter <francois@typo3.org>
1516 * Cleanup #10125: Replace deprecated function calls in sysext indexed_search (thanks to Markus Krause)
1518 2009-01-16 Oliver Hader <oliver@typo3.org>
1520 * Follow-up to bug #10094: Fixed typing error in t3lib_TCEmain::dbAnalysisStoreExec()
1522 2009-01-16 Steffen Kamper <info@sk-typo3.de>
1524 * Fixed bug #10167: Backend not usable in Internet Explorer anymore
1525 * Fixed bug #9307: Remove an obsolete check for disable_exec_function in filelist
1526 * Fixed bug #10157: t3lib/config_default.php textfile_ext should be updated to include xml and other text types
1527 * Fixed bug #9867: Adding T3_SERVICES to configuration modul
1529 2009-01-16 Bernhard Kraft <kraftb@think-open.at>
1531 * Fixed bug #5497: Links in Task Center
1533 2009-01-15 Steffen Kamper <info@sk-typo3.de>
1535 * Fixed bug #10057: hide/unhide page causes error when done via the context menu
1536 * Fixed bug #8787: titles length in list module (thanks to Stefano Cecere)
1538 2009-01-14 Jeff Segars <jeff@webempoweredchurch.org>
1540 * Fixed bug #10064: config.admPanel has no effect (thanks to Ralf Hettinger)
1541 * Fixed bug #10105: htmlArea RTE: Cannot load multiple RTEs via AJAX
1543 2009-01-14 Stanislas Rolland <typo3@sjbr.ca>
1545 * Added feature #10138: htmlArea RTE: add Clear RTE cache option to BE Clear cache menu
1546 * Fixed bug #10140: htmlArea RTE: Alignment of td's and th's in out-of-the-box installation
1548 2009-01-14 Steffen Kamper <info@sk-typo3.de>
1550 * Fixed bug #10143 spamProtectEmailAddresses_atSubst does not work correctly if linktext contains email address with uppercase charachters (thanks to Helmut Hummel)
1551 * Fixed bug #9885: Add Hook to ClearCacheMenu
1553 2009-01-14 Dmitry Dulepov <dmitry@typo3.org>
1555 * Fixed bug #10116: Remove/protect adodb testfiles (thanks to Marcus Krause)
1557 2009-01-13 Jeff Segars <jeff@webempoweredchurch.org>
1559 * Fixed bug #10046: Move t3lib_tceforms_fe into its own file
1561 2009-01-13 Dmitry Dulepov <dmitry@typo3.org>
1563 * Fixed bug #10109: Google reports duplicate title tag
1564 * Fixed bug #10120: Add .buildpath to svn:ignore
1566 2009-01-13 Oliver Hader <oliver@typo3.org>
1568 * Fixed bug #10106: IRRE - Undefined method t3lib_TCEforms_inline::addItems (thanks to Franz Holzinger)
1570 2009-01-12 Stanislas Rolland <typo3@sjbr.ca>
1572 * Follow-up to bug #9932: htmlArea RTE Spellcheck does not work when TYPO3 is installed in subdir
1574 2009-01-12 Oliver Hader <oliver@typo3.org>
1576 * Fixed bug #10104: IRRE - Controll icons in header of newly created child elements are not shown
1577 * Fixed bug #8991: IRRE - Sorting icons of inline records are in wrong order
1579 2009-01-12 Dmitry Dulepov <dmitry@typo3.org>
1581 * Fixed bug #10065: Use TYPO3 clear.gif for Ext JS in backend.php
1582 * Fixed bug #10066: AJAX relogin polls server too often
1583 * Fixed bug #10067: common.js uses undefined variable
1585 2009-01-11 Oliver Hader <oliver@typo3.org>
1587 * Fixed bug #5630: Install tool removes dots from admin usernames (thanks to Stefano Kowalke)
1588 * Fixed bug #10094: Use foreach instead of while-list-each constructs in t3lib_TCEmain
1589 * Added feature #10091: Integrate TYPO3_DB->exec_SELECTcountRows()
1590 * Follow-up to bug #10094: Wrong concatenation of arrays
1592 2009-01-11 Steffen Kamper <info@sk-typo3.de>
1594 * Fixed bug #9825: Copy / Cut icons don't respect t3skin: drag'n'drop in pagetree (credits to Susanne Moog)
1595 * Fixed bug #10077: Feature: Add Icons to page:module TCEform
1596 * Fixed bug #10084: Hardcoded "Toggle All" and " Add New" in section
1598 2009-01-10 Oliver Hader <oliver@typo3.org>
1600 * Fixed bug #10090: Hanging record sets in t3lib_TCEmain
1602 2008-01-09 Martin Kutschker <masi@typo3.org>
1604 * Fixed bug #10086: Core uses deprecated function t3lib_db->sql()
1605 * Fixed bug #10087: Deprecation annotations are wrong for TYPO3 3.6 and 3.5
1607 2009-01-09 Oliver Hader <oliver@typo3.org>
1609 * Fixed bug #10083: Constant styles.content.imgtext.separateRows is not defined
1611 2009-01-08 Benjamin Mack <benni@typo3.org>
1613 * Fixed bug #9194: Bug: wrong handling of 'is_in' list in TCA element type 'input' (Thanks to Vladimir Podkovanov)
1615 2009-01-08 Oliver Hader <oliver@typo3.org>
1617 * Added feature #9674: TCEmain changes for new improved record recycling concept (thanks to Julian Kleinhans)
1618 * Fixed bug #9893: Syntax error in TCA types definitions of tt_content
1619 * Added feature #4427: Enable stdWrap for HMENU.alwaysActivePIDlist (thanks to Dan Osipov)
1621 2009-01-07 Francois Suter <francois@typo3.org>
1623 * Fixed bug #10075: Rootline cache does not work in multilingual websites
1625 2009-01-06 Benjamin Mack <benni@typo3.org>
1627 * Fixed bug #9374: Code in typo3/sysext/tstemplate/ts/index.php don't match with the new CGL (Thanks to Stefano Kowalke)
1629 2009-01-05 Steffen Kamper <info@sk-typo3.de>
1631 * Fixed bug #10055: Add contrib directory to list of allowed paths (thanks to Dan Osipov)
1632 * Fixed bug #9506: label uid shows not working
1633 * Fixed bug #10056: Misspelling english word "guesbooks"
1635 2009-01-04 Dmitry Dulepov <dmitry@typo3.org>
1637 * Fixed bug #9052: Remove JS popup when login expired (co-authored with Christoph Koehler and Steffen Kamper)
1639 2009-01-03 Dmitry Dulepov <dmitry@typo3.org>
1641 * Fixed bug #10047: typo3/contrib is not prefixed with config.absRefPrefix
1642 * Fixed bug #10049: Ext JS directory structure is broken
1644 2009-01-02 Steffen Kamper <info@sk-typo3.de>
1646 * Fixed bug #10043: removed deprecated function-calls in openid
1648 2009-01-01 Steffen Kamper <info@sk-typo3.de>
1650 * Fixed bug #4690: TCAdefaults.tt_content.imagecols = 1 is missing
1651 * Fixed bug #7922: stdWrap for doNotLinkIt & doNotShowLink
1653 2009-01-01 Benjamin Mack <benni@typo3.org>
1655 * Fixed bug #8590: Fileadmins folderoverview don`t show 'B' (for byte) after filesize (Thanks to Stefano Kowalke)
1656 * Fixed bug #7669: Changed elderly while(list()=each()) to foreach calls in t3lib_tstemplate (Credits Oliver Hader)
1657 * Fixed bug #8361: Stage change notification emails not send when publishing from Live workspace (Thanks to Andreas Wolf)
1658 * Fixed bug #9136: Less JS in backend.php / Framehandling problem
1660 2008-12-30 Oliver Hader <oliver@typo3.org>
1662 * Added feature #5610: Extend TCEFORM_confObj on Page TSconfig by property keepItems
1664 2008-12-29 Ernesto Baschny <ernst@cron-it.de>
1666 * Fixed bug #8746: Date/time field problem with timezone shifting when using the "+NN", "d" or "d+NN" shortcuts
1667 * Fixed bug #10033: Date/time field shortcut "d" doesn't work on already filled date fields since 4.2.0
1668 * Fixed issue that on a datetime field entering just a "date" wasn't possible: It is now, and time will be set to "0:00"
1670 2008-12-29 Steffen Kamper <info@sk-typo3.de>
1672 * Fixed bug #10022: Pagecontent/Hidden has no effect
1673 * Added feature #9901: Enable stdWrap for expAll
1675 2008-12-29 Oliver Hader <oliver@typo3.org>
1677 * Follow-up to bugfix #10004: Tweak corrections to update wizard for installing new system extensions
1679 2008-12-27 Steffen Kamper <info@sk-typo3.de>
1681 * Fixed bug #10004: Extend UpdateWizard for install systemextensions
1683 2008-12-25 Dmitry Dulepov <dmitry@typo3.org>
1685 * Fixed bug #10012: TYPO3 generates incorrect ETag
1687 2008-12-24 Francois Suter <francois@typo3.org>
1689 * Fixed bug #9948: Label rm.clearCache_pages was abusively removed from core lang file
1691 2008-12-23 Dmitry Dulepov <dmitry@typo3.org>
1693 * Fixed bug #9999: Setting [BE][compressionLevel]=true causes problems
1695 2008-12-23 Steffen Kamper <info@sk-typo3.de>
1697 * Fixed bug #9810: ClearCacheMenu doesn't work when click on icon
1699 2008-12-22 Stanislas Rolland <typo3@sjbr.ca>
1701 * Fixed bug #9932: htmlArea RTE Spellcheck does not work when TYPO3 is installed in subdir
1703 2008-12-22 Steffen Kamper <info@sk-typo3.de>
1705 * Fixed bug #9977: Extensions class.ext_update.php scripts are executed even when extension isn't loaded
1706 * Fixed bug #8492: tiny stuff in the Help Module (moved about and cshmanual to sysext)
1707 * Fixed bug #8205: Shortcut ends in parse_url-error
1708 * Fixed bug #9773: Fallback for skinImg having forceFileExtension
1710 2008-12-20 Steffen Kamper <info@sk-typo3.de>
1712 * Fixed bug #8952: Flags are missing
1713 * Fixed bug #8525: added Korean flag
1715 2008-12-20 Oliver Hader <oliver@typo3.org>
1717 * Follow-up to feature #5835: Fix formatting and remove superfluous wrap in tslib_content::wrapSpace()
1718 * Added feature #5203: Add file operation permissions for back-end user groups (thanks to Christian Kuhn)
1720 2008-12-19 Steffen Kamper <info@sk-typo3.de>
1722 * Fixed bug #9964: Missing file icon PPT
1724 2008-12-18 Stanislas Rolland <typo3@sjbr.ca>
1726 * Fixed bug #9772: t3lib_parsehtml_proc does not provide Page TSConfig to user-defined RTE transformations
1728 2008-12-18 Steffen Kamper <info@sk-typo3.de>
1730 * Fixed bug #7265: Submodules of Web module can't work with mod.php and the _DISPATCH system
1732 2008-12-18 Dmitry Dulepov <dmitry@typo3.org>
1734 * Fixed bug #9944: Unneccessary wildcard string comparisons in EM (thanks to Marcus Krause)
1735 * Fixed bug #9947: gzip compression does not work in BE at all
1736 * Fixed bug #9971: A call to protected method in index_ts.php
1737 * Fixed bug #9886: Hardcoded error messages (Parameter Error:) in some files related to file list module (thanks to Stefano Kowalke)
1738 * Fixed bug #9887: Labels 'TEMP' and 'RECYCLER' are hardcoded (thanks to Stefano Kowalke)
1739 * Fixed bug #9978: Remove references to gzip_encode from File and Access modules
1740 * Fixed bug #9741: wrong anchor links with absRefPrefix option enabled (thanks to Stefan Galinski)
1742 2008-12-18 Thorsten Kahler <thorsten.kahler@dkd.de>
1744 * Added feature #5835: get rid of clear.gif with space (thanks to Susanne Moog)
1746 2008-12-18 Ernesto Baschny <ernst@cron-it.de>
1748 * Fixed bug #9511: getHtmlTemplate should use resolveBackPath. Fixes bug for extension BE modules using templates in certain environments (symlinked typo3/ dir) (thanks to Steffen Gebert)
1750 2008-12-17 Stanislas Rolland <typo3@sjbr.ca>
1752 * Fixed bug #9596: htmlArea RTE does not work in IRRE subelements
1753 * Added feature #7963: htmlArea RTE css parsing: honour classes with element context selectors inside other context selectors (thanks to Mikkel Ricky)
1754 * Fixed bug #9969: htmlArea RTE: blindImageOptions is not honoured in TYPO3 4.3-dev
1756 2008-12-16 Dmitry Dulepov <dmitry@typo3.org>
1758 * Fixed bug #9925: Initialization of new caching framework breaks some eID scripts
1760 2008-12-15 Dmitry Dulepov <dmitry@typo3.org>
1762 * Fixed bug #9844: Filepermissons (RW) in filelist are hardcoded
1764 2008-12-12 Dmitry Dulepov <dmitry@typo3.org>
1766 * Fixed bug #9884: enhancements to memcached caching backend
1768 2008-12-09 Steffen Kamper <info@sk-typo3.de>
1770 * Fixed bug #9915: Typing error in tslib_content ($gifCreateor => $gifCreator)
1772 2008-12-08 Steffen Kamper <info@sk-typo3.de>
1774 * Fixed bug #9890: sectionIndex in Menu doesn't work
1776 2008-12-03 Martin Kutschker <masi@typo3.org>
1778 * Fixed bug #6415: preg_replace error on PHP 5.2 sometimes resulting in empty pages (thanks to Francois Suter)
1780 2008-12-02 Stanislas Rolland <typo3@sjbr.ca>
1782 * Fixed bug #9878: htmlArea RTE: js error may be raised when loading through IRRE Ajax call
1784 2008-12-02 Martin Kutschker <masi@typo3.org>
1786 * Fixed bug #6131: 'last login' of BE and FE users not shown in the BE (thanks to Christian Kuhn)
1787 * Fixed bug #9850: Strings 'TEMP' and 'RECYCLER' are hardcoded in the filetree (thanks to Stefano Kowalke)
1789 2008-12-02 Dmitry Dulepov <dmitry@typo3.org>
1791 * Added feature #9852: Provide a random byte generator in TYPO3 Core (thanks to Marcus Krause)
1793 2008-12-01 Dmitry Dulepov <dmitry@typo3.org>
1795 * Fixed bug #9645: Memcached backend is not working properly
1796 * Fixed bug #9790: class.gzip_encode.php fails with open_basedir restrictions
1797 * Fixed bug #9859: Upload files in fileadmin: Singular and plural are the same ("files") (co-authored with Stefano Kowalke)
1798 * Fixed bug #9860: Fileadmin: New folders: Singular and plural are the same ("folders") (co-authored with Stefano Kowalke)
1800 2008-12-01 Steffen Kamper <info@sk-typo3.de>
1802 * Fixed bug #9864: felogin: Drop languages from locallang.xml
1804 2008-11-29 Steffen Kamper <info@sk-typo3.de>
1806 * Fixed bug #9862: missing class for checkbox in t3editor
1808 2008-11-27 Steffen Kamper <info@sk-typo3.de>
1810 * Fixed bug #9797: waste of time in LIST module with LOISmode (thanks to Franz Holzinger)
1811 * Fixed bug #9822: New rendering method for content elements (lesser markup, cleaner code) (thanks to Susanne Moog)
1812 * Added feature #9742: Zebra columns for fileadmin listing (thanks to Stefano Kowalke)
1814 2008-11-27 Dmitry Dulepov <dmitry.dulepov@gmail.com>
1816 * Fixed bug #8944: PHP-Error in class.em_index.php on line 4333 (thanks to Stefan Geith)
1818 2008-11-25 Steffen Kamper <info@sk-typo3.de>
1820 * Fixed bug #8561: Checkboxes and labels are aligned badly if in one line
1821 * Fixed bug #9725: double enquote in t3lib_htmlmail of returnPath
1823 2008-11-24 Dmitry Dulepov <dmitry@typo3.org>
1825 * Fixed bug #9806: Mountpoints do not work across domain boundaries
1827 2008-11-23 Ingo Renner <ingo@typo3.org>
1829 * Added feature #9813: Turn the workspace selector into a drop down toolbar item menu
1831 2008-11-22 Stanislas Rolland <typo3@sjbr.ca>
1833 * Follow up for feature #9775: htmlArea RTE: additional features for link insertion dialogue
1835 2008-11-22 Steffen Kamper <info@sk-typo3.de>
1837 * Fixed bug #9798: Don't show fe_users password in page module
1838 * Cleanup: felogin: Completed ChangeLog and raised version to 1.1.0
1840 2008-11-22 Oliver Hader <oliver@typo3.org>
1842 * Fixed bug #9802: Frontend plugins show PHP error if there is no TypoScript configuration
1844 2008-11-13 Stanislas Rolland <typo3@sjbr.ca>
1846 * Follow up for issue #9771: htmlArea RTE spellchecker not working in TYPO3 4.3-dev
1848 2008-11-13 Steffen Kamper <info@sk-typo3.de>
1850 * Fixed bug #9786: Remove duplicate JS-Files in backend.php
1852 2008-11-12 Oliver Hader <oliver@typo3.org>
1854 * Release of TYPO3 4.3.0alpha1
1856 2008-11-12 Steffen Kamper <info@sk-typo3.de>
1858 * Fixed bug #8903: redirect url is not passed with get/post method
1860 2008-11-12 Oliver Hader <oliver@typo3.org>
1862 * Follow-up to feature #9654: Integrate return value depending on a found includeLibs configuration
1863 * Fixed bug #9747: Update function names of caching API to be consistent with FLOW3
1864 * Cleanup: Updated NEWS.txt
1865 * Added feature #9778: Improvement of removeXSS (thanks to Steffen Kamper, David Slayback)
1866 * Fixed bug #9748: Some extensions do not work anymore in the frontend
1867 * Fixed bug #9639: DB Analyzer / Compare Tool can't handle the upgrade of the cache tables (thanks to Michael Stucki)
1868 * Added feature #9670: Integrate code-completion for TypoScript in the t3editor (thanks to Stephan Petzl, Christian Kartnig and Tobias Liebig)
1870 2008-11-11 Steffen Kamper <info@sk-typo3.de>
1872 * Fixed bug #5714: Pagecount not correct in indexed_search
1874 2008-11-11 Stanislas Rolland <typo3@sjbr.ca>
1876 * Fixed bug #9771: htmlArea RTE spellchecker not working in TYPO3 4.3-dev
1877 * Fixed bug #9755: Incorrect initialization sequence in class browse_links
1878 * Added feature #9775: htmlArea RTE: additional features for link insertion dialogue
1879 * Added feature #9776: htmlArea RTE: enable stdwrap on the image clickEnlarge a-tag
1881 2008-11-11 Oliver Hader <oliver@typo3.org>
1883 * Follow-up to bug #5826: Wrong disposal of language object in front-end
1884 * Added feature #9667: Use t3lib_div::trimExplode() in t3lib_div::intExplode() (thanks to Niels Pardon)
1886 2008-11-11 Michael Stucki <michael@typo3.org>
1888 * Fixed bug #5611: Frontend preview and simulate time is buggy
1890 2008-11-08 Michael Stucki <michael@typo3.org>
1892 * Follow-up to bug #8399: Table index was too long after changing the field size
1894 2008-11-06 Oliver Hader <oliver@typo3.org>
1896 * Follow-up to feature #9625: Fixed regular expression
1897 * Cleanup: Set SVN properties and tags
1899 2008-11-06 Jeff Segars <jeff@webempoweredchurch.org>
1901 * Added feature #9615: Move frontend editing to a system extension.
1903 2008-11-04 Ingo Renner <ingo@typo3.org>
1905 * Fixed bug #9681: the Wrap for forgotMessage in the subpart ###TEMPLATE_FORGOT### does not work (credits Steffen Kamper)
1907 2008-11-04 Martin Kutschker <masi@typo3.org>
1909 * Fixed bug #9734: User selector in Web>Access doesn't work (thanks to Andreas Kundoch)
1910 * Fixed bug #9717: t3lib_parsehtml_proc removes valid attributes of SPAN tags
1912 2008-11-04 Oliver Hader <oliver@typo3.org>
1914 * Fixed bug #9599: felogin - Enable Caching "USER" instead of "USER_INT" (thanks to Dmitry Dulepov & Steffen Kamper)
1915 * Added feature #9661: Extend condition operators for globalVar (thanks to Steffen Kamper)
1916 * Cleanup: Specified deprecated statements
1917 * Follow-up to feature #9661: Re-enable matching empty globalVars
1919 2008-11-03 Oliver Hader <oliver@typo3.org>
1921 * Added feature #9654: Enable includeLibs also for USER and COA objects
1922 * Fixed bug #9724: Editing shortcuts does not work anymore
1923 * Fixed bug #9286: Use native JSON-methods instead of 3rd party JSON script (thanks to Steffen Kamper)
1925 2008-11-01 Martin Kutschker <masi@typo3.org>
1927 * Fixed bug #8715: non-admins can not import pages from their own directory (thanks to Johannes Pieper)
1929 2008-11-01 Oliver Hader <oliver@typo3.org>
1931 * Added feature #6637: Integrate possibility to reverse order of rootline HMENU (thanks to Ralf Hettinger)
1932 * Fixed bug #9715: Editing records with OpenDocs enabled does not work
1933 * Added feature #9094: Make simulate static a system extension (patch by Benjamin Mack)
1934 * Fixed bug #9632: Multiple fileuploads into folders with special characters (umlauts) not possible (thanks to Marcus Krause)
1936 2008-10-31 Jeff Segars <jeff@webempoweredchurch.org>
1938 * Added feature #6626: config.fileTarget for link target on files (thanks to Ralf Hettinger)
1939 * Added feature #3787: New option TSFE.jumpURL_HTTPStatusCode = 30x (thanks to Stefan Geith)
1941 2008-10-31 Ingo Renner <ingo@typo3.org>
1943 * cleanup: removed the include for an interface that is loaded in backend.php already and therefore is present always
1945 2008-10-31 Oliver Hader <oliver@typo3.org>
1947 * Fixed bug #9571: Additional condition required to check SSL status in class.t3lib_div.php (thanks to Christian Kuhn)
1948 * Fixed bug #9659: TCEmain wrongly tests required input-type fields (thanks to Francois Suter)
1949 * Fixed bug #8399: field tablename in sys_refindex too short (thanks to Steffen Kamper)
1950 * Cleanup: Updated NEWS.txt
1952 2008-10-31 Benjamin Mack <benni@typo3.org>
1954 * Included the Javascript Widget Framework Ext JS
1956 2008-10-30 Ingo Renner <ingo@typo3.org>
1958 * Fixed an inconsitency with between the name, the documentation and the functionality of method loadByTag() in the new caching framework
1960 2008-10-29 Ingo Renner <ingo@typo3.org>
1962 * Added feature #9591: Integrate sys_actions into toolbar (contributions by Steffen Kamper)
1963 * !!! Cleanup #9678: Make TYPO3 require PHP 5.2
1965 2008-10-28 Ingo Renner <ingo@typo3.org>
1967 * Added the manual for the OpenID system extension
1969 2008-10-28 Martin Kutschker <masi@typo3.org>
1971 * Added feature #9625: Integrate possibility to extend TCEforms palettes easily (implementation by Oliver Hader)
1972 * Added feature #9474: Integrate OpenID authentication support to TYPO3 (integration by Dmitry Dulepov, OpenID library by JanRain Inc.)
1974 2008-10-28 Oliver Hader <oliver@typo3.org>
1976 * Fixed bug #9655: Call to t3lib_div::devLog() without key in index_ts.php (thanks to Francois Suter)
1977 * Fixed bug #9607: Module DB check uses hardcoded labels (thanks to Christopher Stelmaszyk)
1978 * Added feature ##9656: Extend t3lib_div::trimExplode to limit the number of elements
1979 * Follow-up to feature #9575: Return boolean value instead of filtered data
1980 * Fixed bug #9623: Flexform sections are not working anymore since script.aculo.us is not loaded
1981 * Fixed bug #9665: t3lib_BEfunc has a lot of hanging SQL record sets
1982 * Fixed bug #9664: EM fails on retrieving files of uppercase extension keys (thanks to Marcus Krause)
1983 * Added feature #7571: FeUsers in table sys_lockedrecords (thanks to Stefan Geith)
1984 * Added feature #8523: IRRE - Integrate possibility to define enabledControls in TCA
1985 * Fixed bug #5826: indexed_search: specify media types in advanced search (thanks to Steffen Kamper)
1987 2008-10-24 Oliver Hader <oliver@typo3.org>
1989 * Follow-up to feature #9575: Return boolean value instead of filtered data
1991 2008-10-23 Stanislas Rolland <typo3@sjbr.ca>
1993 * Fixed bug #9613: htmlArea RTE uses JScodeLibArray to insert CSS
1995 2008-10-22 Jeff Segars <jeff@webempoweredchurch.org>
1997 * Fixed bug #8636: Hardcoded labels in Configuration module (thanks to Christopher Stelmaszyk)
1998 * Fixed bug #8505: String "File/Files" in Fileadmin are hardcoded (thanks to Stefano Kowalke)
2000 2008-10-22 Stanislas Rolland <typo3@sjbr.ca>
2002 * Fixed bug #5019: htmlArea RTE hangs while editing link in Firefox
2004 2008-10-21 Oliver Hader <oliver@typo3.org>
2006 * Fixed bug #9553: Form validation script jsfunc.validateform.js sometimes fails in IE (thanks to Vladimir Podkovanov)
2007 * Fixed bug #9608: Frontend Editing does not work anymore
2009 2008-10-20 Stanislas Rolland <typo3@sjbr.ca>
2011 * Updated htmlArea RTE manual
2013 2008-10-20 Ingo Renner <ingo@typo3.org>
2015 * !!! Added feature 9505: Make the caches in TYPO3 use the new caching framework
2017 2008-10-20 Oliver Hader <oliver@typo3.org>
2019 * Cleanup: Removed GPLv3 release of Ext JS from typo3/contrib/extJS/
2020 * Cleanup: Fixed ChangeLog
2022 2008-10-20 Michael Stucki <michael@typo3.org>
2024 * Follow-up on feature #8899: Rename "options.fileTree.uploadFieldsInLinkBrowser" to "options.folderTree.uploadFieldsInLinkBrowser" (patch by Steffen Kamper)
2026 2008-10-20 Dmitry Dulepov <dmitry@typo3.org>
2028 * Fixed bug #9398: Labels in Module User Administration are hardcoded (thanks to Christopher Stelmaszyk)
2030 2008-10-19 Ingo Renner <ingo@typo3.org>
2032 * Fixed bug 8564: Result of t3lib_BEfunc::getProcessedValue is hardcoded and therefore cannot be translated, credits Christopher Stelmaszyk
2034 2008-10-19 Michael Stucki <michael@typo3.org>
2036 * Fixed bug #9535: Folder icons in filelist file tree don't get skinned anymore (patch by Francois Suter)
2037 * Fixed bug #9497: Edit in Rich Text Editor - Button does not work anymore in Web>Page (patch by Oliver Hader)
2039 2008-10-18 Dmitry Dulepov <dmitry@typo3.org>
2041 * Fixed bug #9480: Enhance debug information with SQL data (thanks to Francois Suter for the inspiration)
2042 * Cleanup: Converted spaces to tabs in t3lib/t3lib_db.php
2043 * Fixed bug #9402: Create a common_locallang-file
2045 2008-10-17 Dmitry Dulepov <dmitry@typo3.org>
2047 * Fixed bug #9498: Bug: EM "Check for extension updates" always warns about changes (thanks to Christian Kuhn)
2048 * Fixed bug #9575: use native filter_functions for validate and sanitize (thanks to Steffen Kamper)
2050 2008-10-14 Martin Kutschker <masi@typo3.org>
2052 * Fixed bug #9501: Titles of content columns in classic page module doesn't take into account backend charset (thanks to Steffen Kamper and Vladimir Podkovanov)
2053 * Added feature #9520: add a scheme to support singletons with t3lib_div::makeInstance
2055 2008-10-14 Ernesto Baschny <ernst@cron-it.de>
2057 * Added feature #9400: enables to have specific HTTP status codes on a sys_domain record when doing a redirect (new field sys_domain.redirectHttpStatusCode)
2059 2008-10-14 Dmitry Dulepov <dmitry@typo3.org>
2061 * Fixed bug #9523: class.t3lib_htmlmail.php produces null headers in HTML messages
2063 2008-10-13 Ernesto Baschny <ernst@cron-it.de>
2065 * Added feature #9533: Made substituteMarkerArrayCached not so strict. Still with type hinting, but also allowing the null (uninitialized var) to be passed (to prevent several older extensions from breaking).
2067 2008-10-10 Stanislas Rolland <typo3@sjbr.ca>
2069 * Added feature #7970: htmlArea RTE: fontstyle and fontsize should not use deprecated font tag
2071 2008-10-10 Dmitry Dulepov <dmitry@typo3.org>
2073 * Fixed bug #9522: t3lib_BEfunc::BEenableFields generates invalid SQL
2074 * Fixed bug #9469: Failed to load magic database
2076 2008-10-08 Stanislas Rolland <typo3@sjbr.ca>
2078 * Fixed bug #9516: htmlArea RTE: Move link tags to head
2079 * Added feature #9521: htmlArea RTE: factor out some functions dealing with inline elements
2080 * Added feature #7875: Coloured text is created using font-tag instead of span in IE
2081 * Added feature #8847: Custom colors in TYPO3Color like old SelectColor extension
2083 2008-10-05 Stanislas Rolland <typo3@sjbr.ca>
2085 * Fixed bug #9490: htmlArea RTE: Opera 9.52 sometimes refuses to insert a node
2087 2008-10-04 Stanislas Rolland <typo3@sjbr.ca>
2089 * Follow-up to bug #9472: htmlArea RTE: Safari may crash when the RTE closes
2090 * Fixed bug #9484: htmlArea RTE: context menu raises an error when link button is not configured
2092 2008-10-04 Dmitry Dulepov <dmitry@typo3.org>
2094 * Fixed bug #9479: Selected items are not visible after saving the form in BE
2096 2008-10-03 Dmitry Dulepov <dmitry@typo3.org>
2098 * Fixed bug #9452: config.absRefPrefix is applied only to a fixed set of directories
2099 * Fixed bug #7059: Improve database performance for external database host
2101 2008-10-02 Stanislas Rolland <typo3@sjbr.ca>
2103 * Fixed bug #9444: htmlArea RTE: Incorrect assigment of class to one line <ol> in Firefox
2104 * Fixed bug #9472: htmlArea RTE: Safari may crash when the RTE closes
2106 2008-10-01 Stanislas Rolland <typo3@sjbr.ca>
2108 * Fixed bug #9464: htmlArea RTE: url auto-detect feature not working in Firefox
2109 * Fixed issue #9467: htmlArea RTE: cleanup in FE plugin
2111 2008-10-01 Oliver Hader <oliver@typo3.org>
2113 * Fixed bug #9442: SQL LIKE wildcards are not escaped correctly for list queries
2114 * Fixed bug #9408: Selecting by tag using wildcards does not work with database disposal of t3lib_cache
2116 2008-10-01 Ernesto Baschny <ernst@cron-it.de>
2118 * Added feature #6525: .wrapItemAndSub property for GMENU
2120 2008-09-29 Stanislas Rolland <typo3@sjbr.ca>
2122 * Added feature #9375: Add DTD to htmlArea RTE iframe document
2123 * Fixed bug #9449: htmlArea RTE: Opera sometimes raises a JavaScript error when the RTE closes
2125 2008-09-28 Oliver Hader <oliver@typo3.org>
2127 * Fixed bug #8518: Wrong JavaScript inclusion in t3lib_TCEforms
2128 * Fixed bug #9335: Internal caching in t3lib_pageSelect::getRootLine() has no effect
2130 2008-09-27 Dmitry Dulepov <dmitry@typo3.org>
2132 * Fixed bug #9412: config.absRefPrefix can force wrong URL when linking across domains
2134 2008-09-26 Stanislas Rolland <typo3@sjbr.ca>
2136 * Fixed bug #9386: Acronym plugin encoding problem
2138 2008-09-25 Stanislas Rolland <typo3@sjbr.ca>
2140 * Fixed issue #9429: htmlArea RTE: Cleanup unused files
2142 2008-09-24 Stanislas Rolland <typo3@sjbr.ca>
2144 * Fixed issue #9424: htmlArea RTE: Cleanup dialogue windows
2146 2008-09-23 Martin Kutschker <masi@typo3.org>
2148 * Fixed bug #9411: Editors cannot create new translations of pages
2150 2008-09-22 Jeff Segars <jeff@webempoweredchurch.org>
2152 * Fixed bug #9401: Use debug() for sqlDebug (thanks to Steffen Kamper)
2154 2008-09-21 Jeff Segars <jeff@webempoweredchurch.org>
2156 * Fixed bug #8719: File upload ends up in parse_url error on Windows (thanks to Steffen Kamper)
2158 2008-09-21 Stanislas Rolland <typo3@sjbr.ca>
2160 * Fixed bug #9404: htmlArea RTE: Cleaning out deprecated extension variables
2162 2008-09-21 Benjamin Mack <benni@typo3.org>
2164 * Followup to #9393: Small code cleanup in class.t3lib_treeview.php
2165 * Fixed bug #8578: Umlauts get displayed wrong in Web>Access module after updating rights (Thanks to Tobias Liebig and Susanne Moog)
2167 2008-09-20 Dmitry Dulepov <dmitry@typo3.org>
2169 * Fixed bug #9384: FE session hijacking
2171 2008-09-19 Benjamin Mack <benni@typo3.org>
2173 * Fixed bug #9393: Cosmetic Code Cleanup for the cms sysext
2175 2008-09-18 Martin Kutschker <masi@typo3.org>
2177 * Followup to bugfix #8950: clean up code
2178 * Fix bug #8588: Admin tools -> User Admin -> List users online broken when [BE][lockIP] is set to < 4
2180 2008-09-18 Stanislas Rolland <typo3@sjbr.ca>
2182 * Fixed bug #9331: htmlArea RTE Acronym feature: List of unabridged terms shows wrong values
2183 * Fixed bug #9320: Adding a new mount-type "readonly" for temporary filemounts (thanks to Steffen Kamper)
2184 * Added feature #8899: Configuration of uploads and create folder in linkbrowser (thanks to Steffen Kamper and Dmitry Dulepov)
2186 2008-09-18 Dmitry Dulepov <dmitry@typo3.org>
2188 * Fixed bug #9346: Preinitialise GLOBALS[LANG] in init.php (thanks to Steffen Kamper)
2190 2008-09-17 Martin Kutschker <masi@typo3.org>
2192 * Added feature #1957: When deleting a record in the BE, the message should show the record label (thanks to Rob Vonk for the initial patch)
2193 * Added feature #8995: Extension "felogin" - replace user fields in display messages (thanks to Steffen Kamper)
2195 2008-09-17 Stanislas Rolland <typo3@sjbr.ca>
2197 * Added feature #9370: htmlArea RTE: enhanced toggleborders feature
2199 2008-09-16 Stanislas Rolland <typo3@sjbr.ca>
2201 * Added feature #9362: htmlArea RTE: highlight active items in context menu as in toolbar
2202 * Follow-up to bug #9354: htmlArea RTE: no default css rule is provided for indentation: px to em
2204 2008-09-16 Benjamin Mack <benni@typo3.org>
2206 * Fixed bug #9360: TypoScript Object Browser interprets HTML Tags in comments (Thanks to Stefano Kowalke)
2208 2008-09-15 Stanislas Rolland <typo3@sjbr.ca>
2210 * Fixed bug #9310: table border colour popups appear only when textcolour button is shown
2211 * Fixed bug #9354: htmlArea RTE: no default css rule is provided for indentation
2213 2008-09-15 Ingo Renner <ingo@typo3.org>
2215 * Added feature 9097: Introduce a new caching framework (backported from FLOW3)
2216 * Fixed bug 9283: declare marker handling functions of t3lib_parsehtml static
2218 2008-09-14 Benjamin Mack <benni@typo3.org>
2220 * Fixed bug #7595: Docheaders: Module Admin tools > Indexing: No docheader (Thanks to Christian Kuhn, initial patch by Patrick Broens)
2221 * Fixed bug #7534: Docheaders: Wizard Table: No docheader (Thanks to Christian Kuhn, initial patch by Patrick Broens)
2222 * Fixed bug #7536: Docheaders: Wizard Forms: No docheader (Thanks to Christian Kuhn and Steffen Kamper, initial fix by Patrick Broens)
2223 * Updated NEWS.txt for #9167
2224 * Followup to #9167: Mark extension as write protected: Option now called "excludeFromUpdates"
2225 * Fixed Bug #8621: Whitespace and CGL cleanup for class.tx_opendocs.php (Thanks to Stefano Kowalke)
2226 * Fixed Bug #847: error in tslib_fe->getFromCache() (Thanks to Susanne Moog)
2228 2008-09-14 Stanislas Rolland <typo3@sjbr.ca>
2230 * Fixed bug #9308: htmlArea RTE: link on colour name doesn't set colour
2232 2008-09-14 Jeff Segars <jeff@webempoweredchurch.org>
2234 * Added feature #3687: Disable "versioning" and "moreoptions"-menuitem via contextMenu.[key].disableItems in User TSconfig (thanks to Susanne Moog)
2235 * Fixed bug #9172: Wrong display of deleted owners and groups in Web->Access->Permissions (thanks to Johannes Pieper)
2236 * Added feature #7537: Wizard RTE has no docheader and is not according to new BE user interface (thanks to Patrick Broens and Christian Kuhn)
2237 * Added feature #7552: Docheaders for Import Export module (thanks to Patrick Broens and Christian Kuhn)
2239 2008-09-14 Dmitry Dulepov <dmitry@typo3.org>
2241 * Reverted change from 12.09.2008 (bug #8985). I mistakenly assumed that another core developer gave +1 to it. I had two non-core +1s only.
2242 * Fixed bug #9313: Introduce HTTP_STATUS-Constants (thanks to Steffen Kamper)
2243 * Re-committed bugfix #8985 (Enable USER object to become USER_INT on the fly) because of +1 from Stanislas
2245 2008-09-13 Stanislas Rolland <typo3@sjbr.ca>
2247 * Fixed bug #9277: Incorrect size of htmlArea RTE dialogue windows in Google Chrome browser
2248 * Fixed bug #9338: htmlArea RTE: incorrect opening size of some dialogue windows
2249 * Fixed bug #9339: htmlArea RTE: Enable resizing of acronym dialogue window in IE
2250 * Added feature #9340: htmlArea RTE: Configuration options for size and position of dialogue windows
2251 * Fixed bug #9341: htmlArea RTE: unable to disable the acronym element from the acronym feature
2253 2008-09-13 Dmitry Dulepov <dmitry@typo3.org>
2255 * Fixed bug #9318: Enhance and fix tslib_eidtools
2257 2008-09-12 Dmitry Dulepov <dmitry@typo3.org>
2259 * Fixed bug #8985: Enable USER object to become USER_INT on the fly
2261 2008-09-11 Benjamin Mack <benni@typo3.org>
2263 * Fixed bug #8644: Usersettings with fullHelptextMode looks weird (thanks to Steffen Kamper)
2265 2008-09-10 Dmitry Dulepov <dmitry@typo3.org>
2267 * Fixed bug #9315: Description of tslib_fe::includeTCA is incorrect
2269 2008-09-09 Dmitry Dulepov <dmitry@typo3.org>
2271 * Fixed bug #9268: TCA is not loaded in FE when config cache is disabled
2273 2008-09-08 Benjamin Mack <benni@typo3.org>
2275 * Fixed bug #9312: felogin: uninitialized vars (Thanks to Steffen Kamper)
2276 * Fixed bug #9282: Allow subkeys for TypoScript "config." array
2278 2008-09-08 Stanislas Rolland <typo3@sjbr.ca>
2280 * Follow-up to bug #8996: htmlArea RTE: link to file not updated when changing case in file name
2281 * Fixed bug #9022: Link-Icon stays grey while trying to link an image in ie7
2283 2008-09-08 Oliver Hader <oliver@typo3.org>
2285 * Follow-up to feature #9281: Fixed typing error
2287 2008-09-07 Ingo Renner <ingo@typo3.org>
2289 * Fixed bug #9285: Remove all @ in front of file_exists() calls
2290 * Fixed bug #9301: Missing colorization in Localization Overview of the page tree, credits Steffen Kamper
2292 2008-09-06 Dmitry Dulepov <dmitry@typo3.org>
2294 * Fixed bug #9302: Make functions in tslib_eidtools public static
2296 2008-09-04 Stanislas Rolland <typo3@sjbr.ca>
2298 * Added feature #9262: Adding counting classes to table rows/columns in RTE (thanks to Thorsten Krohn)
2299 * Fixed bug #9296: htmlArea RTE: remove upload form when element browser is in readOnly mode
2301 2008-09-04 Oliver Hader <oliver@typo3.org>
2303 * Fixed bug #9227: Group field in Flexforms with a single table does not show selected items
2305 2008-09-04 Dmitry Dulepov <dmitry@typo3.org>
2307 * Fixed bug #9263: Default icon for plugins in list_type select (thanks to Steffen Kamper)
2309 2008-09-03 Jeff Segars <jeff@webempoweredchurch.org>
2311 * Fixed bug #8491: Template Analyzer Module inconsistencies (thanks to Steffen Kamper)
2312 * Fixed bug #9193: Text "shortcut-icon" is untranslated (thanks to Christopher Stelmaszyk)
2314 2008-09-03 Ingo Renner <ingo@typo3.org>
2316 * Added feature #9281: Add a method to easily do a HTTP redirect
2317 * Declared t3lib_div::readLLPHPfile() and t3lib_div::removeXSS() static
2318 * Fixed bug: When there is no TypoScript template found the message "No template found!" is not obvious, does it mean a TS template or a HTML template?
2320 2008-09-02 Stanislas Rolland <typo3@sjbr.ca>
2322 * Added feature #9276: htmlArea RTE: allow wild cards in lists of allowed class names
2324 2008-09-01 Stanislas Rolland <typo3@sjbr.ca>
2326 * Fixed bug #9261: Indentation set with div section in htmlArea RTE is not rendered correctly in FE
2327 * Added feature #8668: Configurable labels for formatblock items in htmlArea RTE
2329 2008-09-01 Dmitry Dulepov <dmitry@typo3.org>
2331 * Fixed bug #8508: String "Important Notice" in About Modules is hardcoded
2332 * Fixed bug #2222: CSH missing for localization settings of pages (thanks to Christian Kuhn)
2333 * Fixed bug #9249: Misspelling in Install tool (thanks to Christian Kuhn)
2334 * Fixed bug #2642: Bug: Directories named 0 break directory listing and you cannnot create a directory with name 0 (thanks to Rob Vonk & Christian Kuhn)
2336 2008-08-30 Stanislas Rolland <typo3@sjbr.ca>
2338 * Fixed bug #9255: External URLs cannot be set in RTEhtmlarea anymore
2340 2008-08-29 Martin Kutschker <masi@typo3.org>
2342 * Fixed bug #8677: FE login redirect after logout does not work (thanks to Steffen Kamper)
2343 * Fixed bug #7812: cObj CONTENT should allowed on static_* tables (thanks to Georg Ringer)
2344 * Fixed bug #6601: fixed mount point issues with the local page tree cache
2345 * Added feature #6711: Enable stdWrap for the image in imageLinkWrap (thanks to Georg Ringer)
2346 * Fixed bug #9160: New option "index_metatags" not available in crawler / crawler-hooks (thanks to Christian Trabold)
2348 2008-08-27 Martin Kutschker <masi@typo3.org>
2350 * Added feature #9204: Allow icons in select of tt_content CE plugin (list_type; implementation by Steffen Kamper)
2352 2008-08-26 Stanislas Rolland <typo3@sjbr.ca>
2354 * Fixed bug #9235: Enable synchronous load of some htmlArea RTE plugins
2355 * Follow-up to bug #9235: Enable synchronous load of some htmlArea RTE plugins (boolean inversion)
2357 2008-08-25 Stanislas Rolland <typo3@sjbr.ca>
2359 * Fixed bug #9196: In htmlArea RTE, unable to create an external URL containing german umlauts
2361 2008-08-21 Dmitry Dulepov <dmitry@typo3.org>
2363 * Fixed bug #8826: calls to ini_set produces warnings
2365 2008-08-20 Stanislas Rolland <typo3@sjbr.ca>
2367 * Added feature #9201: Integrate support for definition list into htmlArea RTE
2369 2008-08-20 Dmitry Dulepov <dmitry@typo3.org>
2371 * Fixed bug #5205: pi_loadLL() + no language file == full path disclosure
2373 2008-08-19 Stanislas Rolland <typo3@sjbr.ca>
2375 * Follow-up to bug #9185: Incorrect initialization when hooks are present
2376 * Fixed bug #9197: Misbehaviour of DAM media tab in htmlArea RTE link insertion dialogue
2378 2008-08-18 Stanislas Rolland <typo3@sjbr.ca>
2380 * Follow-up to feature #4686: htmlArea RTE Spell Checker: add u modifier to preg_* operations
2381 * Follow-up to bug #8232: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
2382 * Added feature #2714: In RTE htmlArea, unable to do an internal link with several parameters
2384 2008-08-18 Dmitry Dulepov <dmitry@typo3.org>
2386 * Fixed bug #8627: Translation of the belog-module (thanks to Christopher Stelmaszyk and Christian Kuhn)
2387 * Fixed bug #8532: enhance TYPO3 manual (inline) (thanks to Steffen Kamper, Jens Hoffman and Uschi Renziehausen)
2388 * Fixed bug #7921: recursive pidInList for select in cObj CONTENT (thanks to Georg Ringer)
2389 * Fixed bug #9141: Update Wizard uses wrong scheme to write compat_version to localconf.php
2390 * Fixed bug #9152: Deprecated code into stdgraphic
2391 * Fixed bug #9183: saveDocNew for all tables except the option is set to 0
2392 * Fixed bug #8232: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
2394 2008-08-16 Stanislas Rolland <typo3@sjbr.ca>
2396 * Added feature #9109: Enable altMountPoints feature in RTE element browser (Thanks to Steffen Kamper)
2397 * Added feature #4686: Remove dependency of htmlArea RTE Spell Checker on php extension mbstring
2398 * Fixed bug #9185: Redundant code in class.tx_rtehtmlarea_browse_links.php
2400 2008-08-15 Benjamin Mack <benni@typo3.org>
2402 * Fixed bug #6574: Template nextlevel with size=3 & allowed = 1 (Thanks to Georg Ringer)
2404 2008-08-14 Benjamin Mack <benni@typo3.org>
2406 * Fixed bug #9061: felogin - recursive storage pids in TypoScript (Thanks to Steffen Kamper)
2407 * Fixed bug #9095: xhtml in the backend by default (Thanks to Christian Kuhn)
2409 2008-08-14 Dmitry Dulepov <dmitry@typo3.org>
2411 * Fixed bug #9167: Feature: Mark extension as write protected (together with Steffen Kamper)
2413 2008-08-12 Dmitry Dulepov <dmitry@typo3.org>
2415 * Fixed bug #9063: Feature: Make Position of Editpanel more flexible
2417 2008-08-12 Stanislas Rolland <typo3@sjbr.ca>
2419 * Fixed bug #8988: htmlArea RTE: Pasting text from MS Word to Firefox 3 brings a lot of garbage
2420 * Follow-up to feature #8799: htmlArea RTE: correction to two path settings
2422 2008-08-12 Dmitry Dulepov <dmitry@typo3.org>
2424 * Fixed bug #9060: Wrong alert text in Constant editor
2426 2008-08-11 Benjamin Mack <benni@typo3.org>
2428 * Fixed #8259: Cleanup: Call to t3lib_div::devLog() without key (Thanks to Francois Suter)
2430 2008-08-11 Stanislas Rolland <typo3@sjbr.ca>
2432 * Follow-up to bug #8673: htmlArea RTE drag n drop tab of image insertion not functional
2433 * Follow-up to bug #8717: Add suggested doc extension to htmlArea RTE ext_emconf.php
2434 * Fixed bug #8996: htmlArea RTE: link to file not updated when changing case in file name
2435 * Added feature #9157: htmlArea RTE EM setting for DAM becomes deprecated with DAM 1.1+
2436 * Follow-up on feature #9157: htmlArea RTE EM setting for DAM - correcting test on DAM version
2437 * Updated htmlArea RTE version to 1.8.0 for TYPO3 4.3.0 alpha
2439 2008-08-11 Ingo Renner <ingo@typo3.org>
2441 * Reverted Change from 2008-08-06 in t3lib_div leading to nonfunctional clipboard
2443 2008-08-08 Oliver Hader <oliver@typo3.org>
2445 * Added feature #9075: Add record row to recStatInfoHooks in tx_cms_layout
2447 2008-08-08 Thomas Hempel <thomas@typo3.org>
2449 * Added external JavaScript library Ext JS 2.2 to contrib
2451 2008-08-07 Oliver Hader <oliver@typo3.org>
2453 * Fixed bug #1897: Basic Configuration uses different scheme to write im_path to localconf.php
2455 2008-08-07 Ingo Renner <ingo@typo3.org>
2457 * Added Feature #8515: Speed up tslib_cObj->getTreeList by caching its results
2459 2008-08-06 Ingo Renner <ingo@typo3.org>
2461 * Fixed bug: PHP 5.3 throws a warning in class.t3lib_befunc.php on line 3348: trim() expects parameter 1 to be string, array given
2462 * Fixed bug: PHP 5.3 throws a deprecation warning in typo3/mod/tools/em/class.em_soap.php on lines 108, 112, 115, 213, 218: Assigning the return value of new by reference is deprecated
2463 * Fixed bug: PHP 5.3 throws a warning in class.t3lib_div.php on line 3286: strcmp() expects parameter 1 to be string, array given
2465 2008-08-05 Dmitry Dulepov <dmitry@typo3.org>
2467 * Fixed bug #8890: Feature: hook in function "getSingleField_SW" before rendering of single fields in tceforms (thanks to Alex Widschwendter)
2468 * Fixed bug #6992: t3ib_refindex requires t3lib_BEfunc but does not include it
2469 * Fixed bug #8255: Problems with PHP mail function on Windows
2471 2008-08-04 Stanislas Rolland <typo3@sjbr.ca>
2473 * Added feature #9121: Move htmlArea RTE cut/copy/paste handling to own extension
2475 2008-08-03 Martin Kutschker <masi@typo3.org>
2477 * Fixed bug #8949: Table parsing doesn't allow tabs as delimiters
2478 * Fixed bug #8830: Missing "Save&Close" in template module Info/Modify (thanks to Steffen Kamper)
2480 2008-08-01 Benjamin Mack <benni@typo3.org>
2482 * Fixed bug #9099: Wrong path to pages.gif in linkbrowser (Thanks to Xander Damen)
2484 2008-07-31 Benjamin Mack <benni@typo3.org>
2486 * Fixed bug #2661: stdWrap filelist doesn't work directly in fileadmin/
2488 2008-07-30 Martin Kutschker <masi@typo3.org>
2490 * Fixed bug #5387: Creation of multiple folders in filelist module results in blank page (thanks to Christian Kuhn and Christopher Hlubek)
2491 * Fixed bug #9026: Label 'Sort alphabetically:' is hardcoded (thanks to Stefano Kowalke)
2492 * Fixed bug #8990: Labels 'TEMP' and 'RECYCLER' are hardcoded (thanks to Stefano Kowalke)
2494 2008-07-25 Benjamin Mack <benni@typo3.org>
2496 * Fixed bug #8498: Configuration module fixes (Thanks to Steffen Kamper)
2497 * Fixed bug #8853: Foldertree in filelist has no docheader (Thanks to Steffen Kamper & Christian Kuhn)
2498 * Fixed bug #9027: CSH was obsolete at the page-bottom in Web->Info (Thanks to Stefano Kowalke)
2500 2008-07-24 Stanislas Rolland <typo3@sjbr.ca>
2502 * Fixed bug #9041: Uninitialized array in class.browse_links.php
2504 2008-07-23 Dmitry Dulepov <dmitry@typo3.org>
2506 * Changed LICENSE.txt to reference GPL "version 2 or later"
2508 2008-07-22 Benjamin Mack <benni@typo3.org>
2510 * CGL cleanup for #9008: template.php doesn't fully utilize the loadJavascriptLib function
2511 * Fixed Followup to #8534: "Template-able" Backend Login (correct labels)
2512 * Fixed bug #9008: template.php doesn't fully utilize the loadJavascriptLib function
2513 * Fixed bug #9019: CSH in file_upload module is not in docheader
2515 2008-07-21 Benjamin Mack <benni@typo3.org>
2517 * Fixed bug #8534: Backend Login is now template-able
2519 2008-07-19 Benjamin Mack <benni@typo3.org>
2521 * Fixed bug #8913: Empty tabs in DynTabMenu should not be selectable by default
2523 2008-07-14 Dmitry Dulepov <dmitry@typo3.org>
2525 * Fixed bug #8566: Unable to match TS condition when variable is not set
2526 * Fixed bug #8934: change compatibility version to 4.3.0 for all sysexts
2528 2008-07-14 Martin Kutschker <masi@typo3.org>
2530 * Follow-up to bug #8510: Hardcoded labels in typo3/show_item.php (thanks to Christopher Stelmaszyk)
2532 2008-07-14 Dmitry Dulepov <dmitry@typo3.org>
2534 * Fixed bug #8786: missing wrapper for mysql_errno (thanks to Steffen Kamper)
2536 2008-07-13 Dmitry Dulepov <dmitry@typo3.org>
2538 * Fixed bug #8697: Warnings when using MySql 4.0
2540 2008-07-13 Martin Kutschker <masi@typo3.org>
2542 * Fixed bug #5476: links entered in <th>-tag with the RTE are not parsed on the frontend because parseFunc doesn't recognize <th> as cells (thanks to Daniel Ellermann)
2543 * Fixed bug #8682: no result check for setlocale via TypoScript
2544 * Fixed bug #8950: page id not availabe in TCEmain hook clearCachePostProc
2545 * Fixed bug #8510: Hardcoded labels in typo3/show_item.php (thanks to Christopher Stelmaszyk)
2547 2008-07-12 Martin Kutschker <masi@typo3.org>
2549 * Fixed bug #8864: Allow TS config.absRefPrefix to work with resources in typo3conf/ext. Make it work with a changed location of fileadmin/. (fix by Bejamin Mack)
2550 * Fixed bug #8833: TCA "check" type field checkboxes have no labels when in 1-column display (thanks to Francois Suter)
2551 * Fixed bug #8948: phpDoc @internal hides public functions of t3lib_div in Eclipse
2552 * Fixed bug #8922: setStage operation of t3lib_TCAmain::process_cmdmap() overwrites $id parameter making it inaccessible for post-processing hooks
2554 2008-07-11 Michael Stucki <michael@typo3.org>
2556 * Fixed bug #8941: Fixed an uninitialized array that might lead to PHP warning (Thanks to Ralf Hettinger)
2558 2008-07-09 Oliver Hader <oliver@typo3.org>
2560 * Fixed bug #8851: navFrameScript is not loaded for submodules (thanks to Christian Ehret)
2561 * Fixed bug #8904: Menu of subpages renders target="{$content.pageFrameObj}" (Thanks to Steffen Kamper)
2563 2008-07-07 Ernesto Baschny <ernst@cron-it.de>
2565 * Fixed bug #8703: More Options>Access wasn't being shown in the pages click-menus (Thanks to Andreas Wagner)
2567 2008-07-03 Ernesto Baschny <ernst@cron-it.de>
2569 * Fixed bug #7711: Element browser ignores "Hide in menu" flag (Thanks to Christian Kuhn)
2570 * Fixed bug #8840: Wrong title of edit icon of "Include basis template" section when editing template records (Thanks to Christian Kuhn)
2572 2008-07-01 Ernesto Baschny <ernst@cron-it.de>
2574 * Fixed bug #8506: Fileadmins folder overview need a gap between folder path and file amount (Thanks to Stefano Kowalke)
2576 2008-06-29 Stanislas Rolland <typo3@sjbr.ca>
2578 * Added feature #8791 (revisited): Let htmlArea RTE context menu use the RTE API
2580 2008-06-27 Stanislas Rolland <typo3@sjbr.ca>
2582 * Fixed bug 8314: rtehtmlarea: Argument 1 passed to t3lib_div::array_merge_recursive_overrule() must be an array, null given
2584 2008-06-27 Benjamin Mack <benni@typo3.org>
2586 * Fixed bug #7159: _DEFAULT_PI_VARS in felogin (Thanks to Steffen Kamper)
2587 * Fixed bug #8761: tree.js - Typo in function parameter highlightID
2588 * Fixed bug #8497: User Admin > Compare User Settings Inconsistencies (Thanks to Michiel Roos and Francois Suter)
2590 2008-06-26 Stanislas Rolland <typo3@sjbr.ca>
2592 * Fixed bug #8660: htmlArea RTE configuration option formatblock.restrictToItems does not work
2594 2008-06-25 Oliver Hader <oliver@typo3.org>
2596 * Fixed bug #8824: Missing label warning.install_enabled (thanks to Francois Suter)
2598 2008-06-23 Stanislas Rolland <typo3@sjbr.ca>
2600 * Added feature #8799: Move htmlArea RTE undo/redo handling to own extension
2602 2008-06-22 Oliver Hader <oliver@typo3.org>
2604 * Fixed bug #8724: getElementsByClassName does not work properly in Firefox 3 and Safari 3.1 (thanks to Helmut Hummel)
2606 2008-06-21 Stanislas Rolland <typo3@sjbr.ca>
2608 * Added feature #8790: htmlArea RTE image selection should honour hooking browsers
2609 * Added feature #8791: Let htmlArea RTE context menu use the RTE API
2610 * Fixed bug #8717 (cleanup): htmlArea RTE link browser does not honour correctly hooking browsers
2611 !!! class.tx_rtehtmlarea_browse_links.php will now use hook key ['ext/rtehtmlarea/mod3/class.tx_rtehtmlarea_browse_links.php']['browseLinksHook']
2612 instead of hook key ['typo3/class.browse_links.php']['browseLinksHook'] !!!
2614 2008-06-17 Stanislas Rolland <typo3@sjbr.ca>
2616 * Fixed bug #8717 (revisited): htmlArea RTE link browser does not honour correctly hooking browsers
2618 2008-06-15 Stanislas Rolland <typo3@sjbr.ca>
2620 * Fixed bug #8716: htmlArea RTE: target configured on link class not honoured
2621 * Fixed bug #8716 (continued for dam): htmlArea RTE: target configured on link class not honoured
2622 * Fixed bug #8717: htmlArea RTE link browser does not honour correctly hooking browsers
2624 2008-06-13 Oliver Hader <oliver@typo3.org>
2626 * Fixed bug #8239: Wrong parameter order for strpos in t3lib_div::getHostname
2628 2008-06-11 Ingo Renner <ingo@typo3.org>
2630 * Fixed bug #8571: Moving backend search to the right
2632 2008-06-11 Michael Stucki <michael@typo3.org>
2634 * (security) Fixed a low-severity Cross Site Scripting issue in fe_adminLib.inc. For details, see http://typo3.org/teams/security/security-bulletins/typo3-20080611-1/ - thanks to Christian Seifert, Jeroen van Iddekinge and Arnd Messer for discovering and reporting this issue.
2636 2008-06-11 Ingmar Schlecht <ingmar@typo3.org>
2638 * Fixed #8674: Vulnerability of security bulletin typo3-20080611-1: Default value of fileDenyPattern allows arbitrary code execution on Apache (Patch by Henning Pingel, thanks!)
2640 2008-06-10 Benjamin Mack <benni@typo3.org>
2642 * Fixed bug #8264: t3ditor - "+" (plus) signs are replaced by spaces (Thanks to Tobias Liebig)
2643 * Fixed bug 8591: AJAX encoding is UTF-8, thus has problems with backend charsets (Thanks to Tobias Liebig)
2645 2008-06-10 Jeff Segars <jeff@webempoweredchurch.org>
2647 * Followup to bugfix #8108: Extension configuration options are not always shown (Thanks to Steffen Kamper)
2649 2008-06-10 Benjamin Mack <benni@typo3.org>
2651 * Fixed bug #8643: Inline CSH is not styled with t3skin (Thanks to Steffen Kamper)
2652 * Fixed bug #8478: highlighting error (the next line after a ">" gets colored as "value") (Thanks to Tobias Liebig)
2653 * Fixed bug #2905: Followup - t3skin - Styling of tab menus is bad when hovering (Thanks to Ben van't Ende)
2655 2008-06-10 Ernesto Baschny <ernst@cron-it.de>
2657 * Fixed bug #8635: Side-effect of the fix for bug #7897: MM-relations, flexform and others got lost during copying/localizing
2659 2008-06-10 Patrick Broens <patrick@patrickbroens.nl>
2661 * Fixed bug #8422: Context Sensitive Help mode with "display full text messages"
2663 2008-06-09 Ingo Renner <ingo@typo3.org>
2665 * Fixed bug #8509: Some labels in Module About are hardcoded, credits Christopher Stelmaszyk
2667 2008-06-09 Ernesto Baschny <ernst@cron-it.de>
2669 * Fixed bug #8637: Parameter $deleteUnused of parsehtml::substituteMarkerArray was deleting too much if no $wrap was set (thanks to Francois Suter)
2671 2008-06-08 Thomas Hempel <thomas@typo3.org>
2673 * Fixed bug #8483: Lines break when longer as the width of the window (t3editor) (Patch by Tobias Liebig)
2675 2008-06-05 Ingmar Schlecht <ingmar@typo3.org>
2677 * Fixed bug #6998: Installation misses key-definition of table pages (Patch by Steffen Mueller)
2679 2008-06-05 Ingo Renner <ingo@typo3.org>
2681 * Fixed bug #8271: OpenDocs Icons: Hardcoded labels in title and alt-attributes, credits Stefano Kowalke
2682 * Fixed bug #8615: Text in admin panel is too small
2684 2008-06-05 Oliver Hader <oliver@typo3.org>
2686 * Fixed bug #8527: config.removeDefaultJS=1 leaves empty script block
2688 2008-06-05 Benjamin Mack <benni@typo3.org>
2690 * Fixed bug #2905: t3skin - Styling of (non-dyn) tab menus is bad
2692 2008-06-02 Jeff Segars <jeff@webempoweredchurch.org>
2694 * Fixed bug #8572: Raise maximum TYPO3 version for t3skin to 4.3.99 (thanks to Steffen Kamper)
2696 2008-06-02 Ingo Renner <ingo@typo3.org>
2698 * Follow-up to bug #8270: fixed some naming and CGL issues
2699 * Fixed bug #8033: Drag'n'drop in pagetree problem: Dragged menu items disappear under other menuitems, credits Susanne Moog
2700 * Fixed bug #8573: TypoScript-Help is not displayed for non-Admins, credits Steffen Kamper
2702 2008-06-02 Ernesto Baschny <ernst@cron-it.de>
2704 * Fixed bug #8362: Duplicate entry for [tstamp] and [crdate] in Web->List module for single table in selector-box (thanks to Steffen Kamper)
2706 2008-05-31 Oliver Hader <oliver@typo3.org>
2708 * Fixed bug #8336: JavaScript error in TBE_EDITOR causes login expired dialog
2710 2008-05-30 Martin Kutschker <masi@typo3.org>
2712 * Fixed bug #8554: installer doesn't check DB problems when creating admin user
2713 * Fixed bug #8517: CSS class is missing for FE edit links (thanks to Ralf Hettinger)
2715 2008-05-29 Martin Kutschker <masi@typo3.org>
2717 * Fixed bug #8270: hardcoded labels in title attributes of icons in top bar of BE interface (thanks to Stefano Kowalke)
2719 2008-05-28 Ernesto Baschny <ernst@cron-it.de>
2721 * Fixed bug #8522: Datetime shifts on copy and localize (timezone related)
2723 2008-05-28 Benjamin Mack <benni@typo3.org>
2725 * Fixed bug #8496: TCEforms: Help Icon is not in the docheader
2726 * Fixed bug #7837: Generate Icons by Default - Part 1
2727 * Fixed bug #8504: help icon is not aligned in TCEform (Thanks to Steffen Kamper)
2729 2008-05-28 Martin Kutschker <masi@typo3.org>
2731 * Fixed bug #8418: visual problems of BE[accessListRenderMode] (thanks to Steffen Kamper)
2733 2008-05-28 Benjamin Mack <benni@typo3.org>
2735 * Fixed bug #8494: Admin Tools => DB Check => Find Filename has duplicate selectboxes
2737 2008-05-27 Dmitry Dulepov <dmitry@typo3.org>
2739 * Fixed bug #8501: Template module - overview (together with Steffen Kamper)
2740 * Fixed bug #8412: typo3/file_edit.php replaces ###PATH### in the edited file with the value of $this->title (thanks to Andreas Wagner)
2742 2008-05-25 Dmitry Dulepov <dmitry@typo3.org>
2744 * Fixed bug #4455: pid reset to 10000 in Constant Editor
2746 2008-05-24 Oliver Hader <oliver@typo3.org>
2748 * Set TYPO3 version to 4.3-dev and cleaned up NEWS.txt
2750 2008-05-24 Ingo Renner <ingo@typo3.org>
2752 * Removed empty line at end of file in t3lib/thumbs.php
2754 2008-05-21 Jeff Segars <jeff@webempoweredchurch.org>
2756 * Fixed bug #7509: TypoScript Editor doesn't save changes in IE
2758 2008-05-20 Dmitry Dulepov <dmitry@typo3.org>
2760 * Fixed bug #8263: t3editor should not highlight decimals (thanks to Tobias Liebig)
2761 * Fixed bug #8049: Save button don't work when deactivating t3editor (thanks to Tobias Liebig)
2763 2008-05-20 Ingo Renner <ingo@typo3.org>
2765 * Fixed bug #8445: Align group fields in TCEforms, credits Steffen Kamper
2766 * Fixed bug #8282: option-div is not styled in user-accesslist, credits Steffen Kamper
2768 2008-05-20 Benjamin Mack <benni@typo3.org>
2770 * Fixed bug #8460: Shortcutmenu needs a proper access check comment (thanks to Stefano Kowalke)
2771 * Fixed bug #8458: Backendsearchmenu needs a proper access check comment (thanks to Stefano Kowalke)
2772 * Fixed bug #8456: Browse Links does not use JS library interface
2774 2008-05-19 Jeff Segars <jeff@webempoweredchurch.org>
2776 * Fixed bug #7860: Coloring in TS Object Browser depends on "Crop Lines" (thanks to Steffen Kamper)
2778 2008-05-19 Oliver Hader <oliver@typo3.org>
2780 * Fixed bug #8454: IRRE - Localization mode is not fetched correctly
2781 * Code cleanup: Fixed typing errors
2783 2008-05-18 Martin Kutschker <masi@typo3.org>
2785 * Fixed bug #6576: typolink.addQueryString adds &= to the URL if QUERY_STRING is empty
2787 2008-05-16 Dmitry Dulepov <dmitry@typo3.org>
2789 * Fixed bug #8277: Enable tabs in sys_workspaces (thanks to Steffen Kamper)
2790 * Fixed bug #8439: Help icon in function module is double (thanks to Steffen Kamper)
2791 * Fixed bug #8192: typoLink generates wrong links
2793 2008-05-15 Stanislas Rolland <typo3@sjbr.ca>
2795 * Fixed bug #8348: htmlArea RTE: ctrl+c and ctrl+x do not work in IE with TYPO3 4.2
2796 * Updated htmlArea RTE version to 1.7.5 for TYPO3 4.2.1
2798 2008-05-14 Oliver Hader <oliver@typo3.org>
2800 * Fixed bug #8385: Modified tslib_cObj::substituteMarkerArray() misses call parameter (thanks to Francois Suter)
2802 2008-05-14 Dmitry Dulepov <dmitry@typo3.org>
2804 * Fixed bug #4693: tables definition not compliant with MySQL 5.0 strict mode
2806 2008-05-11 Dmitry Dulepov <dmitry@typo3.org>
2808 * Fixed bug #8360: locallang.xml charset convertion dont work for LOCAL_LANG['default']
2810 2008-05-07 Stanislas Rolland <typo3@sjbr.ca>
2812 * Fixed bug #8351: RTE.classes configuration not honoured by htmlArea RTE Insert/modify link class selector
2814 2008-05-06 Dmitry Dulepov <dmitry@typo3.org>
2816 * Fixed bug #8330: Missing padding in select lists without icons (thanks to Uschi Renziehausen)
2817 * Fixed bug #8187: Cache Menu has problems with long names (german) (thanks to Steffen Kamper)
2819 2008-05-04 Dmitry Dulepov <dmitry@typo3.org>
2821 * Follow-up on RFC: #7612 (cannot clear extension's FE cache from Backend) (by Oliver Klee)
2823 2008-05-02 Ingmar Schlecht <ingmar@typo3.org>
2825 * Fixed bug #4022, #4060: TCAdefaults for MM-Fields did't work (patch by Bernhard Kraft)
2827 2008-04-29 Dmitry Dulepov <dmitry@typo3.org>
2829 * Fixed bug #8272: Listview - warning icon goes to new line in iconblock (thanks to Steffen Kamper)
2831 2008-04-28 Benjamin Mack <benni@typo3.org>
2833 * Fixed bug #8265: no links in htmlmails (thanks to Ralf Hettinger)
2835 2008-04-26 Stanislas Rolland <typo3@sjbr.ca>
2837 * Fixed bug #8254: htmlArea RTE sets invalid link to file selected using DAM media browser. Thanks to Xavier Perseguers.
2839 2008-04-26 Ingo Renner <ingo@typo3.org>
2841 * Removed redundant files from t3editor
2843 2008-04-23 Ingo Renner <ingo@typo3.org>
2845 * Release of TYPO3 4.2.0
2846 * Fixed a bug where Webkit Browsers would not correctly display the icons in the dropdown type selector of records like pages and content elements, credits Jeff Segars
2847 * Fixed Bug #8207: Creating shortcuts in backend.php does not work in modules other than web->list or file->filelist
2848 * Added login image for TYPO3 4.2
2849 * Update all ext_emconf.php in system extensions (part 2)
2851 2008-04-23 Michael Stucki <michael@typo3.org>
2853 * Remove obsolete warning in Extension Manager
2854 * Update all ext_emconf.php in system extensions (part 1)
2855 * Update version numbers of all system extension that have been changed since TYPO3 4.1
2857 2008-04-22 Benjamin Mack <benni@typo3.org>
2859 * Fixed visual bug: DB-List - No Space Between Table and Field-Selector
2861 2008-04-22 Jeff Segars <jeff@webempoweredchurch.org>
2863 * Fixed bug #8159: Infinite loop when trying to install extension with constraints and configuration
2864 * Fixed bug #8203: Broken icons when creating +ext template
2865 * Fixed bug #8204: Typo in extended list view for select fields
2867 2008-04-22 Ingo Renner <ingo@typo3.org>
2869 * Fixed bug #8153: [left frame-width] left frame too small for german users, credits Steffen Kamper
2870 * Fixed several bugs with t3editor and IE #8157, #8049, #7509,#8146, credit Tobias Liebig
2871 * Changed order of cache and shortcut toolbar items
2872 * Changed call of json_encode in t3editor to t3lib_div::array2json
2873 * Added missing icon variants to t3skin, thanks to Helmut Hummel for generating them
2874 * Fixed typos in backend.php, credits Helmut Hummel
2876 2008-04-22 Oliver Hader <oliver@typo3.org>
2878 * Fixed bug #8182: Fatal error on calling sysLog() of lock object if locking method is unknown
2879 * Fixed bug #8148: IRRE - Expanded or collapsed state of new child records is not handled correctly
2881 2008-04-22 Dmitry Dulepov <dmitry@typo3.org>
2883 * Fixed bug #8174: Clear all caches should clear configuration cache as well (thanks to Steffen Kamper)
2884 * Fixed bug #8040: Bug: Wrong check on creating folders in filelist makes them unaccessible (thanks to Moreno Feltscher)
2886 2008-04-20 Ingmar Schlecht <ingmar@typo3.org>
2888 * Fixed bug #8138: Search in Loaded Extensions not working
2889 * Fixed bug #8019: missing htmlspecialchars() in adminPanel
2890 * Fixed bug #8169: Admin functions tab visible for non admins (All patches above by Steffen Kamper)
2892 2008-04-20 Ingo Renner <ingo@typo3.org>
2894 * Added missing icons for tt_content when overlayed with different states, credits Helmut Hummel
2896 2008-04-16 Ingo Renner <ingo@typo3.org>
2898 * Release of TYPO3 4.2.0RC2
2900 2008-04-16 Martin Kutschker <masi@typo3.org>
2902 * Fixed bug #4186 (correction): cropping didn't work for IM4/5 and GM (thanks to Helmut Hummel)
2904 2008-04-16 Benjamin Mack <benni@typo3.org>
2906 * HCI: Changed t3skin icon "new_file.gif"
2908 2008-04-16 Ingo Renner <ingo@typo3.org>
2910 * Fixed bug #8001: Problems using link wizard in content elements, credits Ralf Hettinger
2911 * Marked typo3/alt_main.php as deprecated
2912 * Fixed bug #8060: preview in clickmenu of list-module on tt_content records broken
2913 * Added new icons for content elements in t3skin
2914 * Added new icons in t3skin to select image orientation in Text w/Image content elements
2915 * Added several other new icons in t3skin
2916 * Replaced icon for Web->Functions in t3skin
2917 * Fixed bug #8108: Extension configuration options are not always shown, credits Jeff Segars
2918 * Various Bugfixes for t3editor
2919 * Fixed bug #6812: Editor does not respect charset settings while saving with AJAX
2920 * Fixed bug #8049: TypoScript templates can't be saved at all after editing them using IE7/WinXP
2921 * Fixed bug #7314: In IE 6.0.2900 syntax highlighting, save indicator, keyword suggestion and undo isn't working
2922 * Moved CodeMirror into own directory
2923 * Switched from gluecode to hooks
2925 2008-04-15 Benjamin Mack <benni@typo3.org>
2927 * HCI: Small Changes for t3skin icons "upload.gif" and "pages_up.gif"
2929 2008-04-15 Ingo Renner <ingo@typo3.org>
2931 * Follow up to #7986: removed borders from list view when not in extended view, credits Steffen Kamper
2932 * Follow up to #7986: icons were breaking into a new line in IE6
2933 * Follow up to #7986: in some cases columns were not aligned, credits Steffen Kamper
2934 * Fixed bug #7900: Docheader scrollbar isn't at right side, credits Steffen Kamper
2936 2008-04-14 Ingo Renner <ingo@typo3.org>
2938 * Fixed bug #7986: Vertical aligned Icons in List-Module, credits Peter Niederlag, Steffen Kamper, sponsored by snowflake productions
2939 * Added new icons in t3skin for the help menu entries in the module menu
2941 2008-04-14 Benjamin Mack <benni@typo3.org>
2943 * Pre-code cleanup for #6670 (Tabs in Page Properties III)
2945 2008-04-13 Michael Stucki <michael@typo3.org>
2947 * Minor code cleanup (patch by Benni Mack)
2948 * Add CSH information for fe_login_mode (by Benni Mack)
2950 2008-04-12 Oliver Hader <oliver@typo3.org>
2952 * Fixed bug #8064: Split does not work with returnKey = 0 (thanks to Dirk Weise)
2954 2008-04-11 Oliver Hader <oliver@typo3.org>
2956 * Renamed interface.t3lib_tceformsInlineHook.php to lowercase letters
2958 2008-04-11 Ernesto Baschny <ernst@cron-it.de>
2960 * Fixed bug #7897: Storage and display of datetime/time fields was broken (one hour shift) on DST (daylight saving time) changes
2962 2008-04-11 Dmitry Dulepov <dmitry@typo3.org>
2964 * Fixed bug #8078: enhance debug stack trace reporting
2966 2008-04-10 Benjamin Mack <benni@typo3.org>
2968 * Fixed bug #8035: 123-Installer shows error in step 1 when no DB connection was set up yet.
2970 2008-04-10 Dmitry Dulepov <dmitry@typo3.org>
2972 * Added @var to typo3/sysext/beuser/mod/index.php
2974 2008-04-09 Benjamin Mack <benni@typo3.org>
2976 * t3skin: Exchanged icon which was still in use from oldskin
2978 2008-04-09 Stanislas Rolland <typo3@sjbr.ca>
2980 * Fixed bug 8066: Incorrect height of htmlArea RTE dropdown selectors in some browsers
2981 * Updated htmlArea RTE version number to 1.7.4
2983 2008-04-08 Oliver Hader <oliver@typo3.org>
2985 * Followup to #8014: Fixed bug with usage of t3lib_TCEforms::getDynTabMenu()
2987 2008-04-08 Benjamin Mack <benni@typo3.org>
2989 * Fixed bug #8041: EM has wrong image tag for headers in extension listing (Thanks to Steffen Kamper)
2991 2008-04-07 Martin Kutschker <masi@typo3.org>
2993 * Remove superfluos is_array() check in t3lib_div
2995 2008-04-07 Dmitry Dulepov <dmitry@typo3.org>
2997 * Fixed bug #8005: Linking across domains does not work with nested domains
2999 2008-04-06 Stanislas Rolland <typo3@sjbr.ca>
3001 * Fixed bug #7992: rtehtmlarea does not work with Firefox 3 Beta 5
3002 * Fixed bug #8043: Highlighting text from right to left in htmlArea RTE is erratic in Firefox
3004 2008-04-06 Benjamin Mack <benni@typo3.org>
3006 * Fixed bug #8013: Felogin redirectMode does not work with spaces (Thanks to Steffen Kamper)
3007 * Fixed bug #7317: CSH popup not working in flexforms (Thanks to Kasper Ligaard)
3008 * Fixed bug #8028: Databases with an "-" in it can't be used (Thanks to Steffen Kamper)
3010 2008-04-05 Ingo Renner <ingo@typo3.org>
3012 * Fixed bug #8014: Deactivated tabs in page-properties should be hidden
3014 2008-04-04 Stanislas Rolland <typo3@sjbr.ca>
3016 * Fixed bug #7990: htmlArea RTE color picker has no scrollbar
3018 2008-04-04 Benjamin Mack <benni@typo3.org>
3020 * Fixed bug #8015: XHTML issue in felogin-template (Thanks to Steffen Kamper)
3022 2008-04-03 Michael Stucki <michael@typo3.org>
3024 * Fixed bug #8009: Wrong TS-Code because appendString cannot handle multiline strings (Thanks to Claudio Cathomen / ICSurselva)
3025 * Fixed bug #1537: Shortcut icon syntax incorrect/incomplete (Thanks to Soeren Schaffstein / d.k.d)
3027 2008-04-03 Patrick Broens <patrick@patrickbroens.nl>
3029 * Feature #7854: Docheader: Moving function menu to the left in second row (Thanks to Adrian Zimmermann / snowflake)
3031 2008-04-03 Thomas Hempel <thomas@typo3-unleashed.net>
3033 * Feature #6896: TCA eval on TEXT field does not work (Thanks to Dan Jensen / Wildside)
3035 2008-04-03 Ingmar Schlecht <ingmar@typo3.org>
3037 * Fixed bug #4575: Changes in alternative page language does not clear cache (Thanks to Bodo Eichstaedt / wmdb)
3038 * Fixed bug #4768: Missing is_array() check in tslib_fe::getStorageSiterootPids() (Thanks to Kian Gould / AOE media)
3040 2008-04-03 Ingo Renner <ingo@typo3.org>
3042 * Fixed bug #7496: exclude for header_position, header_link (Thanks to Michael Dengler / die digiparden)
3044 2008-04-03 Sebastian Kurfuerst <sebastian@typo3.org>
3046 * Fixed bug #7476: link in about module opens in the TYPO3 backend frameset (Thanks to Bodo Eichstaedt / wmdb)
3047 * Fixed bug #7991: Workspace Preview is not aware of domain records (Thanks to Kian Gould / AOE media)
3049 2008-04-02 Ingo Renner <ingo@typo3.org>
3051 * Added follow up patch for bug #6710: Use optgroups in selectorboxes
3053 2008-04-02 Benjamin Mack <benni@typo3.org>
3055 * Fixed bug #7961: headListTags in class.t3lib_parsehtml_proc.php are hardcoded (Thanks to Steffen Kamper)
3057 2008-04-01 Ingo Renner <ingo@typo3.org>
3059 * Release of TYPO3 4.2.0RC1
3061 2008-04-01 Ingmar Schlecht <ingmar@typo3.org>
3063 * Fixed bug #7975: Unskinnable icons because of hardcoded html (Thanks to Steffen Kamper)
3064 * Feature #7985: Beautify table for BE Log (Thanks to Steffen Kamper)
3066 2008-04-01 Michael Stucki <michael@typo3.org>
3068 * Fixed bug #7841: Remove COLLATE statement when creating new tables with the Install Tool
3069 * Fixed bug #7981: Replace ugly labels in BE Log module
3070 * Fixed bug #1585: Use t3lib_div::sysLog() whenever errors occur in tslib_fe. Additionally, add a new value "request_uri" to the "config.stat_apache_pagenames" property which allows logging of the REQUEST_URI server value (useful with RearUrl environments). Thanks to Steffen Kamper for taking care of these issues.
3071 * Fixed bug #7743: Install Tool: Create "admin" user did not work in 4.2-beta3
3072 * Fixed bug #7980: Indexed Search: Fix wrong TypoScript code in plugin template
3074 2008-04-01 Ingo Renner <ingo@typo3.org>
3076 * Fixed bug #5998: Crawler/Index Config: hidden records are re-indexed, credits Christian Kuhn
3077 * Fixed bug #7831: List in Page module has wrong colors, credits Steffen Kamper
3078 * Changed private declarations to protected
3080 2008-04-01 Jeff Segars <jeff@webempoweredchurch.org>
3082 * Fixed bug #7943: Filelist has nested HTML (thanks to Steffen Kamper)
3083 * Fixed bug #7820: Task center iframes are only sized on load (thanks to Steffen Kamper)
3085 2008-04-01 Benjamin Mack <benni@typo3.org>
3087 * Fixed bug #7977: Missing label for browse_links folder menu
3089 2008-04-01 Dmitry Dulepov <dmitry@typo3.org>
3091 * Fixed bug #7784: Check for mail configuration is wrong on Windows
3092 * Fixed bug #7839: Linking between domains in the pagetree with checkRootline does not work with menus
3094 2008-03-31 Jeff Segars <jeff@webempoweredchurch.org>
3096 * Fixed bug #7768: TCEForms extraFormHeaders do not work with docheaders
3098 2008-03-31 Oliver Hader <oliver@typo3.org>
3100 * Fixed bug #7954: XCLASSing ToolbarItem does not work (thanks to Steffen Kamper)
3101 * Fixed bug #7759: XCLASSing USER_INT objects does not work
3102 * Cleaned up code of scripts in typo3/classes/
3103 * Followup to #6087: Cleaned up code of IRRE localization
3104 * Cleaned up code of scripts in t3lib/ and typo3/
3105 * Fixed bug #7971: Missing icon in t3skin for header - tt_content_header.gif (thanks to Steffen Kamper)
3106 * Fixed bug #7976: prioriCalc does not work correctly
3108 2008-03-31 Dmitry Dulepov <dmitry@typo3.org>
3110 * Fixed bug #7920: Filelist in IE 6 is not showing contents (thanks to Ingo Schmitt and Steffen Kamper)
3111 * Fixed bug #7957: Enable backend classes for xclassing (thanks Steffen Kamper)
3112 * Fixed bug #7962: Add icon to selected entry (currently icons are only shown in dropdown) (thanks to Kasper Ligaard)
3114 2008-03-28 Stanislas Rolland <typo3@sjbr.ca>
3116 * Fixed bug #7955: htmlArea RTE API provides incorrect popup url
3117 * Fixed bug #7958: htmlArea RTE undo/redo handler may cause errors in FF
3119 2008-03-28 Oliver Hader <oliver@typo3.org>
3121 * Added follow up to #7947: Changed order of applying locallang file back
3123 2008-03-27 Oliver Hader <oliver@typo3.org>
3125 * Fixed bug #7947: IRRE - XCLASSes are not working with AJAX calls in t3lib_TCEforms_inline (thanks to Malte Jansen)
3127 2008-03-26 Stanislas Rolland <typo3@sjbr.ca>
3129 * Fixed bug #7944: htmlArea RTE: Configuration of mutually exclusive classes in very error prone
3130 * Fixed bug #7769: htmlArea RTE: Missing default class for tables
3132 2008-03-24 Stanislas Rolland <typo3@sjbr.ca>
3134 * Fixed bug #7934: HTMLArea RTE block style and text style may present disallowed classes
3136 2008-03-24 Oliver Hader <oliver@typo3.org>
3138 * Fixed bug: Field sys_template.include_static_file limited to 20 items
3140 2008-03-22 Stanislas Rolland <typo3@sjbr.ca>
3142 * Fixed bug #7923: htmlArea RTE cannot delete block via delete/backspace keys in IE 6 and IE7
3144 2008-03-21 Martin Kutschker <masi@typo3.org>
3146 * Fixed bug #4250: ASCII transliteration did not expand Iclandic letters thorn and eth.
3147 * Fixed bug #7903: Use PHP5 features in class.t3lib_extmgm.php (final and static, thanks to Kasper Ligaard)
3148 * Fixed bug #7906: Use PHP5 features in class.t3lib_befunc.php (final and static, thanks to Kasper Ligaard))
3149 * Fixed bug #7909: Use PHP5 features in class.t3lib_iconworks.php (final and static, thanks to Kasper Ligaard))
3150 * Added feature #5726: Javascript mailform validation doesn't check fields of type 'file' (thanks to Loek Hilgersom and Peter Foerger)
3151 * Enhanced feature #6888: Disabling some or all controls in "group" field - controllable via pageTS
3153 2008-03-21 Benjamin Mack <benni@typo3.org>
3155 * Fixed bug #7818: Login page: Hardcoded logo & labels instead of p tags (Thanks to Georg Ringer and Christian Kuhn)
3157 2008-03-20 Stanislas Rolland <typo3@sjbr.ca>
3159 * Fixed bug #7918: HTMLArea RTE: table width unit default not honoured when width is not set
3161 2008-03-20 Dmitry Dulepov <dmitry@typo3.org>
3163 * Fixed bug #6907: "Conflicts" check ignores version
3165 2008-03-20 Benjamin Mack <benni@typo3.org>
3167 * Fixed bug #7892: Unify User setup layout (Thanks to Steffen Kamper)
3169 2008-03-18 Ingo Renner <ingo@typo3.org>
3171 * Fixed bug #7307: Move 'Open Documents' to Header in the BE
3173 2008-03-17 Stanislas Rolland <typo3@sjbr.ca>
3175 * Fixed bug #7886: JS error raised in htmlArea RTE in IE5.5 when setting inline markup or text style
3176 * Fixed bug #7880: Insert table and borders in htmlArea RTE
3177 * Fixed bug #7890: htmlArea RTE: premature undo snapshot may cause JavaScript error to be raised
3179 2008-03-17 Oliver Hader <oliver@typo3.org>
3181 * Fixed bug #4186: GIFBUILDER cropsized images have bad quality (thanks to Steffen Kamper)
3182 * Fixed bug #7634: Tabs disappear when BE-editing a record that contains IRRE
3183 * Fixed bug #7874: Page lock not released when error page was generated
3184 * Fixed bug #7883: Export wizard has no scrollbars (thanks to Steffen Kamper)
3186 2008-03-17 Jeff Segars <jeff@webempoweredchurch.org>
3188 * Fixed bug #7871: Extension with static data is not installed because of double form tag (thanks to Steffen)
3190 2008-03-16 Stanislas Rolland <typo3@sjbr.ca>
3192 * Fixed bug #7877: htmlArea RTE block style feature raises javascript errors in IE6
3193 * Fixed bug #7878: Extension cannot override a previously defined htmlArea RTE hotkey
3195 2008-03-16 Martin Kutschker <masi@typo3.org>
3197 * Fixed bug #7793: Argument 1 passed to t3lib_div::arrayToLogString() in module setting must not be null (thanks to Steffen Kamper)
3198 * Fixed bug #7861: t3lib_div::mkdir() should suppress PHP warnings/errors (thanks to Francois Suter)
3199 * Fixed bug #7843: t3lib_div uses array_unshift() instead of array_shift() in getIndpEnv() (thanks to Christian Kuhn)
3201 2008-03-16 Ingo Renner <ingo@typo3.org>
3203 * Fixed bug #7396: hardcoded fieldset and legend around radio buttons
3204 * Fixed bug #7817: Transparent PNGs do not work in IE6
3205 * Fixed bug #7873: Wrong condition for IE6, credits Steffen Kamper
3206 * Fixed issue #7876: beautify the permissions module a bit
3207 * Code cleanup: replaced CVS with SVN
3208 * Updated Copyright notices
3210 2008-03-15 Ingo Renner <ingo@typo3.org>
3212 * Added follow up to #7588: Accesscheck for clearCache, credits Steffen Kamper
3213 * Fixed bug #7777: Hide Filter is not possible, credits Steffen Kamper
3215 2008-03-15 Stanislas Rolland <typo3@sjbr.ca>
3217 * Fixed bug #7857: htmlArea RTE: hidePStyleItems does not work anymore
3218 * Fixed bug #7867: htmlArea RTE undo/redo does not restore caret position
3219 * Fixed bug #7857 (revisited): htmlArea RTE: hidePStyleItems does not work anymore
3220 * Fixed bug #7867 (revisited): htmlArea RTE undo/redo does not restore caret position
3222 2008-03-14 Stanislas Rolland <typo3@sjbr.ca>
3224 * Fixed bug #7862: htmlArea RTE: incorrect nesting of ol/ul inside definition lists
3226 2008-03-14 Ingo Renner <ingo@typo3.org>
3228 * Fixed bug #7850: error in publish.php if errors in TCE should be shown, credits Daniel Poetzinger
3229 * Fixed page tree filter background in IE6
3231 2008-03-13 Stanislas Rolland <typo3@sjbr.ca>
3233 * Fixed bug #7851: htmlArea RTE causes memory leaks in IE
3234 * Fixed bug #7852: JS error raised in IE7 when closing htmlArea RTE
3235 * Fixed bug #7853: htmlArea RTE formatblock does not allow removing p or hx format in FF
3237 2008-03-12 Stanislas Rolland <typo3@sjbr.ca>
3239 * Fixed bug #6064 (revisited): htmlArea RTE adds unwanted <p> tags in table cells
3241 2008-03-12 Oliver Hader <oliver@typo3.org>
3243 * Fixed bug #7827: IRRE - Wrong mouse pointer on links to create/translate child records
3245 2008-03-12 Ingo Renner <ingo@typo3.org>
3247 * Fixed bug #7730: No hover in listview, credits Georg Ringer
3248 * Changed the order of options and access tab for pages, to be consistent with other records
3250 2008-03-11 Stanislas Rolland <typo3@sjbr.ca>
3252 * Fixed bug #7834: htmlArea RTE block operations may produce invalid document structure
3254 2008-03-11 Ingo Renner <ingo@typo3.org>
3256 * Fixed bug #7816: New page icon does not honor a selected page, credits Steffen Kamper
3258 2008-03-11 Jeff Segars <jeff@webempoweredchurch.org>
3260 * Fixed bug #7794: opendocs causes Javascript error in Internet Explorer (thanks to Steffen Kamper)
3261 * Fixed bug #7781: Constant Editor changes not saved in Internet Explorer
3263 2008-03-10 Benjamin Mack <benni@typo3.org>
3265 * Fixed bug #7810: t3skin: Cleanup of login stylesheet (thanks to Georg Ringer)
3266 * Fixed bug #7814: t3skin does not use proper icons
3268 2008-03-09 Dmitry Dulepov <dmitry@typo3.org>
3270 * Fixed bug #7682: import extension page CSS errors (thanks to Steffen Kamper for hard work on this patch)
3272 2008-03-08 Oliver Hader <oliver@typo3.org>
3274 * Fixed bug #7748: IRRE - Storage page for combined child records not used
3275 * Fixed bug #7511: IRRE - Issues with expand/collapse of child records
3277 2008-03-08 Dmitry Dulepov <dmitry@typo3.org>
3279 * Follow up on bug #7588: respect TSConfig settings for cache clearing (patch by Helmut Hummel)
3281 2008-03-07 Stanislas Rolland <typo3@sjbr.ca>
3283 * Added two icons to htmlArea RTE skin for definition lists
3284 * Cleaned up dead code related to htmlArea RTE popups
3285 * Fixed bug #7788: htmlArea RTE: pageTSConfig from Inline Elements extension not included
3287 2008-03-06 Ingo Renner <ingo@typo3.org>
3289 * Post cleanup of topapps, some parts were not removed with Changeset 2908
3291 2008-03-05 Stanislas Rolland <typo3@sjbr.ca>
3293 * Fixed bug #7757: htmlArea RTE: Alternating table rows/columns should start at 1
3294 * Fixed bug #7770: htmlArea RTE: shift+tab in table body does not move back into thead
3295 * Fixed bug #7773: htmlArea RTE loads plugins in wrong order
3296 * Fixed bug #7774: htmlArea RTE: toolbar not updated in IE7 on up/right/down/left arrow
3297 * Cleaned up dead code related to htmlArea RTE clickenlarge feature
3299 2008-03-04 Stanislas Rolland <typo3@sjbr.ca>
3301 * Fixed bug #7754: htmlArea RTE: Caption should be first element in table
3302 * Fixed bug #7755: htmlArea RTE: incorrect handling of enter key in definition lists
3304 2008-03-03 Ingo Renner <ingo@typo3.org>
3306 * Release of TYPO3 4.2.0beta3
3308 2008-03-03 Patrick Broens <patrick@patrickbroens.nl>
3310 * Fixed bug #7532: Docheaders: Wizard New Content Element (db_new_content_el.php): No docheader
3311 * Fixed bug #7527: Docheaders: Wizard New Record/New page (db_new.php): No docheader
3312 * Fixed bug #7540: Docheaders: Wizard Move Element (move_el.php): No docheader
3313 * Fixed bug #7562: Docheaders: Module History: No docheader
3315 2008-03-03 Jeff Segars <jeff@webempoweredchurch.org>
3317 * Fixed bug #7601: Remove checkbox border from t3skin in Internet Explorer
3319 2008-03-03 Michael Stucki <michael@typo3.org>
3321 * Fixed bug #7729: Login screen needs to be XCLASSable
3322 * Improvements to Install Tool:
3323 - Cleanup in t3lib_install
3324 - Fixed bug #7589: FULLTEXT keys are not processed correctly
3325 - Fixed bug #6098: Installer should check MySQL charset settings
3326 - Detect differences in table engine and table character set during DB compare
3327 - This allows extensions to define the table engine (e.g. MyISAM should be chosen if the table uses FULLTEXT keys). If no table engine is defined, the system default will be used.
3328 - Add character set support to t3lib_install
3329 - Convert various blob-fields (which are non-blobs actually) to text variants (exeptions are serialized fields and fields that contain XML data)
3330 * Fix DB field types for static_tsconfig_help
3331 * Fixed bug #7735: EM import was broken because of empty variable
3332 * Fixed bug #6547: Allow ignoring of the the no_cache parameter using $TYPO3_CONF_VARS[FE][disableNoCacheParameter] (of course, this is disabled by default)
3333 * Report to t3lib_div::sysLog() whenever $TSFE->set_no_cache() is called
3335 2008-03-03 Ingo Renner <ingo@typo3.org>
3337 * Fixed bug #7573: Page properties: Make author and author_email visible instantly, credits Steffen Kamper
3338 * Added new descriptions for some page property fields, credits Uschi Renziehausen
3339 * Added feature #7140: EM should send TYPO3 version when connecting to TER, credits Niels Pardon
3340 * Fixed bug #7704: Image Position in Text/Image doesn't work, redits Steffen Kamper
3341 * Fixed bug #7713: EM - Translation Manager loose CSS while updating, credits Steffen Kamper
3342 * Reintroduced the save button in user settings, removed navigation mode option when not in backend_old
3343 * Added feature #7427: add docheader to file -> filelist module, credits Christoph Koehler
3344 * Fixed bug #7203: Hook cObjTypeAndClassDefault in tslib_content somtimes fails, credits Stefan Geith
3345 * Added feature #4923: provide new inputfield "directorypicker" in BE, credits Andreas Wolf and Ralf Hettinger
3346 * Clean up: formatted typo3/stylesheet.css
3347 * Removed the tree filter toggle
3349 2008-03-03 Dmitry Dulepov <dmitry@typo3.org>
3351 * Added @var in class.tslib_eidtools.php
3353 2008-03-02 Stanislas Rolland <typo3@sjbr.ca>
3355 * Fixed bug #7725: buttons.left(right,center,justifyfull).useClass not honored by htmlArea RTE
3357 2008-03-02 Ingo Renner <ingo@typo3.org>
3359 * Fixed bug #7642: Page tree Filter use wrong div for collapse
3361 2008-03-02 Martin Kutschker <masi@typo3.org>
3363 * Fixed bug #7397: improper handling of non-transparent reverse proxies
3364 * Added feature #7397: enable special handling of reverse SSL proxies
3365 * Fixed bug #1364: enable cURL in t3lib_div::getURL() for ftp, ftp,sftp and scp
3366 * Fixed bug #5985: PHP warning in t3lib_div::getURL() when safe_mode or open_basedir is set
3367 * Added feature #7624: add status/error repoting to t3lib_div::getURL()
3369 2008-03-02 Michael Stucki <michael@typo3.org>
3371 * Fixed bug #7291: Taskcenter -> sys_action - viewport is too small when creating records (patch by Steffen Kamper)
3372 * Fixed bug #5788: Add a delete button to the yellow warning box for removing the ENABLE_INSTALL_TOOL_FILE
3373 * Added hook #7657: New hook "tslib_fe-contentStrReplace" allows to overwrite content on a website after all the caching was already done. Only applies if "config.sendCacheHeaders" is disabled! This hook is very useful for small on-the-fly replacements, for example display the fe_user name, or the time used for page generation.
3374 * Fixed bug #5442: When using lockSSL redirection, the port number is not configurable (patch by Christopher Hlubek)
3375 * Fixed bug #2019: Unable to add a Querystring to a <LINK> id/type-pair (patch by Rene Wagner)
3377 2008-03-01 Dmitry Dulepov <dmitry@typo3.org>
3379 * Small cleanup in tslib (fixed use of uninitialized variables and added @var)
3381 2008-03-01 Martin Kutschker <masi@typo3.org>
3383 * Fixed bug #5838: cli_dispatch.phpsh doesn't work on windows platforms
3385 2008-02-29 Stanislas Rolland <typo3@sjbr.ca>
3387 * Fixed bug #4121: Pasting content on RTE moves cursor to the top of the text
3388 * Fixed bug #7716: htmlArea RTE plugins using some undeclared variables
3390 2008-02-29 Michael Stucki <michael@typo3.org>
3392 * Fixed bug #7545: Explain queries does not work when selecting multiple tables (patch by Ingo Schmitt)
3394 2008-02-29 Ingmar Schlecht <ingmar@typo3.org>
3396 * Fixed bug #1358: Installer didn't honour forceCharset (patch by Masi)
3398 2008-02-28 Jeff Segars <jeff@webempoweredchurch.org>
3400 * Added feature #7150: Add pageUnavailable_handling for system problems and maintenance
3402 2008-02-28 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3404 * Fixed bug #7684: htmlArea RTE: Cursor positioning when creating new table
3405 * Partially fixed bug #6714: htmlArea RTE: Poor tag handling everywhere in Opera
3407 2008-02-28 Ingmar Schlecht <ingmar@typo3.org>
3409 * Fixed bug #7502: Show Sitename on Login screen (Thanks to Steffen Kamper)
3411 2008-02-28 Oliver Hader <oh@inpublica.de>
3413 * Fixed bug #7630: Several problems with locking API (t3lib_lock)
3414 * Fixed bug #7700: Fatal error if caching is disabled and locking enabled (follow-up on bug #7630)
3415 * Fixed bug #5252: Pages with "Hide in menu" checked use normal page icon in list module (Thanks to Andreas Wagner)
3416 * Fixed bug #7693: New page wizard ignores "hide in menu" flag for page icons (Thanks to Christian Kuhn)
3418 2008-02-27 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3420 * Fixed bug #7697: Syntax error raised by Mozilla 1.7 when loading htmlArea RTE
3421 * Fixed bug #7698: htmlArea RTE fails to load due to missing toolbar constraints
3422 * Fixed bug #7690: Firefox 1.5 and Mozilla 1.7 crash when htmlArea RTE is in hidden tab
3424 2008-02-27 Martin Kutschker <masi@typo3.org>
3426 * Fix issues with feature #6601: local page lookup caches
3427 - issues with rootline HMENUs on a translated page
3428 - issues with mount points (MPvars were x- instead of x-y)
3430 2008-02-27 Jeff Segars <jeff@webempoweredchurch.org>
3432 * Added feature #7607: Add post processing hooks for Frontend Editing
3434 2008-02-26 Michael Stucki <michael@typo3.org>
3436 * Rename t3lib_install::getFieldDefinitions_sqlContent() to t3lib_install::getFieldDefinitions_fileContent() and provide a wrapper for backwards compatibility
3437 * Lots of white-space fixes (to comply with old patch)
3438 * Lots of non-functional changes (to comply with old patch)
3440 2008-02-26 Oliver Hader <oh@inpublica.de>
3442 * Fixed bug #7637: Page tree fails to reload properly if page was manipulated
3443 * Fixed bug #7523: Description of properties is missing in install tool (Thanks to Steffen Kamper)
3445 2008-02-26 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3447 * Added feature #7667: htmlArea RTE: Usability improvements in table operations
3448 * Fixed bug #7671: htmlArea RTE configuration variable "Add default User TSonfig RTE configuration" not working. Thanks to Jan Persson.
3449 * Fixed bug #7687: htmlArea RTE context menu may produce js error
3451 2008-02-25 Ernesto Baschny <ernst@cron-it.de>
3453 * Follow-up on bug #1697 (bug #7626): Timezone handling in datetime/time fields was broken, causing time to jump +serverTZ on each record saving.
3454 * Fixed bug #7626: Corrected handling of so called "half-hour" timezones (e.g. +0430) which caused wrong data to be saved in time/datetime fields.
3456 2008-02-25 Michael Stucki <michael@typo3.org>
3458 * Follow-up on issue #7526: Add configuration option $TYPO3_CONF_VARS[BE][loginNewsTitle] to t3lib/config_default.php (Thanks to Steffen Kamper)
3459 * Follow-up on issue #6037: Replace leading character (makes sure that strpos() result is not 0) with result type check (Thanks to Oliver Hader)
3461 2008-02-23 Oliver Hader <oh@inpublica.de>
3463 * Followup to #6885: Changing $GLOBALS['TSFE'] to $this inside tslib_fe
3465 2008-02-23 Ingmar Schlecht <ingmar@typo3.org>
3467 * Release of TYPO3 4.2.0beta2a
3469 2008-02-23 Ingmar Schlecht <ingmar@typo3.org>
3471 * Follow-up on issue #7625: Completely removed the CSS instruction in question as it seemed to be not needed and only caused extra fuss
3473 2008-02-22 Ingo Renner <ingo@typo3.org>
3475 * Release of TYPO3 4.2.0beta2
3477 2008-02-22 Benjamin Mack <mack@xnos.org>
3479 * Fixed bug #7445: Malformed translated locallang causes PHP crash (thanks to Francois Suter)
3480 * Issue #7307: Bugfixes for "Open Documents" extension - Part 1
3481 - Changed getSetUpdateSignal() function in t3lib_BEfunc and added hook possibility
3482 - Used hook for tx_opendocs to be updated when opening & closing a document
3483 - Several bugfixes and new features for tx_opendocs
3485 2008-02-22 Jeff Segars <jeff@webempoweredchurch.org>
3487 * Added feature #7247: Add hook for warning messages within Help->About modules and improve existing warning messages
3488 * Fixed bug #7605: Backend Alignment Problems in Internet Explorer
3489 * Fixed bug #7598: Fix module menu alignment and hover in Internet Explorer
3491 2008-02-22 Ingo Renner <ingo@typo3.org>
3493 * Fixed bug #7587: Accesscheck for Workspaceselector, credits Steffen Kamper
3494 * Fixed bug #7588: Accesscheck for clearCache
3495 * Added feature #7592: Enable tabs for be_users, credits Francois Suter
3496 * Added feature #6846: enable Tabs in tt_content, credits Steffen Kamper
3497 * Fixed bug #7608: Keys for clear-cache labels must be renamed
3498 * Fixed bug #6885: Nested USER_INT, COA_INT, etc. objects are not rendered, credits Oliver Hader
3500 2008-02-22 Ingmar Schlecht <ingmar@typo3.org>
3502 * Added feature #7526: Making loginNews look nicer (Thanks to Steffen Kamper)
3503 * Added feature #4553: Enable negative timestamps, so the date/datetime fields now support dates starting from 1902 instead of 1970. This is possible on all platforms since PHP 5.1. (Thanks to Steffen Kamper)
3504 * Added feature #7337: stdWrap for menu > range & entrylevel (Thanks to Georg Ringer)
3505 * Fixed bug #7158: DBAL fixes to Indexed Search backend module (Thanks to Moreno Feltscher)
3506 * Fixed bug #7625: Little typo in stylesheet (Thanks to Steffen Ritter)
3507 * Fixed bug #5919: Loss of constraints during upload to TER (Thanks to Malte Jansen)
3508 * Issue #7508: Slight improvement of BE user label in backend.php (Thanks to Steffen Kamper)
3510 2008-02-21 Benjamin Mack <mack@xnos.org>
3512 * Added feature "Extended BE Module "Web/Permissions" with AJAX possibilites (Thanks to Andreas Kundoch)
3514 2008-02-21 Ingo Renner <ingo@typo3.org>
3516 * !!! modified the interface for toolbarItems so that the reference to the backend Object in the constructor is optional, this was necessary to have AJAX response methods in the same class as the code that generates the toolbar item itself
3518 2008-02-20 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3520 * Fixed bug #7602: htmlArea RTE: Make the use of extended inline elements configurable
3521 * Fixed bug #7604: htmlArea RTE: add compatibility mode for indentation and alignment
3522 * Fixed bug #7582: RTE transformation should process dd element as block element
3523 * Fixed bug #7609: HTMLArea RTE: labels deleted from file locallang_tooltips.xml
3524 * Fixed bug #7609 (continued): HTMLArea RTE: labels deleted from files CharacterMap/locallang and InlineCSS/locallang
3526 2008-02-19 Martin Kutschker <masi@typo3.org>
3528 * Added feature #7393: ASCII wrapper functions for strtoupper and strtolower (patch by Steffen Kamper)
3529 * Use t3lib_div::strtoupper() for processing indexed search templates
3531 2008-02-19 Dmitry Dulepov <dmitry@typo3.org>
3533 * Fixed bug #3491: Linking between domains in the pagetree ignores simulate static documents
3534 * Fixed bug #7425: syntax error in temp_CACHE*.php (patch by Steffen Kamper)
3536 2008-02-19 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3538 * Fixed bug #7583: htmlArea RTE should allow to markup text in absence of any block element
3539 * Fixed bug #7584: htmlArea RTE: pressing TAB in last cell of table should create new row
3540 * Fixed bug #7585: Invoking htmlArea RTE block style plugin from other plugin fails in FF3 and IE7
3541 * Fixed bug #3537: htmlArea RTE: Inconsistent markup when adding tr/td in different ways in Firefox
3542 * Fixed bug #6767: htmlArea RTE: Merge cells does not work on merged cells
3543 * Fixed bug #3537 (revisited): htmlArea RTE: Correct execCommand argument in previous patch
3544 * Updated htmlArea RTE version number to 1.7.1 and updated manual
3546 2008-02-19 Ingo Renner <ingo@typo3.org>
3548 * Added feature #7580: Enable tabs for be_groups, credits Francois Suter
3549 * Added feature #7566: Tabs for fe_user and fe_groups, credits Steffen Kamper
3550 * Added feature #7565: Tabs for sys_template, credits Steffen Kamper
3551 * !!! cleaner backend project: modified interface for toolbar items to add access checking
3553 2008-02-18 Jeff Segars <jeff@webempoweredchurch.org>
3555 * Fixed bug #3215: Tools>User-admin is hard to "read" (thanks to Steffen and Benni)
3557 2008-02-18 Oliver Hader <oh@inpublica.de>
3559 * (feature) Added feature #6037: Performance tunning in t3lib_div by removing elderly PHP functions (thanks to Popy)
3561 2008-02-17 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3563 * Fixed bug #7564: htmlarea RTE: context menu alignment options produce js error
3565 2008-02-17 Martin Kutschker <masi@typo3.org>
3567 * Fixed bug #5693: options.additionalPreviewLanguages is showing wrong records for table pages (thanks to Helmut Hummel)
3569 2008-02-17 Patrick Broens <patrick@patrickbroens.nl>
3571 * Fixed bug #7429: Docheaders: Module Web > Page : No docheader when no page has been chosen
3572 * Fixed bug #7430: Docheaders: Module Web > Functions : No docheader when no page has been chosen
3573 * Fixed bug #7431: Docheaders: Module Web > Versioning : No docheader when no page has been chosen
3574 * Fixed bug #7432: Docheaders: Module Web > Template : No docheader when no page has been chosen
3575 * Fixed bug #7433: Docheaders: Module User Tools > User settings : No docheader
3576 * Fixed bug #7435: Docheaders: Module User Tools > Workspace: No docheader
3577 * Fixed bug #7436: Docheaders: Module Admin tools > User Admin: No docheader
3578 * Fixed bug #7437: Docheaders: Module Admin tools > Log: No docheader
3579 * Fixed bug #7438: Docheaders: Module Help > TypoScript Help: No docheader
3580 * Fixed bug #7503: Docheaders: Module Admin tools > Ext Manager: No docheader
3581 * Fixed bug #7504: Docheaders: Module Admin tools > DB check: No docheader
3582 * Fixed bug #7505: Docheaders: Module Admin tools > Configuration No docheader
3583 * Fixed bug #7506: JS Errors with IE6 and new backend
3585 2008-02-17 Benjamin Mack <mack@xnos.org>
3587 * Fixed bug #7546: Explain select not rendering indices in the output (Thanks to Ingo Schmitt)
3589 2008-02-17 Ingo Renner <ingo@typo3.org>
3591 * Fixed bug #7557: Shortcut-Menu does nothing when no shortcuts available
3593 2008-02-16 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3595 * Fixed bug #7560: Incorrect behaviours of block style in htmlArea RTE
3597 2008-02-16 Dmitry Dulepov <dmitry@typo3.org>
3599 * Fixed bug #7558: typolinkCheckRootline is broken in 4.2
3601 2008-02-15 Benjamin Mack <mack@xnos.org>
3603 * Fixed bug #5303: t3skin - pilup.gif not the same style as pildown.gif
3604 * Put manual for sysext "felogin" under version control (was forgotten when sysext was added)
3605 * Followup to bug #7549: FE Login: curly brace was wrong (syntax error)
3606 * Fixed bug #7549: FE Login: enabling forget password link via TS is not possible (thanks to Dirk Weise)
3607 * Fixed bug #7424: Usersetup Tabs were to wide in German language (thanks to Steffen Kamper)
3609 2008-02-14 Ingo Renner <ingo@typo3.org>
3611 * Removed the php version from the about text under Help->About
3613 2008-02-14 Martin Kutschker <masi@typo3.org>
3615 * Fixed bug #7533: PHP version checked too late, PHP 4 will break on inclusion of t3lib_div
3617 2008-02-13 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3619 * Fixed bug #7232: htmlArea RTE: In IE, selecting words with CTRL+SHIFT+Left doesn't activate "link" button
3620 * Fixed bug #7525: htmlArea RTE: Page TSConfig property toggleborders.setOnTableCreation not honored
3622 2008-02-13 Benjamin Mack <mack@xnos.org>
3624 * Fixed bug #7519: Typo in felogin (Thanks to Steffen Kamper)
3625 * Cleanup (wrong global statement) in new TYPO3AJAX class
3627 2008-02-13 Ingo Renner <ingo@typo3.org>
3629 * Removed ugly background color from save buttons in docheader when they were focused
3630 * Fixed syntax error in t3editor
3631 * Whitespace cleanup in t3editor javascript files
3632 * Fixed bug where Firefox 3 would load the content frame into the complete window, leaving the user without module menu and toolbar
3634 2008-02-12 Jeff Segars <jeff@webempoweredchurch.org>
3636 * Fixed bug #7388: CSS Gremlins
3638 2008-02-12 Thomas Hempel <thomas@typo3-unleashed.net>
3640 * Code cleanup and bugfix patch for t3editor / preparation for review (Thanks to Tobias Liebig)
3642 2008-02-12 Oliver Hader <oh@inpublica.de>
3644 * Cleanup of t3lib/stddb/tbl_be.php
3646 2008-02-11 Benjamin Mack <mack@xnos.org>
3648 * Fixed Follow up for bug #6825: TCEforms: Icon for empty palettes should not be displayed -- palettes fields were not shown
3649 * Fixed bug #7463: missing descriptions in backend user editor (Thanks to Steffen Kamper, followup to Issue #6921)
3651 2008-02-11 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3653 * Fixed bug #7495: Various issues with nested lists in htmlArea RTE
3655 2008-02-11 Ingo Renner <ingo@typo3.org>
3657 * Removed legacy code from backend.php
3659 2008-02-11 Oliver Hader <oh@inpublica.de>
3661 * (minor) Fixed bug: Fixed global variables in typo3/backend.php
3662 * (feature) Added feature #5068: Integrate mod.web_list.deniedNewTables as opposite of allowedNewTables
3664 2008-02-08 Oliver Hader <oh@inpublica.de>
3666 * (trivial) Fixed bug #7458: Wrong alternative text on create new page icon above page tree
3667 * (minor) Fixed bug #7466: Clear cache actions in top bar cause JS error
3668 * (minor) Fixed bug #7460: Search field in top bar causes JS error
3670 2008-02-08 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3672 * Fixed bug #7450 (revisited): further corrections to localization of htmlArea RTE
3673 * Fixed bug #7468: htmlArea RTE QuickTag plugin refusing to open dialogue in IE
3675 2008-02-08 Ingo Renner <ingo@typo3.org>
3677 * Release of TYPO3 4.2.0beta1a
3679 2008-02-07 Ingo Renner <ingo@typo3.org>
3681 * Fixed bug #7333: Better solution for "Page is being generated", credits Bernhard Kraft and Michael Stucki
3683 2008-02-08 Jeff Segars <jeff@webempoweredchurch.org>
3685 * Fixed bug #7449: Frontend editing fails due to undefined method in t3lib_BEfunc
3687 2008-02-07 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3689 * Fixed bug #4588: Frontend htmlArea RTE loads global RTE config instead of function parameter $thisConfig
3690 * Fixed bug #7450: htmlArea RTE: localization is broken when the RTE is used by a frontend plugin
3691 * Fixed bug #7451: htmlArea RTE: BE localization is broken
3693 2008-02-07 Benjamin Mack <mack@xnos.org>
3695 * Fixed bug #7383: Added option to delete unused marker in parsehtml::substituteMarkerArray (thanks to Steffen Kamper)
3697 2008-02-06 Oliver Hader <oh@inpublica.de>
3699 * (minor) Fixed bug: IRRE - Deleted records are added to array of related records
3701 2008-02-06 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3703 * Fixed bug #7419: htmlArea RTE: Localization error in Remove Format plugin
3704 * Fixed bug #7421: htmlArea RTE: typographical error in localization file
3705 * Fixed bug #7052: Permission problem of htmlArea RTE images
3706 * Fixed bug #7052 (revisited): Permission problem of htmlArea RTE images, using t3lib_div::fixPermissions
3707 * Fixed bug #7428: htmlArea RTE: hiding a button hides the whole group
3708 * Fixed bug #5659: Several bugs when writing HTML entities and tags inside of htmlArea RTE
3709 * Fixed bug #3830: htmlArea RTE: Entities entered in wysiwyg are decoded
3711 2008-02-05 Oliver Hader <oh@inpublica.de>
3713 * (minor) Fixed bug: Wrong type of argument on calling t3lib_div::compileSelectedGetVarsFromArray() (related to #7350)
3715 2008-02-05 Ingo Renner <ingo@typo3.org>
3717 * Release of TYPO3 4.2.0beta1
3719 2008-02-05 Martin Kutschker <masi@typo3.org>
3721 * Fixed #7391: cannot set key in $_GET with t3lib_div::_GETset()
3723 2008-02-05 Ingo Renner <ingo@typo3.org>
3725 * Fixed: backend.php closed body and html elements two times
3726 * Removed ugly background color from buttons in the docheader
3727 * Moved t3skin arrow icons to main typo3/gfx folder
3728 * Added feature #7334: Feature: New Pagetree Styling, credits Steffen Kamper
3729 * Removed <beta-code> tags from the cleaner backend project
3730 * Reverted to the old installer, according to the commit policy for 4.2
3732 2008-02-05 Oliver Hader <oh@inpublica.de>
3734 * (tweak) Followup to #6472: Some small changes to the new hooks
3735 * !!! (feature) Added feature #7370: Remove page doktypes '2' & '5' ('advanced' & 'not in menu') and merge them with 'normal' doktype '1' (patch by Steffen Kamper)
3736 * (feature) Added feature #7369: Hook for manipulating the cHash
3737 * (trivial) Updated NEWS.txt
3739 2008-02-04 Jeff Segars <jeff@webempoweredchurch.org>
3741 * Fixed bug #7386: Remove hardcoded references to alt_main.php backend interface
3743 2008-02-04 Martin Kutschker <masi@typo3.org>
3745 * Fix a problem with devLog in user authentication introduced with fix for #7350
3746 * !!! Feature #2731: Improved caching of locallang - changed internal caching from default character set of language to required character set.
3748 2008-02-04 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3750 * Fixed bug: htmlArea RTE calling t3lib_div::getUserObj() with an empty string
3751 * Fixed bug: htmlArea RTE: incorrect configuration of TYPO3HtmlParser plugin
3753 2008-02-04 Benjamin Mack <mack@xnos.org>
3755 * Fixed bug #7354: Filelist titles length was fixed to 30 characters, now uses value from user setup (Thanks to Stefano Cecere)
3757 2008-02-04 Michael Stucki <michael@typo3.org>
3759 * Fixed bug #7295: sysext/dbal/: Uninitialized variable in ->handler_getFromTableList() (Patch by Oliver Klee)
3760 * Added feature #2988: Enable EXPLAIN SELECT in TS admin panel
3762 2008-02-04 Oliver Hader <oh@inpublica.de>
3764 * (feature) Added feature #5242: IRRE - Storage page for child records
3765 * (minor) Fixed bug #7029: tslib_cObj uses deprecated function call_user_method
3766 * (feature) Added feature #6472: IRRE - Possibility to manipulate control items for each child records
3767 * (minor) Fixed bug #7371: Query generator does not accept dates in where condition
3768 * (tweak) Followup to #6087: Added missing labels localize.isLocalizable and localize.wasRemovedInOriginal
3769 * (tweak) Followup to #7350: Fixed type to match with t3lib_div::array_merge_recursive_overrule()
3771 2008-02-03 Dmitry Dulepov <dmitry@typo3.org>
3773 * MSIE fixes for #7336 (by Jeff Segars)
3775 2008-02-03 Oliver Hader <oh@inpublica.de>
3777 * (feature) Added feature #6087: IRRE - Localization of child records
3778 !!! Full review by a core developer before TYPO3 4.2-RC1 required
3780 2008-02-03 Ingmar Schlecht <ingmar@typo3.org>
3782 * Followup to #7282: Username is now only linked to user setup if the module is accessible, thanks to Steffen Kamper
3783 * Followup to #7361: Using label tags in setup module
3785 2008-02-03 Benjamin Mack <mack@xnos.org>
3787 * Followup to #7361: Reset button has now a JS confirm question
3788 * Followup to #7346: opendocs top menu only is included once now
3789 * Feature #7346: Added "Open Documents" menu in top bar of new BE, made module optional
3790 * Followup to #7361: Save button was moved to bottom again
3791 * Followup to #7361: One CSH was still on the wrong line
3792 * Fixed #7361: Overhauled User setup module. Now has tabs and better usability, thanks to Steffen Kamper
3794 2008-02-03 Michael Stucki <michael@typo3.org>
3796 * Fixed bug #5152: "Duplicate entry" in cache_pagesection by rewriting parts of t3lib_TStemplate and tslib_fe::getFromCache()
3797 * Code cleanup subsequent to #5152
3798 * Reverted feature #7337 because it is faulty and lacks proper documentation
3800 2008-02-03 Ingo Renner <ingo@typo3.org>
3802 * Fixed a positioning issue with the toolbar items in Safari
3803 * Added feature #7282: Show Realname of BE-User if available and link it to edit, credits Steffen Kamper
3804 * Fixed alignment of user name and icon in the toolbar
3805 * Adjusted non-t3skin module menu width to fit the wider div
3806 * Added feature #7367: Make the tree collapsable
3808 2008-02-02 Benjamin Mack <mack@xnos.org>
3810 * Fixed #7347: Pagetree was not responding correctly when logged out. Thanks to Ingmar
3812 2008-02-02 Ingo Renner <ingo@typo3.org>
3814 * Fixed module menu for long module names, credits Steffen Kamper
3815 * Fixed t3skin's border.html: removed the xml prologue as it triggers IE's quirks mode
3816 * Fixed bug #7352: New backend problems in FireFox, Safari, OmniWeb and Camino
3818 2008-02-02 Dmitry Dulepov <dmitry@typo3.org>
3820 * Added feature #7336: Improve usability of Constants Editor
3821 * t3lib/class.ts_parser_ext.php: quotes changed from double to single, function index updated with extdeveval
3823 2008-02-02 Martin Kutschker <masi@typo3.org>
3825 * !!! #7350: Use PHP5 features in class.t3lib_div.php (static and type hinting)
3826 * #7351: Introduce $ACCESS_TIME/$SIM_ACCESS_TIME to improve MySQL query cache usage
3827 * Changed t3lib_div::get_tag_attributes/split_tag_attributes so that they always return an array
3829 2008-02-02 Kasper Skaarhoj <kasper2008@typo3.com>
3831 * Fixed a bug in tcemain that replicated FlexForm .vDEFbase tags in a strange way. Not critical but built up garbage in FlexForm XML (the XML can be cleaned with the lowlevel_cleaner or manually per recording using the Content Menu Item "FlexForm XML")
3833 2008-02-01 Kasper Skaarhoj <kasper2008@typo3.com>
3835 * Feature added to disable automatic update of diff data for translation when saving records. Instead a button is added to explicitly do this. Feature is called "explicitConfirmationOfTranslation" in $TYPO3_CONF_VARS
3836 * Added option for custom message in the logout message for workspace previews.
3837 * Fixed a bug in TTLhours for preview links.
3839 2008-02-01 Bernhard Kraft <kraftb@kraftb.at>
3841 * Added feature #7337: stdWrap for "range" and "entryLevel" in class.tslib_menu.php (patch by Georg Ringer)
3843 2008-02-01 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3845 * Added feature #880: Click-enlarge for Images in htmlArea RTE
3847 2008-02-01 Ingo Renner <ingo@typo3.org>
3849 * Added feature #7323: New Styling for Module Menu (patch by Steffen Kamper)
3850 * Fixed module menu in IE
3851 * Added acss rule to t3skin to fix checkbox styles in IE7
3852 * Added feature #7267: Shortcut manager - shortcut icon should reflect record type
3853 * Added Event.stop() to toggle functions of the toolbar items to prevent adding a # to the browser's location bar
3855 2008-01-31 Kasper Skaarhoj <kasper2008@typo3.com>
3856 * Bugfixes to MM-relations, among other in workspaces (Bugs #3531 / #3907 solved)
3858 class.t3lib_tcemain.php
3859 - Most importantly - and depending on changes in class.t3lib_loaddbgroup.php - is that MM-relations are now swapped when publishing in a workspace. This bug has been known as #3531 and #3907 for a while.
3860 - Fixed old bug that MM-relations wouldn't get remapped to new elements that were are part of a copy operation ($theUidToUpdate => $MM_localUid)
3861 - Fixed that MM-relations added to a new unsaved record in a workspace would get attached to the live version of the record (change in dbAnalysisStoreExec())
3863 class.t3lib_loaddbgroup.php
3864 - Fixed several bugs related to MM-relations:
3865 - The feature "multiple" didn't work after bidir-mm was implemented. This is now fixed but requires that the MM table gets a real UID field. This can be configured with the TCA options "MM_hasUidField" (See TYPO3 Core API)
3866 - With bidir-MM relations the reference index on the "native" side is now updated when "opposite side" relations are edited. (The only known problem for this is when workspaces publishes such a record, then the ref. index is not updated for "opposite side" fields. It's considered low-importance for now. If you depend on the reference index, update it nightly with cronjobs.)
3869 * - Cleaner was updated to sort output - makes better diff-views now.
3870 * - Added feature to configure the TTL for preview links in workspaces.
3871 * - Added logout button for the preview box in the frontend view when previewing workspaces through preview links.
3872 * - Removed copy/cut/pasteafter/delete from context menu of DB mounts. Could lead to confusing scenarios for admin users in workspaces.
3873 * - Added TCA feature in [ctrl][versioningWS_alwaysAllowLiveEdit] allowed to permanently set records to be edited directly. This enables that backend users can still be edited while in a workspace. Convenient for admins.
3874 * - Also, the User Admin module is now available in draft workspaces
3876 - Fixed bug in flexform traversal that resulted in the new DHTML powered flexforms to fail.
3877 - Notification emails for raising stages of versions has been modified with new features; Custom message, one-message only per instance (if multiple elements are raised in one time),
3878 * Fixed bug related to workspaces; When previewing a page in workspaces, any page in the root line being hidden (online or offline version) would result in a "Template not found" error. (t3lib_page)
3879 * - Fixed trivial bug in view_array(): With empty arrays table-end tag were not applied. (class.t3lib_div)
3880 * - (trivial) changed arraybrowser so also array keys are included in the search. [class.t3lib_arraybrowser.php + lowlevel/config/index.php]
3882 2008-01-31 Jeff Segars <jeff@webempoweredchurch.org>
3884 * Fixed bug #7202: Debug renders incomplete table with empty arrays. Thanks to Stefan Geith.
3885 * Fixed bug #6902: Add an imagespace to Text w/ Image when image width is not available. Thanks to Georg Ringer.
3887 2008-01-31 Benjamin Mack <mack@xnos.org>
3889 * Fixed bug #4770: css_styled_content - rowSpace also puts space below last image row
3891 2008-01-31 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3893 * Feature: Enhancements to the acronym feature of htmlArea RTE
3894 * Added feature #7332: htmlArea RTE: Add default target to classes configured with classesAnchor in Page TSConfig
3895 * Udpate htmlArea RTE version to 1.7.0 for TYPO3 4.2 beta1.
3897 2008-01-29 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3899 * Feature/cleanup: Restructure htmlArea RTE plugins QuickTag, TableOperations, UserElements
3900 * Feature/cleanup: Move colors, fonts, text direction, word cleaning and lists to extensions/plugins of htmlArea RTE.
3901 * Feature #3633: Individual height of inline htmlArea RTE. Thanks to Ralf Hettinger.
3902 * Fixed bug #5013: htmlArea RTE Editor not working in Firefox 3.0 Granparadiso
3903 * Added feature #7318: In htmlArea RTE, text direction should be set with the dir attribute
3905 2008-01-28 Kasper Skaarhoj <kasper2008@typo3.com>
3907 * (minor) Fixed bug: "typo3/js/workspaces.js" was corrected to "js/workspaces.js" in class.workspaceselector.php
3909 2008-01-27 Oliver Hader <oh@inpublica.de>
3911 * (minor) Fixed bug: Overriding TCA properties with TSconfig does not work with array
3913 2008-01-26 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3915 * Bug #2547: Properties of images are not saved due to RTE transformation
3916 * Feature/cleanup: Restructure htmlArea RTE plugins FindReplace, InsertSmiley, RemoveFormat, SpellChecker, AboutEditor
3917 * Fixed bug #4074: htmlArea RTE SpellChecker not working. Thanks to Reinier Kleipool.
3918 * Fixed bug #4777: htmlArea RTE Spellchecker split words at some special chars (e.g. german umlauts). Thanks to Daniel Chabrol.
3920 2008-01-26 Ingo Renner <ingo@typo3.org>
3922 * Fixed bug #7222: When installing an extension that contains a new backend module the module menu is not refreshed anymore when using backend.php
3923 * Fixed bug #7245: Javascript Error in new Backend
3924 * Fixed bug #7221: The currently active module is not highlighted anymore with the new backend.php
3925 * Fixed bug #584: Changing language in user setup do not reload left frame (menu)
3926 * Added missing rendering of css added by extensions
3927 * Fixed style sheet overwriting from skinning extensions in backend.php
3928 * Made tables in Web->List view fill the whole document by adding css style width of 98%
3929 * Updated prototype to 1.6.0.2
3930 * Fixed bug #7270: Shortcut menu does not load user's shortcuts if user is not admin, credits Stig Norgaard Faerch
3931 * Fixed bug #7256: highlight matching curly brackets, credits Tobias Liebig
3932 * Fixed bug #6834: Wrong syntax highlighting in wrong context, credits Tobias Liebig
3933 * Fixed bug #7255: implement "auto-closing brackets", credits Tobias Liebig
3934 * Fixed bug: when refreshing the module menu, the currently highlighted module losses highlighting
3935 * Added visual effects to collapsing/expanding module menus
3936 * Fixed bug #7283: When editing a shortcut in backend.php regular users get global groups shown in the group select field but can't save to them
3938 2008-01-26 Oliver Hader <oh@inpublica.de>
3940 * (minor) Fixed bug: IRRE - Some labels/messages are not shown when in AJAX mode
3942 2008-01-24 Ingo Renner <ingo@typo3.org>
3944 * Added missing description to module menu, credits Steffen Kamper
3945 * Fixed module menu toggling
3946 * Added some cleanup for the unified BE AJAX interface
3948 2008-01-24 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3950 * Added feature: Various enhancements to link dialogues in htmlArea RTE
3951 * Fixed bug #6787: classesAnchor and classesLinks get lost when changing tab in link browser
3952 * Added feature #4100: Insert/Modify Link with DAM
3953 * Fixed bug #7258: htmlArea RTE crashes on missing locallang.xml
3955 2008-01-23 Ingo Renner <ingo@typo3.org>
3957 * Fixed bugs #7251 , #6524: Make the folding/unfolding of the menu items use AJAX, credits Steffen Kamper
3959 2008-01-23 Thomas Hempel <thomas@typo3-unleashed.net>
3961 * Bugfix: removed a needless comma in sysext/cms/ext_tables.sql (line 160)
3963 2008-01-22 Ingo Renner <ingo@typo3.org>
3965 * Added feature: #7223: update prototype and scriptaculous to their most recent versions
3966 * Fixed bug: #7237: There is no way to get loaded interface
3967 * Fixed bug: #7238: t3editor should not depend on MochiKit-Javascript-Framework
3969 2008-01-21 Benjamin Mack <mack@xnos.org>
3971 * Fixed #7166: CSH broken in EM, Info View (Thanks to Francois Suter)
3973 2008-01-21 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3975 * Fixed JS error when opening the TYPO3 image browser and proc.plainImageMode is not set
3977 2008-01-21 Ingo Renner <ingo@typo3.org>
3979 * Fixed tab borders in TCEforms
3980 * Now the module menu in backend.php is as wide as in alt_main.php
3982 2008-01-20 Ingo Renner <ingo@typo3.org>
3984 * Fixed bug #7211: "Start in Module" does not work anymore
3985 * Fixed check for wrong implementation of toolbarItem interface
3986 * Renamed typo3/css/verticalmenu.css to modulemenu.css
3987 * Changed the way how javascritp and css files needed to be referenced when adding them to backend.php, now relative to typo3/
3988 * Added note item to EM when there may be additional configuration fields
3989 * Some colors from t3skin for the docheader went into the original style, fixed by moving them back to t3skin and choosing an appropriate color whn t3skin is not installed
3990 * Fixed minor style issues with the docheader with and without t3skin
3992 2008-01-19 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3994 * Added feature: Various enhancements to image dialog in htmlArea RTE
3995 * Fixed bug #3957: picture drag and drop throws you out of the tab navigation
3996 * Fixed bug #5490: Drag 'n drop javascript error / blank screen in IE
3997 * Added feature #5885: Default image class
3998 * Added feature #5902: Removing style attribute for images
3999 * Added feature #6115: Enabling configuration of the "edit image" dialogue
4001 2008-01-19 Ingo Renner <ingo@typo3.org>
4003 * Added a way to overwrite / skin the css files in backend.php
4005 2008-01-18 Oliver Hader <oh@inpublica.de>
4007 * (tweak) Fixed bug: Removed unused inclusion of typo3/js/ajax.js in typo3/backend.php
4009 2008-01-17 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4011 * Fixed bug #7196: Status of block element buttons not updated in htmlArea RTE toolbar
4013 2008-01-17 Oliver Hader <oh@inpublica.de>
4015 * (major) Fixed bug #7177: Page tree is not working in IE6/IE7
4016 * (minor) Fixed bug #7184: Login has probably expired, when you create a new page (only in Safari and Internet Explorer)
4018 2008-01-17 Ingmar Schlecht <ingmar@typo3.org>
4020 * Fixed bug #7165: CSH bubble help white on white in Web > List view (Thanks to Francois Suter)
4022 2008-01-17 Ingo Renner <ingo@typo3.org>
4024 * Fixed bug #7178: GUI of new backend is mixed up in IE6
4026 2008-01-16 Oliver Hader <oh@inpublica.de>
4028 * (minor) Fixed bug: Missing try/catch for actionChecks in TBE_EDITOR
4030 2008-01-16 Ingo Renner <ingo@typo3.org>
4032 * Release of TYPO3 4.2.0alpha3
4034 2008-01-15 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4036 * Fixed bug #6821: Empty paragraph-tags with attributes are not editable in RTE
4038 2008-01-15 Ingmar Schlecht <ingmar@typo3.org>
4040 * Added feature #6784: New login-box System-Extension "felogin". This is a refactored version of the "newloginbox" extension, now integrated into the core. (Big thanks to Steffen Kamper for writing this extension for core integration!)
4041 * Minor improvements to the Cleaner Backend stylesheet (by Steffen Kamper)
4042 * Fixes to shortcut menu of Cleaner Backend required for IE7
4044 2008-01-15 Ingo Renner <ingo@typo3.org>
4046 * Added feature #5536: Some Hooks for tslib_content
4047 * Added feature #7161: create a shortcut manager to delegate calls to create a new shortcut to the right target
4048 * Added the shortcut menu, part of the cleaner backend project
4049 * Added feature #7163: Make backend.php the default backend
4050 * Cleanup: removed typo3/alt_main_new.php and typo3/sysext/topapps as it was never finished and used
4051 * Added feature: make the page tree filter pretty, credits to Benjamin Mack
4053 2008-01-15 Benjamin Mack <mack@xnos.org>
4055 * (bugfix) #2936, 4126: Improvements to clipboard copy/move selection (by Bernhard Kraft)
4056 * (cleanup) #6958: added comments in t3lib_htmlmail.php, used foreach and some better variable namings (thanks to Stefano Cecere and Steffen Kamper)
4057 * (bugfix) #5482:t3lib_htmlmail.php is now initialized with empty variables
4058 * (bugfix) Fixed #7148 - CSV Export Improvements in List Module
4060 2008-01-15 Dmitry Dulepov <dmitry@typo3.org>
4062 * Fixed bug #5660: Wrong HTTP Header on Domain Redirect (fix by Jeff Segars)
4064 2008-01-15 Oliver Hader <oh@inpublica.de>
4066 * (feature) Added feature #7122: IRRE - Implement TYPO3AJAX handler for Inline Relational Record Editing
4067 * (feature) Added feature #2797: Add return value to t3lib_htmlmail::send (thanks to Steffen Kamper)
4068 * (minor) Fixed bug #7126: IRRE - Child records are shown floated and not as blocks in Safari
4069 * (cleanup) Removed typo3/alt_doc_ajax.php (former AJAX handler of IRRE)
4070 * (feature) Added feature #5899: Notify user where required elements are nested in IRRE or Tabs
4073 2008-01-14 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4075 * Fixed bug #7138: RTE is not rendered in Tabs
4076 * Added feature #6845: Make preserving DIV sections a configurable RTE processing option
4078 2008-01-14 Ingo Renner <ingo@typo3.org>
4080 * Fixed bug #6932: Unlike the default preview language, fields of additionalPreviewLanguages are shown if they are empty. credits Helmut Ummel
4082 2008-01-11 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4084 * htmlArea RTE: Update manual and version to 1.6.4dev
4086 2008-01-11 Oliver Hader <oh@inpublica.de>
4088 * (feature) Added feature #7124: Add some more functionality to new AJAX interface in the TYPO3 back-end
4090 2008-01-10 Benjamin Mack <mack@xnos.org>
4092 * (feature) Added #7096: Consistent interface for AJAX calls in the TYPO3 backend
4094 2008-01-10 Jeff Segars <jeff@webempoweredchurch.org>
4096 * Fixed bug #5421: Problem ignoring extension constraints
4097 * Fixed bug #7105: Default value of image_orient is invalid (Thanks to Steffen Kamper)
4099 2008-01-09 Benjamin Mack <mack@xnos.org>
4101 * (cleanup) Fixed #6957: Removed bottom button panel in alt_doc.php
4102 * (feature) Added #6995 CSH text is now displayed with CSS hover when in icon mode (Thanks to Chris Lindenmueller)
4104 2008-01-08 Benjamin Mack <mack@xnos.org>
4106 * (bugfix) Followup for #1678: limit to language; made the variable names better (Thanks to Helmut Hummel)
4107 * (bugfix) Fixed #7101: CType bullets not rendered correctly (thanks to Steffen Kamper)
4108 * (bugfix) Fixed #6883: Added missing functions in typo3/template.php
4110 2008-01-08 Dmitry Dulepov <dmitry@typo3.org>
4112 * Fixed bug #6991: Enable stdWrap for wrapItemAndSub
4114 2008-01-06 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4116 * Fixed bug #6961: Errors in link creation popup window
4118 2008-01-06 Oliver Hader <oh@inpublica.de>
4120 * Fixed bug #5994: IRRE - RTEhtmlarea is not show in child records if parent has no RTE
4122 2008-01-06 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4124 * Feature/Cleanup: Acronym plugin of htmlArea RTE using new plugin API and enabled in IE7
4125 * Fixed issue 6154: Plugin Acronym enables class abbr for span
4126 * Added feature 1927: Activate Acronym Plugin for IE
4127 * (major) Feature: Improved behaviour and configuration options for inline elements and text styling
4128 * Added feature 3708 (complete): support for <q>
4129 * Fixed issue 5952 (complete): Usability Issue with classes wrapped with <> in select lists
4130 * Added feature 6034: Improvements of inlineCSS: adding classes to inline elements without additional span
4131 * Fixed issue 6839: sub and sup are added via CSS instead of tags in Safari
4132 * Fixed issue 7052: Permission problem of RTE images
4134 2008-01-05 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4136 * (major) Feature: Improved behaviour and configuration options of formatblock and blockstyle drop-down lists
4137 * Feature: Added buttons insertparagraphbefore, insertparagraphafter and blockquote
4138 * Feature: Added Page TSConfig RTE sub-array mutuallyExclusiveClasses
4139 * Fixed issue 5952 (partial): Usability Issue with classes wrapped with <> in select lists
4140 * Fixed issue 5951: Disturbing behaviour of indent/outdent and TAB
4141 * Added feature 3708 (partial): support for <blockquote>
4142 * Fixed issue 5977: align="center" (right or left) not any more supported by W3C
4143 * Fixed issue 6837: Strange layout for header N except the first one (Safari)
4144 * Cleanup: Character Map plugin now using new plugin API
4146 2007-12-30 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4148 * Feature/bugfix: Fixing icons for Opera and adding new icons in default skin of htmlArea RTE and in t3skin/rtehtmlarea
4150 2007-12-27 Dmitry Dulepov <dmitry@typo3.org>
4152 * Fixed bug #7028: Implement CSH for flexforms
4154 2007-12-26 Oliver Hader <oh@inpublica.de>
4156 * (minor) Fixed bug #6651: IRRE - Button for creating new records disappeared on nested child records if a parent record reached the maxitems value
4157 * (tweak) Fixed bug #7038: EM - sql_free_result() on non-resources fails
4159 2007-12-21 Oliver Hader <oh@inpublica.de>
4161 * (minor) Fixed bug #6007: IRRE - Child records with image fields are not shown in m:n disposal
4162 * (minor) Fixed hanging recordset in t3lib_TCEmain::getSortNumber
4164 2007-12-20 Thomas Hempel <thomas@typo3-unleashed.net>
4166 * Added meta-subcategory "root" for adding deliverables to main categories.
4168 2007-12-19 Thomas Hempel <thomas@typo3-unleashed.net>
4170 * Feature request #6988: Return errors from performUpdateQueries (Thanks to Francois Suter)
4172 2007-12-19 Ernesto Baschny <ernst@cron-it.de>
4174 * Feature request #3822, #5065: Make hardcoded (250000 bytes) max attachment size for mailform configurable: $TYPO3_CONF_VARS['FE']['formmailMaxAttachmentSize']
4176 2007-12-17 Ingmar Schlecht <ingmar@typo3.org>
4178 * Fixed bug #6996: Versioning in clickmenu was unavailable for non-admins due to a problem of an earlier bugfix #4160 (Thanks to Helmut Hummel for the correction)
4179 * Code cleanup: #6990 use prototype functions instead of own ones where possible in clickmenu (Thanks to Helmut Hummel)
4181 2007-12-17 Andreas Otto <andreas.otto@dkd.de>
4183 * Feature request #6945: Login failures can be logged with t3lib_div::syslog().
4185 2007-12-16 Benjamin Mack <mack@xnos.org>
4187 * (bugfix) #6955: fileadmin contextual menu doesn't popup well
4189 2007-12-16 Ingo Renner <ingo@typo3.org>
4191 * Removed width css property from workspace selector toolbar item as it caused layout issues in non english backends
4193 2007-12-16 Benjamin Mack <mack@xnos.org>
4195 * (bugfix) #6859: Taskcenter - Submodules are not shown (fixed backwards-compatibility by Malte Jansen)
4196 * (bugfix) #6879: Sticky top icons in alt_doc: missing
4197 button when columnsOnly is set
4199 2007-12-15 Ingo Renner <ingo@typo3.org>
4201 * Fixed bug #6921: labels in t3lib/stddb/tbl_be.php hardcoded
4203 2007-12-15 Benjamin Mack <mack@xnos.org>
4205 * (cleanup) #6826: Removed "Show Description for Fields" checkbox in alt_doc.php
4207 2007-12-14 Thomas Hempel <thomas@typo3-unleashed.net>
4209 * Fixed wrong update meachnism in method call
4210 * Fixed some small typos in database module (Thanks to Francois Suter)
4212 2007-12-13 Oliver Hader <oh@inpublica.de>
4214 * (major) Fixed bug #6924: t3lib_div::readLLXMLfile does not use localized content anymore
4216 2007-12-13 Thomas Hempel <thomas@typo3-unleashed.net>
4218 * Finished DB compare against stddb/tables.sql (need testing)
4220 2007-12-12 Thomas Hempel <thomas@typo3-unleashed.net>
4222 * Bugfix: Invalid call to viewObj
4223 * Added support for fieldsets in renderMethod "form"
4224 * Added ability to send forms via AJAX
4225 * Improved DB compare code (Thanks to Francois Suter)
4227 2007-12-10 Ingmar Schlecht <ingmar@typo3.org>
4229 * (security) Fixed a low-severity SQL injection in the modfunc2 of indexed_search (only exploitable by BE users, and severity limited because addslashes() was already applied to the value - yet not within a quoted string) (Thanks to Henning Pingel for finding the issue and Andreas Otto for the fix)
4231 2007-12-06 Benjamin Mack <mack@xnos.org>
4233 * (bugfix) Fixed #1678: limit to language; still can delete and move content element (Thanks to Helmut Hummel)
4235 2007-12-05 Dmitry Dulepov <dmitry@typo3.org>
4237 * Fixed problems with language files in new installer (typo3/sysext/install)
4238 * Fixed bug #6903: Translated language files are not loaded
4239 * Fixed bug #6703: $TCA[table]['ctrl']['hideTable'] not implemented
4240 * Fixed bug #6888: Disabling some or all controls in "group" field
4242 2007-12-04 Dmitry Dulepov <dmitry@typo3.org>
4244 * Fixed bug #6844: DB compare fails
4246 2007-12-04 Jeff Segars <jeff@webempoweredchurch.org>
4248 * Fixed bug #6114: t3lib_extMgm::addToAllTCATypes ignores type 0
4250 2007-12-03 Dmitry Dulepov <dmitry@typo3.org>
4252 * Fixed bug #6727: Fatal error install tool
4254 2007-12-03 Benjamin Mack <mack@xnos.org>
4256 * (cleanup) Fixed #6823: Removed "Disable RTE" checkbox in alt_doc.php
4258 2007-12-02 Dmitry Dulepov <dmitry@typo3.org>
4260 * Changed "Clear cache" string to start with upper-case
4262 2007-12-02 Ingo Renner <ingo@typo3.org>
4264 * Added feature #6868: Enable labels for EM extension configuration, credits Georg Ringer
4266 2007-12-02 Ingmar Schlecht <ingmar@typo3.org>
4268 * Fixed bug #6663: Unserialized objects not debugged properly (by Francois Suter)
4269 * Minor change to tsconfig_help sysext (by Francois Suter)
4270 * Issue #6873: Added icon for pages marked as not in menu and with FE-user access restriction to t3skin (by Francois Suter)
4272 2007-11-30 Oliver Hader <oh@inpublica.de>
4274 * Fixed bug #5602: spamProtectEmailAddresses_atSubst is not recognized correctly
4276 2007-11-30 Ingo Renner <ingo@typo3.org>
4278 * Added positioning function for the clear cache menu which is needed to keep the menu below it's icon when new items are added to the toolbar
4279 * Added backend search toolbar item to backend.php
4281 2007-11-29 Benjamin Mack <mack@xnos.org>
4283 * (feature) #6833: Possibility to add inline JS to page (Thanks to Steffen Kamper)
4284 * (minor) Fixed #6825: TCEforms -- Icon for empty palettes are not displayed anymore
4286 2007-11-27 Ingo Renner <ingo@typo3.org>
4288 * Added clear cache actions menu to backend.php as part of the cleaner backend project
4289 * Moved user info and logout button to the toolbar
4291 2007-11-27 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4293 * Bugfix #6836: htmlArea RTE cannot enter line break in Safari (Windows)
4295 2007-11-26 Ingo Renner <ingo@typo3.org>
4297 * Moved interface t3lib_backendToolbarItem to typo3/interfaces/interface.backend_toolbaritem.php
4299 2007-11-26 Wolfgang Klinger <wk@plan2.net>
4301 * Fixed bug #6831: Clickmenu is cut off on the left, when it does not fit in the viewport (Thanks to Helmut Hummel)
4303 2007-11-25 Dmitry Dulepov <dmitry@typo3.org>
4305 * Reformatted t3editor sysext
4307 2007-11-25 Ingmar Schlecht <ingmar@typo3.org>
4309 * Fixed bug #6828: Using outpug buffering for debug() to prevent "Headers already sent" errors
4311 2007-11-25 Benjamin Mack <mack@xnos.org>
4313 * Feature #6829: New general template methods for FE & BE (Thanks to Steffen Kamper)
4314 * Added labels to checkbox descriptions in new EM section
4316 2007-11-24 Oliver Hader <oh@inpublica.de>
4318 * Fixed bug #6817: Files with extension xml are ignored as resource of a template
4319 * Added feature #5530: Hook in TCEmain after all database operations
4320 * Cleaned up typo3/sysext/tstemplate_info/class.tx_tstemplateinfo.php
4322 2007-11-24 Benjamin Mack <mack@xnos.org>
4324 * Fix #6822: css_styled_content default EXTCONF was not loaded since it was installed by default
4326 2007-11-24 Ingmar Schlecht <ingmar@typo3.org>
4328 * Feature #6770: Flexform DataStructure pointerFields:
4329 * Implement option to use two ds_pointerFields so DataStructures can be switched by the combination of two field's values
4330 * Enabled the new ds_pointerFields possibility for tt_content.pi_flexform, so you can specify DataStructures per (combination of) list_type and CType values
4331 * Made css_styled_content register the DataStructures for the CType=table Content Element using the new ds_pointerFields instead of overriding the 'default' DS key
4333 2007-11-23 Ernesto Baschny <ernst@cron-it.de>
4335 * Fixed bug #6240: pageNotFound_handling returns empty page if specified URL cannot be retrieved. Credit to Helmut Hummel for the fix.
4336 * Added feature #5791: indexed_search: join_pages is now configurable via TypoScript
4338 2007-11-23 Oliver Hader <oh@inpublica.de>
4340 * Fixed bug #5956: TCA eval required on date field does not work
4342 2007-11-23 Wolfgang Klinger <wk@plan2.net>
4344 * Fixed bug #6775: Page and info module ignore "Limit to language"
4346 2007-11-22 Ernesto Baschny <ernst@cron-it.de>
4348 * Fixed bugs #1697, #1465, #4849, #5183: Datetime input fields and timezone shift bug
4349 * Fixed: The click-checkbox to set the current date/time did not work on fields with eval year, time and timesec.
4350 * Fixed: Setting a field of eval "timesec" as a label of a table would show an integer instead of the hh:mm:ss string
4352 2007-11-22 Bernhard Kraft <kraftb@kraftb.at>
4354 * Added hooks #6738: Hooks for Web>List module which allow modification/addition/removal of icons for each table and its records
4356 2007-11-22 Ingo Renner <ingo@typo3.org>
4358 * Fixed bug #6741: Add fields cruser_id and crdate to table fe_groups, credit Malte Jansen
4359 * Added feature #6793: Rename User and Tools modules, credits Francois Suter
4361 2007-11-22 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4363 * Feature/bugfix: htmlArea RTE: Enter paragraph on return key corrected and improved
4364 * Bugfix #6769: RTEhtmlarea not working with IRRE in FF anymore
4366 2007-11-21 Bernhard Kraft <kraftb@kraftb.at>
4368 * Fixed bug #6785: "this->extraFormHeaders" didn't work anymore since "fixed alt_doc headers" have been introduced (#6625)
4370 2007-11-20 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4372 * Feature #6769 continued: Further adjustments and workarounds to enable htmlArea RTE in Safari
4374 2007-11-20 Dmitry Dulepov <dmitry@typo3.org>
4376 * Restored typo3/sysext/lang/locallang_mod_doc.xml because it was zero length and broke translations
4377 * Fixed bug #6259: Disabling Tabs with no fields
4378 * Fixed bug #6773: Allow br in flexform labels
4380 2007-11-20 Oliver Hader <oh@inpublica.de>
4382 * (feature) Added feature #6473: CSC - Extend render userFuncs by TS field property
4384 2007-11-20 Benjamin Mack <mack@xnos.org>
4386 * Feature #6768: Added the media field for page type "Shortcut" as well
4387 * Feature #6768: Integrate ext 'Media field for page type External URL' (dkd_media4url)
4389 2007-11-19 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4391 * Feature #6769: Enable htmlArea RTE in Safari
4393 2007-11-19 Oliver Hader <oh@inpublica.de>
4395 * (feature) Added feature #6734: Integrate post processing for links handled by typoLink
4396 * (feature) Added feature #6346: Enable overriding/renaming field labels by page TSconfig (patch by Malte Jansen)
4398 2007-11-16 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4400 * Feature #6715: Remapping of b and i tags by RTE transformation made configurable
4401 * Feature/bugfix: Change to the initialisation sequence of htmlArea RTE
4403 2007-11-16 Ingo Renner <ingo@typo3.org>
4405 * Added feature #6545: Hook Request: db_list
4407 2007-11-15 Ingmar Schlecht <ingmar@typo3.org>
4409 * Release of TYPO3 4.2.0alpha2
4411 2007-11-15 Ingmar Schlecht <ingmar@typo3.org>
4413 * Bugfix #5683: processing of label field in backend (Thanks to Ralf Hettinger)
4414 * Set left-padding of options in selectorboxes to 22 if an icon is displayed that has a width between 14 and 20 pixels. This was necessary for a good visual impression even if page and content type icon sizes vary.
4415 * Made Clear Cache buttons of backend.php AJAX based, showing a nice spinner image during cache clearing
4417 2007-11-15 Jeff Segars <jeff@webempoweredchurch.org>
4419 * Feature #6672: Add tab filtering and file type filtering to TCA-defined link wizard
4421 2007-11-15 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4423 * Feature #6657 revisited: htmlArea RTE: remove em and strong remap from main script
4425 2007-11-15 Ingo Renner <ingo@typo3.org>
4427 * Enabled requestUpdate for rte_enabled
4428 * Added feature #6721: add the workspace selector to the cleaner backend toolbar
4429 * Added feature #6442: Hook in browse_links request (for linking to records)
4430 * Added beta glue code for t3editor
4431 * Added t3editor as system extension
4433 2007-11-14 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4435 * Feature #6712: htmlArea RTE: make hotkeys configurable in PageTSConfig
4436 * Feature #6712 continued: htmlArea RTE: adding hotkeys to default configuration settings
4437 * Bugfix: htmlArea RTE: Correction to InlineDefault plugin causing frame reload.
4438 * Feature #6712 corected: htmlArea RTE: correction to DefaultInline plugin and enhanced API
4440 2007-11-14 Ingmar Schlecht <ingmar@typo3.org>
4442 * Cleanup-up to prior commit #529: "TypoScript help" module
4443 * Added SVN properties to new files
4444 * Minor changes to feature #6670: Enable Tabs in Page Properties
4445 * Feature #6710: Use optgroups in selectorboxes
4447 2007-11-14 Ingo Renner <ingo@typo3.org>
4449 * Fixed bug #6692: When letting TYPO3 generate DB table icons it can happen that transparent areas become rendered black
4450 * Added follow up on feature #6670: Enable Tabs in Page Properties
4452 2007-11-14 Sebastian Kurfuerst <sebastian@typo3.org>
4454 * Fixed feature #529: update inline TypoScript help (Thanks to Francois Suter)
4456 2007-11-14 Benjamin Mack <mack@xnos.org>
4458 * (feature) Fixed #6625: Cleaner Backend / HCI: Make "alt_doc" header fixed
4460 2007-11-13 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4462 * Feature #6705: htmlArea RTE: Display all classes of an element in the statusbar
4463 * htmlArea RTE: Update manual and version to 1.6.3dev
4464 * Feature #6579 continued: Allow plugins to register hotkeys
4466 2007-11-13 Bernhard Kraft <kraftb@kraftb.at>
4468 * Fixed bug #633: Menu doesn't expand if ".special" is set
4470 2007-11-13 Benjamin Mack <mack@xnos.org>
4472 * (minor) Fixed bug #6548: FE "Preview" Label not stylable
4474 2007-11-12 Oliver Hader <oh@inpublica.de>
4476 * (minor) Fixed bug #6696: Parts of the TYPO3 back-end do not work correctly with prototype.js 1.6.0
4478 2007-11-12 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4480 * Feature #6579 continued: Backtracking on the use of Prototype.js by htmlArea RTE.
4482 2007-11-11 Ingmar Schlecht <ingmar@typo3.org>
4484 * Minor code-cleanup to recent Workspace related changes
4486 2007-11-10 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4488 * (cleanup) Protect rtehtmlarea 'for' loops from properties possibly added by JS frameworks.
4489 * Feature #6579 continued: correction to plugin registration for FE case
4491 2007-11-10 Ingmar Schlecht <ingmar@typo3.org>
4493 * Feature #6256: $TCA: Newline for Tabs (--div--) (Thanks to Malte Jansen)
4494 * Minor Feature #4280: stdWrap for params property of IMAGE (Thanks to Ralf Hettinger)
4495 * Bug #6682: GMENU property disableAltText clears the content of alt param, but does not remove it (Thanks to Hemlut Hummel)
4497 2007-11-09 Benjamin Mack <mack@xnos.org>
4499 * (feature/cleanup) Refactored clickmenu to speed up the BE
4500 * (bugfix) Fixed Image Generation bug. Call in t3lib_div now uses the IM wrapper to render gifs/pngs
4502 2007-11-08 Ingo Renner <ingo@typo3.org>
4504 * Added initial cleaner backend project work (backend.php)
4506 2007-11-08 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4508 * Feature #6668 continued: Some minor adjustments when htmlArea RTE uses the Ajax request
4510 2007-11-08 Benjamin Mack <mack@xnos.org>
4512 * (cleanup) Fixed #6670: Added tabs to Page properties + cleanup (Thanks to Steffen Kamper)
4514 2007-11-08 Oliver Hader <oh@inpublica.de>
4516 * Updated JavaScript frameworks in typo3/contrib: prototype (1.6.0) and script.aculo.us (1.8.0)
4518 2007-11-07 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4520 * Added feature #6668: Let htmlArea RTE use the Ajax request of the Prototype framework
4522 2007-11-07 Benjamin Mack <mack@xnos.org>
4524 * (minor) sysext "opendocs" is now installed by default
4526 2007-11-07 Oliver Hader <oh@inpublica.de>
4528 * (major) Fixed bug #5772: IRRE - Combination mode doesn't save new child records correctly
4529 * (minor) Fixed bug #6456: IRRE - Palettes are not rendered correctly on nesting records using the same table
4531 2007-11-06 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4533 * Added SVN properties on some rtehtmlarea files
4534 * Feature 6579 continued: Make InlineCSS plugin use the RTE extension and plugin API
4536 2007-11-05 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4538 * Feature 6579 continued: Use prototype.js to create a htmlArea plugin class.
4539 * Added feature #6657: Extract inline buttons from htmlArea RTE main scripts.
4541 2007-11-05 Ingmar Schlecht <ingmar@typo3.org>
4543 * Issue #6641: Renamed new page tree related TSconfig Options and switched off separateNotinmenuPages by default (Thanks to Christian Kuhn)
4544 * Changing SVN property eol-style from native to LF for all text files in the core trunk
4546 2007-11-02 Ingmar Schlecht <ingmar@typo3.org>
4548 * Added default SVN properties and Id marker to new files which didn't have it yet
4549 * Fixed bug #6624: Weird pagetree display with new "Not in menu" feature (Thanks to Christian Kuhn)
4550 * Bug #6561 revised: Registers IMAGE_NUM and IMAGE_NUM_CURRENT contained incorrect array indizes (Thanks to Helmut Hummel)
4552 2007-11-02 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4554 * Fixed feature #6579: Small correction to FE htmlArea RTE
4555 * Remove exception catching in htmlArea RTE when setting styleWithCSS
4556 * Fixed bug #6640: htmlArea RTE tool bar is not updated in IE when up or down arrow is pressed
4557 * Fixed feature #6619: Add underscore rather than dash in file names
4559 2007-11-01 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4561 * Added feature #6579: Make htmlArea RTE extensible
4562 * Added feature #6619: Let htmlArea RTE use t3lib_div::minifyJavaScript()
4563 * Deleted all compressed files in accordance with feature #6619
4564 * Fixed bug #6476: htmlArea RTE incorrectly nests tags on return key in FF
4566 2007-10-31 Ingo Renner <ingo@typo3.org>
4568 * Added feature 6169: Add user function support to Constant Editor
4570 2007-10-30 Jeff Segars <jeff@webempoweredchurch.org>
4572 * Fixed bug #6618: Web->List: Add title to versioning symbol in extended view (Thanks to Christian Kuhn)
4574 2007-10-30 Oliver Hader <oh@inpublica.de>
4576 * (minor) Fixed bug #6613: IRRE/RTE - Creating a new child record fails if record uses htmlArea RTE
4578 2007-10-30 Benjamin Mack <mack@xnos.org>
4580 * Moved "doc" module to sysext "opendocs"
4581 * Fixed bug #4832: Integrate the extension ter_update_check into EM (Thanks to Christian Welzel)
4583 2007-10-29 Jeff Segars <jeff@webempoweredchurch.org>
4585 * Fixed bug #5338: Error installing suggested extensions
4587 2007-10-29 Dmitry Dulepov <dmitry@typo3.org>
4589 * Fixed bug #6581: Fatal error in TCEForms: Fatal error: Cannot use string offset as an array
4590 * Fixed bug #6565: T3DataStructure with sheet references will not show sheetTitle,sheetDescription and sheetShortDescr
4591 * Fixed bug #5347: Flexforms dosen't resolve sheets
4592 * Fixed bug #3969: Missing sheets inclusion in flexforms?
4594 2007-10-28 Kasper Skaarhoj <kasperYYYY@typo3.com>
4596 * - Reverting IRRE related changes in t3lib_BEfunc done for workspaces by Dmitry. They were faulty.
4597 * - Modified rendering of FlexForms in t3lib_TCEforms and also processing in t3lib_tcemain so that flexforms are now fully dynamic in their nature; This is particularly the case when flexforms have sections and containers within (see the original movie-list example for instance). DHTML is used to reorganize flexform elements, delete and add new. No ajax though (not necessary). It means we finally have a permanent implementation for what was before "_DELETE_FLEX_FORM" etc buttons... Used scriptaculous and prototype for the work.
4598 * - In alt-doc, the script now preserves the scroll position when clicking save. Also, the button panel in top flows with form. This is preliminary and Jens will implement a better way... If it takes too long we can make it configurable.
4599 * - Added User TSconfig options to mount pages and folders for link-browsing purposes only. The point is that a user should be able to select pages which normally doesn't appear in his particular mount points of the page tree. With this feature you can set an entirely different set of mountpoints which only appear in the Element Browser. It is for readonly purposes of course. (Normal page access restrictions will still apply though, only the mount point changes). These features can be useful in general where a user needs to link to files or pages outside their normal range. However, it becomes especially useful with workspaces where the db mount is usually smaller and filemounts are completely disabled! Here are examples of configuration: options.folderTree.altElementBrowserMountPoints = _temp_/, templates. options.pageTree.altElementBrowserMountPoints = 34
4600 * - Fixed small bug in db-list around passing the pointer-variable in returnUrls
4601 * - Fixed safari-related bug in template.php (clickmenu didn't appear in correct location).
4602 * - Added warning to Web>Access module when using it from workspaces: It explains about how permissions affect workspaces.
4604 2007-10-28 Martin Kutschker <masi@typo3.org>
4606 * Feature #6601: Speed up link rendering by implementing some local caches
4608 2007-10-27 Benjamin Mack <mack@xnos.org>
4610 * Fixed bug #4662: New default behaviour for PAGE_TARGET (Thanks to Steffen Kemper)
4612 2007-10-27 Ingmar Schlecht <ingmar@typo3.org>
4614 * Fixed bug #1940: "OPEN DOCUMENTS" causes 404 error (Thanks to Christian Trabold)
4615 * Feature #6258: Change config.uniqueLinkVars to 1 (Thanks to Georg Ringer)
4616 * Fixed bug #5082: Clean up a nested htmlspecialchars() in class.db_list_extra.inc (Thanks to Christian Kuhn)
4617 * Fixed bug #6561: imgMax and imgStart (IMGTEXT) not working properly (Thanks to Helmut Hummel)
4619 2007-10-26 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4621 * Fixed bug #5031: htmlArea RTE incorrectly processes col tags and default proc options disallow col and colgroup tags
4623 2007-10-24 Ingo Renner <ingo@typo3.org>
4625 * Fixed bug #6539: Move the BE logo generation code into a separate method so it can be used from other classes
4627 2007-10-24 Benjamin Mack <mack@xnos.org>
4629 * Fixed bug #6582: Deprecated use of language="text/javascript" in function loadJavascriptLib in template.php (thanks to Christian Kuhn)
4631 2007-10-23 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4633 * Fixed bug #5151: rtehtmlarea install/uninstall requires clearing cache
4635 2007-10-22 Andreas Otto <andreas.otto@dkd.de>
4637 * Fixed bug #6340: JS errors with dividers2tabs and rtehtmlarea
4639 2007-10-22 Thomas Hempel <thomas@typo3-unleashed.net>
4641 * Fixed bug: #1575: Page-Title maxlength does not fit into database-field tinytext (Thanks to Georg Ringer)
4643 2007-10-21 Benjamin Mack <mack@xnos.org>
4645 * (feature) added function to include javascript libraries in the backend
4646 * (minor) indexed_search - Added more info where the manual can be found
4648 2007-10-21 Thomas Hempel <thomas@typo3-unleashed.net>
4650 * Fixed bug: #6531: Function getUpdateJS doesn't work properly (Thanks to Philip Almeida)
4651 * Fixed bug: #434: Function getUpdateJS produces JS error messages
4653 2007-10-20 Martin Kutschker <masi@typo3.org>
4655 * Fixed bug #6559: Spelling error in Object Browser
4657 2007-10-20 Ingmar Schlecht <ingmar@typo3.org>
4659 * Fixed bug #5949: BE-Shortcut to Tools->User Admin returns error (Thanks to Oliver Hader)
4660 * Fixed bug #6210: UserTSConfig value "options.moduleMenuCollapsable=0" does not work.
4661 * Fixed bug #6071: Switch to User does not work from context menu in List Module. (Thanks to Christian Kuhn all patches above!)
4662 * Fixed bug #6553: Remove hardcoded strip_tags() from image altText and replacing it with TS stripHtml = 1 (Thanks to Georg Ringer)
4663 * Fixed bug: stdWrap for imgMax is not taken into account. (Thanks to Helmut Hummel)
4665 2007-10-19 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4667 * Fixed bug #6546: Remove htmlArea RTE acronym from Insert-Record object
4669 2007-10-18 Ingo Renner <ingo@typo3.org>
4671 * Fixed bug #6526: Update prototype and scriptacolous
4673 2007-10-17 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4675 * Move styleWithCSS setting to the initialization phase of the htmlArea editor
4676 * Eliminate list of plugins in rtehtmlarea EM configuration
4678 2007-10-13 Ingo Renner <ingo@typo3.org>
4680 * Fixed bug #6540: add icons and grouping to the content element selector
4682 2007-10-17 Michael Stucki <michael@typo3.org>
4684 * Fixed bug #6121: Reply-To field in formmails can contain invalid characters if formMailCharset different from site charset (patch by Wolfgang Zenker)
4685 * Fixed bug #6533: Wrong naming of version number levels in Extension Manager
4687 2007-10-17 Sebastian Kurfuerst <sebastian@typo3.org>
4689 * Fixed bug #6202: Company field is missing for table fe_users in "View Item" (Thanks to Christian Kuhn)
4691 2007-10-16 Michael Stucki <michael@typo3.org>
4693 * Fixed bug #3552: Fatal error during backend edit
4694 * Fixed bug #6193: Object copied in t3lib_div::makeInstance()
4696 2007-10-16 Thorsten Kahler <thorsten.kahler@dkd.de>
4698 * (minor) Fixed bug #6138: Prevent recursive inclusion of external TypoScript files (patch by Martin Ficzel) - Fixed problems in patch from 2007-10-15
4700 2007-10-16 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4702 * Fixed bug #4183: Incorrect display in htmlArea RTE of utf-8 labels for colors, classes and fonts defined in PageTSConfig
4703 * Re-inserting accidently deleted comments in class.tx_rtehtmlarea_base.php.
4704 * Fixed bug #4525: In htmlArea RTE, disabling personal dictionaries in UserTSConfig not honored
4706 2007-10-15 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4708 * Fixed bug #5855: Missing unlink icon in htmlArea RTE
4709 * Fixed bug #5839: In htmlArea RTE, paragraph & text dropdown boxes inactive when using @media clause in stylesheet
4710 * Fixed bug #6152: AllowClipboard helper offered by htmlArea RTE doesn't work with 2.0.0.x Firefox
4711 * Fixed bug #6340: rtehtmlarea not working with "Editforms on page" option
4712 * Fixed bug #6152: Nullify default value AllowClipboard helper and use TYPO3-specific Firefox extension
4713 * Update version number of rtehtmlarea to 1.6.2dev
4715 2007-10-15 Michael Stucki <michael@typo3.org>
4717 * (feature) Add new external library "RemoveXSS" for easily filtering potential Cross Site Scripting (XSS) attacks. Can be used by any script. Usage: $filtered_string = t3lib_div::removeXSS($input_string); Thanks to Travis Puderbaugh <kallahar@quickwired.com> for providing this nice piece of code!
4718 * (minor) Fixed bug #6138: Prevent recursive inclusion of external TypoScript files (patch by Martin Ficzel)
4719 * (minor) Don't output objects in t3lib_div::debug() - send a plain text info instead
4721 2007-10-13 Ingo Renner <ingo@typo3.org>
4723 * Fixed bug #6517: Add icons and grouping to the page type selector
4725 2007-10-09 Benjamin Mack <mack@xnos.org>
4727 * (minor) indexed_search - Added info where additional doc. can be found
4729 2007-10-09 Benjamin Mack <mack@xnos.org>
4731 * (tweak) No selection for TCEForms groups with max. one option needed
4733 2007-10-09 Dmitry Dulepov <dmitry@typo3.org>
4735 * Added flag for Galician language
4738 2007-10-08 Martin Kutschker <masi@typo3.org>
4740 * Fixed bug #6420: access key generation wrong with HTML tags in menu titles (TMENU)
4741 * Pass on access key of menu items to IProcFunc
4743 2007-10-08 Oliver Hader <oh@inpublica.de>
4745 * (minor) Fixed bug #6032: Freeing SQL result sets (post patch)
4747 2007-10-07 Martin Kutschker <masi@typo3.org>
4749 * Fixed bug #5911: GIFBUILDER setting quality not honoured
4751 2007-10-06 Martin Kutschker <masi@typo3.org>
4753 * Fixed bug #6462: Wrong default locale charset on Windows
4754 * Fixed bug #6032: Freeing SQL result sets
4755 * Fixed bug #6252: rteHTMLarea acronyms are not DBAL compatible
4756 * Fixed bug #5189: images with uppercase file extension aren't displayed in drag-n-drop listing
4758 2007-10-01 Bernhard Kraft <kraftb@kraftb.at>
4760 * Bugfix for: Hide empty dynTabs in tceforms (missing array key broke RTE after hidden Tabs)
4762 2007-09-28 Oliver Hader <oh@inpublica.de>
4764 * (feature) Added feature #6367: Integrate possibility in Element Browser to select all files of a folder (thanks to fotobuch.de AG for sponsoring)
4766 2007-09-27 Dmitry Dulepov <dmitry@typo3.org>
4768 * Another hanging recordset fixed
4769 * Added "@var"s to t3lib_TCEmain to simplify debugging with IDEs
4771 2007-09-26 Dmitry Dulepov <dmitry@typo3.org>
4773 * JavaScript minification is enabled in FE by default (config.minifyJS=1)
4775 2007-09-25 Oliver Hader <oh@inpublica.de>
4777 * (tweak) Created new directory for Services_JSON typo3/contrib/json/ and moved file from typo3/contrib/json.php to typo3/contrib/json/json.php
4778 * (feature) Added feature #6359: IRRE - Add config of parent record for label_userFunc used on a child record
4779 * (minor) Fixed bug: Page TSconfig isn't parsed correctly anymore after cleanup in Trunk
4781 2007-09-24 Andreas Otto <andreas.otto@dkd.de>
4783 * Fixed bug #1471: Check if exif functions are available before using them.
4785 2007-09-24 Dmitry Dulepov <dmitry@typo3.org>
4787 * Added JavaScript minification feature (new function t3lib_div::minifyJavaScript)
4788 * Added minification of FE javascripts (including default js and onload handlers) if config.minifyJS is enabled
4790 2007-09-23 Oliver Hader <oh@inpublica.de>
4792 * (minor) Fixed hanging recordset in tslib_cObj
4794 2007-09-23 Michael Stucki <michael@typo3.org>
4796 * (minor) Fixed hanging recordset in t3lib_BEfunc
4798 2007-09-22 Kasper Skaarhoj <kasper2007@typo3.com>
4800 * Fixed t3lib_cli that negative numbers (like "-2") is not seen as a parameter
4801 * New option, $GLOBALS['TYPO3_CONF_VARS']['BE']['flexFormXMLincludeDiffBase'], means that flexforms will allow a new index extending all "vXX" fields to "vXX.vDEFbase" with a value holding the "vDEF" value when the "vXX" value was changed. Effectively this is a memory of the value you translated from. Used for diff'ing.
4802 * Introduced a new global hook, $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['GLOBAL']['recStatInfoHooks'], with which you can insert HTML before a records icon in the page tree, web>List and Web>Page modules (and possibly more places where makes sense). Used in l10nmgr for adding a small localization icon.
4803 * Added "limit to languages" to "Admin" accounts (although it will not limit languages but merely decide what statuses you see in the page tree)
4804 * List sys_log table entries in cleaner output!
4806 2007-09-18 Oliver Hader <oh@inpublica.de>
4808 * (minor) Fixed bug #65: Thumbnails in Element Browser are only displayed if fileSuffix is lowercase
4810 2007-09-18 Bernhard Kraft <kraftb@kraftb.at>
4812 * Hide empty dynTabs in tceforms
4814 2007-09-18 Thomas Hempel <thomas@typo3-unleashed.net>
4816 * Feature #5690: TCEforms: add inline editing of secondary options (thanks to Martin Ficzel)
4818 2007-09-13 Ingo Renner <ingo@typo3.org>
4820 * Fixed bug #5701: linkHandler Hook Not Initialized Properly, patch supplied by Jeff Segars
4822 2007-09-13 Thomas Hempel <thomas@typo3-unleashed.net>
4824 * Feature #4064: Navigation title in tree view
4826 2007-09-11 Ingo Renner <ingo@typo3.org>
4828 * Added Romanian flag, fixes bug #6000
4829 * Added fields "crdate" and "cruser_id" to tt_content
4831 2007-09-10 Martin Kutschker <masi@typo3.org>
4833 * Fix problem with new t3lib_div::trimExplode()
4835 2007-09-09 Martin Kutschker <masi@typo3.org>
4839 2007-09-05 Dmitry Dulepov <dmitry@typo3.org>
4841 * Added Galician language to TYPO3
4843 2007-09-06 Ingo Renner <ingo@typo3.org>
4845 * Release of TYPO3 4.2.0alpha1
4847 2007-09-07 Ingmar Schlecht <ingmar@typo3.org>
4849 * Bugfix: Highlight root page in pagetree
4850 * Added .php6 and .php7 as denied file extensions in config_default.php to be future proof
4851 * Fixing uninitialized variables in class.t3lib_tceforms.php and class.tx_cssstyledcontent_pi1.php
4853 2007-09-05 Thorsten Kahler <thorsten.kahler@dkd.de>
4855 * Fixed bug #4160: Moving content elements in frontent editing mode causes crash
4856 * Disable versioning in clickMenu if BE user doesn't have access to the versioning module
4858 2007-09-05 Martin Kutschker <masi@typo3.org>
4860 * Feature #2883: improve t3lib_div::trimExplode()
4862 2007-09-05 Dmitry Dulepov <dmitry@typo3.org>
4864 * Added Georgian language to TYPO3
4866 2007-09-04 Dmitry Dulepov <dmitry@typo3.org>
4868 * Added a hook to TCEforms to enable custom evaluations for input fields
4870 2007-09-03 Oliver Hader <oh@inpublica.de>
4872 * (trivial) Moving t3lib_TCEforms_inline::getJSON() to t3lib_div::array2json()
4873 * (feature) Added feature #2830: imgResource doesn't support stdWrap on minW and minH
4874 * (minor) Fixed bug #6104: IRRE - IE7: Strange behaviour with hover event of nested Tabs/IRRE-levels with relative positioned HTML elements
4875 * (minor) Fixed bug #5906: IRRE - Default values defined in TCA are not used for children (thanks to Joscha Feth and Jeff Segars)
4877 2007-08-31 Michael Stucki <michael@typo3.org>
4879 * (trivial) Cleanup of NEWS.txt
4880 * Add feature #4470: Add new property "search.exactCount" to indexed_search
4882 2007-08-30 Ernesto Baschny <ernst@cron-it.de>
4884 * (feature) Feature request #6237: Added hook to Web>Page "columns" view, allowing plugins to display "additional info" instead of "CODE:"
4886 2007-08-30 Wolfgang Klinger <wk@plan2.net>
4888 * (trivial) Extended the Workspace module access check with the User module access check
4890 2007-08-28 Kasper Skaarhoj <kasper2007@typo3.com>
4892 * Moving in workspaces + collateral
4893 - 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!
4894 - 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.
4895 - Refactored function for moving elements (t3lib_tcemain::moveRecord())
4896 - 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.
4897 - 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+)
4898 - Added more tests for version integrity (centering around moving)
4899 - Added checkboxes and an action selector in the Workspace module for batch processing of elements.
4900 - Added "flush" command to TCEmain API for versions so versions can be completely deleted and not only released from a workspace.
4901 * Improvements as announced in June on the core list
4902 - Dual-preview for workspaces are only used now if the checkbox "Frontend Preview" is not checked.
4903 - 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)
4904 - In the t3lib_cli class, optional parameters to CLI script options are supported (optional parameters are configured with [] brackets)
4905 - 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.
4906 - 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)
4907 - Workspace titles are required to be unique now.
4908 - 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).
4909 - 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.
4910 - 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.
4911 - User > Workspace module now has a browser-functionality so only 50 versions are shown at a time and you can browse the list.
4912 - Changed label "Draft versions" to "Workspace versions" - some found it more intuitive.
4913 - Change in t3lib_refindex so setReferenceValue() can be run without being admin (by special parameter)
4914 - 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.
4915 - Added fields to indexes on pages, sys_template and pages_language_uid.
4916 - 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.
4918 2007-08-23 Dmitry Dulepov <dmitry@typo3.org>
4920 * Added Albanian language to TYPO3
4922 2007-08-23 Dmitry Dulepov <dmitry@typo3.org>
4924 * Fixed: hanging recordset in t3lib_BEfunc
4926 2007-08-23 Andreas Otto <andreas.otto@dkd.de>
4928 * (trivial) Fixed bug #4888: Invalid argument supplied for foreach()
4930 2007-08-21 Andreas Otto <andreas.otto@dkd.de>
4932 * Feature request #5748: Introduced a new TS option that makes indexing of metatags configurable. Adapted code to make use of the new TS option.
4934 2007-08-19 Oliver Hader <oh@inpublica.de>
4936 * (trivial) Fixed bug #6170: CSC - File locallang.php used in static template instead of locallang.xml
4938 2007-08-15 Wolfgang Klinger <wk@plan2.net>
4940 * (trivial) Added is_array checks in extension manager code
4942 2007-08-15 Ingo Renner <ingo@typo3org>
4944 * Did some serious formatting cleanup in typo3/sysext/taskcenter/task/index.php
4945 * Added @var phpDoc comments to various variables
4947 2007-08-11 Michael Stucki <michael@typo3org>
4949 * More admin panel fixes:
4950 - Hardcode some alignments
4951 - Adding empty "summary" attribute to some tables of the admin panel
4952 - Removing superfluous table around the config checkboxes of the tsdebug section
4953 - Removing superfluous "title" attributes for some images in tslib_content->editPanel()
4955 2007-08-10 Michael Stucki <michael@typo3org>
4957 * Various improvements to the admin panel:
4958 - Lots of alignment definitions. Alignments are now hardcoded to avoid conflicts with stylesheets that contain something like "html, body { text-align: center; }"
4959 - Replace all font-tags (deprecated) with valid markup
4960 - 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...)
4961 - 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)
4962 - Lots of code cleanup and consolidation
4963 - Fix code display of links that break the website layout if they are too large (links are now splitted after every 100 characters)
4964 - For more information and screenshots, see http://lists.netfielders.de/pipermail/typo3-team-core/2007-July/008648.html
4966 2007-08-06 Martin Kutschker <masi@typo3.org>
4968 * Fixed bug #5941: Log reason of failure on DB connect
4970 2007-08-06 Ernesto Baschny <ernst@cron-it.de>
4972 * Fixed bug #6017: Better transliteration for hebrew (lower-cased latin letters)
4974 2007-07-16 Michael Stucki <michael@typo3.org>
4976 * Fixed possible XSS in workspace/version modules (requires valid BE login / patch by Christian Kuhn)
4977 * Removed possible display of phpinfo() (requires bug in extension to be unveiled)
4979 2007-07-16 Oliver Hader <oh@inpublica.de>
4981 * Fixed bug #5556: IRRE - RTE in child elements overwrites field in parent element
4983 2007-07-16 Martin Kutschker <masi@typo3.org>
4985 * t3lib_div::getHostname() used $_SERVER instead of t3lib_div::getIndpEnv()
4986 * IPmaskList check is triggered in CLI mode (thanks to Tobias Rohrle)
4988 2007-07-14 Oliver Hader <oh@inpublica.de>
4990 * Fixed bug #5704: IRRE - Children on the table pages get the pid of the parent page in pagetree
4991 * Fixed bug #5718: IRRE - Copying a page with related child records leads to duplicates of each children
4992 * Fixed bug #5907: RTE-Plugins: Use record specific RTEtsConfigParams
4994 2007-07-14 Martin Kutschker <masi@typo3.org>
4996 * Fixed bug #3834: possible abuse of t3lib_formmail
4998 2007-07-13 Oliver Hader <oh@inpublica.de>
5000 * Fixed bug #5913: RTEhtmlarea not correctly displayed in IRRE child form-fields and tabs (continuance of bug #5177)
5001 * Fixed bug #5948: IRRE - Parent record is not shown after saving the first time to a table on a TYPO3 system
5003 2007-07-12 Dmitry Dulepov <dmitry@typo3.org>
5005 * TCEForms: allow to create many sections at once
5006 * Performance enhancement in t3lib/class.t3lib_extmgm.php in function addToAllTCAtypes
5007 * Performance enhancement in t3lib/class.t3lib_div.php in function loadTCA
5009 2007-07-11 Oliver Hader <oh@inpublica.de>
5011 * Fixed bug #5331: Remove the caption wrap on images if no caption is set (thanks to Georg Ringer)
5012 * Fixed bug #5945: Missing right parenthesis in RTEhtmlarea user element module (thanks to Markus Lange)
5014 2007-07-07 Oliver Hader <oh@inpublica.de>
5016 * Fixed bug #5053: imgNameNotRandom on TMENU/GMENU could break rollover behaviour (thanks to Ralf Hettinger)
5017 * Fixed bug #5048: JSMENU produces error if using baseurls (thanks to Jens Koester)
5019 2007-07-07 Wolfgang Klinger <wk@plan2.net>
5021 * Changed back references \1 to ${1} in regular expressions in tslib_fe where necessary
5023 2007-07-07 Michael Stucki <michael@typo3.org>
5025 * 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.)
5027 2007-07-06 Wolfgang Klinger <wk@plan2.net>
5029 * Implemented feature request #1919: TCAdefaults setting in page TS
5031 2007-07-06 Michael Stucki <michael@typo3.org>
5033 * Fix in indexed search: List of indexed pages could be broken if mutli-byte chars are cut in the middle (patch by Karsten Dambekalns)
5034 * Make field selection work in browse_links.php popup (patch by Christian Jul Jensen)
5035 * Fixed bug #5094: Record alt_label was not processed (patch by Volker Graubaum and Thomas Hempel)
5036 * Added feature #5588: Add "linkAccessRestrictedPages" property to typolink function (patch by Franz Holzinger)
5038 2007-07-02 Oliver Hader <oh@inpublica.de>
5040 * Fixed bug #4623: Content encoding with x-gzip not possible in IE7
5041 * Fixed bug #5789: JS error in new content element wizard with a single item
5043 2007-06-25 Dmitry Dulepov <dmitry@typo3.org>
5045 * Added $GLOBALS['TYPO3_DB']->sql_free_result() to TCEmain::rawCopyPageContent() to avoid resource waste
5047 2007-06-13 Andreas Otto <andreas.otto@dkd.de>
5049 * 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.
5051 2007-06-13 Oliver Hader <oh@inpublica.de>
5053 * Fixed bug #5778: Missleading comment in TCEmain::copyRecord_procBasedOnFieldType()
5055 2007-06-08 Oliver Hader <oh@inpublica.de>
5057 * Fixed bug #5755: XCLASS inclusion part for class.t3lib_tceforms_inline.php is missing
5059 2007-06-05 Oliver Hader <oh@inpublica.de>
5061 * Fixed bug #4226: New content elements wizard removes CE from array if tt_content_defValues property is zero
5063 2007-05-25 Oliver Hader <oh@inpublica.de>
5065 * Fixed bug #5655: TYPO3 back-end was blocked on new installations because of a bug in RFCs #1642/#4886
5067 2007-05-23 Oliver Hader <oh@inpublica.de>