1 2010-06-10 Susanne Moog <typo3@susanne-moog.de>
3 * Added feature #8778: Add possibility to disable TYPO3 draft workspace by localconf.php configuration (Thanks to Sonja Scholz)
4 * Cleanup #14683: Remove misc/phpcheck/ directory (Thanks to Sebastian Michaelsen)
6 2010-06-10 Francois Suter <francois@typo3.org>
8 * Fixed bug #14685: Some status reports classes have wrong XCLASS inclusion (thanks to Peter Niederlag)
10 2010-06-10 Stanislas Rolland <typo3@sjbr.ca>
12 * Follow-up to issue #14662: htmlArea RTE: Should use t3lib_utility_Client::getBrowserInfo
13 * Fixed bug #14691: htmlArea RTE: Hitting ENTER in absence of block element may produce non-valid html in non-IE browser
15 2010-06-10 Dmitry Dulepov <dmitry.dulepov@gmail.com>
17 * Fixed bug #5117: typolink: cHash corrupted due to linkVars (together with Pierre Dudoret (Popy))
19 2010-06-09 Stanislas Rolland <typo3@sjbr.ca>
21 * Fixed bug #14677: htmlArea RTE: Toolbar state incorect in the absence of block element
22 * Follow-up to issue #14662: htmlArea RTE: Should use t3lib_utility_Client::getBrowserInfo
24 2010-06-09 Steffen Kamper <info@sk-typo3.de>
26 * Added test case for #14663: t3lib_utility_Client::getBrowserInfo returns gecko build date rather than version
27 * Fixed bug #14663: t3lib_utility_Client::getBrowserInfo returns gecko build date rather than version
28 * Fixed bug #14673: Usage of debug() in BE use group *line* by default
29 * Fixed bug #14674: Replace calls to t3lib_extMgm:: within t3lib_extMgm to self:: due to performance reasons (Thanks to Sebastian Michaelsen)
30 * Fixed bug #14676: Replace calls to t3lib_iconWorks:: within t3lib_iconWorks to self:: due to performance reasons (Thanks to Sebastian Michaelsen)
31 * Fixed bug #14675: Replace calls to t3lib_BEfunc:: within t3lib_BEfunc to self:: due to performance reasons (Thanks to Sebastian Michaelsen)
32 * Follow-up to bug #13611: Replace calls to t3lib_div:: within t3lib_div to self:: du to performance reasons (Thanks to Sebastian Michaelsen)
33 * Fixed bug #14555: early thrown debug messages are not visible (BE only) (Thanks to Stefan Galinski)
34 * Fixed bug #14628: Open t3lib_db for own instance
35 * Follow-up to bug #8305: SQL debug output is not shown in the Backend
36 * Fixed bug #14618: Bug: Add debug feature to Ext Direct (Thanks to Fabien Udriot)
37 * Follow-up to bug #8305: SQL debug output is not shown in the Backend
38 * Added test case t3lib_utility_clientTest.php
39 * Fixed bug #14458: getBrowserInfo fails with IE UA Strings
41 2010-06-09 Christian Kuhn <lolli@schwarzbu.ch>
43 * Added feature #14666: Caching framework: Backport PhpFrontend from FLOW3 and refactor FileBackend
44 * Added feature #14655: Caching framework: Implement PDO backend
46 2010-06-08 Stanislas Rolland <typo3@sjbr.ca>
48 * Updated htmlArea RTE manual.
49 * Fixed bug #14662: htmlArea RTE: Should use t3lib_utility_Client::getBrowserInfo
50 * Fixed bug #13062: htmlArea RTE: "non-floating" float value doesn't stick on images
51 * Fixed bug #13301: htmlArea RTE: textstyle cannot be applied to full content of block element
53 2010-06-08 Oliver Hader <oliver@typo3.org>
55 * Cleanup: Fixed formatting of t3lib_PageRenderer_testcase
56 * Follow-up to bug #3977: Unit tests for directory permission are too restrictive
57 * Follow-up to feature #14277: Fixed unit tests for loading scriptaculous modules
59 2010-06-08 Steffen Kamper <info@sk-typo3.de>
61 * Fixed bug #14611: [Install] Content of Input Fields is not displayed completely
63 2010-06-07 Christian Kuhn <lolli@schwarzbu.ch>
65 * Fixed bug #14638: Update caching framework to its according FLOW3 revision 4443
67 2010-06-06 Stanislas Rolland <typo3@sjbr.ca>
69 * Follow-up to bug #14360: htmlArea RTE: Toolbar and context menu styling needs adjustments
70 * Fixed bug #12486: RTE does not work with Arora
72 2010-06-06 Ingo Renner <ingo@typo3.org>
74 * Fixed issue #14560: Violation of naming conventions in sprite generation API
75 * Fixed issue #14561: Violation of naming conventions in t3lib_compressor
77 2010-06-06 Steffen Kamper <info@sk-typo3.de>
79 * Fixed bug #14630: Backend doesn't use $this->pageRenderer
81 2010-06-06 Benjamin Mack <benni@typo3.org>
83 * Fixed bug #1294: movie param of flash object not processed by prefixResourcePath(Thanks to Jigal van Hemert)
84 * Fixed bug #14629: Copyright Year in Page Source is still wrong (Thanks to Jigal van Hemert)
86 2010-06-06 Christian Kuhn <lolli@schwarzbu.ch>
88 * Fixed bug #14635: Caching framework file backend: Unit test fixes
89 * Fixed bug #14632: Caching framework memcached backend: No exception thrown if set() fails and wrong boolean comparison
90 * Fixed bug #14631: Caching framework memcached backend: Wrong memcache server detection in unit tests
91 * Follow-up to #11386: Caching framework file backend does not return absolute path in getCacheDirectory()
92 * Fixed bug #14455: [Performance] Wrong variable in t3lib_cache_memcachedbackend leads to redundant data (Thanks to Dan Osipov)
94 2010-06-05 Stanislas Rolland <typo3@sjbr.ca>
96 * Fixed bug #14625: htmlArea RTE: Inconsistant position of ok button
98 2010-06-05 Benjamin Mack <benni@typo3.org>
100 * Fixed bug #14626: Login refresh popup should not display news
101 * Followup to #14387: Remove the feature "Enable extensions without review (basic security check)" from EM (Thanks to Helmut Hummel)
103 2010-06-04 Steffen Kamper <info@sk-typo3.de>
105 * Fixed bug #14615: Autosuggest function doesn't work with quotes
107 2010-06-04 Susanne Moog <typo3@susannemoog.de>
109 * Fixed bug #13818: tcemain versionSwap might break pages_language_overlay relations (thanks to Tolleiv Nietsch)
111 2010-06-03 Stanislas Rolland <typo3@sjbr.ca>
113 * Fixed bug #14397: htmlArea RTE: Incorrect encoding of some labels when BE is not utf-8
115 2010-06-03 Xavier Perseguers <typo3@perseguers.ch>
117 * Fixed bug #14130: Switching pages with browsebox doesn't work (thanks to Mark Kuiphuis)
119 2010-06-02 Christian Kuhn <lolli@schwarzbu.ch>
121 * Fixed bug #13506: [felogin] Function changePassword does not work, when hitting 'enter' in change password form (Thanks to Christian Futterlieb)
123 2010-05-31 Oliver Hader <oliver@typo3.org>
125 * Release of TYPO3 4.4.0beta3
127 2010-05-31 Oliver Hader <oliver@typo3.org>
129 * Fixed bug #14556: Media content element shows HTML markup in additional flexform configuration
131 2010-05-31 Christian Kuhn <lolli@schwarzbu.ch>
133 * Fixed bug #14527: fixPermissions() for ENABLE_INSTALL_TOOL and extension import
134 * Fixed bug #13701: @ini_set() works only on windows, on some unices it could render the function unusable (Thanks to Stephan Seitz)
136 2010-05-31 Steffen Kamper <info@sk-typo3.de>
138 * Fixed bug #14553: topFrameH configuration option doesn't work anymore (Thanks to Stefan Galinski)
139 * Fixed bug #14530: Missing icons in new BE skin (sprites) v7
140 * Fixed bug #14547: Flags in localization view (list view) have no title
141 * Fixed bug #14530: Missing icons in new BE skin (sprites) v6
142 * Fixed bug #12990 : referrer in felogin form is not encoded correctly (Thanks to Jigal van Hemert)
144 2010-05-31 Dmitry Dulepov <dmitry.dulepov@gmail.com>
146 * Fixed bug #13858: IS cannot not index files if absRefPrefix is set and indexExternalURLs is not (thanks to Christian Kuhn and Steffen Ritter for help!)
148 2010-05-31 Benjamin Mack <benni@typo3.org>
150 * Followup to #13998: Introduce Automatic versioning of CSS and JS files - fixed tabs for install tool
151 * Dropped feature #14441: Drop support for GDlib 1.x, GDlib2 is now default
152 * Fixed bug #13138: Add hook for manipulating content in felogin extension (Thanks to Thomas Layh)
153 * Fixed bug #14540: Replace icons in module menu to use new styles (Thanks to Steffen Gebert)
154 * Fixed bug #14537: Add spinner icons for toolbar (Thanks to Steffen Gebert)
155 * Fixed bug #14536: Use sprite icons in toolbar (Thanks to Steffen Gebert)
156 * Fixed bug #14534: Cleanup: Icons missing in the new icon-set, and therefore sprites are updated (Thanks to Steffen Ritter)
157 * Fixed bug #14535: Checkbox Alignment in TCEforms is broken (Thanks to Steffen Kamper)
158 * Fixed bug #14532: SpriteIcons: Clickmenu is not replaced (Thanks to Steffen Ritter)
160 2010-05-30 Benjamin Mack <benni@typo3.org>
162 * Followup to #14465: Make use of the new Sprite API throughout the TYPO3 Core Backend - Missing check for directory type in class.file_list.inc (Thanks to Steffen Ritter)
164 2010-05-30 Steffen Kamper <info@sk-typo3.de>
166 * Fixed bug #14544: Core calls deprecated procesIncludes()
167 * Fixed bug #14530: Missing icons in new BE skin (sprites) v5
168 * Fixed bug #14530: Missing icons in new BE skin (sprites) v4
169 * Fixed bug #14530: Missing icons in new BE skin (sprites) v3
170 * Fixed bug #14530: Missing icons in new BE skin (sprites) v2
171 * Fixed bug #14526: page tree filterbox styling fixed in new BE layout (Thanks to Jigal van Hemert)
172 * Fixed bug #14533: SpriteIcons: Icons in db_new.php are not replaced (Thanks to Steffen Ritter)
173 * Fixed bug #14530: Missing icons in new BE skin (sprites)
174 * Fixed bug #14520: Css correction for template modul
175 * Fixed bug #14525: Workspacemenu JS is broken
176 * Fixed bug #14522: Pagetree workspace div correction
178 2010-05-30 Oliver Hader <oliver@typo3.org>
180 * Added feature #14383: Integrate hooks to backend.php to perform several customizations
181 * Fixed bug #14392: typolink creates incomplete links in combination with the forceAbsoluteUrl property
183 2010-05-29 Christian Kuhn <lolli@schwarzbu.ch>
185 * Fixed bug #12872: Use "strong" instead of "b" (Thanks to Steffen Kamper and Stefano Kowalke)
186 * Fixed bug #14517: Set focus on pagetree filter input field (Thanks to Sebastian Gebhard)
187 * Fixed bug #14513: Improve rendering of icons in t3-row-header (Thanks to Steffen Gebert)
188 * Follow-up to feature #14490: Add missing styles of login box (Thanks to Steffen Gebert)
189 * Fixed bug #14510: Increase width of module menu and navigation frame (Thanks to Steffen Gebert)
191 2010-05-29 Steffen Kamper <info@sk-typo3.de>
193 * Fixed bug #14518: HCI: Page "with root-flag" set should have "domain"-icon (Thanks to Steffen Ritter)
194 * Fixed bug #14519: Toolbar menuitems alignment
195 * Fixed bug #14512: Remove "bigButtons" by default in Page module (Thanks to Steffen Gebert)
196 * Fixed bug #10377: Cleaning and linting typo3/js-scripts
197 * Fixed bug #14523: Missing icons in workspace modules
199 2010-05-29 Oliver Hader <oliver@typo3.org>
201 * Fixed bug #14488: prioriCalc no longer working correctly (thanks to Franz Koch)
203 2010-05-29 Susanne Moog <typo3@susanne-moog.de>
205 * Follow-up to feature #14490: wrong position of stop page tree icon & cursor:pointer for IE6 icons
206 * Follow-up to feature #14506: Fixes for alt_db_navframe (page tree filter - missing JS file) (Thanks to Steffen Gebert)
208 2010-05-28 Steffen Kamper <info@sk-typo3.de>
210 * Fixed bug #11503: HTML5 doctype implementation
211 * Follow-up to feature #14506: Fixes for alt_db_navframe (page tree filter) (Thanks to Steffen Gebert)
212 * Follow-up to feature #14490: forgotten css file
213 * Follow-up to feature #14490: A new skin for the TYPO3 Backend (Thanks to Steffen Gebert and Lars Zimmermann)
214 * Fixed bug #14506: Fixes for alt_db_navframe (page tree filter) (Thanks to Steffen Gebert)
215 * Fixed bug #14462: Remove old_backend
217 2010-05-28 Oliver Hader <oliver@typo3.org>
219 * Fixed bug #14503: HTML is shown in sysext belog after the usage of the sprite api for icons (thanks to Andy Grunwald)
220 * Follow-up to feature #14490: Fatal error in typo3/sysext/cms/layout/class.tx_cms_layout.php
222 2010-05-28 Francois Suter <francois@typo3.org>
224 * Fixed bug: #13315: Scheduler: Failed status hides other statuses
226 2010-05-28 Tobias Liebig <mail_typo3@etobi.de>
228 * Follow-up to bug #3800: change the label names (warning about empty reference index table) (thanks to Michael Knabe)
229 * Fixed bug #13903: wrong links with multiple domain records on one page with typolinkCheckRootline (thanks to Irene Höppner)
230 * Fixed bug #14499: saving in t3editor per ajax call not possible (follow-up to #14465 new Sprite API)
232 2010-05-28 Susanne Moog <typo3@susanne-moog.de>
234 * Follow-up to bug #14465: Make use of the new Sprite API throughout the TYPO3 Core Backend
235 * Fixed bug #1402: Text area / RTE fields can't be set to required at the moment.
236 * Fixed bug #12604: fileNameASCIIPrefix got deprecated but is used in core (Thanks to Steffen Gebert)
237 * Fixed bug #11437: New labels in the log module are hardcoded (Thanks to Andy Grunwald)
238 * Fixed bug #14461: TCEforms: Use fieldsets for palettes instead of tables (Thanks to Jo Hasenau)
239 * Fixed bug #14505: treeView implementation fails in adding title-tags to sprite icons (Thanks to Steffen Ritter)
241 2010-05-28 Christian Kuhn <lolli@schwarzbu.ch>
243 * Fixed bug #14508: Fixes to the Page module: Add missing js file as follow-up to #14490 (Thanks to Steffen Gebert)
244 * Fixed bug #13636: sysext:version needs doNotLoadInFE => 0 (Thanks to Georg Ringer)
245 * Fixed bug #9731: Wrong XCLASS definition in t3lib/t3lib_rteapi.php (Thanks to Marcus Schwemer)
246 * Fixed bug #7015: t3lib_DB displays wrong SQL in error case (Thanks to Steffen Ritter)
248 2010-05-28 Benjamin Mack <benni@typo3.org>
250 * Added feature #14490: A new skin for the TYPO3 Backend (Thanks to Steffen Gebert and Lars Zimmermann)
251 * Fixed bug #14342: t3lib_compressor does not rewrite "data:" URIs (Thanks to Steffen Gebert)
253 2010-05-28 Sebastian Kurfuerst <sebastian@typo3.org>
255 * Raised Extbase version from 1.2.0beta1 to 1.2.0beta2
257 2010-05-28 Xavier Perseguers <typo3@perseguers.ch>
259 * Raised DBAL version from 1.1.5 to 1.1.6
261 2010-05-27 Jeff Segars <jeff@webempoweredchurch.org>
263 * Follow-up to bug #14486: Sprite icons not shown in Safari and IE6 (thanks to Steffen Ritter)
264 * Follow-up to bug #14486: Fix transparency on frontend and backend user icons (thanks to Steffen Gebert and Steffen Ritter)
266 2010-05-27 Xavier Perseguers <typo3@perseguers.ch>
268 * Fixed bug #14496: SQL parser does not handle ALTER TABLE with character set operation
269 * Follow-up of bug #13670: forgotten reset/each statement caused side effect of using foreach statement
270 * Fixed bug #14456: SQL parser doesn't accept ALTER TABLE statement without CHANGE, DROP or ADD keyword
271 * Fixed bug #13934: Side-effect of substr in t3lib_cs (thanks to Rens Admiraal)
273 2010-05-27 Jochen Rau <jochen.rau@typoplanet.de>
275 * Fixed bug #13604: PHP Warning from t3lib_loadmodules after installing extbase, because $TBE_MODULES['_dispatcher'] is not unset (thanks to Marc Bastian Heinrichs)
277 2010-05-27 Tobias Liebig <mail_typo3@etobi.de>
279 * Fixed bug #14388: TypoScript templates containing a "$1" become corrupted
281 2010-05-27 Stanislas Rolland <typo3@sjbr.ca>
283 * Fixed bug #14489: htmlArea RTE: color dialogues do not show all configured colors
284 * Fixed bug #14491: htmlArea RTE: disableColorPicker not always honoured
285 * Fixed bug #14494: htmlArea RTE: backpath is not correctly set
286 * Follow-up to issue #14494: htmlArea RTE: backpath is not correctly set
287 * Further follow-up to issue #14494: htmlArea RTE: backpath is not correctly set
289 2010-05-27 Oliver Hader <oliver@typo3.org>
291 * Follow-up to #14465: Missing argument when rendering language preview in page module
293 2010-05-26 Jeff Segars <jeff@webempoweredchurch.org>
295 * Fixed bug #14486: Added missing icons for the new iconset (thanks to Steffen Ritter)
296 * Added feature #14465: Make use of the new sprite API through the TYPO3 core (thanks to Steffen Ritter)
297 * Follow-up to feature #14465: Remove extra semicolon at end of line
299 2010-05-26 Susanne Moog <typo3@susanne-moog.de>
301 * Fixed bug #13443: Wrong image shown in WEB->PERM (thanks to Stephan Kellermayr)
303 2010-05-26 Ingo Renner <ingo@typo3.org>
305 * Added feature #14463: Add post initialization hook for tslib_cObj
306 * Follow-up to #14463: Added the new tslib_content_PostInitHook interface to core_autoload.php
307 * Fixed issue #14480: tslib_cObj->start() sets a member "data", but not "table"
309 2010-05-26 Steffen Kamper <info@sk-typo3.de>
311 * Fixed bug #14394: Better debug output for SQL Explain
312 * Fixed bug #14466: Bug: SpriteIconApi getSpriteIconForRecord does not find default icon (thanks to Steffen Ritter)
313 * Follow-up to bug #13379: Sprite Icon API (thanks to Steffen Ritter)
314 * Follow-up to bug #14324: Feature: Add spriteGeneratorAPI to support the new sprite-icon-api (thanks to Steffen Ritter)
316 2010-05-25 Stanislas Rolland <typo3@sjbr.ca>
318 * Fixed bug #14333: htmlArea RTE: justify after CTRL+A not working in Firefox
320 2010-05-24 Stanislas Rolland <typo3@sjbr.ca>
322 * Updated htmlArea RTE version to 1.9.3
323 * Fixed bug #14470: htmlArea RTE: hovering custom colours produces shivering effect
325 2010-05-24 Benjamin Mack <benni@typo3.org>
327 * Follow-up to #13379: Sprite Icon API - Removed unused sprites for t3skin (Thanks to Steffen Ritter)
328 * Follow-up to #13379: Sprite Icon API - Added updated Sprites for t3skin (Thanks to Steffen Ritter)
330 2010-05-23 Steffen Kamper <info@sk-typo3.de>
332 * Follow-up to bug #13868: Integrate TYPO3 donate notice in the backend
333 * Fixed bug #14387: Updating the CGLs [was: Remove the feature "Enable extensions without review (basic security check)" from EM] (thanks to Lars Houmark)
335 2010-05-22 Oliver Hader <oliver@typo3.org>
337 * Added feature #13868: Integrate TYPO3 donate notice in the backend
339 2010-05-22 Benjamin Mack <benni@typo3.org>
341 * Follow up to #13379: Removed generation parts of Sprite Icon API (Thanks to Steffen Ritter)
342 * Fixed bug #12923: Javascript error in tmenu_layers.php & gmenu_layers.php (Thanks to Klaus Goessl)
344 2010-05-22 Steffen Kamper <info@sk-typo3.de>
346 * Fixed bug #14191: Install tool lacks hint of how to create ENABLE_INSTALL_TOOL (thanks to Steffen Gebert)
347 * Fixed bug #14328: Include prototype+scriptaculous using API at the login screen (thanks to Steffen Gebert)
348 * Added Feature #14324: Add spriteGeneratorAPI to support the new sprite-icon-API (thanks to Steffen Ritter)
350 2010-05-22 Xavier Perseguers <typo3@perseguers.ch>
352 * Fixed bug #14175: belog not shown / error when actions: error is selected (thanks to Philipp Thiele)
354 2010-05-21 Benjamin Mack <benni@typo3.org>
356 * Fixed bug #14443: Deprecate $TYPO3_CONF_VARS[GFX][TTFLocaleConv]
357 * Cleaned up #9416: Code Cleanup for lang.php (Thanks to Stefano Kowalke)
358 * Fixed bug #6555: template.relPathPrefix causes decoding of html-entities in affected attributes (Thanks to Martin Ficzel)
359 * Fixed bug #13749: IRRE: Inline elements of translated records are not coppied correctly. (Thanks to Albrecht Koehnlein)
361 2010-05-20 Christian Kuhn <lolli@schwarzbu.ch>
363 * Fixed bug #7753: EM warns No XCLASS inclusion code found if you use $GLOBALS['TYPO3_CONF_VARS'] (thanks to Franz Holzinger)
365 2010-05-19 Stanislas Rolland <typo3@sjbr.ca>
367 * Follow-up to bug #14413: htmlArea RTE: ExtJS resources are not released in IE when RTE closes
369 2010-05-18 Benjamin Mack <benni@typo3.org>
371 * Follow-up to #14277: Removed redundant code / Improve t3lib_compressor
373 2010-05-18 Ernesto Baschny <ernst@cron-it.de>
375 * Follow-up to bug #13670: Wrong variable name causing EM not to show "Extensions found only on this server" on "Import extensions" search result
377 2010-05-18 Steffen Kamper <info@sk-typo3.de>
379 * Fixed bug #14327: Condition misses check for no logged in user
381 2010-05-17 Stanislas Rolland <typo3@sjbr.ca>
383 * Fixed bug #14413: htmlArea RTE: ExtJS resources are not released in IE when RTE closes
385 2010-05-17 Christian Kuhn <lolli@schwarzbu.ch>
387 * Fixed bug #14411: Use of deprecated method t3lib_BEfunc::getSetUpdateSignal in impexp
388 * Follow-up to bug #13670: Fatal in t3lib_querygenerator
389 * Follow-up to bug #13670: Fatal in fe_adminLib.inc (thanks to Lars Houmark)
391 2010-05-16 Christian Kuhn <lolli@schwarzbu.ch>
393 * Follow-up to bug #13670: #14393 Fatal error in impexp
395 2010-05-16 Steffen Kamper <info@sk-typo3.de>
397 * Follow-up to bug #13670: Performance optimization: change while(list() to foreach()
399 2010-05-15 Christian Kuhn <lolli@schwarzbu.ch>
401 * Fixed bug #14312: Notice undefined index systemLog and undefined constant TYPO3_ERRORHANDLER_MODE (thanks to Martin Mueller)
402 * Fixed bug #14309: Notice undefined index "error" & "debug" in index_ts.php (thanks to Martin Mueller)
403 * Fixed bug #14180: No Message shown when accessing backend if TYPO3_CONF_VARS[BE][adminOnly] = -1 (thanks to Georg Ringer)
405 2010-05-14 Ernesto Baschny <ernst@cron-it.de>
407 * Fixed bug #14337: "The install tool is locked" doesn't send no-cache headers (thanks to Steffen Gebert)
409 2010-05-14 Steffen Kamper <info@sk-typo3.de>
411 * Fixed bug #14339: Better options for deprecation log
412 * Fixed bug #14375: Rewrite of the debug panel (More Features!, More Stability!, More Usability!) (Stefan Galinski)
413 * Follow-up to bug #14365: Bug: Install Tool skin is sometimes wrong (thanks to Lars Houmark)
414 * Fixed bug #14367: Install Tool does not provide a logout possibility (thanks to Lars Houmark)
416 2010-05-13 Ernesto Baschny <ernst@cron-it.de>
418 * Fixed issue #13670: Performance optimization: change while(list() to foreach() (thanks to Georg Ringer and Steffen Gebert)
420 2010-05-13 Steffen Kamper <info@sk-typo3.de>
422 * Fixed bug #12803: Creating or deleting ENABLE_INSTALL_TOOL file saves settings in "User Settings"
423 * Fixed bug #14341: c&p error in t3lib_div::logDeprecatedFunction
424 * Fixed bug #14365: Bug: Install Tool skin is sometimes wrong (thanks to Lars Houmark)
425 * Fixed bug #14336: Merge modules "Cleanup and typo3temp/" of the Install Tool (thanks to Steffen Gebert)
427 2010-05-13 Patrick Broens <patrick@patrickbroens.nl>
429 * Fixed bug #14379: CSS issues for Internet Explorer version 6 and 7 (thanks to Jigal van Hemert)
431 2010-05-12 Stanislas Rolland <typo3@sjbr.ca>
433 * Follow-up to bug #14360: htmlArea RTE: Toolbar and context menu styling needs adjustments
434 * Fixed bug #14374: htmlArea RTE: Language plugin may cause js error on RTE initialization
436 2010-05-12 Dmitry Dulepov <dmitry.dulepov@gmail.com>
438 * Fixed bug #14052: cache_treelist is out of date after setting hidden=0 (thanks to Steffen Gebert)
440 2010-05-10 Stanislas Rolland <typo3@sjbr.ca>
442 * Fixed bug #9455: RTE incorrectly modifies external links and causes problems with subdomains
443 * Fixed bug #14360: htmlArea RTE: Toolbar and context menu styling needs adjustments
445 2010-05-07 Steffen Kamper <info@sk-typo3.de>
447 * Fixed bug #14335: Install Tool buttons have no hover state (thanks to Steffen Gebert)
449 2010-05-09 Stanislas Rolland <typo3@sjbr.ca>
451 * Follow-up to feature #14014: htmlArea RTE should use version numbering method for CSS and JS files
452 * Fixed bug #14349: htmlArea RTE: Unavailability of hot key map may cause plugin to fail
453 * Follow-up to feature #14277: Apply gzip compression to htmlArea RTE concatenated js script
454 * Follow-up to feature #14014: Some htmlArea RTE csss files are not versioned in the FE
456 2010-05-07 Steffen Kamper <info@sk-typo3.de>
458 * Fixed bug #14326: [Performance] Preload ExtJS in BE
459 * Fixed bug #14288: opendocs can cause duplicate id html errors (thanks to Stefan Galinski)
461 2010-05-07 Stanislas Rolland <typo3@sjbr.ca>
463 * Fixed bug #14202: htmlArea RTE: Tables may get lost when using remove format feature
465 2010-05-07 Susanne Moog <typo3@susanne-moog.de>
467 * Fixed bug #14293: IRRE loading indicator makes label text jump (Thanks to Lars Houmark)
469 2010-05-07 Benjamin Mack <benni@typo3.org>
471 * Fixed bug #5003: prefixRelPath() incorrectly changes links to anchors (Thanks to Jigal van Hemert)
473 2010-05-07 Oliver Hader <oliver@typo3.org>
475 * Fixed bug #13495: Workspace tiled Preview shows same version of Page
477 2010-05-07 Steffen Kamper <info@sk-typo3.de>
479 * Fixed bug #14331: BE search is broken
481 2010-05-06 Benjamin Mack <benni@typo3.org>
483 * Fixed bug #14028: Code cleanup in class.t3lib_userauthgroup.php - part 1: foreach loops / variable renaming (Thanks to Kjeld Schumacher)
484 * Fixed bug #14315: Filelist: AJAX bug with multiple file mounts in the folder tree
485 * Fixed bug #12429: Renamed "t3lib_tstemplate::procesIncludes" to "processIncludes" due to a misspelling (Thanks to Bernhard Kraft)
486 * Fixed bug #13996: Hardcoded TYPO3 logo shown in "HELP > About TYPO3" (Thanks to Stephan Kellermayr)
487 * Fixed bug #13995: Hardcoded TYPO3 logo image shown in "HELP > About Modules" (Thanks to Stephan Kellermayr and Steffen Kamper)
488 * Fixed bug #14291: TCEforms: Incorrect background color style in type fields with images (Thanks to Stefan Galinski)
489 * Fixed bug #14316: Updated TYPO3_copyright_year in constants section of config_default.php (Thanks to Steffen Gebert)
490 * Fixed bug #14217: options.pageTree.showPageIdWithTitle doesn't work in record picker and RTE (Thanks to Reinhard Fuehricht)
492 2010-05-06 Susanne Moog <typo3@susanne-moog.de>
494 * Fixed bug #14185: The tt_content.fe_groups field is not placed under the Access Tab (Thanks to Peter Klein & Lars Houmark)
496 2010-05-05 Benjamin Mack <benni@typo3.org>
498 * Fixed bug #12470: PHP-5.3 error: function define_syslog_variables() is deprecated (Thanks to Rupert Germann)
499 * Followup to #13998 / #14298: Missing ">" in HTML source when including jsfunc.validateform.js (Thanks to Lars Houmark)
501 2010-05-05 Steffen Kamper <info@sk-typo3.de>
503 * Fixed bug #14295: Recycler and tcemain->process_cmdmap cannot undelete some records (thanks to Lars Houmark)
504 * Fixed bug #14307: fe_user passwords are visible in the info popup window in the backend (thanks to Lars Houmark)
506 2010-05-04 Francois Suter <francois@typo3.org>
508 * Fixed bug #14255: Navigation title field should also be displayed on shortcuts page (thanks to Steffen Gebert)
510 2010-05-03 Susanne Moog <typo3@susanne-moog.de>
512 * Follow up to #5500: Load Inline Elements On Demand (thanks to Steffen Ritter)
514 2010-05-03 Benjamin Mack <benni@typo3.org>
516 * Release of TYPO3 4.4.0beta2
518 2010-05-03 Francois Suter <francois@typo3.org>
520 * Fixed bug #14275: Error handler does not catch exception while connecting to DB
522 2010-05-03 Steffen Kamper <info@sk-typo3.de>
524 * Fixed bug #14282: t3lib_compressor processes JSlibs, even when it's not supposed to to (thanks to Steffen Gebert)
525 * Fixed bug #14283: Loading scriptaculous with all modules fails with t3lib_compressor (thanks to Steffen Gebert)
526 * Fixed bug #7795: opendocs: documents are opened without pagetree (thanks to Stefan Galinski)
527 * Fixed bug #14144: Positioning of toolbar elements broken, especially in Safari (thanks to Stefan Galinski)
529 2010-05-03 Xavier Perseguers <typo3@perseguers.ch>
531 * Raised DBAL version from 1.1.4 to 1.1.5
533 2010-05-02 Xavier Perseguers <typo3@perseguers.ch>
535 * Raised DBAL version from 1.1.3 to 1.1.4
537 2010-05-02 Benjamin Mack <benni@typo3.org>
539 * Followup to #14195: Install icons referenced in install.css did not load anymore
540 * Updated NEWS.txt to reflect the breaking changes of Extbase
541 * Fixed bug #14276: tceforms: Title of a record does not use API call to limit the character
542 * Added feature #13379: Introduced a Sprite Icon API to render icons from sprites (Thanks to Thomas Allmer and Steffen Ritter)
544 2010-05-02 Steffen Kamper <info@sk-typo3.de>
546 * Follow-up to #14277: Improve t3lib_compressor (thanks to Steffen Gebert)
547 * Fixed bug #14277: Improve t3lib_compressor (thanks to Steffen Gebert)
548 * Fixed bug #14279: Some non-XHTML tags in Backend (thanks to Steffen Gebert)
550 2010-05-02 Sebastian Kurfuerst <sebastian@typo3.org>
552 * Raised Extbase and Fluid versions to 1.2.0beta1.
554 2010-05-01 Xavier Perseguers <typo3@perseguers.ch>
556 * Fixed bug #2186: Error installing static_info_tables
558 2010-05-01 Benjamin Mack <benni@typo3.org>
560 * Followup to #14064: Removed unused functions to detect GDlib/TTF() in the installer
561 * Fixed bug #14243: some notices, undefined index in tslib_fe.php (Thanks to Martin Mueller)
562 * Followup to #14064: Textual change to the new install tool
563 * Followup to #7501: Removed check for static templates from installer
565 2010-05-01 Francois Suter <francois@typo3.org>
567 * Follow-up to #14195: removed file typo3/sysext/t3skin/stylesheets/.htaccess which has become useless
569 2010-05-01 Steffen Kamper <info@sk-typo3.de>
571 * Fixed bug #11150: CSS in BE has no general rules, only specific (thanks to Steffen Gebert)
572 * Added feature #14247: Add a compressor/concatenator for CSS and JS (thanks to Steffen Gebert)
573 * Fixed bug #14272: typo in t3lib_PageRenderer (thanks to Steffen Gebert)
574 * Follow-up to bug #8305: SQL debug output is not shown in the Backend
575 * Deleted testcase for comparing ereg_ usage as it doesn't work with php >= 5.3
576 * Fixed bug #8305: SQL debug output is not shown in the Backend (thanks to Stefan Galinski)
578 2010-05-01 Susanne Moog <typo3@susanne-moog.de>
580 * Fixed bug #236: Rendered pages do not validate if no doctype is set. (thanks to Christian Buelter)
581 * Fixed bug #14231: csc static template "v4.3" won't include the registered plugins
583 2010-04-30 Benjamin Mack <benni@typo3.org>
585 * Added feature #12502: Use HMACs for authenticity and integrity checks (Thanks to Marcus Krause and the TYPO3 Security Team)
587 2010-04-30 Francois Suter <francois@typo3.org>
589 * Added feature #14195: Reorganize the backend stylesheets (thanks to Fabien Udriot and Steffen Gebert)
591 2010-04-30 Tobias Liebig <mail_typo3@etobi.de>
593 * Fixed bug #11587: Set proper default timezone (fixes PHP 5.3 warnings concerning missing timezone settings)
594 * Fixed bug #3800: Improve warning about empty reference index table (thanks to Michael Knabe)
596 2010-04-30 Jeff Segars <jeff@webempoweredchurch.org>
598 * Fixed bug #13758: page.jsInline / page.jsFooterInline may fail with config.removeDefaultJS=external (thanks to Steffen Ritter)
600 2010-04-30 Xavier Perseguers <typo3@perseguers.ch>
602 * Updated NEWS.txt as follow-up to #14260 and raise of DBAL version
603 * Raised DBAL version from 1.1.2 to 1.1.3
604 * Added feature #14260: Allow DBAL to be configured [Install Tool]
605 * Fixed bug #14055: Install Tool wants to remove static_template table (thanks to Gregor Hermens)
606 * Fixed bug #14254: Fresh install does not redirect to Install Tool when mysql is not available
608 2010-04-30 Christian Kuhn <lolli@schwarzbu.ch>
610 * Follow-up to bug #13194: Additional unit tests and test renamings for class tx_scheduler_CronCmd
611 * Fixed bug #13194: tx_scheduler_CronCmd does not correctly parse step values
612 * Fixed bug #14223: Notice undefined index in tslib_fe.php isOutputting() (Thanks to Martin Mueller)
613 * Fixed bug #14222: Notice undefined index in tslib_pibase.php (Thanks to Martin Mueller)
614 * Fixed bug #14220: Notice undefined index in t3lib_div::_GPmerged() (Thanks to Martin Mueller)
615 * Fixed bug #14256: tslib_cObj has two test case files (Thanks to Oliver Klee)
617 2010-04-30 Susanne Moog <typo3@susanne-moog.de>
619 * Fixed bug #14079: Running the unit tests floods the deprecation log (thanks to Oliver Klee)
620 * Fixed bug #11811: Raise versions and states of sysexts (stable <-> 1.0.0) (thanks to Steffen Gebert)
621 * Fixed bug #14179: TCA select doesn't show record titles whic start with <= (thanks to Georg Ringer)
622 * Added feature #14247: Add a concatenator for CSS and JS (thanks to Steffen Gebert)
623 * Fixed bug Bug #10224: Not possible to set links to pages underneath a page with activated "temporary DB mount" (thanks to Georg Ringer)
625 2010-04-30 Steffen Kamper <info@sk-typo3.de>
627 * Follow-up to bug #14207: Duplicate submodule URL in JavaScript
628 * Fixed bug #9758: Write Configuration to extTables.php
629 * Fixed bug #14212: Better styling of BE login news (thanks to Georg Ringer)
630 * Fixed bug #14116: Selecting/deselecting all records does not work with translated records (thanks to Reinhard Fuehricht)
632 2010-04-29 Jeff Segars <jeff@webempoweredchurch.org>
634 * Fixed bug #11005: Browse Links Popup shows no files when all file types are allowed
636 2010-04-29 Susanne Moog <typo3@susanne-moog.de>
638 * Fixed bug #14151: Shortcuts broken, if in user or admin tools modules (thanks to Stefan Galinski)
640 2010-04-29 Dmitry Dulepov <dmitry.dulepov@gmail.com>
642 * Fixed bug #14207: Duplicate submodule URL in JavaScript
643 * Fixed bug #14026: Main module does not load different navFrames in submodules in dependency of navFrameScriptParam
645 2010-04-27 Steffen Kamper <info@sk-typo3.de>
647 * Fixed bug #14230: Match TS browser condition with all delivered browsers
649 2010-04-28 Susanne Moog <typo3@susanne-moog.de>
651 * Fixed bug #14139: condensed mode in backend does not work (thanks to Stefan Galinski)
653 2010-04-27 Steffen Kamper <info@sk-typo3.de>
655 * Follow-up to bug #14201: getBrowserInfo delivers wrong info
656 * Fixed bug #14201: getBrowserInfo delivers wrong info
657 * Fixed bug #14137: Startup in module does not work (thanks to Stefan Galinski)
659 2010-04-27 Susanne Moog <typo3@susanne-moog.de>
661 * Follow-up to bug #10768: CSC height 1% breaks rendering of images (thanks to Helmut Hummel)
663 2010-04-27 Patrick Broens <patrick@patrickbroens.nl>
665 * Fixed bug #14214: Install tool hooks are not complete and could be better
667 2010-04-26 Susanne Moog <typo3@susanne-moog.de>
669 * Follow-up to bug #12908: reverted changes in CSC 4.3 folder due to new rules, added comment to IE hacks (thanks to Helmut Hummel)
671 2010-04-26 Christian Kuhn <lolli@schwarzbu.ch>
673 * Follow-up to bug #3977: Added unit tests for t3lib_div:mkdir() and t3lib_div::fixPermissions()
674 * Fixed bug #3977: Permissions not set on extracted localization files (Thanks to Lars Houmark)
676 2010-04-25 Francois Suter <francois@typo3.org>
678 * Fixed bug: #14107: Scheduler: Missing Flash message in the Scheduler (thanks to Georg Ringer)
680 2010-04-22 Xavier Perseguers <typo3@perseguers.ch>
682 * Fixed bug #14182: Multiple join conditions are not supported
684 2010-04-22 Jochen Rau <jochen.rau@typoplanet.de>
686 * Fixed bug #14131: Styling of cookie warning is hardcoded (thanks to Jigal van Hemert)
688 2010-04-22 Jochen Rau <jochen.rau@typoplanet.de>
690 * Fixed bug #13972: cropHTML uses faulty reg exp for HTML entities (thanks to Ralf Hettinger)
692 2010-04-22 Ernesto Baschny <ernst@cron-it.de>
694 * Fixed bug #14176: unit test for RemoveXSS triggers fatal error in phpunit extension (thanks to Jigal van Hemert)
696 2010-04-22 Susanne Moog <typo3@susanne-moog.de>
698 * Fixed bug #3996: Constant Editor - Default Image Width [styles.content.imgtext.linkWrap.width] - wrong description (thanks to Martin Herzog)
699 * Fixed bug #12908: wrong distance between image rows [css styled content]
701 2010-04-22 Patrick Broens <patrick@patrickbroens.nl>
703 * Fixed bug #14177: Change CSS classes- and id names to identifyable install tool names
705 2010-04-20 Dmitry Dulepov <dmitry.dulepov@gmail.com>
707 * Fixed bug #13741: cache_treelist does not take FE users into account
708 * Fixed bug #14149: tslib_cObj::getTreeList() incorrectly checks cache entries
710 2010-04-20 Susanne Moog <typo3@susanne-moog.de>
712 * Follow-up to feature #13698: proxy for the mail() function - typos corrected (thanks to Georg Ringer)
714 2010-04-20 Christian Kuhn <lolli@schwarzbu.ch>
716 * Fixed bug #14096: scheduler: Move the scheduler tests to the scheduler sysext (thanks to Oliver Klee)
717 * Fixed bug #13471: List module eats up tons of memory if displaying records with many references
718 * Fixed bug #14152: Table sys_log, field details is too small
719 * Fixed bug #13908: saltedpasswords: Enhance Unit Tests by testing passwords of various character classes (thanks to Marcus Krause)
721 2010-04-19 Stanislas Rolland <typo3@sjbr.ca>
723 * Fixed bug #14153: htmlAreaRTE: Some Page TSConfig may break default hotkey assignments
724 * Fixed bug #14106: htmlArea RTE: ENTER after an image at beginning of block deletes the image
726 2010-04-19 Steffen Kamper <info@sk-typo3.de>
728 * Fixed bug #13991: Content Element Media does not work with render type "HTML Embed Element" (thanks to Sascha Egerer)
730 2010-04-19 Patrick Broens <patrick@patrickbroens.nl>
732 * Fixed bug #14105: Install Tool: PHP Warning: implode() Invalid arguments passed in typo3\sysext\install\mod\class.tx_install.php line 8244
734 2010-04-19 Dmitry Dulepov <dmitry.dulepov@gmail.com>
736 * Fixed bug #14128: Tree list cache does not recognize 'this' for 'pidInList'
737 * Fixed bug #14129: Function tslib_cObj::getTreeList() inserts records with empty PK
739 2010-04-16 Susanne Moog <typo3@susanne-moog.de>
741 * Fixed bug #13630: Status Report reports "Install Tool: disabled" when it is not. (thanks to Gregor Hermens)
742 * Fixed bug #13941: Deleting pages should check language permissions (thanks to Tolleiv Nietsch)
744 2010-04-16 Francois Suter <francois@typo3.org>
746 * Fixed bug #14090: In Extension Manager importExtInfo() does not sort versions correctly (thanks to Daniel Minder and Steffen Gebert)
748 2010-04-16 Patrick Broens <patrick@patrickbroens.nl>
750 * Fixed bug #14118: Exception handler does not produce valid (X)HTML
752 2010-04-15 Patrick Broens <patrick@patrickbroens.nl>
754 * Fixed bug #14117: RuntimeException thrown within the exception handler when wrong database credentials
756 2010-04-15 Dmitry Dulepov <dmitry.dulepov@gmail.com>
758 * Fixed bug #14021: Simplify the code to get nested GET Parameters with TS (thanks to Sebastian Gebhard)
759 * Fixed bug #14120: Add a method to check if database is connected
761 2010-04-15 Benjamin Mack <benni@typo3.org>
763 * Release of TYPO3 4.4.0beta1
765 2010-04-14 Susanne Moog <typo3@susanne-moog.de>
767 * Fixed bug #5699: Sitemap Content Element does not honorate Workspaces
769 2010-04-14 Stanislas Rolland <typo3@sjbr.ca>
771 * Updated htmlArea RTE manual.
773 2010-04-14 Patrick Broens <patrick@patrickbroens.nl>
775 * Added feature #14109: Add Automatic versioning of CSS and JS files mentioned in #13998 to install tool
777 2010-04-14 Benjamin Mack <benni@typo3.org>
781 2010-04-14 Xavier Perseguers <typo3@perseguers.ch>
783 * Fixed bug #13732: External URL only indexes first page [indexed_search]
784 * Raised DBAL version from 1.1.1 to 1.1.2
786 2010-04-13 Ernesto Baschny <ernst@cron-it.de>
788 * Added feature #13998: Introduce automatic versioning of CSS and JS files (thanks to Lars Houmark)
790 2010-04-13 Benjamin Mack <benni@typo3.org>
792 * Added feature #13865: Possibility to configure alternative parameter for jumpurl filelinks (Thanks to Sebastian Gebhard)
794 2010-04-13 Susanne Moog <typo3@susanne-moog.de>
796 * Added feature #5500: Load Inline Elements On Demand (thanks to Harald Glaser & Vladimir Podkovanov)
797 * Added feature #5678: Missing clearer div in csc-textpic-intext-left/csc-textpic-intext-right
799 2010-04-13 Dmitry Dulepov <dmitry.dulepov@gmail.com>
801 * Fixed bug #14027: Tweak: Add "tiff" to imagefile_ext array (Thanks to Søren Malling)
802 * Fixed bug #14023: choose proper variable namings in tslib_cObj::getGlobal() (Thanks to Sebastian Gebhard)
803 * Fixed bug #1740: date parameters are not configurable in indexed search
805 2010-04-13 Patrick Broens <patrick@patrickbroens.nl>
807 * Fixed bug #14088: Change typo3/install/index.php install tool locked message to proper HTML and CSS
809 2010-04-13 Stanislas Rolland <typo3@sjbr.ca>
811 * Follow-up to feature #14051: htmlArea RTE: Streamline the RTE loading process
812 * Fixed bug #14085: htmlArea RTE: Setting empty color raises js error in IE
813 * Fixed bug #14086: htmlArea RTE: Small css glitch in the color setting dialogue
814 * Added feature #14094: htmlArea RTE: Optionally add rel attribute to link dialogue
815 * Added feature #14014: htmlArea RTE should use versionnumbering method for CSS and JS files
817 2010-04-13 Steffen Kamper <info@sk-typo3.de>
819 * Added Feature #13439: [FEATURE] Allow marker for Subject and Message in auto-response-message of Mailform
820 * Fixed bug #14097: Preview in BE opens Workspace-preview
821 * Fixed bug #14100: ModuleMenu is too small
822 * Added Feature #13940 Added marker in CONTENT object (thanks to Jigal van Hemert)
823 * Added testcase for #13698 (thanks to Oliver Klee)
824 * Added Feature #13698: Add proxy for the mail() function (thanks to Tolleiv Nietsch)
825 * Added Feature #13982: Feature: Renewal of the taskcenter Part III (thanks to Georg Ringer)
826 * Added Feature #13982: Feature: Renewal of the taskcenter Part II (thanks to Georg Ringer)
827 * Added Feature #13982: Feature: Renewal of the taskcenter Part I (thanks to Georg Ringer)
828 * Fixed bug #14061: Do not die, be the exception!
829 * Added Feature #13799: ExtJS driven fading in/out Flashmessages
830 * Corrected spelling errors in felogin manual
831 * Added Feature #12229: Add stdWrap date/strftime with GMT format property
832 * Fixed bug #13402: Active suggest feature for TCA fields with foreign tables
833 * Fixed bug #13788: [felogin] Redirects use incorrect function parameters
834 * Updated manual of felogin (thanks to Jigal van Hemert and Jeff Segars)
835 * Reverted Update #14063: Updated ExtJs library from 3.1.1 to 3.2 Final
837 2010-04-12 Jeff Segars <jeff@webempoweredchurch.org>
839 * Added feature #14065: Add hook for including Static TypoScript after all Static Templates are included
841 2010-04-12 Stanislas Rolland <typo3@sjbr.ca>
843 * Added feature #13116: htmlArea RTE: Allow to hide counting classes
844 * Fixed bug #13674: htmlArea RTE: Incorrect position of cursor after SHIFT-ENTER in WebKit browser
845 * Follow-up to bug #14066: htmlArea RTE: Erratic handling of oncut and onpaste events
846 * Updated NEWS.txt as follow-up to #13580: htmlArea RTE: Extjize the RTE
847 * Fixed bug #14084: htmlArea RTE: RTE fails in absence of wizards
848 * Follow-up to feature #14067: htmlARea RTE: Eliminate namespace pollution
850 2010-04-12 Christian Kuhn <lolli@schwarzbu.ch>
852 * Follow-up to #13710: Added missing typo3/sysext/lang/locallang_t3lib_fullsearch.xml
853 * Fixed bug #13710: Flashmessages in t3lib_fullsearch (Thanks to Georg Ringer)
854 * Added feature #13508: Use exec_TRUNCATEquery() instead of DELETE FROM throughout the core
855 * Fixed bug #13945: Missing key on l18n_parent in tt_content table
857 2010-04-12 Benjamin Mack <benni@typo3.org>
859 * Added Feature #12066: Added constants throughout the core for LF, CR, TAB (Thanks to Oliver Klee)
861 2010-04-12 Susanne Moog <typo3@susanne-moog.de>
863 * Fixed bug #9851: LICENSE.txt refers to wrong webpage on typo3.com
864 * Fixed bug #14054: CSS Styled Content has no manual
866 2010-04-12 Patrick Broens <patrick@patrickbroens.nl>
868 * Fixed bug #14069: New install tool refactoring uses FE layer for templating instead of t3lib_parsehtml
869 * Fixed bug #14070: require_once to class.tslib_content.php in sysext/install/mod/class.tx_install.php should be deleted
870 * Fixed bug #14071: Convert some characters in copyright of the stand alone install tool to XHTML character entities
872 2010-04-11 Stanislas Rolland <typo3@sjbr.ca>
874 * Fixed bug #14062: Text Content element crashes (thanks to Jigal van Hemert)
875 * Fixed bug #10629: class and title parameters of typolinks get broken
876 * Fixed bug #14066: htmlArea RTE: Erratic handling of oncut and onpaste events
877 * Added feature #14067: htmlARea RTE: Eliminate namespace pollution
878 * Added feature #14068: htmlARea RTE: Always rely on ExtJS browser identification
880 2010-04-11 Francois Suter <francois@typo3.org>
882 * Fixed bug #14005: Moving a page with IRRE records misplaces IRRE records
883 * Cleanup #9581: Adapt t3lib_exec to PHP5 and CGLs (thanks to Martin Kutschker and Felix Oertel)
885 2010-04-11 Patrick Broens <patrick@patrickbroens.nl>
887 * Added feature #14064: Install tool refactoring
889 2010-04-11 Steffen Kamper <info@sk-typo3.de>
891 * Follow-up to #10327: [felogin] redirecting to referer does not work
892 * Fixed bug #13985: bugfix/code cleanup: wrong image dimension returned if alternative logo is set and skin-extension is installed in global-space (backend-redesign) (thanks to Stephan N Kellermayr)
893 * Update #14063: Updated ExtJs library from 3.1.1 to 3.2 Final
895 2010-04-10 Steffen Kamper <info@sk-typo3.de>
897 * Fixed bug #12838: Deactivated fields of $TYPO3_USER_SETTINGS are changed by the module "User Settings"
898 * Added feature #13953: Hookrequest - t3lib_page::getRecordOverlay (thanks to Tolleiv Nietsch)
899 * Added feature #14041: impexp: Add Hooks
900 * Added feature #13949: Hookrequest - alt_doc::makeEditForm() to enable further access-restrictions (thanks to Tolleiv Nietsch)
901 * Added feature #13948: Hookrequest - tslib_fe pre/post process for settingLanguage() (thanks to Tolleiv Nietsch)
902 * Added feature #13947: Hookrequest - tslib_menu should provide hook for further filtering (thanks to Tolleiv Nietsch)
903 * Added feature #13952: Hookrequest - t3lib_page::getPageOverlay (thanks to Tolleiv Nietsch)
904 * Added feature #485: Hookrequest for ~ TemplaVoila unlink doesn't work for Non-Admins (thanks to Tolleiv Nietsch)
906 2010-04-10 Stanislas Rolland <typo3@sjbr.ca>
908 * Added feature #14051: htmlArea RTE: Streamline the RTE loading process
909 * Added feature #14057: htmlArea RTE: Extjize the RTE ajax requests.
910 * Added feature #14058: htmlArea RTE: update some WebKit dom methods.
911 * Added feature #14059: htmlArea RTE: Cleanup use of editor focus method
912 * Fixed bug #14060: htmlArea RTE: Some table operations configuration may cause js error
914 2010-04-09 Michael Stucki <michael@typo3.org>
916 * Fixed bug #13959: Core autoloader should accept class names only (could lead to remote command execution). Thanks to Helmut Hummel and Marcus Krause for providing a fix.
918 2010-04-08 Stanislas Rolland <typo3@sjbr.ca>
920 * Added feature #14035: htmlArea RTE: Use sprite for toolbar icons
921 * Follow-up to feature #14035: htmlArea RTE: Use sprite for toolbar icons
922 * Updated htmlArea RTE version to 1.9.2
924 2010-04-08 Steffen Kamper <info@sk-typo3.de>
926 * Fixed bug #13828: Login cause JS error if not in frame (access to parent is not allowed)
927 * Added feature #12818: Feature: border class is hardcoded [css styled content] (thanks to Susanne Moog)
928 * Fixed bug #13693: Backend doesn't use pageRenderer methods
930 2010-04-07 Stanislas Rolland <typo3@sjbr.ca>
932 * Fixed bug #13956: htmlArea RTE: Editing area is collapsed when the RTE is loaded inside a hidden tab in Safari
934 2010-04-06 Francois Suter <francois@typo3.org>
936 * Added feature #11316: Add a "No Frame" option [css styled content] (thanks to Susanne Moog)
937 * Added feature #13296: Scheduler: Add option to disable the sample tasks
939 2010-04-06 Dmitry Dulepov <dmitry.dulepov@gmail.com>
941 * Fixed bug #13977: Improve OpenID association handling
943 2010-04-05 Stanislas Rolland <typo3@sjbr.ca>
945 * Fixed bug #14004: htmlArea RTE: Applying color or font repeatedly produces nested span elements
947 2010-04-05 Jeff Segars <jeff@webempoweredchurch.org>
949 * Fixed bug #14003: "Check for extension updates" does not always find latest version
951 2010-04-05 Xavier Perseguers <typo3@perseguers.ch>
953 * Fixed bug #13487: No alternative icon returned from 'getIcon' (thanks to Stephan Kellermayr)
954 * Fixed bug #13486: Wrong icon-state returned from 'getIcon' (thanks to Stephan Kellermayr)
956 2010-04-03 Francois Suter <francois@typo3.org>
958 * Cleanup #13869: Scheduler: editTasks() calls all registered tasks to edit just one
959 * Fixed bug #13625: Scheduler: tx_scheduler_TestTask fails to execute successfully due to missing mail initialization (thanks to Marc Bastian Heinrichs)
961 2010-04-01 Tobias Liebig <mail_typo3@etobi.de>
963 * Fixed bug #13557: t3editor/codecompletion: add new typoscript properties and update tsref descriptions
964 * Fixed bug #11839: t3editor doesn't have an API for using at other places
966 2010-04-01 Steffen Kamper <info@sk-typo3.de>
968 * Fixed bug #13980: PageRenderer renderJsLibraries should be after the hook
970 2010-03-30 Steffen Kamper <info@sk-typo3.de>
972 * Fixed bug #13011: Bug: borders for single image rendering [css styled content] (thanks to Susanne Moog)
973 * Fixed bug #11386: t3lib_cache_backend_FileBacked violates open_basedir_restrictions
974 * Added feature #13899: Add Viewport layout to BE (thanks to Stefan Galinski)
976 2010-03-30 Stanislas Rolland <typo3@sjbr.ca>
978 * Follow-up to feature #13954: htmlArea RTE: Extjize TYPO3 link, image and user elements dialogue windows
980 2010-03-29 Stanislas Rolland <typo3@sjbr.ca>
982 * Added feature #13954: htmlArea RTE: Extjize TYPO3 link, image and user elements dialogue windows
984 2010-03-29 Christian Kuhn <lolli@schwarzbu.ch>
986 * Fixed bug #13935: t3lib_fullsearch has a lot of hanging SQL record sets
988 2010-03-29 Dmitry Dulepov <dmitry.dulepov@gmail.com>
990 * Fixed bug #11696: External files with Umlauts/special chars in filename are not indexed
991 * Fixed bug #12375: typo3temp got filled with thousands of EXTERNAL_URL* files
992 * !!! Fixed bug #12254: Double wrap of rules subpart with template_css.tmpl (indexed_search)
993 * Fixed bug #1436: Meta tag output in indexed search result breaks layout
994 * Fixed bug #1044: Indexed Search results always on same page as search
996 2010-03-28 Ernesto Baschny <ernst@cron-it.de>
998 * Fixed bug #13677: margin-bottom on images was missing in the "single image" rendering (thanks to Susanne Moog)
1000 2010-03-28 Christian Kuhn <lolli@schwarzbu.ch>
1002 * Follow-up to #13273: Improve caching framework dbBackend testcase to catch not deleted rows in tag table
1003 * Fixed bug #13273: Caching framework sub-select is slow because mysql does not use indexes on outer query
1005 2010-03-27 Benjamin Mack <benni@typo3.org>
1007 * Fixed bug #12794: t3lib_TStemplate::getFileName() handles path starting with media/ as magic
1008 * Fixed bug #13590: felogin adds field felogin_forgotHash to tca but does not add field to database (Thanks to Fabrizio Branca)
1010 2010-03-26 Oliver Hader <oliver@typo3.org>
1012 * Added feature #13697: Add possibility to retrieve extension version (thanks to Tolleiv Nietsch & Oliver Klee)
1014 2010-03-26 Xavier Perseguers <typo3@perseguers.ch>
1016 * Fixed bug #13775: Missing <tr> in "Admin Tools -> User Admin" (thanks to Stephan Kellermayr)
1018 2010-03-26 Steffen Kamper <info@sk-typo3.de>
1020 * Fixed bug #13813: Using ExtJS with debug should also use debug-files of adapter
1022 2010-03-26 Ernesto Baschny <ernst@cron-it.de>
1024 * Follow-up to #13554: Make the code in line with follow-up to #13739
1026 2010-03-26 Christian Kuhn <lolli@schwarzbu.ch>
1028 * Fixed bug #13737: Unit test failures in scheduler if the extension is not installed (Thanks to Oliver Klee)
1029 * Follow-up to #13418: Removed a duplicate reset in tearDown of testcase
1030 * Follow-up to #13418: Added testcase for t3lib_div::_getSET (Thanks to Susanne Moog and Oliver Klee)
1031 * Added Feature #13418: Allow t3lib_div::_GETset() to set specified key (Thanks to Felix Oertel)
1032 * Fixed bug #13595: loginform has <table> stdWrap, but <div>s inside [css styled content] (Thanks to Susanne Moog)
1033 * Fixed bug #13792: Double semicolon in css styled content (Thanks to Susanne Moog)
1034 * Fixed bug #13386: mod.web_list.hideTables doesn't accept spaces (Thanks to Marcel Greter)
1035 * Follow-up to bug #13681: Added testcase for t3lib_div::revExplode
1036 * Fixed bug #13681: Improve performance of t3lib_div::revExplode (Thanks to Nikolas Hagelstein)
1038 2010-03-26 Francois Suter <francois@typo3.org>
1040 * Fixed bug #13716: includeCSS changed behavior, must default to media="all" (thanks to internezzo ag)
1041 * Fixed bug #13678: htmlmail send mail twice if cc recipient is set (thanks to Robert Heel)
1042 * Follow-up to #13678: Removed cleanup of recipient_copy which is now unused
1043 * Fixed bug #13920: Removed unused property $additionalStyleSheets in template.php (thanks to Steffen Gebert)
1044 * Fixed bug #12202: "Clear temporary data" in setup module misses JS confirm (thanks to S�ren Malling)
1045 * Fixed bug #13832: Wrong flash message when clearing temporary data (thanks to S�ren Malling)
1047 2010-03-25 Ernesto Baschny <ernst@cron-it.de>
1049 * Fixed bug #13901: GIFBULDER generates same picture twice (in typo3temp/GB) (thanks to Vladimir Podkovanov)
1050 * Follow-up to #13739: Make the clickmenu work for the case when "Substitute Mount Point" is not set
1052 2010-03-25 Christian Kuhn <lolli@schwarzbu.ch>
1054 * Follow-up to bug #11239: Added testcase for tslib_content->getQueryArguments()
1055 * Follow-up to bug #11239: Added testcase for t3lib_div::arrayDiffAssocRecursive()
1056 * Follow-up to bug #11239: typolink addQueryString.exclude does not support arrays, main patch for tslib_content
1057 * Fixed bug #11239: typolink addQueryString.exclude does not support arrays, pre-patch to add t3lib_div::arrayDiffAssocRecursive()
1058 * Added feature #9289: Missing index for deleting outdated session data in fe_session_data
1059 * Fixed bug #9769: Organisation in mail header should be Organization
1061 2010-03-24 Stanislas Rolland <typo3@sjbr.ca>
1063 * Added feature #13909: htmlArea RTE: Extjize the default non-TYPO3 image dialogue
1064 * Follow-up to feature #13878: htmlArea RTE: Extjize the default non-TYPO3 link dialogue
1065 * Follow-up to feature #13785: htmlArea RTE: Extjize Find & Replace dialogue
1067 2010-03-23 Steffen Kamper <info@sk-typo3.de>
1069 * Fixed bug #13811: Missing formHandler in ExtDirect API (Thanks to Stefan Galinski)
1071 2010-03-23 Dmitry Dulepov <dmitry.dulepov@gmail.com>
1073 * Fixed bug #9229: indexing of records containing HTML leads to concatenated words
1074 * Fixed bug #8933: icons in indexed search modfunc1 are not skinned
1076 2010-03-22 Stanislas Rolland <typo3@sjbr.ca>
1078 * Added feature #13878: htmlArea RTE: Extjize the default non-TYPO3 link dialogue
1079 * Fixed bug #13887: htmlArea RTE: Table dialogues may raise js error
1080 * Added feature #13888: htmlArea RTE: Add border around toolbar
1081 * Follow-up to feature #13796: htmlArea RTE: Extjize Remove format dialogue
1082 * Added feature #13889: htmlArea RTE: Cleanup some unused scripts (Quick Tag)
1084 2010-03-20 Stanislas Rolland <typo3@sjbr.ca>
1086 * Added feature #13870: htmlArea RTE: Extjize the spell checker
1087 * Fixed bug #12845: RTE link query parameters cannot contain "id="
1089 2010-03-20 Andreas Otto <andreas@otto-hanika.de>
1091 * Fixed bug #13871: Field data_page_type in table index_phash is too small.
1093 2010-03-18 Dmitry Dulepov <dmitry.dulepov@gmail.com>
1095 * Fixed bug #12434: Name attribute in search form - invalid XHTML strict
1096 * Fixed bug #10392: Indexed search does not use config.fileTarget for files
1098 2010-03-18 Ernesto Baschny <ernst@cron-it.de>
1100 * Fixed bug #13739: "Show" clickmenu in page tree does not work for mount pages
1101 * Fixed bug #13740: "Show" clickmenu in page tree generates wrong URL if no sys_domain is present
1103 2010-03-17 Andreas Otto <andreas@otto-hanika.de>
1105 * Fixed bug #8597: Defining alternative icons with specConfs.[pid].pageIcon does not work in indexed_search (thanks to Steffen M�ller).
1107 2010-03-17 Andreas Otto <andreas@otto-hanika.de>
1109 * Fixed bug #12959: cHashParams in index_phash is too small (thanks to Dmitry Dulepov).
1111 2010-03-16 Xavier Perseguers <typo3@perseguers.ch>
1113 * Fixed bug #13823: Backend not printable if more than one page (thanks to Stefan Geith)
1114 * Added feature #13825: TypoScript object browser - Show all TS (thanks to Stefan Geith)
1116 2010-03-16 Benjamin Mack <benni@typo3.org>
1118 * Release of TYPO3 4.4.0alpha2
1120 2010-03-16 Sebastian Kurfuerst <sebastian@typo3.org>
1122 * Raising Extbase to 1.1.0alpha1 and Fluid to 1.1.0alpha2
1124 2010-03-15 Tobias Liebig <mail_typo3@etobi.de>
1126 * Follow-up to #1104: fix 'required' validation for IRRE records
1128 2010-03-14 Oliver Hader <oliver@typo3.org>
1130 * Fixed bug #13283: Thumbnail generation broken for PDF files (thanks to Michael Stucki & Andy Grunwald)
1131 * Fixed bug #13690: Clean up class definition of frontendDoc in template.php
1132 * Fixed bug #11805: IRRE does not work correctly with FE-editing (thanks to Bjoern Pedersen)
1134 2010-03-14 Jochen Rau <jochen.rau@typoplanet.de>
1136 * Fixed bug #13371: cropHTML not honoring whole word setting
1138 2010-03-11 Stanislas Rolland <typo3@sjbr.ca>
1140 * Fixed bug #9218: htmlArea RTE: "Remove format" messes up some inline formats
1141 * Added feature #2342: htmlArea RTE: "abbr" attribute for table header cells
1143 2010-03-10 Stanislas Rolland <typo3@sjbr.ca>
1145 * Added feature #13795: htmlArea RTE: Extjize About dialogue
1146 * Added feature #13796: htmlArea RTE: Extjize Remove format dialogue
1148 2010-03-10 Steffen Kamper <info@sk-typo3.de>
1150 * Fixed bug #11576: Colorpicker has no usable icon (Thanks to Stefan Geith)
1152 2010-03-09 Stanislas Rolland <typo3@sjbr.ca>
1154 * Added feature #13785: htmlArea RTE: Extjize Find & Replace dialogue
1155 * Fixed bug #13786: htmlArea RTE: ExtJS raises JS error on opening resizable window in IE
1157 2010-03-08 Xavier Perseguers <typo3@perseguers.ch>
1159 * Fixed bug #13766: Auto-increment does not work with driver odbc_mssql [adodb]
1161 2010-03-07 Steffen Kamper <info@sk-typo3.de>
1163 * Updated ExtJs library from 3.1.0 to 3.1.1
1164 * Fixed bug #13738: Unit test failure: t3lib_PageRenderer_testcase::testAddCssFile (Thanks to Susanne Moog)
1166 2010-03-07 Benjamin Mack <benni@typo3.org>
1168 * Fixed bug #13669: Performance: Inefficient fetch of templates from table sys_template (Thanks to Alexander Weggerle)
1170 2010-03-06 Oliver Hader <oliver@typo3.org>
1172 * Fixed bug #1104: Setting file fields in TCA to "required" makes it impossible to save the record (thanks to Ingmar Schlecht & Tobias Liebig)
1174 2010-03-05 Stanislas Rolland <typo3@sjbr.ca>
1176 * Follow-up to #13668: htmlArea RTE: Cleanup some unused code (statusbar)
1178 2010-03-04 Stanislas Rolland <typo3@sjbr.ca>
1180 * Added feature #13748: htmlArea RTE: Extjize character map
1181 * Fixed bug #9056: htmlArea RTE: Accessibility problem with smileys
1183 2010-03-04 Ernesto Baschny <ernst@cron-it.de>
1185 * Fixed bug #13554: Web>View on mount pages via backend (thanks to Georg Ringer)
1187 2010-03-03 Xavier Perseguers <typo3@perseguers.ch>
1189 * Fixed bug #10003: t3lib_db explainOutput does not work with table alias (thanks to Dan Osipov)
1191 2010-02-27 Andreas Otto <andreas@otto-hanika.de>
1193 * Fixed bug #13685: Recursive copy and move of alternative page languages (thanks to Albrecht K�hnlein)
1195 2010-02-27 Oliver Hader <oliver@typo3.org>
1197 * Fixed bug #8191: IRRE - Storing data crashes somehow with MM tables (thanks to Peter Kuehn & Franz Koch)
1199 2010-02-27 Steffen Kamper <info@sk-typo3.de>
1201 * Fixed bug #12874: Tool>Log date fields does not work
1202 * Fixed bug #7896: Hide the page browser if not enough entries are available (Thanks to Stefan Galinski)
1204 2010-02-26 Christian Kuhn <lolli@schwarzbu.ch>
1206 * Fixed bug #11562: Main module does not load different navFrames in submodules (Thanks to Erik Frister)
1207 * Follow-up to #13675: Added testcase for t3lib_div::intExplode()
1208 * Follow-up to #13675: Use array_map() instead of array_walk()
1209 * Fixed bug #13675: Performance improvement: Use array_walk() for t3lib_div::intExplode (Thanks to Georg Ringer)
1211 2010-02-26 Benjamin Mack <benni@typo3.org>
1213 * Fixed bug #13419: sys_action: Suggest wizard doesn't work with * as table (Thanks to Georg Ringer)
1214 * Added feature #13519: Added a new iconset to t3skin (Thanks to Steffen Gebert and the T3UXW09 team)
1215 * Fixed bug #13262: replace hardcoded typo3/ with TYPO3_mainDir (Thanks to Georg Ringer)
1216 * Fixed bug #11507: tt_content's TCA spaceBefore and spaceAfter got a hardcoded limit of 50 (Thanks to Georg Ringer)
1217 * Fixed bug #13591: Full search causes error if TCA has tables without any columns (Thanks to Fabrizio Branca)
1218 * Fixed bug #13493: Cleanup return value in t3lib_userauthgroup check() (Thanks to Georg Ringer)
1219 * Fixed bug #12849: Element wizard & web_list.allowedNewTables doesn't respect hiding pages (Thanks to Georg Ringer)
1220 * Fixed bug #13611: Replace calls to t3lib_div:: within t3lib_div to self:: due to performance reasons (Thanks to Georg Ringer)
1222 2010-02-25 Stanislas Rolland <typo3@sjbr.ca>
1224 * Fixed bug #13651: htmlArea RTE: Table insertion is broken in IE8
1225 * Added feature #13667: htmlArea RTE: Make toolbar dropdown size configurable in Page TSConfig
1226 * Cleanup #13668: htmlArea RTE: Cleanup some unused code (acronym, color, font)
1227 * Fixed bug #13671: htmlArea RTE: Invalid reference to font options in WebKit browsers
1228 * Fixed bug #13672: htmlArea RTE: Conflicting configuration property name
1229 * Cleanup #13673: htmlArea RTE: url to acronym module is not used anymore
1231 2010-02-24 Ernesto Baschny <ernst@cron-it.de>
1233 * Fixed bug #13470: Session/Login not working in IE8 across subdomains
1235 2010-02-24 Steffen Kamper <info@sk-typo3.de>
1237 * Fixed bug #13637: [EM] Upload to TER is broken
1239 2010-02-23 Benjamin Mack <benni@typo3.org>
1241 * Release of TYPO3 4.4.0alpha1
1243 2010-02-23 Oliver Hader <oliver@typo3.org>
1245 * Fixed bug #13372: saltedpasswords - Authentication Bypass in frontend user authentication (thanks to Marcus Krause & Dmitry Dulepov)
1246 * Fixed bug #13394: Information disclosure in sysext:sys_actions (thanks to Georg Ringer)
1247 * Fixed bug #13042: XSS in index.php (thanks to Georg Ringer)
1248 * Fixed bug #11617: XSS in template module (thanks to Georg Ringer)
1249 * Fixed bug #13249: XSS in TS Object Browser (thanks to Marcus Krause)
1250 * Fixed bug #11621: XSS vulnerabilities in workspace module (thanks to Georg Ringer)
1251 * Fixed bug #11620: XSS vulnerability in task center module (thanks to Georg Ringer)
1252 * Fixed bug #12628: XSS in sysext sys_action (thanks to Georg Ringer)
1253 * Fixed bug #12634: XSS in the access module (thanks to Georg Ringer)
1254 * Fixed bug #13558: XSS in t3lib_querygenerator (thanks to Georg Ringer)
1255 * Fixed bug #12630: XSS in filelist module (thanks to Marcus Krause & Georg Ringer)
1257 2010-02-22 Benjamin Mack <benni@typo3.org>
1259 * Fixed bug #13243: Small speedup improvements to t3lib_page by removing superfluous intval() statements (Thanks to Georg Ringer)
1261 2010-02-22 Stanislas Rolland <typo3@sjbr.ca>
1263 * Added feature #13608: htmlArea RTE: Make height of the context menu configurable
1264 * Updated NEWS.txt as follow-up to #13580: htmlArea RTE: Extjize the RTE
1265 * Fixed bug #13618: htmlArea RTE: RTE iframe is sometimes collapsed
1266 * Fixed bug #13619: htmlArea RTE: url not detected on enter
1268 2010-02-22 Dmitry Dulepov <dmitry.dulepov@gmail.com>
1270 * Fixed bug #12958: Catchable fatal error in indexed_search
1272 2010-02-22 Oliver Hader <oliver@typo3.org>
1274 * Added feature #11950: Support for SSL and absolute links
1276 2010-02-21 Steffen Kamper <info@sk-typo3.de>
1278 * Fixed bug #13252: default CSS only loadable for media screen / changed behaviour in 4.3 (Thanks to Ralf Hettinger)
1279 * Fixed bug #12179: Section "Help" is shown even with no subelements (Thanks to Georg Ringer)
1280 * Fixed bug #13570: Bug: HTML validation error in the BE with the ajax.php inclusion (Thanks to Oliver Klee)
1281 * Fixed bug #13289: Usage of deprecated method - getSetUpdateSignal() (Thanks to Stefan Galinski)
1282 * Fixed bug #13444: Filemounts are unsorted
1284 2010-02-21 Stanislas Rolland <typo3@sjbr.ca>
1286 * Added feature #13580: htmlArea RTE: Extjize the RTE
1287 * Fixed bug #13596: htmlArea RTE: Styling dropdowns grow on every use
1288 * Fixed bug #13597: htmlArea RTE: Toolbar select box does not close on click in editing area
1289 * Fixed bug #13310: htmlArea RTE: Additional Inline Elements issue with overlapping ranges
1290 * Fixed bug #13599: htmlArea RTE: Annoying mouse-over effect on context menu items
1292 2010-02-21 Benjamin Mack <benni@typo3.org>
1294 * Fixed bug #13406: thumbs.php: Thumbnails for images with transparent background look ugly (Thanks to Andreas Wolf and Steffen Ritter)
1295 * Fixed bug / Cleanup #12052: Restructure output of module "DB check" -> "Reference Index" (Thanks to Steffen Gebert)
1296 * Added feature #13204: Flash can now use the session veriCode in the FE as well (Thanks to Stephan Lucas and Steffen Ritter)
1297 * Fixed bug #12343: Installer - Missing message when creation of admin user fails due to missing data (Thanks to Marcus Krause)
1298 * Fixed bug #13423: Bug/Feature: Make ext_tables.sql syntax parsing more compliable (Thanks to Joachim Mathes)
1299 * Fixed bug #13201: Repots module - Use same install tool check for reports as used in About module (Thanks to Moreno Feltscher)
1300 * Fixed bug #13574: html warning, because a plain & inside an url (Thanks to Stefan Galinski)
1301 * Added feature #12180: Speedup t3lib_BEfunc::getRecordPath by using rootline cache (Thanks to Steffen Gebert)
1302 * Fixed bug #13593: Remove calls to and log usage of deprecated global function fw() (Thanks to Steffen Gebert)
1303 * Fixed bug #12625: JSMENU's fallback menu name is not unique
1304 * Fixed bug #12259: Use labels in the page wizard for the page title fields (Thanks to Georg Ringer)
1305 * Fixed bug / Cleanup #11206: Cleaned up test "t3lib_extmgm_testcase" (Thanks to Oliver Klee)
1306 * Fixed bug / Cleanup #11608: t3lib_beFunc::viewOnClick - Extract logic to find the right frontend domain (Thanks to Michael Klapper)
1307 * Fixed bug / Cleanup #12201: Replace header(Location:) with t3lib_div::redirect() (Thanks to Steffen Gebert)
1308 * Followup to cleanup #7501: Remove Static-Templates from standard installation (Update class was declared twice, thanks to Susanne Moog)
1310 2010-02-21 Xavier Perseguers <typo3@perseguers.ch>
1312 * Fixed bug #12220: String literals quoted as identifiers
1314 2010-02-20 Steffen Kamper <info@sk-typo3.de>
1316 * Fixed bug #13568: ExtDirect - API generator should built absolute links (Thanks to Stefan Galinski)
1317 * Fixed bug #13333: Datepicker button color is wrong
1319 2010-02-20 Benjamin Mack <benni@typo3.org>
1321 * Removed dependency / Cleanup #7501: Remove Static-Templates from standard installation (Thanks to Steffen Ritter)
1323 2010-02-20 Oliver Hader <oliver@typo3.org>
1325 * Added feature #13428: Caching of the ExtDirect API configuration (Thanks to Stefan Galinski)
1326 * Follow-up to feature #13428: Extended generation of the caching hash
1327 * Added feature #13164: CLI processes cannot be executed when adminOnly mode is enabled
1329 2010-02-19 Benjamin Mack <benni@typo3.org>
1331 * Fixed bug #12007: Docblock comments in TCEforms suggest class are wrong (Thanks to Andreas Wolf)
1332 * Fixed bug #12870: Login News missing styling for links (Thanks to Steffen Gebert)
1333 * Added feature #13131: Add API to add stylesheet directories (Thanks to Steffen Gebert)
1335 2010-02-14 Christian Kuhn <lolli@schwarzbu.ch>
1337 * Follow-up to #13448: Do not unset $typo3CacheFactory singleton
1339 2010-02-14 Xavier Perseguers <typo3@perseguers.ch>
1341 * Raised DBAL version from 1.1.0 to 1.1.1
1342 * Fixed bug #12829: ALTER TABLE is not able to parse length restriction in index creation
1344 2010-02-14 Andreas Otto <andreas@otto-hanika.de>
1346 * Fixed bug #13380: Recursive deletion of alternative page languages
1348 2010-02-13 Xavier Perseguers <typo3@perseguers.ch>
1350 * Fixed bug #6196: IFNULL operator cannot be parsed
1351 * Fixed bug #13529: DISTINCT should not be used as a function
1353 2010-02-11 Xavier Perseguers <typo3@perseguers.ch>
1355 * Follow-up of #13504: Using TRUNCATE instead of TRUNCATETABLE as public DB API
1357 2010-02-10 Xavier Perseguers <typo3@perseguers.ch>
1359 * Fixed bug #13504: Cannot parse TRUNCATE TABLE in install tool
1361 2010-02-09 Xavier Perseguers <typo3@perseguers.ch>
1363 * Fixed bug #13490: Where clause 0=0 cannot be parsed
1365 2010-02-08 Xavier Perseguers <typo3@perseguers.ch>
1367 * Fixed bug #13464: ORA-00920: invalid relational operator in module statistics [indexed_search]
1368 * Fixed bug #13463: Modfunc2 (statistics) is not compatible with DBAL [indexed_search]
1370 2010-02-08 Steffen Kamper <info@sk-typo3.de>
1372 * Reverted Follow-up to #13448: Unset another variable
1374 2010-02-08 Christian Kuhn <lolli@schwarzbu.ch>
1376 * Fixed bug #13456: Typo in rsaauth ext_tables.sql
1377 * Fixed bug #13257: PHP warning stristr() in Configuration -> Search under PHP 5.3 (thanks to Steffen Gebert)
1379 2010-02-07 Steffen Kamper <info@sk-typo3.de>
1381 * Fixed bug #1822: There is no API to list tables in theWeb->Page module (thanks to Franz Holzinger)
1383 2010-02-07 Christian Kuhn <lolli@schwarzbu.ch>
1385 * Follow-up to #13448: Unset another variable
1386 * Fixed bug #13365: Table headers in t3lib_fullsearch (thanks to Georg Ringer)
1387 * Fixed bug #13448: Typo in BE cache init section
1388 * Follow-up to #13193: Added tests for tx_scheduler_croncmd
1389 * Fixed bug #13193: Day of week in scheduler cron command is not calculated correctly
1390 * Added feature #12859: caching framework db backend: Use t3lib_db to insert all tags in one run
1392 2010-02-07 Xavier Perseguers <typo3@perseguers.ch>
1394 * Added feature #12858: Provide an API to insert multiple rows at once
1395 * Added feature #13209: MySQL extended INSERT statements cannot be parsed
1397 2010-02-06 Xavier Perseguers <typo3@perseguers.ch>
1399 * Fixed bug #13430: Cannot parse INSERT when VALUES has no space before left parenthesis
1401 2010-02-05 Steffen Kamper <info@sk-typo3.de>
1403 * Fixed bug #13391: JS-error in common.js crashes flash uploader
1404 * Fixed bug #13348: Datepicker is brocken with ExtJS 3.1
1405 * Converted t3lib/extjs files to unix format.
1407 2010-02-05 Francois Suter <francois@typo3.org>
1409 * Fixed bug #13323: "Allow preview of whole workspace" misses checkbox
1410 * Cleanup #13377: Provide a manual for system extension saltedpasswords (thanks to Marcus Krause)
1412 2010-02-04 Benjamin Mack <benni@typo3.org>
1414 * Updated NEWS.txt for TYPO3 v4.4
1416 2010-02-03 Xavier Perseguers <typo3@perseguers.ch>
1418 * Fixed bug #13412: BETWEEN operator is not supported
1420 2010-02-02 Xavier Perseguers <typo3@perseguers.ch>
1422 * Fixed bug #13368: Method filelink of tslib_content uses 'target' instead of 'fileTarget'
1423 * Fixed bug #12903: ORA-00918: column ambiguously defined [indexed_search]
1425 2010-02-02 Steffen Kamper <info@sk-typo3.de>
1427 * Follow-up to #13313: ExtDirect API
1429 2010-02-01 Xavier Perseguers <typo3@perseguers.ch>
1431 * Fixed bug #13388: Missing colon in locallang for DB and File mount (thanks to Georg Ringer)
1433 2010-01-27 Steffen Kamper <info@sk-typo3.de>
1435 * Added feature #11221 : Separate first-, middle- and lastname columns in fe_users table (thanks to Isma�l Bidau)
1437 2010-01-25 Steffen Kamper <info@sk-typo3.de>
1439 * Added feature #13313: ExtDirect API (thanks to Stefan Galinski and the T3UXW09 team)
1441 2010-01-24 Steffen Kamper <info@sk-typo3.de>
1443 * Fixed bug #13090: 4.4.0 trunk: version warning with CSS styled content
1445 2010-01-23 Steffen Kamper <info@sk-typo3.de>
1447 * Fixed bug #12688: MM relations: rollback not working / sys_history wrong (thanks to Ralf Hettinger)
1448 * Fixed bug #13230: Using TYPO3_version with "xxx-dev" won't be parsed correct in EM
1449 * Follow-up to #13327: Fix Recycler resize plugin
1450 * Update #13327: Update ExtCore to version 3.1
1452 2010-01-22 Steffen Kamper <info@sk-typo3.de>
1454 * Update #13327: Update ExtJS to version 3.1
1456 2010-01-20 Christian Kuhn <lolli@schwarzbu.ch>
1458 * Fixed bug #13270: t3lib_cache_backend_dbbackendtestcase does not reflect current db backend table definitions
1460 2010-01-18 Benjamin Mack <benni@typo3.org>
1462 * Fixed #11089: Fixing the built-in shopping basket (Thanks to Mathias Schreiber)
1464 2010-01-17 Christian Kuhn <lolli@schwarzbu.ch>
1466 * Added feature #13192: Allow different timestamp as optional parameter in constructor of class tx_scheduler_croncmd
1468 2010-01-17 Benjamin Mack <benni@typo3.org>
1470 * Fixed bug #13093: Massuploader: Window is not closable (Thanks to Steffen Gebert)
1471 * Fixed bug #12742: BE-login screen: Login box with spinner becomes to small and label not centered (Thanks to Steffen Gebert)
1472 * Fixed bug #13167: Flash Uploader error messages should be more descriptive / Improve error handling of massuploader (Thanks to Steffen Gebert)
1474 2010-01-17 Andreas Otto <andreas@otto-hanika.de>
1476 * Fixed bug #13254: Flash Messages in wizard "create multiple pages" (Thanks to Georg Ringer)
1478 2010-01-16 Xavier Perseguers <typo3@perseguers.ch>
1480 * Fixed bug #12681: Select/Deselect all should be visible as link (Thanks to Georg Ringer)
1481 * Fixed bug #12553: Text "A simple table with up to 8 columns" is wrong (Thanks to Georg Ringer)
1482 * Fixed bug #13255: Wrong text in wizard "create multiple pages" (Thanks to Georg Ringer)
1484 2010-01-15 Francois Suter <francois@typo3.org>
1486 * Fixed bug #11815: Saving translation settings in EM: strcmp() throws warning with PHP5.3 (Thanks to Steffen Gebert, Stefan Geith and Rupert Germann)
1488 2010-01-14 Dmitry Dulepov <dmitry.dulepov+typo3svn@gmail.com>
1490 * Fixed bug #13146: Authentication Bypass in TYPO3 Core (OpenID)
1492 2010-01-14 Steffen Kamper <info@sk-typo3.de>
1494 * Fixed bug #12947: saveDocNew saves on top instead of after (Thanks to Steffen Gebert)
1496 2010-01-13 Steffen Kamper <info@sk-typo3.de>
1498 * Fixed bug #13200: Text change: Links for additional software in install tool wrong / non-working (Thanks to Susanne Moog)
1499 * Fixed bug #13199: Cleanup: fileadminDir is hardcoded in several places (Thanks to Susanne Moog)
1500 * Fixed bug #5716: Install tool doesn't take the fileadminDir into account (Thanks to Benjamin Mack)
1501 * Fixed bug #12709: Forgotten flash message in user setup (Thanks to Georg Ringer)
1502 * Fixed bug #11968: Sporadic random Backend Logoffs / Add X-UA-Compatible flag (Thanks to Steffen Gebert)
1503 * Fixed bug #12924: Bugfix: t3lib_tcemain checkFullLanguageAccess is too restrictive (Thanks to Tolleiv Nietsch)
1504 * Fixed bug #13211: Change focus to login field when OpenId is selected at login (Thanks to Steffen Gebert)
1505 * Follow-up to #12781: Bug: tceforms type do not work if the type field has l10n_mode == exclude (thanks to Fabrizio Branca)
1507 2010-01-11 Benjamin Mack <benni@typo3.org>
1509 * Fixed bug #13092: Massuploader button is too small (Thanks to Steffen Gebert)
1511 2010-01-10 Oliver Hader <oliver@typo3.org>
1513 * Fixed bug #12977: treeLevel in TSconfig conditions should consider the creation of new pages
1515 2010-01-09 Christian Kuhn <lolli@schwarzbu.ch>
1517 * Fixed bug #13191: Scheduler fails with fatal error if using intervals in cron command
1518 * Fixed bug #12631: Flash Message to the history / changelog (Thanks to Georg Ringer)
1519 * Fixed bug #12928: SQL error in translationCount() if table does not provide deleted field (Thanks to Georg Ringer)
1520 * Fixed bug #12507: (Un)Install icon points to wrong extension in Opera (Thanks to Steffen Gebert)
1522 2010-01-08 Steffen Kamper <info@sk-typo3.de>
1524 * Fixed bug #13098: DB list: layout looks weird with thumbnails (Thanks to Steffen Gebert)
1525 * Fixed bug #13097: File list: Alternating row colors are weird with thumbnails (Thanks to Steffen Gebert)
1527 2010-01-08 Benjamin Mack <benni@typo3.org>
1529 * Fixed bug #12779: Previously selected type of backend login is now stored in a cookie (Thanks to Sebastian Gebhard)
1531 2010-01-06 Stanislas Rolland <typo3@sjbr.ca>
1533 * Updated htmlArea RTE version to 1.9.0
1535 2010-01-05 Xavier Perseguers <typo3@perseguers.ch>
1537 * Added feature #13134: Support of SQL LOCATE function
1539 2010-01-05 Benjamin Mack <benni@typo3.org>
1541 * Fixed bug #12341: Image generation broken with PHPs safe_mode activated and GraphicsMagick (Thanks to Marcus Krause, Helmut Hummel and Bernhard Kraft)
1543 2010-01-04 Steffen Kamper <info@sk-typo3.de>
1545 * Fixed bug #13096: Unable to disable thumbnails with thumbnailsByDefault (Thanks to Steffen Gebert)
1546 * Fixed bug #13118: Toggle empty tree produces JS error (Thanks to Felix Oertel)
1547 * Fixed bug #12946: t3lib_div::readLLfile use debug output
1549 2010-01-04 Benjamin Mack <benni@typo3.org>
1551 * Fixed bug #12506: JSMENU does not respect mount point overlays (Thanks to Joerg Wagner)
1553 2010-01-03 Xavier Perseguers <typo3@perseguers.ch>
1555 * Added feature #13135: Support for CASE WHEN flow control
1557 2010-01-03 Benjamin Mack <benni@typo3.org>
1559 * Fixed bug #13095: Massuploader: Max file size is shown in KB (Thanks to Steffen Gebert)
1561 2009-12-30 Xavier Perseguers <typo3@perseguers.ch>
1563 * Raised DBAL version from 1.0.2 to 1.1.0
1565 2009-12-28 Xavier Perseguers <typo3@perseguers.ch>
1567 * Fixed bug #12855: t3lib/class.t3lib_page.php generates invalid queries for DBAL
1568 * Fixed bug #13104: SQL parser cannot parse escaped single quote in INSERT statement
1570 2009-12-28 Christian Kuhn <lolli@schwarzbu.ch>
1572 * Fixed bug #12909: Cleanup alt_intro and remove "You are logged in as user .." (Thanks to Georg Ringer)
1574 2009-12-26 Francois Suter <francois@typo3.org>
1576 * Fixed bug #13100: Scheduler: Undefined enableBELog configuration option causes warnings
1578 2009-12-26 Benjamin Mack <benni@typo3.org>
1580 * Fixed bug #12807: Bug: CSS issues with buttons (Recycler / File Mass Uploader) (Thanks to Andreas Kundoch and Helmut Hummel)
1582 2009-12-26 Xavier Perseguers <typo3@perseguers.ch>
1584 * Fixed bug #13080: Uncheck function in tceforms unchecks too many items (Thanks to Georg Ringer)
1586 2009-12-25 Benjamin Mack <benni@typo3.org>
1588 * Fixed bug #5260: Function linkWrapFile() in file class.file_list.inc uses wrong PATH prefix
1590 2009-12-23 Benjamin Mack <benni@typo3.org>
1592 * Fixed bug #12987: List module: delete confirmation has extra ")" (Thanks to Steffen Gebert)
1593 * Fixed bug #13059: overriden user settings are not visible to the user (Thanks to Georg Ringer)
1595 2009-12-21 Benjamin Mack <benni@typo3.org>
1597 * Fixed bug #12505: JSMENU's showActive is broken (Thanks to Joerg Wagner)
1599 2009-12-19 Xavier Perseguers <typo3@perseguers.ch>
1601 * Fixed bug #13064: Deprecated function spliti for PHP5.3
1603 2009-12-18 Tobias Liebig <mail_typo3@etobi.de>
1605 * Fixed bug #12703: t3editor/codecompletion: parser error on opening brackets on the right side of an operator
1607 2009-12-18 Francois Suter <francois@typo3.org>
1609 * Fixed bug #12955: Missing -R option in chmod command in INSTALL.txt (thanks to Patrick Nussbaumer)
1611 2009-12-13 Xavier Perseguers <typo3@perseguers.ch>
1613 * Fixed bug #13015: Available languages are ordered by name in english and not in selected language (thanks to Georg Ringer)
1614 * Fixed bug #13003: Move back methods belonging to t3lib_sqlparser
1616 2009-12-12 Xavier Perseguers <typo3@perseguers.ch>
1618 * Fixed bug #13021: Mistyping prevents the CSV-export of the _PATH_field in List-View (thanks to Mathias Gisch)
1620 2009-12-11 Stanislas Rolland <typo3@sjbr.ca>
1622 * Fixed bug #12782: htmlArea RTE: Editing a link title or target with Firefox 3 sometimes simply unlinks the link
1624 2009-12-11 Xavier Perseguers <typo3@perseguers.ch>
1626 * Fixed bug #12897: Cannot parse SQL hints
1628 2009-12-10 Stanislas Rolland <typo3@sjbr.ca>
1630 * Fixed bug #13004: htmlArea RTE: buttons.table.disableEnterParagraphs not honoured in Opera
1631 * Fixed bug #13007: htmlArea RTE: Toggling insertlist buttons may freeze Safari/Chrome browsers
1632 * Fixed bug #13008: htmlArea RTE: Ending a list may produce invalid xhtml in Safari/Chrome
1634 2009-12-10 Dmitry Dulepov <dmitry.dulepov@gmail.com>
1636 * Fixed bug #12959: cHashParams in index_phash is too small
1638 2009-12-10 Xavier Perseguers <typo3@perseguers.ch>
1640 * Fixed bug #12072: Permanent login checkbox is not shown as expected
1642 2009-12-09 Stanislas Rolland <typo3@sjbr.ca>
1644 * Fixed bug #12682: Section links coming from RTE broken in FE
1646 2009-12-07 Steffen Kamper <info@sk-typo3.de>
1648 * Raised felogin version from 1.2.0 to 1.3.0
1649 * Fixed bug #10327: [felogin] redirect does not work
1651 2009-12-06 Stanislas Rolland <typo3@sjbr.ca>
1653 * Follow-up to bug #12926: RTE floods BE Log with error messages from json_encode()
1655 2009-12-05 Stanislas Rolland <typo3@sjbr.ca>
1657 * Added feature #12930: htmlArea: Resizable RTE area
1658 * Added feature #12943: htmlArea RTE: Configuring custom items in the block formatting drop-down list
1659 * Fixed bug #12926: RTE floods BE Log with error messages from json_encode()
1661 2009-12-02 Steffen Kamper <info@sk-typo3.de>
1663 * Fixed bug #12899: Wrong usage of CDATA raise javascript error
1664 * Fixed bug #12863: t3lib_cs::convArray converts integers to string
1666 2009-12-02 Steffen Kamper <info@sk-typo3.de>
1668 * Fixed bug #12852: Missing labels for CType header in New Content Wizard (Thanks to Uschi Renziehausen)
1669 * Fixed bug #12847: 4.3.0 install tool incorrectly reports memory limit problem
1671 2009-11-30 Steffen Kamper <info@sk-typo3.de>
1673 * Fixed bug #12843: Mulitple tests of the t3lib_PageRenderer_testcase fail
1674 * Fixed bug #12541: Unescaped & in urls of list module
1676 2009-11-30 Oliver Hader <oliver@typo3.org>
1678 * Branching TYPO3 4.3.0 to TYPO3_4-3
1680 2009-11-30 Oliver Hader <oliver@typo3.org>
1682 * Cleanup: Updated ext_emconf.php files in system extensions
1684 2009-11-29 Dmitry Dulepov <dmitry.dulepov@gmail.com>
1686 * Fixed bug #9683: Store OpenID information in database instead of using the filesystem
1688 2009-11-29 Steffen Kamper <info@sk-typo3.de>
1690 * Fixed bug #12836: Recycler: Still one error with labels in JavaScript
1691 * Fixed bug #12839: TS property pageRenderTemplateFile needs to be renamed
1692 * Fixed bug #12827: Core labels need to be utf-8 before json_encode
1693 * Fixed bug #12828: change language .js for ExtJS according to BE language (thanks to Stefano Cecere)
1695 2009-11-29 Francois Suter <francois@typo3.org>
1697 * Fixed bug #12727: Wrong htmlspecialchars() usage in Extension Manager (thanks to Andreas Kundoch)
1698 * Fixed bug #12498: t3lib_div::flushOutputBuffers() can't work (thanks to Steffen Gebert)
1699 * Fixed bug #12831: Scheduler: Wrong CSH text for "End of task" (thanks to Steffen Gebert)
1701 2009-11-29 Oliver Hader <oliver@typo3.org>
1703 * Fixed bug #12786: Wrong mouseover cursor at icon of docheader (thanks to Georg Ringer)
1704 * Fixed bug #12792: Unit test checkGetExtensionKeyByPrefix of the t3lib_extmgm_testcase fails
1705 * Fixed bug #11326: Memcached backend does not work well if cache of a page shall expire after 30 days (thanks to Vladimir Podkovanov)
1706 * Fixed bug #11345: Uncaught exception InvalidArgumentException on creating graphical menus
1707 * Fixed bug #12489: IRRE - Problem with clearing of floated elements in IE
1708 * Fixed bug #12788: Recycler does not show up
1709 * Fixed bug #12825: Wrong encoding of labels in t3editor
1710 * Fixed bug #12766: CSS in "User Settings" broken (thanks to Georg Ringer)
1711 * Fixed bug #9766: Use correct memory limit definition in Install Tool (thanks to Steffen Mueller)
1712 * Fixed bug #12830: Wrong encoding of JSON data in t3lib_PageRenderer
1713 * Fixed bug #11395: TCAdefaults in Page TSConfig without effect on creating new element after existing one (thanks to Tolleiv Nietsch)
1714 * Fixed bug #12800: Add functionality to work with caching framework and DBAL (thanks to Xavier Perseguers)
1715 * Fixed bug #12781: The type in t3lib_TCEforms does not work if the type field shall be excluded when translating (thanks to Fabrizio Branca)
1716 * Fixed bug #12835: Caching error when clearing indexed search elements in info module (thanks to Steffen Kamper)
1717 * Raised DBAL version from 1.0.1 to 1.0.2
1718 * Raised Extbase and Fluid versions from 1.0.1 to 1.0.2
1720 2009-11-26 Francois Suter <francois@typo3.org>
1722 * Fixed bug #12077: Scheduler: Missing documentation for setting up cron jobs on Windows (thanks to Patrick Gaumond)
1724 2009-11-26 Oliver Hader <oliver@typo3.org>
1726 * Release of TYPO3 4.3.0RC2
1728 2009-11-25 Rupert Germann <rupi@gmx.li>
1730 * Fixed bug #12133: autoloaders registered by extensions slow down the core autoloader
1731 * Fixed bug #12109: Call to getCache() on a non-object in some extensions
1733 2009-11-25 Christian Kuhn <lolli@schwarzbu.ch>
1735 * Fixed bug #12675: Validation issues in sysext reports: Fix several errors
1737 2009-11-25 Steffen Kamper <info@sk-typo3.de>
1739 * Fixed bug #12759: button styling missed some buttons: type reset / button (thanks to Georg Ringer)
1740 * Fixed bug #9058: Hook objects for stdWrap in class.tslib_content.php get executed multiple times. (thanks to Steffen M�ller)
1741 * Fixed bug #12467: TYPO3 Inline User Manual is broken
1742 * Fixed bug #12297: t3lib_cs::cropMbstring has problems with negative length (Thanks to Steffen Gebert)
1743 * Follow-up to bugfix #12728: Upgrade ExtJS skin to match t3skin (Thanks to Andreas Kundoch)
1744 * Follow-up to bugfix #12699: Upgrade backend login to match t3skin
1745 * Fixed bug #12613: Wrong character encoding in cache tables breaks frontend rendering
1746 * Follow-up to bugfix #12728: Upgrade ExtJS skin to match t3skin (wrong refresh gif in grid)
1747 * Follow-up to bugfix #12735: BE-Login: show login process (Safari fixes)
1749 2009-11-25 Francois Suter <francois@typo3.org>
1751 * Fixed bug #12547: Removed wrong default binary search paths for Windows
1752 * Feature #12491: Reports: Allow multiple providers for each status collection
1753 * Cleanup #12492: Reports: Made some CGL improvements and added missing SVN markers
1754 * Fixed bug #12748: Recycler: BE module's body has a margin (thanks to Steffen Gebert)
1756 2009-11-25 Oliver Hader <oliver@typo3.org>
1758 * Follow-up to bugfix #12436: Move Suhosin part to php.ini section in the install tool
1759 * Fixed bug #9981: EM does not test for usage of mod.php-API and spuriously displays an error (thanks to Andreas Kundoch)
1760 * Follow-up to bugfix #12581: Use FILTER_FLAG_SCHEME_REQUIRED constant in t3lib_div::isValidUrl()
1761 * Follow-up to bugfix #12420: Removed deprecation logging from methods that are still used in the TYPO3 Core
1762 * Fixed bug #12755: Update to ADOdb 5.10
1763 * Fixed bug #12629: XSS in sysext scheduler possible (thanks to Georg Ringer)
1764 * Follow-up to bugfix #12728: Fixed size of icon indicating required fields (thanks to Steffen Ritter)
1765 * Cleanup: Updated ext_emconf.php files in system extensions
1766 * Follow-up to bugfix #12755: Added missing database driver classes
1767 * Cleanup: Updated t3lib/core_autoload.php
1769 2009-11-24 Stanislas Rolland <typo3@sjbr.ca>
1771 * Updated htmlArea RTE manual.
1773 2009-11-24 Rupert Germann <rupi@gmx.li>
1775 * Fixed bug #12706: OpenID redirects to wrong page and does not create a BE session (thanks to Steffen M�ller)
1777 2009-11-24 Oliver Hader <oliver@typo3.org>
1779 * Follow-up to bugfix #12699: Fixed remaining styling issues in the backend login
1780 * Follow-up to bugfix #12669: Headers in backend login looked strange in IE6
1781 * Fixed bug #12669: Fatal error: Call to a member function getSystemLanguages()
1782 * Fixed bug #11577: t3lib_formmail floods syslog with "Possible abuse of t3lib_formmail..." messages (thanks to Fabrizio Branca)
1783 * Fixed bug #12728: Upgrade ExtJS skin to match t3skin (thanks to T3UXW09 participants)
1784 * Fixed bug #12581: Pagetree frame shows HTTP 404 error
1786 2009-11-24 Steffen Kamper <info@sk-typo3.de>
1788 * Follow-up to bugfix #12735: BE-Login: show login process
1789 * Fixed bug #12735: BE-Login: show login process
1790 * Fixed bug #12719: Bugfix - tcemain copy/move/deleteL10nOverlayRecords is not fully versioning-aware (thanks to Tolleiv Nietsch)
1791 * Fixed bug #12710: "Paste after" function destroys l10n-overlay relations (thanks to Tolleiv Nietsch)
1792 * Fixed bug #12700: pageInfo shows wrong info on root page
1794 2009-11-24 Francois Suter <francois@typo3.org>
1796 * Fixed bug #12695: Added some space between sections of the "Installed services" report
1798 2009-11-24 Christian Kuhn <lolli@schwarzbu.ch>
1800 * Fixed bug #12623: Validation issues in sysext scheduler: Fix several errors
1802 2009-11-20 Stanislas Rolland <typo3@sjbr.ca>
1804 * Updated htmlArea RTE version to 1.8.6
1806 2009-11-23 Christian Kuhn <lolli@schwarzbu.ch>
1808 * Fixed bug #12618: Validation issue in sysext lowlevel: Fix some warnings
1810 2009-11-23 Oliver Hader <oliver@typo3.org>
1812 * Fixed bug #12699: Upgrade backend login to match t3skin (thanks to T3UXW09 participants)
1813 * Fixed bug #12500: Object does not support method calls - PHP 5.3 (thanks to Dan Osipov)
1815 2009-11-23 Steffen Kamper <info@sk-typo3.de>
1817 * Follow-up to bugfix #12271: List module and Clickmenu should not enable to create inconsistant record-relations (thanks to Tolleiv Nietsch)
1818 * Fixed bug #12544: Clean markup in Extension Manager
1819 * Fixed bug #12508: Log usage of XLLfile to deprecation log (thanks to Steffen Gebert)
1820 * Follow-up to bugfix #11468: $altUrl parameter has no effect in t3lib_BEfunc::viewOnClick()
1822 2009-11-22 Steffen Kamper <info@sk-typo3.de>
1824 * Fixed bug #12666: Copying Record with TCEMain process cmdmap throws sql errors (Thanks to Tolleiv Nietsch)
1825 * Follow-up to bugfix #2314 - moving records doesn't move translations (Thanks to Tolleiv Nietsch)
1826 * Fixed bug #12680: final adjustments to MediaCE
1827 * Fixed bug #11468: $altUrl parameter has no effect in t3lib_BEfunc::viewOnClick() (Thanks to Fabrizio Branca)
1828 * Fixed bug #12548: opendocs produce invalid HTML
1830 2009-11-20 Stanislas Rolland <typo3@sjbr.ca>
1832 * Fixed bug #12684: htmlArea RTE: Repeated character / backspacing is slow in Firefox
1834 2009-11-20 Christian Kuhn <lolli@schwarzbu.ch>
1836 * Fixed bug #12676: Validation issue in sysext opendocs: Missing htmlspecialchars of href parameter
1838 2009-11-19 Stanislas Rolland <typo3@sjbr.ca>
1840 * Fixed bug #12677: htmlArea RTE: Incorrect cursor position after backspace/delete in Firefox
1842 2009-11-18 Francois Suter <francois@typo3.org>
1844 * Follow-up to bugfix #12426: Reports: One localized label wrongfully contained a copy of another label
1846 2009-11-18 Oliver Hader <oliver@typo3.org>
1848 * Release of TYPO3 4.3.0RC1
1850 2009-11-18 Benjamin Mack <benni@typo3.org>
1852 * !!! Fixed bug #12648: Introduce t3lib_utility_Http for all related constants and make the core aware of these changes (patch by Ingo Renner)
1854 2009-11-17 Rupert Germann <rupi@gmx.li>
1856 * Fixed bug #12455: OpenID authentication does not work with PHP 5.3
1857 * Fixed bug #12054: PHP5.3-Warning about strcmp() parameters in view_help.php (thanks to Stefan Geith)
1858 * Fixed bug #12195: Renaming write protected file issues a php warning
1859 * Fixed bug #12099: Replace "Warning: filemtime(): stat failed" with a nice error message (thanks to Steffen Gebert)
1860 * Fixed bug #11937: Do not show E_DEPRECATED messages on productive systems
1861 * Fixed bug #12516: Give admins the possibility to configure which errors should be logged to which log
1863 2009-11-17 Oliver Hader <oliver@typo3.org>
1865 * Fixed bug #12612: Backend Login-Popup not working
1866 * Follow-up to bugfix #12612: Removed reference operators for objects and code cleanup
1867 * Fixed bug #12517: Password change in User tools -> User setup impossible if rsaauth and saltedpassword are installed
1868 * Fixed bug #12608: User settings module reports changed password and settings if there was no change at all
1869 * Fixed bug #4466: Index on tx_realurl_uniqalias breaks with DBAL (thanks to Xavier Perseguers)
1870 * Raised DBAL version from 0.9.25 to 1.0.0
1871 * Raised Extbase and Fluid versions from 0.9.17 to 1.0.0
1872 * !!! Moved Advanced Frontend Editing to TER
1873 * Integrated saltedpasswords completely instead of using svn:externals
1874 * Follow-up to bugfix #12648: PHP class file of t3lib_utility_Http is missing
1876 2009-11-17 Benjamin Mack <benni@typo3.org>
1878 * Commited test case for #12244: Improve locallangXMLOverride feature (Thanks to Steffen Gebert)
1879 This changes the LLoverride feature to $GLOBALS['TYPO3_CONF_VARS']['SYS']['locallangXMLOverride'] as an array
1881 2009-11-17 Steffen Kamper <info@sk-typo3.de>
1883 * Added tests #12382: Feature/Code cleanup: Add some more unit tests (Thanks to Oliver Klee)
1884 * Fixed bug #12611: Add preRenderHook in pageRenderer
1885 * Fixed bug #12610: Inconsistent naming of "includeFooterJS"
1886 * Fixed bug #10119: Broken fe_adminLib.inc
1887 * Fixed bug #12616: Set recycler height dynamic
1888 * Fixed bug #12624: Unreplaced marker in login screen of classic skin
1890 2009-11-17 Stanislas Rolland <typo3@sjbr.ca>
1892 * Fixed bug #12619: htmlArea RTE: JS error raised by spell checker
1893 * Fixed bug #12622: htmlArea RTE: Incorrect behaviour of last item of list in gecko browsers
1895 2009-11-16 Christian Kuhn <lolli@schwarzbu.ch>
1897 * Fixed bug #12621: Validation issue in sysext scheduler: endPage is called twice
1898 * Fixed bug #12620: Validation issue in web functions wizard new page: End tag for input omitted
1899 * Fixed bug #12617: Validation issue in sysext lowlevel: End tag for input omitted
1901 2009-11-16 Steffen Kamper <info@sk-typo3.de>
1903 * Fixed bug #12605: Flash Message for "extension provides additional configuration" (Thanks to Georg Ringer)
1904 * Fixed bug #12472: Recycler is missing title + description in the about module (Thanks to Georg Ringer)
1905 * Fixed bug #12546: Paths look weird on Windows
1907 2009-11-16 Francois Suter <francois@typo3.org>
1909 * Fixed bug #12565: Scheduler: Added option to turn off logging, which could be too verbose
1910 * Cleanup #12426: Reports: Localized all hard-coded strings in status reports
1911 * Fixed bug #12396: Warning produced by t3lib_div::flushOutputBuffers() (Thanks to Michael Klapper)
1913 2009-11-16 Oliver Hader <oliver@typo3.org>
1915 * Fixed bug #12594: "LastLogin"-Field creates PHP error on create (date)
1917 2009-11-15 Benjamin Mack <benni@typo3.org>
1919 * Fixed bug #6954: Bug: History/undo information disappears after publication (Thanks to Tolleiv Nietsch)
1921 2009-11-15 Steffen Kamper <info@sk-typo3.de>
1923 * Follow-up to #11764: instanciate t3lib_transl8tools in t3lib_recordlist
1924 * Fixed bug #12588: Bugfix: db_list_extra->makeLocalizationPanel doesn't consider the backPath (Thanks to Tolleiv Nietsch)
1926 2009-11-15 Benjamin Mack <benni@typo3.org>
1928 * Fixed bug #12438: Bugfix - tt_content bodytext wizard icons aren't aligned properly (Thanks to Tolleiv Nietsch)
1930 2009-11-15 Stanislas Rolland <typo3@sjbr.ca>
1932 * Fixed bug #12597: htmlArea RTE: cursor position is not restored by undo/redo operations in Opera
1933 * Fixed bug #12421: htmlArea RTE: Paste is erratic in Opera 10 when server-based cleaning is enabled
1934 * Fixed bug #11362: htmlArea RTE: Cursor may not be put in list elements newly created in front of links
1935 * Fixed issue #12601: htmlArea RTE: Update list of supported browsers
1936 * Updated htmlArea RTE version to 1.8.5
1938 2009-11-14 Francois Suter <francois@typo3.org>
1940 * Fixed bug #12464: Reports: Sorting of status collections wrongly relied on localized strings
1942 2009-11-14 Tobias Liebig <mail_typo3@etobi.de>
1944 * Fixed bug #12522: t3editor/codecompletion: tsref properties get listed twice when they are defined
1945 * Fixed bug #12523: t3editor/codecompletion: Gifbuilder TEXT and Gifbuilder IMAGE inside of GMENU_itemState
1946 * Fixed bug #12527: t3editor/codecompletion: parser error on brackets on the right side of an operator
1947 * Fixed bug #12528: t3editor/codecompletion: IMG_RESOURCE missing in tsref
1949 2009-11-13 Francois Suter <francois@typo3.org>
1951 * Fixed bug #12550: Scheduler: Added some space between the sections of the "scheduled tasks"-screen
1953 2009-11-12 Stanislas Rolland <typo3@sjbr.ca>
1955 * Fixed bug #4670: htmlArea RTE: Problem when cutting pasting links within table cells or list items
1957 2009-11-11 Stanislas Rolland <typo3@sjbr.ca>
1959 * Fixed bug #12566: htmlArea RTE: Selecting element from status bar does not work in Safari
1960 * Fixed bug #12568: htmlArea RTE: Text pasted by Safari is wrapped in span or font tags
1962 2009-11-11 Francois Suter <francois@typo3.org>
1964 * Cleanup #12552: Scheduler: Corrected inconsistent use of full stops in language labels
1966 2009-11-11 Steffen Kamper <info@sk-typo3.de>
1968 * Fixed bug #12557: Wrong file references and colors in t3skin-extjs theme, missing icon in recycler
1970 2009-11-10 Stanislas Rolland <typo3@sjbr.ca>
1972 * Fixed bug #12115: htmlArea RTE "Create link" button doesn't become clickable when using keyboard to select text in Safari/Chrome
1974 2009-11-10 Steffen Kamper <info@sk-typo3.de>
1976 * Follow-up to #12487: Inform if page use content_from_pid
1978 2009-11-09 Benjamin Mack <benni@typo3.org>
1980 * Fixed bug #12345: TCA feature _VALIGN for wizards is broken (Thanks to Tolleiv Nietsch)
1982 2009-11-09 Stanislas Rolland <typo3@sjbr.ca>
1984 * Follow-up to #11847: htmlArea RTE displays empty editing area in Opera 10
1985 * Fixed bug #12534: htmlArea RTE: list creation looses text in Safari
1987 2009-11-09 Steffen Kamper <info@sk-typo3.de>
1989 * Fixed bug #10128: JavaScript error upon login
1991 2009-11-08 Oliver Hader <oliver@typo3.org>
1993 * Release of TYPO3 4.3.0beta3
1995 2009-11-08 Francois Suter <francois@typo3.org>
1997 * Fixed bug #12019: Added missing style definition to Install Tool CSS file
1998 * Fixed bug #12423: Reports: Services overview does not provide extension key
1999 * Fixed bug #12482: Extension manager does not search in extension titles when in "import extension" section (thanks to Steffen Mueller)
2001 2009-11-08 Steffen Kamper <info@sk-typo3.de>
2003 * Fixed bug #12487: Inform if page use content_from_pid
2004 * Fixed bug #12247: absRefPrefix is prefixed with external js files
2006 2009-11-08 Oliver Hader <oliver@typo3.org>
2008 * Raised feeditadvanced from 0.1.1 to 0.8.0
2009 * Fixed bug #12324: Page tree will not be shown in the TYPO3 backend
2010 * Follow-up to bugfix #12324: Renamed sanitizeBackEndUrl() to sanitizeLocalUrl() in t3lib_div
2012 2009-11-08 Sebastian Kurfuerst <sebastian@typo3.org>
2014 * Raised Extbase and Fluid versions from 0.9.16 to 0.9.17
2016 2009-11-07 Rupert Germann <rupi@gmx.li>
2018 * Fixed bug #12436: Integrate checks concerning Suhosin/Hardened PHP in Install Tool (thanks to Oliver Hader)
2019 * Fixed bug #10792: Extensions cannot be looked up, when cache_extensions table is empty
2020 * Follow-up to bug #12499: re-added the removed function call and moved the deprecationLog call
2022 2009-11-07 Benjamin Mack <benni@typo3.org>
2024 * Fixed #12244: Improve locallangXMLOverride feature (Thanks to Steffen Gebert), this changes the LLoverride feature to $GLOBALS['TYPO3_CONF_VARS']['SYS']['locallangXMLOverride'] as an array
2026 2009-11-07 Steffen Kamper <info@sk-typo3.de>
2028 * Follow-up to #12483: Call to deprecated method t3lib_beUserAuth::trackBeUser()
2029 * Fixed bug #12013: tslib_pagegen fails to read mime type of the shortcut icon (thanks to Xavier Perseguers)
2030 * Fixed bug #12503: Help extensions shouldn't be shy
2032 2009-11-07 Oliver Hader <oliver@typo3.org>
2034 * Raised DBAL version from 0.9.24 to 0.9.25
2035 * Raised Extbase version from 0.9.12 to 0.9.13
2036 * Raised Extbase version from 0.9.13 to 0.9.16
2038 2009-11-07 Bernhard Kraft <bernhard@typo3.org>
2040 * Fixed bug #12428: slow t3lib_TSparser::parseSub
2042 2009-11-06 Rupert Germann <rupi@gmx.li>
2044 * Fixed bug #12499: Call to deprecated method t3lib_userAuth::redirect()
2046 2009-11-06 Tobias Liebig <mail_typo3@etobi.de>
2048 * Fixed bug #9046: Nested domain linking
2050 2009-11-06 Francois Suter <francois@typo3.org>
2052 * Follow-up to #12215: Scheduler: Added GMT time difference to server time display for improved clarity
2054 2009-11-06 Sebastian Kurfuerst <sebastian@typo3.org>
2056 * Raising Extbase and Fluid versions to 0.9.12
2058 2009-11-06 Stanislas Rolland <typo3@sjbr.ca>
2060 * Fixed bug #12481: AllowClipboard Helper Firefox extension does not work with FF 3.5
2061 * Updated htmlArea RTE manual
2062 * Updated htmlArea RTE version to 1.8.4
2064 2009-11-06 Steffen Kamper <info@sk-typo3.de>
2066 * Cleanup #11311: PHP casting causes workspace message to appear in Web/View (thanks to Niels Froehling)
2067 * Fixed bug #12347: Integrate check to the install tool and reports module concerning eAccelerator
2068 * Fixed bug #12295: Cleaning config_default, exclude values from being listed in install tool, all configuration
2069 * Fixed bug #11633: Enable Frontend Preview does not work until switched (thanks to Fabrizio Branca)
2070 * Fixed bug #12469: Pagerenderer miss headerData and footerData in hooks
2071 * Fixed bug #12437: Recycler produces some scroll bars + visual cleanup + js fixes
2072 * Fixed bug #12368: Context menu of page tree does not work anymore
2073 * Fixed bug #12468: User setup: items without csh are not aligned
2075 2009-11-06 Oliver Hader <oliver@typo3.org>
2077 * Raised DBAL version from 0.9.23 to 0.9.24
2078 * Raised saltedpasswords version from 0.9.1 to 0.9.2
2079 * Fixed bug #12488: Remove redundant code from t3lib_matchCondition in favour of using t3lib_matchCondition_frontend
2080 * Fixed bug #11932: OpenID login does uses cURL even if was not defined in TYPO3_CONF_VARS
2081 * Follow-up to bugfix #9046: Modified type of new field sys_domain.forced
2083 2009-11-05 Martin Kutschker <masi@typo3.org>
2085 * Fixed bug #12420: Log deprecated method calls (to be removed in TYPO3 4.5) (thanks to Xavier Perseguers)
2087 2009-11-05 Tobias Liebig <mail_typo3@etobi.de>
2089 * Cleanup/Bugfix #11838: Hardcoded labels in t3editor
2091 2009-11-05 Francois Suter <francois@typo3.org>
2093 * Feature #12215: Scheduler: Added display and information about usage of timezone
2095 2009-11-05 Rupert Germann <rupi@gmx.li>
2097 * Fixed bug #12466: PHP-5.3 Warning: strlen() expects parameter 1 to be string, array given
2098 * Fixed bug #12236: Password-field in "User Settings" is prefilled, which does not make sense (thanks to Steffen Gebert)
2100 2009-11-05 Oliver Hader <oliver@typo3.org>
2102 * Fixed bug #12441: IRRE - Cannot add new elements on second level of nesting
2103 * Follow-up to bugfix #12441: Code cleanup in t3lib_TCEforms_inline
2104 * Fixed bug #12483: Call to deprecated method t3lib_beUserAuth::trackBeUser()
2106 2009-11-04 Steffen Kamper <info@sk-typo3.de>
2108 * Fixed bug #12452: Fatal error in install tool DB-compare with multiplyDbFieldSize > 1
2110 2009-11-04 Francois Suter <francois@typo3.org>
2112 * Follow-up to #12381: Scheduler: BLOB database fields may not be NOT NULL (thanks to Tolleiv Nietsch)
2114 2009-11-03 Ernesto Baschny <ernst@cron-it.de>
2116 * Fixed bug #11876 and #12342: stripSlashesOnArray creates references where you want copies (in some PHP versions). Affects usage of _GP (e.g. in the Install Tool and some frontend extensions).
2118 2009-11-03 Oliver Hader <oliver@typo3.org>
2120 * Cleanup #12440: Copy DBAL-only SQL parser methods from t3lib_sqlparser to ux_t3lib_sqlparser (thanks to Xavier Perseguers)
2122 2009-11-03 Tobias Liebig <mail_typo3@etobi.de>
2124 * Fixed bug #9513: t3editor bad line numbering
2125 * Fixed bug #12409: t3editor/codecompletion objects still showed up after deleting (thanks to Christian Kartnig)
2126 * Fixed bug #12410: t3editor/codecompletion some properties got not listed (thanks to Stephan Petzl)
2127 * Fixed bug #10959: t3editor/codecompletion CC triggers with spaces in TS path (thanks to Christian Kartnig)
2128 * Fixed bug #12411: t3editor/codecompletion gifbuilder IMAGE type being treated as cObj IMAGE (thanks to Stephan Petzl)
2129 * Fixed bug #12412: t3editor/codecompletion CONTENT->select is of type "string", should be "select" (thanks to Stephan Petzl)
2130 * Cleanup: #12416: cleanup t3editor files
2131 * Fixed bug #12413: t3editor should not be disabled in safari
2132 * Fixed bug #12417: t3editor/codecompletion IMAGE.titleText attribute missing (thanks to Stephan Petzl)
2134 2009-11-03 Ernesto Baschny <ernst@cron-it.de>
2136 * Fixed bug #5120: SQL parse error in "Who is online" with DBAL (PostgreSQL / Oracle)
2138 2009-11-02 Stanislas Rolland <typo3@sjbr.ca>
2140 * Fixed bug #12439: htmlArea RTE: js error raised on paste by default word cleaning
2141 * Fixed bug #12331: htmlArea RTE plugins may not be loaded for multiple RTEs
2143 2009-11-02 Oliver Hader <oliver@typo3.org>
2145 * Follow-up to #10467: Fixed JavaScript notation bug for IE8
2147 2009-10-31 Steffen Kamper <info@sk-typo3.de>
2149 * Fixed bug #12386: Log deprecated method call in t3lib_db (to be removed in TYPO3 4.5) (thanks to Xavier Perseguers)
2150 * Fixed bug #12387: Log deprecated method call in t3lib_befunc (to be removed in TYPO3 4.5) (thanks to Xavier Perseguers)
2151 * Fixed bug #12388: Log deprecated method call in t3lib_beuserauth (to be removed in TYPO3 4.5) (thanks to Xavier Perseguers)
2152 * Fixed bug #12392: Log deprecated method call in t3lib_install (to be removed in TYPO3 4.5) (thanks to Xavier Perseguers)
2153 * Fixed bug #12393: Log deprecated method call in t3lib_stdgraphic (to be removed in TYPO3 4.5) (thanks to Xavier Perseguers)
2154 * Fixed bug #12394: Log deprecated method call in t3lib_tceforms_inline (to be removed in TYPO3 4.5) (thanks to Xavier Perseguers)
2156 2009-10-30 Francois Suter <francois@typo3.org>
2158 * Fixed bug #12406: Scheduler: Performed some minor cleanups in the BE module
2159 * Feature #12184: Scheduler: Added BE method to mark a stalled / died task as not running
2161 2009-10-30 Steffen Kamper <info@sk-typo3.de>
2163 * Follow-up to #12336: Little Flaws with MediaCE
2165 2009-10-29 Francois Suter <francois@typo3.org>
2167 * Fixed bug #12381: Scheduler: Changed TEXT fields to BLOBS for storing serialized data (thanks to Michael Klapper)
2169 2009-10-29 Ernesto Baschny <ernst@cron-it.de>
2171 * Fixed bug #12371: Warning issued on first load of install tool with open_basedir set
2173 2009-10-28 Christian Kuhn <lolli@schwarzbu.ch>
2175 * Follow-up to #12326: $label is already used, rename new variable to $optionLabel
2177 2009-10-28 Dmitry Dulepov <dmitry.dulepov@gmail.com>
2179 * Fixed bug #9795: Default values have no labels in the multiple select control inside the flexform
2181 2009-10-27 Steffen Kamper <info@sk-typo3.de>
2183 * Follow-up to #11370: Inconsistent Login Screen doesn't show system required errors
2184 * Fixed bug #12372: install: Login form message is shown as warning
2185 * Fixed bug #12355: Remove WIN-check in tsconfig_help::rebuild
2186 * Fixed bug #12364: Icon for content element 'Media'
2188 2009-10-27 Christian Kuhn <lolli@schwarzbu.ch>
2190 * Fixed bug #12356: Remove exclude=1 from lastlogin field of be_user TCA
2192 2009-10-27 Francois Suter <francois@typo3.org>
2194 * Fixed bug #12251: Scheduler: Don't show rights check on Windows
2196 2009-10-27 Stanislas Rolland <typo3@sjbr.ca>
2198 * Fixed bug #12252: htmlArea RTE: errors are raised when extension rtehtmlarea_definitionlist is installed with TYPO3 4.3
2200 2009-10-27 Steffen Kamper <info@sk-typo3.de>
2202 * Updated wpplayer to version 2.0beta6
2203 * Fixed bug #12336: Little Flaws with MediaCE
2204 * Follow-up to #12358: FE-user last-login field uses "date" instead of "datetime" (thanks to Christian Kuhn)
2205 * Fixed bug #12358: BE-user last-login field uses "date" instead of "datetime" (thanks to Steffen Gebert)
2206 * Fixed bug #12354: Remove t3lib_sqlengine from Core and move it to DBAL (thanks to Xavier Perseguers)
2207 * Cleanup: #12351: Clean-up SQL parser (thanks to Xavier Perseguers)
2209 2009-10-27 Oliver Hader <oliver@typo3.org>
2211 * Fixed bug #12327: IRRE - DOM object identifiers use invalid characters
2213 2009-10-26 Rupert Germann <rupi@gmx.li>
2215 * Fixed bug #11980: TCEforms suggest defaultreceiver returns array or boolean (thanks to Steffen Gebert)
2217 2009-10-25 Steffen Kamper <info@sk-typo3.de>
2219 * Fixed bug RFC #12326: EXT:setup CSH mode setting gets lost (thanks to Steffen Gebert)
2221 2009-10-24 Ernesto Baschny <ernst@cron-it.de>
2223 * Fixed bug #12321: Follow-up to #11586, fixes FE editing
2225 2009-10-22 Oliver Hader <oliver@typo3.org>
2227 * Release of TYPO3 4.3.0beta2
2229 2009-10-22 Ernesto Baschny <ernst@cron-it.de>
2231 * Fixed bug #11586: Potential SQL injection in frontend editing (thanks to Oliver Klee)
2232 * Fixed bug #12309: It was possible to gain access to the Install Tool by only knowing the md5 hash of the password.
2233 * Fixed bug #12310: Encryption key can be recalculated when using normal mailform when [FE][strictFormmail] == 0 (thanks to Oliver Klee)
2234 * Fixed bug #12090: Filenames should be escaped with escapeshellarg before passing them to imagemagick (thanks to Oliver Klee)
2235 * Fixed bug #12303: XSS vulnerability due to not proper sanitizing in function t3lib_div::quoteJSvalue (thanks to Oliver Klee)
2236 * Fixed bug #12304: Frame inclusion in the backend through alt_mod_frameset (thanks to Oliver Klee)
2237 * Fixed bug #12305: XSS vulnerability in view_help.php / tfID parameter (thanks to Oliver Klee)
2238 * Fixed bug #12306: XSS vulnerability in module dispatcher
2239 * Fixed bug #12307: XSS vulnerability in alt_palette (thanks to Oliver Klee)
2240 * Fixed bug #10501: XSS vulnerability in the install tool (thanks to Oliver Klee)
2242 2009-10-21 Sebastian Kurfuerst <sebastian@typo3.org>
2244 * Raised Extbase and Fluid version numbers to 0.9.11.
2246 2009-10-21 Rupert Germann <rupi@gmx.li>
2248 * Fixed bug #12280: Error Message while creating empty Folders (thanks to Daniel Schmitzer)
2249 * Fixed bug #11643: typoLink() sometimes wrongly drops url if link contains a section (thanks to Vladimir Podkovanov)
2250 * Added feature #12189: Add API functions for cleaning and flushing output buffers
2252 2009-10-21 Oliver Hader <oliver@typo3.org>
2254 * Cleanup: Updated ext_emconf.php files in system extensions
2255 * Follow-up to bugfix #539: Tables that cannot be localized at all produce a SQL error on deleting records
2256 * Cleanup: Fixed non-static function declarations in t3lib_BEfunc
2257 * Follow-up to bugfix #2314: Using the clipboard in the list view shows SQL errors for tables without versioning support
2258 * Cleanup: Updated NEWS.txt
2260 2009-10-21 Steffen Kamper <info@sk-typo3.de>
2262 * Fixed bug #12299: #12112: Enable resizable textareas by default (thanks to Steffen Gebert)
2263 * Fixed bug #12299: EM tries to read from tables of not installed extensions
2264 * Fixed bug #12075: Add COMPARE Link to update Wizard
2265 * Fixed bug #12168: Empty line in general header comment
2266 * Fixed bug #12175: User Setup don't check file time of ENABLE_INSTALL_TOOL
2267 * Fixed bug #12237: Use flash-messages in user-settings (thanks to Georg Ringer)
2268 * Follow-up to bug #12272: reverted renaming of step
2269 * Fixed bug #12272: Steps disregarded in t3lib_lock (thanks to Dan Osipov)
2271 2009-10-21 Christian Kuhn <lolli@schwarzbu.ch>
2273 * Cleanup #11813: Refactoring t3lib_db to match CGL (thanks to Felix Oertel)
2275 2009-10-20 Francois Suter <francois@typo3.org>
2277 * Added feature #12187: Added more usage of flashmessages to EM (thanks to Steffen Gebert)
2278 * Fixed bug #12177: Scheduler: Corrected situation where a new single task with a creation date in the past would never run (thanks to Ingmar Schlecht)
2280 2009-10-20 Steffen Kamper <info@sk-typo3.de>
2282 * Fixed bug #12273: List view don't show if there are more records than displayed
2283 * Follow-up to bug #10467: Added var "showRefreshLoginPopup" to config_default
2284 * Fixed bug #10467: AJAX relogin does not work
2285 * Added test #12286: Add unit tests for RemoveXSS
2287 2009-10-20 Oliver Hader <oliver@typo3.org>
2289 * Cleanup #12278: Move t3lib_matchCondition::whichDevice() to t3lib_utility_Client::getDeviceType()
2290 * Follow-up to test #12153: Added test cases for empty comparison in globalVar condition
2291 * Follow-up to bugfix #9779: Modified the limit argument in t3lib_div::trimExplode() to behave as the regular explode() function does
2292 * Raised saltedpasswords version from 0.9.0 to 0.9.1
2293 * Raised DBAL version from 0.9.22 to 0.9.23
2294 * Raised feeditadvanced from 0.1.0 to 0.1.1
2295 * Added feature #5613: Enable/integrate conditions in Page TSconfig
2296 * Follow-up to feature #5613: Added test cases for matching conditions
2297 * Fixed bug #11610: t3lib_transl8tools::translationInfo() should return also CType of the element (thanks to Michael Klapper)
2298 * Follow-up to feature #5613: Enabled evaluation of conditions in the backend by default
2300 2009-10-20 Rupert Germann <rupi@gmx.li>
2302 * Added Feature #12093: Improve the error and exception handling.
2303 * Fixed bug #12271: List module and Clickmenu should not enable to create inconsistant record-relations (thanks to Tolleiv Nietsch)
2304 * Fixed bug #12269: List module renders wrong data in localization view when record-overlay was moved in WS (thanks to Tolleiv Nietsch)
2305 * Fixed bug #8817: Copying Content Elements does not copy Language Overlays (thanks to Tolleiv Nietsch)
2306 * Fixed bug #2314: When moving records the translation do not move with it (thanks to Tolleiv Nietsch)
2307 * Fixed bug #539: lang-children "get lost"(should be deleted) when deleting parent-record in default language (thanks to Tolleiv Nietsch)
2308 * Fixed bug #10081: t3lib_div must not die if a locallang file is not found (thanks to Franz Holzinger)
2309 * Fixed bug #12194: The filetree does not show whether a folder is write protected
2311 2009-10-20 Sebastian Kurfuerst <sebastian@typo3.org>
2313 * Raised Extbase and Fluid versions to 0.9.10
2315 2009-10-19 Oliver Hader <oliver@typo3.org>
2317 * Follow-up to test #12153: Fixed bug in language condition tests
2318 * Follow-up to test #12153: Refactored browserInfoHookIsCalled() test case
2319 * Follow-up to test #12153: Added test cases for device condition
2321 2009-10-19 Rupert Germann <rupi@gmx.li>
2323 * Added Feature #12138: Use flashmessages to display messages from tcemain
2324 * Fixed bug #12188: Double display of flashmessages
2325 * Fixed bug #11694: Table sys_refindex / KEY lookup_string not UTF-8 compatible (thanks to Morton Jonuschat)
2326 * Fixed bug #11853: PHP warning in file module when uploading files with the flashuploader (thanks to Georg Ringer)
2328 2009-10-19 Steffen Kamper <info@sk-typo3.de>
2330 * Fixed bug #12240: [Media CE] using a flash video file doesn't work
2331 * Fixed bug #12113: Setting default values for $BE_USER->uc doesn't work for multi-dimensional arrays (thanks to Steffen Gebert)
2332 * Fixed bug #10897: typo3/db_new.php prompts to create records in hidden, static and readonly tables
2333 * Fixed bug #12239: Record statistics use hidden tables and isn't formated well
2335 2009-10-16 Bernhard Kraft <bernhard@typo3.org>
2337 * Fixed Bug #12218: Spaces in Webroot path break ImageMagick compose (thanks to Joerg Wagner)
2339 2009-10-16 Steffen Kamper <info@sk-typo3.de>
2341 * Fixed bug #12246: Reports module: icon not clickable
2343 2009-10-16 Francois Suter <francois@typo3.org>
2345 * Cleanup #12245: Reports: Cleaned up API for providers in status report
2346 * Feature #12167: Reports: Enhanced report registration API to provide custom icons for reports
2347 * Feature #12178: Provide a report for installed services in the new Reports module
2348 * Cleanup #12249: Improved comments about service registration in EXT:sv/ext_tables.php and EXT:sv/ext_localconf.php
2349 * Fixed bug #12132: Scheduler: Introduced proper handling of incomplete objects after unserialization from DB storage
2350 * Cleanup #12211: Scheduler: Corrected a couple of labels and one code indent in BE module
2351 * Follow-up to bug #12117: The flash messages sometimes contained content meant for the main screen and not the message
2353 2009-10-15 Steffen Kamper <info@sk-typo3.de>
2355 * Fixed bug #11963: MEDIA.renderType in TypoScript is reset
2356 * Fixed bug #12207: $this->doc->sectionHeader return wrong HTML
2358 2009-10-15 Rupert Germann <rupi@gmx.li>
2360 * Fixed bug #8728: PHP Warning, if SQL error occurs in class t3lib_db in functions which depend on an existing resultset (thanks to Felix Oertel)
2361 * Fixed bug #12196: PHP warning in FE with activated DLOG and mbstring set as t3lib_cs_utils
2363 2009-10-14 Oliver Hader <oliver@typo3.org>
2365 * Reverted bugfix #10050: Traversing back page records used in CONTENT object does not work on root page
2367 2009-10-12 Steffen Kamper <info@sk-typo3.de>
2369 * Fixed bug #12209: [felogin] lang label for send change password link misses variable for valid end time
2371 2009-10-11 Steffen Kamper <info@sk-typo3.de>
2373 * Fixed bug #12186: EM sends Location-header without exit (thanks to Steffen Gebert)
2374 * Added ext_icon for sysext version (thanks to Steffen Gebert)
2375 * Cleanup: Whitespace cleaning of typo3 sysext files
2376 * Cleanup: Whitespace cleaning of typo3 files
2377 * Cleanup: Whitespace cleaning of t3lib files
2379 2009-10-11 Rupert Germann <rupi@gmx.li>
2381 * Fixed bug #10971: Fatal error in impexp module: Call to a member function includeLLFile() on a non-object (thanks to Andre Steiling)
2382 * Follow-up to bug #12154: renamed t3lib_MessageQueue to t3lib_FlashMessageQueue, changed some some function names
2383 in t3lib_flashmessages and t3lib_FlashMessageQueue.
2384 * Follow-up to bug #9355: Fixed some broken utf-8 chars in class t3lib_error_debugexceptionhandler
2385 * Fixed bug #12164: Use flashmessages to display messages in fileadmin
2387 2009-10-10 Rupert Germann <rupi@gmx.li>
2389 * Fixed bug #12129 (follow-up to bug #11986): Translation update broken with activated output compression (thanks to Steffen Gebert)
2391 2009-10-09 Steffen Kamper <info@sk-typo3.de>
2393 * Fixed bug #12111: Improve output of extension details (thanks to Steffen Gebert)
2394 * Fixed bug #12110: Show status of flag doNotLoadInFE in extension details (thanks to Steffen Gebert)
2395 * Fixed bug #12119: PHP warning shown in EM, if webserver can't remove extension dir (thanks to Steffen Gebert)
2397 2009-10-09 Oliver Hader <oliver@typo3.org>
2399 * Follow-up to issue #12162: Reverted modification of existing locallang labels and introduced new labels instead
2401 2009-10-09 Rupert Germann <rupi@gmx.li>
2403 * Fixed bug #12154: Improve API of flashmessages
2405 2009-10-09 Francois Suter <francois@typo3.org>
2407 * Fixed bug #12078: Scheduler: Check if additional fields indeed provide fields
2408 * Fixed bug #12117: Added use of flash messages to the Extension Manager (thanks to Steffen Gebert)
2409 * Fixed bug #12166: Scheduler: Gathered TODOs from Forge bug tracker into the Scheduler's manual
2411 2009-10-09 Kasper Skaarhoj <kasper@typo3.org>
2413 * Tiny bug with date function in t3lib_befunc. Casted timestamp to integer.
2414 * Added User TSconfig option "options.checkPageLanguageOverlay" so flexforms only show language fields for languages available on the page.
2415 * Fixed problem with notification emails to users when a workspace review rejection happens. Now it works
2416 * Added possibility to reset the diff-information for localizations so translators or admins can click a button that will mark a record so it appears to be in need of translation again.
2417 * Fixed problem with "Save and view" for new pages: Simply removed the button for new pages because it didn't choose the right PID anyway.
2418 * Implemented an override of allowed language per workspace. This is an expert feature available as a USER TSconfig option "options.workspaces.allowed_languages"
2419 * Expanded the feature that disables/enables login in a branch so now you can allow a login but force the usergroups to be "0,-2" (basically, that no usergroups are set for the user). This can help to reduce multiple caching of similar pages in case of many usergroup combinations in a system.
2420 * Implemented a simple hook after retrieval of a page from cache.
2421 * Fixed bug in Addwizard: It didn't work properly with wizard for other pages. Took the wrong table name. Thanks to Hassan AIT ABDELLAH, Dassault Systemes, for the fix.
2423 2009-10-08 Rupert Germann <rupi@gmx.li>
2425 * Fixed bug #12121: "Installation Type: L" - tell the user, what's "L" (thanks to Steffen Gebert)
2426 * Fixed bug #12128: Performance improvement in t3lib_div::get_dirs() (thanks to Dan Osipov)
2427 * Follow-up to #12128: Added unit tests for t3lib_div::get_dirs() (thanks to Peter Foerger)
2429 2009-10-08 Oliver Hader <oliver@typo3.org>
2431 * Added test #12153: Add more unit tests for t3lib_matchCondition
2432 * Follow-up to test #12153: Added unit tests for simulated conditions via TypoScript object browser
2434 2009-10-07 Francois Suter <francois@typo3.org>
2436 * Fixed bug #12078: Scheduler: Wrong example of cronjob configuration in the manual
2438 2009-10-07 Oliver Hader <oliver@typo3.org>
2440 * Fixed bug #11451: Wrong pattern modifier in t3lib_htmlmail
2442 2009-10-05 Steffen Kamper <info@sk-typo3.de>
2444 * Cleanup: Whitespace cleanup in extension manager
2446 2009-10-01 Oliver Hader <oliver@typo3.org>
2448 * Release of TYPO3 4.3.0beta1
2450 2009-10-01 Francois Suter <francois@typo3.org>
2452 * Follow-up to #11855: Use flash message API instead of custom markup for highlighting security link
2454 2009-10-01 Steffen Kamper <info@sk-typo3.de>
2456 * Fixed typo in tslib_content::cImage (changed $this->stdwrap to $this->stdWrap)
2457 * Follow-up to #12089: Cleanup: unescaped &
2458 * Follow-up to #12089: Make messages in reports module collapsible: add error/warning icon to header
2459 * Follow-up to #11843 Add a reports module: endPage was applied twice
2461 2009-10-01 Oliver Hader <oliver@typo3.org>
2463 * Fixed bug #12071: t3lib_sqlparser is not able to parse alias of a joined table (thanks to Xavier Perseguers)
2464 * Raised DBAL version from 0.9.21 to 0.9.22
2465 * Cleanup: Updated NEWS.txt
2466 * Follow-up to feature #7461: Fixed bug in using the cookieDomain value (thanks to Xavier Perseguers)
2467 * Follow-up to bug #11903: Use two queries to clean tags for DBAL reasons
2469 2009-10-01 Rupert Germann <rupi@gmx.li>
2471 * Follow-up to bug #11357: fixed a parse error in index_re.php
2472 * Fixed bug #11979: TCEforms suggest doesn't find everything on large sites and is slow (thanks to Steffen Gebert)
2473 * Fixed bug #12092 (Follow-up to bug #9355): The errorhandling can make TYPO3 Backend unusable
2474 * Added feature #12055: Add missing sysexts to update wizard (thanks to Steffen Kamper)
2476 2009-09-30 Steffen Kamper <info@sk-typo3.de>
2478 * Fixed bug #12089: Make messages in reports module collapsible
2480 2009-09-30 Oliver Hader <oliver@typo3.org>
2482 * Fixed bug #12035: BE style must match t3skin in reports module and flash messages (thanks to Tom Ruether)
2483 * Fixed bug #12036: BE style must match t3skin in Install Tool (thanks to Tom Ruether)
2484 * Added feature #7461: Transfer cookies via SSL only whenever possible
2486 2009-09-30 Rupert Germann <rupi@gmx.li>
2488 * Fixed bug #12080 (Follow-up to bug #11505): pageCacheToExternalFiles=1 breaks db-caching in 4.3
2489 * Fixed bug #12082: PHP fatal error with frameset page
2490 * Fixed bug #12085: Memcached Configuration status report is broken
2492 2009-09-29 Francois Suter <francois@typo3.org>
2494 * Fixed bug #12068: Scheduler: Improper skipping of running tasks in case multiple execution denied
2496 2009-09-29 Rupert Germann <rupi@gmx.li>
2498 * Added feature #9355: Add an error and exception handler (backported from FLOW3) (thanks to Ingo Renner)
2499 * Added improvement #11855: security related links in EM are not marked as links.
2500 * Fixed bug #12032: The message "The selected language is not available..." in EM tranlation handling wrong if no language can be chosen (Thanks to Georg Ringer)
2502 2009-09-29 Oliver Hader <oliver@typo3.org>
2504 * Fixed bug #11433: touch(): Utime failed in install tool (thanks to Steffen Gebert)
2505 * Added feature #12076: Integration of saltedpasswords as system extension (thanks to Marcus Krause & Steffen Ritter)
2507 2009-09-28 Kasper Skaarhoj <kasper@typo3.org>
2509 * Fixed bug #12155: TypoScript FORM object does not render correctly anymore
2511 2009-09-28 Benjamin Mack <benni@typo3.org>
2513 * Included feeditadvanced as system extension through svn:externals (tag 43beta1)
2515 2009-09-25 Benjamin Mack <benni@typo3.org>
2517 * Fixed #8802: Fileadmin: extensions of new files should only show allowed extensions (Thanks to Steffen Gebert)
2518 * Cleanup #11357: Make use of new t3lib_div::redirect function throughout the core
2520 2009-09-25 Oliver Hader <oliver@typo3.org>
2522 * Fixed bug #12046: Skinning possibilities are not available with frontend editing
2523 * Cleanup: Updated NEWS.txt
2524 * Fixed bug #12064: Warning when edit form is rendered with wizards in backend
2526 2009-09-25 Benjamin Mack <benni@typo3.org>
2528 * Added feature #11793: Give CONTENT.table stdWrap properties (thanks to Sebastian Gebhard)
2530 2009-09-24 Steffen Kamper <info@sk-typo3.de>
2532 * Fixed bug #12025: Make statuses in the status report sorted and grouped (thanks also to Ingo Renner)
2533 * Follow-up to bug #12021: Extension Manager is not translatable (part 8) (thanks to Christopher Stelmaszyk)
2534 * Cleanup #12053: Cleanup of Extension Manager
2535 * Fixed bug #12021: Extension Manager is not translatable (part 8) (thanks to Christopher Stelmaszyk)
2537 2009-09-24 Sebastian Kurfuerst <sebastian@typo3.org>
2539 * Raised extbase and fluid versions to 0.9.9
2541 2009-09-23 Oliver Hader <oliver@typo3.org>
2543 * Fixed bug #12042: BE_USER object is cleared with assigning an empty string
2545 2009-09-23 Steffen Kamper <info@sk-typo3.de>
2547 * Fixed bug #12037: Fatal Error in Configuration > $TBE_MODULES (thanks to Bastian Waidelich)
2548 * Follow-up to bug #12014: Extension Manager is not translatable: corrected typo
2549 * Follow-up 2 to bug #12017: Respect full path of CSS inclusion (RTE)
2551 2009-09-22 Oliver Hader <oliver@typo3.org>
2553 * Reverted bugfix #9599: felogin - forget password action and logout action are still cached
2554 * Fixed bug #12041: felogin - Checking for cHashes results in the whole page being uncached
2555 * Cleanup: Updated NEWS.txt
2557 2009-09-22 Steffen Kamper <info@sk-typo3.de>
2559 * Fixed bug #11496: Text and headers are bad readable
2560 * Follow-up to bug #12017: Added vars from tbe_editor.js to TS-object
2561 * Fixed bug #11994: Add more Flexibility to PageRenderer
2563 2009-09-21 Sebastian Kurfuerst <sebastian@typo3.org>
2565 * Raised extbase version to 0.9.8. This is a follow-up to bug #11903 and additionally makes the reflection cache work.
2567 2009-09-21 Rupert Germann <rupi@gmx.li>
2569 * Follow-up to bug #11505: clearing page cache from adminpanel didn't work
2570 * Fixed bug #12014: Extension Manager is not translatable (part 7) (thanks to Christopher Stelmaszyk)
2572 2009-09-21 Oliver Hader <oliver@typo3.org>
2574 * !!! Fixed bug #11903: Use separate tables for tags in the caching framework
2576 2009-09-20 Benjamin Mack <benni@typo3.org>
2578 * Fixed bug #11642: filelinks are now created via the typolink method
2580 2009-09-20 Oliver Hader <oliver@typo3.org>
2582 * Cleanup: Set SVN properties
2583 * Follow-up to feature #10585: Fixed PHPdoc comments and field rendering
2584 * Fixed bug #11834: Field handling API in t3lib_extMgm does not check for duplicates on insertion and runs superflouos insertions
2586 2009-09-20 Francois Suter <francois@typo3.org>
2588 * Fixed bug #12010: Scheduler: Task uid should be displayed in the BE module list view
2589 * Follow-up to UI-Bug #F3282: Changed icon_warning.gif to match flash messages' warning icon
2590 * Fixed bug #11995: Prompt for keyboard input does not get displayed in CLI scripts
2591 * Fixed bug #11224: Special menu directory only renders 1st level if special.value is a mount point (thanks to Xavier Perseguers)
2592 * Cleanup #11989: Install Tool message colors should match flash message colors
2593 * Cleanup #12018: Added an icon for notice-level flash messages
2594 * Cleanup #12020: Scheduler: Made proper use of t3lib_pageRenderer for all inclusions of JS and CSS files in the BE module
2596 2009-09-20 Benjamin Mack <benni@typo3.org>
2598 * Added additional documentation for feature #12008: User setup misses a function for inserting fields at a position
2600 2009-09-20 Steffen Kamper <info@sk-typo3.de>
2602 * Fixed bug #12017: Wrong Inclusion in tceforms and tceforms_fe
2603 * Fixed bug #12016: JS and CSS inclusion may contain path/../path2/file
2604 * Fixed bug #11933: FrontendEditing (classic) does not work when editing forms on page
2606 2009-09-19 Francois Suter <francois@typo3.org>
2608 * Fixed bug #12011: Wrong layout of datepicker in the Scheduler
2610 2009-09-19 Steffen Kamper <info@sk-typo3.de>
2612 * Added feature #10585: Enable BE-User to change their OpenID
2613 * Added feature #12008: User setup misses a function for inserting fields at a position
2614 * Fixed bug #12003: EncryptionKey generation in install tool (1-2-3-mode) still uses old encryption
2615 * Fixed bug #11884: User setup: buttons for create/delete ENABLE_INSTALL_TOOL-file are not integrated in user setup
2616 * Fixed bug #11896: User Setup miss save of be_users fields and miss handling of default value
2618 2009-09-19 Ingo Renner <ingo@typo3.org>
2620 * Fixed bug #12005: Reports don't have a back reference to the reports module
2621 * Follow-up to feature #12001: Add checks from t3lib_BEfunc::displayWarningMessages() to the status report
2623 2009-09-19 Rupert Germann <rupi@gmx.li>
2625 * Fixed bug #11917: TCEforms suggest fails with empty label or label_alt field (thanks to Andreas Wolf)
2626 * Fixed bug #11988: Extension Manager is not translatable (part 6) (thanks to Christopher Stelmaszyk)
2627 * Fixed bug #11986: dynamic update of translation status im EM is broken
2628 * Fixed bug #11013: Generate Random Key still does not work (thanks to Marcus Krause)
2629 * Fixed bug #11875: list module doesn't show '0' values (thanks to David Bruchmann and Bastian Waidelich)
2630 * Fixed bug #11992: treelist cache fills devlog
2631 * Follow-up to bug #11505: added a forgotten comma to table definition of cache_hash
2633 2009-09-18 Sebastian Kurfuerst <sebastian@typo3.org>
2635 * Raised Extbase version to 0.9.7 so it works with the caching framework adjustments.
2637 2009-09-18 Rupert Germann <rupi@gmx.li>
2639 * Fixed bug #11990: Optimize output of TCEforms suggest results (thanks to Steffen Gebert)
2640 * Fixed bug #11505: TYPO3 4.3 is slower than 4.2 -> re-implement native db caching and make the
2641 use of the caching framework configurable. !!! DB update required
2642 * Follow-up to bug #11505: removed superfluous fields from caching framework tables, fixed indizes
2644 2009-09-18 Oliver Hader <oliver@typo3.org>
2646 * Follow-up to bug #11831: Removed reference operator from an object
2647 * Follow-up to bug #11505: Extended the checks whether the caching framework was initialized before
2648 * Raised DBAL version from 0.9.20 to 0.9.21
2650 2009-09-18 Ingo Renner <ingo@typo3.org>
2652 * Added feature #11843: Add a reports module
2653 * Follow-up to #11843: Lists in statuses didn't look too good due to top margin
2655 2009-09-18 Steffen Kamper <info@sk-typo3.de>
2657 * Fixed bug #11970: RTE in quickedit mode (page module) is broken
2658 * Fixed bug #11996: Change compreed to compress with adding JS/CSS
2659 * Follow-up to bug #11985: Move ExtJs CSS-assignment to renderJsKibraries
2660 * Follow-up to bug #11985: backPath in FE is set too late
2662 2009-09-17 Steffen Kamper <info@sk-typo3.de>
2664 * Cleanup #11991: Cleanup TCEforms suggest CSS
2665 * Fixed bug #11396: redirects not working for felogin on pages with access set
2666 * Follow-up to bug #11985: corrected calls loadScriptaculous() in tceforms
2668 2009-09-17 Ingo Renner <ingo@typo3.org>
2670 * Fixed bug #11983: TCEforms suggest has no search indicator, credits Steffen Gebert
2671 * Follow-up to bug #11983: label 'Searching...' was not translatable
2673 2009-09-17 Rupert Germann <rupi@gmx.li>
2675 * Fixed bug #11906: Extension Manager is not translatable (part 4) (thanks to Christopher Stelmaszyk)
2676 * Fixed bug #11987: Extension Manager is not translatable (part 5) (thanks to Christopher Stelmaszyk)
2677 * Fixed bug #11564: Change Hardcoded MD5 Password Encryption in User->Setup. Needed for extension "saltedpasswords" (thanks to Steffen Ritter)
2678 * Fixed bug #9270: Editors can´t undelete records in history (thanks to Christian Hernmarck)
2679 * Added tweak #11881: Add pencil icon to "Edit the whole template record." in Template editor (thanks to Patrick Gaumond)
2681 2009-09-17 Oliver Hader <oliver@typo3.org>
2683 * Cleanup: Set SVN properties
2684 * Fixed bug #11985: Optimize disposal of t3lib_PageRenderer (thanks to Steffen Kamper)
2685 * Added feature #11669: Provide a reason for why $TSFE->set_no_cache() has been triggered (thanks to Michael Stucki)
2686 * Added feature #2278: Add hook to t3lib_TCEmain::checkModifyAccessList() (thanks to Michael Stucki)
2687 * Follow-up to feature #2278: Added unit tests for the new checkModifyAccessList hook
2689 2009-09-17 Sebastian Kurfuerst <sebastian@typo3.org>
2691 * Raised Extbase and Fluid Versions from 0.9.5 to 0.9.6
2693 2009-09-16 Oliver Hader <oliver@typo3.org>
2695 * Fixed bug #11831: Remove reference operators for objects
2696 * Fixed bug #11824: Links accross Domains not known by linkData and therefore also RealURL (thanks to Daniel Poetzinger)
2698 2009-09-16 Jeff Segars <jeff@webempoweredchurch.org>
2700 * Added feature #11819: Added inline Javascript rendering type for TYPO3AJAX
2701 * Fixed bug #11361: Backend TYPO3 AJAX-Interface: json encoded result empty if it contains non-utf-8 characters (thanks to Benjamin Mack)
2703 2009-09-16 Rupert Germann <rupi@gmx.li>
2705 * Fixed bug #11905: Extension Manager is not translatable (part 3) (thanks to Christopher Stelmaszyk)
2706 * Added feature #11927: Use suggest feature in system extensions
2707 * Fixed bug #11967: allowSystemInstall should be a checkbox and not an input field (thanks to Georg Ringer)
2709 2009-09-16 Steffen Kamper <info@sk-typo3.de>
2711 * Fixed bug #11899: Make resizable and flexible textareas configurable, set default maxHeight to 600
2712 * Fixed bug #11965: Content Element Media needs stdWrap to change path (e.g. for DAM) (thanks to Georg Ringer)
2713 * Fixed bug #11902: [MediaCE] works only with absRefPrefix and doesn't support flowplayer
2715 2009-09-15 Francois Suter <francois@typo3.org>
2717 * Feature #11555: Integrated extension "gabriel" into TYPO3 Core as sysext "scheduler"
2719 2009-09-15 Stanislas Rolland <typo3@sjbr.ca>
2721 * Fixed bug #11915: htmlArea RTE: superfluous span tags in content after server-based cleaning on paste operation
2722 * Follow-up to bug #11946: htmlArea RTE: reference was made to context menu item after context menu was closed
2723 * Added feature #11966: htmlArea RTE: Restrict access to "Clear RTE Cache" option in clear cache menu
2724 * Updated htmlArea RTE manual
2726 2009-09-13 Stanislas Rolland <typo3@sjbr.ca>
2728 * Fixed bug #11847: htmlArea RTE displays empty editing area in Opera 10
2729 * Fixed bug #11946: htmlArea RTE: table properties editing dialogue windows loose focus after opening in IE8
2731 2009-09-13 Martin Kutschker <masi@typo3.org>
2733 * Fixed bug #11943: TCEforms suggest classes lack final ?> and use round brackets around the uid
2734 * Fixed bug #11945: TS objectbrowser converts labels to uppercase improperly (thanks to Christopher Stelmaszyk)
2735 * Fixed bug #11789: Extension Manager is not translatable - part 2 (thanks to Christopher Stelmaszyk)
2737 2009-09-12 Steffen Kamper <info@sk-typo3.de>
2739 * Follow-up to feature #10853: Added camel case for default media params
2740 * Follow-up to feature #6872: #11924: Use suggest feature in core
2742 2009-09-12 Rupert Germann <rupi@gmx.li>
2744 * Fixed bug #11920: Follow-up to feature #6872: TCEforms suggest gives no results with custom TSconfig (thanks to Andreas Wolf)
2746 2009-09-11 Rupert Germann <rupi@gmx.li>
2748 * Fixed bug #11925: Follow-up to feature #6872: TCEforms suggest fails with PHP fatal error (thanks to Steffen Gebert)
2750 2009-09-09 Steffen Kamper <info@sk-typo3.de>
2752 * Fixed bug #11895: Cookie detection in new t3skin login screen fails for certain cirumstances (thanks to Steffen Gebert)
2753 * Cleanup: Renamed t3lib_PageRenderer and the templates for backend/frontend
2754 * Fixed bug #11908: Wrong labels in Media section in constants of css_styled_content
2756 2009-09-07 Francois Suter <francois@typo3.org>
2758 * Fixed bug #10201: Changed cHashes to use full md5 values to reduce the probability of duplicate hashes (thanks to Dan Osipov)
2760 2009-09-07 Tobias Liebig <mail_typo3@etobi.de>
2762 * Fixed bug #11841: Hardcoded labels in t3editor (thanks to Christopher Stelmaszyk)
2764 2009-09-07 Steffen Kamper <info@sk-typo3.de>
2766 * Follow-up to feature #11397: renamed t3lib_pageRenderer and templates (page_be.html, page_fe.html), cleaned unit test
2767 * Follow-up to feature #11397: Added unit tests for t3lib_pageremder
2769 2009-09-06 Rupert Germann <rupi@gmx.li>
2771 * Added feature #11798: Remove "Login-error or session timed out" screen (thanks to Steffen Gebert)
2772 * Added feature #6872: Add suggest wizard to TCEforms (thanks to Andreas Wolf)
2774 2009-09-06 Steffen Kamper <info@sk-typo3.de>
2776 * Fixed bug #11890: t3lib_div::fixed_lgd_cs uses wrong charset in FE
2777 * Added feature #11397: Add class for rendering HTML page in BE and FE
2778 * Updated swfobjects from version 2.1 to version 2.2
2779 * Added feature #11370: Inconsistent Login Screen doesn't show system required errors (thanks to Jens Hoffmann, Susanne Moog and Steffen Gebert)
2781 2009-09-05 Steffen Kamper <info@sk-typo3.de>
2783 * Added feature #11242: Clear User Session Data
2784 * Added feature #11812: Resizable Textareas for TCEforms
2785 * Added feature #11407: Allow type="user" in user setup
2787 2009-09-04 Rupert Germann <rupi@gmx.li>
2789 * Fixed bug #11868 (Follow-up to #11828): added forgotten file version/tca.php (thanks to Sven J�rgens)
2790 * Fixed bug #11827: Update wizard adds _CACHEFILE to extList
2792 2009-09-04 Steffen Kamper <info@sk-typo3.de>
2794 * Fixed bug #11482: Pagetree: Expand/collaps DB-Mounts buggy (thanks to Andreas Wolf)
2795 * Added feature #10017: [felogin] New Method for "forgotPassword"
2797 2009-09-03 Martin Kutschker <masi@typo3.org>
2799 * Added feature #11866: Greek transliteration
2800 * Added feature #11865: AJAX error should send HTTP status 500
2802 2009-09-03 Rupert Germann <rupi@gmx.li>
2804 * Added feature #11773: Integrate an option to deactivate shortcuts completely (thanks to Christopher Stelmaszyk)
2805 * Added feature #11828: There's no possibility to hide versioning and workspaces.
2807 2009-09-03 Stanislas Rolland <typo3@sjbr.ca>
2809 * Updated htmlArea RTE version to 1.8.3 for TYPO3 4.3beta1
2810 * Fixed bug #11863: htmlArea RTE: css syntax errors in language marks feature
2812 2009-09-02 Ingo Renner <ingo@typo3.org>
2814 * Follow-up to #11438: Add a registry to t3lib - Limited the key field size to 128 chars to fit the UNIQUE key
2816 2009-09-02 Rupert Germann <rupi@gmx.li>
2818 * Added feature #9657: Performance improvement: Instantiate time tracker as null object if not really required
2820 2009-09-02 Oliver Hader <oliver@typo3.org>
2822 * Follow-up to bug #11599: TYPO3 logo is not shown in frontend disposal
2824 2009-09-02 Steffen Kamper <info@sk-typo3.de>
2826 * Fixed bug #11748: Problem with backend log in with interfaces
2827 * Fixed bug #11599: TYPO3 dies without an error message when the mysql-module for php is not loaded. (thanks to Michael Knabe)
2829 2009-09-01 Steffen Kamper <info@sk-typo3.de>
2831 * Code cleanup: #11771: Cleanup of tceforms.php
2832 * Added feature #10040: define Default GET-vars
2834 2009-09-01 Rupert Germann <rupi@gmx.li>
2836 * Fixed bug #9049: Page ID is always 0 in export module for impexp (thanks to Jeff Segars)
2838 2009-09-01 Oliver Hader <oliver@typo3.org>
2840 * Follow-up to feature #9292: Fixed wrong disposal of global variables (thanks to Christian Kuhn)
2841 * Added feature #10724: Provide a check that compares a given URL with the host, TYPO3 is running on (thanks to Marcus Krause)
2842 * Follow-up to feature #10724: Added unit tests for isValidUrl() and isOnCurrentHost() in t3lib_div (thanks to Marcus Krause)
2843 * Fixed bug #11845: Typo in a CLI error mesage: suue -> sure (thanks to Oliver Klee)
2844 * Fixed bug #11844: Description in about module uses htmlspecialchars which is wrong (thanks to Georg Ringer)
2845 * Added test #11846: Add unit tests for t3lib_div::removeDotsFromTS()
2847 2009-09-01 Sebastian Kurfuerst <sebastian@typo3.org>
2849 * Raised extbase and fluid versions from 844 to 1181 (and pointing to a tag now instead of a revision)
2850 * Changed sysext dbal to svn:externals. Thanks to Andreas Wolf for converting the Repositories!
2852 2009-09-01 Christian Kuhn <lolli@schwarzbu.ch>
2854 * Added feature #11825: Override FE labels with XML files
2856 2009-08-31 Jochen Rau <jochen.rau@typoplanet.de>
2858 * Added feature #7984: Besides stdWrap.crop there is now a function stdWrap.cropHTML that is aware of HTML tags (same options)
2860 2009-08-31 Oliver Hader <oliver@typo3.org>
2862 * Cleanup: Set SVN properties and tags
2863 * Follow-up to feature #9897: Added unit tests for addFieldsToPalette() and addToAllTCAtypes() in t3lib_extMgm
2864 * Follow-up to feature #9897: Extended unit tests for adding fields in t3lib_extMgm
2866 2009-08-31 Ingo Renner <ingo@typo3.org>
2868 * Fixed bug #11810: Workspace indicator bar does not cover the full width of the page tree
2870 2009-08-31 Christian Kuhn <lolli@schwarzbu.ch>
2872 * Fixed bug #11717: Filelist module doesn't work in IE6 (thanks to Steffen Gebert)
2874 2009-08-31 Steffen Kamper <info@sk-typo3.de>
2876 * Follow-up to #10853: New Multimedia CE
2877 * Added feature #10853: New Multimedia CE
2878 * Added feature #11374: Add Linebreak in Palette of TCEFORMS
2880 2009-08-30 Oliver Hader <oliver@typo3.org>
2882 * Added feature #9292: Integrate hook at the end of tslib_cObj::getImgResource
2883 * Follow-up to feature #9292: Added unit test for getImgResource hook
2885 2009-08-30 Christian Kuhn <lolli@schwarzbu.ch>
2887 * Follow-up to #11431: Unit test for getPage_preProcess hook
2888 * Added feature #11431: Hook to manipulate the page request in method getPage of class t3lib_pageSelect
2890 2009-08-30 Rupert Germann <rupi@gmx.li>
2892 * Fixed bug #11808: Increase performance using mbstring in t3lib_cs->crop (thanks to Timo Schmidt)
2894 2009-08-29 Christian Kuhn <lolli@schwarzbu.ch>
2896 * Fixed bug #11804: Upgrade wizard does not install opendocs as system extension (thanks to Steffen Gebert)
2898 2009-08-28 Ingo Renner <ingo@typo3.org>
2900 * Added feature #11784: Change existing messages in the template object browser to use flash messages
2901 * Added feature #11783: Change existing warning boxes to use flash messages
2903 2009-08-28 Steffen Kamper <info@sk-typo3.de>
2905 * Fixed bug #11710: Remove local loopback bypass in Install Tool login (thanks to Mario Rimann)
2907 2009-08-27 Steffen Kamper <info@sk-typo3.de>
2909 * Follow-up to #11651: Allow Extbase as framework for backend modules
2910 * Fixed bug #11803: sysext opendocs is shy (thanks to Steffen Gebert)
2911 * Follow-up to #11652: Modern integration of module into backend using Extbase - general approach without naming of Extbase
2912 * Fixed bug #11511: Resources -> Files missing in doktype "sysfolder" (thanks to Steffen Gebert)
2914 2009-08-27 Oliver Hader <oliver@typo3.org>
2916 * Fixed bug #11799: Use typo3printError() if backend is locked (thanks to Steffen Gebert)
2918 2009-08-27 Ingo Renner <ingo@typo3.org>
2920 * Follow-up to #11684: Fixed styling of links and lists in flash messages
2921 * Follow-up to #11684: Minor comments cleanup, switched popFlashMessages() to public to enable access from ExtJs f.e.
2923 2009-08-26 Michael Stucki <michael@typo3.org>
2925 * Fixed bug #11731: ENABLE_INSTALL_TOOL file check in yellow box does not check the file age (thanks to Moreno Feltscher)
2927 2009-08-26 Oliver Hader <oliver@typo3.org>
2929 * Fixed bug #11786: Wrong order of arguments for typo3PrintError() (thanks to Steffen Gebert)
2931 2009-08-25 Rupert Germann <rupi@gmx.li>
2933 * Fixed bug #11212: Turning off the admin-panel results in error
2934 * Follow-up to #11764: Fixed bug that occured when localizing records via TCEforms
2936 2009-08-25 Oliver Hader <oliver@typo3.org>
2938 * Added feature #11707: Integrate possibility to enable/disable the deprecation logging (thanks to Sascha Kettler)
2939 * Fixed bug #11657: Extension sys_action uses hardcoded labels (thanks to Christopher Stelmaszyk)
2940 * Fixed bug #11660: Hardcoded labels in backend.php (thanks to Christopher Stelmaszyk)
2941 * Fixed bug #11772: Hardcoded strings in TCA of template module (thanks to Christopher Stelmaszyk)
2942 * Fixed bug #11656: Extension Manager is not translatable (thanks to Christopher Stelmaszyk)
2944 2009-08-25 Ingo Renner <ingo@typo3.org>
2946 * Added feature #11684: Add support for flash messages in the backend
2948 2009-08-24 Rupert Germann <rupi@gmx.li>
2950 * Fixed bug #11764: Performance improvement: speed up list module by improving internal handling of localisations
2951 * Follow-up to #11764: $this->translateTools was not initialized in the page module
2953 2009-08-23 Rupert Germann <rupi@gmx.li>
2955 * Fixed bug #11769: Publish function in adminPanel is broken
2957 2009-08-22 Steffen Kamper <info@sk-typo3.de>
2959 * Fixed bug #11744: Usage of $BACK_PATH without globals
2960 * Fixed bug #11528: JS error in the recycler module / refactored the store handling
2962 2009-08-21 Rupert Germann <rupi@gmx.li>
2964 * Fixed bug #11747: Performance improvement: speed up list module by improving internal handling of references
2965 * Fixed bug #11699: Menu entries in template modules miss translation (Thanks to Christopher Stelmaszyk)
2967 2009-08-20 Rupert Germann <rupi@gmx.li>
2969 * Fixed bug #11726: File list tree-<ul> lacks id="treeRoot" (thanks to Steffen Gebert)
2971 2009-08-19 Rupert Germann <rupi@gmx.li>
2973 * Fixed bug #11746: Performance improvement: speed up function t3lib_BEfunc::isRecordLocked()
2975 2009-08-19 Michael Stucki <michael@typo3.org>
2977 * Fixed bug #11716: Install Tool always sets TYPO3_CONF_VARS[FE][disableNoCacheParameter] upon save
2979 2009-08-18 Steffen Kamper <info@sk-typo3.de>
2981 * Fixed bug #11476: Redundant rendering of helpTextIcon in TCEforms
2983 2009-08-18 Francois Suter <francois@typo3.org>
2985 * Follow-up to #11373, #11379, #11408: Removed unnecessary use of second parameter in calls to $GLOBALS['LANG']->getLL()
2986 * Code cleanup #11745: Class tx_tstemplateinfo misses phpdoc declaration and SVN Id keyword placeholder
2987 * Fixed bug #11659: Hardcoded labels in backend.php and alt_menu.php (Thanks to Christopher Stelmaszyk)
2989 2009-08-14 Rupert Germann <rupi@gmx.li>
2991 * Fixed bug #11718: Performance improvement: speed up function t3lib_iconWorks::skinImg() by caching the results
2992 * Fixed bug #11722: Performance improvement: speed up function t3lib_BEfunc::selectVersionsOfRecord
2993 * Follow-up to feature #11474: Updated performance section in NEWS.txt
2995 2009-08-14 Ingo Renner <ingo@typo3.org>
2997 * Added feature #11438: Add a registry to t3lib
2998 * Added missing icon in t3skin for the divider content element
2999 * Fixed bug #11724: Icons in List Module aligned badly
3001 2009-08-14 Michael Stucki <michael@typo3.org>
3003 * Fixed bug #8968: DBAL incompatible SQL in "impexp" extension (thanks to Marc Bastian Heinrichs)
3005 2009-08-14 Francois Suter <francois@typo3.org>
3007 * Code cleanup #11687: Removed duplicate SQL definition of table index_stat_word
3009 2009-08-11 Francois Suter <francois@typo3.org>
3011 * Code cleanup #11686: Incomplete SQL comments in t3lib/stddb/tables.sql
3013 2009-08-10 Ingo Renner <ingo@typo3.org>
3015 * Follow-up to bug #11627: Fixed bug with mis-styled input fields caused by the addition of ExtJs and its reset css file
3017 2009-08-10 Steffen Kamper <info@sk-typo3.de>
3019 * Added feature #11648: Feature: Add datepicker to date and datetime fields in TCEFORMS
3020 * Added feature #11652: Modern integration of module into backend using Extbase: modified t3lib_loadmodules.php to allow modules without having conf.php. This is needed for extbase driven backend modules. (Thanks to Xavier Perseguers)
3021 * Added feature #11651: Allow Extbase as framework for backend modules: modified mod.php to dispatch extbase driven modules. (Thanks to Xavier Perseguers)
3023 2009-08-09 Andreas Otto <andreas@otto-hanika.de>
3025 * Added feature #4270: displayCond for FlexForms, that affects on row of element (thanks to Tolleiv Nietsch and Rupert Germann)
3027 2009-08-05 Steffen Kamper <info@sk-typo3.de>
3029 * Fixed bug #11627: Add CSS class and IDs to fields in TCEFORMS
3031 2009-08-05 Rupert Germann <rupi@gmx.li>
3033 * Fixed bug #11539: t3ver_stage will not be resetted when t3ver_stage was >0 before (thanks to Fabrizio Branca)
3034 * Fixed bug #11430: Performance improvement: use $GLOBALS['EXEC_TIME'] instead of time() where it makes sense (thanks to Niels Pardon)
3035 * Fixed bug #11512: Performance improvement: replace while(list()...) by foreach in the TYPO3 core (part 1)
3036 * Added feature #11474: Performance improvement: Store separate extList for the frontend (thanks to Mathias Schreiber)
3037 * Fixed bug #11475: Add "doNotLoadInFE" => 1 (introduced with #11474), to several system extensions, speeding up the frontend (thanks to Mathias Schreiber)
3039 2009-08-04 Michael Stucki <michael@typo3.org>
3041 * Follow-up to bug #11410: Non-functional code cleanup
3043 2009-08-03 Benjamin Mack <benni@typo3.org>
3045 * Fixed #11628: Frontend Editing does not work with an iframe
3047 2009-08-03 Ingo Renner <ingo@typo3.org>
3049 * Updated Caching Framework to be in sync with FLOW3 revision 2953
3051 2009-08-02 Oliver Hader <oliver@typo3.org>
3053 * Fixed bug #11585: Faulty usage of t3lib_matchCondition in backend template
3054 * Follow-up to bug #11585: Added unit test for t3lib_matchCondition
3055 * Fixed bug #10769: Wrong encoded email header (thanks to Ivan Kartolo)
3056 * Follow-up to bug #10769: Added unit tests for t3lib_div::encodeHeader()
3057 * Added test #11626: Extend unit tests for t3lib_matchCondition globalVar comparison
3059 2009-08-02 Christian Kuhn <lolli@schwarzbu.ch>
3061 * Added feature #11500: Order fe_groups in select fields alphabetically (Thanks to Steffen Gebert)
3063 2009-08-01 Christian Kuhn <lolli@schwarzbu.ch>
3065 * Added feature #6039: Implement file_reference for TCA "group" type. Files can be referenced instead of copied to upload folder (Thanks to Martin Borer)
3067 2009-07-31 Rupert Germann <rupi@gmx.li>
3069 * Follow-up to bug #11410: Speed up BEgetRootLine even more by adding a real 2-level cache
3071 2009-07-31 Christian Kuhn <lolli@schwarzbu.ch>
3073 * Added feature #11581: Small speed improvement in class.t3lib_tstemplate.php (Thanks to Dan Osipov)
3074 * Fixed bug #11601: Copyright-Notice is hardcoded (Thanks to Christopher Stelmaszyk)
3076 2009-07-30 Oliver Hader <oliver@typo3.org>
3078 * Cleanup: Fixed ChangeLog and moved information concerning database updates to NEWS.txt
3080 2009-07-30 Rupert Germann <rupi@gmx.li>
3082 * Fixed bug #11593: Field t3ver_label is to small for uids >= 100000 (thanks to Fabrizio Branca)
3083 * Fixed bug #11602: Reset filter above the page-tree is not translatable (Thanks to Christopher Stelmaszyk)
3085 2009-07-30 Steffen Kamper <info@sk-typo3.de>
3087 * Fixed bug #11603: BE-Log: "Changes in fields" and "Show history" are not translatable (Thanks to Christopher Stelmaszyk)
3089 2009-07-27 Oliver Hader <oliver@typo3.org>
3091 * Cleanup: Updated t3lib/core_autoload.php
3093 2009-07-23 Oliver Hader <oliver@typo3.org>
3095 * Fixed bug: System extension feedit misspelled
3097 2009-07-23 Rupert Germann <rupi@gmx.li>
3099 * Fixed bug #11296: Login-Page: function makeCopyrightNotice() uses hardcoded text (Thanks to Christopher Stelmaszyk)
3101 2009-07-22 Steffen Kamper <info@sk-typo3.de>
3103 * Fixed bug #11566: Missing css for grouping grid collapse/expand (ExtJS)
3105 2009-07-20 Ingo Renner <ingo@typo3.org>
3107 * Added feature #11264: Add an opacity option to the GIFBUILDER BOX object
3109 2009-07-20 Oliver Hader <oliver@typo3.org>
3111 * Added feature #11509: Move automatic session data garbage collection to separate method
3113 2009-07-19 Oliver Hader <oliver@typo3.org>
3115 * Fixed bug #6875: IRRE - Sorting of child records is inverted on moving parent record to different page (thanks to Nabil Saleh)
3116 * Fixed bug #11267: Use PHP5 version of function microtime()
3118 2009-07-18 Steffen Kamper <info@sk-typo3.de>
3120 * Fixed bug #11556: missing quotes in loginrefresh.js
3122 2009-07-16 Steffen Kamper <info@sk-typo3.de>
3124 * Added feature #9808: Popup-functionality for Pages using target field
3126 2009-07-16 Christian Kuhn <lolli@schwarzbu.ch>
3128 * Added feature #11544: select/deselect all checkbox in db compare tool and extension manager for each type of modification (thanks to Bastian Waidelich)
3130 2009-07-16 Francois Suter <francois@typo3.org>
3132 * Bug #11249: Abusive deprecation logging in tslib_content::getData()
3134 2009-07-15 Francois Suter <francois@typo3.org>
3136 * Cleanup #11408: Object Browser uses hardcoded texts (plus some CGL cleanup) (thanks to Christopher Stelmaszyk)
3138 2009-07-15 Oliver Hader <oliver@typo3.org>
3140 * Added feature #11510: Store timestamp of last modification of session data to frontend user object
3142 2009-07-14 Oliver Hader <oliver@typo3.org>
3144 * Added feature #11508: Integrate possibility to define lifetime of frontend session data
3145 * Fixed bug #11526: Hanging record sets in tslib_feUserAuth
3147 2009-07-12 Ingo Renner <ingo@typo3.org>
3149 * Resolved issue #11530: Replaced t3lib_div::GParrayMerged() with new method t3lib_div::_GPmerged()
3151 2009-07-08 Rupert Germann <rupi@gmx.li>
3153 * Fixed bug #11379: TStemplate Info/Modify uses hardcoded texts (Thanks to Christopher Stelmaszyk)
3155 2009-07-09 Martin Kutschker <masi@typo3.org>
3157 * Fixed bug: same error message is used twice for different errors
3159 2009-07-09 Ingo Renner <ingo@typo3.org>
3161 * Cleanup: Removed a @see annotation to a deprecated function
3163 2009-07-08 Rupert Germann <rupi@gmx.li>
3165 * Added feature #11499: Database compare in install tool can require a huge amount of clicks. Added select/deselect all links.
3167 2009-07-08 Oliver Hader <oliver@typo3.org>
3169 * Fixed bug #11412: Using typolinkLinkAccessRestrictedPages does not take different domain names into account
3171 2009-07-07 Steffen Kamper <info@sk-typo3.de>
3173 * Fixed bug #11493: Ext JS with debug setting now also deliver debug versions of adapters
3174 * Added feature #11492: Update Ext JS to 3.0 final
3176 2009-07-06 Steffen Kamper <info@sk-typo3.de>
3178 * Fixed bug #11480: missing BACK_PATH in css inclusion of Ext JS stylesheets
3180 2009-07-06 Michael Stucki <michael@typo3.org>
3182 * 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)
3184 2009-07-03 Oliver Hader <oliver@typo3.org>
3186 * Added feature #11460: felogin - Integrate possibility to disable redirects on the fly (patch by Steffen Kamper)
3188 2009-07-01 Stanislas Rolland <typo3@sjbr.ca>
3190 * Follow-up to issue #11009: External Links get prepended with http://typo3 in RTE htmlArea in Firefox 3.0.11/3.5b4
3192 2009-07-01 Oliver Hader <oliver@typo3.org>
3194 * Follow-up to feature #9615: Renamed extension from fe_edit to feedit
3196 2009-06-29 Michael Stucki <michael@typo3.org>
3198 * 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!
3200 2009-06-29 Steffen Kamper <info@sk-typo3.de>
3202 * Followup to #9991: one checkbox in version module was accidental deleted
3204 2009-06-29 Ernesto Baschny <ernst@cron-it.de>
3206 * Fixed bug #5381: CSC: Added htmlSpecialChars to rendering page titles in Sitemap/menu content elements (Thanks to Susanne Moog)
3207 * Added feature #2421: CSC: Move static HTML from render_uploads to TypoScript, providing flexible rendering of "Filelinks" content elements
3209 2009-06-29 Benjamin Mack <benni@typo3.org>
3211 * Followup to #4361 / New Hook: removed the "&" when calling the hook method (Thanks to Xavier Perseguers)
3212 * Followup to #9947: Deprecated class t3lib/class.gzip_encode.php as the ob_gzhandler methods are used
3214 2009-06-28 Benjamin Mack <benni@typo3.org>
3216 * Fixed #10136: tslib_pibase page browser may hurt search engines by the incorrect "Next" link (On behalf of Dmitry Dulepov)
3217 * Followup to #4361 / New Hook: removed the "&" when calling the hook method (Thanks to Xavier Perseguers)
3219 2009-06-27 Steffen Kamper <info@sk-typo3.de>
3221 * Fixed bug #11406: querygenerator/fullsearch doesn't use t3lib_iconWorks::skinImg, added alignment for images
3222 * Fixed bug #11409: backend.php don't use API to include JS/CSS files
3224 2009-06-27 Benjamin Mack <benni@typo3.org>
3226 * Added feature #4361: Added new hook in class.db_list.inc for the list module (On behalf of Michael Stucki)
3227 * Fixed bug #6215: MENU before/after* might create invalid HTML output (Thanks to Nabil Saleh)
3229 2009-06-27 Christian Kuhn <lolli@schwarzbu.ch>
3231 * Fixed bug #11425: Workspace Shortcut uses hardcoded texts (thanks to Christopher Stelmaszyk)
3232 * Fixed bug #5061: Message in Web > List isn't localized (thanks to Christopher Stelmaszyk)
3234 2009-06-26 Benjamin Mack <benni@typo3.org>
3236 * Fixed bug #9415: "Do" Dropdown in Workspace module doesn't respect users rights (Thanks to Franz Koch)
3238 2009-06-26 Christian Kuhn <lolli@schwarzbu.ch>
3240 * Fixed bug #10782: Copying datasets with related data start- and endtime is recalculated (thanks to Niels Pardon)
3241 * Fixed bug #10175: Duplicated values in localconf.php (thanks to Stefano Kowalke)
3242 * Added feature #8601: Hook for debug_typo3PrintError
3243 * Added feature #11229: stdwrap to override image of imageLinkWrap (thanks to Georg Ringer)
3245 2009-06-26 Oliver Hader <oliver@typo3.org>
3247 * Added feature #11373: Template-module "ts" uses hardcoded texts (thanks to Christopher Stelmaszyk)
3248 * Added feature #11378: Constant Editor uses hardcoded texts (thanks to Christopher Stelmaszyk)
3249 * Fixed bug #11154: calls to deprecated function makeInstanceClassName in core (thanks to Franz-Xaver Koch)
3250 * Added feature #11410: Speed up BEgetRootLine by reusing parts of the rootline from the cache (thanks to Fabrizio Branca)
3252 2009-06-24 Steffen Kamper <info@sk-typo3.de>
3254 * Fixed bug #11354: Extension manager does not show up Configuration Categories Menu (thanks to Vladimir Podkovanov)
3256 2009-06-24 Oliver Hader <oliver@typo3.org>
3258 * Follow-up to bugfix #9599: felogin - forget password action and logout action are still cached
3260 2009-06-23 Michael Stucki <michael@typo3.org>
3262 * Fixed bug #11369: jumpUrl should only allow files matching fileDenyPattern (thanks to Ingmar Schlecht)
3263 * Follow-up to #9897: Rename some internal variable and function names
3264 * Fixed bug #9897: Extending palettes and fields to be displayed in back-end forms mixes up tabs
3265 * Follow-up to #11358: Minor cleanup
3266 * Fixed bug #10791: Performance improvement: Skip cHash check if page is already non-cached
3267 * Fixed bug #11368: Ignore ENABLE_INSTALL_TOOL file if it is older than one hour
3269 2009-06-23 Steffen Kamper <info@sk-typo3.de>
3271 * Fixed bug #11377: synced Ext JS resources with Ext JS 3.0RC2, removed skins and unused css/images
3273 2009-06-22 Sebastian Kurfuerst <sebastian@typo3.org>
3275 * 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.
3277 2009-06-22 Steffen Kamper <info@sk-typo3.de>
3279 * Replaced icon #11371: The current clear page cache icon is ugly and unclear (thanks to Uschi Renzihausen)
3281 2009-06-21 Steffen Kamper <info@sk-typo3.de>
3283 * Fixed bug #11372: Template-Analyzer uses hardcoded texts - added localization (thanks to Christopher Stelmaszyk)
3285 2009-06-21 Benjamin Mack <benni@typo3.org>
3287 * Fixed bug #11356: Backend Login News is not templateable
3289 2009-06-21 Rupert Germann <rupi@gmx.li>
3291 * Fixed bug #11358: typoLink() perfomance improvement (thanks to Vladimir Podkovanov)
3293 2009-06-18 Benjamin Mack <benni@typo3.org>
3295 * Fixed bug / Feature #11293: Login page is not translatable
3297 2009-06-18 Oliver Hader <oliver@typo3.org>
3299 * Fixed bug #11009: External Links get prepended with http://typo3 in the RTEhtmlarea in Firefox 3.0.11/3.5b4
3301 2009-06-15 Ingo Renner <ingo@typo3.org>
3303 * Updated the caching framework to the according FLOW3 revision 2616
3305 2009-06-15 Martin Kutschker <masi@typo3.org>
3307 * Fixed bug #11119: DBAL: Mapping in query does not takes care of remapping "table.field" in a WHERE clause (thanks to Xavier Perseguers)
3309 2009-06-15 Steffen Kamper <info@sk-typo3.de>
3311 * Fixed bug #11275: Bring back the divider CE
3312 * Fixed bug #11052: Show warning if memcache is configured but not installed / working on the server
3314 2009-06-14 Steffen Kamper <info@sk-typo3.de>
3316 * Fixed bug #9984: Element Browser window is MUCH too small (thanks to Georg Kuehnberger)
3317 * Fixed bug #11047: DBAL does not support CLOB/BLOB when using a mapped table name (thanks to Xavier Perseguers)
3318 * Fixed bug #11076: DBAL: Cannot connect to non-local Oracle database with SID (thanks to Xavier Perseguers)
3319 * Fixed bug #11327: Change 2 forgotten icons in t3skin (edit_fe and edit_file)
3321 2009-06-13 Steffen Kamper <info@sk-typo3.de>
3323 * Fixed bug #10617: Collapse in list module doesn't process returnPath
3324 * Fixed bug #8875: TYPO3 backend logo on top left looks not perfect because it has white background on gradient background (thanks to Johannes Feustel)
3326 2009-06-12 Steffen Kamper <info@sk-typo3.de>
3328 * Fixed bug #10515: extend Filelist with icon block according to list view
3330 2009-06-12 Oliver Hader <oliver@typo3.org>
3332 * Fixed bug #11272: Autoloader floads sysLog with XCLASS failures
3333 * Follow-up to feature #11314: Removed hardcoded length of a session ID
3334 * Fixed bug #11266: Remove initialization of the random number generator
3336 2009-06-10 Oliver Hader <oliver@typo3.org>
3338 * Added feature #11314: Extract functionality to create session ID from t3lib_userAuth::start()
3340 2009-06-09 Rupert Germann <rupi@gmx.li>
3342 * Fixed bug #11285: functions flushByTag and flushByTags in caching framework are very unefficient
3343 * Fixed bug #11291 and #11292: buttons "save" and "save and view" do not work in wizard_rte.php
3345 2009-06-09 Oliver Hader <oliver@typo3.org>
3347 * Added feature #11302: Add possibility to trigger removal of frontend session data of the current session
3349 2009-06-08 Rupert Germann <rupi@gmx.li>
3351 * Follow-up to bug #11033: added missing hook class
3353 2009-06-08 Oliver Hader <oliver@typo3.org>
3355 * Fixed bug #11033: Optimize hook to indexed_search that checks for a running crawler task
3356 * Fixed bug #11268: Optimize initialization of frontend editing
3357 * Follow-up to bug #10231: Fixed wrong pattern conversions from split() to preg_split()
3359 2009-06-08 Steffen Kamper <info@sk-typo3.de>
3361 * Follow-up to #11117: typo in Ext JS theme: grey -> gray
3362 * Fixed bug #10993: Install Tool shows plain passwords - display of passwords was stripped at all places
3363 * Fixed bug #10689: FileCache doesn't work on windows
3364 * Fixed bug #10741: Create version of page crashes in Cache caused by "-" in const PATTERN_ENTRYIDENTIFIER
3366 2009-06-07 Rupert Germann <rupi@gmx.li>
3368 * Fixed bug #0011288: function tslib_fe->setPageCacheContent() removes page_cache entry twice
3369 * 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 )
3370 * Follow-up to #11260: normalized the boolean parameter $reportDocTag before adding it to the md5 hash string
3372 2009-06-06 Benjamin Mack <benni@typo3.org>
3374 * Followup to #11016: Implement RSA authentication for BE and FE (Added deprecation warnings to unused functions in the login screen)
3376 2009-06-05 Patrick Broens <patrick@patrickbroens.nl>
3378 * Fixed bug #11189: Validation issue: value of attribute "method" cannot be "POST"; must be one of "get", "post"
3379 * Fixed bug #11144: Validation issue: End tag for "hr" omitted, but OMITTAG NO was specified in typo3/init.php
3380 * Fixed bug #11141: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/wizard_colorpicker.php
3381 * 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
3382 * 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
3383 * Fixed bug #11138: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/version/cm1/index.php
3384 * Fixed bug #10956: Validation issue: Trimming empty <strong> in typo3/alt_intro.php when module has no module label
3386 2009-06-04 Rupert Germann <rupi@gmx.li>
3388 * New feature #11260: Speed up t3lib_div::xml2array by adding a two level cache (thanks to Fabrizio Branca)
3390 2009-06-04 Oliver Hader <oliver@typo3.org>
3392 * Fixed bug #11257: t3lib_cache_backend_dbbackend->collectGarbage() deletes entries without lifetime (thanks to Fabrizio Branca)
3393 * Cleanup: Cleanup iterations in t3lib_timeTrack->printTSlog()
3394 * Cleanup: Use PHP_SAPI constant instead of php_sapi_name() calls
3396 2009-06-03 Benjamin Mack <benni@typo3.org>
3398 * 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)
3400 2009-06-03 Rupert Germann <rupi@gmx.li>
3402 * Fixed bug #11258: t3lib_cache_backend_ApcBackend::set() error in exception message (thanks to Fabrizio Branca)
3404 2009-06-03 Christian Kuhn <lolli@schwarzbu.ch>
3406 * Fixed bug #9811: Adding Faroese flag to website languages
3408 2009-06-03 Jeff Segars <jeff@webempoweredchurch.org.org>
3410 * Followup to #10597: Fixed bad call to the admin panel within fe_edit
3412 2009-06-03 Ernesto Baschny <ernst@cron-it.de>
3414 * 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"
3416 2009-06-03 Steffen Kamper <info@sk-typo3.de>
3418 * Fixed bug #11262: Recycler fails with Ext JS 3
3419 * Follow-up #11117: move typo3-theme to t3skin (renamed to xtheme-t3skin.css)
3420 * Update #11117: Update Ext JS to 3.0 RC2, added typo3be-theme
3422 2009-06-03 Benjamin Mack <benni@typo3.org>
3424 * Fixed #11234: Deprecate formatSize and checkEmail functions
3425 * Followup to #11148: Remove static require_once() to t3lib and tslib and use autoloading instead - re-added require_once() for the services classes
3427 2009-06-03 Francois Suter <francois@typo3.org>
3429 * Fixed bug #3527: Mail Form validation: wrong encoding in JS pop-up
3430 * Clean up: #11250: Validation error in typo3/stylesheet.css
3432 2009-06-02 Oliver Hader <oliver@typo3.org>
3434 * Follow-up to #10597: Fixed wrong initialization of locallang file for admin panel labels
3436 2009-06-02 Jeff Segars <jeff@webempoweredchurch.org>
3438 * Follow-up to #10597: Removed hardcoded reference to fe_edit and updated extGetFeAdminValue() call to use tslib_AdminPanel
3440 2009-06-02 Steffen Kamper <info@sk-typo3.de>
3442 * Added feature #11241: Feature: Add TYPO3_USER_SETTINGS to configuration module
3443 * Fixed bug #11019: User Setup Rewrite #4 - User settings now configurable with $GLOBALS['TYPO3_USER_SETTINGS']
3445 2009-06-02 Benjamin Mack <benni@typo3.org>
3447 * Followup to #11148: Remove static require_once() to t3lib and tslib and use autoloading instead - removed more require_once() statements
3449 2009-06-02 Ingo Renner <ingo@typo3.org>
3451 * Fixed bug #9818: Enable <del> instead of <strike> in lib.parseFunc_RTE.allowTags by default (credits Susanne Moog)
3453 2009-06-01 Jeff Segars <jeff@webempoweredchurch.org>
3455 * Added feature #11167: Add method for saving and closing a record.
3457 2009-06-01 Christian Kuhn <lolli@schwarzbu.ch>
3459 * Fixed bug #10865: Using User-Setting "titleLen" in element browser
3461 2009-05-31 Steffen Kamper <info@sk-typo3.de>
3463 * Fixed bug #11216: getModuleTemplate is prepended with backPath always. Now syntax EXT:extkey/templatefile is supported.
3465 2009-05-31 Oliver Hader <oliver@typo3.org>
3467 * Fixed bug #11176: LogicException is thrown if spl_autoload() fails with PHP 5.2.0
3469 2009-05-31 Christian Kuhn <lolli@schwarzbu.ch>
3471 * Fixed bug #11233: Log module has an unwanted margin
3472 * Fixed bug #11232: User Admin module has an unwanted margin (Thanks to Dan Osipov)
3473 * Fixed bug #11218: Typo in typo3/init.php
3475 2009-05-30 Christian Kuhn <lolli@schwarzbu.ch>
3477 * Fixed bug #3569: <legend>Search form</legend> is hardcoded (Thanks to Krystian Szymukowicz)
3479 2009-05-29 Jeff Segars <jeff@webempoweredchurch.org>
3481 * Fixed bug #11166: loadPrototype() called in frontend editing without a valid doc instance.
3483 2009-05-28 Steffen Kamper <info@sk-typo3.de>
3485 * Follow-up to #11207 changed filename to lower case in Hook-array
3487 2009-05-28 Jeff Segars <jeff@webempoweredchurch.org>
3489 * Fixed bug #10744: Icon path calculated incorrectly in t3lib_tceforms->getIcon()
3491 2009-05-28 Steffen Kamper <info@sk-typo3.de>
3493 * Added feature #11207 Hook in typo3/class.webPageTree.php -> wrapTitle
3495 2009-05-27 Patrick Broens <patrick@patrickbroens.nl>
3497 * Fixed bug #11124: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/mod/tools/em/class.em_index.php
3498 * Fixed bug #11125: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in various files of typo3/mod/user/ws/
3499 * Fixed bug #11126: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/mod/web/perm/index.php
3500 * Fixed bug #11127: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/belog/mod/index.php
3501 * Fixed bug #11128: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/cms/layout/db_layout.php
3502 * Fixed bug #11129: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in various files in typo3/sysext/cms/web_info/
3503 * 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
3504 * 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
3505 * Fixed bug #11135: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in various files in typo3/sysext/info_pagetsconfig/
3506 * Fixed bug #11136: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in various files in typo3/sysext/lowlevel/
3507 * Fixed bug #11137: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/t3editor/class.tx_t3editor.php
3509 2009-05-26 Patrick Broens <patrick@patrickbroens.nl>
3511 * Fixed bug #11106: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/alt_db_navframe.php
3512 * Fixed bug #11121: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/alt_doc.php
3513 * Fixed bug #11122: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/file_newfolder.php
3514 * Fixed bug #11123: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/init.php
3516 2009-05-25 Oliver Hader <oliver@typo3.org>
3518 * Fixed bug #11169: Syntax error in ADOdb PDO-SQLite driver
3520 2009-05-23 Oliver Hader <oliver@typo3.org>
3522 * Release of TYPO3 4.3.0alpha3
3524 2009-05-23 Oliver Hader <oliver@typo3.org>
3526 * Follow-up to #10597: Faulty call to frontend editing instance instead of admin panel
3527 * Fixed bug #11039: Simulating frontend user groups via admin panel does not work
3528 * Cleanup: Fixed formatting issues in t3lib PHP files
3529 * Cleanup: Fixed formatting issues in typo3 and test PHP files
3531 2009-05-22 Steffen Kamper <info@sk-typo3.de>
3533 * Follow-up to #9994: preg_replace doesn't work with entities_to_utf8 (class.t3lib_cs.php)
3534 * Follow-up to #9994: preg_replace doesn't work with highlight xml (class.t3lib_syntaxhl.php)
3535 * Follow-up to #11044: mass uploader didn't worked because missing settings
3537 2009-05-22 Oliver Hader <oliver@typo3.org>
3539 * Cleanup: Fixed ChangeLog
3540 * Fixed bug #10816: tslib_content calls deprecated function makeInstanceClassName (thanks to Susanne Moog)
3541 * Cleanup: Updated NEWS.txt
3542 * Follow-up to feature #10455: Enable system extension recycler by default
3543 * Fixed bug #10597: Admin panel is not available anymore when extension fe_edit is not installed
3544 * Reverted bug #11087 from rev 5441: Selecting more than one item in a selector box is not possible anymore
3545 * Added feature #11148: Remove static require_once() to t3lib and tslib and use autoloading instead
3546 * Fixed bug #11152: Warning in Import/Export Module (thanks to Susanne Moog & Rupert Germann)
3547 * Follow-up to #11044: Changing to a backend module was not possible anymore in Internet Explorer (thanks to Steffen Kamper)
3549 2009-05-22 Rupert Germann <rupi@gmx.li>
3551 * Added feature #11074: Add more information to the list of extensions in EM import mode (thanks to Steffen Mueller)
3553 2009-05-21 Steffen Kamper <info@sk-typo3.de>
3555 * Reverted bug #11038 from rev 5451: gr_list and loginUser are not set properly in TSFE anymore
3556 * Fixed bug #11022: DBAL does not support SQL having "+" (used in cache management) (thanks to Xavier Perseguers)
3557 * Fixed bug #8231: DBAL's bug admin_get_charsets() on a non-object (thanks to Xavier Perseguers)
3559 2009-05-20 Oliver Hader <oliver@typo3.org>
3561 * Added feature #11153: Integrate t3lib_div::requireFile() for simple require() calls
3562 * Follow-up to feature #9633: XCLASSes did not work for autoloaded class files
3563 * Fixed bug #11156: Misbehaviours due to integration of autoloader (XCLASSes)
3564 * Fixed bug #11156: Misbehaviours due to integration of autoloader (includeLibs in frontend)
3565 * Follow-up to bug #11156: Fixed further misbehaviour of includeLibs in frontend
3567 2009-05-20 Steffen Kamper <info@sk-typo3.de>
3569 * Follow-up to #11044: moved the relogin stuff to extra file, used TYPO3.LLL.core for the labels
3570 * Fixed bug #10861: Eval of double2 doesn't work
3571 * Fixed bug #10994: allow using custom adapter for Ext JS
3573 2009-05-19 Sebastian Kurfuerst <sebastian@typo3.org>
3575 * Updated Extbase revisions to 680; that fixed a small issue on registering plugins
3577 2009-05-19 Oliver Hader <oliver@typo3.org>
3579 * Added feature #9633: Implement autoloading for TYPO3
3580 * Follow-up to feature #9633: Enabled autoloading in TYPO3 Core
3581 * Follow-up to feature #9633: Added abstract classes to registry and check whether extension key could be resolved
3582 * Fixed bug #11038: Optimize loading of frontend user groups
3584 2009-05-19 Steffen Kamper <info@sk-typo3.de>
3586 * Cleanup #11044: Move inline JS to external file in backend.php
3588 2009-05-19 Bernhard Kraft <bernhard@typo3.org>
3590 * Fixed bug #11079: cache_pages timeout alway set to 3600 seconds
3592 2009-05-19 Ingo Renner <ingo@typo3.org>
3594 * Follow up to #8561: Checkboxes and labels are aligned badly if in one line (credits Susanne Moog)
3596 2009-05-19 Benjamin Mack <benni@typo3.org>
3598 * Fixed #11087 and #6372: TCEForm does not replace the existing element if adding a new element to a field with maxitems=1
3600 2009-05-19 Francois Suter <francois@typo3.org>
3602 * Clean up #11118: Reduce memory usage of db_list_extra
3604 2009-05-18 Sebastian Kurfuerst <sebastian@typo3.org>
3606 * New Feature #1110: Added Extbase and Fluid to System Extensions via svn:externals.
3608 2009-05-18 Steffen Kamper <info@sk-typo3.de>
3610 * Fixed bug #8701: Bug: options.moduleMenuCollapsable = 0 doesn't have any effect
3612 2009-05-18 Ernesto Baschny <ernst@cron-it.de>
3614 * Fixed bug #11094: CSC: maxWInText setting was being ignored (since #10320).
3616 2009-05-18 Benjamin Mack <benni@typo3.org>
3618 * Feature #10639: Integration of the Mass File Uploader (based on SWFUpload and Ext JS)
3619 * Fixed bug #11111 / Follow-up to #10892: Root item cannot be collapsed in pagetree (Thanks to Andreas Wolf)
3620 * Fixed bug #11112 / Follow-up to #10892: Collapsing nodes in pagetree produces multiple items with same id (Thanks to Andreas Wolf)
3622 2009-05-16 Francois Suter <francois@typo3.org>
3624 * Follow-up to #9994: an unclosed bracket caused a parse error in t3lib_htmlmail
3626 2009-05-16 Karsten Dambekalns <karsten@typo3.org>
3628 * Fixed bug #9994: ereg* is deprecated in PHP 5.3 alpha3
3629 * Fixed bug #11099: DB check breaks with MySQL in ANSI mode due to double quotes
3631 2009-05-16 Oliver Hader <oliver@typo3.org>
3633 * Fixed bug #10165: FlexForms: wrong mm-relations after copy and localize (thanks to Peter Kuehn)
3635 2009-05-15 Christian Jul Jensen <julle@typo3.org>
3637 * Fixed bug #11098: Enable CC and BCC in t3lib_htmlmail
3639 2009-05-14 Benjamin Mack <benni@typo3.org>
3641 * 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
3643 2009-05-13 Benjamin Mack <benni@typo3.org>
3645 * 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)
3646 * Changed UI-Bug #F3282: Replace three icons from the oldskin in t3skin (fatalerror, ok, info)
3648 2009-05-13 Michael Stucki <michael@typo3.org>
3650 * Fixed bug #11063: Wrong Content-length header breaks frontend output in some cases (thanks to Georg Kuehnberger)
3652 2009-05-12 Patrick Broens <patrick@patrickbroens.nl>
3654 * Fixed bug #11058: Validation issue: <input type="image"> can't have height and width attribute in typo3/alt_doc.php
3655 * Fixed bug #11059: Validation issue: duplicate specification of attribute "class" in t3lib/class.t3lib_tceforms.php
3657 2009-05-08 Patrick Broens <patrick@patrickbroens.nl>
3659 * Fixed bug #11017: Validation issue: various errors and warnings in typo3/sysext/tsconfig_help/mod1/index.php
3661 2009-05-08 Francois Suter <francois@typo3.org>
3663 * Fixed bug: #11006: Tooltip for page path in Page/List module is missing (thanks to Steffen Gebert)
3665 2009-05-08 Oliver Hader <oliver@typo3.org>
3667 * Fixed bug #11053: TYPO3_DB uses $GLOBALS['TYPO3_DB'] instead of $this (thanks to Stefan Geith)
3669 2009-05-08 Steffen Kamper <info@sk-typo3.de>
3671 * Fixed bug #11040: ENGINE modifier in ext_tables.sql cannot be parsed
3673 2009-05-07 Oliver Hader <oliver@typo3.org>
3675 * Added feature #10986: Convert from extension prefix to extension key
3677 2009-05-06 Bernhard Kraft <bernhard@typo3.org>
3679 * Fixed bug #6395: External TypoScripts files will always be cached
3681 2009-05-06 Oliver Hader <oliver@typo3.org>
3683 * Cleanup: Added public static definitions to TSpagegen
3685 2009-05-06 Francois Suter <francois@typo3.org>
3687 * Clean up/feature: #10523: New install tool colors, matching t3skin (thanks to Susanne Moog)
3689 2009-05-05 Oliver Hader <oliver@typo3.org>
3691 * Fixed bug #10050: Traversing back page records used in CONTENT object does not work on root page
3692 * Fixed bug #8212: IRRE - Adding new child elements does not work on root page
3694 2009-05-05 Dmitry Dulepov <dmitry.dulepov@gmail.com>
3696 * Updated rsaauth version number to 1.0.0
3698 2009-05-04 Dmitry Dulepov <dmitry.dulepov@gmail.com>
3700 * Added feature #11016: Implement RSA authentication for BE and FE -- part 1 (add rsaauth system extension)
3701 * Added feature #11016: Implement RSA authentication for BE and FE -- part 2 (fix hard-coded stuff in the TYPO3 login procedure)
3703 2009-05-03 Oliver Hader <oliver@typo3.org>
3705 * Fixed bug #11024: Typo issue in t3lib_cache_backend_DbBackend (thanks to Xavier Perseguers)
3706 * Added feature #10985: Conversion from camelcase to underscores, and back (thanks to Jochen Rau)
3707 * Added feature #10666: Integrate automatic line breaks in GIFBUILDER
3709 2009-05-01 Patrick Broens <patrick@patrickbroens.nl>
3711 * Fixed bug #10967: Validation issue: unescaped & or unknown entity "&returnUrl" in typo3/file_list.php
3712 * Fixed bug #10968: Validation issue: Missing </form> in typo3/file_newfolder.php
3713 * Fixed bug #10969: Validation issue: Missing </form> in typo3/file_rename.php
3714 * Fixed bug #10970: Validation issue: Missing </div> in typo3/sysext/cms/layout/db_new_content_el.php
3716 2009-04-30 Francois Suter <francois@typo3.org>
3718 * Added feature: #10651: Add <abbr> tag to hints SL, GL, SGL in EM (thanks to Steffen Gebert)
3720 2009-04-29 Steffen Kamper <info@sk-typo3.de>
3722 * Added feature #10158: Credits to coredevs
3724 2009-04-29 Oliver Hader <oliver@typo3.org>
3726 * Added feature #10869: Integrate hook to pre-process the frontend rendering
3728 2009-04-28 Stanislas Rolland <typo3@sjbr.ca>
3730 * Fixed bug #11003: htmlArea RTE: empty mutuallyExclusiveClasses array may cause js error
3732 2009-04-28 Steffen Kamper <info@sk-typo3.de>
3734 * Fixed bug #9991: Localize versioning module
3735 * Fixed bug #10550: Listview: default limits are hardcoded
3736 * Fixed bug #10698: Filecache: Clear all caches doesn't clear tags directory
3738 2009-04-28 Oliver Hader <oliver@typo3.org>
3740 * Cleanup: Fixed whitespaces in admin panel
3741 * Fixed bug #10331: linkHandler different than "record" leads to rteerror (thanks to Martin Holtz)
3743 2009-04-27 Steffen Kamper <info@sk-typo3.de>
3745 * Update #10975: Update Ext JS to 2.2.1, added Ext-Core, YUI and jquery adapters
3747 2009-04-27 Francois Suter <francois@typo3.org>
3749 * Clean up #10711: Move hard-coded indexed_search tca labels to locallang file (thanks to Andy Grunwald)
3751 2009-04-27 Patrick Broens <patrick@patrickbroens.nl>
3753 * Fixed bug #10950: XML prologue always after doctype declaration in BE template building
3754 * Fixed bug #10954: Validation issue: Images with empty attributes in Module menu in BE
3756 2009-04-24 Benjamin Mack <benni@typo3.org>
3758 * Fixed bug #10949: Clean up sysext usersetup module code - part 2
3759 * Fixed bug #4298: Functions -> Multiple pages creates pages in reverse order (page ids decreasing) (Thanks to Dimitriy Simakov and Christian Kuhn)
3761 2009-04-24 Christian Kuhn <lolli@schwarzbu.ch>
3763 * Fixed bug #10979: class localRecordList should use $this->fixedL from class recordList instead of own logic
3764 * Fixed bug #10977: Copyright in TYPO3 comment still 2008 (Thanks to Johannes Feustel)
3765 * Added feature #9876: Provide $severity in t3lib_div::sysLog() Hook (Thanks to Michael Stucki)
3766 * Fixed bug #10823: IRRE long titles on groupdb fields are displayed wrong (<span title) (Thanks to Nabil Saleh)
3768 2009-04-24 Patrick Broens <patrick@patrickbroens.nl>
3770 * Fixed bug #10952: Iframe produced by typo3/backend.php has proprietary attribute "noresize"
3771 * Fixed bug #10953: Validation issue: <a> attribute "href" lacks value in shortcut menu
3773 2009-04-23 Steffen Kamper <info@sk-typo3.de>
3775 * Fixed bug #10964: Ext JS prototype-adapter leads to several IE-errors
3777 2009-04-22 Steffen Kamper <info@sk-typo3.de>
3779 * Fixed bug #10947: It is not possible to add buttons to the docheader (added hook in template.php)
3781 2009-04-22 Patrick Broens <patrick@patrickbroens.nl>
3783 * Fixed bug #10948: Validation issues in typo3/alt_db_navframe.php
3785 2009-04-21 Steffen Kamper <info@sk-typo3.de>
3787 * Fixed bug #10892: Make it possible to style a hover color for pagetree/filetree items
3789 2009-04-21 Patrick Broens <patrick@patrickbroens.nl>
3791 * Fixed bug #10939: Wrong nesting of <ul> <li> tags in expanded mount root in module file > filelist
3793 2009-04-21 Francois Suter <francois@typo3.org>
3795 * 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)
3797 2009-04-21 Ingo Renner <ingo@typo3.org>
3799 * Changed icons in t3skin for new file, file upload
3800 * Fixed icon in t3skin for refresh
3802 2009-04-20 Francois Suter <francois@typo3.org>
3804 * Follow up to #10320: Move current version of static files of css_styled_content from static/current/*.txt back to static/*.txt
3806 2009-04-20 Steffen Kamper <info@sk-typo3.de>
3808 * Fixed bug #10759: RemoveXSS is incompatible with PHP >= 5.2.8
3810 2009-04-19 Steffen Kamper <info@sk-typo3.de>
3812 * Fixed bug #10919: Hide View-icon in listview with doktypes 254 and 255
3814 2009-04-17 Steffen Kamper <info@sk-typo3.de>
3816 * Fixed bug #10827: Hide "Save and View"-button when editing a content-element
3818 2009-04-17 Christian Kuhn <lolli@schwarzbu.ch>
3820 * Fixed bug #2178: template::getTabMenu doubles ampersands (thanks to Stefano Kowalke)
3822 2009-04-16 Oliver Hader <oliver@typo3.org>
3824 * Added feature #10725: Integrate possibility to determine maximum of multiple values in GIFBUILDER
3826 2009-04-16 Steffen Kamper <info@sk-typo3.de>
3828 * Fixed bug #10735: Wrong returnUrl with clipboard actions
3830 2009-04-15 Tobias Liebig <mail_typo3@etobi.de>
3832 * Fixed issue #8103: t3editor / typoscript on the right side of an operator is not tokenized (needed to enable codecompletion behind copy or reference operator)
3833 * Fixed issue #9051: t3editor / On Mac Os X the key combination CMD+LEFT will close the t3editor
3834 * Fixed issue #10899: bugfixes for t3editor codecompletion (credits to Stephan Petzl and Christian Kartnig)
3836 2009-04-10 Martin Kutschker <masi@typo3.org>
3838 * Fixed bug #10866: extra Ext JS onready code not loaded with template.php
3839 * Fixed bug #10867: Ext JS localization doesn't work
3840 * Fixed bug #9076: iso-ir-109 detected as iso-8859-2 instead of iso-8859-3
3841 * Added feature #10888: support for Unix locales Norwegian bokmal and nynorsk
3843 2009-04-09 Stanislas Rolland <typo3@sjbr.ca>
3845 * Fixed issue #10847: htmlArea RTE: undo/redo is erratic in IE8
3846 * Fixed issue #10665: RTE in FE loads stylesheet with title attribute which prevents Firefox from applying the stylesheet
3848 2009-04-09 Oliver Hader <oliver@typo3.org>
3850 * 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)
3852 2009-04-08 Christian Kuhn <lolli@schwarzbu.ch>
3854 * Fixed bug #10266: No user authentication for >1 TYPO3 installation under one domain (Thanks to Marcus Krause)
3856 2009-04-07 Christian Kuhn <lolli@schwarzbu.ch>
3858 * Fixed bug #10737: Add xmlns attribute to html tag in backend
3860 2009-04-06 Stanislas Rolland <typo3@sjbr.ca>
3862 * Follow-up to issue #10834: htmlArea RTE: IE8 now uses standard name for DOM class attribute
3864 2009-04-06 Oliver Hader <oliver@typo3.org>
3866 * Follow-up to feature #9703: Admin panel cannot not be dragged
3868 2009-04-05 Oliver Hader <oliver@typo3.org>
3870 * Follow-up to bug #10025: Searching for ImageMagick in basic configuration does not work
3872 2009-04-05 Stanislas Rolland <typo3@sjbr.ca>
3874 * Follow-up to issue #10834: htmlArea RTE: IE8 now uses standard name for DOM class attribute
3875 * Added feature #10848: htmlArea RTE: Streamline some functions in class.tx_rtehtmlarea_base.php
3877 2009-04-04 Steffen Kamper <info@sk-typo3.de>
3879 * Fixed issue #10764: Use new JS-function for loading prototype/scriptaculous/extJS
3881 2009-04-03 Stanislas Rolland <typo3@sjbr.ca>
3883 * Fixed issue #10837: htmlArea RTE: IE8 reports unknown "complete" attribute on img nodes
3884 * Fixed bug #10836: htmlArea RTE: RTE leaves unwanted id attribute on inserted table in IE8
3885 * Added feature #10842: htmlArea RTE: Let IE8 display language marks like other browsers do
3886 * Fixed bug #10843: htmlArea RTE: IE7 complains when reference is made to attribute xml:lang
3887 * Fixed bug #10844: htmlArea RTE: IE8 creates erroneous ranges when selection is empty
3888 * Fixed bug #10845: htmlArea RTE: Incorrect XCLASS in class.tx_rtehtmlarea_editormode.php
3889 * Fixed bug #10846: htmlArea RTE: Missing icon in default skin of Language extension
3890 * Updated htmlArea RTE manual
3891 * Updated htmlArea RTE version to 1.8.2
3893 2009-04-03 Patrick Broens <patrick@patrickbroens.nl>
3895 * Fixed bug #10783: Make workspaces icons skinnable
3897 2009-04-03 Ingo Renner <ingo@typo3.org>
3899 * Added feature #9703: Integrate EXT: ingmar_admpanelwrap
3900 * Fixed bug #10838: t3lib_cs->utf8_decode() does not check whether the target charset is utf8
3902 2009-04-02 Stanislas Rolland <typo3@sjbr.ca>
3904 * Fixed issue #10834: htmlArea RTE: IE8 now uses standard name for DOM class attribute
3905 * Fixed issue #10747: htmlArea RTE: Inserting a table in IE8 may fail
3907 2009-04-01 Steffen Kamper <info@sk-typo3.de>
3909 * Follow-up to bug #10025: Command identify does not work with the argument to strip profile data of images
3911 2009-03-31 Benjamin Mack <benni@typo3.org>
3913 * Fixed bug #10567: Added IE8+ support / Get rid of browser version dependent t3lib_div::clientInfo() (Thanks to Steffen Gebert)
3914 * Added feature #10717: Introduce a new function to t3lib_div::getMaxUploadFileSize() to have a central function to detect the maximum upload limit
3916 2009-03-31 Oliver Hader <oliver@typo3.org>
3918 * Follow-up to bug #10025: Enabled to cut off image profiles for image resizing by default
3919 * Fixed bug #10190: Call to undefined method t3lib_div::calluserfunc() in class.tslib_fe.php
3920 * Fixed bug #10431: Call to undefined method SC_wizard_list::printContent()
3922 2009-03-30 Francois Suter <francois@typo3.org>
3924 * Added feature #10320: Split CSS styled content templates in version templates to get rid of the compat version checks (thanks to Susanne Moog)
3926 2009-03-30 Benjamin Mack <benni@typo3.org>
3928 * Added feature #10718: Make tce_file usable via AJAX, uploads, file manipulation etc via AJAX in the Backend now possible
3930 2009-03-27 Francois Suter <francois@typo3.org>
3932 * Fixed issue #10798: Flag sectionIndex is not used for "menu of subpages + sections" (thanks to Xaviers Perseguers)
3934 2009-03-27 Patrick Broens <patrick@patrickbroens.nl>
3936 * Fixed bug #10777: Make versioning module icon skinnable
3937 * Fixed bug #10768: Small rendering/css bug on FE with Text with image
3939 2009-03-27 Steffen Kamper <info@sk-typo3.de>
3941 * Fixed bug #10773: TCA change for BE_USER (admin with less fields, admin checkbox on first tab)
3942 * Fixed bug #10796: Click on (WS 48hour-) preview link in versioning module causes a fatal error
3943 * Fixed bug #10025: ImageMagick generates larger than necessary files
3945 2009-03-27 Michael Stucki <michael@typo3.org>
3947 * Added feature #10734: Indicate number of USER_INT objects used on a page in Admin Panel
3949 2009-03-26 Ingo Renner <ingo@typo3.org>
3951 * Fixed bug #10776: Clearing cache_treelist after inserting page on root level does not work
3953 2009-03-26 Rupert Germann <rupi@gmx.li>
3955 * Fixed bug #10723: Ambiguous description of the "lifetime" option in Install Tool (thanks to Dan Osipov)
3957 2009-03-26 Steffen Kamper <info@sk-typo3.de>
3959 * Fixed bug #5957: Misleading comments in class.t3lib_extmgm.php
3961 2009-03-24 Steffen Kamper <info@sk-typo3.de>
3963 * Fixed bug #10642: Backend admin cannot perform file operations in filelist (credits to Christian Kuhn)
3964 * Fixed bug #10761: Searching for specific record opens "edit record" in wrong frame
3966 2009-03-23 Steffen Kamper <info@sk-typo3.de>
3968 * Fixed bug #10432: Page TS option to disable available languages (thanks to Xavier Perseguers)
3969 * Fixed bug #10765: doc->loadScriptaculous should be callable without parameters
3971 2009-03-21 Oliver Hader <oliver@typo3.org>
3973 * Fixed bug #10663: felogin - Invalid XHTML Code in logout form (thanks to Stano Paska)
3975 2009-03-20 Oliver Hader <oliver@typo3.org>
3977 * Added feature #10748: Provide complete title in element browser if title was cut off
3978 * Fixed bug #10742: LOCAL_LANG default values are overwritten by localized text (thanks to Mathias Gisch)
3980 2009-03-19 Oliver Hader <oliver@typo3.org>
3982 * Fixed issue #10713: Refactor tslib_gifBuilder::calcOffset()
3984 2009-03-18 Steffen Kamper <info@sk-typo3.de>
3986 * Fixed bug #10607: Missing localization in TCA of sys_action
3987 * Fixed bug #9359: XML Problems with PHP5 and libxml
3989 2009-03-12 Stanislas Rolland <typo3@sjbr.ca>
3991 * Added feature #10670: htmlArea RTE: enable alternate rendering of image click enlarge by FE plugins
3993 2009-03-12 Oliver Hader <oliver@typo3.org>
3995 * Fixed bug #10668: Cache section in the admin panel does not work anymore
3997 2009-03-11 Oliver Hader <oliver@typo3.org>
3999 * Release of TYPO3 4.3.0alpha2
4001 2009-03-11 Francois Suter <francois@typo3.org>
4003 * Fixed issue #3682: im_version_5 is always reset to im5 when using ImageMagick 6.x (thanks to Andreas Wolf and Steffen Gebert)
4005 2009-03-11 Stanislas Rolland <typo3@sjbr.ca>
4007 * Fixed issue #7973: htmlArea RTE: Superfluous leading bar inserted in toolbar after linebreak
4009 2009-03-11 Steffen Kamper <info@sk-typo3.de>
4011 * Added feature #10144: enable JS-Libs in BE
4013 2009-03-11 Francois Suter <francois@typo3.org>
4015 * Fixed issue #10573: CSH external Links in seeAlso not working (thanks to Steffen Mueller)
4017 2009-03-11 Oliver Hader <oliver@typo3.org>
4019 * Fixed issue #10655: Upgrade script.aculo.us to latest release 1.8.2
4020 * Follow-up to feature #10455: Recycler is not loading in Internet Explorer 7
4021 * Follow-up to bug #9745: Added FileInfo for AllowOverride
4022 * Cleanup: Updated ext_emconf.php files in system extensions
4023 * Cleanup: Updated NEWS.txt
4025 2009-03-10 Stanislas Rolland <typo3@sjbr.ca>
4027 * Fixed issue #10656: htmlArea RTE: Initialization fails in presence of Firefox extension Ant.com Toolbar 1.3
4029 2009-03-10 Tobias Liebig <mail_typo3@etobi.de>
4031 * Fixed #10380: Update t3editor base (CodeMirror) to release 0.60
4032 * Fixed #10382: Bugfixes for t3editor code completion (thanks to Stephan Petzl and Christian Kartnig)
4034 2009-03-10 Oliver Hader <oliver@typo3.org>
4036 * Cleanup: Updated NEWS.txt
4037 * Follow-up to issue #10614: Fixed typing error in memcached backend
4038 * Added feature #9078: Integrate hook in page module to render preview of records with own CType
4039 * Added feature #10455: Improve recycling of deleted records (thanks to Julian Kleinhans & Erik Frister)
4040 * Fixed bug #10648: JavaScript error is show when starting the install tool with the standard password
4042 2009-03-10 Francois Suter <francois@typo3.org>
4044 * Added feature #10575: Add hover textbox popup (alttitle + description) for FlexForm CSH (thanks to Steffen Mueller)
4046 2009-03-09 Oliver Hader <oliver@typo3.org>
4048 * Fixed bug #10099: Use TYPO3_DB->exec_SELECTcountRows() to determine the number of rows
4049 * Follow-up to bug #10099: Added additional conversion to integer in tslib_feTCE::checkDoublePostExist()
4050 * Added feature #8487: Enable configuration of filesize labels for CType uploads (thanks to Tom Ruether)
4051 * Cleanup: Updated copyright notices
4053 2009-03-08 Stanislas Rolland <typo3@sjbr.ca>
4055 * Fixed issue #10635: htmlArea RTE: Two typos in the manual
4057 2009-03-08 Jeff Segars <jeff@webempoweredchurch.org>
4059 * Follow-up to feature #10155: Add controller switching for frontend editing
4061 2009-03-08 Ingo Renner <ingo@typo3.org>
4063 * Added unit tests for the caching framework database cache backend (backported from FLOW3) (part of #10614)
4064 * !!! Fixed issue #10614: update the caching framework to the latest version as in FLOW3
4065 * Disabled a check in the DB caching backend for the existence of the specified caching table as it caused some problems
4067 2009-03-08 Tobias Liebig <mail_typo3@etobi.de>
4069 * Fixed bug #9823: Save and close in t3editor closes without saving
4071 2009-03-08 Oliver Hader <oliver@typo3.org>
4073 * Follow-up to feature #10565: Condition PIDinRootline did not work anymore
4074 * Follow-up to feature #10565: Fixed formatting in t3lib_matchCondition
4075 * Cleanup: Fixed ChangeLog
4076 * Cleanup: Changed formatting of INSTALL.txt
4078 2009-03-07 Stanislas Rolland <typo3@sjbr.ca>
4080 * Follow-up to feature #7970: fontstyle and fontsize should not use deprecated font tag
4082 2009-03-07 Benjamin Mack <benni@typo3.org>
4084 * Cleanup #10601: Move static dyntabmenu code in external file
4085 * Added feature #10565: Speedup & cleanup t3lib_matchCondition - make use of trimExplode
4087 2009-03-07 Ingo Renner <ingo@typo3.org>
4089 * Added unit tests for the caching framework cache manager (backported from FLOW3) (part of #10614)
4091 2009-03-07 Steffen Kamper <info@sk-typo3.de>
4093 * Follow-up to feature #2859: Added BACK_PATH to listUrl in list module
4095 2009-03-06 Jeff Segars <jeff@webempoweredchurch.org>
4097 * Fixed bug #5822: Indexed Search section menu includes pages with "hide in menu" flag (thanks to Andy Grunwald)
4099 2009-03-06 Francois Suter <francois@typo3.org>
4101 * Added feature #5466: Page selector for the list module (thanks to Christian Kuhn and Dmitry Pikhno)
4103 2009-03-06 Stanislas Rolland <typo3@sjbr.ca>
4105 * Fixed bug #10610: htmlArea RTE: Two errors in class.tx_rtehtmlarea_acronym.php (Thanks to Ursula Renziehausen).
4106 * Fixed bug #6947: RTEfullScreenWidth by default please !
4108 2009-03-05 Benjamin Mack <benni@typo3.org>
4110 * Fixed #10600: Cleaned up sysext usersetup module code (part 1) and the table method in template.php
4112 2009-03-05 Ingo Renner <ingo@typo3.org>
4114 * Added unit tests for the caching framework file backend (backported from FLOW3) (part of #10614)
4115 * Added unit tests for the caching framework memcached backend (backported from FLOW3) (part of #10614)
4116 * Added unit tests for the caching framework APC backend (backported from FLOW3) (part of #10614)
4117 * Added unit tests for the caching framework abstract frontend (backported from FLOW3) (part of #10614)
4118 * Added unit tests for the caching framework variable frontend (backported from FLOW3) (part of #10614)
4119 * Added unit tests for the caching framework string frontend (backported from FLOW3) (part of #10614)
4121 2009-03-04 Jeff Segars <jeff@webempoweredchurch.org>
4123 * Fixed bug #10599: Set extAdmEnabled=true when enabling frontend editing for extension compatibility
4125 2009-03-04 Dmitry Dulepov <dmitry@typo3.org>
4127 * Fixed bug #9974: Use PHP built-in gzip/deflate compression in Frontend
4129 2009-03-03 Ingo Renner <ingo@typo3.org>
4131 * Fixed bug #9779: t3lib_div::trimExplode limit parameter leads to wrong result with non-empty requirement
4132 * Fixed bug #10497: Mark t3lib_div::makeInstanceClassName() as deprecated
4133 * Fixed bug #10581: Use $this->fixedL for list title length
4135 2009-03-03 Michael Stucki <michael@typo3.org>
4137 * TEMPORARY (remove when solved): Disable output of deprecation messages until error handling is implemented.
4139 2009-03-03 Benjamin Mack <benni@typo3.org>
4141 * Fixed #9783: Updated prototype.js to the latest 1.6.0.3 release (thanks to Steffen Gebert)
4143 2009-03-01 Jeff Segars <jeff@webempoweredchurch.org>
4145 * Fixed bug #10528: Wrong content in pagetree frame after page creation in Opera
4147 2009-03-01 Benjamin Mack <benni@typo3.org>
4149 * Fixed bug #10535: Call to deprecated fixed_lgd_pre() in class.t3lib_timetrack.php (Thanks to Uschi Renziehausen and Christian Kuhn)
4151 2009-02-28 Benjamin Mack <benni@typo3.org>
4153 * Added feature #2859: List view should have 'collapse' / 'expand' functionality for all list types (Thanks to Christian Kuhn)
4154 * Fixed bug #4367: Reset recs with clear_all should reset as array, not as string (Thanks to Christian Kuhn)
4156 2009-02-27 Jeff Segars <jeff@webempoweredchurch.org>
4158 * Fixed bug #10372: Clean up frontend editing actions
4160 2009-02-27 Francois Suter <francois@typo3.org>
4162 * Added feature #10333: Configurable Subcategories for ext_conf_template.txt and TS constant editor (thanks to Stefan Geith)
4164 2009-02-27 Michael Stucki <michael@typo3.org>
4166 * Fixed bug #3949: Files in typo3temp/GB have wrong permissions (thanks to Christian Kuhn)
4167 * Fixed bug #10131: Use TYPO3 encryption key in initial state of random byte generation (ported from TYPO3_4-2, thanks to Marcus Krause)
4168 * 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!
4170 2009-02-27 Ingo Renner <ingo@typo3.org>
4172 * Fixed bug #10210: Admin tools > User Admin icons point to wrong user in Opera browser (credits David Steeb)
4173 * Fixed bug #10259: Link to CLI Script in Check DP->ReferenceIndex Script is wrong (credits Daniel Krupke)
4174 * Fixed bug #10560: element browser title length is hardcoded
4175 * Fixed bug #5618: Wrong cropping of multi-byte $TCA field (credits Michael Miousse)
4176 * Fixed bug #10511: simplify and speed up t3lib_div::trimExplode()
4178 2009-02-27 Francois Suter <francois@typo3.org>
4180 * Fixed bug #10417: Remove debugging code from sysext t3skin (thanks to Markus Krause)
4182 2009-02-27 Benjamin Mack <benni@typo3.org>
4184 * Fixed bug #10536: Hardcoded backend main dir in typo3/classes/class.typo3logo.php (Thanks to Christian Kuhn)
4185 * Fixed bug #3871: Hardcoded css for versioning symbol in list module (Thanks to Christian Kuhn)
4186 * Fixed bug #10490: Code cleanup/Bugfix: Add some sql_free_result to the admin_get_* functions (Thanks to Oliver Klee)
4188 2009-02-27 Francois Suter <francois@typo3.org>
4190 * Fixed bug #10516: Typos in the Core: change "accesible" to "accessible" (Thanks to Daniel Krupke)
4191 * 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.
4193 2009-02-25 Stanislas Rolland <typo3@sjbr.ca>
4195 * Fixed bug #10547: htmlArea RTE: tx_rtehtmlarea_clearrtecache::clearTempDir should use resolveBackPath
4197 2009-02-25 Kasper Skaarhoj <kasper@typo3.org>
4199 * Added feature: Extra hook argument to the external link handler (credits to Hassan Ait Abdellah)
4201 2009-02-23 Stanislas Rolland <typo3@sjbr.ca>
4203 * Fixed bug #10531: htmlArea RTE: JS error may be raised by Opera on page unload
4204 * Fixed bug #10532: htmlArea RTE: language code of lang attribute should be lower case
4206 2009-02-22 Steffen Kamper <info@sk-typo3.de>
4208 * Follow-up to bug #9439: Renamed pageTS option (newContentElements => newContentElement)
4210 2009-02-23 Dmitry Dulepov <dmitry@typo3.org>
4212 * Fixed bug #9745: Add INSTALL.txt to TYPO3 source package
4214 2009-02-22 Stanislas Rolland <typo3@sjbr.ca>
4216 * Fixed bug #10524: htmlArea RTE: Language feature may raise JS error when RTE loads
4217 * Fixed bug #10525: htmlArea RTE: Language feature always requires Static Info Tables
4219 2009-02-22 Steffen Kamper <info@sk-typo3.de>
4221 * Fixed bug #10283: Cleanup: Make unit test names more readable by adding underscores as separators (thanks to Oliver Klee)
4223 2009-02-21 Stanislas Rolland <typo3@sjbr.ca>
4225 * Fixed bug #10519: htmlArea RTE: RTE sometimes overlaps following form element
4226 * Added feature #10520: htmlArea RTE: Configuration option to override RTE width
4228 2009-02-21 Ingo Renner <ingo@typo3.org>
4230 * Added unit tests for t3lib_div::trimExplode()
4231 * Fixed bug #10514: Typos in NEWS.txt
4232 * Removed top, left, and right borders from the workspace information div in the page tree
4233 * 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)
4235 2009-02-20 Oliver Hader <oliver@typo3.org>
4237 * Follow-up to bug #10452: Fixed flaws in PATH_INFO check for simulateStaticDocuments
4239 2009-02-20 Stanislas Rolland <typo3@sjbr.ca>
4241 * Fixed bug #8905: option+space for inserting non-braking space on Mac OSX does not work properly
4242 * Added feature #10510: htmlArea RTE: Allow to specify default content language in BE
4243 * Added feature #10513: htmlArea RTE: Improve spell checker configurability
4245 2009-02-19 Jeff Segars <jeff@webempoweredchurch.org>
4247 * Follow-up to feature #10374: Add helper function for additional frontend editing controllers and views
4249 2009-02-19 Stanislas Rolland <typo3@sjbr.ca>
4251 * Fixed bug #10482: htmlArea RTE: Find & replace sometimes leaves marks in the content
4253 2009-02-19 Ingo Renner <ingo@typo3.org>
4255 * Fixed bug #10454: t3lib_div::makeInstanceClassName() allows to bypass checks for t3lib_Singleton
4257 2009-02-18 Stanislas Rolland <typo3@sjbr.ca>
4259 * Fixed bug #10479: htmlArea RTE: JS error is raised when using the delete icon on a flexform
4260 * Fixed bug #10453: Wrong text for "upload file" in link popup
4262 2009-02-18 Oliver Hader <oliver@typo3.org>
4264 * Fixed bug #10452: Evaluation PATH_INFO in tslib_fe::checkAlternativeIdMethods() sets false positives and should be moved to tx_simulatestatic
4266 2009-02-17 Jeff Segars <jeff@webempoweredchurch.org>
4268 * Follow-up to feature #10374: Add helper function for additional frontend editing controllers and views
4270 2009-02-17 Dmitry Dulepov <dmitry@typo3.org>
4272 * Fixed bug #9729: Ship optimal TYPO3 configuration by default
4274 2009-02-17 Steffen Kamper <info@sk-typo3.de>
4276 * Fixed bug #10338: Feature: NewRecordWizard with grouping and sorting
4278 2009-02-16 Oliver Hader <oliver@typo3.org>
4280 * Fixed bug #10450: Typing error in simulateStaticDocuments to determine the current mode
4282 2009-02-16 Steffen Kamper <info@sk-typo3.de>
4284 * Follow-up to bug #9439: Renamed TS mod.wizards.newContentElements to mod.wizards.newContentElement
4285 * Follow-up to bug #10121: Replaced extJScode with extJsCode in template.php
4287 2009-02-14 Steffen Kamper <info@sk-typo3.de>
4289 * Fixed bug #10176: followUp (regression in sysaction)
4290 * Fixed bug #10212: Missing files in sysext install (Thanks to Marcus Krause)
4292 2009-02-13 Jeff Segars <jeff@webempoweredchurch.org>
4294 * Added feature #10374: Add helper functions for additional frontend editing controllers and views
4296 2009-02-13 Stanislas Rolland <typo3@sjbr.ca>
4298 * Fixed bug #5548: cli_dispatch.phpsh will not run on CGI API (Thanks to Steffen Gebert)
4300 2009-02-12 Stanislas Rolland <typo3@sjbr.ca>
4302 * Added feature #10428: htmlArea RTE: Remove configuration variables related to Mozilla clipboard access
4303 * Follow-up to feature #10416: htmlArea RTE: Add configuration options for the acronym feature
4305 2009-02-12 Dmitry Dulepov <dmitry@typo3.org>
4307 * Fixed bug #9728: Improve performance of Prototype, Scriptaculous, Ext JS and other contributed scripts
4309 2009-02-11 Stanislas Rolland <typo3@sjbr.ca>
4311 * Fixed bug #9805: RTE and DAM element browsers show wrong colours
4312 * Follow-up to feature #10339: htmlArea RTE: Move editing mode change to plugin
4313 * Follow-up to feature #10182: htmlArea RTE: Add support for editing lang attribute
4314 * Added feature #10416: htmlArea RTE: Add configuration options for the acronym feature
4315 * Further follow-up to feature #10182: htmlArea RTE: Add support for editing lang attribute
4317 2009-02-11 Steffen Kamper <info@sk-typo3.de>
4319 * Fixed bug #8446: Follow up, renamed "OL" to Object List in Template Object Browser
4321 2009-02-10 Ingo Renner <ingo@typo3.org>
4323 * Fixed a bug with the module menu forgeting it's open/closed states, caused by #9136
4324 * Fixed look of logout button; width was fixed and thus didn't expand to fit wider labels coming from translation (credits Steffen Kamper)
4326 2009-02-10 Michael Stucki <michael@typo3.org>
4328 * Fixed bug #10364: Jumpurl feature allows to access arbitrary files on a server (thanks to the TYPO3 Security Team and especially Marcus Krause)
4329 * Fixed bug #10298: Various XSS issues in the BE user admin module (thanks to Jelmer de Hen and Dmitry Dulepov)
4331 2009-02-08 Ingo Renner <ingo@typo3.org>
4333 * Fixed bug #9861: Second page of results in list-module with ordering flaw (credits Christian Kuhn)
4335 2009-02-07 Steffen Kamper <info@sk-typo3.de>
4337 * Fixed bug #10373: Remove doubled check in tceforms
4339 2009-02-07 Dmitry Dulepov <dmitry@typo3.org>
4341 * Fixed bug #10368: Wrong clear.gif path in dyntabs
4343 2009-02-06 Steffen Kamper <info@sk-typo3.de>
4345 * Fixed bug #10375: 2 little JS-Errors that bug IE
4347 2009-02-06 Ingo Renner <ingo@typo3.org>
4349 * Fixed bug #10357: Add gp as an alternative to gpvar in TS getText for a more consistent naming scheme (credits Steffen Mueller)
4351 2009-02-05 Francois Suter <francois@typo3.org>
4353 * Fixed bug #10346: l10n_display option abusively hides field for "All" languages when set to defaultAsReadonly
4355 2009-02-05 Steffen Kamper <info@sk-typo3.de>
4357 * Fixed bug #10322: Send Notification if BE is locked
4358 * Fixed bug #9439: New Element Wizard has no option for hiding Elements via pageTS
4360 2009-02-05 Benjamin Mack <benni@typo3.org>
4362 * Fixed bug #9266: Bug: strcmp() with array as parameter in t3lib_div::linkThisScript() produces warnings with PHP 5.3 (Thanks to Niels Pardon)
4364 2009-02-04 Stanislas Rolland <typo3@sjbr.ca>
4366 * Fixed bug #10352: htmlArea RTE: Shift+Enter raises exception in Safari
4367 * Fixed bug #10353: htmlArea RTE: Colouring features should check if style attribute is allowed
4368 * Fixed bug #10354: htmlArea RTE: Definition List extension must require the Block Elements extension
4370 2009-02-04 Jeff Segars <jeff@webempoweredchurch.org>
4372 * Fixed bug #10351: Whitespace cleanups in t3lib_frontendedit
4374 2009-02-04 Ingo Renner <ingo@typo3.org>
4376 * Added feature #4911: Add an option to add alternative external URL or shortcut for other languages
4378 2009-02-03 Stanislas Rolland <typo3@sjbr.ca>
4380 * Follow-up to bug #10326: htmlArea RTE: Cleaning on paste broken in older versions of Mozilla/Firefox
4381 * Fixed bug #9894: htmlArea RTE: copy/cut/paste with hotkeys does not work in some browsers/settings
4382 * Fixed bug #10337: htmlArea RTE: Allow Clipboard Helper does not work with Firefox 3
4383 * Added feature #10339: htmlArea RTE: Move editing mode change to plugin
4385 2009-02-03 Francois Suter <francois@typo3.org>
4387 * Fixed bug #1527: t3lib_svbase: Method init returns wrong value (thanks to Stefano Kowalke and Michael Miousse)
4389 2009-02-03 Jeff Segars <jeff@webempoweredchurch.org>
4391 * Fixed bug #9600: Frontend Edit Panel is not compatible with subdomains and RealURL (thanks to Xavier Perseguers)
4392 * Added feature #10155: Add controller switching for frontend editing
4394 2009-02-03 Ingo Renner <ingo@typo3.org>
4396 * Changed the pages description field from a one line input to a textarea
4398 2009-02-02 Ingo Renner <ingo@typo3.org>
4400 * Fixed order of fields in TCEforms for table pages, type external URL which was inconsitant to the other types
4402 2009-02-01 Stanislas Rolland <typo3@sjbr.ca>
4404 * Fixed bug #10323: htmlArea RTE: hotkey CTRL+0 is not honoured
4405 * Fixed bug #10324: htmlArea RTE: Configured hotkeys are not honoured in Safari
4406 * Added feature #10325: htmlArea RTE: Make hotkey for enableWordClean feature configurable
4407 * Fixed bug #10326: htmlArea RTE: Cleaning on paste broken in older versions of Mozilla/Firefox
4409 2009-02-01 Ingo Renner <ingo@typo3.org>
4411 * Fixed broken icon for the TYPO3 manual with t3skin
4412 * Fixed look of the logout button in Safari after the introduction of Ext JS
4413 * Fixed list minus bullet icon in t3skin, was missing a solid background
4415 2009-02-01 Steffen Kamper <info@sk-typo3.de>
4417 * Fixed bug #10121: New template-function to add Ext JS inline code
4419 2009-01-31 Kasper Skaarhoj <kasper@typo3.org>
4421 * 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).
4422 * Added a hook for processing external links made through typolink and makelinks.
4423 * 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.
4424 * Fixed bug that add-wizard did not work with flexform fields.
4425 * 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
4427 2009-01-30 Benjamin Mack <benni@typo3.org>
4429 * Fixed bug #7123: Select wizard doesn't work in Safari (Thanks to Ismael Bidau)
4430 * Fixed bug #10282: Table definition in cache_treelist not compliant with MySQL 5.0 strict mode (Thanks to Steffen Mueller and Steffen Kamper)
4431 * Followup to #10094: Use foreach instead of while-list-each constructs in t3lib_TCEmain
4433 2009-01-30 Francois Suter <francois@typo3.org>
4435 * Fixed bug #10304: Links in the warning box are not visible as links (thanks to Georg Ringer)
4437 2009-01-30 Steffen Kamper <info@sk-typo3.de>
4439 * Fixed bug #10031: Icon in "text w/ picture" and "picture" does not change.
4440 * Fixed bug #8446: Template Objectbrowser menu
4441 * Fixed bug #10045 BUG missleading Errormessage with emtpy COA (thanks to Ingo Schmitt)
4443 2009-01-28 Kasper Skaarhoj <kasper@typo3.org>
4445 * 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)
4447 2009-01-28 Benjamin Mack <benni@typo3.org>
4449 * Fixed bug #10241: DB check ->Full search ->Advanced query always includes deleted field (Thanks to Christian Kuhn)
4450 * Fixed bug #10289: Pre-Cleanup for integration of a mass uploader
4452 2009-01-27 Benjamin Mack <benni@typo3.org>
4454 * Fixed bug #10287: Two typos in typo3-TCEforms.css (Thanks to Uschi Renziehausen)
4456 2009-01-27 Kasper Skaarhoj <kasper@typo3.org>
4458 * 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.
4459 * Tracking script execution times internally. For now not used. Was used for debugging. Maybe it will be useful output at a later time.
4460 * 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.
4461 * Fixed simple bugs in getFuncCheck() and getFuncInput()
4462 * 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.
4463 * 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!)
4464 * 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.
4465 * 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.
4467 2009-01-27 Steffen Kamper <info@sk-typo3.de>
4469 Fixed bug #10263: Multiple calls to deprecated function "fixed_lgd_pre" (thanks to Susanne Moog)
4470 Fixed bug #10176: Multiple calls to deprecated function "fixed_lgd" throughout the core (thanks to Susanne Moog)
4471 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)
4472 Fixed bug #10178: Toolbar menu fails if there are no menu items
4474 2009-01-26 Stanislas Rolland <typo3@sjbr.ca>
4476 * Added feature #10182: htmlArea RTE: Add support for editing lang attribute
4477 * Fixed bug #9904: htmlArea RTE: RTE.default.buttons.table.properties.borderStyle.removeItems is not honored
4478 * Fixed bug #9905: htmlArea RTE: Table properties: Removing headers leaves an empty fieldset
4480 2009-01-24 Ingmar Schlecht <ingmar@typo3.org>
4482 * Fixed bug #10205: DB session record is only created when user is authenticated (thanks also to Michael Stucki)
4484 2009-01-24 Martin Kutschker <masi@typo3.org>
4486 * Added feature #10092: logging API for deprecated functions
4487 * Added feature #10100: logging API for deprecated TypoScript objects and properties
4488 * Fixed bug #10098: t3lib_div::fixed_lgd_cs calls deprecated t3lib_div::fixed_lgd
4490 2009-01-23 Steffen Kamper <info@sk-typo3.de>
4492 * Fixed bug #10234: when "create new record" in list module, page (after) is last entry
4493 * Fixed bug #10179: sys_action menu doesn't respect hidden and returns empty ul if there are no entries
4495 2009-01-23 Michael Stucki <michael@typo3.org>
4497 * Fixed bug #10231: split() is deprecated in PHP 5.3 (patch by Karsten Dambekalns)
4499 2009-01-22 Steffen Kamper <info@sk-typo3.de>
4501 * Fixed bug #9345: CSV export includes _CLIPBOARD_ in header row (thanks to Christian Kuhn)
4502 * Added feature #10220: Get some unit tests for the core (thanks to Oliver Klee)
4504 2009-01-21 Stanislas Rolland <typo3@sjbr.ca>
4506 * Follow-up to #10195: htmlArea RTE: Update RTE about info
4507 * Added feature #10219: htmlArea RTE: Clean up unused localization files
4508 * Fixed bug #9785: htmlArea RTE: Disabling images in RTE still leaves the toolbar button
4509 * Fixed bug #9965: htmlArea RTE: IE jumps down to last RTE input
4511 2009-01-20 Stanislas Rolland <typo3@sjbr.ca>
4513 * Added feature #10206: htmlArea RTE: Allow to hide any button
4515 2009-01-20 Steffen Kamper <info@sk-typo3.de>
4517 * Fixed bug #9774: Incorrect validation of allowed classes in RTE transformation
4519 2009-01-20 Ingmar Schlecht <ingmar@typo3.org>
4521 * Fixed bug #10186: Time shifting (again) in datetime fields (followup to Bug#8746; thanks to Ernesto Baschny)
4522 * Fixed bug #10146: Session fixation vulnerability in user authentication (thanks to the TYPO3 Security Team and especially Marcus Krause)
4523 * Fixed bug #10159: XSS vulnerability in workspace module (thanks to the TYPO3 Security Team and especially Marcus Krause)
4525 2009-01-20 Ingo Renner <ingo@typo3.org>
4527 * Added missing license statement for using the "Silk" icon set of Mark James according to Creative Commons Attribution 2.5
4528 * Fixed bug #10134: XSS vulnerability in sysext indexed_search (thanks to the TYPO3 Security Team and especially Marcus Krause)
4529 * Fixed bug #10133: Command execution in sysext indexed_search (thanks to the TYPO3 Security Team and especially Marcus Krause)
4530 * Fixed bug #10154: Weak encryption key generation vulnerability in sysext install (thanks to the TYPO3 Security Team, and especially Marcus Krause)
4531 * 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)
4533 2009-01-19 Steffen Kamper <info@sk-typo3.de>
4535 * Fixed bug #10183: [felogin] redirect doesn't work with return_url
4537 2009-01-19 Stanislas Rolland <typo3@sjbr.ca>
4539 * Added feature #10181: htmlArea RTE: Move status bar to plugin
4540 * Added feature #10195: htmlArea RTE: Enable the RTE in Opera 9.62+
4541 * Added feature #10196: htmlArea RTE: Remove extension configuration variable enableClickEnlarge
4542 * Fixed bug #10197: htmlArea RTE: Missing XCLASS inclusion in class.tx_rtehtmlarea_pi1.php
4543 * Follow-up to #10181: htmlArea RTE: Move status bar to plugin
4544 * Fixed bug #9935: htmlArea RTE: enableWordClean on paste does not work when hidden button is not in toolbar
4545 * Updated htmlArea RTE version to 1.8.1 for TYPO3 4.3.0 alpha2
4547 2009-01-18 Francois Suter <francois@typo3.org>
4549 * Cleanup #10125: Replace deprecated function calls in sysext indexed_search (thanks to Markus Krause)
4551 2009-01-16 Oliver Hader <oliver@typo3.org>
4553 * Follow-up to bug #10094: Fixed typing error in t3lib_TCEmain::dbAnalysisStoreExec()
4555 2009-01-16 Steffen Kamper <info@sk-typo3.de>
4557 * Fixed bug #10167: Backend not usable in Internet Explorer anymore
4558 * Fixed bug #9307: Remove an obsolete check for disable_exec_function in filelist
4559 * Fixed bug #10157: t3lib/config_default.php textfile_ext should be updated to include xml and other text types
4560 * Fixed bug #9867: Adding T3_SERVICES to configuration modul
4562 2009-01-16 Bernhard Kraft <kraftb@think-open.at>
4564 * Fixed bug #5497: Links in Task Center
4566 2009-01-15 Steffen Kamper <info@sk-typo3.de>
4568 * Fixed bug #10057: hide/unhide page causes error when done via the context menu
4569 * Fixed bug #8787: titles length in list module (thanks to Stefano Cecere)
4571 2009-01-14 Jeff Segars <jeff@webempoweredchurch.org>
4573 * Fixed bug #10064: config.admPanel has no effect (thanks to Ralf Hettinger)
4574 * Fixed bug #10105: htmlArea RTE: Cannot load multiple RTEs via AJAX
4576 2009-01-14 Stanislas Rolland <typo3@sjbr.ca>
4578 * Added feature #10138: htmlArea RTE: add Clear RTE cache option to BE Clear cache menu
4579 * Fixed bug #10140: htmlArea RTE: Alignment of td's and th's in out-of-the-box installation
4581 2009-01-14 Steffen Kamper <info@sk-typo3.de>
4583 * Fixed bug #10143 spamProtectEmailAddresses_atSubst does not work correctly if linktext contains email address with uppercase charachters (thanks to Helmut Hummel)
4584 * Fixed bug #9885: Add Hook to ClearCacheMenu
4586 2009-01-14 Dmitry Dulepov <dmitry@typo3.org>
4588 * Fixed bug #10116: Remove/protect adodb testfiles (thanks to Marcus Krause)
4590 2009-01-13 Jeff Segars <jeff@webempoweredchurch.org>
4592 * Fixed bug #10046: Move t3lib_tceforms_fe into its own file
4594 2009-01-13 Dmitry Dulepov <dmitry@typo3.org>
4596 * Fixed bug #10109: Google reports duplicate title tag
4597 * Fixed bug #10120: Add .buildpath to svn:ignore
4599 2009-01-13 Oliver Hader <oliver@typo3.org>
4601 * Fixed bug #10106: IRRE - Undefined method t3lib_TCEforms_inline::addItems (thanks to Franz Holzinger)
4603 2009-01-12 Stanislas Rolland <typo3@sjbr.ca>
4605 * Follow-up to bug #9932: htmlArea RTE Spellcheck does not work when TYPO3 is installed in subdir
4607 2009-01-12 Oliver Hader <oliver@typo3.org>
4609 * Fixed bug #10104: IRRE - Controll icons in header of newly created child elements are not shown
4610 * Fixed bug #8991: IRRE - Sorting icons of inline records are in wrong order
4612 2009-01-12 Dmitry Dulepov <dmitry@typo3.org>
4614 * Fixed bug #10065: Use TYPO3 clear.gif for Ext JS in backend.php
4615 * Fixed bug #10066: AJAX relogin polls server too often
4616 * Fixed bug #10067: common.js uses undefined variable
4618 2009-01-11 Oliver Hader <oliver@typo3.org>
4620 * Fixed bug #5630: Install tool removes dots from admin usernames (thanks to Stefano Kowalke)
4621 * Fixed bug #10094: Use foreach instead of while-list-each constructs in t3lib_TCEmain
4622 * Added feature #10091: Integrate TYPO3_DB->exec_SELECTcountRows()
4623 * Follow-up to bug #10094: Wrong concatenation of arrays
4625 2009-01-11 Steffen Kamper <info@sk-typo3.de>
4627 * Fixed bug #9825: Copy / Cut icons don't respect t3skin: drag'n'drop in pagetree (credits to Susanne Moog)
4628 * Fixed bug #10077: Feature: Add Icons to page:module TCEform
4629 * Fixed bug #10084: Hardcoded "Toggle All" and " Add New" in section
4631 2009-01-10 Oliver Hader <oliver@typo3.org>
4633 * Fixed bug #10090: Hanging record sets in t3lib_TCEmain
4635 2009-01-09 Martin Kutschker <masi@typo3.org>
4637 * Fixed bug #10086: Core uses deprecated function t3lib_db->sql()
4638 * Fixed bug #10087: Deprecation annotations are wrong for TYPO3 3.6 and 3.5
4640 2009-01-09 Oliver Hader <oliver@typo3.org>
4642 * Fixed bug #10083: Constant styles.content.imgtext.separateRows is not defined
4644 2009-01-08 Benjamin Mack <benni@typo3.org>
4646 * Fixed bug #9194: Bug: wrong handling of 'is_in' list in TCA element type 'input' (Thanks to Vladimir Podkovanov)
4648 2009-01-08 Oliver Hader <oliver@typo3.org>
4650 * Added feature #9674: TCEmain changes for new improved record recycling concept (thanks to Julian Kleinhans)
4651 * Fixed bug #9893: Syntax error in TCA types definitions of tt_content
4652 * Added feature #4427: Enable stdWrap for HMENU.alwaysActivePIDlist (thanks to Dan Osipov)
4654 2009-01-07 Francois Suter <francois@typo3.org>
4656 * Fixed bug #10075: Rootline cache does not work in multilingual websites
4658 2009-01-06 Benjamin Mack <benni@typo3.org>
4660 * Fixed bug #9374: Code in typo3/sysext/tstemplate/ts/index.php don't match with the new CGL (Thanks to Stefano Kowalke)
4662 2009-01-05 Steffen Kamper <info@sk-typo3.de>
4664 * Fixed bug #10055: Add contrib directory to list of allowed paths (thanks to Dan Osipov)
4665 * Fixed bug #9506: label uid shows not working
4666 * Fixed bug #10056: Misspelling english word "guesbooks"
4668 2009-01-04 Dmitry Dulepov <dmitry@typo3.org>
4670 * Fixed bug #9052: Remove JS popup when login expired (co-authored with Christoph Koehler and Steffen Kamper)
4672 2009-01-03 Dmitry Dulepov <dmitry@typo3.org>
4674 * Fixed bug #10047: typo3/contrib is not prefixed with config.absRefPrefix
4675 * Fixed bug #10049: Ext JS directory structure is broken
4677 2009-01-02 Steffen Kamper <info@sk-typo3.de>
4679 * Fixed bug #10043: removed deprecated function-calls in OpenID
4681 2009-01-01 Steffen Kamper <info@sk-typo3.de>
4683 * Fixed bug #4690: TCAdefaults.tt_content.imagecols = 1 is missing
4684 * Fixed bug #7922: stdWrap for doNotLinkIt & doNotShowLink
4686 2009-01-01 Benjamin Mack <benni@typo3.org>
4688 * Fixed bug #8590: Fileadmins folderoverview don`t show 'B' (for byte) after filesize (Thanks to Stefano Kowalke)
4689 * Fixed bug #7669: Changed elderly while(list()=each()) to foreach calls in t3lib_tstemplate (Credits Oliver Hader)
4690 * Fixed bug #8361: Stage change notification emails not send when publishing from Live workspace (Thanks to Andreas Wolf)
4691 * Fixed bug #9136: Less JS in backend.php / Framehandling problem
4693 2008-12-30 Oliver Hader <oliver@typo3.org>
4695 * Added feature #5610: Extend TCEFORM_confObj on Page TSconfig by property keepItems
4697 2008-12-29 Ernesto Baschny <ernst@cron-it.de>
4699 * Fixed bug #8746: Date/time field problem with timezone shifting when using the "+NN", "d" or "d+NN" shortcuts
4700 * Fixed bug #10033: Date/time field shortcut "d" doesn't work on already filled date fields since 4.2.0
4701 * 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"
4703 2008-12-29 Steffen Kamper <info@sk-typo3.de>
4705 * Fixed bug #10022: Pagecontent/Hidden has no effect
4706 * Added feature #9901: Enable stdWrap for expAll
4708 2008-12-29 Oliver Hader <oliver@typo3.org>
4710 * Follow-up to bugfix #10004: Tweak corrections to update wizard for installing new system extensions
4712 2008-12-27 Steffen Kamper <info@sk-typo3.de>
4714 * Fixed bug #10004: Extend UpdateWizard for install systemextensions
4716 2008-12-25 Dmitry Dulepov <dmitry@typo3.org>
4718 * Fixed bug #10012: TYPO3 generates incorrect ETag
4720 2008-12-24 Francois Suter <francois@typo3.org>
4722 * Fixed bug #9948: Label rm.clearCache_pages was abusively removed from core lang file
4724 2008-12-23 Dmitry Dulepov <dmitry@typo3.org>
4726 * Fixed bug #9999: Setting [BE][compressionLevel]=true causes problems
4728 2008-12-23 Steffen Kamper <info@sk-typo3.de>
4730 * Fixed bug #9810: ClearCacheMenu doesn't work when click on icon
4732 2008-12-22 Stanislas Rolland <typo3@sjbr.ca>
4734 * Fixed bug #9932: htmlArea RTE Spellcheck does not work when TYPO3 is installed in subdir
4736 2008-12-22 Steffen Kamper <info@sk-typo3.de>
4738 * Fixed bug #9977: Extensions class.ext_update.php scripts are executed even when extension isn't loaded
4739 * Fixed bug #8492: tiny stuff in the Help Module (moved about and cshmanual to sysext)
4740 * Fixed bug #8205: Shortcut ends in parse_url-error
4741 * Fixed bug #9773: Fallback for skinImg having forceFileExtension
4743 2008-12-20 Steffen Kamper <info@sk-typo3.de>
4745 * Fixed bug #8952: Flags are missing
4746 * Fixed bug #8525: added Korean flag
4748 2008-12-20 Oliver Hader <oliver@typo3.org>
4750 * Follow-up to feature #5835: Fix formatting and remove superfluous wrap in tslib_content::wrapSpace()
4751 * Added feature #5203: Add file operation permissions for back-end user groups (thanks to Christian Kuhn)
4753 2008-12-19 Steffen Kamper <info@sk-typo3.de>
4755 * Fixed bug #9964: Missing file icon PPT
4757 2008-12-18 Stanislas Rolland <typo3@sjbr.ca>
4759 * Fixed bug #9772: t3lib_parsehtml_proc does not provide Page TSConfig to user-defined RTE transformations
4761 2008-12-18 Steffen Kamper <info@sk-typo3.de>
4763 * Fixed bug #7265: Submodules of Web module can't work with mod.php and the _DISPATCH system
4765 2008-12-18 Dmitry Dulepov <dmitry@typo3.org>
4767 * Fixed bug #9944: Unneccessary wildcard string comparisons in EM (thanks to Marcus Krause)
4768 * Fixed bug #9947: gzip compression does not work in BE at all
4769 * Fixed bug #9971: A call to protected method in index_ts.php
4770 * Fixed bug #9886: Hardcoded error messages (Parameter Error:) in some files related to file list module (thanks to Stefano Kowalke)
4771 * Fixed bug #9887: Labels 'TEMP' and 'RECYCLER' are hardcoded (thanks to Stefano Kowalke)
4772 * Fixed bug #9978: Remove references to gzip_encode from File and Access modules
4773 * Fixed bug #9741: wrong anchor links with absRefPrefix option enabled (thanks to Stefan Galinski)
4775 2008-12-18 Thorsten Kahler <thorsten.kahler@dkd.de>
4777 * Added feature #5835: get rid of clear.gif with space (thanks to Susanne Moog)
4779 2008-12-18 Ernesto Baschny <ernst@cron-it.de>
4781 * 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)
4783 2008-12-17 Stanislas Rolland <typo3@sjbr.ca>
4785 * Fixed bug #9596: htmlArea RTE does not work in IRRE subelements
4786 * Added feature #7963: htmlArea RTE css parsing: honour classes with element context selectors inside other context selectors (thanks to Mikkel Ricky)
4787 * Fixed bug #9969: htmlArea RTE: blindImageOptions is not honoured in TYPO3 4.3-dev
4789 2008-12-16 Dmitry Dulepov <dmitry@typo3.org>
4791 * Fixed bug #9925: Initialization of new caching framework breaks some eID scripts
4793 2008-12-15 Dmitry Dulepov <dmitry@typo3.org>
4795 * Fixed bug #9844: Filepermissons (RW) in filelist are hardcoded
4797 2008-12-12 Dmitry Dulepov <dmitry@typo3.org>
4799 * Fixed bug #9884: enhancements to memcached caching backend
4801 2008-12-09 Steffen Kamper <info@sk-typo3.de>
4803 * Fixed bug #9915: Typing error in tslib_content ($gifCreateor => $gifCreator)
4805 2008-12-08 Steffen Kamper <info@sk-typo3.de>
4807 * Fixed bug #9890: sectionIndex in Menu doesn't work
4809 2008-12-03 Martin Kutschker <masi@typo3.org>
4811 * Fixed bug #6415: preg_replace error on PHP 5.2 sometimes resulting in empty pages (thanks to Francois Suter)
4813 2008-12-02 Stanislas Rolland <typo3@sjbr.ca>
4815 * Fixed bug #9878: htmlArea RTE: js error may be raised when loading through IRRE Ajax call
4817 2008-12-02 Martin Kutschker <masi@typo3.org>
4819 * Fixed bug #6131: 'last login' of BE and FE users not shown in the BE (thanks to Christian Kuhn)
4820 * Fixed bug #9850: Strings 'TEMP' and 'RECYCLER' are hardcoded in the filetree (thanks to Stefano Kowalke)
4822 2008-12-02 Dmitry Dulepov <dmitry@typo3.org>
4824 * Added feature #9852: Provide a random byte generator in TYPO3 Core (thanks to Marcus Krause)
4826 2008-12-01 Dmitry Dulepov <dmitry@typo3.org>
4828 * Fixed bug #9645: Memcached backend is not working properly
4829 * Fixed bug #9790: class.gzip_encode.php fails with open_basedir restrictions
4830 * Fixed bug #9859: Upload files in fileadmin: Singular and plural are the same ("files") (co-authored with Stefano Kowalke)
4831 * Fixed bug #9860: Fileadmin: New folders: Singular and plural are the same ("folders") (co-authored with Stefano Kowalke)
4833 2008-12-01 Steffen Kamper <info@sk-typo3.de>
4835 * Fixed bug #9864: felogin: Drop languages from locallang.xml
4837 2008-11-29 Steffen Kamper <info@sk-typo3.de>
4839 * Fixed bug #9862: missing class for checkbox in t3editor
4841 2008-11-27 Steffen Kamper <info@sk-typo3.de>
4843 * Fixed bug #9797: waste of time in LIST module with LOISmode (thanks to Franz Holzinger)
4844 * Fixed bug #9822: New rendering method for content elements (lesser markup, cleaner code) (thanks to Susanne Moog)
4845 * Added feature #9742: Zebra columns for fileadmin listing (thanks to Stefano Kowalke)
4847 2008-11-27 Dmitry Dulepov <dmitry.dulepov@gmail.com>
4849 * Fixed bug #8944: PHP-Error in class.em_index.php on line 4333 (thanks to Stefan Geith)
4851 2008-11-25 Steffen Kamper <info@sk-typo3.de>
4853 * Fixed bug #8561: Checkboxes and labels are aligned badly if in one line
4854 * Fixed bug #9725: double enquote in t3lib_htmlmail of returnPath
4856 2008-11-24 Dmitry Dulepov <dmitry@typo3.org>
4858 * Fixed bug #9806: Mountpoints do not work across domain boundaries
4860 2008-11-23 Ingo Renner <ingo@typo3.org>
4862 * Added feature #9813: Turn the workspace selector into a drop down toolbar item menu
4864 2008-11-22 Stanislas Rolland <typo3@sjbr.ca>
4866 * Follow up for feature #9775: htmlArea RTE: additional features for link insertion dialogue
4868 2008-11-22 Steffen Kamper <info@sk-typo3.de>
4870 * Fixed bug #9798: Don't show fe_users password in page module
4871 * Cleanup: felogin: Completed ChangeLog and raised version to 1.1.0
4873 2008-11-22 Oliver Hader <oliver@typo3.org>
4875 * Fixed bug #9802: Frontend plugins show PHP error if there is no TypoScript configuration
4877 2008-11-13 Stanislas Rolland <typo3@sjbr.ca>
4879 * Follow up for issue #9771: htmlArea RTE spellchecker not working in TYPO3 4.3-dev
4881 2008-11-13 Steffen Kamper <info@sk-typo3.de>
4883 * Fixed bug #9786: Remove duplicate JS-Files in backend.php
4885 2008-11-12 Oliver Hader <oliver@typo3.org>
4887 * Release of TYPO3 4.3.0alpha1
4889 2008-11-12 Steffen Kamper <info@sk-typo3.de>
4891 * Fixed bug #8903: redirect url is not passed with get/post method
4893 2008-11-12 Oliver Hader <oliver@typo3.org>
4895 * Follow-up to feature #9654: Integrate return value depending on a found includeLibs configuration
4896 * Fixed bug #9747: Update function names of caching API to be consistent with FLOW3
4897 * Cleanup: Updated NEWS.txt
4898 * Added feature #9778: Improvement of removeXSS (thanks to Steffen Kamper, David Slayback)
4899 * Fixed bug #9748: Some extensions do not work anymore in the frontend
4900 * Fixed bug #9639: DB Analyzer / Compare Tool can't handle the upgrade of the cache tables (thanks to Michael Stucki)
4901 * Added feature #9670: Integrate code-completion for TypoScript in the t3editor (thanks to Stephan Petzl, Christian Kartnig and Tobias Liebig)
4903 2008-11-11 Steffen Kamper <info@sk-typo3.de>
4905 * Fixed bug #5714: Pagecount not correct in indexed_search
4907 2008-11-11 Stanislas Rolland <typo3@sjbr.ca>
4909 * Fixed bug #9771: htmlArea RTE spellchecker not working in TYPO3 4.3-dev
4910 * Fixed bug #9755: Incorrect initialization sequence in class browse_links
4911 * Added feature #9775: htmlArea RTE: additional features for link insertion dialogue
4912 * Added feature #9776: htmlArea RTE: enable stdwrap on the image clickEnlarge a-tag
4914 2008-11-11 Oliver Hader <oliver@typo3.org>
4916 * Follow-up to bug #5826: Wrong disposal of language object in front-end
4917 * Added feature #9667: Use t3lib_div::trimExplode() in t3lib_div::intExplode() (thanks to Niels Pardon)
4919 2008-11-11 Michael Stucki <michael@typo3.org>
4921 * Fixed bug #5611: Frontend preview and simulate time is buggy
4923 2008-11-08 Michael Stucki <michael@typo3.org>
4925 * Follow-up to bug #8399: Table index was too long after changing the field size
4927 2008-11-06 Oliver Hader <oliver@typo3.org>
4929 * Follow-up to feature #9625: Fixed regular expression
4930 * Cleanup: Set SVN properties and tags
4932 2008-11-06 Jeff Segars <jeff@webempoweredchurch.org>
4934 * Added feature #9615: Move frontend editing to a system extension.
4936 2008-11-04 Ingo Renner <ingo@typo3.org>
4938 * Fixed bug #9681: the Wrap for forgotMessage in the subpart ###TEMPLATE_FORGOT### does not work (credits Steffen Kamper)
4940 2008-11-04 Martin Kutschker <masi@typo3.org>
4942 * Fixed bug #9734: User selector in Web>Access doesn't work (thanks to Andreas Kundoch)
4943 * Fixed bug #9717: t3lib_parsehtml_proc removes valid attributes of SPAN tags
4945 2008-11-04 Oliver Hader <oliver@typo3.org>
4947 * Fixed bug #9599: felogin - Enable Caching "USER" instead of "USER_INT" (thanks to Dmitry Dulepov & Steffen Kamper)
4948 * Added feature #9661: Extend condition operators for globalVar (thanks to Steffen Kamper)
4949 * Cleanup: Specified deprecated statements
4950 * Follow-up to feature #9661: Re-enable matching empty globalVars
4952 2008-11-03 Oliver Hader <oliver@typo3.org>
4954 * Added feature #9654: Enable includeLibs also for USER and COA objects
4955 * Fixed bug #9724: Editing shortcuts does not work anymore
4956 * Fixed bug #9286: Use native JSON-methods instead of 3rd party JSON script (thanks to Steffen Kamper)
4958 2008-11-01 Martin Kutschker <masi@typo3.org>
4960 * Fixed bug #8715: non-admins can not import pages from their own directory (thanks to Johannes Pieper)
4962 2008-11-01 Oliver Hader <oliver@typo3.org>
4964 * Added feature #6637: Integrate possibility to reverse order of rootline HMENU (thanks to Ralf Hettinger)
4965 * Fixed bug #9715: Editing records with OpenDocs enabled does not work
4966 * Added feature #9094: Make simulate static a system extension (patch by Benjamin Mack)
4967 * Fixed bug #9632: Multiple fileuploads into folders with special characters (umlauts) not possible (thanks to Marcus Krause)
4969 2008-10-31 Jeff Segars <jeff@webempoweredchurch.org>
4971 * Added feature #6626: config.fileTarget for link target on files (thanks to Ralf Hettinger)
4972 * Added feature #3787: New option TSFE.jumpURL_HTTPStatusCode = 30x (thanks to Stefan Geith)
4974 2008-10-31 Ingo Renner <ingo@typo3.org>
4976 * cleanup: removed the include for an interface that is loaded in backend.php already and therefore is present always
4978 2008-10-31 Oliver Hader <oliver@typo3.org>
4980 * Fixed bug #9571: Additional condition required to check SSL status in class.t3lib_div.php (thanks to Christian Kuhn)
4981 * Fixed bug #9659: TCEmain wrongly tests required input-type fields (thanks to Francois Suter)
4982 * Fixed bug #8399: field tablename in sys_refindex too short (thanks to Steffen Kamper)
4983 * Cleanup: Updated NEWS.txt
4985 2008-10-31 Benjamin Mack <benni@typo3.org>
4987 * Included the Javascript Widget Framework Ext JS
4989 2008-10-30 Ingo Renner <ingo@typo3.org>
4991 * Fixed an inconsitency with between the name, the documentation and the functionality of method loadByTag() in the new caching framework
4993 2008-10-29 Ingo Renner <ingo@typo3.org>
4995 * Added feature #9591: Integrate sys_actions into toolbar (contributions by Steffen Kamper)
4996 * !!! Cleanup #9678: Make TYPO3 require PHP 5.2
4998 2008-10-28 Ingo Renner <ingo@typo3.org>
5000 * Added the manual for the OpenID system extension
5002 2008-10-28 Martin Kutschker <masi@typo3.org>
5004 * Added feature #9625: Integrate possibility to extend TCEforms palettes easily (implementation by Oliver Hader)
5005 * Added feature #9474: Integrate OpenID authentication support to TYPO3 (integration by Dmitry Dulepov, OpenID library by JanRain Inc.)
5007 2008-10-28 Oliver Hader <oliver@typo3.org>
5009 * Fixed bug #9655: Call to t3lib_div::devLog() without key in index_ts.php (thanks to Francois Suter)
5010 * Fixed bug #9607: Module DB check uses hardcoded labels (thanks to Christopher Stelmaszyk)
5011 * Added feature ##9656: Extend t3lib_div::trimExplode to limit the number of elements
5012 * Follow-up to feature #9575: Return boolean value instead of filtered data
5013 * Fixed bug #9623: Flexform sections are not working anymore since script.aculo.us is not loaded
5014 * Fixed bug #9665: t3lib_BEfunc has a lot of hanging SQL record sets
5015 * Fixed bug #9664: EM fails on retrieving files of uppercase extension keys (thanks to Marcus Krause)
5016 * Added feature #7571: FeUsers in table sys_lockedrecords (thanks to Stefan Geith)
5017 * Added feature #8523: IRRE - Integrate possibility to define enabledControls in TCA
5018 * Fixed bug #5826: indexed_search: specify media types in advanced search (thanks to Steffen Kamper)
5020 2008-10-24 Oliver Hader <oliver@typo3.org>
5022 * Follow-up to feature #9575: Return boolean value instead of filtered data
5024 2008-10-23 Stanislas Rolland <typo3@sjbr.ca>
5026 * Fixed bug #9613: htmlArea RTE uses JScodeLibArray to insert CSS
5028 2008-10-22 Jeff Segars <jeff@webempoweredchurch.org>
5030 * Fixed bug #8636: Hardcoded labels in Configuration module (thanks to Christopher Stelmaszyk)
5031 * Fixed bug #8505: String "File/Files" in Fileadmin are hardcoded (thanks to Stefano Kowalke)
5033 2008-10-22 Stanislas Rolland <typo3@sjbr.ca>
5035 * Fixed bug #5019: htmlArea RTE hangs while editing link in Firefox
5037 2008-10-21 Oliver Hader <oliver@typo3.org>
5039 * Fixed bug #9553: Form validation script jsfunc.validateform.js sometimes fails in IE (thanks to Vladimir Podkovanov)
5040 * Fixed bug #9608: Frontend Editing does not work anymore
5042 2008-10-20 Stanislas Rolland <typo3@sjbr.ca>
5044 * Updated htmlArea RTE manual
5046 2008-10-20 Ingo Renner <ingo@typo3.org>
5048 * !!! Added feature 9505: Make the caches in TYPO3 use the new caching framework
5050 2008-10-20 Oliver Hader <oliver@typo3.org>
5052 * Cleanup: Removed GPLv3 release of Ext JS from typo3/contrib/extJS/