1 2009-10-09 Steffen Kamper <info@sk-typo3.de>
3 * Fixed bug #12110: Show status of flag doNotLoadInFE in extension details (thanks to Steffen Gebert)
4 * Fixed bug #12119: PHP warning shown in EM, if webserver can't remove extension dir (thanks to Steffen Gebert)
6 2009-10-09 Oliver Hader <oliver@typo3.org>
8 * Follow-up to issue #12162: Reverted modification of existing locallang labels and introduced new labels instead
10 2009-10-09 Rupert Germann <rupi@gmx.li>
12 * Fixed bug #12154: Improve API of flashmessages
14 2009-10-09 Francois Suter <francois@typo3.org>
16 * Fixed bug #12078: Scheduler: Check if additional fields indeed provide fields
17 * Fixed bug #12117: Added use of flash messages to the Extension Manager (thanks to Steffen Gebert)
18 * Fixed bug #12166: Scheduler: Gathered TODOs from Forge bug tracker into the Scheduler's manual
20 2009-10-09 Kasper Skaarhoj <kasper@typo3.org>
21 * Tiny bug with date function in t3lib_befunc. Casted timestamp to integer.
22 * Added User TSconfig option "options.checkPageLanguageOverlay" so flexforms only show language fields for languages available on the page.
23 * Fixed problem with notification emails to users when a workspace review rejection happens. Now it works
24 * 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.
25 * 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.
26 * Implemented an override of allowed language per workspace. This is an expert feature available as a USER TSconfig option "options.workspaces.allowed_languages"
27 * 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.
28 * Implemented a simple hook after retrieval of a page from cache.
29 * 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.
31 2009-10-08 Rupert Germann <rupi@gmx.li>
33 * Fixed bug #12121: "Installation Type: L" - tell the user, what's "L" (thanks to Steffen Gebert)
34 * Fixed bug #12128: Performance improvement in t3lib_div::get_dirs() (thanks to Dan Osipov)
35 * Follow-up to #12128: Added unit tests for t3lib_div::get_dirs() (thanks to Peter Foerger)
37 2009-10-08 Oliver Hader <oliver@typo3.org>
39 * Added test #12153: Add more unit tests for t3lib_matchCondition
40 * Follow-up to test #12153: Added unit tests for simulated conditions via TypoScript object browser
42 2009-10-07 Francois Suter <francois@typo3.org>
44 * Fixed bug #12078: Scheduler: Wrong example of cronjob configuration in the manual
46 2009-10-07 Oliver Hader <oliver@typo3.org>
48 * Fixed bug #11451: Wrong pattern modifier in t3lib_htmlmail
50 2009-10-05 Steffen Kamper <info@sk-typo3.de>
52 * Cleanup: Whitespace cleanup in extension manager
54 2009-10-01 Oliver Hader <oliver@typo3.org>
56 * Release of TYPO3 4.3.0beta1
58 2009-10-01 Francois Suter <francois@typo3.org>
60 * Follow-up to #11855: Use flash message API instead of custom markup for highlighting security link
62 2009-10-01 Steffen Kamper <info@sk-typo3.de>
64 * Fixed typo in tslib_content::cImage (changed $this->stdwrap to $this->stdWrap)
65 * Follow-up to #12089: Cleanup: unescaped &
66 * Follow-up to #12089: Make messages in reports module collapsible: add error/warning icon to header
67 * Follow-up to #11843 Add a reports module: endPage was applied twice
69 2009-10-01 Oliver Hader <oliver@typo3.org>
71 * Fixed bug #12071: t3lib_sqlparser is not able to parse alias of a joined table (thanks to Xavier Perseguers)
72 * Raised DBAL version from 0.9.21 to 0.9.22
73 * Cleanup: Updated NEWS.txt
74 * Follow-up to feature #7461: Fixed bug in using the cookieDomain value (thanks to Xavier Perseguers)
75 * Follow-up to bug #11903: Use two queries to clean tags for DBAL reasons
77 2009-10-01 Rupert Germann <rupi@gmx.li>
79 * Follow-up to bug #11357: fixed a parse error in index_re.php
80 * Fixed bug #11979: TCEforms suggest doesn't find everything on large sites and is slow (thanks to Steffen Gebert)
81 * Fixed bug #12092 (Follow-up to bug #9355): The errorhandling can make TYPO3 Backend unusable
82 * Added feature #12055: Add missing sysexts to update wizard (thanks to Steffen Kamper)
84 2009-09-30 Steffen Kamper <info@sk-typo3.de>
86 * Fixed bug #12089: Make messages in reports module collapsible
88 2009-09-30 Oliver Hader <oliver@typo3.org>
90 * Fixed bug #12035: BE style must match t3skin in reports module and flash messages (thanks to Tom Ruether)
91 * Fixed bug #12036: BE style must match t3skin in Install Tool (thanks to Tom Ruether)
92 * Added feature #7461: Transfer cookies via SSL only whenever possible
94 2009-09-30 Rupert Germann <rupi@gmx.li>
96 * Fixed bug #12080 (Follow-up to bug #11505): pageCacheToExternalFiles=1 breaks db-caching in 4.3
97 * Fixed bug #12082: PHP fatal error with frameset page
98 * Fixed bug #12085: Memcached Configuration status report is broken
100 2009-09-29 Francois Suter <francois@typo3.org>
102 * Fixed bug #12068: Scheduler: Improper skipping of running tasks in case multiple execution denied
104 2009-09-29 Rupert Germann <rupi@gmx.li>
106 * Added feature #9355: Add an error and exception handler (backported from FLOW3) (thanks to Ingo Renner)
107 * Added improvement #11855: security related links in EM are not marked as links.
108 * 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)
110 2009-09-29 Oliver Hader <oliver@typo3.org>
112 * Fixed bug #11433: touch(): Utime failed in install tool (thanks to Steffen Gebert)
113 * Added feature #12076: Integration of saltedpasswords as system extension (thanks to Marcus Krause & Steffen Ritter)
115 2009-09-28 Kasper Skaarhoj <kasper@typo3.org>
117 * Fixed bug #12155: TypoScript FORM object does not render correctly anymore
119 2009-09-28 Benjamin Mack <benni@typo3.org>
121 * Included feeditadvanced as system extension through svn:externals (tag 43beta1)
123 2009-09-25 Benjamin Mack <benni@typo3.org>
125 * Fixed #8802: Fileadmin: extensions of new files should only show allowed extensions (Thanks to Steffen Gebert)
126 * Cleanup #11357: Make use of new t3lib_div::redirect function throughout the core
128 2009-09-25 Oliver Hader <oliver@typo3.org>
130 * Fixed bug #12046: Skinning possibilities are not available with frontend editing
131 * Cleanup: Updated NEWS.txt
132 * Fixed bug #12064: Warning when edit form is rendered with wizards in backend
134 2009-09-25 Benjamin Mack <benni@typo3.org>
136 * Added feature #11793: Give CONTENT.table stdWrap properties (thanks to Sebastian Gebhard)
138 2009-09-24 Steffen Kamper <info@sk-typo3.de>
140 * Fixed bug #12025: Make statuses in the status report sorted and grouped (thanks also to Ingo Renner)
141 * Follow-up to bug #12021: Extension Manager is not translatable (part 8) (thanks to Christopher Stelmaszyk)
142 * Cleanup #12053: Cleanup of Extension Manager
143 * Fixed bug #12021: Extension Manager is not translatable (part 8) (thanks to Christopher Stelmaszyk)
145 2009-09-24 Sebastian Kurfuerst <sebastian@typo3.org>
147 * Raised extbase and fluid versions to 0.9.9
149 2009-09-23 Oliver Hader <oliver@typo3.org>
151 * Fixed bug #12042: BE_USER object is cleared with assigning an empty string
153 2009-09-23 Steffen Kamper <info@sk-typo3.de>
155 * Fixed bug #12037: Fatal Error in Configuration > $TBE_MODULES (thanks to Bastian Waidelich)
156 * Follow-up to bug #12014: Extension Manager is not translatable: corrected typo
157 * Follow-up 2 to bug #12017: Respect full path of CSS inclusion (RTE)
159 2009-09-22 Oliver Hader <oliver@typo3.org>
161 * Reverted bugfix #9599: felogin - forget password action and logout action are still cached
162 * Fixed bug #12041: felogin - Checking for cHashes results in the whole page being uncached
163 * Cleanup: Updated NEWS.txt
165 2009-09-22 Steffen Kamper <info@sk-typo3.de>
167 * Fixed bug #11496: Text and headers are bad readable
168 * Follow-up to bug #12017: Added vars from tbe_editor.js to TS-object
169 * Fixed bug #11994: Add more Flexibility to PageRenderer
171 2009-09-21 Sebastian Kurfuerst <sebastian@typo3.org>
173 * Raised extbase version to 0.9.8. This is a follow-up to bug #11903 and additionally makes the reflection cache work.
175 2009-09-21 Rupert Germann <rupi@gmx.li>
177 * Follow-up to bug #11505: clearing page cache from adminpanel didn't work
178 * Fixed bug #12014: Extension Manager is not translatable (part 7) (thanks to Christopher Stelmaszyk)
180 2009-09-21 Oliver Hader <oliver@typo3.org>
182 * !!! Fixed bug #11903: Use separate tables for tags in the caching framework
184 2009-09-20 Benjamin Mack <benni@typo3.org>
186 * Fixed bug #11642: filelinks are now created via the typolink method
188 2009-09-20 Oliver Hader <oliver@typo3.org>
190 * Cleanup: Set SVN properties
191 * Follow-up to feature #10585: Fixed PHPdoc comments and field rendering
192 * Fixed bug #11834: Field handling API in t3lib_extMgm does not check for duplicates on insertion and runs superflouos insertions
194 2009-09-20 Francois Suter <francois@typo3.org>
196 * Fixed bug #12010: Scheduler: Task uid should be displayed in the BE module list view
197 * Follow-up to UI-Bug #F3282: Changed icon_warning.gif to match flash messages' warning icon
198 * Fixed bug #11995: Prompt for keyboard input does not get displayed in CLI scripts
199 * Fixed bug #11224: Special menu directory only renders 1st level if special.value is a mount point (thanks to Xavier Perseguers)
200 * Cleanup #11989: Install Tool message colors should match flash message colors
201 * Cleanup #12018: Added an icon for notice-level flash messages
202 * Cleanup #12020: Scheduler: Made proper use of t3lib_pageRenderer for all inclusions of JS and CSS files in the BE module
204 2009-09-20 Benjamin Mack <benni@typo3.org>
206 * Added additional documentation for feature #12008: User setup misses a function for inserting fields at a position
208 2009-09-20 Steffen Kamper <info@sk-typo3.de>
210 * Fixed bug #12017: Wrong Inclusion in tceforms and tceforms_fe
211 * Fixed bug #12016: JS and CSS inclusion may contain path/../path2/file
212 * Fixed bug #11933: FrontendEditing (classic) does not work when editing forms on page
214 2009-09-19 Francois Suter <francois@typo3.org>
216 * Fixed bug #12011: Wrong layout of datepicker in the Scheduler
218 2009-09-19 Steffen Kamper <info@sk-typo3.de>
220 * Added feature #10585: Enable BE-User to change their OpenID
221 * Added feature #12008: User setup misses a function for inserting fields at a position
222 * Fixed bug #12003: EncryptionKey generation in install tool (1-2-3-mode) still uses old encryption
223 * Fixed bug #11884: User setup: buttons for create/delete ENABLE_INSTALL_TOOL-file are not integrated in user setup
224 * Fixed bug #11896: User Setup miss save of be_users fields and miss handling of default value
226 2009-09-19 Ingo Renner <ingo@typo3.org>
228 * Fixed bug #12005: Reports don't have a back reference to the reports module
229 * Follow-up to feature #12001: Add checks from t3lib_BEfunc::displayWarningMessages() to the status report
231 2009-09-19 Rupert Germann <rupi@gmx.li>
233 * Fixed bug #11917: TCEforms suggest fails with empty label or label_alt field (thanks to Andreas Wolf)
234 * Fixed bug #11988: Extension Manager is not translatable (part 6) (thanks to Christopher Stelmaszyk)
235 * Fixed bug #11986: dynamic update of translation status im EM is broken
236 * Fixed bug #11013: Generate Random Key still does not work (thanks to Marcus Krause)
237 * Fixed bug #11875: list module doesn't show '0' values (thanks to David Bruchmann and Bastian Waidelich)
238 * Fixed bug #11992: treelist cache fills devlog
239 * Follow-up to bug #11505: added a forgotten comma to table definition of cache_hash
241 2009-09-18 Sebastian Kurfuerst <sebastian@typo3.org>
243 * Raised Extbase version to 0.9.7 so it works with the caching framework adjustments.
245 2009-09-18 Rupert Germann <rupi@gmx.li>
247 * Fixed bug #11990: Optimize output of TCEforms suggest results (thanks to Steffen Gebert)
248 * Fixed bug #11505: TYPO3 4.3 is slower than 4.2 -> re-implement native db caching and make the
249 use of the caching framework configurable. !!! DB update required
250 * Follow-up to bug #11505: removed superfluous fields from caching framework tables, fixed indizes
252 2009-09-18 Oliver Hader <oliver@typo3.org>
254 * Follow-up to bug #11831: Removed reference operator from an object
255 * Follow-up to bug #11505: Extended the checks whether the caching framework was initialized before
256 * Raised DBAL version from 0.9.20 to 0.9.21
258 2009-09-18 Ingo Renner <ingo@typo3.org>
260 * Added feature #11843: Add a reports module
261 * Follow-up to #11843: Lists in statuses didn't look too good due to top margin
263 2009-09-18 Steffen Kamper <info@sk-typo3.de>
265 * Fixed bug #11970: RTE in quickedit mode (page module) is broken
266 * Fixed bug #11996: Change compreed to compress with adding JS/CSS
267 * Follow-up to bug #11985: Move ExtJs CSS-assignment to renderJsKibraries
268 * Follow-up to bug #11985: backPath in FE is set too late
270 2009-09-17 Steffen Kamper <info@sk-typo3.de>
272 * Cleanup #11991: Cleanup TCEforms suggest CSS
273 * Fixed bug #11396: redirects not working for felogin on pages with access set
274 * Follow-up to bug #11985: corrected calls loadScriptaculous() in tceforms
276 2009-09-17 Ingo Renner <ingo@typo3.org>
278 * Fixed bug #11983: TCEforms suggest has no search indicator, credits Steffen Gebert
279 * Follow-up to bug #11983: label 'Searching...' was not translatable
281 2009-09-17 Rupert Germann <rupi@gmx.li>
283 * Fixed bug #11906: Extension Manager is not translatable (part 4) (thanks to Christopher Stelmaszyk)
284 * Fixed bug #11987: Extension Manager is not translatable (part 5) (thanks to Christopher Stelmaszyk)
285 * Fixed bug #11564: Change Hardcoded MD5 Password Encryption in User->Setup. Needed for extension "saltedpasswords" (thanks to Steffen Ritter)
286 * Fixed bug #9270: Editors can“t undelete records in history (thanks to Christian Hernmarck)
287 * Added tweak #11881: Add pencil icon to "Edit the whole template record." in Template editor (thanks to Patrick Gaumond)
289 2009-09-17 Oliver Hader <oliver@typo3.org>
291 * Cleanup: Set SVN properties
292 * Fixed bug #11985: Optimize disposal of t3lib_PageRenderer (thanks to Steffen Kamper)
293 * Added feature #11669: Provide a reason for why $TSFE->set_no_cache() has been triggered (thanks to Michael Stucki)
294 * Added feature #2278: Add hook to t3lib_TCEmain::checkModifyAccessList() (thanks to Michael Stucki)
295 * Follow-up to feature #2278: Added unit tests for the new checkModifyAccessList hook
297 2009-09-17 Sebastian Kurfuerst <sebastian@typo3.org>
299 * Raised Extbase and Fluid Versions from 0.9.5 to 0.9.6
301 2009-09-16 Oliver Hader <oliver@typo3.org>
303 * Fixed bug #11831: Remove reference operators for objects
304 * Fixed bug #11824: Links accross Domains not known by linkData and therefore also RealURL (thanks to Daniel Poetzinger)
306 2009-09-16 Jeff Segars <jeff@webempoweredchurch.org>
308 * Added feature #11819: Added inline Javascript rendering type for TYPO3AJAX
309 * Fixed bug #11361: Backend TYPO3 AJAX-Interface: json encoded result empty if it contains non-utf-8 characters (thanks to Benjamin Mack)
311 2009-09-16 Rupert Germann <rupi@gmx.li>
313 * Fixed bug #11905: Extension Manager is not translatable (part 3) (thanks to Christopher Stelmaszyk)
314 * Added feature #11927: Use suggest feature in system extensions
315 * Fixed bug #11967: allowSystemInstall should be a checkbox and not an input field (thanks to Georg Ringer)
317 2009-09-16 Steffen Kamper <info@sk-typo3.de>
319 * Fixed bug #11899: Make resizable and flexible textareas configurable, set default maxHeight to 600
320 * Fixed bug #11965: Content Element Media needs stdWrap to change path (e.g. for DAM) (thanks to Georg Ringer)
321 * Fixed bug #11902: [MediaCE] works only with absRefPrefix and doesn't support flowplayer
323 2009-09-15 Francois Suter <francois@typo3.org>
325 * Feature #11555: Integrated extension "gabriel" into TYPO3 Core as sysext "scheduler"
327 2009-09-15 Stanislas Rolland <typo3@sjbr.ca>
329 * Fixed bug #11915: htmlArea RTE: superfluous span tags in content after server-based cleaning on paste operation
330 * Follow-up to bug #11946: htmlArea RTE: reference was made to context menu item after context menu was closed
331 * Added feature #11966: htmlArea RTE: Restrict access to "Clear RTE Cache" option in clear cache menu
332 * Updated htmlArea RTE manual
334 2009-09-13 Stanislas Rolland <typo3@sjbr.ca>
336 * Fixed bug #11847: htmlArea RTE displays empty editing area in Opera 10
337 * Fixed bug #11946: htmlArea RTE: table properties editing dialogue windows loose focus after opening in IE8
339 2009-09-13 Martin Kutschker <masi@typo3.org>
341 * Fixed bug #11943: TCEforms suggest classes lack final ?> and use round brackets around the uid
342 * Fixed bug #11945: TS objectbrowser converts labels to uppercase improperly (thanks to Christopher Stelmaszyk)
343 * Fixed bug #11789: Extension Manager is not translatable - part 2 (thanks to Christopher Stelmaszyk)
345 2009-09-12 Steffen Kamper <info@sk-typo3.de>
347 * Follow-up to feature #10853: Added camel case for default media params
348 * Follow-up to feature #6872: #11924: Use suggest feature in core
350 2009-09-12 Rupert Germann <rupi@gmx.li>
352 * Fixed bug #11920: Follow-up to feature #6872: TCEforms suggest gives no results with custom TSconfig (thanks to Andreas Wolf)
354 2009-09-11 Rupert Germann <rupi@gmx.li>
356 * Fixed bug #11925: Follow-up to feature #6872: TCEforms suggest fails with PHP fatal error (thanks to Steffen Gebert)
358 2009-09-09 Steffen Kamper <info@sk-typo3.de>
360 * Fixed bug #11895: Cookie detection in new t3skin login screen fails for certain cirumstances (thanks to Steffen Gebert)
361 * Cleanup: Renamed t3lib_PageRenderer and the templates for backend/frontend
362 * Fixed bug #11908: Wrong labels in Media section in constants of css_styled_content
364 2009-09-07 Francois Suter <francois@typo3.org>
366 * Fixed bug #10201: Changed cHashes to use full md5 values to reduce the probability of duplicate hashes (thanks to Dan Osipov)
368 2009-09-07 Tobias Liebig <mail_typo3@etobi.de>
370 * Fixed bug #11841: Hardcoded labels in t3editor (thanks to Christopher Stelmaszyk)
372 2009-09-07 Steffen Kamper <info@sk-typo3.de>
374 * Follow-up to feature #11397: renamed t3lib_pageRenderer and templates (page_be.html, page_fe.html), cleaned unit test
375 * Follow-up to feature #11397: Added unit tests for t3lib_pageremder
377 2009-09-06 Rupert Germann <rupi@gmx.li>
379 * Added feature #11798: Remove "Login-error or session timed out" screen (thanks to Steffen Gebert)
380 * Added feature #6872: Add suggest wizard to TCEforms (thanks to Andreas Wolf)
382 2009-09-06 Steffen Kamper <info@sk-typo3.de>
384 * Fixed bug #11890: t3lib_div::fixed_lgd_cs uses wrong charset in FE
385 * Added feature #11397: Add class for rendering HTML page in BE and FE
386 * Updated swfobjects from version 2.1 to version 2.2
387 * Added feature #11370: Inconsistent Login Screen doesn't show system required errors (thanks to Jens Hoffmann, Susanne Moog and Steffen Gebert)
389 2009-09-05 Steffen Kamper <info@sk-typo3.de>
391 * Added feature #11242: Clear User Session Data
392 * Added feature #11812: Resizable Textareas for TCEforms
393 * Added feature #11407: Allow type="user" in user setup
395 2009-09-04 Rupert Germann <rupi@gmx.li>
397 * Fixed bug #11868 (Follow-up to #11828): added forgotten file version/tca.php (thanks to Sven Jļæ½rgens)
398 * Fixed bug #11827: Update wizard adds _CACHEFILE to extList
400 2009-09-04 Steffen Kamper <info@sk-typo3.de>
402 * Fixed bug #11482: Pagetree: Expand/collaps DB-Mounts buggy (thanks to Andreas Wolf)
403 * Added feature #10017: [felogin] New Method for "forgotPassword"
405 2009-09-03 Martin Kutschker <masi@typo3.org>
407 * Added feature #11866: Greek transliteration
408 * Added feature #11865: AJAX error should send HTTP status 500
410 2009-09-03 Rupert Germann <rupi@gmx.li>
412 * Added feature #11773: Integrate an option to deactivate shortcuts completely (thanks to Christopher Stelmaszyk)
413 * Added feature #11828: There's no possibility to hide versioning and workspaces.
415 2009-09-03 Stanislas Rolland <typo3@sjbr.ca>
417 * Updated htmlArea RTE version to 1.8.3 for TYPO3 4.3beta1
418 * Fixed bug #11863: htmlArea RTE: css syntax errors in language marks feature
420 2009-09-02 Ingo Renner <ingo@typo3.org>
422 * Follow-up to #11438: Add a registry to t3lib - Limited the key field size to 128 chars to fit the UNIQUE key
424 2009-09-02 Rupert Germann <rupi@gmx.li>
426 * Added feature #9657: Performance improvement: Instantiate time tracker as null object if not really required
428 2009-09-02 Oliver Hader <oliver@typo3.org>
430 * Follow-up to bug #11599: TYPO3 logo is not shown in frontend disposal
432 2009-09-02 Steffen Kamper <info@sk-typo3.de>
434 * Fixed bug #11748: Problem with backend log in with interfaces
435 * Fixed bug #11599: TYPO3 dies without an error message when the mysql-module for php is not loaded. (thanks to Michael Knabe)
437 2009-09-01 Steffen Kamper <info@sk-typo3.de>
439 * Code cleanup: #11771: Cleanup of tceforms.php
440 * Added feature #10040: define Default GET-vars
442 2009-09-01 Rupert Germann <rupi@gmx.li>
444 * Fixed bug #9049: Page ID is always 0 in export module for impexp (thanks to Jeff Segars)
446 2009-09-01 Oliver Hader <oliver@typo3.org>
448 * Follow-up to feature #9292: Fixed wrong disposal of global variables (thanks to Christian Kuhn)
449 * Added feature #10724: Provide a check that compares a given URL with the host, TYPO3 is running on (thanks to Marcus Krause)
450 * Follow-up to feature #10724: Added unit tests for isValidUrl() and isOnCurrentHost() in t3lib_div (thanks to Marcus Krause)
451 * Fixed bug #11845: Typo in a CLI error mesage: suue -> sure (thanks to Oliver Klee)
452 * Fixed bug #11844: Description in about module uses htmlspecialchars which is wrong (thanks to Georg Ringer)
453 * Added test #11846: Add unit tests for t3lib_div::removeDotsFromTS()
455 2009-09-01 Sebastian Kurfuerst <sebastian@typo3.org>
457 * Raised extbase and fluid versions from 844 to 1181 (and pointing to a tag now instead of a revision)
458 * Changed sysext dbal to svn:externals. Thanks to Andreas Wolf for converting the Repositories!
460 2009-09-01 Christian Kuhn <lolli@schwarzbu.ch>
462 * Added feature #11825: Override FE labels with XML files
464 2009-08-31 Jochen Rau <jochen.rau@typoplanet.de>
466 * Added feature #7984: Besides stdWrap.crop there is now a function stdWrap.cropHTML that is aware of HTML tags (same options)
468 2009-08-31 Oliver Hader <oliver@typo3.org>
470 * Cleanup: Set SVN properties and tags
471 * Follow-up to feature #9897: Added unit tests for addFieldsToPalette() and addToAllTCAtypes() in t3lib_extMgm
472 * Follow-up to feature #9897: Extended unit tests for adding fields in t3lib_extMgm
474 2009-08-31 Ingo Renner <ingo@typo3.org>
476 * Fixed bug #11810: Workspace indicator bar does not cover the full width of the page tree
478 2009-08-31 Christian Kuhn <lolli@schwarzbu.ch>
480 * Fixed bug #11717: Filelist module doesn't work in IE6 (thanks to Steffen Gebert)
482 2009-08-31 Steffen Kamper <info@sk-typo3.de>
484 * Follow-up to #10853: New Multimedia CE
485 * Added feature #10853: New Multimedia CE
486 * Added feature #11374: Add Linebreak in Palette of TCEFORMS
488 2009-08-30 Oliver Hader <oliver@typo3.org>
490 * Added feature #9292: Integrate hook at the end of tslib_cObj::getImgResource
491 * Follow-up to feature #9292: Added unit test for getImgResource hook
493 2009-08-30 Christian Kuhn <lolli@schwarzbu.ch>
495 * Follow-up to #11431: Unit test for getPage_preProcess hook
496 * Added feature #11431: Hook to manipulate the page request in method getPage of class t3lib_pageSelect
498 2009-08-30 Rupert Germann <rupi@gmx.li>
500 * Fixed bug #11808: Increase performance using mbstring in t3lib_cs->crop (thanks to Timo Schmidt)
502 2009-08-29 Christian Kuhn <lolli@schwarzbu.ch>
504 * Fixed bug #11804: Upgrade wizard does not install opendocs as system extension (thanks to Steffen Gebert)
506 2009-08-28 Ingo Renner <ingo@typo3.org>
508 * Added feature #11784: Change existing messages in the Template Object Browser top use flash messages
509 * Added feature #11783: Change existing warning boxes to use flash messages
511 2009-08-28 Steffen Kamper <info@sk-typo3.de>
513 * Fixed bug #11710: Remove local loopback bypass in Install Tool Login (thanks to Mario Rimann)
515 2009-08-27 Steffen Kamper <info@sk-typo3.de>
517 * Follow-up to #11651: Allow Extbase as framework for backend modules
518 * Fixed bug #11803: sysext opendocs is shy (thanks to Steffen Gebert)
519 * Follow-up to #11652: Modern integration of module into backend using Extbase - general approach without naming of Extbase
520 * Fixed bug #11511: Resources -> Files missing in doktype Sysfolder (thanks to Steffen Gebert)
522 2009-08-27 Oliver Hader <oliver@typo3.org>
524 * Fixed bug #11799: Use typo3printError() if backend is locked (thanks to Steffen Gebert)
526 2009-08-27 Ingo Renner <ingo@typo3.org>
528 * Follow-up to #11684: Fixed styling of links and lists in flash messages
529 * Follow-up to #11684: Minor comments cleanup, switched popFlashMessages() to public to enable access from ExtJs f.e.
531 2009-08-26 Michael Stucki <michael@typo3.org>
533 * Fixed bug #11731: ENABLE_INSTALL_TOOL file check in yellow box does not check the file age (thanks to Moreno Feltscher)
535 2009-08-26 Oliver Hader <oliver@typo3.org>
537 * Fixed bug #11786: Wrong order of arguments for typo3PrintError() (thanks to Steffen Gebert)
539 2009-08-25 Rupert Germann <rupi@gmx.li>
541 * Fixed bug #11212: Turning off the admin-panel results in error
542 * Follow-up 2 to #11764: fixed bug that occured when localizing records via tceforms
544 2009-08-25 Oliver Hader <oliver@typo3.org>
546 * Added feature #11707: Integrate possibility to enable/disable the deprecation logging (thanks to Sascha Kettler)
547 * Fixed bug #11657: Extension sys_action uses hardcoded labels (thanks to Christopher Stelmaszyk)
548 * Fixed bug #11660: Hardcoded labels in backend.php (thanks to Christopher Stelmaszyk)
549 * Fixed bug #11772: Hardcoded strings in TCA of template module (thanks to Christopher Stelmaszyk)
550 * Fixed bug #11656: Extension Manager is not translatable (thanks to Christopher Stelmaszyk)
552 2009-08-25 Ingo Renner <ingo@typo3.org>
554 * Added feature #11684: Add support for flash messages in the backend
556 2009-08-24 Rupert Germann <rupi@gmx.li>
558 * Fixed bug #11764: Performance improvement: speed up list module by improving internal handling of localisations
559 * Follow-up to #11764: $this->translateTools was not initialized in the page module.
561 2009-08-23 Rupert Germann <rupi@gmx.li>
563 * Fixed bug #11769: publish function in adminPanel is broken
565 2009-08-22 Steffen Kamper <info@sk-typo3.de>
567 * Fixed bug #11744: Usage of $BACK_PATH without globals
568 * Fixed bug #11528: JS Error in Recycler - refactored the store handling
570 2009-08-21 Rupert Germann <rupi@gmx.li>
572 * Fixed bug #11747: Performance improvement: speed up list module by improving internal handling of references
573 * Fixed bug #11699: Menu entries in template modules miss translation (Thanks to Christopher Stelmaszyk)
575 2009-08-20 Rupert Germann <rupi@gmx.li>
577 * Fixed bug #11726: File list tree-<ul> lacks id="treeRoot" (thanks to Steffen Gebert)
579 2009-08-19 Rupert Germann <rupi@gmx.li>
581 * Fixed bug #11746: Performance improvement: speed up function t3lib_BEfunc::isRecordLocked()
583 2009-08-19 Michael Stucki <michael@typo3.org>
585 * Fixed bug #11716: Install Tool always sets TYPO3_CONF_VARS[FE][disableNoCacheParameter] upon save
587 2009-08-18 Steffen Kamper <info@sk-typo3.de>
589 * Fixed bug #11476: Redundant rendering of helpTextIcon in TCEforms
591 2009-08-18 Francois Suter <francois@typo3.org>
593 * Follow-up to #11373, #11379, #11408: Removed unnecessary use of second parameter in calls to $GLOBALS['LANG']->getLL()
594 * Code cleanup #11745: Class tx_tstemplateinfo misses phpdoc declaration and SVN Id keyword placeholder
595 * Fixed bug #11659: Hardcoded labels in backend.php and alt_menu.php (Thanks to Christopher Stelmaszyk)
597 2009-08-14 Rupert Germann <rupi@gmx.li>
599 * Fixed bug #11718: Performance improvement: speed up function t3lib_iconWorks::skinImg() by caching the results
600 * Fixed bug #11722: Performance improvement: speed up function t3lib_BEfunc::selectVersionsOfRecord
601 * Follow-up to feature #11474: Updated performance section in NEWS.txt
603 2009-08-14 Ingo Renner <ingo@typo3.org>
605 * Added feature #11438: Add a registry to t3lib
606 * Added missing icon in t3skin for the divider content element
607 * Fixed bug #11724: Icons in List Module aligned badly
609 2009-08-14 Michael Stucki <michael@typo3.org>
611 * Fixed bug #8968: DBAL incompatible SQL in "impexp" extension (thanks to Marc Bastian Heinrichs)
613 2009-08-14 Francois Suter <francois@typo3.org>
615 * Code cleanup #11687: Removed duplicate SQL definition of table index_stat_word
617 2009-08-11 Francois Suter <francois@typo3.org>
619 * Code cleanup #11686: Incomplete SQL comments in t3lib/stddb/tables.sql
621 2009-08-10 Ingo Renner <ingo@typo3.org>
623 * Follow-up to bug #11627: Fixed bug with mis-styled input fields caused by the addition of ExtJs and its reset css file
625 2009-08-10 Steffen Kamper <info@sk-typo3.de>
627 * Added feature #11648: Feature: Add datepicker to date and datetime fields in TCEFORMS
628 * 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)
629 * Added feature #11651: Allow Extbase as framework for backend modules: modified mod.php to dispatch extbase driven modules. (Thanks to Xavier Perseguers)
631 2009-08-09 Andreas Otto <andreas@otto-hanika.de>
633 * Added feature #4270: displayCond for FlexForms, that affects on row of element (thanks to Tolleiv Nietsch and Rupert Germann)
635 2009-08-05 Steffen Kamper <info@sk-typo3.de>
637 * Fixed bug #11627: Add CSS class and IDs to fields in TCEFORMS
639 2009-08-05 Rupert Germann <rupi@gmx.li>
641 * Fixed bug #11539: t3ver_stage will not be resetted when t3ver_stage was >0 before (thanks to Fabrizio Branca)
642 * Fixed bug #11430: Performance improvement: use $GLOBALS['EXEC_TIME'] instead of time() where it makes sense (thanks to Niels Pardon)
643 * Fixed bug #11512: Performance improvement: replace while(list()...) by foreach in the TYPO3 core (part 1)
644 * Added feature #11474: Performance improvement: Store separate extList for the frontend (thanks to Mathias Schreiber)
645 * Fixed bug #11475: Add "doNotLoadInFE" => 1 (introduced with #11474), to several system extensions, speeding up the frontend (thanks to Mathias Schreiber)
647 2009-08-04 Michael Stucki <michael@typo3.org>
649 * Follow-up to bug #11410: Non-functional code cleanup
651 2009-08-03 Benjamin Mack <benni@typo3.org>
653 * Fixed #11628: Frontend Editing does not work with an iframe
655 2009-08-03 Ingo Renner <ingo@typo3.org>
657 * Updated Caching Framework to be in sync with FLOW3 revision 2953
659 2009-08-02 Oliver Hader <oliver@typo3.org>
661 * Fixed bug #11585: Faulty usage of t3lib_matchCondition in backend template
662 * Follow-up to bug #11585: Added unit test for t3lib_matchCondition
663 * Fixed bug #10769: Wrong encoded email header (thanks to Ivan Kartolo)
664 * Follow-up to bug #10769: Added unit tests for t3lib_div::encodeHeader()
665 * Added test #11626: Extend unit tests for t3lib_matchCondition globalVar comparison
667 2009-08-02 Christian Kuhn <lolli@schwarzbu.ch>
669 * Added feature #11500: Order fe_groups in select fields alphabetically (Thanks to Steffen Gebert)
671 2009-08-01 Christian Kuhn <lolli@schwarzbu.ch>
673 * Added feature #6039: Implement file_reference for TCA "group" type. Files can be referenced instead of copied to upload folder (Thanks to Martin Borer)
675 2009-07-31 Rupert Germann <rupi@gmx.li>
677 * Follow-up to bug #11410: Speed up BEgetRootLine even more by adding a real 2-level cache
679 2009-07-31 Christian Kuhn <lolli@schwarzbu.ch>
681 * Added feature #11581: Small speed improvement in class.t3lib_tstemplate.php (Thanks to Dan Osipov)
682 * Fixed bug #11601: Copyright-Notice is hardcoded (Thanks to Christopher Stelmaszyk)
684 2009-07-30 Oliver Hader <oliver@typo3.org>
686 * Cleanup: Fixed ChangeLog and moved information concerning database updates to NEWS.txt
688 2009-07-30 Rupert Germann <rupi@gmx.li>
690 * Fixed bug #11593: Field t3ver_label is to small for uids >= 100000 (thanks to Fabrizio Branca)
691 * Fixed bug #11602: Reset filter above the page-tree is not translatable (Thanks to Christopher Stelmaszyk)
693 2009-07-30 Steffen Kamper <info@sk-typo3.de>
695 * Fixed bug #11603: BE-Log: "Changes in fields" and "Show history" are not translatable (Thanks to Christopher Stelmaszyk)
697 2009-07-27 Oliver Hader <oliver@typo3.org>
699 * Cleanup: Updated t3lib/core_autoload.php
701 2009-07-23 Oliver Hader <oliver@typo3.org>
703 * Fixed bug: System extension feedit misspelled
705 2009-07-23 Rupert Germann <rupi@gmx.li>
707 * Fixed bug #11296: Login-Page: function makeCopyrightNotice() uses hardcoded text (Thanks to Christopher Stelmaszyk)
709 2009-07-22 Steffen Kamper <info@sk-typo3.de>
711 * Fixed bug #11566: Missing css for grouping grid collapse/expand (ExtJS)
713 2009-07-20 Ingo Renner <ingo@typo3.org>
715 * Added feature #11264: Add an opacity option to the GIFBUILDER BOX object
717 2009-07-20 Oliver Hader <oliver@typo3.org>
719 * Added feature #11509: Move automatic session data garbage collection to separate method
721 2009-07-19 Oliver Hader <oliver@typo3.org>
723 * Fixed bug #6875: IRRE - Sorting of child records is inverted on moving parent record to different page (thanks to Nabil Saleh)
724 * Fixed bug #11267: Use PHP5 version of function microtime()
726 2009-07-18 Steffen Kamper <info@sk-typo3.de>
728 * Fixed bug #11556: missing quotes in loginrefresh.js
730 2009-07-16 Steffen Kamper <info@sk-typo3.de>
732 * Added feature #9808: Popup-functionality for Pages using target field
734 2009-07-16 Christian Kuhn <lolli@schwarzbu.ch>
736 * Added feature #11544: select/deselect all checkbox in db compare tool and extension manager for each type of modification (thanks to Bastian Waidelich)
738 2009-07-16 Francois Suter <francois@typo3.org>
740 * Bug #11249: Abusive deprecation logging in tslib_content::getData()
742 2009-07-15 Francois Suter <francois@typo3.org>
744 * Cleanup #11408: Object Browser uses hardcoded texts (plus some CGL cleanup) (thanks to Christopher Stelmaszyk)
746 2009-07-15 Oliver Hader <oliver@typo3.org>
748 * Added feature #11510: Store timestamp of last modification of session data to frontend user object
750 2009-07-14 Oliver Hader <oliver@typo3.org>
752 * Added feature #11508: Integrate possibility to define lifetime of frontend session data
753 * Fixed bug #11526: Hanging record sets in tslib_feUserAuth
755 2009-07-12 Ingo Renner <ingo@typo3.org>
757 * Resolved issue #11530: Replaced t3lib_div::GParrayMerged() with new method t3lib_div::_GPmerged()
759 2009-07-08 Rupert Germann <rupi@gmx.li>
761 * Fixed bug #11379: TStemplate Info/Modify uses hardcoded texts (Thanks to Christopher Stelmaszyk)
763 2009-07-09 Martin Kutschker <masi@typo3.org>
765 * Fixed bug: same error message is used twice for different errors
767 2009-07-09 Ingo Renner <ingo@typo3.org>
769 * Cleanup: Removed a @see annotation to a deprecated function
771 2009-07-08 Rupert Germann <rupi@gmx.li>
773 * Added feature #11499: Database compare in install tool can require a huge amount of clicks. Added select/deselect all links.
775 2009-07-08 Oliver Hader <oliver@typo3.org>
777 * Fixed bug #11412: Using typolinkLinkAccessRestrictedPages does not take different domain names into account
779 2009-07-07 Steffen Kamper <info@sk-typo3.de>
781 * Fixed bug #11493: Ext JS with debug setting now also deliver debug versions of adapters
782 * Added feature #11492: Update Ext JS to 3.0 final
784 2009-07-06 Steffen Kamper <info@sk-typo3.de>
786 * Fixed bug #11480: missing BACK_PATH in css inclusion of Ext JS stylesheets
788 2009-07-06 Michael Stucki <michael@typo3.org>
790 * 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)
792 2009-07-03 Oliver Hader <oliver@typo3.org>
794 * Added feature #11460: felogin - Integrate possibility to disable redirects on the fly (patch by Steffen Kamper)
796 2009-07-01 Stanislas Rolland <typo3@sjbr.ca>
798 * Follow-up to issue #11009: External Links get prepended with http://typo3 in RTE htmlArea in Firefox 3.0.11/3.5b4
800 2009-07-01 Oliver Hader <oliver@typo3.org>
802 * Follow-up to feature #9615: Renamed extension from fe_edit to feedit
804 2009-06-29 Michael Stucki <michael@typo3.org>
806 * 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!
808 2009-06-29 Steffen Kamper <info@sk-typo3.de>
810 * Followup to #9991: one checkbox in version module was accidental deleted
812 2009-06-29 Ernesto Baschny <ernst@cron-it.de>
814 * Fixed bug #5381: CSC: Added htmlSpecialChars to rendering page titles in Sitemap/menu content elements (Thanks to Susanne Moog)
815 * Added feature #2421: CSC: Move static HTML from render_uploads to TypoScript, providing flexible rendering of "Filelinks" content elements
817 2009-06-29 Benjamin Mack <benni@typo3.org>
819 * Followup to #4361 / New Hook: removed the "&" when calling the hook method (Thanks to Xavier Perseguers)
820 * Followup to #9947: Deprecated class t3lib/class.gzip_encode.php as the ob_gzhandler methods are used
822 2009-06-28 Benjamin Mack <benni@typo3.org>
824 * Fixed #10136: tslib_pibase page browser may hurt search engines by the incorrect "Next" link (On behalf of Dmitry Dulepov)
825 * Followup to #4361 / New Hook: removed the "&" when calling the hook method (Thanks to Xavier Perseguers)
827 2009-06-27 Steffen Kamper <info@sk-typo3.de>
829 * Fixed bug #11406: querygenerator/fullsearch doesn't use t3lib_iconWorks::skinImg, added alignment for images
830 * Fixed bug #11409: backend.php don't use API to include JS/CSS files
832 2009-06-27 Benjamin Mack <benni@typo3.org>
834 * Added feature #4361: Added new hook in class.db_list.inc for the list module (On behalf of Michael Stucki)
835 * Fixed bug #6215: MENU before/after* might create invalid HTML output (Thanks to Nabil Saleh)
837 2009-06-27 Christian Kuhn <lolli@schwarzbu.ch>
839 * Fixed bug #11425: Workspace Shortcut uses hardcoded texts (thanks to Christopher Stelmaszyk)
840 * Fixed bug #5061: Message in Web > List isn't localized (thanks to Christopher Stelmaszyk)
842 2009-06-26 Benjamin Mack <benni@typo3.org>
844 * Fixed bug #9415: "Do" Dropdown in Workspace module doesn't respect users rights (Thanks to Franz Koch)
846 2009-06-26 Christian Kuhn <lolli@schwarzbu.ch>
848 * Fixed bug #10782: Copying datasets with related data start- and endtime is recalculated (thanks to Niels Pardon)
849 * Fixed bug #10175: Duplicated values in localconf.php (thanks to Stefano Kowalke)
850 * Added feature #8601: Hook for debug_typo3PrintError
851 * Added feature #11229: stdwrap to override image of imageLinkWrap (thanks to Georg Ringer)
853 2009-06-26 Oliver Hader <oliver@typo3.org>
855 * Added feature #11373: Template-module "ts" uses hardcoded texts (thanks to Christopher Stelmaszyk)
856 * Added feature #11378: Constant Editor uses hardcoded texts (thanks to Christopher Stelmaszyk)
857 * Fixed bug #11154: calls to deprecated function makeInstanceClassName in core (thanks to Franz-Xaver Koch)
858 * Added feature #11410: Speed up BEgetRootLine by reusing parts of the rootline from the cache (thanks to Fabrizio Branca)
860 2009-06-24 Steffen Kamper <info@sk-typo3.de>
862 * Fixed bug #11354: Extension manager does not show up Configuration Categories Menu (thanks to Vladimir Podkovanov)
864 2009-06-24 Oliver Hader <oliver@typo3.org>
866 * Follow-up to bugfix #9599: felogin - forget password action and logout action are still cached
868 2009-06-23 Michael Stucki <michael@typo3.org>
870 * Fixed bug #11369: jumpUrl should only allow files matching fileDenyPattern (thanks to Ingmar Schlecht)
871 * Follow-up to #9897: Rename some internal variable and function names
872 * Fixed bug #9897: Extending palettes and fields to be displayed in back-end forms mixes up tabs
873 * Follow-up to #11358: Minor cleanup
874 * Fixed bug #10791: Performance improvement: Skip cHash check if page is already non-cached
875 * Fixed bug #11368: Ignore ENABLE_INSTALL_TOOL file if it is older than one hour
877 2009-06-23 Steffen Kamper <info@sk-typo3.de>
879 * Fixed bug #11377: synced Ext JS resources with Ext JS 3.0RC2, removed skins and unused css/images
881 2009-06-22 Sebastian Kurfuerst <sebastian@typo3.org>
883 * 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.
885 2009-06-22 Steffen Kamper <info@sk-typo3.de>
887 * Replaced icon #11371: The current clear page cache icon is ugly and unclear (thanks to Uschi Renzihausen)
889 2009-06-21 Steffen Kamper <info@sk-typo3.de>
891 * Fixed bug #11372: Template-Analyzer uses hardcoded texts - added localization (thanks to Christopher Stelmaszyk)
893 2009-06-21 Benjamin Mack <benni@typo3.org>
895 * Fixed bug #11356: Backend Login News is not templateable
897 2009-06-21 Rupert Germann <rupi@gmx.li>
899 * Fixed bug #11358: typoLink() perfomance improvement (thanks to Vladimir Podkovanov)
901 2009-05-18 Benjamin Mack <benni@typo3.org>
903 * Fixed bug / Feature #11293: Login page is not translatable
905 2009-05-18 Oliver Hader <oliver@typo3.org>
907 * Fixed bug #11009: External Links get prepended with http://typo3 in the RTEhtmlarea in Firefox 3.0.11/3.5b4
909 2009-06-15 Ingo Renner <ingo@typo3.org>
911 * Updated the caching framework to the according FLOW3 revision 2616
913 2009-06-15 Martin Kutschker <masi@typo3.org>
915 * Fixed bug #11119: DBAL: Mapping in query does not takes care of remapping "table.field" in a WHERE clause (thanks to Xavier Perseguers)
917 2009-06-15 Steffen Kamper <info@sk-typo3.de>
919 * Fixed bug #11275: Bring back the divider CE
920 * Fixed bug #11052: Show Warning if memcache is configured but not installed / working on the server
922 2009-06-14 Steffen Kamper <info@sk-typo3.de>
924 * Fixed bug #9984: Element Browser window is MUCH too small (thanks to Georg Kuehnberger)
925 * Fixed bug #11047: DBAL does not support CLOB/BLOB when using a mapped table name (thanks to Xavier Perseguers)
926 * Fixed bug #11076: DBAL: Cannot connect to non-local Oracle database with SID (thanks to Xavier Perseguers)
927 * Fixed bug #11327: Change 2 forgotten icons in t3skin (edit_fe and edit_file)
929 2009-06-13 Steffen Kamper <info@sk-typo3.de>
931 * Fixed bug #10617: Collapse in list module doesn't process returnPath
932 * Fixed bug #8875: typo3 logo in backend on top left looks not perfect because it has white background on gradient background (thanks to Johannes Feustel)
934 2009-06-12 Steffen Kamper <info@sk-typo3.de>
936 * Fixed bug #10515: extend Filelist with icon block according to list view
938 2009-06-12 Oliver Hader <oliver@typo3.org>
940 * Fixed bug #11272: Autoloader floads sysLog with XCLASS failures
941 * Follow-up to feature #11314: Removed hardcoded length of a session ID
942 * Fixed bug #11266: Remove initialization of the random number generator
944 2009-06-10 Oliver Hader <oliver@typo3.org>
946 * Added feature #11314: Extract functionality to create session ID from t3lib_userAuth::start()
948 2009-06-09 Rupert Germann <rupi@gmx.li>
950 * Fixed bug #11285: functions flushByTag and flushByTags in caching framework are very unefficient
951 * Fixed bug #11291 and #11292: buttons "save" and "save and view" do not work in wizard_rte.php
953 2009-06-09 Oliver Hader <oliver@typo3.org>
955 * Added feature #11302: Add possibility to trigger removal of frontend session data of the current session
957 2009-06-08 Rupert Germann <rupi@gmx.li>
959 * Follow-up to bug #11033: added missing hook class
961 2009-06-08 Oliver Hader <oliver@typo3.org>
963 * Fixed bug #11033: Optimize hook to indexed_search that checks for a running crawler task
964 * Fixed bug #11268: Optimize initialization of frontend editing
965 * Follow-up to bug #10231: Fixed wrong pattern conversions from split() to preg_split()
967 2009-06-08 Steffen Kamper <info@sk-typo3.de>
969 * Follow-up to #11117: typo in Ext JS theme: grey -> gray
970 * Fixed bug #10993: Install Tool shows plain passwords - display of passwords was stripped at all places
971 * Fixed bug #10689: FileCache doesn't work on windows
972 * Fixed bug #10741: Create version of page crashes in Cache caused by "-" in const PATTERN_ENTRYIDENTIFIER
974 2009-06-07 Rupert Germann <rupi@gmx.li>
976 * Fixed bug #0011288: function tslib_fe->setPageCacheContent() removes page_cache entry twice
977 * 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 )
978 * Follow-up to #11260: normalized the boolean parameter $reportDocTag before adding it to the md5 hash string
980 2009-06-06 Benjamin Mack <benni@typo3.org>
982 * Followup to #11016: Implement RSA authentication for BE and FE (Added deprecation warnings to unused functions in the login screen)
984 2009-06-05 Patrick Broens <patrick@patrickbroens.nl>
986 * Fixed bug #11189: Validation issue: value of attribute "method" cannot be "POST"; must be one of "get", "post"
987 * Fixed bug #11144: Validation issue: End tag for "hr" omitted, but OMITTAG NO was specified in typo3/init.php
988 * Fixed bug #11141: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/wizard_colorpicker.php
989 * 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
990 * 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
991 * Fixed bug #11138: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/version/cm1/index.php
992 * Fixed bug #10956: Validation issue: Trimming empty <strong> in typo3/alt_intro.php when module has no module label
994 2009-06-04 Rupert Germann <rupi@gmx.li>
996 * New feature #11260: Speed up t3lib_div::xml2array by adding a two level cache (thanks to Fabrizio Branca)
998 2009-06-04 Oliver Hader <oliver@typo3.org>
1000 * Fixed bug #11257: t3lib_cache_backend_dbbackend->collectGarbage() deletes entries without lifetime (thanks to Fabrizio Branca)
1001 * Cleanup: Cleanup iterations in t3lib_timeTrack->printTSlog()
1002 * Cleanup: Use PHP_SAPI constant instead of php_sapi_name() calls
1004 2009-06-03 Benjamin Mack <benni@typo3.org>
1006 * 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)
1008 2009-06-03 Rupert Germann <rupi@gmx.li>
1010 * Fixed bug #11258: t3lib_cache_backend_ApcBackend::set() error in exception message (thanks to Fabrizio Branca)
1012 2009-06-03 Christian Kuhn <lolli@schwarzbu.ch>
1014 * Fixed bug #9811: Adding Faroese flag to website languages
1016 2009-06-03 Jeff Segars <jeff@webempoweredchurch.org.org>
1018 * Followup to #10597: Fixed bad call to the admin panel within fe_edit
1020 2009-06-03 Ernesto Baschny <ernst@cron-it.de>
1022 * 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"
1024 2009-06-03 Steffen Kamper <info@sk-typo3.de>
1026 * Fixed bug #11262: Recycler fails with Ext JS 3
1027 * Follow-up #11117: move typo3-theme to t3skin (renamed to xtheme-t3skin.css)
1028 * Update #11117: Update Ext JS to 3.0 RC2, added typo3be-theme
1030 2009-06-03 Benjamin Mack <benni@typo3.org>
1032 * Fixed #11234: Deprecate formatSize and checkEmail functions
1033 * Followup to #11148: Remove static require_once() to t3lib and tslib and use autoloading instead - re-added require_once() for the services classes
1035 2009-06-03 Francois Suter <francois@typo3.org>
1037 * Fixed bug #3527: Mail Form validation: wrong encoding in JS pop-up
1038 * Clean up: #11250: Validation error in typo3/stylesheet.css
1040 2009-06-02 Oliver Hader <oliver@typo3.org>
1042 * Follow-up to #10597: Fixed wrong initialization of locallang file for admin panel labels
1044 2009-06-02 Jeff Segars <jeff@webempoweredchurch.org>
1046 * Follow-up to #10597: Removed hardcoded reference to fe_edit and updated extGetFeAdminValue() call to use tslib_AdminPanel
1048 2009-06-02 Steffen Kamper <info@sk-typo3.de>
1050 * Added feature #11241: Feature: Add TYPO3_USER_SETTINGS to configuration module
1051 * Fixed bug #11019: User Setup Rewrite #4 - User settings now configurable with $GLOBALS['TYPO3_USER_SETTINGS']
1053 2009-06-02 Benjamin Mack <benni@typo3.org>
1055 * Followup to #11148: Remove static require_once() to t3lib and tslib and use autoloading instead - removed more require_once() statements
1057 2009-06-02 Ingo Renner <ingo@typo3.org>
1059 * Fixed bug #9818: Enable <del> instead of <strike> in lib.parseFunc_RTE.allowTags by default (credits Susanne Moog)
1061 2009-06-01 Jeff Segars <jeff@webempoweredchurch.org>
1063 * Added feature #11167: Add method for saving and closing a record.
1065 2009-06-01 Christian Kuhn <lolli@schwarzbu.ch>
1067 * Fixed bug #10865: Using User-Setting "titleLen" in element browser
1069 2009-05-31 Steffen Kamper <info@sk-typo3.de>
1071 * Fixed bug #11216: getModuleTemplate is prepended with backPath always. Now syntax EXT:extkey/templatefile is supported.
1073 2009-05-31 Oliver Hader <oliver@typo3.org>
1075 * Fixed bug #11176: LogicException is thrown if spl_autoload() fails with PHP 5.2.0
1077 2009-05-31 Christian Kuhn <lolli@schwarzbu.ch>
1079 * Fixed bug #11233: Log module has an unwanted margin
1080 * Fixed bug #11232: User Admin module has an unwanted margin (Thanks to Dan Osipov)
1081 * Fixed bug #11218: Typo in typo3/init.php
1083 2009-05-30 Christian Kuhn <lolli@schwarzbu.ch>
1085 * Fixed bug #3569: <legend>Search form</legend> is hardcoded (Thanks to Krystian Szymukowicz)
1087 2009-05-29 Jeff Segars <jeff@webempoweredchurch.org>
1089 * Fixed bug #11166: loadPrototype() called in frontend editing without a valid doc instance.
1091 2009-05-28 Steffen Kamper <info@sk-typo3.de>
1093 * Follow-up to #11207 changed filename to lower case in Hook-array
1095 2009-05-28 Jeff Segars <jeff@webempoweredchurch.org>
1097 * Fixed bug #10744: Icon path calculated incorrectly in t3lib_tceforms->getIcon()
1099 2009-05-28 Steffen Kamper <info@sk-typo3.de>
1101 * Added feature #11207 Hook in typo3/class.webPageTree.php -> wrapTitle
1103 2009-05-27 Patrick Broens <patrick@patrickbroens.nl>
1105 * Fixed bug #11124: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/mod/tools/em/class.em_index.php
1106 * Fixed bug #11125: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in various files of typo3/mod/user/ws/
1107 * Fixed bug #11126: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/mod/web/perm/index.php
1108 * Fixed bug #11127: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/belog/mod/index.php
1109 * Fixed bug #11128: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/cms/layout/db_layout.php
1110 * Fixed bug #11129: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in various files in typo3/sysext/cms/web_info/
1111 * 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
1112 * 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
1113 * Fixed bug #11135: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in various files in typo3/sysext/info_pagetsconfig/
1114 * Fixed bug #11136: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in various files in typo3/sysext/lowlevel/
1115 * Fixed bug #11137: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/t3editor/class.tx_t3editor.php
1117 2009-05-26 Patrick Broens <patrick@patrickbroens.nl>
1119 * Fixed bug #11106: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/alt_db_navframe.php
1120 * Fixed bug #11121: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/alt_doc.php
1121 * Fixed bug #11122: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/file_newfolder.php
1122 * Fixed bug #11123: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/init.php
1124 2009-05-25 Oliver Hader <oliver@typo3.org>
1126 * Fixed bug #11169: Syntax error in ADOdb PDO-SQLite driver
1128 2009-05-23 Oliver Hader <oliver@typo3.org>
1130 * Release of TYPO3 4.3.0alpha3
1132 2009-05-23 Oliver Hader <oliver@typo3.org>
1134 * Follow-up to #10597: Faulty call to frontend editing instance instead of admin panel
1135 * Fixed bug #11039: Simulating frontend user groups via admin panel does not work
1136 * Cleanup: Fixed formatting issues in t3lib PHP files
1137 * Cleanup: Fixed formatting issues in typo3 and test PHP files
1139 2009-05-22 Steffen Kamper <info@sk-typo3.de>
1141 * Follow-up to #9994: preg_replace doesn't work with entities_to_utf8 (class.t3lib_cs.php)
1142 * Follow-up to #9994: preg_replace doesn't work with highlight xml (class.t3lib_syntaxhl.php)
1143 * Follow-up to #11044: mass uploader didn't worked because missing settings
1145 2009-05-22 Oliver Hader <oliver@typo3.org>
1147 * Cleanup: Fixed ChangeLog
1148 * Fixed bug #10816: tslib_content calls deprecated function makeInstanceClassName (thanks to Susanne Moog)
1149 * Cleanup: Updated NEWS.txt
1150 * Follow-up to feature #10455: Enable system extension recycler by default
1151 * Fixed bug #10597: Admin panel is not available anymore when extension fe_edit is not installed
1152 * Reverted bug #11087 from rev 5441: Selecting more than one item in a selector box is not possible anymore
1153 * Added feature #11148: Remove static require_once() to t3lib and tslib and use autoloading instead
1154 * Fixed bug #11152: Warning in Import/Export Module (thanks to Susanne Moog & Rupert Germann)
1155 * Follow-up to #11044: Changing to a backend module was not possible anymore in Internet Explorer (thanks to Steffen Kamper)
1157 2009-05-22 Rupert Germann <rupi@gmx.li>
1159 * Added feature #11074: Add more information to the list of extensions in EM import mode (thanks to Steffen Mueller)
1161 2009-05-21 Steffen Kamper <info@sk-typo3.de>
1163 * Reverted bug #11038 from rev 5451: gr_list and loginUser are not set properly in TSFE anymore
1164 * Fixed bug #11022: DBAL does not support SQL having "+" (used in cache management) (thanks to Xavier Perseguers)
1165 * Fixed bug #8231: DBAL's bug admin_get_charsets() on a non-object (thanks to Xavier Perseguers)
1167 2009-05-20 Oliver Hader <oliver@typo3.org>
1169 * Added feature #11153: Integrate t3lib_div::requireFile() for simple require() calls
1170 * Follow-up to feature #9633: XCLASSes did not work for autoloaded class files
1171 * Fixed bug #11156: Misbehaviours due to integration of autoloader (XCLASSes)
1172 * Fixed bug #11156: Misbehaviours due to integration of autoloader (includeLibs in frontend)
1173 * Follow-up to bug #11156: Fixed further misbehaviour of includeLibs in frontend
1175 2009-05-20 Steffen Kamper <info@sk-typo3.de>
1177 * Follow-up to #11044: moved the relogin stuff to extra file, used TYPO3.LLL.core for the labels
1178 * Fixed bug #10861: Eval of double2 doesn't work
1179 * Fixed bug #10994: allow using custom adapter for Ext JS
1181 2009-05-19 Sebastian Kurfuerst <sebastian@typo3.org>
1183 * Updated Extbase revisions to 680; that fixed a small issue on registering plugins
1185 2009-05-19 Oliver Hader <oliver@typo3.org>
1187 * Added feature #9633: Implement autoloading for TYPO3
1188 * Follow-up to feature #9633: Enabled autoloading in TYPO3 Core
1189 * Follow-up to feature #9633: Added abstract classes to registry and check whether extension key could be resolved
1190 * Fixed bug #11038: Optimize loading of frontend user groups
1192 2009-05-19 Steffen Kamper <info@sk-typo3.de>
1194 * Cleanup #11044: Move inline JS to external file in backend.php
1196 2009-05-19 Bernhard Kraft <bernhard@typo3.org>
1198 * Fixed bug #11079: cache_pages timeout alway set to 3600 seconds
1200 2009-05-19 Ingo Renner <ingo@typo3.org>
1202 * Follow up to #8561: Checkboxes and labels are aligned badly if in one line (credits Susanne Moog)
1204 2009-05-19 Benjamin Mack <benni@typo3.org>
1206 * Fixed #11087 and #6372: TCEForm does not replace the existing element if adding a new element to a field with maxitems=1
1208 2009-05-19 Francois Suter <francois@typo3.org>
1210 * Clean up #11118: Reduce memory usage of db_list_extra
1212 2009-05-18 Sebastian Kurfuerst <sebastian@typo3.org>
1214 * New Feature #1110: Added Extbase and Fluid to System Extensions via svn:externals.
1216 2009-05-18 Steffen Kamper <info@sk-typo3.de>
1218 * Fixed bug #8701: Bug: options.moduleMenuCollapsable = 0 doesn't have any effect
1220 2009-05-18 Ernesto Baschny <ernst@cron-it.de>
1222 * Fixed bug #11094: CSC: maxWInText setting was being ignored (since #10320).
1224 2009-05-18 Benjamin Mack <benni@typo3.org>
1226 * Feature #10639: Integration of the Mass File Uploader (based on SWFUpload and Ext JS)
1227 * Fixed bug #11111 / Follow-up to #10892: Root item cannot be collapsed in pagetree (Thanks to Andreas Wolf)
1228 * Fixed bug #11112 / Follow-up to #10892: Collapsing nodes in pagetree produces multiple items with same id (Thanks to Andreas Wolf)
1230 2009-05-16 Francois Suter <francois@typo3.org>
1232 * Follow-up to #9994: an unclosed bracket caused a parse error in t3lib_htmlmail
1234 2009-05-16 Karsten Dambekalns <karsten@typo3.org>
1236 * Fixed bug #9994: ereg* is deprecated in PHP 5.3 alpha3
1237 * Fixed bug #11099: DB check breaks with MySQL in ANSI mode due to double quotes
1239 2009-05-16 Oliver Hader <oliver@typo3.org>
1241 * Fixed bug #10165: FlexForms: wrong mm-relations after copy and localize (thanks to Peter Kuehn)
1243 2009-05-15 Christian Jul Jensen <julle@typo3.org>
1245 * Fixed bug #11098: Enable CC and BCC in t3lib_htmlmail
1247 2009-05-14 Benjamin Mack <benni@typo3.org>
1249 * 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
1251 2009-05-13 Benjamin Mack <benni@typo3.org>
1253 * 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)
1254 * Changed UI-Bug #F3282: Replace three icons from the oldskin in t3skin (fatalerror, ok, info)
1256 2009-05-13 Michael Stucki <michael@typo3.org>
1258 * Fixed bug #11063: Wrong Content-length header breaks frontend output in some cases (thanks to Georg Kuehnberger)
1260 2009-05-12 Patrick Broens <patrick@patrickbroens.nl>
1262 * Fixed bug #11058: Validation issue: <input type="image"> can't have height and width attribute in typo3/alt_doc.php
1263 * Fixed bug #11059: Validation issue: duplicate specification of attribute "class" in t3lib/class.t3lib_tceforms.php
1265 2009-05-08 Patrick Broens <patrick@patrickbroens.nl>
1267 * Fixed bug #11017: Validation issue: various errors and warnings in typo3/sysext/tsconfig_help/mod1/index.php
1269 2009-05-08 Francois Suter <francois@typo3.org>
1271 * Fixed bug: #11006: Tooltip for page path in Page/List module is missing (thanks to Steffen Gebert)
1273 2009-05-08 Oliver Hader <oliver@typo3.org>
1275 * Fixed bug #11053: TYPO3_DB uses $GLOBALS['TYPO3_DB'] instead of $this (thanks to Stefan Geith)
1277 2009-05-08 Steffen Kamper <info@sk-typo3.de>
1279 * Fixed bug #11040: ENGINE modifier in ext_tables.sql cannot be parsed
1281 2009-05-07 Oliver Hader <oliver@typo3.org>
1283 * Added feature #10986: Convert from extension prefix to extension key
1285 2009-05-06 Bernhard Kraft <bernhard@typo3.org>
1287 * Fixed bug #6395: External TypoScripts files will always be cached
1289 2009-05-06 Oliver Hader <oliver@typo3.org>
1291 * Cleanup: Added public static definitions to TSpagegen
1293 2009-05-06 Francois Suter <francois@typo3.org>
1295 * Clean up/feature: #10523: New install tool colors, matching t3skin (thanks to Susanne Moog)
1297 2009-05-05 Oliver Hader <oliver@typo3.org>
1299 * Fixed bug #10050: Traversing back page records used in CONTENT object does not work on root page
1300 * Fixed bug #8212: IRRE - Adding new child elements does not work on root page
1302 2009-05-05 Dmitry Dulepov <dmitry.dulepov@gmail.com>
1304 * Updated rsaauth version number to 1.0.0
1306 2009-05-04 Dmitry Dulepov <dmitry.dulepov@gmail.com>
1308 * Added feature #11016: Implement RSA authentication for BE and FE -- part 1 (add rsaauth system extension)
1309 * Added feature #11016: Implement RSA authentication for BE and FE -- part 2 (fix hard-coded stuff in the TYPO3 login procedure)
1311 2009-05-03 Oliver Hader <oliver@typo3.org>
1313 * Fixed bug #11024: Typo issue in t3lib_cache_backend_DbBackend (thanks to Xavier Perseguers)
1314 * Added feature #10985: Conversion from camelcase to underscores, and back (thanks to Jochen Rau)
1315 * Added feature #10666: Integrate automatic line breaks in GIFBUILDER
1317 2009-05-01 Patrick Broens <patrick@patrickbroens.nl>
1319 * Fixed bug #10967: Validation issue: unescaped & or unknown entity "&returnUrl" in typo3/file_list.php
1320 * Fixed bug #10968: Validation issue: Missing </form> in typo3/file_newfolder.php
1321 * Fixed bug #10969: Validation issue: Missing </form> in typo3/file_rename.php
1322 * Fixed bug #10970: Validation issue: Missing </div> in typo3/sysext/cms/layout/db_new_content_el.php
1324 2009-04-30 Francois Suter <francois@typo3.org>
1326 * Added feature: #10651: Add <abbr> tag to hints SL, GL, SGL in EM (thanks to Steffen Gebert)
1328 2009-04-29 Steffen Kamper <info@sk-typo3.de>
1330 * Added feature #10158: Credits to coredevs
1332 2009-04-29 Oliver Hader <oliver@typo3.org>
1334 * Added feature #10869: Integrate hook to pre-process the frontend rendering
1336 2009-04-28 Stanislas Rolland <typo3@sjbr.ca>
1338 * Fixed bug #11003: htmlArea RTE: empty mutuallyExclusiveClasses array may cause js error
1340 2009-04-28 Steffen Kamper <info@sk-typo3.de>
1342 * Fixed bug #9991: Localize versioning module
1343 * Fixed bug #10550: Listview: default limits are hardcoded
1344 * Fixed bug #10698: Filecache: Clear all caches doesn't clear tags directory
1346 2009-04-28 Oliver Hader <oliver@typo3.org>
1348 * Cleanup: Fixed whitespaces in admin panel
1349 * Fixed bug #10331: linkHandler different than "record" leads to rteerror (thanks to Martin Holtz)
1351 2009-04-27 Steffen Kamper <info@sk-typo3.de>
1353 * Update #10975: Update Ext JS to 2.2.1, added Ext-Core, YUI and jquery adapters
1355 2009-04-27 Francois Suter <francois@typo3.org>
1357 * Clean up #10711: Move hard-coded indexed_search tca labels to locallang file (thanks to Andy Grunwald)
1359 2009-04-27 Patrick Broens <patrick@patrickbroens.nl>
1361 * Fixed bug #10950: XML prologue always after doctype declaration in BE template building
1362 * Fixed bug #10954: Validation issue: Images with empty attributes in Module menu in BE
1364 2009-04-24 Benjamin Mack <benni@typo3.org>
1366 * Fixed bug #10949: Clean up sysext usersetup module code - part 2
1367 * Fixed bug #4298: Functions -> Multiple pages creates pages in reverse order (page ids decreasing) (Thanks to Dimitriy Simakov and Christian Kuhn)
1369 2009-04-24 Christian Kuhn <lolli@schwarzbu.ch>
1371 * Fixed bug #10979: class localRecordList should use $this->fixedL from class recordList instead of own logic
1372 * Fixed bug #10977: Copyright in TYPO3 comment still 2008 (Thanks to Johannes Feustel)
1373 * Added feature #9876: Provide $severity in t3lib_div::sysLog() Hook (Thanks to Michael Stucki)
1374 * Fixed bug #10823: IRRE long titles on groupdb fields are displayed wrong (<span title) (Thanks to Nabil Saleh)
1376 2009-04-24 Patrick Broens <patrick@patrickbroens.nl>
1378 * Fixed bug #10952: Iframe produced by typo3/backend.php has proprietary attribute "noresize"
1379 * Fixed bug #10953: Validation issue: <a> attribute "href" lacks value in shortcut menu
1381 2009-04-23 Steffen Kamper <info@sk-typo3.de>
1383 * Fixed bug #10964: Ext JS prototype-adapter leads to several IE-errors
1385 2009-04-22 Steffen Kamper <info@sk-typo3.de>
1387 * Fixed bug #10947: It's not possible to add buttons to docheader (added hook in template.php)
1389 2009-04-22 Patrick Broens <patrick@patrickbroens.nl>
1391 * Fixed bug #10948: Validation issues in typo3/alt_db_navframe.php
1393 2009-04-21 Steffen Kamper <info@sk-typo3.de>
1395 * Fixed bug #10892: Make it possible to style a hover color for pagetree/filetree items
1397 2009-04-21 Patrick Broens <patrick@patrickbroens.nl>
1399 * Fixed bug #10939: Wrong nesting of <ul> <li> tags in expanded mount root in module file > filelist
1401 2009-04-21 Francois Suter <francois@typo3.org>
1403 * 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)
1405 2009-04-21 Ingo Renner <ingo@typo3.org>
1407 * Changed icons in t3skin for new file, file upload
1408 * Fixed icon in t3skin for refresh
1410 2009-04-20 Francois Suter <francois@typo3.org>
1412 * Follow up to #10320: Move current version of static files of css_styled_content from static/current/*.txt back to static/*.txt
1414 2009-04-20 Steffen Kamper <info@sk-typo3.de>
1416 * Fixed bug #10759: RemoveXSS is incompatible with PHP >= 5.2.8
1418 2009-04-19 Steffen Kamper <info@sk-typo3.de>
1420 * Fixed bug #10919: Hide View-icon in listview with doktypes 254 and 255
1422 2009-04-17 Steffen Kamper <info@sk-typo3.de>
1424 * Fixed bug #10827: Hide "Save and View"-button when editing a content-element
1426 2009-04-17 Christian Kuhn <lolli@schwarzbu.ch>
1428 * Fixed bug #2178: template::getTabMenu doubles ampersands (thanks to Stefano Kowalke)
1430 2009-04-16 Oliver Hader <oliver@typo3.org>
1432 * Added feature #10725: Integrate possibility to determine maximum of multiple values in GIFBUILDER
1434 2009-04-16 Steffen Kamper <info@sk-typo3.de>
1436 * Fixed bug #10735: Wrong returnUrl with clipboard actions
1438 2009-04-15 Tobias Liebig <mail_typo3@etobi.de>
1440 * Fixed issue #8103: t3editor / typoscript on the right side of an operator is not tokenized (needed to enable codecompletion behind copy or reference operator)
1441 * Fixed issue #9051: t3editor / On Mac Os X the key combination CMD+LEFT will close the t3editor
1442 * Fixed issue #10899: bugfixes for t3editor codecompletion (credits to Stephan Petzl and Christian Kartnig)
1444 2009-04-10 Martin Kutschker <masi@typo3.org>
1446 * Fixed bug #10866: extra Ext JS onready code not loaded with template.php
1447 * Fixed bug #10867: Ext JS localization doesn't work
1448 * Fixed bug #9076: iso-ir-109 detected as iso-8859-2 instead of iso-8859-3
1449 * Added feature #10888: support for Unix locales Norwegian bokmal and nynorsk
1451 2009-04-09 Stanislas Rolland <typo3@sjbr.ca>
1453 * Fixed issue #10847: htmlArea RTE: undo/redo is erratic in IE8
1454 * Fixed issue #10665: RTE in FE loads stylesheet with title attribute which prevents Firefox from applying the stylesheet
1456 2009-04-09 Oliver Hader <oliver@typo3.org>
1458 * 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)
1460 2009-04-08 Christian Kuhn <lolli@schwarzbu.ch>
1462 * Fixed bug #10266: No user authentication for >1 TYPO3 installation under one domain (Thanks to Marcus Krause)
1464 2009-04-07 Christian Kuhn <lolli@schwarzbu.ch>
1466 * Fixed bug #10737: Add xmlns attribute to html tag in backend
1468 2009-04-06 Stanislas Rolland <typo3@sjbr.ca>
1470 * Follow-up to issue #10834: htmlArea RTE: IE8 now uses standard name for DOM class attribute
1472 2009-04-06 Oliver Hader <oliver@typo3.org>
1474 * Follow-up to feature #9703: Admin panel cannot not be dragged
1476 2009-04-05 Oliver Hader <oliver@typo3.org>
1478 * Follow-up to bug #10025: Searching for ImageMagick in basic configuration does not work
1480 2009-04-05 Stanislas Rolland <typo3@sjbr.ca>
1482 * Follow-up to issue #10834: htmlArea RTE: IE8 now uses standard name for DOM class attribute
1483 * Added feature #10848: htmlArea RTE: Streamline some functions in class.tx_rtehtmlarea_base.php
1485 2009-04-04 Steffen Kamper <info@sk-typo3.de>
1487 * Fixed issue #10764: Use new JS-function for loading prototype/scriptaculous/extJS
1489 2009-04-03 Stanislas Rolland <typo3@sjbr.ca>
1491 * Fixed issue #10837: htmlArea RTE: IE8 reports unknown "complete" attribute on img nodes
1492 * Fixed bug #10836: htmlArea RTE: RTE leaves unwanted id attribute on inserted table in IE8
1493 * Added feature #10842: htmlArea RTE: Let IE8 display language marks like other browsers do
1494 * Fixed bug #10843: htmlArea RTE: IE7 complains when reference is made to attribute xml:lang
1495 * Fixed bug #10844: htmlArea RTE: IE8 creates erroneous ranges when selection is empty
1496 * Fixed bug #10845: htmlArea RTE: Incorrect XCLASS in class.tx_rtehtmlarea_editormode.php
1497 * Fixed bug #10846: htmlArea RTE: Missing icon in default skin of Language extension
1498 * Updated htmlArea RTE manual
1499 * Updated htmlArea RTE version to 1.8.2
1501 2009-04-03 Patrick Broens <patrick@patrickbroens.nl>
1503 * Fixed bug #10783: Make workspaces icons skinnable
1505 2009-04-03 Ingo Renner <ingo@typo3.org>
1507 * Added feature #9703: Integrate EXT: ingmar_admpanelwrap
1508 * Fixed bug #10838: t3lib_cs->utf8_decode() does not check whether the target charset is utf8
1510 2009-04-02 Stanislas Rolland <typo3@sjbr.ca>
1512 * Fixed issue #10834: htmlArea RTE: IE8 now uses standard name for DOM class attribute
1513 * Fixed issue #10747: htmlArea RTE: Inserting a table in IE8 may fail
1515 2009-04-01 Steffen Kamper <info@sk-typo3.de>
1517 * Follow-up to bug #10025: Command identify does not work with the argument to strip profile data of images
1519 2009-03-31 Benjamin Mack <benni@typo3.org>
1521 * Fixed bug #10567: Added IE8+ support / Get rid of browser version dependent t3lib_div::clientInfo() (Thanks to Steffen Gebert)
1522 * Added feature #10717: Introduce a new function to t3lib_div::getMaxUploadFileSize() to have a central function to detect the maximum upload limit
1524 2009-03-31 Oliver Hader <oliver@typo3.org>
1526 * Follow-up to bug #10025: Enabled to cut off image profiles for image resizing by default
1527 * Fixed bug #10190: Call to undefined method t3lib_div::calluserfunc() in class.tslib_fe.php
1528 * Fixed bug #10431: Call to undefined method SC_wizard_list::printContent()
1530 2009-03-30 Francois Suter <francois@typo3.org>
1532 * Added feature #10320: Split CSS styled content templates in version templates to get rid of the compat version checks (thanks to Susanne Moog)
1534 2009-03-30 Benjamin Mack <benni@typo3.org>
1536 * Added feature #10718: Make tce_file usable via AJAX, uploads, file manipulation etc via AJAX in the Backend now possible
1538 2009-03-27 Francois Suter <francois@typo3.org>
1540 * Fixed issue #10798: Flag sectionIndex is not used for "menu of subpages + sections" (thanks to Xaviers Perseguers)
1542 2009-03-27 Patrick Broens <patrick@patrickbroens.nl>
1544 * Fixed bug #10777: Make versioning module icon skinnable
1545 * Fixed bug #10768: Small rendering/css bug on FE with Text with image
1547 2009-03-27 Steffen Kamper <info@sk-typo3.de>
1549 * Fixed bug #10773: TCA change for BE_USER (admin with less fields, admin checkbox on first tab)
1550 * Fixed bug #10796: Click on (WS 48hour-) preview link in versioning module causes a fatal error
1551 * Fixed bug #10025: ImageMagick generates larger than necessary files
1553 2009-03-27 Michael Stucki <michael@typo3.org>
1555 * Added feature #10734: Indicate number of USER_INT objects used on a page in Admin Panel
1557 2009-03-26 Ingo Renner <ingo@typo3.org>
1559 * Fixed bug #10776: Clearing cache_treelist after inserting page on root level does not work
1561 2009-03-26 Rupert Germann <rupi@gmx.li>
1563 * Fixed bug #10723: Ambiguous description of the "lifetime" option in Install Tool (thanks to Dan Osipov)
1565 2009-03-26 Steffen Kamper <info@sk-typo3.de>
1567 * Fixed bug #5957: Misleading comments in class.t3lib_extmgm.php
1569 2009-03-24 Steffen Kamper <info@sk-typo3.de>
1571 * Fixed bug #10642: Backend admin cannot perform file operations in filelist (credits to Christian Kuhn)
1572 * Fixed bug #10761: Searching for specific record opens "edit record" in wrong frame
1574 2009-03-23 Steffen Kamper <info@sk-typo3.de>
1576 * Fixed bug #10432: Page TS option to disable available languages (thanks to Xavier Perseguers)
1577 * Fixed bug #10765: doc->loadScriptaculous should be callable without parameters
1579 2009-03-21 Oliver Hader <oliver@typo3.org>
1581 * Fixed bug #10663: felogin - Invalid XHTML Code in logout form (thanks to Stano Paska)
1583 2009-03-20 Oliver Hader <oliver@typo3.org>
1585 * Added feature #10748: Provide complete title in element browser if title was cut off
1586 * Fixed bug #10742: LOCAL_LANG default values are overwritten by localized text (thanks to Mathias Gisch)
1588 2009-03-19 Oliver Hader <oliver@typo3.org>
1590 * Fixed issue #10713: Refactor tslib_gifBuilder::calcOffset()
1592 2009-03-18 Steffen Kamper <info@sk-typo3.de>
1594 * Fixed bug #10607: Missing localization in TCA of sys_action
1595 * Fixed bug #9359: XML Problems with PHP5 and libxml
1597 2009-03-12 Stanislas Rolland <typo3@sjbr.ca>
1599 * Added feature #10670: htmlArea RTE: enable alternate rendering of image click enlarge by FE plugins
1601 2009-03-12 Oliver Hader <oliver@typo3.org>
1603 * Fixed bug #10668: Cache section in the admin panel does not work anymore
1605 2009-03-11 Oliver Hader <oliver@typo3.org>
1607 * Release of TYPO3 4.3.0alpha2
1609 2009-03-11 Francois Suter <francois@typo3.org>
1611 * Fixed issue #3682: im_version_5 is always reset to im5 when using ImageMagick 6.x (thanks to Andreas Wolf and Steffen Gebert)
1613 2009-03-11 Stanislas Rolland <typo3@sjbr.ca>
1615 * Fixed issue #7973: htmlArea RTE: Superfluous leading bar inserted in toolbar after linebreak
1617 2009-03-11 Steffen Kamper <info@sk-typo3.de>
1619 * Added feature #10144: enable JS-Libs in BE
1621 2009-03-11 Francois Suter <francois@typo3.org>
1623 * Fixed issue #10573: CSH external Links in seeAlso not working (thanks to Steffen Mueller)
1625 2009-03-11 Oliver Hader <oliver@typo3.org>
1627 * Fixed issue #10655: Upgrade script.aculo.us to latest release 1.8.2
1628 * Follow-up to feature #10455: Recycler is not loading in Internet Explorer 7
1629 * Follow-up to bug #9745: Added FileInfo for AllowOverride
1630 * Cleanup: Updated ext_emconf.php files in system extensions
1631 * Cleanup: Updated NEWS.txt
1633 2009-03-10 Stanislas Rolland <typo3@sjbr.ca>
1635 * Fixed issue #10656: htmlArea RTE: Initialization fails in presence of Firefox extension Ant.com Toolbar 1.3
1637 2009-03-10 Tobias Liebig <mail_typo3@etobi.de>
1639 * Fixed #10380: Update t3editor base (CodeMirror) to release 0.60
1640 * Fixed #10382: Bugfixes for t3editor code completion (thanks to Stephan Petzl and Christian Kartnig)
1642 2009-03-10 Oliver Hader <oliver@typo3.org>
1644 * Cleanup: Updated NEWS.txt
1645 * Follow-up to issue #10614: Fixed typing error in memcached backend
1646 * Added feature #9078: Integrate hook in page module to render preview of records with own CType
1647 * Added feature #10455: Improve recycling of deleted records (thanks to Julian Kleinhans & Erik Frister)
1648 * Fixed bug #10648: JavaScript error is show when starting the install tool with the standard password
1650 2009-03-10 Francois Suter <francois@typo3.org>
1652 * Added feature #10575: Add hover textbox popup (alttitle + description) for FlexForm CSH (thanks to Steffen Mueller)
1654 2009-03-09 Oliver Hader <oliver@typo3.org>
1656 * Fixed bug #10099: Use TYPO3_DB->exec_SELECTcountRows() to determine the number of rows
1657 * Follow-up to bug #10099: Added additional conversion to integer in tslib_feTCE::checkDoublePostExist()
1658 * Added feature #8487: Enable configuration of filesize labels for CType uploads (thanks to Tom Ruether)
1659 * Cleanup: Updated copyright notices
1661 2009-03-08 Stanislas Rolland <typo3@sjbr.ca>
1663 * Fixed issue #10635: htmlArea RTE: Two typos in the manual
1665 2009-03-08 Jeff Segars <jeff@webempoweredchurch.org>
1667 * Follow-up to feature #10155: Add controller switching for frontend editing
1669 2009-03-08 Ingo Renner <ingo@typo3.org>
1671 * Added unit tests for the caching framework database cache backend (backported from FLOW3) (part of #10614)
1672 * !!! Fixed issue #10614: update the caching framework to the latest version as in FLOW3
1673 * Disabled a check in the DB caching backend for the existence of the specified caching table as it caused some problems
1675 2009-03-08 Tobias Liebig <mail_typo3@etobi.de>
1677 * Fixed bug #9823: Save and close in t3editor closes without saving
1679 2009-03-08 Oliver Hader <oliver@typo3.org>
1681 * Follow-up to feature #10565: Condition PIDinRootline did not work anymore
1682 * Follow-up to feature #10565: Fixed formatting in t3lib_matchCondition
1683 * Cleanup: Fixed ChangeLog
1684 * Cleanup: Changed formatting of INSTALL.txt
1686 2009-03-07 Stanislas Rolland <typo3@sjbr.ca>
1688 * Follow-up to feature #7970: fontstyle and fontsize should not use deprecated font tag
1690 2009-03-07 Benjamin Mack <benni@typo3.org>
1692 * Cleanup #10601: Move static dyntabmenu code in external file
1693 * Added feature #10565: Speedup & cleanup t3lib_matchCondition - make use of trimExplode
1695 2009-03-07 Ingo Renner <ingo@typo3.org>
1697 * Added unit tests for the caching framework cache manager (backported from FLOW3) (part of #10614)
1699 2009-03-07 Steffen Kamper <info@sk-typo3.de>
1701 * Follow-up to feature #2859: Added BACK_PATH to listUrl in list module
1703 2009-03-06 Jeff Segars <jeff@webempoweredchurch.org>
1705 * Fixed bug #5822: Indexed Search section menu includes pages with "hide in menu" flag (thanks to Andy Grunwald)
1707 2009-03-06 Francois Suter <francois@typo3.org>
1709 * Added feature #5466: Page selector for the list module (thanks to Christian Kuhn and Dmitry Pikhno)
1711 2009-03-06 Stanislas Rolland <typo3@sjbr.ca>
1713 * Fixed bug #10610: htmlArea RTE: Two errors in class.tx_rtehtmlarea_acronym.php (Thanks to Ursula Renziehausen).
1714 * Fixed bug #6947: RTEfullScreenWidth by default please !
1716 2009-03-05 Benjamin Mack <benni@typo3.org>
1718 * Fixed #10600: Cleaned up sysext usersetup module code (part 1) and the table method in template.php
1720 2009-03-05 Ingo Renner <ingo@typo3.org>
1722 * Added unit tests for the caching framework file backend (backported from FLOW3) (part of #10614)
1723 * Added unit tests for the caching framework memcached backend (backported from FLOW3) (part of #10614)
1724 * Added unit tests for the caching framework APC backend (backported from FLOW3) (part of #10614)
1725 * Added unit tests for the caching framework abstract frontend (backported from FLOW3) (part of #10614)
1726 * Added unit tests for the caching framework variable frontend (backported from FLOW3) (part of #10614)
1727 * Added unit tests for the caching framework string frontend (backported from FLOW3) (part of #10614)
1729 2009-03-04 Jeff Segars <jeff@webempoweredchurch.org>
1731 * Fixed bug #10599: Set extAdmEnabled=true when enabling frontend editing for extension compatibility
1733 2009-03-04 Dmitry Dulepov <dmitry@typo3.org>
1735 * Fixed bug #9974: Use PHP built-in gzip/deflate compression in Frontend
1737 2009-03-03 Ingo Renner <ingo@typo3.org>
1739 * Fixed bug #9779: t3lib_div::trimExplode limit parameter leads to wrong result with non-empty requirement
1740 * Fixed bug #10497: Mark t3lib_div::makeInstanceClassName() as deprecated
1741 * Fixed bug #10581: Use $this->fixedL for list title length
1743 2009-03-03 Michael Stucki <michael@typo3.org>
1745 * TEMPORARY (remove when solved): Disable output of deprecation messages until error handling is implemented.
1747 2009-03-03 Benjamin Mack <benni@typo3.org>
1749 * Fixed #9783: Updated prototype.js to the latest 1.6.0.3 release (thanks to Steffen Gebert)
1751 2009-03-01 Jeff Segars <jeff@webempoweredchurch.org>
1753 * Fixed bug #10528: Wrong content in pagetree frame after page creation in Opera
1755 2009-03-01 Benjamin Mack <benni@typo3.org>
1757 * Fixed bug #10535: Call to deprecated fixed_lgd_pre() in class.t3lib_timetrack.php (Thanks to Uschi Renziehausen and Christian Kuhn)
1759 2009-02-28 Benjamin Mack <benni@typo3.org>
1761 * Added feature #2859: List view should have 'collapse' / 'expand' functionality for all list types (Thanks to Christian Kuhn)
1762 * Fixed bug #4367: Reset recs with clear_all should reset as array, not as string (Thanks to Christian Kuhn)
1764 2009-02-27 Jeff Segars <jeff@webempoweredchurch.org>
1766 * Fixed bug #10372: Clean up frontend editing actions
1768 2009-02-27 Francois Suter <francois@typo3.org>
1770 * Added feature #10333: Configurable Subcategories for ext_conf_template.txt and TS constant editor (thanks to Stefan Geith)
1772 2009-02-27 Michael Stucki <michael@typo3.org>
1774 * Fixed bug #3949: Files in typo3temp/GB have wrong permissions (thanks to Christian Kuhn)
1775 * Fixed bug #10131: Use TYPO3 encryption key in initial state of random byte generation (ported from TYPO3_4-2, thanks to Marcus Krause)
1776 * 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!
1778 2009-02-27 Ingo Renner <ingo@typo3.org>
1780 * Fixed bug #10210: Admin tools > User Admin icons point to wrong user in Opera browser (credits David Steeb)
1781 * Fixed bug #10259: Link to CLI Script in Check DP->ReferenceIndex Script is wrong (credits Daniel Krupke)
1782 * Fixed bug #10560: element browser title length is hardcoded
1783 * Fixed bug #5618: Wrong cropping of multi-byte $TCA field (credits Michael Miousse)
1784 * Fixed bug #10511: simplify and speed up t3lib_div::trimExplode()
1786 2009-02-27 Francois Suter <francois@typo3.org>
1788 * Fixed bug #10417: Remove debugging code from sysext t3skin (thanks to Markus Krause)
1790 2009-02-27 Benjamin Mack <benni@typo3.org>
1792 * Fixed bug #10536: Hardcoded backend main dir in typo3/classes/class.typo3logo.php (Thanks to Christian Kuhn)
1793 * Fixed bug #3871: Hardcoded css for versioning symbol in list module (Thanks to Christian Kuhn)
1794 * Fixed bug #10490: Code cleanup/Bugfix: Add some sql_free_result to the admin_get_* functions (Thanks to Oliver Klee)
1796 2009-02-27 Francois Suter <francois@typo3.org>
1798 * Fixed bug #10516: Typos in the Core: change "accesible" to "accessible" (Thanks to Daniel Krupke)
1799 * 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.
1801 2009-02-25 Stanislas Rolland <typo3@sjbr.ca>
1803 * Fixed bug #10547: htmlArea RTE: tx_rtehtmlarea_clearrtecache::clearTempDir should use resolveBackPath
1805 2009-02-25 Kasper Skaarhoj <kasper@typo3.org>
1807 * Added feature: Extra hook argument to the external link handler (credits to Hassan Ait Abdellah)
1809 2009-02-23 Stanislas Rolland <typo3@sjbr.ca>
1811 * Fixed bug #10531: htmlArea RTE: JS error may be raised by Opera on page unload
1812 * Fixed bug #10532: htmlArea RTE: language code of lang attribute should be lower case
1814 2009-02-22 Steffen Kamper <info@sk-typo3.de>
1816 * Follow-up to bug #9439: Renamed pageTS option (newContentElements => newContentElement)
1818 2009-02-23 Dmitry Dulepov <dmitry@typo3.org>
1820 * Fixed bug #9745: Add INSTALL.txt to TYPO3 source package
1822 2009-02-22 Stanislas Rolland <typo3@sjbr.ca>
1824 * Fixed bug #10524: htmlArea RTE: Language feature may raise JS error when RTE loads
1825 * Fixed bug #10525: htmlArea RTE: Language feature always requires Static Info Tables
1827 2009-02-22 Steffen Kamper <info@sk-typo3.de>
1829 * Fixed bug #10283: Cleanup: Make unit test names more readable by adding underscores as separators (thanks to Oliver Klee)
1831 2009-02-21 Stanislas Rolland <typo3@sjbr.ca>
1833 * Fixed bug #10519: htmlArea RTE: RTE sometimes overlaps following form element
1834 * Added feature #10520: htmlArea RTE: Configuration option to override RTE width
1836 2009-02-21 Ingo Renner <ingo@typo3.org>
1838 * Added unit tests for t3lib_div::trimExplode()
1839 * Fixed bug #10514: Typos in NEWS.txt
1840 * Removed top, left, and right borders from the workspace information div in the page tree
1841 * 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)
1843 2009-02-20 Oliver Hader <oliver@typo3.org>
1845 * Follow-up to bug #10452: Fixed flaws in PATH_INFO check for simulateStaticDocuments
1847 2009-02-20 Stanislas Rolland <typo3@sjbr.ca>
1849 * Fixed bug #8905: option+space for inserting non-braking space on Mac OSX does not work properly
1850 * Added feature #10510: htmlArea RTE: Allow to specify default content language in BE
1851 * Added feature #10513: htmlArea RTE: Improve spell checker configurability
1853 2009-02-19 Jeff Segars <jeff@webempoweredchurch.org>
1855 * Follow-up to feature #10374: Add helper function for additional frontend editing controllers and views
1857 2009-02-19 Stanislas Rolland <typo3@sjbr.ca>
1859 * Fixed bug #10482: htmlArea RTE: Find & replace sometimes leaves marks in the content
1861 2009-02-19 Ingo Renner <ingo@typo3.org>
1863 * Fixed bug #10454: t3lib_div::makeInstanceClassName() allows to bypass checks for t3lib_Singleton
1865 2009-02-18 Stanislas Rolland <typo3@sjbr.ca>
1867 * Fixed bug #10479: htmlArea RTE: JS error is raised when using the delete icon on a flexform
1868 * Fixed bug #10453: Wrong text for "upload file" in link popup
1870 2009-02-18 Oliver Hader <oliver@typo3.org>
1872 * Fixed bug #10452: Evaluation PATH_INFO in tslib_fe::checkAlternativeIdMethods() sets false positives and should be moved to tx_simulatestatic
1874 2009-02-17 Jeff Segars <jeff@webempoweredchurch.org>
1876 * Follow-up to feature #10374: Add helper function for additional frontend editing controllers and views
1878 2009-02-17 Dmitry Dulepov <dmitry@typo3.org>
1880 * Fixed bug #9729: Ship optimal TYPO3 configuration by default
1882 2009-02-17 Steffen Kamper <info@sk-typo3.de>
1884 * Fixed bug #10338: Feature: NewRecordWizard with grouping and sorting
1886 2009-02-16 Oliver Hader <oliver@typo3.org>
1888 * Fixed bug #10450: Typing error in simulateStaticDocuments to determine the current mode
1890 2009-02-16 Steffen Kamper <info@sk-typo3.de>
1892 * Follow-up to bug #9439: Renamed TS mod.wizards.newContentElements to mod.wizards.newContentElement
1893 * Follow-up to bug #10121: Replaced extJScode with extJsCode in template.php
1895 2009-02-14 Steffen Kamper <info@sk-typo3.de>
1897 * Fixed bug #10176: followUp (regression in sysaction)
1898 * Fixed bug #10212: Missing files in sysext install (Thanks to Marcus Krause)
1900 2009-02-13 Jeff Segars <jeff@webempoweredchurch.org>
1902 * Added feature #10374: Add helper functions for additional frontend editing controllers and views
1904 2009-02-13 Stanislas Rolland <typo3@sjbr.ca>
1906 * Fixed bug #5548: cli_dispatch.phpsh will not run on CGI API (Thanks to Steffen Gebert)
1908 2009-02-12 Stanislas Rolland <typo3@sjbr.ca>
1910 * Added feature #10428: htmlArea RTE: Remove configuration variables related to Mozilla clipboard access
1911 * Follow-up to feature #10416: htmlArea RTE: Add configuration options for the acronym feature
1913 2009-02-12 Dmitry Dulepov <dmitry@typo3.org>
1915 * Fixed bug #9728: Improve performance of Prototype, Scriptaculous, Ext JS and other contributed scripts
1917 2009-02-11 Stanislas Rolland <typo3@sjbr.ca>
1919 * Fixed bug #9805: RTE and DAM element browsers show wrong colours
1920 * Follow-up to feature #10339: htmlArea RTE: Move editing mode change to plugin
1921 * Follow-up to feature #10182: htmlArea RTE: Add support for editing lang attribute
1922 * Added feature #10416: htmlArea RTE: Add configuration options for the acronym feature
1923 * Further follow-up to feature #10182: htmlArea RTE: Add support for editing lang attribute
1925 2009-02-11 Steffen Kamper <info@sk-typo3.de>
1927 * Fixed bug #8446: Follow up, renamed "OL" to Object List in Template Object Browser
1929 2009-02-10 Ingo Renner <ingo@typo3.org>
1931 * Fixed a bug with the module menu forgeting it's open/closed states, caused by #9136
1932 * Fixed look of logout button; width was fixed and thus didn't expand to fit wider labels coming from translation (credits Steffen Kamper)
1934 2009-02-10 Michael Stucki <michael@typo3.org>
1936 * Fixed bug #10364: Jumpurl feature allows to access arbitrary files on a server (thanks to the TYPO3 Security Team and especially Marcus Krause)
1937 * Fixed bug #10298: Various XSS issues in the BE user admin module (thanks to Jelmer de Hen and Dmitry Dulepov)
1939 2009-02-08 Ingo Renner <ingo@typo3.org>
1941 * Fixed bug #9861: Second page of results in list-module with ordering flaw (credits Christian Kuhn)
1943 2009-02-07 Steffen Kamper <info@sk-typo3.de>
1945 * Fixed bug #10373: Remove doubled check in tceforms
1947 2009-02-07 Dmitry Dulepov <dmitry@typo3.org>
1949 * Fixed bug #10368: Wrong clear.gif path in dyntabs
1951 2009-02-06 Steffen Kamper <info@sk-typo3.de>
1953 * Fixed bug #10375: 2 little JS-Errors that bug IE
1955 2009-02-06 Ingo Renner <ingo@typo3.org>
1957 * Fixed bug #10357: Add gp as an alternative to gpvar in TS getText for a more consistent naming scheme (credits Steffen Mueller)
1959 2009-02-05 Francois Suter <francois@typo3.org>
1961 * Fixed bug #10346: l10n_display option abusively hides field for "All" languages when set to defaultAsReadonly
1963 2009-02-05 Steffen Kamper <info@sk-typo3.de>
1965 * Fixed bug #10322: Send Notification if BE is locked
1966 * Fixed bug #9439: New Element Wizard has no option for hiding Elements via pageTS
1968 2009-02-05 Benjamin Mack <benni@typo3.org>
1970 * Fixed bug #9266: Bug: strcmp() with array as parameter in t3lib_div::linkThisScript() produces warnings with PHP 5.3 (Thanks to Niels Pardon)
1972 2009-02-04 Stanislas Rolland <typo3@sjbr.ca>
1974 * Fixed bug #10352: htmlArea RTE: Shift+Enter raises exception in Safari
1975 * Fixed bug #10353: htmlArea RTE: Colouring features should check if style attribute is allowed
1976 * Fixed bug #10354: htmlArea RTE: Definition List extension must require the Block Elements extension
1978 2009-02-04 Jeff Segars <jeff@webempoweredchurch.org>
1980 * Fixed bug #10351: Whitespace cleanups in t3lib_frontendedit
1982 2009-02-04 Ingo Renner <ingo@typo3.org>
1984 * Added feature #4911: Add an option to add alternative external URL or shortcut for other languages
1986 2009-02-03 Stanislas Rolland <typo3@sjbr.ca>
1988 * Follow-up to bug #10326: htmlArea RTE: Cleaning on paste broken in older versions of Mozilla/Firefox
1989 * Fixed bug #9894: htmlArea RTE: copy/cut/paste with hotkeys does not work in some browsers/settings
1990 * Fixed bug #10337: htmlArea RTE: Allow Clipboard Helper does not work with Firefox 3
1991 * Added feature #10339: htmlArea RTE: Move editing mode change to plugin
1993 2009-02-03 Francois Suter <francois@typo3.org>
1995 * Fixed bug #1527: t3lib_svbase: Method init returns wrong value (thanks to Stefano Kowalke and Michael Miousse)
1997 2009-02-03 Jeff Segars <jeff@webempoweredchurch.org>
1999 * Fixed bug #9600: Frontend Edit Panel is not compatible with subdomains and RealURL (thanks to Xavier Perseguers)
2000 * Added feature #10155: Add controller switching for frontend editing
2002 2009-02-03 Ingo Renner <ingo@typo3.org>
2004 * Changed the pages description field from a one line input to a textarea
2006 2009-02-02 Ingo Renner <ingo@typo3.org>
2008 * Fixed order of fields in TCEforms for table pages, type external URL which was inconsitant to the other types
2010 2009-02-01 Stanislas Rolland <typo3@sjbr.ca>
2012 * Fixed bug #10323: htmlArea RTE: hotkey CTRL+0 is not honoured
2013 * Fixed bug #10324: htmlArea RTE: Configured hotkeys are not honoured in Safari
2014 * Added feature #10325: htmlArea RTE: Make hotkey for enableWordClean feature configurable
2015 * Fixed bug #10326: htmlArea RTE: Cleaning on paste broken in older versions of Mozilla/Firefox
2017 2009-02-01 Ingo Renner <ingo@typo3.org>
2019 * Fixed broken icon for the TYPO3 manual with t3skin
2020 * Fixed look of the logout button in Safari after the introduction of Ext JS
2021 * Fixed list minus bullet icon in t3skin, was missing a solid background
2023 2009-02-01 Steffen Kamper <info@sk-typo3.de>
2025 * Fixed bug #10121: New template-function to add Ext JS inline code
2027 2009-01-31 Kasper Skaarhoj <kasper@typo3.org>
2029 * 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).
2030 * Added a hook for processing external links made through typolink and makelinks.
2031 * 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.
2032 * Fixed bug that add-wizard did not work with flexform fields.
2033 * 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
2035 2009-01-30 Benjamin Mack <benni@typo3.org>
2037 * Fixed bug #7123: Select wizard doesn't work in Safari (Thanks to Ismael Bidau)
2038 * Fixed bug #10282: Table definition in cache_treelist not compliant with MySQL 5.0 strict mode (Thanks to Steffen Mueller and Steffen Kamper)
2039 * Followup to #10094: Use foreach instead of while-list-each constructs in t3lib_TCEmain
2041 2009-01-30 Francois Suter <francois@typo3.org>
2043 * Fixed bug #10304: Links in the warning box are not visible as links (thanks to Georg Ringer)
2045 2009-01-30 Steffen Kamper <info@sk-typo3.de>
2047 * Fixed bug #10031: Icon in "text w/ picture" and "picture" does not change.
2048 * Fixed bug #8446: Template Objectbrowser menu
2049 * Fixed bug #10045 BUG missleading Errormessage with emtpy COA (thanks to Ingo Schmitt)
2051 2009-01-28 Kasper Skaarhoj <kasper@typo3.org>
2053 * 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)
2055 2009-01-28 Benjamin Mack <benni@typo3.org>
2057 * Fixed bug #10241: DB check ->Full search ->Advanced query always includes deleted field (Thanks to Christian Kuhn)
2058 * Fixed bug #10289: Pre-Cleanup for integration of a mass uploader
2060 2009-01-27 Benjamin Mack <benni@typo3.org>
2062 * Fixed bug #10287: Two typos in typo3-TCEforms.css (Thanks to Uschi Renziehausen)
2064 2009-01-27 Kasper Skaarhoj <kasper@typo3.org>
2066 * 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.
2067 * Tracking script execution times internally. For now not used. Was used for debugging. Maybe it will be useful output at a later time.
2068 * 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.
2069 * Fixed simple bugs in getFuncCheck() and getFuncInput()
2070 * 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.
2071 * 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!)
2072 * 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.
2073 * 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.
2075 2009-01-27 Steffen Kamper <info@sk-typo3.de>
2077 Fixed bug #10263: Multiple calls to deprecated function "fixed_lgd_pre" (thanks to Susanne Moog)
2078 Fixed bug #10176: Multiple calls to deprecated function "fixed_lgd" throughout the core (thanks to Susanne Moog)
2079 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)
2080 Fixed bug #10178: Toolbar menu fails if there are no menu items
2082 2009-01-26 Stanislas Rolland <typo3@sjbr.ca>
2084 * Added feature #10182: htmlArea RTE: Add support for editing lang attribute
2085 * Fixed bug #9904: htmlArea RTE: RTE.default.buttons.table.properties.borderStyle.removeItems is not honored
2086 * Fixed bug #9905: htmlArea RTE: Table properties: Removing headers leaves an empty fieldset
2088 2009-01-24 Ingmar Schlecht <ingmar@typo3.org>
2090 * Fixed bug #10205: DB session record is only created when user is authenticated (thanks also to Michael Stucki)
2092 2009-01-24 Martin Kutschker <masi@typo3.org>
2094 * Added feature #10092: logging API for deprecated functions
2095 * Added feature #10100: logging API for deprecated TypoScript objects and properties
2096 * Fixed bug #10098: t3lib_div::fixed_lgd_cs calls deprecated t3lib_div::fixed_lgd
2098 2009-01-23 Steffen Kamper <info@sk-typo3.de>
2100 * Fixed bug #10234: when "create new record" in list module, page (after) is last entry
2101 * Fixed bug #10179: sys_action menu doesn't respect hidden and returns empty ul if there are no entries
2103 2009-01-23 Michael Stucki <michael@typo3.org>
2105 * Fixed bug #10231: split() is deprecated in PHP 5.3 (patch by Karsten Dambekalns)
2107 2009-01-22 Steffen Kamper <info@sk-typo3.de>
2109 * Fixed bug #9345: CSV export includes _CLIPBOARD_ in header row (thanks to Christian Kuhn)
2110 * Added feature #10220: Get some unit tests for the core (thanks to Oliver Klee)
2112 2009-01-21 Stanislas Rolland <typo3@sjbr.ca>
2114 * Follow-up to #10195: htmlArea RTE: Update RTE about info
2115 * Added feature #10219: htmlArea RTE: Clean up unused localization files
2116 * Fixed bug #9785: htmlArea RTE: Disabling images in RTE still leaves the toolbar button
2117 * Fixed bug #9965: htmlArea RTE: IE jumps down to last RTE input
2119 2009-01-20 Stanislas Rolland <typo3@sjbr.ca>
2121 * Added feature #10206: htmlArea RTE: Allow to hide any button
2123 2009-01-20 Steffen Kamper <info@sk-typo3.de>
2125 * Fixed bug #9774: Incorrect validation of allowed classes in RTE transformation
2127 2009-01-20 Ingmar Schlecht <ingmar@typo3.org>
2129 * Fixed bug #10186: Time shifting (again) in datetime fields (followup to Bug#8746; thanks to Ernesto Baschny)
2130 * Fixed bug #10146: Session fixation vulnerability in user authentication (thanks to the TYPO3 Security Team and especially Marcus Krause)
2131 * Fixed bug #10159: XSS vulnerability in workspace module (thanks to the TYPO3 Security Team and especially Marcus Krause)
2133 2009-01-20 Ingo Renner <ingo@typo3.org>
2135 * Added missing license statement for using the "Silk" icon set of Mark James according to Creative Commons Attribution 2.5
2136 * Fixed bug #10134: XSS vulnerability in sysext indexed_search (thanks to the TYPO3 Security Team and especially Marcus Krause)
2137 * Fixed bug #10133: Command execution in sysext indexed_search (thanks to the TYPO3 Security Team and especially Marcus Krause)
2138 * Fixed bug #10154: Weak encryption key generation vulnerability in sysext install (thanks to the TYPO3 Security Team, and especially Marcus Krause)
2139 * 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)
2141 2009-01-19 Steffen Kamper <info@sk-typo3.de>
2143 * Fixed bug #10183: [felogin] redirect doesn't work with return_url
2145 2009-01-19 Stanislas Rolland <typo3@sjbr.ca>
2147 * Added feature #10181: htmlArea RTE: Move status bar to plugin
2148 * Added feature #10195: htmlArea RTE: Enable the RTE in Opera 9.62+
2149 * Added feature #10196: htmlArea RTE: Remove extension configuration variable enableClickEnlarge
2150 * Fixed bug #10197: htmlArea RTE: Missing XCLASS inclusion in class.tx_rtehtmlarea_pi1.php
2151 * Follow-up to #10181: htmlArea RTE: Move status bar to plugin
2152 * Fixed bug #9935: htmlArea RTE: enableWordClean on paste does not work when hidden button is not in toolbar
2153 * Updated htmlArea RTE version to 1.8.1 for TYPO3 4.3.0 alpha2
2155 2009-01-18 Francois Suter <francois@typo3.org>
2157 * Cleanup #10125: Replace deprecated function calls in sysext indexed_search (thanks to Markus Krause)
2159 2009-01-16 Oliver Hader <oliver@typo3.org>
2161 * Follow-up to bug #10094: Fixed typing error in t3lib_TCEmain::dbAnalysisStoreExec()
2163 2009-01-16 Steffen Kamper <info@sk-typo3.de>
2165 * Fixed bug #10167: Backend not usable in Internet Explorer anymore
2166 * Fixed bug #9307: Remove an obsolete check for disable_exec_function in filelist
2167 * Fixed bug #10157: t3lib/config_default.php textfile_ext should be updated to include xml and other text types
2168 * Fixed bug #9867: Adding T3_SERVICES to configuration modul
2170 2009-01-16 Bernhard Kraft <kraftb@think-open.at>
2172 * Fixed bug #5497: Links in Task Center
2174 2009-01-15 Steffen Kamper <info@sk-typo3.de>
2176 * Fixed bug #10057: hide/unhide page causes error when done via the context menu
2177 * Fixed bug #8787: titles length in list module (thanks to Stefano Cecere)
2179 2009-01-14 Jeff Segars <jeff@webempoweredchurch.org>
2181 * Fixed bug #10064: config.admPanel has no effect (thanks to Ralf Hettinger)
2182 * Fixed bug #10105: htmlArea RTE: Cannot load multiple RTEs via AJAX
2184 2009-01-14 Stanislas Rolland <typo3@sjbr.ca>
2186 * Added feature #10138: htmlArea RTE: add Clear RTE cache option to BE Clear cache menu
2187 * Fixed bug #10140: htmlArea RTE: Alignment of td's and th's in out-of-the-box installation
2189 2009-01-14 Steffen Kamper <info@sk-typo3.de>
2191 * Fixed bug #10143 spamProtectEmailAddresses_atSubst does not work correctly if linktext contains email address with uppercase charachters (thanks to Helmut Hummel)
2192 * Fixed bug #9885: Add Hook to ClearCacheMenu
2194 2009-01-14 Dmitry Dulepov <dmitry@typo3.org>
2196 * Fixed bug #10116: Remove/protect adodb testfiles (thanks to Marcus Krause)
2198 2009-01-13 Jeff Segars <jeff@webempoweredchurch.org>
2200 * Fixed bug #10046: Move t3lib_tceforms_fe into its own file
2202 2009-01-13 Dmitry Dulepov <dmitry@typo3.org>
2204 * Fixed bug #10109: Google reports duplicate title tag
2205 * Fixed bug #10120: Add .buildpath to svn:ignore
2207 2009-01-13 Oliver Hader <oliver@typo3.org>
2209 * Fixed bug #10106: IRRE - Undefined method t3lib_TCEforms_inline::addItems (thanks to Franz Holzinger)
2211 2009-01-12 Stanislas Rolland <typo3@sjbr.ca>
2213 * Follow-up to bug #9932: htmlArea RTE Spellcheck does not work when TYPO3 is installed in subdir
2215 2009-01-12 Oliver Hader <oliver@typo3.org>
2217 * Fixed bug #10104: IRRE - Controll icons in header of newly created child elements are not shown
2218 * Fixed bug #8991: IRRE - Sorting icons of inline records are in wrong order
2220 2009-01-12 Dmitry Dulepov <dmitry@typo3.org>
2222 * Fixed bug #10065: Use TYPO3 clear.gif for Ext JS in backend.php
2223 * Fixed bug #10066: AJAX relogin polls server too often
2224 * Fixed bug #10067: common.js uses undefined variable
2226 2009-01-11 Oliver Hader <oliver@typo3.org>
2228 * Fixed bug #5630: Install tool removes dots from admin usernames (thanks to Stefano Kowalke)
2229 * Fixed bug #10094: Use foreach instead of while-list-each constructs in t3lib_TCEmain
2230 * Added feature #10091: Integrate TYPO3_DB->exec_SELECTcountRows()
2231 * Follow-up to bug #10094: Wrong concatenation of arrays
2233 2009-01-11 Steffen Kamper <info@sk-typo3.de>
2235 * Fixed bug #9825: Copy / Cut icons don't respect t3skin: drag'n'drop in pagetree (credits to Susanne Moog)
2236 * Fixed bug #10077: Feature: Add Icons to page:module TCEform
2237 * Fixed bug #10084: Hardcoded "Toggle All" and " Add New" in section
2239 2009-01-10 Oliver Hader <oliver@typo3.org>
2241 * Fixed bug #10090: Hanging record sets in t3lib_TCEmain
2243 2009-01-09 Martin Kutschker <masi@typo3.org>
2245 * Fixed bug #10086: Core uses deprecated function t3lib_db->sql()
2246 * Fixed bug #10087: Deprecation annotations are wrong for TYPO3 3.6 and 3.5
2248 2009-01-09 Oliver Hader <oliver@typo3.org>
2250 * Fixed bug #10083: Constant styles.content.imgtext.separateRows is not defined
2252 2009-01-08 Benjamin Mack <benni@typo3.org>
2254 * Fixed bug #9194: Bug: wrong handling of 'is_in' list in TCA element type 'input' (Thanks to Vladimir Podkovanov)
2256 2009-01-08 Oliver Hader <oliver@typo3.org>
2258 * Added feature #9674: TCEmain changes for new improved record recycling concept (thanks to Julian Kleinhans)
2259 * Fixed bug #9893: Syntax error in TCA types definitions of tt_content
2260 * Added feature #4427: Enable stdWrap for HMENU.alwaysActivePIDlist (thanks to Dan Osipov)
2262 2009-01-07 Francois Suter <francois@typo3.org>
2264 * Fixed bug #10075: Rootline cache does not work in multilingual websites
2266 2009-01-06 Benjamin Mack <benni@typo3.org>
2268 * Fixed bug #9374: Code in typo3/sysext/tstemplate/ts/index.php don't match with the new CGL (Thanks to Stefano Kowalke)
2270 2009-01-05 Steffen Kamper <info@sk-typo3.de>
2272 * Fixed bug #10055: Add contrib directory to list of allowed paths (thanks to Dan Osipov)
2273 * Fixed bug #9506: label uid shows not working
2274 * Fixed bug #10056: Misspelling english word "guesbooks"
2276 2009-01-04 Dmitry Dulepov <dmitry@typo3.org>
2278 * Fixed bug #9052: Remove JS popup when login expired (co-authored with Christoph Koehler and Steffen Kamper)
2280 2009-01-03 Dmitry Dulepov <dmitry@typo3.org>
2282 * Fixed bug #10047: typo3/contrib is not prefixed with config.absRefPrefix
2283 * Fixed bug #10049: Ext JS directory structure is broken
2285 2009-01-02 Steffen Kamper <info@sk-typo3.de>
2287 * Fixed bug #10043: removed deprecated function-calls in OpenID
2289 2009-01-01 Steffen Kamper <info@sk-typo3.de>
2291 * Fixed bug #4690: TCAdefaults.tt_content.imagecols = 1 is missing
2292 * Fixed bug #7922: stdWrap for doNotLinkIt & doNotShowLink
2294 2009-01-01 Benjamin Mack <benni@typo3.org>
2296 * Fixed bug #8590: Fileadmins folderoverview don`t show 'B' (for byte) after filesize (Thanks to Stefano Kowalke)
2297 * Fixed bug #7669: Changed elderly while(list()=each()) to foreach calls in t3lib_tstemplate (Credits Oliver Hader)
2298 * Fixed bug #8361: Stage change notification emails not send when publishing from Live workspace (Thanks to Andreas Wolf)
2299 * Fixed bug #9136: Less JS in backend.php / Framehandling problem
2301 2008-12-30 Oliver Hader <oliver@typo3.org>
2303 * Added feature #5610: Extend TCEFORM_confObj on Page TSconfig by property keepItems
2305 2008-12-29 Ernesto Baschny <ernst@cron-it.de>
2307 * Fixed bug #8746: Date/time field problem with timezone shifting when using the "+NN", "d" or "d+NN" shortcuts
2308 * Fixed bug #10033: Date/time field shortcut "d" doesn't work on already filled date fields since 4.2.0
2309 * 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"
2311 2008-12-29 Steffen Kamper <info@sk-typo3.de>
2313 * Fixed bug #10022: Pagecontent/Hidden has no effect
2314 * Added feature #9901: Enable stdWrap for expAll
2316 2008-12-29 Oliver Hader <oliver@typo3.org>
2318 * Follow-up to bugfix #10004: Tweak corrections to update wizard for installing new system extensions
2320 2008-12-27 Steffen Kamper <info@sk-typo3.de>
2322 * Fixed bug #10004: Extend UpdateWizard for install systemextensions
2324 2008-12-25 Dmitry Dulepov <dmitry@typo3.org>
2326 * Fixed bug #10012: TYPO3 generates incorrect ETag
2328 2008-12-24 Francois Suter <francois@typo3.org>
2330 * Fixed bug #9948: Label rm.clearCache_pages was abusively removed from core lang file
2332 2008-12-23 Dmitry Dulepov <dmitry@typo3.org>
2334 * Fixed bug #9999: Setting [BE][compressionLevel]=true causes problems
2336 2008-12-23 Steffen Kamper <info@sk-typo3.de>
2338 * Fixed bug #9810: ClearCacheMenu doesn't work when click on icon
2340 2008-12-22 Stanislas Rolland <typo3@sjbr.ca>
2342 * Fixed bug #9932: htmlArea RTE Spellcheck does not work when TYPO3 is installed in subdir
2344 2008-12-22 Steffen Kamper <info@sk-typo3.de>
2346 * Fixed bug #9977: Extensions class.ext_update.php scripts are executed even when extension isn't loaded
2347 * Fixed bug #8492: tiny stuff in the Help Module (moved about and cshmanual to sysext)
2348 * Fixed bug #8205: Shortcut ends in parse_url-error
2349 * Fixed bug #9773: Fallback for skinImg having forceFileExtension
2351 2008-12-20 Steffen Kamper <info@sk-typo3.de>
2353 * Fixed bug #8952: Flags are missing
2354 * Fixed bug #8525: added Korean flag
2356 2008-12-20 Oliver Hader <oliver@typo3.org>
2358 * Follow-up to feature #5835: Fix formatting and remove superfluous wrap in tslib_content::wrapSpace()
2359 * Added feature #5203: Add file operation permissions for back-end user groups (thanks to Christian Kuhn)
2361 2008-12-19 Steffen Kamper <info@sk-typo3.de>
2363 * Fixed bug #9964: Missing file icon PPT
2365 2008-12-18 Stanislas Rolland <typo3@sjbr.ca>
2367 * Fixed bug #9772: t3lib_parsehtml_proc does not provide Page TSConfig to user-defined RTE transformations
2369 2008-12-18 Steffen Kamper <info@sk-typo3.de>
2371 * Fixed bug #7265: Submodules of Web module can't work with mod.php and the _DISPATCH system
2373 2008-12-18 Dmitry Dulepov <dmitry@typo3.org>
2375 * Fixed bug #9944: Unneccessary wildcard string comparisons in EM (thanks to Marcus Krause)
2376 * Fixed bug #9947: gzip compression does not work in BE at all
2377 * Fixed bug #9971: A call to protected method in index_ts.php
2378 * Fixed bug #9886: Hardcoded error messages (Parameter Error:) in some files related to file list module (thanks to Stefano Kowalke)
2379 * Fixed bug #9887: Labels 'TEMP' and 'RECYCLER' are hardcoded (thanks to Stefano Kowalke)
2380 * Fixed bug #9978: Remove references to gzip_encode from File and Access modules
2381 * Fixed bug #9741: wrong anchor links with absRefPrefix option enabled (thanks to Stefan Galinski)
2383 2008-12-18 Thorsten Kahler <thorsten.kahler@dkd.de>
2385 * Added feature #5835: get rid of clear.gif with space (thanks to Susanne Moog)
2387 2008-12-18 Ernesto Baschny <ernst@cron-it.de>
2389 * 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)
2391 2008-12-17 Stanislas Rolland <typo3@sjbr.ca>
2393 * Fixed bug #9596: htmlArea RTE does not work in IRRE subelements
2394 * Added feature #7963: htmlArea RTE css parsing: honour classes with element context selectors inside other context selectors (thanks to Mikkel Ricky)
2395 * Fixed bug #9969: htmlArea RTE: blindImageOptions is not honoured in TYPO3 4.3-dev
2397 2008-12-16 Dmitry Dulepov <dmitry@typo3.org>
2399 * Fixed bug #9925: Initialization of new caching framework breaks some eID scripts
2401 2008-12-15 Dmitry Dulepov <dmitry@typo3.org>
2403 * Fixed bug #9844: Filepermissons (RW) in filelist are hardcoded
2405 2008-12-12 Dmitry Dulepov <dmitry@typo3.org>
2407 * Fixed bug #9884: enhancements to memcached caching backend
2409 2008-12-09 Steffen Kamper <info@sk-typo3.de>
2411 * Fixed bug #9915: Typing error in tslib_content ($gifCreateor => $gifCreator)
2413 2008-12-08 Steffen Kamper <info@sk-typo3.de>
2415 * Fixed bug #9890: sectionIndex in Menu doesn't work
2417 2008-12-03 Martin Kutschker <masi@typo3.org>
2419 * Fixed bug #6415: preg_replace error on PHP 5.2 sometimes resulting in empty pages (thanks to Francois Suter)
2421 2008-12-02 Stanislas Rolland <typo3@sjbr.ca>
2423 * Fixed bug #9878: htmlArea RTE: js error may be raised when loading through IRRE Ajax call
2425 2008-12-02 Martin Kutschker <masi@typo3.org>
2427 * Fixed bug #6131: 'last login' of BE and FE users not shown in the BE (thanks to Christian Kuhn)
2428 * Fixed bug #9850: Strings 'TEMP' and 'RECYCLER' are hardcoded in the filetree (thanks to Stefano Kowalke)
2430 2008-12-02 Dmitry Dulepov <dmitry@typo3.org>
2432 * Added feature #9852: Provide a random byte generator in TYPO3 Core (thanks to Marcus Krause)
2434 2008-12-01 Dmitry Dulepov <dmitry@typo3.org>
2436 * Fixed bug #9645: Memcached backend is not working properly
2437 * Fixed bug #9790: class.gzip_encode.php fails with open_basedir restrictions
2438 * Fixed bug #9859: Upload files in fileadmin: Singular and plural are the same ("files") (co-authored with Stefano Kowalke)
2439 * Fixed bug #9860: Fileadmin: New folders: Singular and plural are the same ("folders") (co-authored with Stefano Kowalke)
2441 2008-12-01 Steffen Kamper <info@sk-typo3.de>
2443 * Fixed bug #9864: felogin: Drop languages from locallang.xml
2445 2008-11-29 Steffen Kamper <info@sk-typo3.de>
2447 * Fixed bug #9862: missing class for checkbox in t3editor
2449 2008-11-27 Steffen Kamper <info@sk-typo3.de>
2451 * Fixed bug #9797: waste of time in LIST module with LOISmode (thanks to Franz Holzinger)
2452 * Fixed bug #9822: New rendering method for content elements (lesser markup, cleaner code) (thanks to Susanne Moog)
2453 * Added feature #9742: Zebra columns for fileadmin listing (thanks to Stefano Kowalke)
2455 2008-11-27 Dmitry Dulepov <dmitry.dulepov@gmail.com>
2457 * Fixed bug #8944: PHP-Error in class.em_index.php on line 4333 (thanks to Stefan Geith)
2459 2008-11-25 Steffen Kamper <info@sk-typo3.de>
2461 * Fixed bug #8561: Checkboxes and labels are aligned badly if in one line
2462 * Fixed bug #9725: double enquote in t3lib_htmlmail of returnPath
2464 2008-11-24 Dmitry Dulepov <dmitry@typo3.org>
2466 * Fixed bug #9806: Mountpoints do not work across domain boundaries
2468 2008-11-23 Ingo Renner <ingo@typo3.org>
2470 * Added feature #9813: Turn the workspace selector into a drop down toolbar item menu
2472 2008-11-22 Stanislas Rolland <typo3@sjbr.ca>
2474 * Follow up for feature #9775: htmlArea RTE: additional features for link insertion dialogue
2476 2008-11-22 Steffen Kamper <info@sk-typo3.de>
2478 * Fixed bug #9798: Don't show fe_users password in page module
2479 * Cleanup: felogin: Completed ChangeLog and raised version to 1.1.0
2481 2008-11-22 Oliver Hader <oliver@typo3.org>
2483 * Fixed bug #9802: Frontend plugins show PHP error if there is no TypoScript configuration
2485 2008-11-13 Stanislas Rolland <typo3@sjbr.ca>
2487 * Follow up for issue #9771: htmlArea RTE spellchecker not working in TYPO3 4.3-dev
2489 2008-11-13 Steffen Kamper <info@sk-typo3.de>
2491 * Fixed bug #9786: Remove duplicate JS-Files in backend.php
2493 2008-11-12 Oliver Hader <oliver@typo3.org>
2495 * Release of TYPO3 4.3.0alpha1
2497 2008-11-12 Steffen Kamper <info@sk-typo3.de>
2499 * Fixed bug #8903: redirect url is not passed with get/post method
2501 2008-11-12 Oliver Hader <oliver@typo3.org>
2503 * Follow-up to feature #9654: Integrate return value depending on a found includeLibs configuration
2504 * Fixed bug #9747: Update function names of caching API to be consistent with FLOW3
2505 * Cleanup: Updated NEWS.txt
2506 * Added feature #9778: Improvement of removeXSS (thanks to Steffen Kamper, David Slayback)
2507 * Fixed bug #9748: Some extensions do not work anymore in the frontend
2508 * Fixed bug #9639: DB Analyzer / Compare Tool can't handle the upgrade of the cache tables (thanks to Michael Stucki)
2509 * Added feature #9670: Integrate code-completion for TypoScript in the t3editor (thanks to Stephan Petzl, Christian Kartnig and Tobias Liebig)
2511 2008-11-11 Steffen Kamper <info@sk-typo3.de>
2513 * Fixed bug #5714: Pagecount not correct in indexed_search
2515 2008-11-11 Stanislas Rolland <typo3@sjbr.ca>
2517 * Fixed bug #9771: htmlArea RTE spellchecker not working in TYPO3 4.3-dev
2518 * Fixed bug #9755: Incorrect initialization sequence in class browse_links
2519 * Added feature #9775: htmlArea RTE: additional features for link insertion dialogue
2520 * Added feature #9776: htmlArea RTE: enable stdwrap on the image clickEnlarge a-tag
2522 2008-11-11 Oliver Hader <oliver@typo3.org>
2524 * Follow-up to bug #5826: Wrong disposal of language object in front-end
2525 * Added feature #9667: Use t3lib_div::trimExplode() in t3lib_div::intExplode() (thanks to Niels Pardon)
2527 2008-11-11 Michael Stucki <michael@typo3.org>
2529 * Fixed bug #5611: Frontend preview and simulate time is buggy
2531 2008-11-08 Michael Stucki <michael@typo3.org>
2533 * Follow-up to bug #8399: Table index was too long after changing the field size
2535 2008-11-06 Oliver Hader <oliver@typo3.org>
2537 * Follow-up to feature #9625: Fixed regular expression
2538 * Cleanup: Set SVN properties and tags
2540 2008-11-06 Jeff Segars <jeff@webempoweredchurch.org>
2542 * Added feature #9615: Move frontend editing to a system extension.
2544 2008-11-04 Ingo Renner <ingo@typo3.org>
2546 * Fixed bug #9681: the Wrap for forgotMessage in the subpart ###TEMPLATE_FORGOT### does not work (credits Steffen Kamper)
2548 2008-11-04 Martin Kutschker <masi@typo3.org>
2550 * Fixed bug #9734: User selector in Web>Access doesn't work (thanks to Andreas Kundoch)
2551 * Fixed bug #9717: t3lib_parsehtml_proc removes valid attributes of SPAN tags
2553 2008-11-04 Oliver Hader <oliver@typo3.org>
2555 * Fixed bug #9599: felogin - Enable Caching "USER" instead of "USER_INT" (thanks to Dmitry Dulepov & Steffen Kamper)
2556 * Added feature #9661: Extend condition operators for globalVar (thanks to Steffen Kamper)
2557 * Cleanup: Specified deprecated statements
2558 * Follow-up to feature #9661: Re-enable matching empty globalVars
2560 2008-11-03 Oliver Hader <oliver@typo3.org>
2562 * Added feature #9654: Enable includeLibs also for USER and COA objects
2563 * Fixed bug #9724: Editing shortcuts does not work anymore
2564 * Fixed bug #9286: Use native JSON-methods instead of 3rd party JSON script (thanks to Steffen Kamper)
2566 2008-11-01 Martin Kutschker <masi@typo3.org>
2568 * Fixed bug #8715: non-admins can not import pages from their own directory (thanks to Johannes Pieper)
2570 2008-11-01 Oliver Hader <oliver@typo3.org>
2572 * Added feature #6637: Integrate possibility to reverse order of rootline HMENU (thanks to Ralf Hettinger)
2573 * Fixed bug #9715: Editing records with OpenDocs enabled does not work
2574 * Added feature #9094: Make simulate static a system extension (patch by Benjamin Mack)
2575 * Fixed bug #9632: Multiple fileuploads into folders with special characters (umlauts) not possible (thanks to Marcus Krause)
2577 2008-10-31 Jeff Segars <jeff@webempoweredchurch.org>
2579 * Added feature #6626: config.fileTarget for link target on files (thanks to Ralf Hettinger)
2580 * Added feature #3787: New option TSFE.jumpURL_HTTPStatusCode = 30x (thanks to Stefan Geith)
2582 2008-10-31 Ingo Renner <ingo@typo3.org>
2584 * cleanup: removed the include for an interface that is loaded in backend.php already and therefore is present always
2586 2008-10-31 Oliver Hader <oliver@typo3.org>
2588 * Fixed bug #9571: Additional condition required to check SSL status in class.t3lib_div.php (thanks to Christian Kuhn)
2589 * Fixed bug #9659: TCEmain wrongly tests required input-type fields (thanks to Francois Suter)
2590 * Fixed bug #8399: field tablename in sys_refindex too short (thanks to Steffen Kamper)
2591 * Cleanup: Updated NEWS.txt
2593 2008-10-31 Benjamin Mack <benni@typo3.org>
2595 * Included the Javascript Widget Framework Ext JS
2597 2008-10-30 Ingo Renner <ingo@typo3.org>
2599 * Fixed an inconsitency with between the name, the documentation and the functionality of method loadByTag() in the new caching framework
2601 2008-10-29 Ingo Renner <ingo@typo3.org>
2603 * Added feature #9591: Integrate sys_actions into toolbar (contributions by Steffen Kamper)
2604 * !!! Cleanup #9678: Make TYPO3 require PHP 5.2
2606 2008-10-28 Ingo Renner <ingo@typo3.org>
2608 * Added the manual for the OpenID system extension
2610 2008-10-28 Martin Kutschker <masi@typo3.org>
2612 * Added feature #9625: Integrate possibility to extend TCEforms palettes easily (implementation by Oliver Hader)
2613 * Added feature #9474: Integrate OpenID authentication support to TYPO3 (integration by Dmitry Dulepov, OpenID library by JanRain Inc.)
2615 2008-10-28 Oliver Hader <oliver@typo3.org>
2617 * Fixed bug #9655: Call to t3lib_div::devLog() without key in index_ts.php (thanks to Francois Suter)
2618 * Fixed bug #9607: Module DB check uses hardcoded labels (thanks to Christopher Stelmaszyk)
2619 * Added feature ##9656: Extend t3lib_div::trimExplode to limit the number of elements
2620 * Follow-up to feature #9575: Return boolean value instead of filtered data
2621 * Fixed bug #9623: Flexform sections are not working anymore since script.aculo.us is not loaded
2622 * Fixed bug #9665: t3lib_BEfunc has a lot of hanging SQL record sets
2623 * Fixed bug #9664: EM fails on retrieving files of uppercase extension keys (thanks to Marcus Krause)
2624 * Added feature #7571: FeUsers in table sys_lockedrecords (thanks to Stefan Geith)
2625 * Added feature #8523: IRRE - Integrate possibility to define enabledControls in TCA
2626 * Fixed bug #5826: indexed_search: specify media types in advanced search (thanks to Steffen Kamper)
2628 2008-10-24 Oliver Hader <oliver@typo3.org>
2630 * Follow-up to feature #9575: Return boolean value instead of filtered data
2632 2008-10-23 Stanislas Rolland <typo3@sjbr.ca>
2634 * Fixed bug #9613: htmlArea RTE uses JScodeLibArray to insert CSS
2636 2008-10-22 Jeff Segars <jeff@webempoweredchurch.org>
2638 * Fixed bug #8636: Hardcoded labels in Configuration module (thanks to Christopher Stelmaszyk)
2639 * Fixed bug #8505: String "File/Files" in Fileadmin are hardcoded (thanks to Stefano Kowalke)
2641 2008-10-22 Stanislas Rolland <typo3@sjbr.ca>
2643 * Fixed bug #5019: htmlArea RTE hangs while editing link in Firefox
2645 2008-10-21 Oliver Hader <oliver@typo3.org>
2647 * Fixed bug #9553: Form validation script jsfunc.validateform.js sometimes fails in IE (thanks to Vladimir Podkovanov)
2648 * Fixed bug #9608: Frontend Editing does not work anymore
2650 2008-10-20 Stanislas Rolland <typo3@sjbr.ca>
2652 * Updated htmlArea RTE manual
2654 2008-10-20 Ingo Renner <ingo@typo3.org>
2656 * !!! Added feature 9505: Make the caches in TYPO3 use the new caching framework
2658 2008-10-20 Oliver Hader <oliver@typo3.org>
2660 * Cleanup: Removed GPLv3 release of Ext JS from typo3/contrib/extJS/
2661 * Cleanup: Fixed ChangeLog
2663 2008-10-20 Michael Stucki <michael@typo3.org>
2665 * Follow-up on feature #8899: Rename "options.fileTree.uploadFieldsInLinkBrowser" to "options.folderTree.uploadFieldsInLinkBrowser" (patch by Steffen Kamper)
2667 2008-10-20 Dmitry Dulepov <dmitry@typo3.org>
2669 * Fixed bug #9398: Labels in Module User Administration are hardcoded (thanks to Christopher Stelmaszyk)
2671 2008-10-19 Ingo Renner <ingo@typo3.org>
2673 * Fixed bug 8564: Result of t3lib_BEfunc::getProcessedValue is hardcoded and therefore cannot be translated, credits Christopher Stelmaszyk
2675 2008-10-19 Michael Stucki <michael@typo3.org>
2677 * Fixed bug #9535: Folder icons in filelist file tree don't get skinned anymore (patch by Francois Suter)
2678 * Fixed bug #9497: Edit in Rich Text Editor - Button does not work anymore in Web>Page (patch by Oliver Hader)
2680 2008-10-18 Dmitry Dulepov <dmitry@typo3.org>
2682 * Fixed bug #9480: Enhance debug information with SQL data (thanks to Francois Suter for the inspiration)
2683 * Cleanup: Converted spaces to tabs in t3lib/t3lib_db.php
2684 * Fixed bug #9402: Create a common_locallang-file
2686 2008-10-17 Dmitry Dulepov <dmitry@typo3.org>
2688 * Fixed bug #9498: Bug: EM "Check for extension updates" always warns about changes (thanks to Christian Kuhn)
2689 * Fixed bug #9575: use native filter_functions for validate and sanitize (thanks to Steffen Kamper)
2691 2008-10-14 Martin Kutschker <masi@typo3.org>
2693 * Fixed bug #9501: Titles of content columns in classic page module doesn't take into account backend charset (thanks to Steffen Kamper and Vladimir Podkovanov)
2694 * Added feature #9520: add a scheme to support singletons with t3lib_div::makeInstance
2696 2008-10-14 Ernesto Baschny <ernst@cron-it.de>
2698 * Added feature #9400: enables to have specific HTTP status codes on a sys_domain record when doing a redirect (new field sys_domain.redirectHttpStatusCode)
2700 2008-10-14 Dmitry Dulepov <dmitry@typo3.org>
2702 * Fixed bug #9523: class.t3lib_htmlmail.php produces null headers in HTML messages
2704 2008-10-13 Ernesto Baschny <ernst@cron-it.de>
2706 * Added feature #9533: Made substituteMarkerArrayCached not so strict. Still with type hinting, but also allowing the null (uninitialized var) to be passed (to prevent several older extensions from breaking).
2708 2008-10-10 Stanislas Rolland <typo3@sjbr.ca>
2710 * Added feature #7970: htmlArea RTE: fontstyle and fontsize should not use deprecated font tag
2712 2008-10-10 Dmitry Dulepov <dmitry@typo3.org>
2714 * Fixed bug #9522: t3lib_BEfunc::BEenableFields generates invalid SQL
2715 * Fixed bug #9469: Failed to load magic database
2717 2008-10-08 Stanislas Rolland <typo3@sjbr.ca>
2719 * Fixed bug #9516: htmlArea RTE: Move link tags to head
2720 * Added feature #9521: htmlArea RTE: factor out some functions dealing with inline elements
2721 * Added feature #7875: Coloured text is created using font-tag instead of span in IE
2722 * Added feature #8847: Custom colors in TYPO3Color like old SelectColor extension
2724 2008-10-05 Stanislas Rolland <typo3@sjbr.ca>
2726 * Fixed bug #9490: htmlArea RTE: Opera 9.52 sometimes refuses to insert a node
2728 2008-10-04 Stanislas Rolland <typo3@sjbr.ca>
2730 * Follow-up to bug #9472: htmlArea RTE: Safari may crash when the RTE closes
2731 * Fixed bug #9484: htmlArea RTE: context menu raises an error when link button is not configured
2733 2008-10-04 Dmitry Dulepov <dmitry@typo3.org>
2735 * Fixed bug #9479: Selected items are not visible after saving the form in BE
2737 2008-10-03 Dmitry Dulepov <dmitry@typo3.org>
2739 * Fixed bug #9452: config.absRefPrefix is applied only to a fixed set of directories
2740 * Fixed bug #7059: Improve database performance for external database host
2742 2008-10-02 Stanislas Rolland <typo3@sjbr.ca>
2744 * Fixed bug #9444: htmlArea RTE: Incorrect assigment of class to one line <ol> in Firefox
2745 * Fixed bug #9472: htmlArea RTE: Safari may crash when the RTE closes
2747 2008-10-01 Stanislas Rolland <typo3@sjbr.ca>
2749 * Fixed bug #9464: htmlArea RTE: url auto-detect feature not working in Firefox
2750 * Fixed issue #9467: htmlArea RTE: cleanup in FE plugin
2752 2008-10-01 Oliver Hader <oliver@typo3.org>
2754 * Fixed bug #9442: SQL LIKE wildcards are not escaped correctly for list queries
2755 * Fixed bug #9408: Selecting by tag using wildcards does not work with database disposal of t3lib_cache
2757 2008-10-01 Ernesto Baschny <ernst@cron-it.de>
2759 * Added feature #6525: .wrapItemAndSub property for GMENU
2761 2008-09-29 Stanislas Rolland <typo3@sjbr.ca>
2763 * Added feature #9375: Add DTD to htmlArea RTE iframe document
2764 * Fixed bug #9449: htmlArea RTE: Opera sometimes raises a JavaScript error when the RTE closes
2766 2008-09-28 Oliver Hader <oliver@typo3.org>
2768 * Fixed bug #8518: Wrong JavaScript inclusion in t3lib_TCEforms
2769 * Fixed bug #9335: Internal caching in t3lib_pageSelect::getRootLine() has no effect
2771 2008-09-27 Dmitry Dulepov <dmitry@typo3.org>
2773 * Fixed bug #9412: config.absRefPrefix can force wrong URL when linking across domains
2775 2008-09-26 Stanislas Rolland <typo3@sjbr.ca>
2777 * Fixed bug #9386: Acronym plugin encoding problem
2779 2008-09-25 Stanislas Rolland <typo3@sjbr.ca>
2781 * Fixed issue #9429: htmlArea RTE: Cleanup unused files
2783 2008-09-24 Stanislas Rolland <typo3@sjbr.ca>
2785 * Fixed issue #9424: htmlArea RTE: Cleanup dialogue windows
2787 2008-09-23 Martin Kutschker <masi@typo3.org>
2789 * Fixed bug #9411: Editors cannot create new translations of pages
2791 2008-09-22 Jeff Segars <jeff@webempoweredchurch.org>
2793 * Fixed bug #9401: Use debug() for sqlDebug (thanks to Steffen Kamper)
2795 2008-09-21 Jeff Segars <jeff@webempoweredchurch.org>
2797 * Fixed bug #8719: File upload ends up in parse_url error on Windows (thanks to Steffen Kamper)
2799 2008-09-21 Stanislas Rolland <typo3@sjbr.ca>
2801 * Fixed bug #9404: htmlArea RTE: Cleaning out deprecated extension variables
2803 2008-09-21 Benjamin Mack <benni@typo3.org>
2805 * Followup to #9393: Small code cleanup in class.t3lib_treeview.php
2806 * Fixed bug #8578: Umlauts get displayed wrong in Web>Access module after updating rights (Thanks to Tobias Liebig and Susanne Moog)
2808 2008-09-20 Dmitry Dulepov <dmitry@typo3.org>
2810 * Fixed bug #9384: FE session hijacking
2812 2008-09-19 Benjamin Mack <benni@typo3.org>
2814 * Fixed bug #9393: Cosmetic Code Cleanup for the cms sysext
2816 2008-09-18 Martin Kutschker <masi@typo3.org>
2818 * Followup to bugfix #8950: clean up code
2819 * Fix bug #8588: Admin tools -> User Admin -> List users online broken when [BE][lockIP] is set to < 4
2821 2008-09-18 Stanislas Rolland <typo3@sjbr.ca>
2823 * Fixed bug #9331: htmlArea RTE Acronym feature: List of unabridged terms shows wrong values
2824 * Fixed bug #9320: Adding a new mount-type "readonly" for temporary filemounts (thanks to Steffen Kamper)
2825 * Added feature #8899: Configuration of uploads and create folder in linkbrowser (thanks to Steffen Kamper and Dmitry Dulepov)
2827 2008-09-18 Dmitry Dulepov <dmitry@typo3.org>
2829 * Fixed bug #9346: Preinitialise GLOBALS[LANG] in init.php (thanks to Steffen Kamper)
2831 2008-09-17 Martin Kutschker <masi@typo3.org>
2833 * Added feature #1957: When deleting a record in the BE, the message should show the record label (thanks to Rob Vonk for the initial patch)
2834 * Added feature #8995: Extension "felogin" - replace user fields in display messages (thanks to Steffen Kamper)
2836 2008-09-17 Stanislas Rolland <typo3@sjbr.ca>
2838 * Added feature #9370: htmlArea RTE: enhanced toggleborders feature
2840 2008-09-16 Stanislas Rolland <typo3@sjbr.ca>
2842 * Added feature #9362: htmlArea RTE: highlight active items in context menu as in toolbar
2843 * Follow-up to bug #9354: htmlArea RTE: no default css rule is provided for indentation: px to em
2845 2008-09-16 Benjamin Mack <benni@typo3.org>
2847 * Fixed bug #9360: TypoScript Object Browser interprets HTML Tags in comments (Thanks to Stefano Kowalke)
2849 2008-09-15 Stanislas Rolland <typo3@sjbr.ca>
2851 * Fixed bug #9310: table border colour popups appear only when textcolour button is shown
2852 * Fixed bug #9354: htmlArea RTE: no default css rule is provided for indentation
2854 2008-09-15 Ingo Renner <ingo@typo3.org>
2856 * Added feature 9097: Introduce a new caching framework (backported from FLOW3)
2857 * Fixed bug 9283: declare marker handling functions of t3lib_parsehtml static
2859 2008-09-14 Benjamin Mack <benni@typo3.org>
2861 * Fixed bug #7595: Docheaders: Module Admin tools > Indexing: No docheader (Thanks to Christian Kuhn, initial patch by Patrick Broens)
2862 * Fixed bug #7534: Docheaders: Wizard Table: No docheader (Thanks to Christian Kuhn, initial patch by Patrick Broens)
2863 * Fixed bug #7536: Docheaders: Wizard Forms: No docheader (Thanks to Christian Kuhn and Steffen Kamper, initial fix by Patrick Broens)
2864 * Updated NEWS.txt for #9167
2865 * Followup to #9167: Mark extension as write protected: Option now called "excludeFromUpdates"
2866 * Fixed Bug #8621: Whitespace and CGL cleanup for class.tx_opendocs.php (Thanks to Stefano Kowalke)
2867 * Fixed Bug #847: error in tslib_fe->getFromCache() (Thanks to Susanne Moog)
2869 2008-09-14 Stanislas Rolland <typo3@sjbr.ca>
2871 * Fixed bug #9308: htmlArea RTE: link on colour name doesn't set colour
2873 2008-09-14 Jeff Segars <jeff@webempoweredchurch.org>
2875 * Added feature #3687: Disable "versioning" and "moreoptions"-menuitem via contextMenu.[key].disableItems in User TSconfig (thanks to Susanne Moog)
2876 * Fixed bug #9172: Wrong display of deleted owners and groups in Web->Access->Permissions (thanks to Johannes Pieper)
2877 * Added feature #7537: Wizard RTE has no docheader and is not according to new BE user interface (thanks to Patrick Broens and Christian Kuhn)
2878 * Added feature #7552: Docheaders for Import Export module (thanks to Patrick Broens and Christian Kuhn)
2880 2008-09-14 Dmitry Dulepov <dmitry@typo3.org>
2882 * Reverted change from 12.09.2008 (bug #8985). I mistakenly assumed that another core developer gave +1 to it. I had two non-core +1s only.
2883 * Fixed bug #9313: Introduce HTTP_STATUS-Constants (thanks to Steffen Kamper)
2884 * Re-committed bugfix #8985 (Enable USER object to become USER_INT on the fly) because of +1 from Stanislas
2886 2008-09-13 Stanislas Rolland <typo3@sjbr.ca>
2888 * Fixed bug #9277: Incorrect size of htmlArea RTE dialogue windows in Google Chrome browser
2889 * Fixed bug #9338: htmlArea RTE: incorrect opening size of some dialogue windows
2890 * Fixed bug #9339: htmlArea RTE: Enable resizing of acronym dialogue window in IE
2891 * Added feature #9340: htmlArea RTE: Configuration options for size and position of dialogue windows
2892 * Fixed bug #9341: htmlArea RTE: unable to disable the acronym element from the acronym feature
2894 2008-09-13 Dmitry Dulepov <dmitry@typo3.org>
2896 * Fixed bug #9318: Enhance and fix tslib_eidtools
2898 2008-09-12 Dmitry Dulepov <dmitry@typo3.org>
2900 * Fixed bug #8985: Enable USER object to become USER_INT on the fly
2902 2008-09-11 Benjamin Mack <benni@typo3.org>
2904 * Fixed bug #8644: Usersettings with fullHelptextMode looks weird (thanks to Steffen Kamper)
2906 2008-09-10 Dmitry Dulepov <dmitry@typo3.org>
2908 * Fixed bug #9315: Description of tslib_fe::includeTCA is incorrect
2910 2008-09-09 Dmitry Dulepov <dmitry@typo3.org>
2912 * Fixed bug #9268: TCA is not loaded in FE when config cache is disabled
2914 2008-09-08 Benjamin Mack <benni@typo3.org>
2916 * Fixed bug #9312: felogin: uninitialized vars (Thanks to Steffen Kamper)
2917 * Fixed bug #9282: Allow subkeys for TypoScript "config." array
2919 2008-09-08 Stanislas Rolland <typo3@sjbr.ca>
2921 * Follow-up to bug #8996: htmlArea RTE: link to file not updated when changing case in file name
2922 * Fixed bug #9022: Link-Icon stays grey while trying to link an image in ie7
2924 2008-09-08 Oliver Hader <oliver@typo3.org>
2926 * Follow-up to feature #9281: Fixed typing error
2928 2008-09-07 Ingo Renner <ingo@typo3.org>
2930 * Fixed bug #9285: Remove all @ in front of file_exists() calls
2931 * Fixed bug #9301: Missing colorization in Localization Overview of the page tree, credits Steffen Kamper
2933 2008-09-06 Dmitry Dulepov <dmitry@typo3.org>
2935 * Fixed bug #9302: Make functions in tslib_eidtools public static
2937 2008-09-04 Stanislas Rolland <typo3@sjbr.ca>
2939 * Added feature #9262: Adding counting classes to table rows/columns in RTE (thanks to Thorsten Krohn)
2940 * Fixed bug #9296: htmlArea RTE: remove upload form when element browser is in readOnly mode
2942 2008-09-04 Oliver Hader <oliver@typo3.org>
2944 * Fixed bug #9227: Group field in Flexforms with a single table does not show selected items
2946 2008-09-04 Dmitry Dulepov <dmitry@typo3.org>
2948 * Fixed bug #9263: Default icon for plugins in list_type select (thanks to Steffen Kamper)
2950 2008-09-03 Jeff Segars <jeff@webempoweredchurch.org>
2952 * Fixed bug #8491: Template Analyzer Module inconsistencies (thanks to Steffen Kamper)
2953 * Fixed bug #9193: Text "shortcut-icon" is untranslated (thanks to Christopher Stelmaszyk)
2955 2008-09-03 Ingo Renner <ingo@typo3.org>
2957 * Added feature #9281: Add a method to easily do a HTTP redirect
2958 * Declared t3lib_div::readLLPHPfile() and t3lib_div::removeXSS() static
2959 * Fixed bug: When there is no TypoScript template found the message "No template found!" is not obvious, does it mean a TS template or a HTML template?
2961 2008-09-02 Stanislas Rolland <typo3@sjbr.ca>
2963 * Added feature #9276: htmlArea RTE: allow wild cards in lists of allowed class names
2965 2008-09-01 Stanislas Rolland <typo3@sjbr.ca>
2967 * Fixed bug #9261: Indentation set with div section in htmlArea RTE is not rendered correctly in FE
2968 * Added feature #8668: Configurable labels for formatblock items in htmlArea RTE
2970 2008-09-01 Dmitry Dulepov <dmitry@typo3.org>
2972 * Fixed bug #8508: String "Important Notice" in About Modules is hardcoded
2973 * Fixed bug #2222: CSH missing for localization settings of pages (thanks to Christian Kuhn)
2974 * Fixed bug #9249: Misspelling in Install tool (thanks to Christian Kuhn)
2975 * Fixed bug #2642: Bug: Directories named 0 break directory listing and you cannnot create a directory with name 0 (thanks to Rob Vonk & Christian Kuhn)
2977 2008-08-30 Stanislas Rolland <typo3@sjbr.ca>
2979 * Fixed bug #9255: External URLs cannot be set in RTEhtmlarea anymore
2981 2008-08-29 Martin Kutschker <masi@typo3.org>
2983 * Fixed bug #8677: FE login redirect after logout does not work (thanks to Steffen Kamper)
2984 * Fixed bug #7812: cObj CONTENT should allowed on static_* tables (thanks to Georg Ringer)
2985 * Fixed bug #6601: fixed mount point issues with the local page tree cache
2986 * Added feature #6711: Enable stdWrap for the image in imageLinkWrap (thanks to Georg Ringer)
2987 * Fixed bug #9160: New option "index_metatags" not available in crawler / crawler-hooks (thanks to Christian Trabold)
2989 2008-08-27 Martin Kutschker <masi@typo3.org>
2991 * Added feature #9204: Allow icons in select of tt_content CE plugin (list_type; implementation by Steffen Kamper)
2993 2008-08-26 Stanislas Rolland <typo3@sjbr.ca>
2995 * Fixed bug #9235: Enable synchronous load of some htmlArea RTE plugins
2996 * Follow-up to bug #9235: Enable synchronous load of some htmlArea RTE plugins (boolean inversion)
2998 2008-08-25 Stanislas Rolland <typo3@sjbr.ca>
3000 * Fixed bug #9196: In htmlArea RTE, unable to create an external URL containing german umlauts
3002 2008-08-21 Dmitry Dulepov <dmitry@typo3.org>
3004 * Fixed bug #8826: calls to ini_set produces warnings
3006 2008-08-20 Stanislas Rolland <typo3@sjbr.ca>
3008 * Added feature #9201: Integrate support for definition list into htmlArea RTE
3010 2008-08-20 Dmitry Dulepov <dmitry@typo3.org>
3012 * Fixed bug #5205: pi_loadLL() + no language file == full path disclosure
3014 2008-08-19 Stanislas Rolland <typo3@sjbr.ca>
3016 * Follow-up to bug #9185: Incorrect initialization when hooks are present
3017 * Fixed bug #9197: Misbehaviour of DAM media tab in htmlArea RTE link insertion dialogue
3019 2008-08-18 Stanislas Rolland <typo3@sjbr.ca>
3021 * Follow-up to feature #4686: htmlArea RTE Spell Checker: add u modifier to preg_* operations
3022 * Follow-up to bug #8232: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
3023 * Added feature #2714: In RTE htmlArea, unable to do an internal link with several parameters
3025 2008-08-18 Dmitry Dulepov <dmitry@typo3.org>
3027 * Fixed bug #8627: Translation of the belog-module (thanks to Christopher Stelmaszyk and Christian Kuhn)
3028 * Fixed bug #8532: enhance TYPO3 manual (inline) (thanks to Steffen Kamper, Jens Hoffman and Uschi Renziehausen)
3029 * Fixed bug #7921: recursive pidInList for select in cObj CONTENT (thanks to Georg Ringer)
3030 * Fixed bug #9141: Update Wizard uses wrong scheme to write compat_version to localconf.php
3031 * Fixed bug #9152: Deprecated code into stdgraphic
3032 * Fixed bug #9183: saveDocNew for all tables except the option is set to 0
3033 * Fixed bug #8232: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
3035 2008-08-16 Stanislas Rolland <typo3@sjbr.ca>
3037 * Added feature #9109: Enable altMountPoints feature in RTE element browser (Thanks to Steffen Kamper)
3038 * Added feature #4686: Remove dependency of htmlArea RTE Spell Checker on php extension mbstring
3039 * Fixed bug #9185: Redundant code in class.tx_rtehtmlarea_browse_links.php
3041 2008-08-15 Benjamin Mack <benni@typo3.org>
3043 * Fixed bug #6574: Template nextlevel with size=3 & allowed = 1 (Thanks to Georg Ringer)
3045 2008-08-14 Benjamin Mack <benni@typo3.org>
3047 * Fixed bug #9061: felogin - recursive storage pids in TypoScript (Thanks to Steffen Kamper)
3048 * Fixed bug #9095: xhtml in the backend by default (Thanks to Christian Kuhn)
3050 2008-08-14 Dmitry Dulepov <dmitry@typo3.org>
3052 * Fixed bug #9167: Feature: Mark extension as write protected (together with Steffen Kamper)
3054 2008-08-12 Dmitry Dulepov <dmitry@typo3.org>
3056 * Fixed bug #9063: Feature: Make Position of Editpanel more flexible
3058 2008-08-12 Stanislas Rolland <typo3@sjbr.ca>
3060 * Fixed bug #8988: htmlArea RTE: Pasting text from MS Word to Firefox 3 brings a lot of garbage
3061 * Follow-up to feature #8799: htmlArea RTE: correction to two path settings
3063 2008-08-12 Dmitry Dulepov <dmitry@typo3.org>
3065 * Fixed bug #9060: Wrong alert text in Constant editor
3067 2008-08-11 Benjamin Mack <benni@typo3.org>
3069 * Fixed #8259: Cleanup: Call to t3lib_div::devLog() without key (Thanks to Francois Suter)
3071 2008-08-11 Stanislas Rolland <typo3@sjbr.ca>
3073 * Follow-up to bug #8673: htmlArea RTE drag n drop tab of image insertion not functional
3074 * Follow-up to bug #8717: Add suggested doc extension to htmlArea RTE ext_emconf.php
3075 * Fixed bug #8996: htmlArea RTE: link to file not updated when changing case in file name
3076 * Added feature #9157: htmlArea RTE EM setting for DAM becomes deprecated with DAM 1.1+
3077 * Follow-up on feature #9157: htmlArea RTE EM setting for DAM - correcting test on DAM version
3078 * Updated htmlArea RTE version to 1.8.0 for TYPO3 4.3.0 alpha
3080 2008-08-11 Ingo Renner <ingo@typo3.org>
3082 * Reverted Change from 2008-08-06 in t3lib_div leading to nonfunctional clipboard
3084 2008-08-08 Oliver Hader <oliver@typo3.org>
3086 * Added feature #9075: Add record row to recStatInfoHooks in tx_cms_layout
3088 2008-08-08 Thomas Hempel <thomas@typo3.org>
3090 * Added external JavaScript library Ext JS 2.2 to contrib
3092 2008-08-07 Oliver Hader <oliver@typo3.org>
3094 * Fixed bug #1897: Basic Configuration uses different scheme to write im_path to localconf.php
3096 2008-08-07 Ingo Renner <ingo@typo3.org>
3098 * Added Feature #8515: Speed up tslib_cObj->getTreeList by caching its results
3100 2008-08-06 Ingo Renner <ingo@typo3.org>
3102 * Fixed bug: PHP 5.3 throws a warning in class.t3lib_befunc.php on line 3348: trim() expects parameter 1 to be string, array given
3103 * Fixed bug: PHP 5.3 throws a deprecation warning in typo3/mod/tools/em/class.em_soap.php on lines 108, 112, 115, 213, 218: Assigning the return value of new by reference is deprecated
3104 * Fixed bug: PHP 5.3 throws a warning in class.t3lib_div.php on line 3286: strcmp() expects parameter 1 to be string, array given
3106 2008-08-05 Dmitry Dulepov <dmitry@typo3.org>
3108 * Fixed bug #8890: Feature: hook in function "getSingleField_SW" before rendering of single fields in tceforms (thanks to Alex Widschwendter)
3109 * Fixed bug #6992: t3ib_refindex requires t3lib_BEfunc but does not include it
3110 * Fixed bug #8255: Problems with PHP mail function on Windows
3112 2008-08-04 Stanislas Rolland <typo3@sjbr.ca>
3114 * Added feature #9121: Move htmlArea RTE cut/copy/paste handling to own extension
3116 2008-08-03 Martin Kutschker <masi@typo3.org>
3118 * Fixed bug #8949: Table parsing doesn't allow tabs as delimiters
3119 * Fixed bug #8830: Missing "Save&Close" in template module Info/Modify (thanks to Steffen Kamper)
3121 2008-08-01 Benjamin Mack <benni@typo3.org>
3123 * Fixed bug #9099: Wrong path to pages.gif in linkbrowser (Thanks to Xander Damen)
3125 2008-07-31 Benjamin Mack <benni@typo3.org>
3127 * Fixed bug #2661: stdWrap filelist doesn't work directly in fileadmin/
3129 2008-07-30 Martin Kutschker <masi@typo3.org>
3131 * Fixed bug #5387: Creation of multiple folders in filelist module results in blank page (thanks to Christian Kuhn and Christopher Hlubek)
3132 * Fixed bug #9026: Label 'Sort alphabetically:' is hardcoded (thanks to Stefano Kowalke)
3133 * Fixed bug #8990: Labels 'TEMP' and 'RECYCLER' are hardcoded (thanks to Stefano Kowalke)
3135 2008-07-25 Benjamin Mack <benni@typo3.org>
3137 * Fixed bug #8498: Configuration module fixes (Thanks to Steffen Kamper)
3138 * Fixed bug #8853: Foldertree in filelist has no docheader (Thanks to Steffen Kamper & Christian Kuhn)
3139 * Fixed bug #9027: CSH was obsolete at the page-bottom in Web->Info (Thanks to Stefano Kowalke)
3141 2008-07-24 Stanislas Rolland <typo3@sjbr.ca>
3143 * Fixed bug #9041: Uninitialized array in class.browse_links.php
3145 2008-07-23 Dmitry Dulepov <dmitry@typo3.org>
3147 * Changed LICENSE.txt to reference GPL "version 2 or later"
3149 2008-07-22 Benjamin Mack <benni@typo3.org>
3151 * CGL cleanup for #9008: template.php doesn't fully utilize the loadJavascriptLib function
3152 * Fixed Followup to #8534: "Template-able" Backend Login (correct labels)
3153 * Fixed bug #9008: template.php doesn't fully utilize the loadJavascriptLib function
3154 * Fixed bug #9019: CSH in file_upload module is not in docheader
3156 2008-07-21 Benjamin Mack <benni@typo3.org>
3158 * Fixed bug #8534: Backend Login is now template-able
3160 2008-07-19 Benjamin Mack <benni@typo3.org>
3162 * Fixed bug #8913: Empty tabs in DynTabMenu should not be selectable by default
3164 2008-07-14 Dmitry Dulepov <dmitry@typo3.org>
3166 * Fixed bug #8566: Unable to match TS condition when variable is not set
3167 * Fixed bug #8934: change compatibility version to 4.3.0 for all sysexts
3169 2008-07-14 Martin Kutschker <masi@typo3.org>
3171 * Follow-up to bug #8510: Hardcoded labels in typo3/show_item.php (thanks to Christopher Stelmaszyk)
3173 2008-07-14 Dmitry Dulepov <dmitry@typo3.org>
3175 * Fixed bug #8786: missing wrapper for mysql_errno (thanks to Steffen Kamper)
3177 2008-07-13 Dmitry Dulepov <dmitry@typo3.org>
3179 * Fixed bug #8697: Warnings when using MySql 4.0
3181 2008-07-13 Martin Kutschker <masi@typo3.org>
3183 * Fixed bug #5476: links entered in <th>-tag with the RTE are not parsed on the frontend because parseFunc doesn't recognize <th> as cells (thanks to Daniel Ellermann)
3184 * Fixed bug #8682: no result check for setlocale via TypoScript
3185 * Fixed bug #8950: page id not availabe in TCEmain hook clearCachePostProc
3186 * Fixed bug #8510: Hardcoded labels in typo3/show_item.php (thanks to Christopher Stelmaszyk)
3188 2008-07-12 Martin Kutschker <masi@typo3.org>
3190 * Fixed bug #8864: Allow TS config.absRefPrefix to work with resources in typo3conf/ext. Make it work with a changed location of fileadmin/. (fix by Bejamin Mack)
3191 * Fixed bug #8833: TCA "check" type field checkboxes have no labels when in 1-column display (thanks to Francois Suter)
3192 * Fixed bug #8948: phpDoc @internal hides public functions of t3lib_div in Eclipse
3193 * Fixed bug #8922: setStage operation of t3lib_TCAmain::process_cmdmap() overwrites $id parameter making it inaccessible for post-processing hooks
3195 2008-07-11 Michael Stucki <michael@typo3.org>
3197 * Fixed bug #8941: Fixed an uninitialized array that might lead to PHP warning (Thanks to Ralf Hettinger)
3199 2008-07-09 Oliver Hader <oliver@typo3.org>
3201 * Fixed bug #8851: navFrameScript is not loaded for submodules (thanks to Christian Ehret)
3202 * Fixed bug #8904: Menu of subpages renders target="{$content.pageFrameObj}" (Thanks to Steffen Kamper)
3204 2008-07-07 Ernesto Baschny <ernst@cron-it.de>
3206 * Fixed bug #8703: More Options>Access wasn't being shown in the pages click-menus (Thanks to Andreas Wagner)
3208 2008-07-03 Ernesto Baschny <ernst@cron-it.de>
3210 * Fixed bug #7711: Element browser ignores "Hide in menu" flag (Thanks to Christian Kuhn)
3211 * Fixed bug #8840: Wrong title of edit icon of "Include basis template" section when editing template records (Thanks to Christian Kuhn)
3213 2008-07-01 Ernesto Baschny <ernst@cron-it.de>
3215 * Fixed bug #8506: Fileadmins folder overview need a gap between folder path and file amount (Thanks to Stefano Kowalke)
3217 2008-06-29 Stanislas Rolland <typo3@sjbr.ca>
3219 * Added feature #8791 (revisited): Let htmlArea RTE context menu use the RTE API
3221 2008-06-27 Stanislas Rolland <typo3@sjbr.ca>
3223 * Fixed bug 8314: rtehtmlarea: Argument 1 passed to t3lib_div::array_merge_recursive_overrule() must be an array, null given
3225 2008-06-27 Benjamin Mack <benni@typo3.org>
3227 * Fixed bug #7159: _DEFAULT_PI_VARS in felogin (Thanks to Steffen Kamper)
3228 * Fixed bug #8761: tree.js - Typo in function parameter highlightID
3229 * Fixed bug #8497: User Admin > Compare User Settings Inconsistencies (Thanks to Michiel Roos and Francois Suter)
3231 2008-06-26 Stanislas Rolland <typo3@sjbr.ca>
3233 * Fixed bug #8660: htmlArea RTE configuration option formatblock.restrictToItems does not work
3235 2008-06-25 Oliver Hader <oliver@typo3.org>
3237 * Fixed bug #8824: Missing label warning.install_enabled (thanks to Francois Suter)
3239 2008-06-23 Stanislas Rolland <typo3@sjbr.ca>
3241 * Added feature #8799: Move htmlArea RTE undo/redo handling to own extension
3243 2008-06-22 Oliver Hader <oliver@typo3.org>
3245 * Fixed bug #8724: getElementsByClassName does not work properly in Firefox 3 and Safari 3.1 (thanks to Helmut Hummel)
3247 2008-06-21 Stanislas Rolland <typo3@sjbr.ca>
3249 * Added feature #8790: htmlArea RTE image selection should honour hooking browsers
3250 * Added feature #8791: Let htmlArea RTE context menu use the RTE API
3251 * Fixed bug #8717 (cleanup): htmlArea RTE link browser does not honour correctly hooking browsers
3252 !!! class.tx_rtehtmlarea_browse_links.php will now use hook key ['ext/rtehtmlarea/mod3/class.tx_rtehtmlarea_browse_links.php']['browseLinksHook']
3253 instead of hook key ['typo3/class.browse_links.php']['browseLinksHook'] !!!
3255 2008-06-17 Stanislas Rolland <typo3@sjbr.ca>
3257 * Fixed bug #8717 (revisited): htmlArea RTE link browser does not honour correctly hooking browsers
3259 2008-06-15 Stanislas Rolland <typo3@sjbr.ca>
3261 * Fixed bug #8716: htmlArea RTE: target configured on link class not honoured
3262 * Fixed bug #8716 (continued for dam): htmlArea RTE: target configured on link class not honoured
3263 * Fixed bug #8717: htmlArea RTE link browser does not honour correctly hooking browsers
3265 2008-06-13 Oliver Hader <oliver@typo3.org>
3267 * Fixed bug #8239: Wrong parameter order for strpos in t3lib_div::getHostname
3269 2008-06-11 Ingo Renner <ingo@typo3.org>
3271 * Fixed bug #8571: Moving backend search to the right
3273 2008-06-11 Michael Stucki <michael@typo3.org>
3275 * (security) Fixed a low-severity Cross Site Scripting issue in fe_adminLib.inc. For details, see http://typo3.org/teams/security/security-bulletins/typo3-20080611-1/ - thanks to Christian Seifert, Jeroen van Iddekinge and Arnd Messer for discovering and reporting this issue.
3277 2008-06-11 Ingmar Schlecht <ingmar@typo3.org>
3279 * Fixed #8674: Vulnerability of security bulletin typo3-20080611-1: Default value of fileDenyPattern allows arbitrary code execution on Apache (Patch by Henning Pingel, thanks!)
3281 2008-06-10 Benjamin Mack <benni@typo3.org>
3283 * Fixed bug #8264: t3ditor - "+" (plus) signs are replaced by spaces (Thanks to Tobias Liebig)
3284 * Fixed bug 8591: AJAX encoding is UTF-8, thus has problems with backend charsets (Thanks to Tobias Liebig)
3286 2008-06-10 Jeff Segars <jeff@webempoweredchurch.org>
3288 * Followup to bugfix #8108: Extension configuration options are not always shown (Thanks to Steffen Kamper)
3290 2008-06-10 Benjamin Mack <benni@typo3.org>
3292 * Fixed bug #8643: Inline CSH is not styled with t3skin (Thanks to Steffen Kamper)
3293 * Fixed bug #8478: highlighting error (the next line after a ">" gets colored as "value") (Thanks to Tobias Liebig)
3294 * Fixed bug #2905: Followup - t3skin - Styling of tab menus is bad when hovering (Thanks to Ben van't Ende)
3296 2008-06-10 Ernesto Baschny <ernst@cron-it.de>
3298 * Fixed bug #8635: Side-effect of the fix for bug #7897: MM-relations, flexform and others got lost during copying/localizing
3300 2008-06-10 Patrick Broens <patrick@patrickbroens.nl>
3302 * Fixed bug #8422: Context Sensitive Help mode with "display full text messages"
3304 2008-06-09 Ingo Renner <ingo@typo3.org>
3306 * Fixed bug #8509: Some labels in Module About are hardcoded, credits Christopher Stelmaszyk
3308 2008-06-09 Ernesto Baschny <ernst@cron-it.de>
3310 * Fixed bug #8637: Parameter $deleteUnused of parsehtml::substituteMarkerArray was deleting too much if no $wrap was set (thanks to Francois Suter)
3312 2008-06-08 Thomas Hempel <thomas@typo3.org>
3314 * Fixed bug #8483: Lines break when longer as the width of the window (t3editor) (Patch by Tobias Liebig)
3316 2008-06-05 Ingmar Schlecht <ingmar@typo3.org>
3318 * Fixed bug #6998: Installation misses key-definition of table pages (Patch by Steffen Mueller)
3320 2008-06-05 Ingo Renner <ingo@typo3.org>
3322 * Fixed bug #8271: OpenDocs Icons: Hardcoded labels in title and alt-attributes, credits Stefano Kowalke
3323 * Fixed bug #8615: Text in admin panel is too small
3325 2008-06-05 Oliver Hader <oliver@typo3.org>
3327 * Fixed bug #8527: config.removeDefaultJS=1 leaves empty script block
3329 2008-06-05 Benjamin Mack <benni@typo3.org>
3331 * Fixed bug #2905: t3skin - Styling of (non-dyn) tab menus is bad
3333 2008-06-02 Jeff Segars <jeff@webempoweredchurch.org>
3335 * Fixed bug #8572: Raise maximum TYPO3 version for t3skin to 4.3.99 (thanks to Steffen Kamper)
3337 2008-06-02 Ingo Renner <ingo@typo3.org>
3339 * Follow-up to bug #8270: fixed some naming and CGL issues
3340 * Fixed bug #8033: Drag'n'drop in pagetree problem: Dragged menu items disappear under other menuitems, credits Susanne Moog
3341 * Fixed bug #8573: TypoScript-Help is not displayed for non-Admins, credits Steffen Kamper
3343 2008-06-02 Ernesto Baschny <ernst@cron-it.de>
3345 * Fixed bug #8362: Duplicate entry for [tstamp] and [crdate] in Web->List module for single table in selector-box (thanks to Steffen Kamper)
3347 2008-05-31 Oliver Hader <oliver@typo3.org>
3349 * Fixed bug #8336: JavaScript error in TBE_EDITOR causes login expired dialog
3351 2008-05-30 Martin Kutschker <masi@typo3.org>
3353 * Fixed bug #8554: installer doesn't check DB problems when creating admin user
3354 * Fixed bug #8517: CSS class is missing for FE edit links (thanks to Ralf Hettinger)
3356 2008-05-29 Martin Kutschker <masi@typo3.org>
3358 * Fixed bug #8270: hardcoded labels in title attributes of icons in top bar of BE interface (thanks to Stefano Kowalke)
3360 2008-05-28 Ernesto Baschny <ernst@cron-it.de>
3362 * Fixed bug #8522: Datetime shifts on copy and localize (timezone related)
3364 2008-05-28 Benjamin Mack <benni@typo3.org>
3366 * Fixed bug #8496: TCEforms: Help Icon is not in the docheader
3367 * Fixed bug #7837: Generate Icons by Default - Part 1
3368 * Fixed bug #8504: help icon is not aligned in TCEform (Thanks to Steffen Kamper)
3370 2008-05-28 Martin Kutschker <masi@typo3.org>
3372 * Fixed bug #8418: visual problems of BE[accessListRenderMode] (thanks to Steffen Kamper)
3374 2008-05-28 Benjamin Mack <benni@typo3.org>
3376 * Fixed bug #8494: Admin Tools => DB Check => Find Filename has duplicate selectboxes
3378 2008-05-27 Dmitry Dulepov <dmitry@typo3.org>
3380 * Fixed bug #8501: Template module - overview (together with Steffen Kamper)
3381 * Fixed bug #8412: typo3/file_edit.php replaces ###PATH### in the edited file with the value of $this->title (thanks to Andreas Wagner)
3383 2008-05-25 Dmitry Dulepov <dmitry@typo3.org>
3385 * Fixed bug #4455: pid reset to 10000 in Constant Editor
3387 2008-05-24 Oliver Hader <oliver@typo3.org>
3389 * Set TYPO3 version to 4.3-dev and cleaned up NEWS.txt
3391 2008-05-24 Ingo Renner <ingo@typo3.org>
3393 * Removed empty line at end of file in t3lib/thumbs.php
3395 2008-05-21 Jeff Segars <jeff@webempoweredchurch.org>
3397 * Fixed bug #7509: TypoScript Editor doesn't save changes in IE
3399 2008-05-20 Dmitry Dulepov <dmitry@typo3.org>
3401 * Fixed bug #8263: t3editor should not highlight decimals (thanks to Tobias Liebig)
3402 * Fixed bug #8049: Save button don't work when deactivating t3editor (thanks to Tobias Liebig)
3404 2008-05-20 Ingo Renner <ingo@typo3.org>
3406 * Fixed bug #8445: Align group fields in TCEforms, credits Steffen Kamper
3407 * Fixed bug #8282: option-div is not styled in user-accesslist, credits Steffen Kamper
3409 2008-05-20 Benjamin Mack <benni@typo3.org>
3411 * Fixed bug #8460: Shortcutmenu needs a proper access check comment (thanks to Stefano Kowalke)
3412 * Fixed bug #8458: Backendsearchmenu needs a proper access check comment (thanks to Stefano Kowalke)
3413 * Fixed bug #8456: Browse Links does not use JS library interface
3415 2008-05-19 Jeff Segars <jeff@webempoweredchurch.org>
3417 * Fixed bug #7860: Coloring in TS Object Browser depends on "Crop Lines" (thanks to Steffen Kamper)
3419 2008-05-19 Oliver Hader <oliver@typo3.org>
3421 * Fixed bug #8454: IRRE - Localization mode is not fetched correctly
3422 * Code cleanup: Fixed typing errors
3424 2008-05-18 Martin Kutschker <masi@typo3.org>
3426 * Fixed bug #6576: typolink.addQueryString adds &= to the URL if QUERY_STRING is empty
3428 2008-05-16 Dmitry Dulepov <dmitry@typo3.org>
3430 * Fixed bug #8277: Enable tabs in sys_workspaces (thanks to Steffen Kamper)
3431 * Fixed bug #8439: Help icon in function module is double (thanks to Steffen Kamper)
3432 * Fixed bug #8192: typoLink generates wrong links
3434 2008-05-15 Stanislas Rolland <typo3@sjbr.ca>
3436 * Fixed bug #8348: htmlArea RTE: ctrl+c and ctrl+x do not work in IE with TYPO3 4.2
3437 * Updated htmlArea RTE version to 1.7.5 for TYPO3 4.2.1
3439 2008-05-14 Oliver Hader <oliver@typo3.org>
3441 * Fixed bug #8385: Modified tslib_cObj::substituteMarkerArray() misses call parameter (thanks to Francois Suter)
3443 2008-05-14 Dmitry Dulepov <dmitry@typo3.org>
3445 * Fixed bug #4693: tables definition not compliant with MySQL 5.0 strict mode
3447 2008-05-11 Dmitry Dulepov <dmitry@typo3.org>
3449 * Fixed bug #8360: locallang.xml charset convertion dont work for LOCAL_LANG['default']
3451 2008-05-07 Stanislas Rolland <typo3@sjbr.ca>
3453 * Fixed bug #8351: RTE.classes configuration not honoured by htmlArea RTE Insert/modify link class selector
3455 2008-05-06 Dmitry Dulepov <dmitry@typo3.org>
3457 * Fixed bug #8330: Missing padding in select lists without icons (thanks to Uschi Renziehausen)
3458 * Fixed bug #8187: Cache Menu has problems with long names (german) (thanks to Steffen Kamper)
3460 2008-05-04 Dmitry Dulepov <dmitry@typo3.org>
3462 * Follow-up on RFC: #7612 (cannot clear extension's FE cache from Backend) (by Oliver Klee)
3464 2008-05-02 Ingmar Schlecht <ingmar@typo3.org>
3466 * Fixed bug #4022, #4060: TCAdefaults for MM-Fields did't work (patch by Bernhard Kraft)
3468 2008-04-29 Dmitry Dulepov <dmitry@typo3.org>
3470 * Fixed bug #8272: Listview - warning icon goes to new line in iconblock (thanks to Steffen Kamper)
3472 2008-04-28 Benjamin Mack <benni@typo3.org>
3474 * Fixed bug #8265: no links in htmlmails (thanks to Ralf Hettinger)
3476 2008-04-26 Stanislas Rolland <typo3@sjbr.ca>
3478 * Fixed bug #8254: htmlArea RTE sets invalid link to file selected using DAM media browser. Thanks to Xavier Perseguers.
3480 2008-04-26 Ingo Renner <ingo@typo3.org>
3482 * Removed redundant files from t3editor
3484 2008-04-23 Ingo Renner <ingo@typo3.org>
3486 * Release of TYPO3 4.2.0
3487 * Fixed a bug where Webkit Browsers would not correctly display the icons in the dropdown type selector of records like pages and content elements, credits Jeff Segars
3488 * Fixed Bug #8207: Creating shortcuts in backend.php does not work in modules other than web->list or file->filelist
3489 * Added login image for TYPO3 4.2
3490 * Update all ext_emconf.php in system extensions (part 2)
3492 2008-04-23 Michael Stucki <michael@typo3.org>
3494 * Remove obsolete warning in Extension Manager
3495 * Update all ext_emconf.php in system extensions (part 1)
3496 * Update version numbers of all system extension that have been changed since TYPO3 4.1
3498 2008-04-22 Benjamin Mack <benni@typo3.org>
3500 * Fixed visual bug: DB-List - No Space Between Table and Field-Selector
3502 2008-04-22 Jeff Segars <jeff@webempoweredchurch.org>
3504 * Fixed bug #8159: Infinite loop when trying to install extension with constraints and configuration
3505 * Fixed bug #8203: Broken icons when creating +ext template
3506 * Fixed bug #8204: Typo in extended list view for select fields
3508 2008-04-22 Ingo Renner <ingo@typo3.org>
3510 * Fixed bug #8153: [left frame-width] left frame too small for german users, credits Steffen Kamper
3511 * Fixed several bugs with t3editor and IE #8157, #8049, #7509,#8146, credit Tobias Liebig
3512 * Changed order of cache and shortcut toolbar items
3513 * Changed call of json_encode in t3editor to t3lib_div::array2json
3514 * Added missing icon variants to t3skin, thanks to Helmut Hummel for generating them
3515 * Fixed typos in backend.php, credits Helmut Hummel
3517 2008-04-22 Oliver Hader <oliver@typo3.org>
3519 * Fixed bug #8182: Fatal error on calling sysLog() of lock object if locking method is unknown
3520 * Fixed bug #8148: IRRE - Expanded or collapsed state of new child records is not handled correctly
3522 2008-04-22 Dmitry Dulepov <dmitry@typo3.org>
3524 * Fixed bug #8174: Clear all caches should clear configuration cache as well (thanks to Steffen Kamper)
3525 * Fixed bug #8040: Bug: Wrong check on creating folders in filelist makes them unaccessible (thanks to Moreno Feltscher)
3527 2008-04-20 Ingmar Schlecht <ingmar@typo3.org>
3529 * Fixed bug #8138: Search in Loaded Extensions not working
3530 * Fixed bug #8019: missing htmlspecialchars() in adminPanel
3531 * Fixed bug #8169: Admin functions tab visible for non admins (All patches above by Steffen Kamper)
3533 2008-04-20 Ingo Renner <ingo@typo3.org>
3535 * Added missing icons for tt_content when overlayed with different states, credits Helmut Hummel
3537 2008-04-16 Ingo Renner <ingo@typo3.org>
3539 * Release of TYPO3 4.2.0RC2
3541 2008-04-16 Martin Kutschker <masi@typo3.org>
3543 * Fixed bug #4186 (correction): cropping didn't work for IM4/5 and GM (thanks to Helmut Hummel)
3545 2008-04-16 Benjamin Mack <benni@typo3.org>
3547 * HCI: Changed t3skin icon "new_file.gif"
3549 2008-04-16 Ingo Renner <ingo@typo3.org>
3551 * Fixed bug #8001: Problems using link wizard in content elements, credits Ralf Hettinger
3552 * Marked typo3/alt_main.php as deprecated
3553 * Fixed bug #8060: preview in clickmenu of list-module on tt_content records broken
3554 * Added new icons for content elements in t3skin
3555 * Added new icons in t3skin to select image orientation in Text w/Image content elements
3556 * Added several other new icons in t3skin
3557 * Replaced icon for Web->Functions in t3skin
3558 * Fixed bug #8108: Extension configuration options are not always shown, credits Jeff Segars
3559 * Various Bugfixes for t3editor
3560 * Fixed bug #6812: Editor does not respect charset settings while saving with AJAX
3561 * Fixed bug #8049: TypoScript templates can't be saved at all after editing them using IE7/WinXP
3562 * Fixed bug #7314: In IE 6.0.2900 syntax highlighting, save indicator, keyword suggestion and undo isn't working
3563 * Moved CodeMirror into own directory
3564 * Switched from gluecode to hooks
3566 2008-04-15 Benjamin Mack <benni@typo3.org>
3568 * HCI: Small Changes for t3skin icons "upload.gif" and "pages_up.gif"
3570 2008-04-15 Ingo Renner <ingo@typo3.org>
3572 * Follow up to #7986: removed borders from list view when not in extended view, credits Steffen Kamper
3573 * Follow up to #7986: icons were breaking into a new line in IE6
3574 * Follow up to #7986: in some cases columns were not aligned, credits Steffen Kamper
3575 * Fixed bug #7900: Docheader scrollbar isn't at right side, credits Steffen Kamper
3577 2008-04-14 Ingo Renner <ingo@typo3.org>
3579 * Fixed bug #7986: Vertical aligned Icons in List-Module, credits Peter Niederlag, Steffen Kamper, sponsored by snowflake productions
3580 * Added new icons in t3skin for the help menu entries in the module menu
3582 2008-04-14 Benjamin Mack <benni@typo3.org>
3584 * Pre-code cleanup for #6670 (Tabs in Page Properties III)
3586 2008-04-13 Michael Stucki <michael@typo3.org>
3588 * Minor code cleanup (patch by Benni Mack)
3589 * Add CSH information for fe_login_mode (by Benni Mack)
3591 2008-04-12 Oliver Hader <oliver@typo3.org>
3593 * Fixed bug #8064: Split does not work with returnKey = 0 (thanks to Dirk Weise)
3595 2008-04-11 Oliver Hader <oliver@typo3.org>
3597 * Renamed interface.t3lib_tceformsInlineHook.php to lowercase letters
3599 2008-04-11 Ernesto Baschny <ernst@cron-it.de>
3601 * Fixed bug #7897: Storage and display of datetime/time fields was broken (one hour shift) on DST (daylight saving time) changes
3603 2008-04-11 Dmitry Dulepov <dmitry@typo3.org>
3605 * Fixed bug #8078: enhance debug stack trace reporting
3607 2008-04-10 Benjamin Mack <benni@typo3.org>
3609 * Fixed bug #8035: 123-Installer shows error in step 1 when no DB connection was set up yet.
3611 2008-04-10 Dmitry Dulepov <dmitry@typo3.org>
3613 * Added @var to typo3/sysext/beuser/mod/index.php
3615 2008-04-09 Benjamin Mack <benni@typo3.org>
3617 * t3skin: Exchanged icon which was still in use from oldskin
3619 2008-04-09 Stanislas Rolland <typo3@sjbr.ca>
3621 * Fixed bug 8066: Incorrect height of htmlArea RTE dropdown selectors in some browsers
3622 * Updated htmlArea RTE version number to 1.7.4
3624 2008-04-08 Oliver Hader <oliver@typo3.org>
3626 * Followup to #8014: Fixed bug with usage of t3lib_TCEforms::getDynTabMenu()
3628 2008-04-08 Benjamin Mack <benni@typo3.org>
3630 * Fixed bug #8041: EM has wrong image tag for headers in extension listing (Thanks to Steffen Kamper)
3632 2008-04-07 Martin Kutschker <masi@typo3.org>
3634 * Remove superfluos is_array() check in t3lib_div
3636 2008-04-07 Dmitry Dulepov <dmitry@typo3.org>
3638 * Fixed bug #8005: Linking across domains does not work with nested domains
3640 2008-04-06 Stanislas Rolland <typo3@sjbr.ca>
3642 * Fixed bug #7992: rtehtmlarea does not work with Firefox 3 Beta 5
3643 * Fixed bug #8043: Highlighting text from right to left in htmlArea RTE is erratic in Firefox
3645 2008-04-06 Benjamin Mack <benni@typo3.org>
3647 * Fixed bug #8013: Felogin redirectMode does not work with spaces (Thanks to Steffen Kamper)
3648 * Fixed bug #7317: CSH popup not working in flexforms (Thanks to Kasper Ligaard)
3649 * Fixed bug #8028: Databases with an "-" in it can't be used (Thanks to Steffen Kamper)
3651 2008-04-05 Ingo Renner <ingo@typo3.org>
3653 * Fixed bug #8014: Deactivated tabs in page-properties should be hidden
3655 2008-04-04 Stanislas Rolland <typo3@sjbr.ca>
3657 * Fixed bug #7990: htmlArea RTE color picker has no scrollbar
3659 2008-04-04 Benjamin Mack <benni@typo3.org>
3661 * Fixed bug #8015: XHTML issue in felogin-template (Thanks to Steffen Kamper)
3663 2008-04-03 Michael Stucki <michael@typo3.org>
3665 * Fixed bug #8009: Wrong TS-Code because appendString cannot handle multiline strings (Thanks to Claudio Cathomen / ICSurselva)
3666 * Fixed bug #1537: Shortcut icon syntax incorrect/incomplete (Thanks to Soeren Schaffstein / d.k.d)
3668 2008-04-03 Patrick Broens <patrick@patrickbroens.nl>
3670 * Feature #7854: Docheader: Moving function menu to the left in second row (Thanks to Adrian Zimmermann / snowflake)
3672 2008-04-03 Thomas Hempel <thomas@typo3-unleashed.net>
3674 * Feature #6896: TCA eval on TEXT field does not work (Thanks to Dan Jensen / Wildside)
3676 2008-04-03 Ingmar Schlecht <ingmar@typo3.org>
3678 * Fixed bug #4575: Changes in alternative page language does not clear cache (Thanks to Bodo Eichstaedt / wmdb)
3679 * Fixed bug #4768: Missing is_array() check in tslib_fe::getStorageSiterootPids() (Thanks to Kian Gould / AOE media)
3681 2008-04-03 Ingo Renner <ingo@typo3.org>
3683 * Fixed bug #7496: exclude for header_position, header_link (Thanks to Michael Dengler / die digiparden)
3685 2008-04-03 Sebastian Kurfuerst <sebastian@typo3.org>
3687 * Fixed bug #7476: link in about module opens in the TYPO3 backend frameset (Thanks to Bodo Eichstaedt / wmdb)
3688 * Fixed bug #7991: Workspace Preview is not aware of domain records (Thanks to Kian Gould / AOE media)
3690 2008-04-02 Ingo Renner <ingo@typo3.org>
3692 * Added follow up patch for bug #6710: Use optgroups in selectorboxes
3694 2008-04-02 Benjamin Mack <benni@typo3.org>
3696 * Fixed bug #7961: headListTags in class.t3lib_parsehtml_proc.php are hardcoded (Thanks to Steffen Kamper)
3698 2008-04-01 Ingo Renner <ingo@typo3.org>
3700 * Release of TYPO3 4.2.0RC1
3702 2008-04-01 Ingmar Schlecht <ingmar@typo3.org>
3704 * Fixed bug #7975: Unskinnable icons because of hardcoded html (Thanks to Steffen Kamper)
3705 * Feature #7985: Beautify table for BE Log (Thanks to Steffen Kamper)
3707 2008-04-01 Michael Stucki <michael@typo3.org>
3709 * Fixed bug #7841: Remove COLLATE statement when creating new tables with the Install Tool
3710 * Fixed bug #7981: Replace ugly labels in BE Log module
3711 * Fixed bug #1585: Use t3lib_div::sysLog() whenever errors occur in tslib_fe. Additionally, add a new value "request_uri" to the "config.stat_apache_pagenames" property which allows logging of the REQUEST_URI server value (useful with RearUrl environments). Thanks to Steffen Kamper for taking care of these issues.
3712 * Fixed bug #7743: Install Tool: Create "admin" user did not work in 4.2-beta3
3713 * Fixed bug #7980: Indexed Search: Fix wrong TypoScript code in plugin template
3715 2008-04-01 Ingo Renner <ingo@typo3.org>
3717 * Fixed bug #5998: Crawler/Index Config: hidden records are re-indexed, credits Christian Kuhn
3718 * Fixed bug #7831: List in Page module has wrong colors, credits Steffen Kamper
3719 * Changed private declarations to protected
3721 2008-04-01 Jeff Segars <jeff@webempoweredchurch.org>
3723 * Fixed bug #7943: Filelist has nested HTML (thanks to Steffen Kamper)
3724 * Fixed bug #7820: Task center iframes are only sized on load (thanks to Steffen Kamper)
3726 2008-04-01 Benjamin Mack <benni@typo3.org>
3728 * Fixed bug #7977: Missing label for browse_links folder menu
3730 2008-04-01 Dmitry Dulepov <dmitry@typo3.org>
3732 * Fixed bug #7784: Check for mail configuration is wrong on Windows
3733 * Fixed bug #7839: Linking between domains in the pagetree with checkRootline does not work with menus
3735 2008-03-31 Jeff Segars <jeff@webempoweredchurch.org>
3737 * Fixed bug #7768: TCEForms extraFormHeaders do not work with docheaders
3739 2008-03-31 Oliver Hader <oliver@typo3.org>
3741 * Fixed bug #7954: XCLASSing ToolbarItem does not work (thanks to Steffen Kamper)
3742 * Fixed bug #7759: XCLASSing USER_INT objects does not work
3743 * Cleaned up code of scripts in typo3/classes/
3744 * Followup to #6087: Cleaned up code of IRRE localization
3745 * Cleaned up code of scripts in t3lib/ and typo3/
3746 * Fixed bug #7971: Missing icon in t3skin for header - tt_content_header.gif (thanks to Steffen Kamper)
3747 * Fixed bug #7976: prioriCalc does not work correctly
3749 2008-03-31 Dmitry Dulepov <dmitry@typo3.org>
3751 * Fixed bug #7920: Filelist in IE 6 is not showing contents (thanks to Ingo Schmitt and Steffen Kamper)
3752 * Fixed bug #7957: Enable backend classes for xclassing (thanks Steffen Kamper)
3753 * Fixed bug #7962: Add icon to selected entry (currently icons are only shown in dropdown) (thanks to Kasper Ligaard)
3755 2008-03-28 Stanislas Rolland <typo3@sjbr.ca>
3757 * Fixed bug #7955: htmlArea RTE API provides incorrect popup url
3758 * Fixed bug #7958: htmlArea RTE undo/redo handler may cause errors in FF
3760 2008-03-28 Oliver Hader <oliver@typo3.org>
3762 * Added follow up to #7947: Changed order of applying locallang file back
3764 2008-03-27 Oliver Hader <oliver@typo3.org>
3766 * Fixed bug #7947: IRRE - XCLASSes are not working with AJAX calls in t3lib_TCEforms_inline (thanks to Malte Jansen)
3768 2008-03-26 Stanislas Rolland <typo3@sjbr.ca>
3770 * Fixed bug #7944: htmlArea RTE: Configuration of mutually exclusive classes in very error prone
3771 * Fixed bug #7769: htmlArea RTE: Missing default class for tables
3773 2008-03-24 Stanislas Rolland <typo3@sjbr.ca>
3775 * Fixed bug #7934: HTMLArea RTE block style and text style may present disallowed classes
3777 2008-03-24 Oliver Hader <oliver@typo3.org>
3779 * Fixed bug: Field sys_template.include_static_file limited to 20 items
3781 2008-03-22 Stanislas Rolland <typo3@sjbr.ca>
3783 * Fixed bug #7923: htmlArea RTE cannot delete block via delete/backspace keys in IE 6 and IE7
3785 2008-03-21 Martin Kutschker <masi@typo3.org>
3787 * Fixed bug #4250: ASCII transliteration did not expand Iclandic letters thorn and eth.
3788 * Fixed bug #7903: Use PHP5 features in class.t3lib_extmgm.php (final and static, thanks to Kasper Ligaard)
3789 * Fixed bug #7906: Use PHP5 features in class.t3lib_befunc.php (final and static, thanks to Kasper Ligaard))
3790 * Fixed bug #7909: Use PHP5 features in class.t3lib_iconworks.php (final and static, thanks to Kasper Ligaard))
3791 * Added feature #5726: Javascript mailform validation doesn't check fields of type 'file' (thanks to Loek Hilgersom and Peter Foerger)
3792 * Enhanced feature #6888: Disabling some or all controls in "group" field - controllable via pageTS
3794 2008-03-21 Benjamin Mack <benni@typo3.org>
3796 * Fixed bug #7818: Login page: Hardcoded logo & labels instead of p tags (Thanks to Georg Ringer and Christian Kuhn)
3798 2008-03-20 Stanislas Rolland <typo3@sjbr.ca>
3800 * Fixed bug #7918: HTMLArea RTE: table width unit default not honoured when width is not set
3802 2008-03-20 Dmitry Dulepov <dmitry@typo3.org>
3804 * Fixed bug #6907: "Conflicts" check ignores version
3806 2008-03-20 Benjamin Mack <benni@typo3.org>
3808 * Fixed bug #7892: Unify User setup layout (Thanks to Steffen Kamper)
3810 2008-03-18 Ingo Renner <ingo@typo3.org>
3812 * Fixed bug #7307: Move 'Open Documents' to Header in the BE
3814 2008-03-17 Stanislas Rolland <typo3@sjbr.ca>
3816 * Fixed bug #7886: JS error raised in htmlArea RTE in IE5.5 when setting inline markup or text style
3817 * Fixed bug #7880: Insert table and borders in htmlArea RTE
3818 * Fixed bug #7890: htmlArea RTE: premature undo snapshot may cause JavaScript error to be raised
3820 2008-03-17 Oliver Hader <oliver@typo3.org>
3822 * Fixed bug #4186: GIFBUILDER cropsized images have bad quality (thanks to Steffen Kamper)
3823 * Fixed bug #7634: Tabs disappear when BE-editing a record that contains IRRE
3824 * Fixed bug #7874: Page lock not released when error page was generated
3825 * Fixed bug #7883: Export wizard has no scrollbars (thanks to Steffen Kamper)
3827 2008-03-17 Jeff Segars <jeff@webempoweredchurch.org>
3829 * Fixed bug #7871: Extension with static data is not installed because of double form tag (thanks to Steffen)
3831 2008-03-16 Stanislas Rolland <typo3@sjbr.ca>
3833 * Fixed bug #7877: htmlArea RTE block style feature raises javascript errors in IE6
3834 * Fixed bug #7878: Extension cannot override a previously defined htmlArea RTE hotkey
3836 2008-03-16 Martin Kutschker <masi@typo3.org>
3838 * Fixed bug #7793: Argument 1 passed to t3lib_div::arrayToLogString() in module setting must not be null (thanks to Steffen Kamper)
3839 * Fixed bug #7861: t3lib_div::mkdir() should suppress PHP warnings/errors (thanks to Francois Suter)
3840 * Fixed bug #7843: t3lib_div uses array_unshift() instead of array_shift() in getIndpEnv() (thanks to Christian Kuhn)
3842 2008-03-16 Ingo Renner <ingo@typo3.org>
3844 * Fixed bug #7396: hardcoded fieldset and legend around radio buttons
3845 * Fixed bug #7817: Transparent PNGs do not work in IE6
3846 * Fixed bug #7873: Wrong condition for IE6, credits Steffen Kamper
3847 * Fixed issue #7876: beautify the permissions module a bit
3848 * Code cleanup: replaced CVS with SVN
3849 * Updated Copyright notices
3851 2008-03-15 Ingo Renner <ingo@typo3.org>
3853 * Added follow up to #7588: Accesscheck for clearCache, credits Steffen Kamper
3854 * Fixed bug #7777: Hide Filter is not possible, credits Steffen Kamper
3856 2008-03-15 Stanislas Rolland <typo3@sjbr.ca>
3858 * Fixed bug #7857: htmlArea RTE: hidePStyleItems does not work anymore
3859 * Fixed bug #7867: htmlArea RTE undo/redo does not restore caret position
3860 * Fixed bug #7857 (revisited): htmlArea RTE: hidePStyleItems does not work anymore
3861 * Fixed bug #7867 (revisited): htmlArea RTE undo/redo does not restore caret position
3863 2008-03-14 Stanislas Rolland <typo3@sjbr.ca>
3865 * Fixed bug #7862: htmlArea RTE: incorrect nesting of ol/ul inside definition lists
3867 2008-03-14 Ingo Renner <ingo@typo3.org>
3869 * Fixed bug #7850: error in publish.php if errors in TCE should be shown, credits Daniel Poetzinger
3870 * Fixed page tree filter background in IE6
3872 2008-03-13 Stanislas Rolland <typo3@sjbr.ca>
3874 * Fixed bug #7851: htmlArea RTE causes memory leaks in IE
3875 * Fixed bug #7852: JS error raised in IE7 when closing htmlArea RTE
3876 * Fixed bug #7853: htmlArea RTE formatblock does not allow removing p or hx format in FF
3878 2008-03-12 Stanislas Rolland <typo3@sjbr.ca>
3880 * Fixed bug #6064 (revisited): htmlArea RTE adds unwanted <p> tags in table cells
3882 2008-03-12 Oliver Hader <oliver@typo3.org>
3884 * Fixed bug #7827: IRRE - Wrong mouse pointer on links to create/translate child records
3886 2008-03-12 Ingo Renner <ingo@typo3.org>
3888 * Fixed bug #7730: No hover in listview, credits Georg Ringer
3889 * Changed the order of options and access tab for pages, to be consistent with other records
3891 2008-03-11 Stanislas Rolland <typo3@sjbr.ca>
3893 * Fixed bug #7834: htmlArea RTE block operations may produce invalid document structure
3895 2008-03-11 Ingo Renner <ingo@typo3.org>
3897 * Fixed bug #7816: New page icon does not honor a selected page, credits Steffen Kamper
3899 2008-03-11 Jeff Segars <jeff@webempoweredchurch.org>
3901 * Fixed bug #7794: opendocs causes Javascript error in Internet Explorer (thanks to Steffen Kamper)
3902 * Fixed bug #7781: Constant Editor changes not saved in Internet Explorer
3904 2008-03-10 Benjamin Mack <benni@typo3.org>
3906 * Fixed bug #7810: t3skin: Cleanup of login stylesheet (thanks to Georg Ringer)
3907 * Fixed bug #7814: t3skin does not use proper icons
3909 2008-03-09 Dmitry Dulepov <dmitry@typo3.org>
3911 * Fixed bug #7682: import extension page CSS errors (thanks to Steffen Kamper for hard work on this patch)
3913 2008-03-08 Oliver Hader <oliver@typo3.org>
3915 * Fixed bug #7748: IRRE - Storage page for combined child records not used
3916 * Fixed bug #7511: IRRE - Issues with expand/collapse of child records
3918 2008-03-08 Dmitry Dulepov <dmitry@typo3.org>
3920 * Follow up on bug #7588: respect TSConfig settings for cache clearing (patch by Helmut Hummel)
3922 2008-03-07 Stanislas Rolland <typo3@sjbr.ca>
3924 * Added two icons to htmlArea RTE skin for definition lists
3925 * Cleaned up dead code related to htmlArea RTE popups
3926 * Fixed bug #7788: htmlArea RTE: pageTSConfig from Inline Elements extension not included
3928 2008-03-06 Ingo Renner <ingo@typo3.org>
3930 * Post cleanup of topapps, some parts were not removed with Changeset 2908
3932 2008-03-05 Stanislas Rolland <typo3@sjbr.ca>
3934 * Fixed bug #7757: htmlArea RTE: Alternating table rows/columns should start at 1
3935 * Fixed bug #7770: htmlArea RTE: shift+tab in table body does not move back into thead
3936 * Fixed bug #7773: htmlArea RTE loads plugins in wrong order
3937 * Fixed bug #7774: htmlArea RTE: toolbar not updated in IE7 on up/right/down/left arrow
3938 * Cleaned up dead code related to htmlArea RTE clickenlarge feature
3940 2008-03-04 Stanislas Rolland <typo3@sjbr.ca>
3942 * Fixed bug #7754: htmlArea RTE: Caption should be first element in table
3943 * Fixed bug #7755: htmlArea RTE: incorrect handling of enter key in definition lists
3945 2008-03-03 Ingo Renner <ingo@typo3.org>
3947 * Release of TYPO3 4.2.0beta3
3949 2008-03-03 Patrick Broens <patrick@patrickbroens.nl>
3951 * Fixed bug #7532: Docheaders: Wizard New Content Element (db_new_content_el.php): No docheader
3952 * Fixed bug #7527: Docheaders: Wizard New Record/New page (db_new.php): No docheader
3953 * Fixed bug #7540: Docheaders: Wizard Move Element (move_el.php): No docheader
3954 * Fixed bug #7562: Docheaders: Module History: No docheader
3956 2008-03-03 Jeff Segars <jeff@webempoweredchurch.org>
3958 * Fixed bug #7601: Remove checkbox border from t3skin in Internet Explorer
3960 2008-03-03 Michael Stucki <michael@typo3.org>
3962 * Fixed bug #7729: Login screen needs to be XCLASSable
3963 * Improvements to Install Tool:
3964 - Cleanup in t3lib_install
3965 - Fixed bug #7589: FULLTEXT keys are not processed correctly
3966 - Fixed bug #6098: Installer should check MySQL charset settings
3967 - Detect differences in table engine and table character set during DB compare
3968 - This allows extensions to define the table engine (e.g. MyISAM should be chosen if the table uses FULLTEXT keys). If no table engine is defined, the system default will be used.
3969 - Add character set support to t3lib_install
3970 - Convert various blob-fields (which are non-blobs actually) to text variants (exeptions are serialized fields and fields that contain XML data)
3971 * Fix DB field types for static_tsconfig_help
3972 * Fixed bug #7735: EM import was broken because of empty variable
3973 * Fixed bug #6547: Allow ignoring of the the no_cache parameter using $TYPO3_CONF_VARS[FE][disableNoCacheParameter] (of course, this is disabled by default)
3974 * Report to t3lib_div::sysLog() whenever $TSFE->set_no_cache() is called
3976 2008-03-03 Ingo Renner <ingo@typo3.org>
3978 * Fixed bug #7573: Page properties: Make author and author_email visible instantly, credits Steffen Kamper
3979 * Added new descriptions for some page property fields, credits Uschi Renziehausen
3980 * Added feature #7140: EM should send TYPO3 version when connecting to TER, credits Niels Pardon
3981 * Fixed bug #7704: Image Position in Text/Image doesn't work, redits Steffen Kamper
3982 * Fixed bug #7713: EM - Translation Manager loose CSS while updating, credits Steffen Kamper
3983 * Reintroduced the save button in user settings, removed navigation mode option when not in backend_old
3984 * Added feature #7427: add docheader to file -> filelist module, credits Christoph Koehler
3985 * Fixed bug #7203: Hook cObjTypeAndClassDefault in tslib_content somtimes fails, credits Stefan Geith
3986 * Added feature #4923: provide new inputfield "directorypicker" in BE, credits Andreas Wolf and Ralf Hettinger
3987 * Clean up: formatted typo3/stylesheet.css
3988 * Removed the tree filter toggle
3990 2008-03-03 Dmitry Dulepov <dmitry@typo3.org>
3992 * Added @var in class.tslib_eidtools.php
3994 2008-03-02 Stanislas Rolland <typo3@sjbr.ca>
3996 * Fixed bug #7725: buttons.left(right,center,justifyfull).useClass not honored by htmlArea RTE
3998 2008-03-02 Ingo Renner <ingo@typo3.org>
4000 * Fixed bug #7642: Page tree Filter use wrong div for collapse
4002 2008-03-02 Martin Kutschker <masi@typo3.org>
4004 * Fixed bug #7397: improper handling of non-transparent reverse proxies
4005 * Added feature #7397: enable special handling of reverse SSL proxies
4006 * Fixed bug #1364: enable cURL in t3lib_div::getURL() for ftp, ftp,sftp and scp
4007 * Fixed bug #5985: PHP warning in t3lib_div::getURL() when safe_mode or open_basedir is set
4008 * Added feature #7624: add status/error repoting to t3lib_div::getURL()
4010 2008-03-02 Michael Stucki <michael@typo3.org>
4012 * Fixed bug #7291: Taskcenter -> sys_action - viewport is too small when creating records (patch by Steffen Kamper)
4013 * Fixed bug #5788: Add a delete button to the yellow warning box for removing the ENABLE_INSTALL_TOOL_FILE
4014 * Added hook #7657: New hook "tslib_fe-contentStrReplace" allows to overwrite content on a website after all the caching was already done. Only applies if "config.sendCacheHeaders" is disabled! This hook is very useful for small on-the-fly replacements, for example display the fe_user name, or the time used for page generation.
4015 * Fixed bug #5442: When using lockSSL redirection, the port number is not configurable (patch by Christopher Hlubek)
4016 * Fixed bug #2019: Unable to add a Querystring to a <LINK> id/type-pair (patch by Rene Wagner)
4018 2008-03-01 Dmitry Dulepov <dmitry@typo3.org>
4020 * Small cleanup in tslib (fixed use of uninitialized variables and added @var)
4022 2008-03-01 Martin Kutschker <masi@typo3.org>
4024 * Fixed bug #5838: cli_dispatch.phpsh doesn't work on windows platforms
4026 2008-02-29 Stanislas Rolland <typo3@sjbr.ca>
4028 * Fixed bug #4121: Pasting content on RTE moves cursor to the top of the text
4029 * Fixed bug #7716: htmlArea RTE plugins using some undeclared variables
4031 2008-02-29 Michael Stucki <michael@typo3.org>
4033 * Fixed bug #7545: Explain queries does not work when selecting multiple tables (patch by Ingo Schmitt)
4035 2008-02-29 Ingmar Schlecht <ingmar@typo3.org>
4037 * Fixed bug #1358: Installer didn't honour forceCharset (patch by Masi)
4039 2008-02-28 Jeff Segars <jeff@webempoweredchurch.org>
4041 * Added feature #7150: Add pageUnavailable_handling for system problems and maintenance
4043 2008-02-28 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4045 * Fixed bug #7684: htmlArea RTE: Cursor positioning when creating new table
4046 * Partially fixed bug #6714: htmlArea RTE: Poor tag handling everywhere in Opera
4048 2008-02-28 Ingmar Schlecht <ingmar@typo3.org>
4050 * Fixed bug #7502: Show Sitename on Login screen (Thanks to Steffen Kamper)
4052 2008-02-28 Oliver Hader <oh@inpublica.de>
4054 * Fixed bug #7630: Several problems with locking API (t3lib_lock)
4055 * Fixed bug #7700: Fatal error if caching is disabled and locking enabled (follow-up on bug #7630)
4056 * Fixed bug #5252: Pages with "Hide in menu" checked use normal page icon in list module (Thanks to Andreas Wagner)
4057 * Fixed bug #7693: New page wizard ignores "hide in menu" flag for page icons (Thanks to Christian Kuhn)
4059 2008-02-27 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4061 * Fixed bug #7697: Syntax error raised by Mozilla 1.7 when loading htmlArea RTE
4062 * Fixed bug #7698: htmlArea RTE fails to load due to missing toolbar constraints
4063 * Fixed bug #7690: Firefox 1.5 and Mozilla 1.7 crash when htmlArea RTE is in hidden tab
4065 2008-02-27 Martin Kutschker <masi@typo3.org>
4067 * Fix issues with feature #6601: local page lookup caches
4068 - issues with rootline HMENUs on a translated page
4069 - issues with mount points (MPvars were x- instead of x-y)
4071 2008-02-27 Jeff Segars <jeff@webempoweredchurch.org>
4073 * Added feature #7607: Add post processing hooks for Frontend Editing
4075 2008-02-26 Michael Stucki <michael@typo3.org>
4077 * Rename t3lib_install::getFieldDefinitions_sqlContent() to t3lib_install::getFieldDefinitions_fileContent() and provide a wrapper for backwards compatibility
4078 * Lots of white-space fixes (to comply with old patch)
4079 * Lots of non-functional changes (to comply with old patch)
4081 2008-02-26 Oliver Hader <oh@inpublica.de>
4083 * Fixed bug #7637: Page tree fails to reload properly if page was manipulated
4084 * Fixed bug #7523: Description of properties is missing in install tool (Thanks to Steffen Kamper)
4086 2008-02-26 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4088 * Added feature #7667: htmlArea RTE: Usability improvements in table operations
4089 * Fixed bug #7671: htmlArea RTE configuration variable "Add default User TSonfig RTE configuration" not working. Thanks to Jan Persson.
4090 * Fixed bug #7687: htmlArea RTE context menu may produce js error
4092 2008-02-25 Ernesto Baschny <ernst@cron-it.de>
4094 * Follow-up on bug #1697 (bug #7626): Timezone handling in datetime/time fields was broken, causing time to jump +serverTZ on each record saving.
4095 * Fixed bug #7626: Corrected handling of so called "half-hour" timezones (e.g. +0430) which caused wrong data to be saved in time/datetime fields.
4097 2008-02-25 Michael Stucki <michael@typo3.org>
4099 * Follow-up on issue #7526: Add configuration option $TYPO3_CONF_VARS[BE][loginNewsTitle] to t3lib/config_default.php (Thanks to Steffen Kamper)
4100 * Follow-up on issue #6037: Replace leading character (makes sure that strpos() result is not 0) with result type check (Thanks to Oliver Hader)
4102 2008-02-23 Oliver Hader <oh@inpublica.de>
4104 * Followup to #6885: Changing $GLOBALS['TSFE'] to $this inside tslib_fe
4106 2008-02-23 Ingmar Schlecht <ingmar@typo3.org>
4108 * Release of TYPO3 4.2.0beta2a
4110 2008-02-23 Ingmar Schlecht <ingmar@typo3.org>
4112 * Follow-up on issue #7625: Completely removed the CSS instruction in question as it seemed to be not needed and only caused extra fuss
4114 2008-02-22 Ingo Renner <ingo@typo3.org>
4116 * Release of TYPO3 4.2.0beta2
4118 2008-02-22 Benjamin Mack <mack@xnos.org>
4120 * Fixed bug #7445: Malformed translated locallang causes PHP crash (thanks to Francois Suter)
4121 * Issue #7307: Bugfixes for "Open Documents" extension - Part 1
4122 - Changed getSetUpdateSignal() function in t3lib_BEfunc and added hook possibility
4123 - Used hook for tx_opendocs to be updated when opening & closing a document
4124 - Several bugfixes and new features for tx_opendocs
4126 2008-02-22 Jeff Segars <jeff@webempoweredchurch.org>
4128 * Added feature #7247: Add hook for warning messages within Help->About modules and improve existing warning messages
4129 * Fixed bug #7605: Backend Alignment Problems in Internet Explorer
4130 * Fixed bug #7598: Fix module menu alignment and hover in Internet Explorer
4132 2008-02-22 Ingo Renner <ingo@typo3.org>
4134 * Fixed bug #7587: Accesscheck for Workspaceselector, credits Steffen Kamper
4135 * Fixed bug #7588: Accesscheck for clearCache
4136 * Added feature #7592: Enable tabs for be_users, credits Francois Suter
4137 * Added feature #6846: enable Tabs in tt_content, credits Steffen Kamper
4138 * Fixed bug #7608: Keys for clear-cache labels must be renamed
4139 * Fixed bug #6885: Nested USER_INT, COA_INT, etc. objects are not rendered, credits Oliver Hader
4141 2008-02-22 Ingmar Schlecht <ingmar@typo3.org>
4143 * Added feature #7526: Making loginNews look nicer (Thanks to Steffen Kamper)
4144 * Added feature #4553: Enable negative timestamps, so the date/datetime fields now support dates starting from 1902 instead of 1970. This is possible on all platforms since PHP 5.1. (Thanks to Steffen Kamper)
4145 * Added feature #7337: stdWrap for menu > range & entrylevel (Thanks to Georg Ringer)
4146 * Fixed bug #7158: DBAL fixes to Indexed Search backend module (Thanks to Moreno Feltscher)
4147 * Fixed bug #7625: Little typo in stylesheet (Thanks to Steffen Ritter)
4148 * Fixed bug #5919: Loss of constraints during upload to TER (Thanks to Malte Jansen)
4149 * Issue #7508: Slight improvement of BE user label in backend.php (Thanks to Steffen Kamper)
4151 2008-02-21 Benjamin Mack <mack@xnos.org>
4153 * Added feature "Extended BE Module "Web/Permissions" with AJAX possibilites (Thanks to Andreas Kundoch)
4155 2008-02-21 Ingo Renner <ingo@typo3.org>
4157 * !!! modified the interface for toolbarItems so that the reference to the backend Object in the constructor is optional, this was necessary to have AJAX response methods in the same class as the code that generates the toolbar item itself
4159 2008-02-20 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4161 * Fixed bug #7602: htmlArea RTE: Make the use of extended inline elements configurable
4162 * Fixed bug #7604: htmlArea RTE: add compatibility mode for indentation and alignment
4163 * Fixed bug #7582: RTE transformation should process dd element as block element
4164 * Fixed bug #7609: HTMLArea RTE: labels deleted from file locallang_tooltips.xml
4165 * Fixed bug #7609 (continued): HTMLArea RTE: labels deleted from files CharacterMap/locallang and InlineCSS/locallang
4167 2008-02-19 Martin Kutschker <masi@typo3.org>
4169 * Added feature #7393: ASCII wrapper functions for strtoupper and strtolower (patch by Steffen Kamper)
4170 * Use t3lib_div::strtoupper() for processing indexed search templates
4172 2008-02-19 Dmitry Dulepov <dmitry@typo3.org>
4174 * Fixed bug #3491: Linking between domains in the pagetree ignores simulate static documents
4175 * Fixed bug #7425: syntax error in temp_CACHE*.php (patch by Steffen Kamper)
4177 2008-02-19 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4179 * Fixed bug #7583: htmlArea RTE should allow to markup text in absence of any block element
4180 * Fixed bug #7584: htmlArea RTE: pressing TAB in last cell of table should create new row
4181 * Fixed bug #7585: Invoking htmlArea RTE block style plugin from other plugin fails in FF3 and IE7
4182 * Fixed bug #3537: htmlArea RTE: Inconsistent markup when adding tr/td in different ways in Firefox
4183 * Fixed bug #6767: htmlArea RTE: Merge cells does not work on merged cells
4184 * Fixed bug #3537 (revisited): htmlArea RTE: Correct execCommand argument in previous patch
4185 * Updated htmlArea RTE version number to 1.7.1 and updated manual
4187 2008-02-19 Ingo Renner <ingo@typo3.org>
4189 * Added feature #7580: Enable tabs for be_groups, credits Francois Suter
4190 * Added feature #7566: Tabs for fe_user and fe_groups, credits Steffen Kamper
4191 * Added feature #7565: Tabs for sys_template, credits Steffen Kamper
4192 * !!! cleaner backend project: modified interface for toolbar items to add access checking
4194 2008-02-18 Jeff Segars <jeff@webempoweredchurch.org>
4196 * Fixed bug #3215: Tools>User-admin is hard to "read" (thanks to Steffen and Benni)
4198 2008-02-18 Oliver Hader <oh@inpublica.de>
4200 * (feature) Added feature #6037: Performance tunning in t3lib_div by removing elderly PHP functions (thanks to Popy)
4202 2008-02-17 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4204 * Fixed bug #7564: htmlarea RTE: context menu alignment options produce js error
4206 2008-02-17 Martin Kutschker <masi@typo3.org>
4208 * Fixed bug #5693: options.additionalPreviewLanguages is showing wrong records for table pages (thanks to Helmut Hummel)
4210 2008-02-17 Patrick Broens <patrick@patrickbroens.nl>
4212 * Fixed bug #7429: Docheaders: Module Web > Page : No docheader when no page has been chosen
4213 * Fixed bug #7430: Docheaders: Module Web > Functions : No docheader when no page has been chosen
4214 * Fixed bug #7431: Docheaders: Module Web > Versioning : No docheader when no page has been chosen
4215 * Fixed bug #7432: Docheaders: Module Web > Template : No docheader when no page has been chosen
4216 * Fixed bug #7433: Docheaders: Module User Tools > User settings : No docheader
4217 * Fixed bug #7435: Docheaders: Module User Tools > Workspace: No docheader
4218 * Fixed bug #7436: Docheaders: Module Admin tools > User Admin: No docheader
4219 * Fixed bug #7437: Docheaders: Module Admin tools > Log: No docheader
4220 * Fixed bug #7438: Docheaders: Module Help > TypoScript Help: No docheader
4221 * Fixed bug #7503: Docheaders: Module Admin tools > Ext Manager: No docheader
4222 * Fixed bug #7504: Docheaders: Module Admin tools > DB check: No docheader
4223 * Fixed bug #7505: Docheaders: Module Admin tools > Configuration No docheader
4224 * Fixed bug #7506: JS Errors with IE6 and new backend
4226 2008-02-17 Benjamin Mack <mack@xnos.org>
4228 * Fixed bug #7546: Explain select not rendering indices in the output (Thanks to Ingo Schmitt)
4230 2008-02-17 Ingo Renner <ingo@typo3.org>
4232 * Fixed bug #7557: Shortcut-Menu does nothing when no shortcuts available
4234 2008-02-16 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4236 * Fixed bug #7560: Incorrect behaviours of block style in htmlArea RTE
4238 2008-02-16 Dmitry Dulepov <dmitry@typo3.org>
4240 * Fixed bug #7558: typolinkCheckRootline is broken in 4.2
4242 2008-02-15 Benjamin Mack <mack@xnos.org>
4244 * Fixed bug #5303: t3skin - pilup.gif not the same style as pildown.gif
4245 * Put manual for sysext "felogin" under version control (was forgotten when sysext was added)
4246 * Followup to bug #7549: FE Login: curly brace was wrong (syntax error)
4247 * Fixed bug #7549: FE Login: enabling forget password link via TS is not possible (thanks to Dirk Weise)
4248 * Fixed bug #7424: Usersetup Tabs were to wide in German language (thanks to Steffen Kamper)
4250 2008-02-14 Ingo Renner <ingo@typo3.org>
4252 * Removed the php version from the about text under Help->About
4254 2008-02-14 Martin Kutschker <masi@typo3.org>
4256 * Fixed bug #7533: PHP version checked too late, PHP 4 will break on inclusion of t3lib_div
4258 2008-02-13 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4260 * Fixed bug #7232: htmlArea RTE: In IE, selecting words with CTRL+SHIFT+Left doesn't activate "link" button
4261 * Fixed bug #7525: htmlArea RTE: Page TSConfig property toggleborders.setOnTableCreation not honored
4263 2008-02-13 Benjamin Mack <mack@xnos.org>
4265 * Fixed bug #7519: Typo in felogin (Thanks to Steffen Kamper)
4266 * Cleanup (wrong global statement) in new TYPO3AJAX class
4268 2008-02-13 Ingo Renner <ingo@typo3.org>
4270 * Removed ugly background color from save buttons in docheader when they were focused
4271 * Fixed syntax error in t3editor
4272 * Whitespace cleanup in t3editor javascript files
4273 * Fixed bug where Firefox 3 would load the content frame into the complete window, leaving the user without module menu and toolbar
4275 2008-02-12 Jeff Segars <jeff@webempoweredchurch.org>
4277 * Fixed bug #7388: CSS Gremlins
4279 2008-02-12 Thomas Hempel <thomas@typo3-unleashed.net>
4281 * Code cleanup and bugfix patch for t3editor / preparation for review (Thanks to Tobias Liebig)
4283 2008-02-12 Oliver Hader <oh@inpublica.de>
4285 * Cleanup of t3lib/stddb/tbl_be.php
4287 2008-02-11 Benjamin Mack <mack@xnos.org>
4289 * Fixed Follow up for bug #6825: TCEforms: Icon for empty palettes should not be displayed -- palettes fields were not shown
4290 * Fixed bug #7463: missing descriptions in backend user editor (Thanks to Steffen Kamper, followup to Issue #6921)
4292 2008-02-11 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4294 * Fixed bug #7495: Various issues with nested lists in htmlArea RTE
4296 2008-02-11 Ingo Renner <ingo@typo3.org>
4298 * Removed legacy code from backend.php
4300 2008-02-11 Oliver Hader <oh@inpublica.de>
4302 * (minor) Fixed bug: Fixed global variables in typo3/backend.php
4303 * (feature) Added feature #5068: Integrate mod.web_list.deniedNewTables as opposite of allowedNewTables
4305 2008-02-08 Oliver Hader <oh@inpublica.de>
4307 * (trivial) Fixed bug #7458: Wrong alternative text on create new page icon above page tree
4308 * (minor) Fixed bug #7466: Clear cache actions in top bar cause JS error
4309 * (minor) Fixed bug #7460: Search field in top bar causes JS error
4311 2008-02-08 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4313 * Fixed bug #7450 (revisited): further corrections to localization of htmlArea RTE
4314 * Fixed bug #7468: htmlArea RTE QuickTag plugin refusing to open dialogue in IE
4316 2008-02-08 Ingo Renner <ingo@typo3.org>
4318 * Release of TYPO3 4.2.0beta1a
4320 2008-02-07 Ingo Renner <ingo@typo3.org>
4322 * Fixed bug #7333: Better solution for "Page is being generated", credits Bernhard Kraft and Michael Stucki
4324 2008-02-08 Jeff Segars <jeff@webempoweredchurch.org>
4326 * Fixed bug #7449: Frontend editing fails due to undefined method in t3lib_BEfunc
4328 2008-02-07 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4330 * Fixed bug #4588: Frontend htmlArea RTE loads global RTE config instead of function parameter $thisConfig
4331 * Fixed bug #7450: htmlArea RTE: localization is broken when the RTE is used by a frontend plugin
4332 * Fixed bug #7451: htmlArea RTE: BE localization is broken
4334 2008-02-07 Benjamin Mack <mack@xnos.org>
4336 * Fixed bug #7383: Added option to delete unused marker in parsehtml::substituteMarkerArray (thanks to Steffen Kamper)
4338 2008-02-06 Oliver Hader <oh@inpublica.de>
4340 * (minor) Fixed bug: IRRE - Deleted records are added to array of related records
4342 2008-02-06 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4344 * Fixed bug #7419: htmlArea RTE: Localization error in Remove Format plugin
4345 * Fixed bug #7421: htmlArea RTE: typographical error in localization file
4346 * Fixed bug #7052: Permission problem of htmlArea RTE images
4347 * Fixed bug #7052 (revisited): Permission problem of htmlArea RTE images, using t3lib_div::fixPermissions
4348 * Fixed bug #7428: htmlArea RTE: hiding a button hides the whole group
4349 * Fixed bug #5659: Several bugs when writing HTML entities and tags inside of htmlArea RTE
4350 * Fixed bug #3830: htmlArea RTE: Entities entered in wysiwyg are decoded
4352 2008-02-05 Oliver Hader <oh@inpublica.de>
4354 * (minor) Fixed bug: Wrong type of argument on calling t3lib_div::compileSelectedGetVarsFromArray() (related to #7350)
4356 2008-02-05 Ingo Renner <ingo@typo3.org>
4358 * Release of TYPO3 4.2.0beta1
4360 2008-02-05 Martin Kutschker <masi@typo3.org>
4362 * Fixed #7391: cannot set key in $_GET with t3lib_div::_GETset()
4364 2008-02-05 Ingo Renner <ingo@typo3.org>
4366 * Fixed: backend.php closed body and html elements two times
4367 * Removed ugly background color from buttons in the docheader
4368 * Moved t3skin arrow icons to main typo3/gfx folder
4369 * Added feature #7334: Feature: New Pagetree Styling, credits Steffen Kamper
4370 * Removed <beta-code> tags from the cleaner backend project
4371 * Reverted to the old installer, according to the commit policy for 4.2
4373 2008-02-05 Oliver Hader <oh@inpublica.de>
4375 * (tweak) Followup to #6472: Some small changes to the new hooks
4376 * !!! (feature) Added feature #7370: Remove page doktypes '2' & '5' ('advanced' & 'not in menu') and merge them with 'normal' doktype '1' (patch by Steffen Kamper)
4377 * (feature) Added feature #7369: Hook for manipulating the cHash
4378 * (trivial) Updated NEWS.txt
4380 2008-02-04 Jeff Segars <jeff@webempoweredchurch.org>
4382 * Fixed bug #7386: Remove hardcoded references to alt_main.php backend interface
4384 2008-02-04 Martin Kutschker <masi@typo3.org>
4386 * Fix a problem with devLog in user authentication introduced with fix for #7350
4387 * !!! Feature #2731: Improved caching of locallang - changed internal caching from default character set of language to required character set.
4389 2008-02-04 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4391 * Fixed bug: htmlArea RTE calling t3lib_div::getUserObj() with an empty string
4392 * Fixed bug: htmlArea RTE: incorrect configuration of TYPO3HtmlParser plugin
4394 2008-02-04 Benjamin Mack <mack@xnos.org>
4396 * Fixed bug #7354: Filelist titles length was fixed to 30 characters, now uses value from user setup (Thanks to Stefano Cecere)
4398 2008-02-04 Michael Stucki <michael@typo3.org>
4400 * Fixed bug #7295: sysext/dbal/: Uninitialized variable in ->handler_getFromTableList() (Patch by Oliver Klee)
4401 * Added feature #2988: Enable EXPLAIN SELECT in TS admin panel
4403 2008-02-04 Oliver Hader <oh@inpublica.de>
4405 * (feature) Added feature #5242: IRRE - Storage page for child records
4406 * (minor) Fixed bug #7029: tslib_cObj uses deprecated function call_user_method
4407 * (feature) Added feature #6472: IRRE - Possibility to manipulate control items for each child records
4408 * (minor) Fixed bug #7371: Query generator does not accept dates in where condition
4409 * (tweak) Followup to #6087: Added missing labels localize.isLocalizable and localize.wasRemovedInOriginal
4410 * (tweak) Followup to #7350: Fixed type to match with t3lib_div::array_merge_recursive_overrule()
4412 2008-02-03 Dmitry Dulepov <dmitry@typo3.org>
4414 * MSIE fixes for #7336 (by Jeff Segars)
4416 2008-02-03 Oliver Hader <oh@inpublica.de>
4418 * (feature) Added feature #6087: IRRE - Localization of child records
4419 !!! Full review by a core developer before TYPO3 4.2-RC1 required
4421 2008-02-03 Ingmar Schlecht <ingmar@typo3.org>
4423 * Followup to #7282: Username is now only linked to user setup if the module is accessible, thanks to Steffen Kamper
4424 * Followup to #7361: Using label tags in setup module
4426 2008-02-03 Benjamin Mack <mack@xnos.org>
4428 * Followup to #7361: Reset button has now a JS confirm question
4429 * Followup to #7346: opendocs top menu only is included once now
4430 * Feature #7346: Added "Open Documents" menu in top bar of new BE, made module optional
4431 * Followup to #7361: Save button was moved to bottom again
4432 * Followup to #7361: One CSH was still on the wrong line
4433 * Fixed #7361: Overhauled User setup module. Now has tabs and better usability, thanks to Steffen Kamper
4435 2008-02-03 Michael Stucki <michael@typo3.org>
4437 * Fixed bug #5152: "Duplicate entry" in cache_pagesection by rewriting parts of t3lib_TStemplate and tslib_fe::getFromCache()
4438 * Code cleanup subsequent to #5152
4439 * Reverted feature #7337 because it is faulty and lacks proper documentation
4441 2008-02-03 Ingo Renner <ingo@typo3.org>
4443 * Fixed a positioning issue with the toolbar items in Safari
4444 * Added feature #7282: Show Realname of BE-User if available and link it to edit, credits Steffen Kamper
4445 * Fixed alignment of user name and icon in the toolbar
4446 * Adjusted non-t3skin module menu width to fit the wider div
4447 * Added feature #7367: Make the tree collapsable
4449 2008-02-02 Benjamin Mack <mack@xnos.org>
4451 * Fixed #7347: Pagetree was not responding correctly when logged out. Thanks to Ingmar
4453 2008-02-02 Ingo Renner <ingo@typo3.org>
4455 * Fixed module menu for long module names, credits Steffen Kamper
4456 * Fixed t3skin's border.html: removed the xml prologue as it triggers IE's quirks mode
4457 * Fixed bug #7352: New backend problems in FireFox, Safari, OmniWeb and Camino
4459 2008-02-02 Dmitry Dulepov <dmitry@typo3.org>
4461 * Added feature #7336: Improve usability of Constants Editor
4462 * t3lib/class.ts_parser_ext.php: quotes changed from double to single, function index updated with extdeveval
4464 2008-02-02 Martin Kutschker <masi@typo3.org>
4466 * !!! #7350: Use PHP5 features in class.t3lib_div.php (static and type hinting)
4467 * #7351: Introduce $ACCESS_TIME/$SIM_ACCESS_TIME to improve MySQL query cache usage
4468 * Changed t3lib_div::get_tag_attributes/split_tag_attributes so that they always return an array
4470 2008-02-02 Kasper Skaarhoj <kasper2008@typo3.com>
4472 * Fixed a bug in tcemain that replicated FlexForm .vDEFbase tags in a strange way. Not critical but built up garbage in FlexForm XML (the XML can be cleaned with the lowlevel_cleaner or manually per recording using the Content Menu Item "FlexForm XML")
4474 2008-02-01 Kasper Skaarhoj <kasper2008@typo3.com>
4476 * Feature added to disable automatic update of diff data for translation when saving records. Instead a button is added to explicitly do this. Feature is called "explicitConfirmationOfTranslation" in $TYPO3_CONF_VARS
4477 * Added option for custom message in the logout message for workspace previews.
4478 * Fixed a bug in TTLhours for preview links.
4480 2008-02-01 Bernhard Kraft <kraftb@kraftb.at>
4482 * Added feature #7337: stdWrap for "range" and "entryLevel" in class.tslib_menu.php (patch by Georg Ringer)
4484 2008-02-01 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4486 * Added feature #880: Click-enlarge for Images in htmlArea RTE
4488 2008-02-01 Ingo Renner <ingo@typo3.org>
4490 * Added feature #7323: New Styling for Module Menu (patch by Steffen Kamper)
4491 * Fixed module menu in IE
4492 * Added acss rule to t3skin to fix checkbox styles in IE7
4493 * Added feature #7267: Shortcut manager - shortcut icon should reflect record type
4494 * Added Event.stop() to toggle functions of the toolbar items to prevent adding a # to the browser's location bar
4496 2008-01-31 Kasper Skaarhoj <kasper2008@typo3.com>
4497 * Bugfixes to MM-relations, among other in workspaces (Bugs #3531 / #3907 solved)
4499 class.t3lib_tcemain.php
4500 - Most importantly - and depending on changes in class.t3lib_loaddbgroup.php - is that MM-relations are now swapped when publishing in a workspace. This bug has been known as #3531 and #3907 for a while.
4501 - Fixed old bug that MM-relations wouldn't get remapped to new elements that were are part of a copy operation ($theUidToUpdate => $MM_localUid)
4502 - Fixed that MM-relations added to a new unsaved record in a workspace would get attached to the live version of the record (change in dbAnalysisStoreExec())
4504 class.t3lib_loaddbgroup.php
4505 - Fixed several bugs related to MM-relations:
4506 - The feature "multiple" didn't work after bidir-mm was implemented. This is now fixed but requires that the MM table gets a real UID field. This can be configured with the TCA options "MM_hasUidField" (See TYPO3 Core API)
4507 - With bidir-MM relations the reference index on the "native" side is now updated when "opposite side" relations are edited. (The only known problem for this is when workspaces publishes such a record, then the ref. index is not updated for "opposite side" fields. It's considered low-importance for now. If you depend on the reference index, update it nightly with cronjobs.)
4510 * - Cleaner was updated to sort output - makes better diff-views now.
4511 * - Added feature to configure the TTL for preview links in workspaces.
4512 * - Added logout button for the preview box in the frontend view when previewing workspaces through preview links.
4513 * - Removed copy/cut/pasteafter/delete from context menu of DB mounts. Could lead to confusing scenarios for admin users in workspaces.
4514 * - Added TCA feature in [ctrl][versioningWS_alwaysAllowLiveEdit] allowed to permanently set records to be edited directly. This enables that backend users can still be edited while in a workspace. Convenient for admins.
4515 * - Also, the User Admin module is now available in draft workspaces
4517 - Fixed bug in flexform traversal that resulted in the new DHTML powered flexforms to fail.
4518 - Notification emails for raising stages of versions has been modified with new features; Custom message, one-message only per instance (if multiple elements are raised in one time),
4519 * Fixed bug related to workspaces; When previewing a page in workspaces, any page in the root line being hidden (online or offline version) would result in a "Template not found" error. (t3lib_page)
4520 * - Fixed trivial bug in view_array(): With empty arrays table-end tag were not applied. (class.t3lib_div)
4521 * - (trivial) changed arraybrowser so also array keys are included in the search. [class.t3lib_arraybrowser.php + lowlevel/config/index.php]
4523 2008-01-31 Jeff Segars <jeff@webempoweredchurch.org>
4525 * Fixed bug #7202: Debug renders incomplete table with empty arrays. Thanks to Stefan Geith.
4526 * Fixed bug #6902: Add an imagespace to Text w/ Image when image width is not available. Thanks to Georg Ringer.
4528 2008-01-31 Benjamin Mack <mack@xnos.org>
4530 * Fixed bug #4770: css_styled_content - rowSpace also puts space below last image row
4532 2008-01-31 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4534 * Feature: Enhancements to the acronym feature of htmlArea RTE
4535 * Added feature #7332: htmlArea RTE: Add default target to classes configured with classesAnchor in Page TSConfig
4536 * Udpate htmlArea RTE version to 1.7.0 for TYPO3 4.2 beta1.
4538 2008-01-29 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4540 * Feature/cleanup: Restructure htmlArea RTE plugins QuickTag, TableOperations, UserElements
4541 * Feature/cleanup: Move colors, fonts, text direction, word cleaning and lists to extensions/plugins of htmlArea RTE.
4542 * Feature #3633: Individual height of inline htmlArea RTE. Thanks to Ralf Hettinger.
4543 * Fixed bug #5013: htmlArea RTE Editor not working in Firefox 3.0 Granparadiso
4544 * Added feature #7318: In htmlArea RTE, text direction should be set with the dir attribute
4546 2008-01-28 Kasper Skaarhoj <kasper2008@typo3.com>
4548 * (minor) Fixed bug: "typo3/js/workspaces.js" was corrected to "js/workspaces.js" in class.workspaceselector.php
4550 2008-01-27 Oliver Hader <oh@inpublica.de>
4552 * (minor) Fixed bug: Overriding TCA properties with TSconfig does not work with array
4554 2008-01-26 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4556 * Bug #2547: Properties of images are not saved due to RTE transformation
4557 * Feature/cleanup: Restructure htmlArea RTE plugins FindReplace, InsertSmiley, RemoveFormat, SpellChecker, AboutEditor
4558 * Fixed bug #4074: htmlArea RTE SpellChecker not working. Thanks to Reinier Kleipool.
4559 * Fixed bug #4777: htmlArea RTE Spellchecker split words at some special chars (e.g. german umlauts). Thanks to Daniel Chabrol.
4561 2008-01-26 Ingo Renner <ingo@typo3.org>
4563 * Fixed bug #7222: When installing an extension that contains a new backend module the module menu is not refreshed anymore when using backend.php
4564 * Fixed bug #7245: Javascript Error in new Backend
4565 * Fixed bug #7221: The currently active module is not highlighted anymore with the new backend.php
4566 * Fixed bug #584: Changing language in user setup do not reload left frame (menu)
4567 * Added missing rendering of css added by extensions
4568 * Fixed style sheet overwriting from skinning extensions in backend.php
4569 * Made tables in Web->List view fill the whole document by adding css style width of 98%
4570 * Updated prototype to 1.6.0.2
4571 * Fixed bug #7270: Shortcut menu does not load user's shortcuts if user is not admin, credits Stig Norgaard Faerch
4572 * Fixed bug #7256: highlight matching curly brackets, credits Tobias Liebig
4573 * Fixed bug #6834: Wrong syntax highlighting in wrong context, credits Tobias Liebig
4574 * Fixed bug #7255: implement "auto-closing brackets", credits Tobias Liebig
4575 * Fixed bug: when refreshing the module menu, the currently highlighted module losses highlighting
4576 * Added visual effects to collapsing/expanding module menus
4577 * Fixed bug #7283: When editing a shortcut in backend.php regular users get global groups shown in the group select field but can't save to them
4579 2008-01-26 Oliver Hader <oh@inpublica.de>
4581 * (minor) Fixed bug: IRRE - Some labels/messages are not shown when in AJAX mode
4583 2008-01-24 Ingo Renner <ingo@typo3.org>
4585 * Added missing description to module menu, credits Steffen Kamper
4586 * Fixed module menu toggling
4587 * Added some cleanup for the unified BE AJAX interface
4589 2008-01-24 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4591 * Added feature: Various enhancements to link dialogues in htmlArea RTE
4592 * Fixed bug #6787: classesAnchor and classesLinks get lost when changing tab in link browser
4593 * Added feature #4100: Insert/Modify Link with DAM
4594 * Fixed bug #7258: htmlArea RTE crashes on missing locallang.xml
4596 2008-01-23 Ingo Renner <ingo@typo3.org>
4598 * Fixed bugs #7251 , #6524: Make the folding/unfolding of the menu items use AJAX, credits Steffen Kamper
4600 2008-01-23 Thomas Hempel <thomas@typo3-unleashed.net>
4602 * Bugfix: removed a needless comma in sysext/cms/ext_tables.sql (line 160)
4604 2008-01-22 Ingo Renner <ingo@typo3.org>
4606 * Added feature: #7223: update prototype and scriptaculous to their most recent versions
4607 * Fixed bug: #7237: There is no way to get loaded interface
4608 * Fixed bug: #7238: t3editor should not depend on MochiKit-Javascript-Framework
4610 2008-01-21 Benjamin Mack <mack@xnos.org>
4612 * Fixed #7166: CSH broken in EM, Info View (Thanks to Francois Suter)
4614 2008-01-21 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4616 * Fixed JS error when opening the TYPO3 image browser and proc.plainImageMode is not set
4618 2008-01-21 Ingo Renner <ingo@typo3.org>
4620 * Fixed tab borders in TCEforms
4621 * Now the module menu in backend.php is as wide as in alt_main.php
4623 2008-01-20 Ingo Renner <ingo@typo3.org>
4625 * Fixed bug #7211: "Start in Module" does not work anymore
4626 * Fixed check for wrong implementation of toolbarItem interface
4627 * Renamed typo3/css/verticalmenu.css to modulemenu.css
4628 * Changed the way how javascritp and css files needed to be referenced when adding them to backend.php, now relative to typo3/
4629 * Added note item to EM when there may be additional configuration fields
4630 * Some colors from t3skin for the docheader went into the original style, fixed by moving them back to t3skin and choosing an appropriate color whn t3skin is not installed
4631 * Fixed minor style issues with the docheader with and without t3skin
4633 2008-01-19 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4635 * Added feature: Various enhancements to image dialog in htmlArea RTE
4636 * Fixed bug #3957: picture drag and drop throws you out of the tab navigation
4637 * Fixed bug #5490: Drag 'n drop javascript error / blank screen in IE
4638 * Added feature #5885: Default image class
4639 * Added feature #5902: Removing style attribute for images
4640 * Added feature #6115: Enabling configuration of the "edit image" dialogue
4642 2008-01-19 Ingo Renner <ingo@typo3.org>
4644 * Added a way to overwrite / skin the css files in backend.php
4646 2008-01-18 Oliver Hader <oh@inpublica.de>
4648 * (tweak) Fixed bug: Removed unused inclusion of typo3/js/ajax.js in typo3/backend.php
4650 2008-01-17 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4652 * Fixed bug #7196: Status of block element buttons not updated in htmlArea RTE toolbar
4654 2008-01-17 Oliver Hader <oh@inpublica.de>
4656 * (major) Fixed bug #7177: Page tree is not working in IE6/IE7
4657 * (minor) Fixed bug #7184: Login has probably expired, when you create a new page (only in Safari and Internet Explorer)
4659 2008-01-17 Ingmar Schlecht <ingmar@typo3.org>
4661 * Fixed bug #7165: CSH bubble help white on white in Web > List view (Thanks to Francois Suter)
4663 2008-01-17 Ingo Renner <ingo@typo3.org>
4665 * Fixed bug #7178: GUI of new backend is mixed up in IE6
4667 2008-01-16 Oliver Hader <oh@inpublica.de>
4669 * (minor) Fixed bug: Missing try/catch for actionChecks in TBE_EDITOR
4671 2008-01-16 Ingo Renner <ingo@typo3.org>
4673 * Release of TYPO3 4.2.0alpha3
4675 2008-01-15 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4677 * Fixed bug #6821: Empty paragraph-tags with attributes are not editable in RTE
4679 2008-01-15 Ingmar Schlecht <ingmar@typo3.org>
4681 * Added feature #6784: New login-box System-Extension "felogin". This is a refactored version of the "newloginbox" extension, now integrated into the core. (Big thanks to Steffen Kamper for writing this extension for core integration!)
4682 * Minor improvements to the Cleaner Backend stylesheet (by Steffen Kamper)
4683 * Fixes to shortcut menu of Cleaner Backend required for IE7
4685 2008-01-15 Ingo Renner <ingo@typo3.org>
4687 * Added feature #5536: Some Hooks for tslib_content
4688 * Added feature #7161: create a shortcut manager to delegate calls to create a new shortcut to the right target
4689 * Added the shortcut menu, part of the cleaner backend project
4690 * Added feature #7163: Make backend.php the default backend
4691 * Cleanup: removed typo3/alt_main_new.php and typo3/sysext/topapps as it was never finished and used
4692 * Added feature: make the page tree filter pretty, credits to Benjamin Mack
4694 2008-01-15 Benjamin Mack <mack@xnos.org>
4696 * (bugfix) #2936, 4126: Improvements to clipboard copy/move selection (by Bernhard Kraft)
4697 * (cleanup) #6958: added comments in t3lib_htmlmail.php, used foreach and some better variable namings (thanks to Stefano Cecere and Steffen Kamper)
4698 * (bugfix) #5482:t3lib_htmlmail.php is now initialized with empty variables
4699 * (bugfix) Fixed #7148 - CSV Export Improvements in List Module
4701 2008-01-15 Dmitry Dulepov <dmitry@typo3.org>
4703 * Fixed bug #5660: Wrong HTTP Header on Domain Redirect (fix by Jeff Segars)
4705 2008-01-15 Oliver Hader <oh@inpublica.de>
4707 * (feature) Added feature #7122: IRRE - Implement TYPO3AJAX handler for Inline Relational Record Editing
4708 * (feature) Added feature #2797: Add return value to t3lib_htmlmail::send (thanks to Steffen Kamper)
4709 * (minor) Fixed bug #7126: IRRE - Child records are shown floated and not as blocks in Safari
4710 * (cleanup) Removed typo3/alt_doc_ajax.php (former AJAX handler of IRRE)
4711 * (feature) Added feature #5899: Notify user where required elements are nested in IRRE or Tabs
4714 2008-01-14 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4716 * Fixed bug #7138: RTE is not rendered in Tabs
4717 * Added feature #6845: Make preserving DIV sections a configurable RTE processing option
4719 2008-01-14 Ingo Renner <ingo@typo3.org>
4721 * Fixed bug #6932: Unlike the default preview language, fields of additionalPreviewLanguages are shown if they are empty. credits Helmut Ummel
4723 2008-01-11 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4725 * htmlArea RTE: Update manual and version to 1.6.4dev
4727 2008-01-11 Oliver Hader <oh@inpublica.de>
4729 * (feature) Added feature #7124: Add some more functionality to new AJAX interface in the TYPO3 back-end
4731 2008-01-10 Benjamin Mack <mack@xnos.org>
4733 * (feature) Added #7096: Consistent interface for AJAX calls in the TYPO3 backend
4735 2008-01-10 Jeff Segars <jeff@webempoweredchurch.org>
4737 * Fixed bug #5421: Problem ignoring extension constraints
4738 * Fixed bug #7105: Default value of image_orient is invalid (Thanks to Steffen Kamper)
4740 2008-01-09 Benjamin Mack <mack@xnos.org>
4742 * (cleanup) Fixed #6957: Removed bottom button panel in alt_doc.php
4743 * (feature) Added #6995 CSH text is now displayed with CSS hover when in icon mode (Thanks to Chris Lindenmueller)
4745 2008-01-08 Benjamin Mack <mack@xnos.org>
4747 * (bugfix) Followup for #1678: limit to language; made the variable names better (Thanks to Helmut Hummel)
4748 * (bugfix) Fixed #7101: CType bullets not rendered correctly (thanks to Steffen Kamper)
4749 * (bugfix) Fixed #6883: Added missing functions in typo3/template.php
4751 2008-01-08 Dmitry Dulepov <dmitry@typo3.org>
4753 * Fixed bug #6991: Enable stdWrap for wrapItemAndSub
4755 2008-01-06 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4757 * Fixed bug #6961: Errors in link creation popup window
4759 2008-01-06 Oliver Hader <oh@inpublica.de>
4761 * Fixed bug #5994: IRRE - RTEhtmlarea is not show in child records if parent has no RTE
4763 2008-01-06 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4765 * Feature/Cleanup: Acronym plugin of htmlArea RTE using new plugin API and enabled in IE7
4766 * Fixed issue 6154: Plugin Acronym enables class abbr for span
4767 * Added feature 1927: Activate Acronym Plugin for IE
4768 * (major) Feature: Improved behaviour and configuration options for inline elements and text styling
4769 * Added feature 3708 (complete): support for <q>
4770 * Fixed issue 5952 (complete): Usability Issue with classes wrapped with <> in select lists
4771 * Added feature 6034: Improvements of inlineCSS: adding classes to inline elements without additional span
4772 * Fixed issue 6839: sub and sup are added via CSS instead of tags in Safari
4773 * Fixed issue 7052: Permission problem of RTE images
4775 2008-01-05 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4777 * (major) Feature: Improved behaviour and configuration options of formatblock and blockstyle drop-down lists
4778 * Feature: Added buttons insertparagraphbefore, insertparagraphafter and blockquote
4779 * Feature: Added Page TSConfig RTE sub-array mutuallyExclusiveClasses
4780 * Fixed issue 5952 (partial): Usability Issue with classes wrapped with <> in select lists
4781 * Fixed issue 5951: Disturbing behaviour of indent/outdent and TAB
4782 * Added feature 3708 (partial): support for <blockquote>
4783 * Fixed issue 5977: align="center" (right or left) not any more supported by W3C
4784 * Fixed issue 6837: Strange layout for header N except the first one (Safari)
4785 * Cleanup: Character Map plugin now using new plugin API
4787 2007-12-30 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4789 * Feature/bugfix: Fixing icons for Opera and adding new icons in default skin of htmlArea RTE and in t3skin/rtehtmlarea
4791 2007-12-27 Dmitry Dulepov <dmitry@typo3.org>
4793 * Fixed bug #7028: Implement CSH for flexforms
4795 2007-12-26 Oliver Hader <oh@inpublica.de>
4797 * (minor) Fixed bug #6651: IRRE - Button for creating new records disappeared on nested child records if a parent record reached the maxitems value
4798 * (tweak) Fixed bug #7038: EM - sql_free_result() on non-resources fails
4800 2007-12-21 Oliver Hader <oh@inpublica.de>
4802 * (minor) Fixed bug #6007: IRRE - Child records with image fields are not shown in m:n disposal
4803 * (minor) Fixed hanging recordset in t3lib_TCEmain::getSortNumber
4805 2007-12-20 Thomas Hempel <thomas@typo3-unleashed.net>
4807 * Added meta-subcategory "root" for adding deliverables to main categories.
4809 2007-12-19 Thomas Hempel <thomas@typo3-unleashed.net>
4811 * Feature request #6988: Return errors from performUpdateQueries (Thanks to Francois Suter)
4813 2007-12-19 Ernesto Baschny <ernst@cron-it.de>
4815 * Feature request #3822, #5065: Make hardcoded (250000 bytes) max attachment size for mailform configurable: $TYPO3_CONF_VARS['FE']['formmailMaxAttachmentSize']
4817 2007-12-17 Ingmar Schlecht <ingmar@typo3.org>
4819 * Fixed bug #6996: Versioning in clickmenu was unavailable for non-admins due to a problem of an earlier bugfix #4160 (Thanks to Helmut Hummel for the correction)
4820 * Code cleanup: #6990 use prototype functions instead of own ones where possible in clickmenu (Thanks to Helmut Hummel)
4822 2007-12-17 Andreas Otto <andreas.otto@dkd.de>
4824 * Feature request #6945: Login failures can be logged with t3lib_div::syslog().
4826 2007-12-16 Benjamin Mack <mack@xnos.org>
4828 * (bugfix) #6955: fileadmin contextual menu doesn't popup well
4830 2007-12-16 Ingo Renner <ingo@typo3.org>
4832 * Removed width css property from workspace selector toolbar item as it caused layout issues in non english backends
4834 2007-12-16 Benjamin Mack <mack@xnos.org>
4836 * (bugfix) #6859: Taskcenter - Submodules are not shown (fixed backwards-compatibility by Malte Jansen)
4837 * (bugfix) #6879: Sticky top icons in alt_doc: missing
4838 button when columnsOnly is set
4840 2007-12-15 Ingo Renner <ingo@typo3.org>
4842 * Fixed bug #6921: labels in t3lib/stddb/tbl_be.php hardcoded
4844 2007-12-15 Benjamin Mack <mack@xnos.org>
4846 * (cleanup) #6826: Removed "Show Description for Fields" checkbox in alt_doc.php
4848 2007-12-14 Thomas Hempel <thomas@typo3-unleashed.net>
4850 * Fixed wrong update meachnism in method call
4851 * Fixed some small typos in database module (Thanks to Francois Suter)
4853 2007-12-13 Oliver Hader <oh@inpublica.de>
4855 * (major) Fixed bug #6924: t3lib_div::readLLXMLfile does not use localized content anymore
4857 2007-12-13 Thomas Hempel <thomas@typo3-unleashed.net>
4859 * Finished DB compare against stddb/tables.sql (need testing)
4861 2007-12-12 Thomas Hempel <thomas@typo3-unleashed.net>
4863 * Bugfix: Invalid call to viewObj
4864 * Added support for fieldsets in renderMethod "form"
4865 * Added ability to send forms via AJAX
4866 * Improved DB compare code (Thanks to Francois Suter)
4868 2007-12-10 Ingmar Schlecht <ingmar@typo3.org>
4870 * (security) Fixed a low-severity SQL injection in the modfunc2 of indexed_search (only exploitable by BE users, and severity limited because addslashes() was already applied to the value - yet not within a quoted string) (Thanks to Henning Pingel for finding the issue and Andreas Otto for the fix)
4872 2007-12-06 Benjamin Mack <mack@xnos.org>
4874 * (bugfix) Fixed #1678: limit to language; still can delete and move content element (Thanks to Helmut Hummel)
4876 2007-12-05 Dmitry Dulepov <dmitry@typo3.org>
4878 * Fixed problems with language files in new installer (typo3/sysext/install)
4879 * Fixed bug #6903: Translated language files are not loaded
4880 * Fixed bug #6703: $TCA[table]['ctrl']['hideTable'] not implemented
4881 * Fixed bug #6888: Disabling some or all controls in "group" field
4883 2007-12-04 Dmitry Dulepov <dmitry@typo3.org>
4885 * Fixed bug #6844: DB compare fails
4887 2007-12-04 Jeff Segars <jeff@webempoweredchurch.org>
4889 * Fixed bug #6114: t3lib_extMgm::addToAllTCATypes ignores type 0
4891 2007-12-03 Dmitry Dulepov <dmitry@typo3.org>
4893 * Fixed bug #6727: Fatal error install tool
4895 2007-12-03 Benjamin Mack <mack@xnos.org>
4897 * (cleanup) Fixed #6823: Removed "Disable RTE" checkbox in alt_doc.php
4899 2007-12-02 Dmitry Dulepov <dmitry@typo3.org>
4901 * Changed "Clear cache" string to start with upper-case
4903 2007-12-02 Ingo Renner <ingo@typo3.org>
4905 * Added feature #6868: Enable labels for EM extension configuration, credits Georg Ringer
4907 2007-12-02 Ingmar Schlecht <ingmar@typo3.org>
4909 * Fixed bug #6663: Unserialized objects not debugged properly (by Francois Suter)
4910 * Minor change to tsconfig_help sysext (by Francois Suter)
4911 * Issue #6873: Added icon for pages marked as not in menu and with FE-user access restriction to t3skin (by Francois Suter)
4913 2007-11-30 Oliver Hader <oh@inpublica.de>
4915 * Fixed bug #5602: spamProtectEmailAddresses_atSubst is not recognized correctly
4917 2007-11-30 Ingo Renner <ingo@typo3.org>
4919 * Added positioning function for the clear cache menu which is needed to keep the menu below it's icon when new items are added to the toolbar
4920 * Added backend search toolbar item to backend.php
4922 2007-11-29 Benjamin Mack <mack@xnos.org>
4924 * (feature) #6833: Possibility to add inline JS to page (Thanks to Steffen Kamper)
4925 * (minor) Fixed #6825: TCEforms -- Icon for empty palettes are not displayed anymore
4927 2007-11-27 Ingo Renner <ingo@typo3.org>
4929 * Added clear cache actions menu to backend.php as part of the cleaner backend project
4930 * Moved user info and logout button to the toolbar
4932 2007-11-27 Stanislas Rolland <stanislas.rolland@fructifor.ca>
4934 * Bugfix #6836: htmlArea RTE cannot enter line break in Safari (Windows)
4936 2007-11-26 Ingo Renner <ingo@typo3.org>
4938 * Moved interface t3lib_backendToolbarItem to typo3/interfaces/interface.backend_toolbaritem.php
4940 2007-11-26 Wolfgang Klinger <wk@plan2.net>
4942 * Fixed bug #6831: Clickmenu is cut off on the left, when it does not fit in the viewport (Thanks to Helmut Hummel)
4944 2007-11-25 Dmitry Dulepov <dmitry@typo3.org>
4946 * Reformatted t3editor sysext
4948 2007-11-25 Ingmar Schlecht <ingmar@typo3.org>
4950 * Fixed bug #6828: Using outpug buffering for debug() to prevent "Headers already sent" errors
4952 2007-11-25 Benjamin Mack <mack@xnos.org>
4954 * Feature #6829: New general template methods for FE & BE (Thanks to Steffen Kamper)
4955 * Added labels to checkbox descriptions in new EM section
4957 2007-11-24 Oliver Hader <oh@inpublica.de>
4959 * Fixed bug #6817: Files with extension xml are ignored as resource of a template
4960 * Added feature #5530: Hook in TCEmain after all database operations
4961 * Cleaned up typo3/sysext/tstemplate_info/class.tx_tstemplateinfo.php
4963 2007-11-24 Benjamin Mack <mack@xnos.org>
4965 * Fix #6822: css_styled_content default EXTCONF was not loaded since it was installed by default
4967 2007-11-24 Ingmar Schlecht <ingmar@typo3.org>
4969 * Feature #6770: Flexform DataStructure pointerFields:
4970 * Implement option to use two ds_pointerFields so DataStructures can be switched by the combination of two field's values
4971 * Enabled the new ds_pointerFields possibility for tt_content.pi_flexform, so you can specify DataStructures per (combination of) list_type and CType values
4972 * Made css_styled_content register the DataStructures for the CType=table Content Element using the new ds_pointerFields instead of overriding the 'default' DS key
4974 2007-11-23 Ernesto Baschny <ernst@cron-it.de>
4976 * Fixed bug #6240: pageNotFound_handling returns empty page if specified URL cannot be retrieved. Credit to Helmut Hummel for the fix.
4977 * Added feature #5791: indexed_search: join_pages is now configurable via TypoScript
4979 2007-11-23 Oliver Hader <oh@inpublica.de>
4981 * Fixed bug #5956: TCA eval required on date field does not work
4983 2007-11-23 Wolfgang Klinger <wk@plan2.net>
4985 * Fixed bug #6775: Page and info module ignore "Limit to language"
4987 2007-11-22 Ernesto Baschny <ernst@cron-it.de>
4989 * Fixed bugs #1697, #1465, #4849, #5183: Datetime input fields and timezone shift bug
4990 * Fixed: The click-checkbox to set the current date/time did not work on fields with eval year, time and timesec.
4991 * Fixed: Setting a field of eval "timesec" as a label of a table would show an integer instead of the hh:mm:ss string
4993 2007-11-22 Bernhard Kraft <kraftb@kraftb.at>
4995 * Added hooks #6738: Hooks for Web>List module which allow modification/addition/removal of icons for each table and its records
4997 2007-11-22 Ingo Renner <ingo@typo3.org>
4999 * Fixed bug #6741: Add fields cruser_id and crdate to table fe_groups, credit Malte Jansen
5000 * Added feature #6793: Rename User and Tools modules, credits Francois Suter
5002 2007-11-22 Stanislas Rolland <stanislas.rolland@fructifor.ca>
5004 * Feature/bugfix: htmlArea RTE: Enter paragraph on return key corrected and improved
5005 * Bugfix #6769: RTEhtmlarea not working with IRRE in FF anymore
5007 2007-11-21 Bernhard Kraft <kraftb@kraftb.at>
5009 * Fixed bug #6785: "this->extraFormHeaders" didn't work anymore since "fixed alt_doc headers" have been introduced (#6625)
5011 2007-11-20 Stanislas Rolland <stanislas.rolland@fructifor.ca>
5013 * Feature #6769 continued: Further adjustments and workarounds to enable htmlArea RTE in Safari
5015 2007-11-20 Dmitry Dulepov <dmitry@typo3.org>
5017 * Restored typo3/sysext/lang/locallang_mod_doc.xml because it was zero length and broke translations
5018 * Fixed bug #6259: Disabling Tabs with no fields
5019 * Fixed bug #6773: Allow br in flexform labels
5021 2007-11-20 Oliver Hader <oh@inpublica.de>
5023 * (feature) Added feature #6473: CSC - Extend render userFuncs by TS field property
5025 2007-11-20 Benjamin Mack <mack@xnos.org>
5027 * Feature #6768: Added the media field for page type "Shortcut" as well
5028 * Feature #6768: Integrate ext 'Media field for page type External URL' (dkd_media4url)
5030 2007-11-19 Stanislas Rolland <stanislas.rolland@fructifor.ca>
5032 * Feature #6769: Enable htmlArea RTE in Safari
5034 2007-11-19 Oliver Hader <oh@inpublica.de>
5036 * (feature) Added feature #6734: Integrate post processing for links handled by typoLink
5037 * (feature) Added feature #6346: Enable overriding/renaming field labels by page TSconfig (patch by Malte Jansen)
5039 2007-11-16 Stanislas Rolland <stanislas.rolland@fructifor.ca>
5041 * Feature #6715: Remapping of b and i tags by RTE transformation made configurable
5042 * Feature/bugfix: Change to the initialisation sequence of htmlArea RTE
5044 2007-11-16 Ingo Renner <ingo@typo3.org>
5046 * Added feature #6545: Hook Request: db_list
5048 2007-11-15 Ingmar Schlecht <ingmar@typo3.org>
5050 * Release of TYPO3 4.2.0alpha2
5052 2007-11-15 Ingmar Schlecht <ingmar@typo3.org>
5054 * Bugfix #5683: processing of label field in backend (Thanks to Ralf Hettinger)
5055 * Set left-padding of options in selectorboxes to 22 if an icon is displayed that has a width between 14 and 20 pixels. This was necessary for a good visual impression even if page and content type icon sizes vary.
5056 * Made Clear Cache buttons of backend.php AJAX based, showing a nice spinner image during cache clearing
5058 2007-11-15 Jeff Segars <jeff@webempoweredchurch.org>
5060 * Feature #6672: Add tab filtering and file type filtering to TCA-defined link wizard
5062 2007-11-15 Stanislas Rolland <stanislas.rolland@fructifor.ca>
5064 * Feature #6657 revisited: htmlArea RTE: remove em and strong remap from main script
5066 2007-11-15 Ingo Renner <ingo@typo3.org>
5068 * Enabled requestUpdate for rte_enabled
5069 * Added feature #6721: add the workspace selector to the cleaner backend toolbar
5070 * Added feature #6442: Hook in browse_links request (for linking to records)
5071 * Added beta glue code for t3editor
5072 * Added t3editor as system extension
5074 2007-11-14 Stanislas Rolland <stanislas.rolland@fructifor.ca>
5076 * Feature #6712: htmlArea RTE: make hotkeys configurable in PageTSConfig
5077 * Feature #6712 continued: htmlArea RTE: adding hotkeys to default configuration settings
5078 * Bugfix: htmlArea RTE: Correction to InlineDefault plugin causing frame reload.
5079 * Feature #6712 corected: htmlArea RTE: correction to DefaultInline plugin and enhanced API