1 2008-02-02 Dmitry Dulepov <dmitry@typo3.org>
3 * Added feature #7336: Improve usability of Constants Editor
5 2008-02-02 Martin Kutschker <martin.t.kutschker@blackbox.net>
7 * !!! #7350: Use PHP5 features in class.t3lib_div.php (static and type hinting)
8 * #7351: Introduce $ACCESS_TIME/$SIM_ACCESS_TIME to improve Mysql query cache usage
10 2008-02-02 Kasper Skaarhoj <kasper2008@typo3.com>
12 * 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")
14 2008-02-01 Kasper Skaarhoj <kasper2008@typo3.com>
16 * 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
17 * Added option for custom message in the logout message for workspace previews.
18 * Fixed a bug in TTLhours for preview links.
20 2008-02-01 Bernhard Kraft <kraftb@kraftb.at>
22 * Added feature #7337: stdWrap for "range" and "entryLevel" in class.tslib_menu.php (patch by Georg Ringer)
24 2008-02-01 Stanislas Rolland <stanislas.rolland@fructifor.ca>
26 * added feature #880: Click-enlarge for Images in htmlArea RTE
28 2008-02-01 Ingo Renner <ingo@typo3.org>
30 * added feature #7323: New Styling for Module Menu (patch by Steffen Kamper)
31 * fixed module menu in IE
32 * added acss rule to t3skin to fix checkbox styles in IE7
33 * added feature #7267: Shortcut manager - shortcut icon should reflect record type
34 * added Event.stop() to toggle functions of the toolbar items to prevent adding a # to the browser's location bar
36 2008-01-31 Kasper Skaarhoj <kasper2008@typo3.com>
37 * Bugfixes to MM-relations, among other in workspaces (Bugs 3531 / 3907 solved)
39 class.t3lib_tcemain.php
40 - 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.
41 - Fixed old bug that MM-relations wouldn't get remapped to new elements that were are part of a copy operation ($theUidToUpdate => $MM_localUid)
42 - 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())
44 class.t3lib_loaddbgroup.php
45 - Fixed several bugs related to MM-relations:
46 - 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)
47 - 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.)
50 * - Cleaner was updated to sort output - makes better diff-views now.
51 * - Added feature to configure the TTL for preview links in workspaces.
52 * - Added logout button for the preview box in the frontend view when previewing workspaces through preview links.
53 * - Removed copy/cut/pasteafter/delete from context menu of DB mounts. Could lead to confusing scenarios for admin users in workspaces.
54 * - 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.
55 * - Also, the User Admin module is now available in draft workspaces
57 - Fixed bug in flexform traversal that resulted in the new DHTML powered flexforms to fail.
58 - 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),
59 * 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)
60 * - Fixed trivial bug in view_array(): With empty arrays table-end tag were not applied. (class.t3lib_div)
61 * - (trivial) changed arraybrowser so also array keys are included in the search. [class.t3lib_arraybrowser.php + lowlevel/config/index.php]
63 2008-01-31 Jeff Segars <jeff@webempoweredchurch.org>
65 * Fixed bug #7202: Debug renders incomplete table with empty arrays. Thanks to Stefan Geith.
66 * Fixed bug #6902: Add an imagespace to Text w/ Image when image width is not available. Thanks to Georg Ringer.
68 2008-01-31 Benjamin Mack <mack@xnos.org>
70 * Fixed Bug #4770: css_styled_content - rowSpace also puts space below last image row
72 2008-01-31 Stanislas Rolland <stanislas.rolland@fructifor.ca>
74 * Feature: Enhancements to the acronym feature of htmlArea RTE
75 * Added feature #7332: htmlArea RTE: Add default target to classes configured with classesAnchor in Page TSConfig
76 * Udpate htmlArea RTE version to 1.7.0 for TYPO3 4.2 beta1.
78 2008-01-29 Stanislas Rolland <stanislas.rolland@fructifor.ca>
80 * Feature/cleanup: Restructure htmlArea RTE plugins QuickTag, TableOperations, UserElements
81 * Feature/cleanup: Move colors, fonts, text direction, word cleaning and lists to extensions/plugins of htmlArea RTE.
82 * Feature #3633: Individual height of inline htmlArea RTE. Thanks to Ralf Hettinger.
83 * Fixed bug #5013: htmlArea RTE Editor not working in Firefox 3.0 Granparadiso
84 * Added feature #7318: In htmlArea RTE, text direction should be set with the dir attribute
86 2008-01-28 Kasper Skaarhoj <kasper2008@typo3.com>
88 * (minor) Fixed bug: "typo3/js/workspaces.js" was corrected to "js/workspaces.js" in class.workspaceselector.php
90 2008-01-27 Oliver Hader <oh@inpublica.de>
92 * (minor) Fixed bug: Overriding TCA properties with TSconfig does not work with array
94 2008-01-26 Stanislas Rolland <stanislas.rolland@fructifor.ca>
96 * Bug #2547: Properties of images are not saved due to RTE transformation
97 * Feature/cleanup: Restructure htmlArea RTE plugins FindReplace, InsertSmiley, RemoveFormat, SpellChecker, AboutEditor
98 * Fixed bug #4074: htmlArea RTE SpellChecker not working. Thanks to Reinier Kleipool.
99 * Fixed bug #4777: htmlArea RTE Spellchecker split words at some special chars (e.g. german umlauts). Thanks to Daniel Chabrol.
101 2008-01-26 Ingo Renner <ingo@typo3.org>
103 * fixed bug #7222: When installing an extension that contains a new backend module the module menu is not refreshed anymore when using backend.php
104 * fixed bug #7245: Javascript Error in new Backend
105 * fixed bug #7221: The currently active module is not highlighted anymore with the new backend.php
106 * fixed bug #584: Changing language in user setup do not reload left frame (menu)
107 * added missing rendering of css added by extensions
108 * fixed style sheet overwriting from skinning extensions in backend.php
109 * made tables in Web->List view fill the whole document by adding css style width of 98%
110 * updated prototype to 1.6.0.2
111 * fixed bug #7270: Shortcut menu does not load user's shortcuts if user is not admin, credits Stig N�rgaard F�rch
112 * fixed bug #7256: highlight matching curly brackets, credits Tobias Liebig
113 * fixed bug #6834: Wrong syntax highlighting in wrong context, credits Tobias Liebig
114 * fixed bug #7255: implement "auto-closing brackets", credits Tobias Liebig
115 * fixed bug: when refreshing the module menu, the currently highlighted module losses highlighting
116 * added visual effects to collapsing/expanding module menus
117 * 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
119 2008-01-26 Oliver Hader <oh@inpublica.de>
121 * (minor) Fixed bug: IRRE - Some labels/messages are not shown when in AJAX mode
123 2008-01-24 Ingo Renner <ingo@typo3.org>
125 * added missing description to module menu, credits Steffen Kamper
126 * fixed module menu toggling
127 * added some cleanup for the unified BE AJAX interface
129 2008-01-24 Stanislas Rolland <stanislas.rolland@fructifor.ca>
131 * Added feature: Various enhancements to link dialogues in htmlArea RTE
132 * Fixed bug #6787: classesAnchor and classesLinks get lost when changing tab in link browser
133 * Added feature #4100: Insert/Modify Link with DAM
134 * Fixed bug #7258: htmlArea RTE crashes on missing locallang.xml
136 2008-01-23 Ingo Renner <ingo@typo3.org>
138 * fixed bugs #7251 , #6524: Make the folding/unfolding of the menu items use AJAX, credits Steffen Kamper
140 2008-01-23 Thomas Hempel <thomas@typo3-unleashed.net>
142 * Bugfix: removed a needless comma in sysext/cms/ext_tables.sql (line 160)
143 * Installer: Improved the installer module.
144 - The result of the previous steps is now displayed
145 - Fixed some issues with "previous" button
146 * Installer: Improved database and table creation
147 * Installer: added new option BE/RTE_imageStorageDir. related to issue #7185
148 * Installer: Added some styles for deliverable lists
150 2008-01-22 Thomas Hempel <thomas@typo3-unleashed.net>
152 * Installer: Added a "hide" button to hide the results of executed methods
153 * Installer: Added skeletons for gfx check methods
154 * Installer: improved the look of the login screen
155 * Installer: Smaller bugfixes and enhancements in error handling
157 2008-01-22 Ingo Renner <ingo@typo3.org>
159 * added feature: #7223: update prototype and scriptaculous to their most recent versions
160 * fixed bug: #7237: There is no way to get loaded interface
161 * fixed bug: #7238: t3editor should not depend on MochiKit-Javascript-Framework
163 2008-01-21 Benjamin Mack <mack@xnos.org>
165 * Fixed #7166: CSH broken in EM, Info View (Thanks to Francois Suter)
167 2008-01-21 Stanislas Rolland <stanislas.rolland@fructifor.ca>
169 * Fixed JS error when opening the TYPO3 image browser and proc.plainImageMode is not set
171 2008-01-21 Ingo Renner <ingo@typo3.org>
173 * fixed tab borders in TCEforms
174 * now the module menu in backend.php is as wide as in alt_main.php
176 2008-01-20 Thomas Hempel <thomas@typo3-unleashed.net>
178 * Installer: Renamed the tab back from "Setup" to "Installer" to avoid problems in translation tool
179 * Installer: reorganized installer module (rewrite)
180 * Installer: implemeted some features for setup module to make it usable for most cases
181 * Installer: added database checks (big thanks to Francois Suter!!!)
182 * Installer: started implementation of image checks
183 * Installer: prepared codebase for third party patches
185 2008-01-20 Ingo Renner <ingo@typo3.org>
187 * fixed bug #7211: "Start in Module" does not work anymore
188 * fixed check for wrong implementation of toolbarItem interface
189 * renamed typo3/css/verticalmenu.css to modulemenu.css
190 * changed the way how javascritp and css files needed to be referenced when adding them to backend.php, now relative to typo3/
191 * added note item to EM when there may be additional configuration fields
192 * 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
193 * fixed minor style issues with the docheader with and without t3skin
195 2008-01-19 Stanislas Rolland <stanislas.rolland@fructifor.ca>
197 * Added feature: Various enhancements to image dialog in htmlArea RTE
198 * Fixed bug #3957: picture drag and drop throws you out of the tab navigation
199 * Fixed bug #5490: Drag 'n drop javascript error / blank screen in IE
200 * Added feature #5885: Default image class
201 * Added feature #5902: Removing style attribute for images
202 * Added feature #6115: Enabling configuration of the "edit image" dialogue
204 2008-01-19 Ingo Renner <ingo@typo3.org>
206 * added a way to overwrite / skin the css files in backend.php
208 2008-01-18 Oliver Hader <oh@inpublica.de>
210 * (tweak) Fixed bug: Removed unused inclusion of typo3/js/ajax.js in typo3/backend.php
212 2008-01-17 Stanislas Rolland <stanislas.rolland@fructifor.ca>
214 * Fixed bug #7196: Status of block element buttons not updated in htmlArea RTE toolbar
216 2008-01-17 Oliver Hader <oh@inpublica.de>
218 * (major) Fixed bug #7177: Page tree is not working in IE6/IE7
219 * (minor) Fixed bug #7184: Login has probably expired, when you create a new page (only in Safari and Internet Explorer)
221 2008-01-17 Ingmar Schlecht <ingmar@typo3.org>
223 * Fixed bug #7165: CSH bubble help white on white in Web > List view (Thanks to Francois Suter)
225 2008-01-17 Ingo Renner <ingo@typo3.org>
227 * fixed bug #7178: GUI of new backend is mixed up in IE6
229 2008-01-16 Oliver Hader <oh@inpublica.de>
231 * (minor) Fixed bug: Missing try/catch for actionChecks in TBE_EDITOR
233 2008-01-16 Ingo Renner <ingo@typo3.org>
235 * Release of TYPO3 4.2.0alpha3
237 2008-01-15 Stanislas Rolland <stanislas.rolland@fructifor.ca>
239 * Fixed bug #6821: Empty paragraph-tags with attributes are not editable in RTE
241 2008-01-15 Ingmar Schlecht <ingmar@typo3.org>
243 * 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!)
244 * Minor improvements to the Cleaner Backend stylesheet (by Steffen Kamper)
245 * Fixes to shortcut menu of Cleaner Backend required for IE7
247 2008-01-15 Ingo Renner <ingo@typo3.org>
249 * added feature #5536: Some Hooks for tslib_content
250 * added feature #7161: create a shortcut manager to delegate calls to create a new shortcut to the right target
251 * added the shortcut menu, part of the cleaner backend project
252 * added feature #7163: Make backend.php the default backend
253 * cleanup: removed typo3/alt_main_new.php and typo3/sysext/topapps as it was never finished and used
254 * added feature: make the page tree filter pretty, credits to Benjamin Mack
256 2008-01-15 Benjamin Mack <mack@xnos.org>
258 * (bugfix) #2936, 5613: Improvements to clipboard copy/move selection (by Bernhard Kraft)
259 * (cleanup) #6958: added comments in t3lib_htmlmail.php, used foreach and some better variable namings (thanks to Stefano Cecere and Steffen Kamper)
260 * (bugfix) #5482:t3lib_htmlmail.php is now initialized with empty variables
261 * (bugfix) Fixed #7148 - CSV Export Improvements in List Module
263 2008-01-15 Dmitry Dulepov <dmitry@typo3.org>
265 * Fixed bug #5660: Wrong HTTP Header on Domain Redirect (fix by Jeff Segars)
267 2008-01-15 Oliver Hader <oh@inpublica.de>
269 * (feature) Added feature #7122: IRRE - Implement TYPO3AJAX handler for Inline Relational Record Editing
270 * (feature) Added feature #2797: Add return value to t3lib_htmlmail::send (thanks to Steffen Kamper)
271 * (minor) Fixed bug #7126: IRRE - Child records are shown floated and not as blocks in Safari
272 * (cleanup) Removed typo3/alt_doc_ajax.php (former AJAX handler of IRRE)
273 * (feature) Added feature #5899: Notify user where required elements are nested in IRRE or Tabs
276 2008-01-14 Stanislas Rolland <stanislas.rolland@fructifor.ca>
278 * Fixed bug #7138: RTE is not rendered in Tabs
279 * Added feature #6845: Make preserving DIV sections a configurable RTE processing option
281 2008-01-14 Ingo Renner <ingo@typo3.org>
283 * fixed #6932: Unlike the default preview language, fields of additionalPreviewLanguages are shown if they are empty. credits Helmut Ummel
285 2008-01-11 Stanislas Rolland <stanislas.rolland@fructifor.ca>
287 * htmlArea RTE: Update manual and version to 1.6.4dev
289 2008-01-11 Oliver Hader <oh@inpublica.de>
291 * (feature) Added feature #7124: Add some more functionality to new AJAX interface in the TYPO3 back-end
293 2008-01-10 Benjamin Mack <mack@xnos.org>
295 * (feature) Added #7096: Consistent interface for AJAX calls in the TYPO3 Backend
297 2008-01-10 Jeff Segars <jeff@webempoweredchurch.org>
299 * Fixed bug #5421: Problem ignoring extension constraints
300 * Fixed bug #7105: Default value of image_orient is invalid (Thanks to Steffen Kamper)
302 2008-01-09 Benjamin Mack <mack@xnos.org>
304 * (cleanup) Fixed #6957: Removed bottom button panel in alt_doc.php
305 * (feature) Added #6995 CSH text is now displayed with CSS hover when in icon mode (Thanks to Chris Lindenmueller)
307 2008-01-08 Benjamin Mack <mack@xnos.org>
309 * (bugfix) Followup for #1678: limit to language; made the variable names better (Thanks to Helmut Hummel)
310 * (bugfix) Fixed #7101: CType bullets not rendered correctly (thanks to Steffen Kamper)
311 * (bugfix) Fixed #6883: Added missing functions in typo3/template.php
313 2008-01-08 Dmitry Dulepov <dmitry@typo3.org>
315 * Fixed bug #6991: Enable stdWrap for wrapItemAndSub
317 2008-01-06 Stanislas Rolland <stanislas.rolland@fructifor.ca>
319 * Fixed bug #6961: Errors in link creation popup window
321 2008-01-06 Oliver Hader <oh@inpublica.de>
323 * Fixed bug #5994: IRRE - RTEhtmlarea is not show in child records if parent has no RTE
325 2008-01-06 Stanislas Rolland <stanislas.rolland@fructifor.ca>
327 * Feature/Cleanup: Acronym plugin of htmlArea RTE using new plugin API and enabled in IE7
328 * Fixed issue 6154: Plugin Acronym enables class abbr for span
329 * Added feature 1927: Activate Acronym Plugin for IE
330 * (major) Feature: Improved behaviour and configuration options for inline elements and text styling
331 * Added feature 3708 (complete): support for <q>
332 * Fixed issue 5952 (complete): Usability Issue with classes wrapped with <> in select lists
333 * Added feature 6034: Improvements of inlineCSS: adding classes to inline elements without additional span
334 * Fixed issue 6839: sub and sup are added via CSS instead of tags in Safari
335 * Fixed issue 7052: Permission problem of RTE images
337 2008-01-05 Stanislas Rolland <stanislas.rolland@fructifor.ca>
339 * (major) Feature: Improved behaviour and configuration options of formatblock and blockstyle drop-down lists
340 * Feature: Added buttons insertparagraphbefore, insertparagraphafter and blockquote
341 * Feature: Added Page TSConfig RTE sub-array mutuallyExclusiveClasses
342 * Fixed issue 5952 (partial): Usability Issue with classes wrapped with <> in select lists
343 * Fixed issue 5951: Disturbing behaviour of indent/outdent and TAB
344 * Added feature 3708 (partial): support for <blockquote>
345 * Fixed issue 5977: align="center" (right or left) not any more supported by W3C
346 * Fixed issue 6837: Strange layout for header N except the first one (Safari)
347 * Cleanup: Character Map plugin now using new plugin API
349 2007-12-30 Stanislas Rolland <stanislas.rolland@fructifor.ca>
351 * Feature/bugfix: Fixing icons for Opera and adding new icons in default skin of htmlArea RTE and in t3skin/rtehtmlarea
353 2007-12-27 Dmitry Dulepov <dmitry@typo3.org>
355 * Fixed bug #7028: Implement CSH for flexforms
357 2007-12-26 Oliver Hader <oh@inpublica.de>
359 * (minor) Fixed bug #6651: IRRE - Button for creating new records disappeared on nested child records if a parent record reached the maxitems value
360 * (tweak) Fixed bug #7038: EM - sql_free_result() on non-resources fails
362 2007-12-21 Oliver Hader <oh@inpublica.de>
364 * (minor) Fixed bug #6007: IRRE - Child records with image fields are not shown in m:n disposal
365 * (minor) Fixed hanging recordset in t3lib_TCEmain::getSortNumber
367 2007-12-20 Thomas Hempel <thomas@typo3-unleashed.net>
369 * Added meta-subcategory "root" for adding deliverables to main categories.
371 2007-12-19 Thomas Hempel <thomas@typo3-unleashed.net>
373 * Feature request #6988: Return errors from performUpdateQueries (Thanks to Francois Suter)
375 2007-12-19 Ernesto Baschny <ernst@cron-it.de>
377 * Feature request #3822, #5065: Make hardcoded (250000 bytes) max attachment size for mailform configurable: $TYPO3_CONF_VARS['FE']['formmailMaxAttachmentSize']
379 2007-12-17 Ingmar Schlecht <ingmar@typo3.org>
381 * 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)
382 * Code cleanup: #6990 use prototype functions instead of own ones where possible in clickmenu (Thanks to Helmut Hummel)
384 2007-12-17 Andreas Otto <andreas.otto@dkd.de>
386 * Feature request #6945: Login failures can be logged with t3lib_div::syslog().
388 2007-12-16 Benjamin Mack <mack@xnos.org>
390 * (bugfix) #6955: fileadmin contextual menu doesn't popup well
392 2007-12-16 Ingo Renner <ingo@typo3.org>
394 * removed width css property from workspace selector toolbar item as it caused layout issues in non english backends
396 2007-12-16 Benjamin Mack <mack@xnos.org>
398 * (bugfix) #6859: Taskcenter - Submodules are not shown (fixed backwards-compatibility by Malte Jansen)
399 * (bugfix) #6879: Sticky top icons in alt_doc: missing
400 button when columnsOnly is set
402 2007-12-15 Ingo Renner <ingo@typo3.org>
404 * fixed bug #6921: labels in t3lib/stddb/tbl_be.php hardcoded
406 2007-12-15 Benjamin Mack <mack@xnos.org>
408 * (cleanup) #6826: Removed "Show Description for Fields" checkbox in alt_doc.php
410 2007-12-14 Thomas Hempel <thomas@typo3-unleashed.net>
412 * Fixed wrong update meachnism in method call
413 * Fixed some small typos in database module (Thanks to Francois Suter)
415 2007-12-13 Oliver Hader <oh@inpublica.de>
417 * (major) Fixed bug #6924: t3lib_div::readLLXMLfile does not use localized content anymore
419 2007-12-13 Thomas Hempel <thomas@typo3-unleashed.net>
421 * Finished DB compare against stddb/tables.sql (need testing)
423 2007-12-12 Thomas Hempel <thomas@typo3-unleashed.net>
425 * Bugfix: Invalid call to viewObj
426 * Added support for fieldsets in renderMethod "form"
427 * Added ability to send forms via AJAX
428 * improved DB compare code (Thanks to Francois Suter)
430 2007-12-11 Thomas Hempel <thomas@typo3-unleashed.net>
432 * Added support for listing and calling methods in new installer
434 2007-12-10 Ingmar Schlecht <ingmar@typo3.org>
436 * (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 findind the issue and Andreas Otto for the fix)
438 2007-12-06 Benjamin Mack <mack@xnos.org>
440 * (bugfix) Fixed #1678: limit to language; still can delete and move content element (Thanks to Helmut Hummel)
442 2007-12-05 Dmitry Dulepov <dmitry@typo3.org>
444 * Fixed problems with language files in new installer (typo3/sysext/install)
445 * Fixed bug #6903: Translated language files are not loaded
446 * Fixed bug #6703: $TCA[table]['ctrl']['hideTable'] not implemented
447 * Fixed bug #6888: Disabling some or all controls in "group" field
449 2007-12-04 Dmitry Dulepov <dmitry@typo3.org>
451 * Fixed bug #6844: DB compare fails
453 2007-12-04 Jeff Segars <jeff@webempoweredchurch.org>
455 * Fixed bug #6114: t3lib_extMgm::addToAllTCATypes ignores type 0
457 2007-12-03 Dmitry Dulepov <dmitry@typo3.org>
459 * Fixed bug #6727: Fatal error install tool
461 2007-12-03 Benjamin Mack <mack@xnos.org>
463 * (cleanup) Fixed #6823: Removed "Disable RTE" checkbox in alt_doc.php
465 2007-12-02 Dmitry Dulepov <dmitry@typo3.org>
467 * Changed "Clear cache" string to start with upper-case
469 2007-12-02 Ingo Renner <ingo@typo3.org>
471 * added feature #6868: Enable labels for EM extension configuration, credits Georg Ringer
473 2007-12-02 Ingmar Schlecht <ingmar@typo3.org>
475 * Fixed bug #6663: Unserialized objects not debugged properly (by Francois Suter)
476 * Minor change to tsconfig_help sysext (by Francois Suter)
477 * Issue #6873: Added icon for pages marked as not in menu and with FE-user access restriction to t3skin (by Francois Suter)
479 2007-11-30 Oliver Hader <oh@inpublica.de>
481 * Fixed bug #5602: spamProtectEmailAddresses_atSubst is not recognized correctly
483 2007-11-30 Ingo Renner <ingo@typo3.org>
485 * 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
486 * added backend search toolbar item to backend.php
488 2007-11-29 Benjamin Mack <mack@xnos.org>
490 * (feature) #6833: Possibility to add inline JS to page (Thanks to Steffen Kamper)
491 * (minor) Fixed #6825: TCEforms -- Icon for empty palettes are not displayed anymore
493 2007-11-27 Ingo Renner <ingo@typo3.org>
495 * added clear cache actions menu to backend.php as part of the cleaner backend project
496 * moved user info and logout button to the toolbar
498 2007-11-27 Stanislas Rolland <stanislas.rolland@fructifor.ca>
500 * Bugfix #6836: htmlArea RTE cannot enter line break in Safari (Windows)
502 2007-11-26 Ingo Renner <ingo@typo3.org>
504 * moved interface t3lib_backendToolbarItem to typo3/interfaces/interface.backend_toolbaritem.php
506 2007-11-26 Wolfgang Klinger <wk@plan2.net>
508 * Fixed bug #6831: Clickmenu is cut off on the left, when it does not fit in the viewport (Thanks to Helmut Hummel)
510 2007-11-25 Dmitry Dulepov <dmitry@typo3.org>
512 * Reformatted t3editor sysext
514 2007-11-25 Ingmar Schlecht <ingmar@typo3.org>
516 * Fixed Bug #6828: Using outpug buffering for debug() to prevent "Headers already sent" errors
518 2007-11-25 Benjamin Mack <mack@xnos.org>
520 * Feature #6829: New general template methods for FE & BE (Thanks to Steffen Kamper)
521 * Added labels to checkbox descriptions in new EM section
523 2007-11-24 Oliver Hader <oh@inpublica.de>
525 * Fixed bug #6817: Files with extension xml are ignored as resource of a template
526 * Added feature #5530: Hook in TCEmain after all database operations
527 * Cleaned up typo3/sysext/tstemplate_info/class.tx_tstemplateinfo.php
529 2007-11-24 Benjamin Mack <mack@xnos.org>
531 * Fix #6822: css_styled_content default EXTCONF was not loaded since it was installed by default
533 2007-11-24 Ingmar Schlecht <ingmar@typo3.org>
535 * Feature #6770: Flexform DataStructure pointerFields:
536 * Implement option to use two ds_pointerFields so DataStructures can be switched by the combination of two field's values
537 * Enabled the new ds_pointerFields possibility for tt_content.pi_flexform, so you can specify DataStructures per (combination of) list_type and CType values
538 * 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
540 2007-11-23 Ernesto Baschny <ernst@cron-it.de>
542 * Fixed bug #6240: pageNotFound_handling returns empty page if specified URL cannot be retrieved. Credit to Helmut Hummel for the fix.
543 * Added feature #5791: indexed_search: join_pages is now configurable via TypoScript
545 2007-11-23 Oliver Hader <oh@inpublica.de>
547 * Fixed bug #5956: TCA eval required on date field does not work
549 2007-11-23 Wolfgang Klinger <wk@plan2.net>
551 * Fixed bug #6775: Page and info module ignore "Limit to language"
553 2007-11-22 Ernesto Baschny <ernst@cron-it.de>
555 * Fixed bugs #1697, #1465, #4849, #5183: Datetime input fields and timezone shift bug
556 * Fixed: The click-checkbox to set the current date/time did not work on fields with eval year, time and timesec.
557 * Fixed: Setting a field of eval "timesec" as a label of a table would show an integer instead of the hh:mm:ss string
559 2007-11-22 Bernhard Kraft <kraftb@kraftb.at>
561 * Added hooks #6738: Hooks for Web>List module which allow modification/addition/removal of icons for each table and its records
563 2007-11-22 Ingo Renner <ingo@typo3.org>
565 * fixed bug #6741: Add fields cruser_id and crdate to table fe_groups, credit Malte Jansen
566 * added feature #6793: Rename User and Tools modules, credits Francois Suter
568 2007-11-22 Stanislas Rolland <stanislas.rolland@fructifor.ca>
570 * Feature/bugfix: htmlArea RTE: Enter paragraph on return key corrected and improved
571 * Bugfix #6769: RTEhtmlarea not working with IRRE in FF anymore
573 2007-11-21 Bernhard Kraft <kraftb@kraftb.at>
575 * Fixed bug #6785: "this->extraFormHeaders" didn't work anymore since "fixed alt_doc headers" have been introduced (#6625)
577 2007-11-20 Stanislas Rolland <stanislas.rolland@fructifor.ca>
579 * Feature #6769 continued: Further adjustments and workarounds to enable htmlArea RTE in Safari
581 2007-11-20 Dmitry Dulepov <dmitry@typo3.org>
583 * Restored typo3/sysext/lang/locallang_mod_doc.xml because it was zero length and broke translations
584 * Fixed bug #6259: Disabling Tabs with no fields
585 * Fixed bug #6773: Allow br in flexform labels
587 2007-11-20 Oliver Hader <oh@inpublica.de>
589 * (feature) Added feature #6473: CSC - Extend render userFuncs by TS field property
591 2007-11-20 Benjamin Mack <mack@xnos.org>
593 * Feature #6768: Added the media field for page type "Shortcut" as well
594 * Feature #6768: Integrate ext 'Media field for page type External URL' (dkd_media4url)
596 2007-11-19 Stanislas Rolland <stanislas.rolland@fructifor.ca>
598 * Feature #6769: Enable htmlArea RTE in Safari
600 2007-11-19 Oliver Hader <oh@inpublica.de>
602 * (feature) Added feature #6734: Integrate post processing for links handled by typoLink
603 * (feature) Added feature #6346: Enable overriding/renaming field labels by page TSconfig (patch by Malte Jansen)
605 2007-11-16 Stanislas Rolland <stanislas.rolland@fructifor.ca>
607 * Feature #6715: Remapping of b and i tags by RTE transformation made configurable
608 * Feature/bugfix: Change to the initialisation sequence of htmlArea RTE
610 2007-11-16 Ingo Renner <ingo@typo3.org>
612 * added feature #6545: Hook Request: db_list
614 2007-11-15 Ingmar Schlecht <ingmar@typo3.org>
616 * Release of TYPO3 4.2.0alpha2
618 2007-11-15 Ingmar Schlecht <ingmar@typo3.org>
620 * Bugfix #5683: processing of label field in backend (Thanks to Ralf Hettinger)
621 * 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.
622 * Made Clear Cache buttons of backend.php AJAX based, showing a nice spinner image during cache clearing
624 2007-11-15 Thomas Hempel <thomas@typo3-unleashed.net>
626 * added new installer (ALPHA) code in typo3/sysext/install
627 * moved typo3/sysext/install to typo3/sysext/install_old
628 * added side-by-side patch to prepare core for new installer code (makes it possible to run old and new installer side by side)
630 2007-11-15 Jeff Segars <jeff@webempoweredchurch.org>
632 * Feature #6672: Add tab filtering and file type filtering to TCA-defined link wizard
634 2007-11-15 Stanislas Rolland <stanislas.rolland@fructifor.ca>
636 * Feature #6657 revisited: htmlArea RTE: remove em and strong remap from main script
638 2007-11-15 Ingo Renner <ingo@typo3.org>
640 * enabled requestUpdate for rte_enabled
641 * added feature #6721: add the workspace selector to the cleaner backend toolbar
642 * added feature #6442: Hook in browse_links request (for linking to records)
643 * added beta glue code for t3editor
644 * added t3editor as system extension
646 2007-11-14 Stanislas Rolland <stanislas.rolland@fructifor.ca>
648 * Feature #6712: htmlArea RTE: make hotkeys configurable in PageTSConfig
649 * Feature #6712 continued: htmlArea RTE: adding hotkeys to default configuration settings
650 * Bugfix: htmlArea RTE: Correction to InlineDefault plugin causing frame reload.
651 * Feature #6712 corected: htmlArea RTE: correction to DefaultInline plugin and enhanced API
653 2007-11-14 Ingmar Schlecht <ingmar@typo3.org>
655 * Cleanup-up to prior commit #529: "TypoScript help" module
656 * Added SVN properties to new files
657 * Minor changes to feature #6670: Enable Tabs in Page Properties
658 * Feature #6710: Use optgroups in selectorboxes
660 2007-11-14 Ingo Renner <ingo@typo3.org>
662 * fixed bug #6692: When letting TYPO3 generate DB table icons it can happen that transparent areas become rendered black
663 * added follow up on feature #6670: Enable Tabs in Page Properties
665 2007-11-14 Sebastian Kurfuerst <sebastian@typo3.org>
667 * Fixed feature #529: update inline TypoScript help (Thanks to Francois Suter)
669 2007-11-14 Benjamin Mack <mack@xnos.org>
671 * (feature) Fixed #6625: Cleaner Backend / HCI: Make "alt_doc" header fixed
673 2007-11-13 Stanislas Rolland <stanislas.rolland@fructifor.ca>
675 * Feature #6705: htmlArea RTE: Display all classes of an element in the statusbar
676 * htmlArea RTE: Update manual and version to 1.6.3dev
677 * Feature #6579 continued: Allow plugins to register hotkeys
679 2007-11-13 Bernhard Kraft <kraftb@kraftb.at>
681 * Fixed bug #633: Menu doesn't expand if ".special" is set
683 2007-11-13 Benjamin Mack <mack@xnos.org>
685 * (minor) Fixed bug #6548: FE "Preview" Label not stylable
687 2007-11-12 Oliver Hader <oh@inpublica.de>
689 * (minor) Fixed bug #6696: Parts of the TYPO3 back-end do not work correctly with prototype.js 1.6.0
691 2007-11-12 Stanislas Rolland <stanislas.rolland@fructifor.ca>
693 * Feature #6579 continued: Backtracking on the use of Prototype.js by htmlArea RTE.
695 2007-11-11 Ingmar Schlecht <ingmar@typo3.org>
697 * Minor code-cleanup to recent Workspace related changes
699 2007-11-10 Stanislas Rolland <stanislas.rolland@fructifor.ca>
701 * (cleanup) Protect rtehtmlarea 'for' loops from properties possibly added by JS frameworks.
702 * Feature #6579 continued: correction to plugin registration for FE case
704 2007-11-10 Ingmar Schlecht <ingmar@typo3.org>
706 * Feature #6256: $TCA: Newline for Tabs (--div--) (Thanks to Malte Jansen)
707 * Minor Feature #4280: stdWrap for params property of IMAGE (Thanks to Ralf Hettinger)
708 * Bug #6682: GMENU property disableAltText clears the content of alt param, but does not remove it (Thanks to Hemlut Hummel)
710 2007-11-09 Benjamin Mack <mack@xnos.org>
712 * (feature/cleanup) Refactored clickmenu to speed up the BE
713 * (bugfix) Fixed Image Generation bug. Call in t3lib_div now uses the IM wrapper to render gifs/pngs
715 2007-11-08 Ingo Renner <ingo@typo3.org>
717 * added initial cleaner backend project work (backend.php)
719 2007-11-08 Stanislas Rolland <stanislas.rolland@fructifor.ca>
721 * Feature #6668 continued: Some minor adjustments when htmlArea RTE uses the Ajax request
723 2007-11-08 Benjamin Mack <mack@xnos.org>
725 * (cleanup) Fixed #6670: Added tabs to Page properties + cleanup (Thanks to Steffen Kamper)
727 2007-11-08 Oliver Hader <oh@inpublica.de>
729 * Updated JavaScript frameworks in typo3/contrib: prototype (1.6.0) and script.aculo.us (1.8.0)
731 2007-11-07 Stanislas Rolland <stanislas.rolland@fructifor.ca>
733 * Added feature #6668: Let htmlArea RTE use the Ajax request of the Prototype framework
735 2007-11-07 Benjamin Mack <mack@xnos.org>
737 * (minor) sysext "opendocs" is now installed by default
739 2007-11-07 Oliver Hader <oh@inpublica.de>
741 * (major) Fixed bug #5772: IRRE - Combination mode doesn't save new child records correctly
742 * (minor) Fixed bug #6456: IRRE - Palettes are not rendered correctly on nesting records using the same table
744 2007-11-06 Stanislas Rolland <stanislas.rolland@fructifor.ca>
746 * Added SVN properties on some rtehtmlarea files
747 * Feature 6579 continued: Make InlineCSS plugin use the RTE extension and plugin API
749 2007-11-05 Stanislas Rolland <stanislas.rolland@fructifor.ca>
751 * Feature 6579 continued: Use prototype.js to create a htmlArea plugin class.
752 * Added feature #6657: Extract inline buttons from htmlArea RTE main scripts.
754 2007-11-05 Ingmar Schlecht <ingmar@typo3.org>
756 * Issue #6641: Renamed new page tree related TSconfig Options and switched off separateNotinmenuPages by default (Thanks to Christian Kuhn)
757 * Changing SVN property eol-style from native to LF for all text files in the core trunk
759 2007-11-02 Ingmar Schlecht <ingmar@typo3.org>
761 * Added default SVN properties and Id marker to new files which didn't have it yet
762 * Fixed bug #6624: Weird pagetree display with new "Not in menu" feature (Thanks to Christian Kuhn)
763 * Bug #6561 revised: Registers IMAGE_NUM and IMAGE_NUM_CURRENT contained incorrect array indizes (Thanks to Helmut Hummel)
765 2007-11-02 Stanislas Rolland <stanislas.rolland@fructifor.ca>
767 * Fixed feature #6579: Small correction to FE htmlArea RTE
768 * Remove exception catching in htmlArea RTE when setting styleWithCSS
769 * Fixed bug 6640: htmlArea RTE tool bar is not updated in IE when up or down arrow is pressed
770 * Fixed feature #6619: Add underscore rather than dash in file names
772 2007-11-01 Stanislas Rolland <stanislas.rolland@fructifor.ca>
774 * Added feature #6579: Make htmlArea RTE extensible
775 * Added feature #6619: Let htmlArea RTE use t3lib_div::minifyJavaScript()
776 * Deleted all compressed files in accordance with feature #6619
777 * Fixed bug 6476: htmlArea RTE incorrectly nests tags on return key in FF
779 2007-10-31 Ingo Renner <ingo@typo3.org>
781 * Added feature 6169: Add user function support to Constant Editor
783 2007-10-30 Jeff Segars <jeff@webempoweredchurch.org>
785 * Fixed bug #6618: Web->List: Add title to versioning symbol in extended view (Thanks to Christian Kuhn)
787 2007-10-30 Oliver Hader <oh@inpublica.de>
789 * (minor) Fixed bug #6613: IRRE/RTE - Creating a new child record fails if record uses htmlArea RTE
791 2007-10-30 Benjamin Mack <mack@xnos.org>
793 * Moved "doc" module to sysext "opendocs"
794 * Fixed Bug #4832: Integrate the extension ter_update_check into EM (Thanks to Christian Welzel)
796 2007-10-29 Jeff Segars <jeff@webempoweredchurch.org>
798 * Fixed bug #5338: Error installing suggested extensions
800 2007-10-29 Dmitry Dulepov <dmitry@typo3.org>
802 * Fixed bug #6581: Fatal error in TCEForms: Fatal error: Cannot use string offset as an array
803 * Fixed bug #6565: T3DataStructure with sheet references will not show sheetTitle,sheetDescription and sheetShortDescr
804 * Fixed bug #5347: Flexforms dosen't resolve sheets
805 * Fixed bug #3969: Missing sheets inclusion in flexforms?
807 2007-10-28 Kasper Skaarhoj <kasperYYYY@typo3.com>
809 * - Reverting IRRE related changes in t3lib_BEfunc done for workspaces by Dmitry. They were faulty.
810 * - Modified rendering of FlexForms in t3lib_TCEforms and also processing in t3lib_tcemain so that flexforms are now fully dynamic in their nature; This is particularly the case when flexforms have sections and containers within (see the original movie-list example for instance). DHTML is used to reorganize flexform elements, delete and add new. No ajax though (not necessary). It means we finally have a permanent implementation for what was before "_DELETE_FLEX_FORM" etc buttons... Used scriptaculous and prototype for the work.
811 * - In alt-doc, the script now preserves the scroll position when clicking save. Also, the button panel in top flows with form. This is preliminary and Jens will implement a better way... If it takes too long we can make it configurable.
812 * - Added User TSconfig options to mount pages and folders for link-browsing purposes only. The point is that a user should be able to select pages which normally doesn't appear in his particular mount points of the page tree. With this feature you can set an entirely different set of mountpoints which only appear in the Element Browser. It is for readonly purposes of course. (Normal page access restrictions will still apply though, only the mount point changes). These features can be useful in general where a user needs to link to files or pages outside their normal range. However, it becomes especially useful with workspaces where the db mount is usually smaller and filemounts are completely disabled! Here are examples of configuration: options.folderTree.altElementBrowserMountPoints = _temp_/, templates. options.pageTree.altElementBrowserMountPoints = 34
813 * - Fixed small bug in db-list around passing the pointer-variable in returnUrls
814 * - Fixed safari-related bug in template.php (clickmenu didn't appear in correct location).
815 * - Added warning to Web>Access module when using it from workspaces: It explains about how permissions affect workspaces.
817 2007-10-28 Martin Kutschker <martin.t.kutschker@blackbox.net>
819 * Feature #6601: Speed up link rendering by implementing some local caches
821 2007-10-27 Benjamin Mack <mack@xnos.org>
823 * Fixed Bug #4662: New default behaviour for PAGE_TARGET (Thanks to Steffen Kemper)
825 2007-10-27 Ingmar Schlecht <ingmar@typo3.org>
827 * Fixed bug #1940: "OPEN DOCUMENTS" causes 404 error (Thanks to Christian Trabold)
828 * Feature #6258: Change config.uniqueLinkVars to 1 (Thanks to Georg Ringer)
829 * Fixed bug #5082: Clean up a nested htmlspecialchars() in class.db_list_extra.inc (Thanks to Christian Kuhn)
830 * Fixed bug #6561: imgMax and imgStart (IMGTEXT) not working properly (Thanks to Helmut Hummel)
832 2007-10-26 Stanislas Rolland <stanislas.rolland@fructifor.ca>
834 * Fixed bug 5031: htmlArea RTE incorrectly processes col tags and default proc options disallow col and colgroup tags
836 2007-10-24 Ingo Renner <ingo@typo3.org>
838 * Fixed bug 6539: Move the BE logo generation code into a separate method so it can be used from other classes
840 2007-10-24 Benjamin Mack <mack@xnos.org>
842 * Fixed Bug #6582: Deprecated use of language="text/javascript" in function loadJavascriptLib in template.php (thanks to Christian Kuhn)
844 2007-10-23 Stanislas Rolland <stanislas.rolland@fructifor.ca>
846 * Fixed bug #5151: rtehtmlarea install/uninstall requires clearing cache
848 2007-10-22 Andreas Otto <andreas.otto@dkd.de>
850 * Fixed bug #6340: JS errors with dividers2tabs and rtehtmlarea
852 2007-10-22 Thomas Hempel <thomas@typo3-unleashed.net>
854 * Fixed bug: #1575: Page-Title maxlength does not fit into database-field tinytext (Thanks to Georg Ringer)
856 2007-10-21 Benjamin Mack <mack@xnos.org>
858 * (feature) added function to include javascript libraries in the backend
859 * (minor) indexed_search - Added more info where the manual can be found
861 2007-10-21 Thomas Hempel <thomas@typo3-unleashed.net>
863 * Fixed bug: #6531: Function getUpdateJS doesn't work properly (Thanks to Philip Almeida)
864 * Fixed bug: #434: Function getUpdateJS produces JS error messages
866 2007-10-20 Martin Kutschker <martin.t.kutschker@blackbox.net>
868 * Fixed bug #6559: Spelling error in Object Browser
870 2007-10-20 Ingmar Schlecht <ingmar@typo3.org>
872 * Fixed bug #5949: BE-Shortcut to Tools->User Admin returns error (Thanks to Oliver Hader)
873 * Fixed bug #6210: UserTSConfig value "options.moduleMenuCollapsable=0" does not work.
874 * Fixed bug #6071: Switch to User does not work from context menu in List Module. (Thanks to Christian Kuhn all patches above!)
875 * Fixed bug #6553: Remove hardcoded strip_tags() from image altText and replacing it with TS stripHtml = 1 (Thanks to Georg Ringer)
876 * Fixed bug: stdWrap for imgMax is not taken into account. (Thanks to Helmut Hummel)
878 2007-10-19 Stanislas Rolland <stanislas.rolland@fructifor.ca>
880 * Fixed bug 6546: Remove htmlArea RTE acronym from Insert-Record object
882 2007-10-18 Ingo Renner <ingo@typo3.org>
884 * Fixed bug 6526: Update prototype and scriptacolous
886 2007-10-17 Stanislas Rolland <stanislas.rolland@fructifor.ca>
888 * Move styleWithCSS setting to the initialization phase of the htmlArea editor
889 * Elminate list of plugins in rtehtmlarea EM configuration
891 2007-10-13 Ingo Renner <ingo@typo3.org>
893 * Fixed bug 6540: add icons and grouping to the content element selector
895 2007-10-17 Michael Stucki <michael@typo3.org>
897 * Fixed bug #6121: Reply-To field in formmails can contain invalid characters if formMailCharset different from site charset (patch by Wolfgang Zenker)
898 * Fixed bug #6533: Wrong naming of version number levels in Extension Manager
900 2007-10-17 Sebastian Kurfuerst <sebastian@typo3.org>
902 * Fixed bug #6202: Company field is missing for table fe_users in "View Item" (Thanks to Christian Kuhn)
904 2007-10-16 Michael Stucki <michael@typo3.org>
906 * Fixed bug #3552: Fatal error during backend edit
907 * Fixed bug #6193: Object copied in t3lib_div::makeInstance()
909 2007-10-16 Thorsten Kahler <thorsten.kahler@dkd.de>
911 * (minor) Fixed bug #6138: Prevent recursive inclusion of external TypoScript files (patch by Martin Ficzel) - Fixed problems in patch from 2007-10-15
913 2007-10-16 Stanislas Rolland <stanislas.rolland@fructifor.ca>
915 * Fixed bug 4183: Incorrect display in htmlArea RTE of utf-8 labels for colors, classes and fonts defined in PageTSConfig
916 * Re-inserting accidently deleted comments in class.tx_rtehtmlarea_base.php.
917 * Fixed bug 4525: In htmlArea RTE, disabling personal dictionaries in UserTSConfig not honored
919 2007-10-15 Stanislas Rolland <stanislas.rolland@fructifor.ca>
921 * Fixed bug 5855: Missing unlink icon in htmlArea RTE
922 * Fixed bug 5839: In htmlArea RTE, paragraph & text dropdown boxes inactive when using @media clause in stylesheet
923 * Fixed bug 6152: AllowClipboard helper offered by htmlArea RTE doesn't work with 2.0.0.x Firefox
924 * Fixed bug 6340: rtehtmlarea not working with "Editforms on page" option
925 * Fixed bug 6152: Nullify default value AllowClipboard helper and use TYPO3-specific Firefox extension
926 * Update version number of rtehtmlarea to 1.6.2dev
928 2007-10-15 Michael Stucki <michael@typo3.org>
930 * (feature) Add new external library "RemoveXSS" for easily filtering potential Cross Site Scripting (XSS) attacks. Can be used by any script. Usage: $filtered_string = t3lib_div::removeXSS($input_string); Thanks to Travis Puderbaugh <kallahar@quickwired.com> for providing this nice piece of code!
931 * (minor) Fixed bug #6138: Prevent recursive inclusion of external TypoScript files (patch by Martin Ficzel)
932 * (minor) Don't output objects in t3lib_div::debug() - send a plain text info instead
934 2007-10-13 Ingo Renner <ingo@typo3.org>
936 * Fixed bug 6517: Add icons and grouping to the page type selector
938 2007-10-09 Benjamin Mack <mack@xnos.org>
940 * (minor) indexed_search - Added info where additional doc. can be found
942 2007-10-09 Benjamin Mack <mack@xnos.org>
944 * (tweak) No selection for TCEForms groups with max. one option needed
946 2007-10-09 Dmitry Dulepov <dmitry@typo3.org>
948 * Added flag for Galician language
951 2007-10-08 Martin Kutschker <martin.t.kutschker@blackbox.net>
953 * Fixed bug #6420: access key generation wrong with HTML tags in menu titles (TMENU)
954 * Pass on access key of menu items to IProcFunc
956 2007-10-08 Oliver Hader <oh@inpublica.de>
958 * (minor) Fixed bug #6032: Freeing SQL result sets (post patch)
960 2007-10-07 Martin Kutschker <martin.t.kutschker@blackbox.net>
962 * Fixed bug #5911: GIFBUILDER setting quality not honoured
964 2007-10-06 Martin Kutschker <martin.t.kutschker@blackbox.net>
966 * Fixed bug #6462: Wrong default locale charset on Windows
967 * Fixed bug #6032: Freeing SQL result sets
968 * Fixed bug #6252: rteHTMLarea acronyms are not DBAL compatible
969 * Fixed bug #5189: images with uppercase file extension aren't displayed in drag-n-drop listing
971 2007-10-01 Bernhard Kraft <kraftb@kraftb.at>
973 * Bugfix for: Hide empty dynTabs in tceforms (missing array key broke RTE after hidden Tabs)
975 2007-09-28 Oliver Hader <oh@inpublica.de>
977 * (feature) Added feature #6367: Integrate possibility in Element Browser to select all files of a folder (thanks to fotobuch.de AG for sponsoring)
979 2007-09-27 Dmitry Dulepov <dmitry@typo3.org>
981 * Another hanging recordset fixed
982 * Added "@var"s to t3lib_TCEmain to simplify debugging with IDEs
984 2007-09-26 Dmitry Dulepov <dmitry@typo3.org>
986 * JavaScript minification is enabled in FE by default (config.minifyJS=1)
988 2007-09-25 Oliver Hader <oh@inpublica.de>
990 * (tweak) Created new directory for Services_JSON typo3/contrib/json/ and moved file from typo3/contrib/json.php to typo3/contrib/json/json.php
991 * (feature) Added feature #6359: IRRE - Add config of parent record for label_userFunc used on a child record
992 * (minor) Fixed bug: Page TSconfig isn't parsed correctly anymore after cleanup in Trunk
994 2007-09-24 Andreas Otto <andreas.otto@dkd.de>
996 * Fixed bug #1471: Check if exif functions are available before using them.
998 2007-09-24 Dmitry Dulepov <dmitry@typo3.org>
1000 * Added JavaScript minification feature (new function t3lib_div::minifyJavaScript)
1001 * Added minification of FE javascripts (including default js and onload handlers) if config.minifyJS is enabled
1003 2007-09-23 Oliver Hader <oh@inpublica.de>
1005 * (minor) Fixed hanging recordset in tslib_cObj
1007 2007-09-23 Michael Stucki <michael@typo3.org>
1009 * (minor) Fixed hanging recordset in t3lib_BEfunc
1011 2007-09-22 Kasper Skaarhoj <kasper2007@typo3.com>
1013 * Fixed t3lib_cli that negative numbers (like "-2") is not seen as a parameter
1014 * New option, $GLOBALS['TYPO3_CONF_VARS']['BE']['flexFormXMLincludeDiffBase'], means that flexforms will allow a new index extending all "vXX" fields to "vXX.vDEFbase" with a value holding the "vDEF" value when the "vXX" value was changed. Effectively this is a memory of the value you translated from. Used for diff'ing.
1015 * Introduced a new global hook, $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['GLOBAL']['recStatInfoHooks'], with which you can insert HTML before a records icon in the page tree, web>List and Web>Page modules (and possibly more places where makes sense). Used in l10nmgr for adding a small localization icon.
1016 * Added "limit to languages" to "Admin" accounts (although it will not limit languages but merely decide what statuses you see in the page tree)
1017 * List sys_log table entries in cleaner output!
1019 2007-09-18 Oliver Hader <oh@inpublica.de>
1021 * (minor) Fixed bug #65: Thumbnails in Element Browser are only displayed if fileSuffix is lowercase
1023 2007-09-18 Bernhard Kraft <kraftb@kraftb.at>
1025 * Hide empty dynTabs in tceforms
1027 2007-09-18 Thomas Hempel <thomas@typo3-unleashed.net>
1029 * Feature #5690: TCEforms: add inline editing of secondary options (thanks to Martin Ficzel)
1031 2007-09-13 Ingo Renner <ingo@typo3.org>
1033 * Fixed bug 5701: linkHandler Hook Not Initialized Properly, patch supplied by Jeff Segars
1035 2007-09-13 Thomas Hempel <thomas@typo3-unleashed.net>
1037 * Feature #4064: Navigation title in tree view
1039 2007-09-11 Ingo Renner <ingo@typo3.org>
1041 * Added Romanian flag, fixes bug #6000
1042 * Added fields "crdate" and "cruser_id" to tt_content
1044 2007-09-10 Martin Kutschker <martin.t.kutschker@blackbox.net>
1046 * Fix problem with new t3lib_div::trimExplode()
1048 2007-09-09 Martin Kutschker <martin.t.kutschker@blackbox.net>
1052 2007-09-05 Dmitry Dulepov <dmitry@typo3.org>
1054 * Added Galician language to TYPO3
1056 2007-09-06 Ingo Renner <ingo@typo3.org>
1058 * Release of TYPO3 4.2.0alpha1
1060 2007-09-07 Ingmar Schlecht <ingmar@typo3.org>
1062 * Bugfix: Highlight root page in pagetree
1063 * Added .php6 and .php7 as denied file extensions in config_default.php to be future proof
1064 * Fixing uninitialized variables in class.t3lib_tceforms.php and class.tx_cssstyledcontent_pi1.php
1066 2007-09-05 Thorsten Kahler <thorsten.kahler@dkd.de>
1068 * Fixed bug #4160: Moving content elements in frontent editing mode causes crash
1069 * Disable versioning in clickMenu if BE user doesn't have access to the versioning module
1071 2007-09-05 Martin Kutschker <martin.t.kutschker@blackbox.net>
1073 * Feature #2883: improve t3lib_div::trimExplode()
1075 2007-09-05 Dmitry Dulepov <dmitry@typo3.org>
1077 * Added Georgian language to TYPO3
1079 2007-09-04 Dmitry Dulepov <dmitry@typo3.org>
1081 * Added a hook to TCEforms to enable custom evaluations for input fields
1083 2007-09-03 Oliver Hader <oh@inpublica.de>
1085 * (trivial) Moving t3lib_TCEforms_inline::getJSON() to t3lib_div::array2json()
1086 * (feature) Added feature #2830: imgResource doesn't support stdWrap on minW and minH
1087 * (minor) Fixed bug #6104: IRRE - IE7: Strange behaviour with hover event of nested Tabs/IRRE-levels with relative positioned HTML elements
1088 * (minor) Fixed bug #5906: IRRE - Default values defined in TCA are not used for children (thanks to Joscha Feth and Jeff Segars)
1090 2007-08-31 Michael Stucki <michael@typo3.org>
1092 * (trivial) Cleanup of NEWS.txt
1093 * Add feature #4470: Add new property "search.exactCount" to indexed_search
1095 2007-08-30 Ernesto Baschny <ernst@cron-it.de>
1097 * (feature) Feature request #6237: Added hook to Web>Page "columns" view, allowing plugins to display "additional info" instead of "CODE:"
1099 2007-08-30 Wolfgang Klinger <wk@plan2.net>
1101 * (trivial) Extended the Workspace module access check with the User module access check
1103 2007-08-28 Kasper Skaarhoj <kasper2007@typo3.com>
1105 * Moving in workspaces + collateral
1106 - Implemented moving for elements ("Element" versions) in workspaces. Updated "Inside TYPO3" and "TYPO3 Core API". GENEROUS DONATIONS TO FINANCE THIS WORK ARE WELCOME since many of you need this feature!
1107 - Workspace "swapping" for "New"-placeholders and "Deleted"-Markers is now supported. Previously, both types would be published, not swapped. The change also means that effectively the difference between the value of "t3ver_state" being 1 or 2 is only cosmetic and the semantic depends on whether the field is set for a record being online or offline. TYPO3 core API is updated on the issue.
1108 - Refactored function for moving elements (t3lib_tcemain::moveRecord())
1109 - t3lib_BEfunc::workspaceOL() may now set the input variable $row (which is passed by reference) to false. The consequence is that code calling workspaceOL() should check if $row is still an array after calling the function. False is used if a version overlay with the move-id pointer is found in which case we would like a backend preview.
1110 - Added switch in TYPO3_CONF_VARS['BE']['elementVersioningOnly'] which allows to completely turn off page and branch versioning (which are deprecated for TYPO3 4.2+)
1111 - Added more tests for version integrity (centering around moving)
1112 - Added checkboxes and an action selector in the Workspace module for batch processing of elements.
1113 - Added "flush" command to TCEmain API for versions so versions can be completely deleted and not only released from a workspace.
1114 * Improvements as announced in June on the core list
1115 - Dual-preview for workspaces are only used now if the checkbox "Frontend Preview" is not checked.
1116 - Whole workspaces can be previewed now for users with no backend login by a simple link you can email. Same functionality as the preview link for individual pages available from the Web>Versioning module. The function is found in User>Workspace (Workspace manager)
1117 - In the t3lib_cli class, optional parameters to CLI script options are supported (optional parameters are configured with [] brackets)
1118 - The "lowlevel" cleaner scripts are updated to allow fixing of double-references to RTEmagic images (by duplicating them). Also the script allows to remove all "lost" RTEmagic images found inside uploads/ folder.
1119 - Moving elements in FlexForms up and down is now fixed so it works even if indexes of elements in sections are not ordered numerically (bugfix)
1120 - Workspace titles are required to be unique now.
1121 - File upload in the Web>File module will always result in redirection to the Filelist view of the target folder. This is a usability enhancement for people who were puzzled that it could redirect to other locations or a blank page (namely the previously shown page).
1122 - The navigation page tree now has a nifty searchbox that uses JavaScript and the prototype library to search and highly/dim elements in the tree. Very handy for quickly finding your way in huge page trees. (I think there is a stylesheet problem with Firefox on PC which doesn't dim elements). TSconfig options exists to disable this behaviour.
1123 - The navigation page tree is organized so that all pages shown in the menu are grouped in their normal order while pages not in menu and sysFolders and ordered alphabetically below. TSconfig options exists to configure/disable this behaviour.
1124 - User > Workspace module now has a browser-functionality so only 50 versions are shown at a time and you can browse the list.
1125 - Changed label "Draft versions" to "Workspace versions" - some found it more intuitive.
1126 - Change in t3lib_refindex so setReferenceValue() can be run without being admin (by special parameter)
1127 - Fixed bug in t3lib_BEfunc::selectVersionsOfRecord(): now offline versions are not only selected by their t3ver_oid but also pid=-1 which is the correct thing to do. This actually resulted in dataloss in some known cases with the lowlevel cleaner CLI script.
1128 - Added fields to indexes on pages, sys_template and pages_language_uid.
1129 - RTEmagic images are now duplicated when records are copied/versioned in tcemain. This is a long awaited feature that solves the bug that RTE magic images shared between two records would result in both disappearing if the one was deleted. So its in fact a critical fix for workspaces.
1131 2007-08-23 Dmitry Dulepov <dmitry@typo3.org>
1133 * Added Albanian language to TYPO3
1135 2007-08-23 Dmitry Dulepov <dmitry@typo3.org>
1137 * Fixed: hanging recordset in t3lib_BEfunc
1139 2007-08-23 Andreas Otto <andreas.otto@dkd.de>
1141 * (trivial) Fixed bug #4888: Invalid argument supplied for foreach()
1143 2007-08-21 Andreas Otto <andreas.otto@dkd.de>
1145 * Feature request #5748: Introduced a new TS option that makes indexing of metatags configurable. Adapted code to make use of the new TS option.
1147 2007-08-19 Oliver Hader <oh@inpublica.de>
1149 * (trivial) Fixed bug #6170: CSC - File locallang.php used in static template instead of locallang.xml
1151 2007-08-15 Wolfgang Klinger <wk@plan2.net>
1153 * (trivial) Added is_array checks in extension manager code
1155 2007-08-15 Ingo Renner <ingo@typo3org>
1157 * did some serious formatting cleanup in typo3/sysext/taskcenter/task/index.php
1158 * added @var phpDoc comments to various variables
1160 2007-08-11 Michael Stucki <michael@typo3org>
1162 * More admin panel fixes:
1163 - Hardcode some alignments
1164 - Adding empty "summary" attribute to some tables of the admin panel
1165 - Removing superfluous table around the config checkboxes of the tsdebug section
1166 - Removing superfluous "title" attributes for some images in tslib_content->editPanel()
1168 2007-08-10 Michael Stucki <michael@typo3org>
1170 * Various improvements to the admin panel:
1171 - Lots of alignment definitions. Alignments are now hardcoded to avoid conflicts with stylesheets that contain something like "html, body { text-align: center; }"
1172 - Replace all font-tags (deprecated) with valid markup
1173 - Add a clear.gif spacer to make the "details" column wider if the text is longer than 30 characters. Appears to be useful if this column is too narrow and the text is wrapped inside. (Using a clear.gif is a workaround solution, it should probably be improved later...)
1174 - New highlight feature: You can define a time limit for operations which are measured by $TT. Whenever this limit is exceeded, the corresponding row will be highlighted in the admin panel. (Currently this limit needs to be hardcoded in class.t3lib_timetrack.php)
1175 - Lots of code cleanup and consolidation
1176 - Fix code display of links that break the website layout if they are too large (links are now splitted after every 100 characters)
1177 - For more information and screenshots, see http://lists.netfielders.de/pipermail/typo3-team-core/2007-July/008648.html
1179 2007-08-06 Martin Kutschker <martin.t.kutschker@blackbox.net>
1181 * Fixed bug #5941: Log reason of failure on DB connect
1183 2007-08-06 Ernesto Baschny <ernst@cron-it.de>
1185 * Fixed bug #6017: Better transliteration for hebrew (lower-cased latin letters)
1187 2007-07-16 Michael Stucki <michael@typo3.org>
1189 * Fixed possible XSS in workspace/version modules (requires valid BE login / patch by Christian Kuhn)
1190 * Removed possible display of phpinfo() (requires bug in extension to be unveiled)
1192 2007-07-16 Oliver Hader <oh@inpublica.de>
1194 * Fixed bug #5556: IRRE - RTE in child elements overwrites field in parent element
1196 2007-07-16 Martin Kutschker <martin.t.kutschker@blackbox.net>
1198 * t3lib_div::getHostname() used $_SERVER instead of t3lib_div::getIndpEnv()
1199 * IPmaskList check is triggered in CLI mode (thanks to Tobias Rohrle)
1201 2007-07-14 Oliver Hader <oh@inpublica.de>
1203 * Fixed bug #5704: IRRE - Children on the table pages get the pid of the parent page in pagetree
1204 * Fixed bug #5718: IRRE - Copying a page with related child records leads to duplicates of each children
1205 * Fixed bug #5907: RTE-Plugins: Use record specific RTEtsConfigParams
1207 2007-07-14 Martin Kutschker <martin.t.kutschker@blackbox.net>
1209 * Fixed bug #3834: possible abuse of t3lib_formmail
1211 2007-07-13 Oliver Hader <oh@inpublica.de>
1213 * Fixed bug #5913: RTEhtmlarea not correctly displayed in IRRE child form-fields and tabs (continuance of bug #5177)
1214 * Fixed bug #5948: IRRE - Parent record is not shown after saving the first time to a table on a TYPO3 system
1216 2007-07-12 Dmitry Dulepov <dmitry@typo3.org>
1218 * TCEForms: allow to create many sections at once
1219 * Performance enhancement in t3lib/class.t3lib_extmgm.php in function addToAllTCAtypes
1220 * Performance enhancement in t3lib/class.t3lib_div.php in function loadTCA
1222 2007-07-11 Oliver Hader <oh@inpublica.de>
1224 * Fixed bug #5331: Remove the caption wrap on images if no caption is set (thanks to Georg Ringer)
1225 * Fixed bug #5945: Missing right parenthesis in RTEhtmlarea user element module (thanks to Markus Lange)
1227 2007-07-07 Oliver Hader <oh@inpublica.de>
1229 * Fixed bug #5053: imgNameNotRandom on TMENU/GMENU could break rollover behaviour (thanks to Ralf Hettinger)
1230 * Fixed bug #5048: JSMENU produces error if using baseurls (thanks to Jens Koester)
1232 2007-07-07 Wolfgang Klinger <wk@plan2.net>
1234 * Changed back references \1 to ${1} in regular expressions in tslib_fe where necessary
1236 2007-07-07 Michael Stucki <michael@typo3.org>
1238 * Added new static_tsconfig_help data based on TYPO3 4.1 CoreDocs. Kudos to Stephane Schitter and Francois Suter for rewriting a backend module that allows to update this data again! (This functionality was broken after switching to TER2.)
1240 2007-07-06 Wolfgang Klinger <wk@plan2.net>
1242 * Implemented feature request #1919: TCAdefaults setting in page TS
1244 2007-07-06 Michael Stucki <michael@typo3.org>
1246 * Fix in indexed search: List of indexed pages could be broken if mutli-byte chars are cut in the middle (patch by Karsten Dambekalns)
1247 * Make field selection work in browse_links.php popup (patch by Christian Jul Jensen)
1248 * Fixed bug #5094: Record alt_label was not processed (patch by Volker Graubaum and Thomas Hempel)
1249 * Added feature #5588: Add "linkAccessRestrictedPages" property to typolink function (patch by Franz Holzinger)
1251 2007-07-02 Oliver Hader <oh@inpublica.de>
1253 * Fixed bug #4623: Content encoding with x-gzip not possible in IE7
1254 * Fixed bug #5789: JS error in new content element wizard with a single item
1256 2007-06-25 Dmitry Dulepov <dmitry@typo3.org>
1258 * Added $GLOBALS['TYPO3_DB']->sql_free_result() to TCEmain::rawCopyPageContent() to avoid resource waste
1260 2007-06-13 Andreas Otto <andreas.otto@dkd.de>
1262 * Added status headers: In class.tslib_fe.php status header were set when an error occurs after which TYPO3 throws an exit() statement. In addition to that t3lib_div::syslog() is called to write an entry to the syslog.
1264 2007-06-13 Oliver Hader <oh@inpublica.de>
1266 * Fixed bug #5778: Missleading comment in TCEmain::copyRecord_procBasedOnFieldType()
1268 2007-06-08 Oliver Hader <oh@inpublica.de>
1270 * Fixed bug #5755: XCLASS inclusion part for class.t3lib_tceforms_inline.php is missing
1272 2007-06-05 Oliver Hader <oh@inpublica.de>
1274 * Fixed bug #4226: New content elements wizard removes CE from array if tt_content_defValues property is zero
1276 2007-05-25 Oliver Hader <oh@inpublica.de>
1278 * Fixed bug #5655: TYPO3 back-end was blocked on new installations because of a bug in RFCs #1642/#4886
1280 2007-05-23 Oliver Hader <oh@inpublica.de>
1282 * Fixed bug #5564: IRRE - foreign_selector/foreign_unique on click issue
1284 2007-05-21 Dmitry Dulepov <dmitry@typo3.org>
1286 * Fixed bug #5550: 'lower' TCA specification may fail with non-ascii characters
1287 * Added $GLOBALS['TYPO3_DB']->sql_free_result() to TCEmain::recordInfo() to avoid resource waste
1289 2007-05-18 Martin Kutschker <martin.t.kutschker@blackbox.net>
1291 * Fixed bug #5645: Missing Slovenian flag
1292 * Fixed bug #5628: Missing Slovak flag
1293 * Fixed bug #5578: config setting SYS[requestURIvar] doesn't work
1294 * Fixed bug #4509/3925: jsfunc.validateform.js does not verify checkbox fields (thanks to Jascha Schubert and Eicke Godehardt)
1296 2007-05-18 Andreas Otto <andreas.otto@dkd.de>
1298 * Feature request: If TYPO3 is configured to send a notification email about install tool logins this email discloses the used password if the login fails. Since this behaviour might not be wanted only the last 5 characters of the md5 hash of the used password are disclosed.
1300 2007-05-12 Oliver Hader <oh@inpublica.de>
1302 * Fixed bug #5074: IRRE - Hook processDatamap_afterDatabaseOperations executed early
1304 2007-05-11 Ingo Renner <typo3@ingo-renner.com>
1306 * Fixed bug #5047: MP3 icon is missing
1308 2007-05-10 Thorsten Kahler <thorsten.kahler@dkd.de>
1310 * Fixed bug #209: require field URL in page-type "External URL"
1312 2007-05-09 Ingo Renner <typo3@ingo-renner.com>
1314 * Fixed bugs 1642 and 4886: when installing an extension with new BE modules, the modules do not appear
1316 2007-05-09 Andreas Otto <andreas.otto@dkd.de>
1318 * Fixed bug #2052: Color picker does not work properly in flex forms. Thanks to David Bruehlmeier for providing a patch and a testcase.
1320 2007-05-04 Ingo Renner <typo3@ingo-renner.com>
1322 * Added swedish and latvian flags to media/flags folder
1324 2007-05-04 Dmitry Dulepov <dmitry@typo3.org>
1326 * Updated compatibility version for t3skin
1328 2007-05-03 Ingo Renner <typo3@ingo-renner.com>
1330 * Fixed bug #5310: Missing Swedish flag
1332 2007-05-02 Ingo Renner <typo3@ingo-renner.com>
1334 * Fixed bug #584: Changing language in user setup do not reload left frame (menu).
1336 2007-05-02 Dmitry Dulepov <dmitry@typo3.org>
1338 * Fixed: IRRE does not work with workspaces (fix only for CSV & foreign field cases)
1339 * Fixed: isses with previous fix discovered my Michael Stucki
1341 2007-05-01 Martin Kutschker <martin.t.kutschker@blackbox.net>
1343 * Fixed bug #2515: jsfunc.validateform.js does not verify password fields (thanks to Joerg Wagner)
1344 * Fixed bug #5158: log failed mailings of t3lib_div::plainMailEncoded()
1346 2007-04-30 Michael Stucki <michael@typo3.org>
1348 * Improve the check for session support in Install Tool (see #1474). Thanks to Martin Kutschker!
1350 2007-04-30 Oliver Hader <oh@inpublica.de>
1352 * Fixed feature request #5424: Menu cache expire time should be configurable
1354 2007-04-28 Ernesto Baschny <ernst@cron-it.de>
1356 * Fixed bug #4957: CSV export stop exporting a field when there is a linebreak. Thanks for Oliver Klee for the idea and solution.
1357 * !!! t3lib_div::cvsValues() now exports like RFC 4180 (embedded line-breaks allowed)
1359 2007-04-28 Andreas Otto <andreas.otto@dkd.de>
1361 * Fixed bug #3649: Call to a member function formWidth() on object $GLOBALS['TBE_TEMPLATE'] instead on $GLOBALS['SOBE']. Thanks to Chi Hoang for supplying a patch.
1363 2007-04-28 Ingo Renner <typo3@ingo-renner.com>
1365 * Fixed bug #1290: TCEFORM.table.field.linkTitleToSelf-Option could be confusing
1366 * !!! Removed option ->TCEFORM_confObj:linkTitleToSelf.returnUrl = 1 as it seemed unlogical not to use it
1367 * Fixed bug #3993: Missing error message for big uploaded files - A message is there but it wasn't useful, changed it to something more understandable
1368 * Added a link to typo3.org/community and a list of the authors from installed extensions to the the about page (Help->About)
1369 * Fixed bug #2516: Constants and Setup are switched in select field in TS object browser
1371 2007-04-28 Michael Stucki <michael@typo3.org>
1373 * Fixed bug in class.em_terconnection.php: Need to base64_encode upload data for some NuSOAP implementations (patch by Karsten Dambekalns)
1374 * Fixed bug #1474: Check if session_support is enabled in PHP or output a warning message in the Install Tool (patch by Ingo Schmitt)
1376 2007-04-28 Oliver Hader <oh@inpublica.de>
1378 * Fixed bug #5519: EM - Some input fields don't have real labels yet (patch by Oliver Klee)
1380 2007-04-27 Martin Kutschker <martin.t.kutschker@blackbox.net>
1382 * Change default date formatting of CE header to be localized (needs compat version of 4.2)
1383 * Add "address" to the list of allowed tags of parseFuncs (needs compat version of 4.2)
1384 * Fixed bug #5522: 1-2-3 wizard does not accept host name with socket option
1386 2007-04-27 Michael Stucki <michael@typo3.org>
1388 * Move type conversion of $TYPO3_CONF_VARS['FE']['pageNotFound_handling']='true' (string) into t3lib/config_default.php
1389 * Add new function t3lib_div::rmdir() to remove directories recursively
1390 * Modify filelist module to make use of the t3lib_div::rmdir()
1391 * Modify internal_clearPageCache() in t3lib_tcemain and make use of t3lib_div::rmdir() as well
1392 * Various enhancements to the TS object browser and TS analyzer:
1393 - Add spaces left and right of the "=" mark in the object browser overview
1394 - Set new default values: Check several fields, e.g. "block mode", "syntax highlighting", etc. by default
1395 - Define default values properly in each class instead of setting them globally
1396 - Use the TSparser and display comments nicely in the object browser
1397 - Fix bug: New keys were not added by the object browser when pressing the return key in the update form instead of clicking the submit button. The fix is a workaround, the real problem is that the form contains two submit buttons with different actions...
1399 2007-04-27 Ingo Renner <typo3@ingo-renner.com>
1401 * Removed partial t3lib_div in misc/phpcheck/incfile.php and included the real t3lib_div instead, PDT for Eclipse had problems determining the actual t3lib_div because of this
1403 2007-04-18 Dmitry Dulepov <dmitry@typo3.org>
1405 * Fixed bug #1893: Broken Rootline when a Editor view a Page that is not online
1406 * Changed loop variable name in TCEMain because it could corrupt information passed to post-processing hook
1407 * Fixed workspace publishing error that may happen when "Element" versioning type is used
1409 2007-04-19 Thomas Hempel <thomas@work.de>
1411 * Implemented feature request #3894: Open module on startup
1413 2007-04-18 Ernesto Baschny <ernst@cron-it.de>
1415 * Fixed bug #3729: Roll-over (RO) on a GMENU in IE didn't work with xhtml_strict
1417 2007-04-18 Dmitry Dulepov <dmitry@typo3.org>
1419 * Fixed: t3lib_BEfunc::getRecord() did not free recordset. This can cause memory leaks if persistent mysql connections are used
1421 2007-04-14 Dmitry Dulepov <dmitry@typo3.org>
1423 * Workspaces: added class.wslib_gui.php to allow using WS GUI from extensions
1424 * Fixed HTML syntax errors with some old html files
1426 2007-04-05 Martin Kutschker <martin.t.kutschker@blackbox.net>
1428 * Renamed Typoscript condition julianday to dayofyear (see change from 2007-04-03)
1429 * Made debug logging of user-supplied SQL queries possible in t3lib_db.
1431 2007-04-04 Andreas Otto <andreas.otto@dkd.de>
1433 * Fix bug #5411: A directory handle was not correctly used.
1435 2007-04-03 Andreas Otto <andreas.otto@dkd.de>
1437 * Implemented feature request #4914: Adding to new conditions (year and julianday) to class.t3lib_matchcondition.php.
1439 2007-04-03 Dmitry Dulepov <dmitry@typo3.org>
1441 * Workspaces: added configurable synchronous stage change and publishing
1443 2007-04-02 Michael Stucki <michael@typo3.org>
1445 * Fixed bug #5088: Cache is not saved properly because of charset conflict in the database. Changing the field type of cache_hash.content from mediumtext to mediumblob. To make this work, you need to compare your database in the Install Tool.
1447 2007-04-02 Dmitry Dulepov <dmitry@typo3.org>
1449 * Fixed bug #4447: "Clear FE cache" doesn't clear "typo3temp/cache_pages" directory
1451 2007-03-30 Oliver Hader <oh@inpublica.de>
1453 * Fixed bug #5248: IRRE - Element browser cannot be used on new child records of a new parent record
1455 2007-03-30 Franz Holzinger <kontakt@fholzinger.com>
1457 * Fixed bug #4725: EM: Include older versions when fetching data using searchExtensionsXML()
1459 2007-03-28 Oliver Hader <oh@inpublica.de>
1461 * Fixed bug #5288: Missing parameter in recursion of t3lib_div::array_merge_recursive_overrule (thanks to Simon Tuck)
1462 * Fixed bug #5177: RTEhtmlarea not correctly displayed in IRRE child form-fields and tabs
1464 2007-03-28 Ingmar Schlecht <ingmar@typo3.org>
1466 * Adding page tree backwards compatibility for JavaScript function hilight_row() to tree.js (by Benjamin Mack)
1468 2007-03-28 Patrick Broens <patrick@patrickbroens.nl>
1470 * Fixed bug #5266: WamCom browser check in htmlarea.js conflicted with Firefox 2.0.0.3
1472 2007-03-28 Ernesto Baschny <ernst@cron-it.de>
1474 * Added +stdWrap for the .src parameter of "FRAME"
1476 2007-03-27 Dmitry Dulepov <dmitry@typo3.org>
1478 * Added hook to class.t3lib_userauthgroup.php, function recordEditAccessInternals
1480 2007-03-23 Dmitry Dulepov <dmitry@typo3.org>
1482 * Fixed bug #5269: wsol_preview.php does not scroll to content element
1483 * Fixed bug #4953: Preview in Workspaces Module for content elements
1485 2007-03-22 Karsten Dambekalns <karsten@typo3.org>
1487 * typo3/sysext/adodb: Update to upstream version 4.94.
1489 2007-03-12 Michael Stucki <michael@typo3.org>
1491 * Change copyright information in typo3/index.php (no real change, just replace the hardcoded years with the "TYPO3_copyright_year" constant)
1493 2007-03-12 Martin Kutschker <martin.t.kutschker@blackbox.net>
1495 * Replace all TINYTEXT columns with VARCHAR(255)
1496 * Change index "parent" of fe_user to (pid,username) and drop the index "pid"
1497 * Quote table names in admin_get_XXX() functions of t3lib_db
1499 2007-03-06 Michael Stucki <michael@typo3.org>
1501 * Release of TYPO3 4.1 / create branch "TYPO3_4-1" for 4.1.x development
1503 2007-03-06 Ingmar Schlecht <ingmar@typo3.org>
1505 * Setting default value of pageNotFoundOnCHashError back to "false" (= reverting Stucki's patch) as some extensions had problems with the new default value
1507 2007-03-05 Michael Stucki <michael@typo3.org>
1509 * New login image (if no skin is used) by Ture Andersen
1510 * Added a warning for admins if typo3conf/ENABLE_INSTALL_TOOL exists (which means that the Install Tool is currently enabled)
1511 * Changed layout of admin warnings (use <li> instead of plain breaks)
1512 * Fixed bug #5125: Typo in SQL definition of sys_history
1514 2007-03-04 Oliver Hader <oh@inpublica.de>
1516 * Fixed bug: #5098: IRRE - foreign_unique without foreign_selector doesn't work
1518 2007-03-01 Oliver Hader <oh@inpublica.de>
1520 * Fixed bug: #5069: TSconfig mod.web_list.allowedNewTables used in t3lib_TCEforms_inline
1521 * Fixed bug: #5092: Typo in Who is online (thanks to Matthias Kall)
1523 2007-03-01 Karsten Dambekalns <karsten@typo3.org>
1525 * typo3/sysext/indexed_search: DBAL compliancy patch
1527 2007-02-28 Ingmar Schlecht <ingmar@typo3.org>
1529 * New login image for t3skin by Ture Andersen
1531 2007-02-27 Oliver Hader <oh@inpublica.de>
1533 * Fixed bug: #5052: Form action URL is not htmlspecialchared (patch by Michael Stucki)
1534 * Fixed bug: #5072: Web>Info>Log - ID of BE user is displayed instead of its username
1535 * Fixed bug: #5073: Tools>User Admin>List users online is broken
1537 2007-02-27 Martin Kutschker <martin.t.kutschker@blackbox.net>
1539 * Fixed bug #3666: permissions of versioned pages are not changed in draft workspace (patch by Andreas Wolf)
1540 * Added rootline cache to speed up tree renderings in the BE
1542 2007-02-27 Ingo Renner <typo3@ingo-renner.com>
1544 * Fixed bug: Cannot return from Quickedit mode
1546 2007-02-26 Dmitry Dulepov <dmitry@typo3.org>
1548 * Better fix for bug #5032: [LocalLang: 0?]DEF is sometimes displayed for content elements
1550 2007-02-25 Oliver Hader <oh@inpublica.de>
1552 * Fixed bug #5055: SQL problem with reviewstate in EM (thanks to Franz-Xaver Koch)
1553 * Fixed bug: List all fe_groups in page icon tooltip (patch by Michael Stucki)
1555 2007-02-24 Ernesto Baschny <ernst@cron-it.de>
1557 * Fix for bug fix #2677: Highlighting of current page in workspaces was not de-highlighting previous one
1559 2007-02-21 Ingmar Schlecht <ingmar@typo3.org>
1561 * Release of TYPO3 4.1RC2
1563 2007-02-21 Michael Stucki <michael@typo3.org>
1565 * Security fix: Email injection vulnerability in t3lib_formmail (reported and fixed by Andreas Otto and Thorsten Kahler)
1567 2007-02-20 Michael Stucki <michael@typo3.org>
1569 * Fixed bug in EM: Insecure extensions were still displayed (patch by Karsten Dambekalns)
1570 * Fixed a typo in class.em_xmlhandler.php
1571 * Fixed a typo in typo3/sysext/install/mod/class.tx_install.php
1572 * Changed another bug in the EM: Last update of extensions.xml.gz was not displayed
1573 * Fixed bug #4951: SQL error when editing BE User
1574 * Fixed bug #3412: Changed default size limits for various BE upload fields to 10M (this default can be defined through $TYPO3_CONF_VARS[BE][maxFileSize] or individually per field through $TCA)
1575 * Various changes to t3skin (by Thomas Murphy):
1576 - folder icon got more contrast
1577 - navtree: darker color for hover & active states
1578 - font-weight: bold; for active state
1580 2007-02-20 Oliver Hader <oh@inpublica.de>
1582 * Fixed bug #4202: be_groups - fields restricted by a low maxitems value
1583 * Fixed bug #4873: EM - Warning on uploading extension to TER (unserialize)
1584 * Fixed bugs #3655 and #4701: No wrappers for certain events (patch by Martin Kutschker)
1585 * Fixed bug: IRRE - Related child records are not updated when copying to a different page
1587 2007-02-20 Ingmar Schlecht <ingmar@typo3.org>
1589 * Fixed bug #4993: IE 5.5 and Konqueror compatibility for AJAX navtree
1591 2007-02-20 Dmitry Dulepov <dmitry@typo3.org>
1593 * Fixed bug #5032: [LocalLang: 0?]DEF is sometimes displayed for content elements
1595 2007-02-19 Ingmar Schlecht <ingmar@typo3.org>
1597 * Fixed bug: AJAX navtree erroneously showed whole tree inside of the expanded branch on errors such as pages deleted in the meantime (thanks to Benjamin Mack)
1598 * Fixed bug #4993: AJAX navtree does not expand in Konqueror (fixed by Benjamin Mack)
1600 2007-02-16 Martin Kutschker <martin.t.kutschker@blackbox.net>
1602 * Fixed bug #4207: User>Workspaces shows users pages they have no access to
1604 2007-02-16 Karsten Dambekalns <karsten@typo3.org>
1606 * Fixed bug #4822: EM shows remote extensions as on this server only
1608 2007-02-16 Michael Stucki <michael@typo3.org>
1610 * Fixed bug #4973: Check if array is empty before looping over it (thanks to Thomas Oppelt)
1611 * Fixed bug #2677: Highlighting of current page in workspace (fixed by Martin Kutschker and Benjamin Mack)
1613 2007-02-16 Dmitry Dulepov <dmitry@typo3.org>
1615 * Fixed bug #4962: .htaccess in sysext fails in some Apache configurations
1617 2007-02-15 Michael Stucki <michael@typo3.org>
1619 * Reverted fix for bug #4689 (closes #4987): Fix seems to cause problems, reinvestiation is needed
1621 2007-02-15 Martin Kutschker <martin.t.kutschker@blackbox.net>
1623 * Fix bug #4947: SQL error with DBAL/PostgreSQL when listing or looking up reviewed extensions
1625 2007-02-15 Thorsten Kahler <thorsten.kahler@dkd.de>
1627 * Fix: Display description of options in install tool correctly
1629 2007-02-14 Bernhard Kraft <kraftb@kraftb.at>
1631 * Added hook: New hook in t3lib_tceforms in method getSingleField allowing modification of single field rendering and adding buttons to alt_doc.php
1633 2007-02-14 Rupert Germann <rupi@gmx.li>
1635 * Fix: Excluded the adminPanel GETvars from t3lib_div::cHashParams to prevent a cHash mismatch
1637 2007-02-11 Thomas Hempel <thomas@work.de>
1639 * Fix bug #4943: Redundant comma in label_alt_force
1641 2007-02-11 Martin Kutschker <martin.t.kutschker@blackbox.net>
1643 * Fix bug #4423: BE search doesn't work with UTF-8 chars (thanks to John Angel)
1645 2007-02-07 Michael Stucki <michael@typo3.org>
1647 * Release of TYPO3 4.1RC1
1648 * Fixed bug #4883: mod_rewrite rules rewrite missing favicon.ico to index.php (thanks to Stefan Geith for this hint - notice that manual modification of existing .htaccess files might be neccessary)
1649 * Added feature #4476: Allow limitation of config.linkVars
1650 * Fixed bug #4917: Wrong links inside mounted page with overlay (thanks to Melanie Meyer / Franz Ripfel)
1652 2007-02-06 Oliver Hader <oh@inpublica.de>
1654 * Fixed bug #3985: Wrong substitution for spamProtectEmailAddresses_atSubst/spamProtectEmailAddresses_lastDotSubst
1656 2007-02-06 Martin Kutschker <martin.t.kutschker@blackbox.net>
1658 * Fixed bug #4742: link to user on User Admin page is following to wrong URL
1660 2007-02-06 Michael Stucki <michael@typo3.org>
1662 * Added feature #4592: Keep indexed_search tables consistent when deleting/hiding pages (Thanks to Michael Fritz)
1663 * Fixed bug #4666: Use TYPO3 settings when formatting dates
1664 * Fixed bug #4581: Duplicate entry on cache_pagesection on reloading twice. See bugtracker entry for details about this change.
1665 * Added feature #4536: Add new property "additionalParams" to GMENU items / Cleanup in tslib_menu
1666 * Fixed bug #3069 again: Ignore version check if no requirements are specified
1667 * indexed_search: Turn off maxAge setting as this "feature" seems to make no sense at all
1668 * Fixed bug #4689: Error in t3lib_tcemain while entering a number like 50 or 50.00 into a double2 field
1669 * Fixed bug #3544: RTE-config in PageTS-config not loaded when in draft-workspace
1671 2007-02-05 Ingmar Schlecht <ingmar@typo3.org>
1673 * Lots of <label> tags added to checkbox labels throughout the core (Thanks to Ingo Renner for this big patch!)
1675 2007-02-05 Oliver Hader <oh@inpublica.de>
1677 * Bugfix for TSconfig overriding TCA field configuration
1678 * Fixed bug #4758: Page with doktype 3 (external URL) and e-mail as URL could be shown directly
1680 2007-02-04 Martin Kutschker <martin.t.kutschker@blackbox.net>
1682 * Added icon to edit record of page overlay for a translated page
1684 2007-02-04 Michael Stucki <michael@typo3.org>
1686 * Extended db_mountpoint and file_mountpoint fields into to 255 bytes size
1687 * Fixed bug #3069: Extension manager crashed because of some PHP bug with version_compare() (thanks to Rainer Haertlein who discovered the solution to this problem)
1688 * Changed t3lib_basicFileFunctions to use filemtime() instead of filectime()
1689 * Fixed bug #4526: Add td-<number> to last table elements in CSS styled content (thanks to Dimitriy Simakov)
1690 * !!! Enable $TYPO3_CONF_VARS[FE][pageNotFoundOnCHashError] by default. This should usually do no harm at all as long as the encryptionKey is not changed.
1691 * Trigger a warning if the PHP setting "post_max_size" is lower than "max_upload_size"
1693 2007-02-04 Oliver Hader <oh@inpublica.de>
1695 * Features & bugfixes for Inline Relational Record Editing (IRRE)
1696 - Feature: hide new record link by appearance property
1697 - Feature #4838: enabled element browser to be used as selector
1698 - Bugfix #4839: use "size" parameter of parent table for record selector
1699 - Bugfix: changed handling of required fields on nested child records
1701 2007-02-04 Ingmar Schlecht <ingmar@typo3.org>
1703 * Instant collapsing for pagetree: The pagetree now doesn't wait for the AJAX response any more when collapsing
1704 * Fixed bug #4817: Clickmenu shows up at the wrong place (Thanks to Benjamin Mack for the patches)
1706 2007-02-03 Oliver Hader <oh@inpublica.de>
1708 * Fixed feature request: TCEforms/IRRE - Allow TSconfig to override TCA field configuration
1710 2007-02-02 Martin Kutschker <martin.t.kutschker@blackbox.net>
1712 * Changed class.t3lib_clipboard.php and class.db_list_extra.inc to use new mod.php?M=xMOD_tximpexp (instead old impexp/app/index.php)
1714 2007-01-30 Martin Kutschker <martin.t.kutschker@blackbox.net>
1716 * Fixing oddities in recursive stdWraps (bugs #4312 and #4871)
1717 * Fix bug #4678: t3lib_div::array2xml() may crash with PHP 5.2.0
1718 * Fix bug #3648: ease use of tslib_cObj::getTreeList()
1719 * Added SYS[requestURIvar] to get original value of REQUEST_URI (needed by some URL writers for IIS)
1721 2007-01-30 Dmitry Dulepov <dmitry@typo3.org>
1723 * Fixed never disappearing proposal to update database structure in Install>Database>COMPARE
1725 2007-01-29 Dmitry Dulepov <dmitry@typo3.org>
1727 * !!! Changed MySQL engine type for several database tables to InnoDB
1728 * Added several new indexes
1730 2007-01-28 Martin Kutschker <martin.t.kutschker@blackbox.net>
1732 * Added "html { height: 100% }" to stylesheet to make RTE wizard (rteHTMLarea) work in IE7
1733 * Remove checks for PHP version earlier than 4.3
1735 2007-01-24 Dmitry Dulepov <dmitry@typo3.org>
1737 * Added "useCDATA" to a list of t3lib_div::array2xml() options to produce CDATA instead of entities
1739 2007-01-26 Oliver Hader <oh@inpublica.de>
1741 * Fixed bug #4814: Umlauts error in AJAX Pagetree
1742 * Updated prototype.js to version 1.5.0
1743 * Updated script.aculo.us to version 1.7.0
1744 * Created new directory for external contributions typo3/contrib/ and moved files:
1745 - typo3/prototype.js -> typo3/contrib/prototype/prototype.js
1746 - typo3/scriptaculous/* -> typo3/contrib/scriptaculous/*
1747 - typo3/json.php -> typo3/contrib/json.php
1748 * Changed paths to typo3/contrib in affected core files
1750 2007-01-25 Ingmar Schlecht <ingmar@typo3.org>
1752 * Added backwards compatibility to pagetree for non AJAX-capable browsers (by Benjamin Mack)
1754 2007-01-24 Michael Stucki <michael@typo3.org>
1756 * Install Tool: Network 192.168.0.0/255.255.0.0 was allowed to enter the Install Tool regardless of the die() presence in typo3/install/index.php. This exception has been removed, only 127.0.0.1 may now enter the Install Tool regardless of any other conditions.
1757 * !!! Install Tool: Instead of modifying typo3/install/index.php to enable the Install Tool, a new file "typo3conf/ENABLE_INSTALL_TOOL" can be created to enable it. Shared hosting servers: If you want to turn this off, you have to change the condition in typo3/install/index.php, line 50. See comment above.
1758 * Removed access for 192.168.0.0/255.255.0.0 in misc/phpcheck/incfile.php
1760 2007-01-24 Dmitry Dulepov <dmitry@typo3.org>
1762 * Fixed bug #4846: EM: inconsistent line ending
1764 2007-01-24 Oliver Hader <oh@inpublica.de>
1766 * Fixed bug #4820: IRRE - Wrong character encoding in AJAX response
1767 * Fixed feature request #4790: typolink.addQueryString - enable usage of merged POST and GET data
1768 * Fixed bug #4824: typo3 not defined in jsfunc.tbe_editor.js
1769 * Fixed bug #4809: require() in class.t3lib_tceforms_inline.php fails
1770 * Fixed feature request #4780: TypoScript - add stdWrap to TMENU/GMENU
1771 * Fixed bug #4827: Call to undefined method t3lib_BEfunc::getrecordtitleprep()
1773 2007-01-23 Ingmar Schlecht <ingmar@typo3.org>
1775 * Bugfix to mm-relation handling: writeMM() tried to set the "tablenames" field even for simple two-table relationships which then failed
1777 2007-01-23 Michael Stucki <michael@typo3.org>
1779 * Slightly changed the check for IE browsers in t3lib_div::clientInfo()
1780 * !!! Removed function "netPrintApplication_offsiteLinkWrap" and TypoScript property "netprintApplicationLink" for IMGTEXT elements which were only used by one extension which is obsolete meanwhile...
1781 * Fixed bug #4830: Right click in CM did not work anymore (thanks to Benjamin Mack)
1782 * Fixed bug #4643: File Upload did not recognize BE-User option "defaultFileUploads" (thanks to Benjamin Mack)
1784 2007-01-20 Michael Stucki <michael@typo3.org>
1786 * Release of TYPO3 4.1beta3
1787 * Update copyright information (just the year, of course) in t3lib/config_default.php
1789 2007-01-19 Ingmar Schlecht <ingmar@typo3.org>
1791 * AJAX pagetree and filetree by Benjamin Mack <bmack@xnos.org>! (Thanks also to Franz Holzinger and Stefan Regniet for their help)
1792 * Patch by René Fritz regarding bidirectional mm-relations: It's now possible to save different relations to the same mm-table by means of so called "matchFields". This is used by DAM.
1794 2007-01-19 Andreas Otto <andreas.otto@dkd.de>
1796 * Fixed feature request 4656: The feature config.sys_language_softMergeIfNotBlank sets the "mergeIfNotBlank" for a field in the frontend context through TypoScript. It can be useful to have the same for "exclude" localization mode so a field is always overlaid in the frontend output. This patch simply copies the code from "softMergeIfNotBlank" and does the same for "exclude".
1798 2007-01-19 Dmitry Dulepov <dmitry@typo3.org>
1800 * !!! Added "prepend" to tt_content.stdWrap in css_styled_content to display anchor to localized content elements in addition to anchor to the default language version
1802 2007-01-19 Michael Stucki <michael@typo3.org>
1804 * Reverting patch for bug #4581 which was committed by mistake. The solution works well, but it depends on 4.3.0 currently...
1806 2007-01-18 Martin Kutschker <martin.t.kutschker@blackbox.net>
1808 * Added PATH_typo3 to index_ts.php (see related change on 2006-10-29)
1810 2007-01-09 Ingmar Schlecht <ingmar@typo3.org>
1812 * Alphabetically sorted TS tree in TS Object Browser (Thanks to Ingo Renner)
1814 2007-01-09 Sebastian Kurfuerst <sebastian@typo3.org> (Thanks to Oliver Hader)
1816 * rewrote TBE_EDITOR Javascript functions to use JS "objects" and outsourced them to an external file
1817 * !!! Removed the variables TBE_EDITOR_isChanged and TBE_EDITOR_loadTime in TBE_EDITOR javascript
1818 * change in getRecordTitle: a too long title is wrapped in a <span title="..."> tag to show a tooltip
1820 2007-01-03 Thorsten Kahler <thorsten.kahler@dkd.de>
1822 * Fixed bug #931: Typolink to a page with certain type doesn't work if type is zero
1824 2007-01-03 Dmitry Dulepov <dmitry@typo3.org>
1826 * Fixed bugs #3254, #3872, #4345: hide workspace selector if (1) no access to workspace module, or (2) only one workspace is available to user
1827 * Fixed: publishing many records may cause PHP timeout and leave workspace in half-published state
1828 * Fixed bug #4006: Load $GLOBALS['TSFE'] with image dimensions when IMG_RESOURCE is used (feature request!)
1830 2006-12-27 Dmitry Dulepov <dmitry@typo3.org>
1832 * Removed garbage characters in typo3/init.php
1834 2006-12-21 Dmitry Dulepov <dmitry@typo3.org>
1836 * List module did not use BACK_PATH in many calls to TYPO3 functions, which made imposible to reuse List module classes in extensions
1838 2006-12-20 Michael Stucki <michael@typo3.org>
1840 * Release of TYPO3 4.1beta2
1842 2006-12-20 Peter Niederlag <peter@niederlag.de>
1844 * Fixing important security issue in rtehtmlarea
1846 2006-12-19 Ingmar Schlecht <ingmar@typo3.org>
1848 * Some more IRRE bugfixes by Oliver concerning RTE and alt_doc.php
1850 2006-12-14 Ingmar Schlecht <ingmar@typo3.org>
1852 * Committed a bunch of bugfixes and new features related to IRRE (Thanks to Oliver Hader!):
1853 - Automatic sorting by a "sortby" field (e.g. the title)
1854 - The possibility to have relations from different parent pages to a child table
1855 - Expanded/collapsed states are saved in uc now
1856 - Bugfixes to #4616 and #4617 concerning IRRE relation to the same table
1857 - Bugfix for using RTEs in IRRE records (works even inside of nested tabs now)
1859 2006-12-13 Martin Kutschker <martin.t.kutschker@blackbox.net>
1861 * More localization of User>Workspaces (thanks to Marc Wöhlken)
1863 2006-12-14 Kasper Skaarhoj
1865 * Modified t3lib_div::makeInstance() to require filenames in lowercase
1866 * Added some fields ("languageField", "transOrigPointerField", "type", "header") as default "shadowColumnsForNewPlaceholders" fields (tcemain "localize" command related)
1867 * Fixed Safari context menu bug
1869 2006-12-13 Martin Kutschker <martin.t.kutschker@blackbox.net>
1871 * Improved t3lib_BEfunc::getRecordRaw() (error checking, freeing result set)
1872 * Added a few addtional entries for special characters to the ASCII transliteration table
1873 * Localized User>Workspaces (thanks to Andreas Wolf)
1874 * Fix bug #2935: invalid HTML in Web>Versioning (quotes)
1876 2006-12-12 Martin Kutschker <martin.t.kutschker@blackbox.net>
1878 * Made cli_dispatch.phpsh work when called as "php cli_dispatch.phpsh" and protect from being called on a non CLI
1879 * Make TYPO3 log page paths in UTF-8 if config.stat_apache_niceTitle = utf-8
1881 2006-12-12 Karsten Dambekalns <karsten@typo3.org>
1883 * The EM now stores the list of extensions from TER in the database, see http://bugs.typo3.org/view.php?id=2615
1885 2006-12-12 Ingmar Schlecht <ingmar@typo3.org>
1887 * Better getRecordTitle() function introducing label_userFunc (Thanks to David Brühlmeier for this patch! See http://lists.netfielders.de/pipermail/typo3-team-core/2006-December/006521.html for details.)
1889 2006-12-11 Martin Kutschker <martin.t.kutschker@blackbox.net>
1891 * Add page tree update to publish button of module Web>Versioning
1892 * Added "new record" icon to table listing in module Web>Page
1894 2006-12-07 Franz Holzinger <kontakt@fholzinger.com>
1896 * Fix bug #4555: double posts in tt_board did not get detected because of unintended conversion into a negative integer
1898 2006-12-07 Ingmar Schlecht <ingmar@typo3.org>
1900 * Disabled typo3/alt_main_new.php as it's not fully working yet. Will be ready for TYPO3 4.2 probably, but not for 4.1.
1901 * Disabled wordIndexing() function of t3lib_refindex
1903 2006-12-05 Michael Stucki <michael@typo3.org>
1905 * Updated font-copyright information in t3lib/fonts/readme.txt - many thanks to Christian Welzel for taking care of this!
1906 * Security enhancement: Prevent image access through thumbs.php. For details, see http://typo3.org/teams/security/security-bulletins/typo3-20061205-1/ - thanks to Marc Bastian Heinrichs for discovering and reporting this issue.
1907 * Security enhancement: Refuse BE logins of usernames starting with "_CLI_" (they are only used by real CLI scripts)
1909 2006-11-21 Martin Kutschker <martin.t.kutschker@blackbox.net>
1911 * Allow strftime-syntax for config.stat_apache_logfile (Thanks to Francois Suter and Michael Stucki).
1912 * Enhanced message for recordset warning (see change at 2006-12-02) and removed serializing of objects in the backtrace (devlog).
1914 2006-12-03 Ingmar Schlecht <ingmar@typo3.org>
1916 * Use <label> tags in tceforms where appropriate to enhance usability (Thanks to Ingo Renner for writing the patch!)
1917 * Increase length for titles of be_users, be_groups, and fe_groups (Thanks to Ingo Renner for writing the patch!)
1919 2006-12-02 Dmitry Dulepov <dmitry@typo3.org>
1921 * t3lib_db: added calls to t3lib_div::sysLog() and t3lib_div::devLog() if recordset is not valid
1923 2006-12-01 Kasper Skaarhoj <kasper2006@typo3.com>
1925 * Additions to FlexFormTools
1926 * Improved localization in tcemain
1927 * Changed pages_languages_overlay to NOT be hidden by default
1928 * Introduced REDIRECT: prefix to pageNotFound_handling (for backwards compatibility since someone changed to read the file instead of redirecting).
1929 * Added "linkHandler" hook for typolink. TSref is updated.
1930 * Modified Web > Info > Localization tools to not show details.
1931 * Removed redundant directory, clmods.
1933 2006-11-28 Kasper Skaarhoj <kasper2006@typo3.com>
1935 * Added "option.additionalPreviewLanguages" which enables to add other languages than the "default" to the list of those that a translator will see along with his own language
1936 * Added new class, "class.t3lib_transl8tools.php" with general stuff for working with languages and translation. More to come...
1937 * Added the t3lib_div::view_array() will also display a string input
1938 * Added, that "t3lib_div::makeInstance()" will call "require_once()" for "t3lib_*" if the class name is not found; this is essentially an "auto-loader" feature that can come it pretty handing since something like 90% of all instantiations in the core is of t3lib_-classes; now we don't need to add "require_once()" statements in the top. And oh, btw. there is a function, "t3lib_div::requireOnce()" for "require_once()" which I suggest you use so that inclusions have some globals set (like TYPO3_CONF_VARS) and also cannot change local scope variables.
1940 2006-11-26 Michael Stucki <michael@typo3.org>
1942 * Fixed bug #4556: PHP4 compatibility issues
1944 2006-11-24 Michael Stucki <michael@typo3.org>
1946 * Release of TYPO3 4.1beta1
1948 2006-11-21 Martin Kutschker <martin.t.kutschker@blackbox.net>
1950 * New Feature: List users online (aka who is online) for BE users in Tools > User Manager
1951 * New Feature: Allow UTF-8 file names (to enable set BE[forceCharset]='utf-8' and SYS[UTF8filesystem]=1)
1953 2006-11-23 Ingmar Schlecht <ingmar@typo3.org>
1955 * New Feature: Inline Relational Record Editing (IRRE). See http://wiki.typo3.org/index.php/Inline_Relational_Record_Editing for details. Thanks a lot to Oliver Hader who programmed this as his diploma thesis and to Sebastian who reviewed the code together with me!
1957 2006-11-21 Martin Kutschker <martin.t.kutschker@blackbox.net>
1959 * Fix a problem with PHP4 and UTF-8 byte order marks (BOM) in t3lib_div::xml2array()
1961 2006-11-17 Michael Stucki <michael@typo3.org>
1963 * Fixed bug #4059: options.hideRecords.pages doesn't work for mounted pages - Thanks to Marc Bastian Heinrichs for providing a fix!
1964 * Fixed bug #4379: pageNotFound_handling ignores forceCharset setting
1965 * Fixed bug #3115: JavaScript error on clickmenu in filelist module
1966 * Fixed bug #4515: Input field with settings eval "date" and readOnly shows 01-01-1970 if the value is empty - Thanks to Marc Bastian Heinrichs for providing a fix!
1968 2006-11-17 Martin Kutschker <martin.t.kutschker@blackbox.net>
1970 * Indexed Search: Added stdWrap around the search word in the output (tx_indexedsearch_pi[whatis]): tx_indexedsearch_pi.whatis_stdWrap
1971 * Indexed Search: Removed superfluos <P> tag around search word
1973 2006-11-16 Martin Kutschker <martin.t.kutschker@blackbox.net>
1975 * Indexed Search: Added freeIndexSetId GROUP BY in tx_indexedsearch->execFinalQuery() to make SELECT work on DBs other than Mysql
1976 * Add an index prefix to Mysql key definitions when (var)chars are changed to text when multiplyDBfieldSize is set
1977 * Reverted change to key of sys_refindex on 2006-09-01 (key prefix is set now automatically)
1979 2006-11-13 Bernhard Kraft <kraftb@kraftb.at>
1981 * Fixed a bug: Normal labels rendered by class.db_list_extra.inc didn't get passed through t3lib_BEfunc::getProcessedValueExtra when alt_label fields are set.
1983 2006-11-08 Dmitry Dulepov <dmitry@typo3.org>
1985 * Enable creation of compact flexforms
1987 2006-11-07 Michael Stucki <michael@typo3.org>
1989 * Fixed bug #4348: Wrong time format in syslog output
1991 2006-11-06 Michael Stucki <michael@typo3.org>
1993 * Fix bug #3495: Endless recursion with some MySQL versions
1995 2006-11-03 Michael Stucki <michael@typo3.org>
1997 * Fixed bug #4425: Garble code in adodb extension
1998 * Fixed Cross Site Scripting issue in fe_adminLib.inc. For details, see http://typo3.org/teams/security/security-bulletins/typo3-20061010-1/ - thanks to Andriu Isenring Ritsch for discovering and reporting this issue.
2000 2006-11-02 Ingmar Schlecht <ingmar@typo3.org>
2002 * Fixed bug with bidirectional mm-relations: "group" fields with more than one table allowed didn't work properly any more
2004 2006-11-02 Michael Stucki <michael@typo3.org>
2006 * Fixed bug #1655: t3lib_div::substUrlsInPlainText() did not support HTTPS links
2007 * Fixed bug #1236 again: 404 error while using the new content wizard
2008 * Fixed bug #4443: Items in CE "Insert Records" don't have edit options in context menu any longer
2009 * Small EM change: Annotate if all or only reviewed extensions should be searched
2011 2006-10-30 Karsten Dambekalns <karsten@typo3.org>
2013 * Add security hints in typo3/mod/tools/em/class.em_index.php
2014 * Fixed bug #3637 in EM (translation handling)
2016 2006-10-29 Martin Kutschker <martin.t.kutschker@blackbox.net>
2018 * Fixed bug #4021: array_merge error with PHP 5.0
2019 * Changed occurences of PATH_site.'typo3conf/' to PATH_typo3conf and PATH_site.TYPO3_mainDir to PATH_typo3
2021 2006-10-25 Kasper Skaarhoj <kasper2006@typo3.com>
2023 * Added "alt_main_new.php" including various modifications around to support this.
2024 * Added clean-up functions in extension "lowlevel" plus modified t3lib_refindex and t3lib_tcemain accordingly
2025 * Added word index to sys_refindex.
2026 * Added feature to workspace records so an element can still be edited even when passed to "review"; This allows an editor to notify that the element is ready but still make changes. Of course no more changes can be made as soon as the reviewer has pushed it to the next level.
2027 * Added "mod.php" which is a module dispatch script that can potentially help us to get rid of the problem with local vs global extensions and their backend modules having different conf.php files. Documentation remains to be added to "Inside TYPO3".
2029 2006-10-14 Dmitry Dulepov <dmitry@typo3.org>
2031 * Fixed bug #3199: SUing to myself?
2032 * Fixed bug #3720: Multilanguage Flexforms don't work after migrating a site from one language to more languages
2033 * Fixed bug #4358: Add an option to t3lib_div::xml2array to remove all unnecessary spaces
2035 2006-10-17 Ernesto Baschny <ernst@cron-it.de>
2037 * Fix: no more "ERR" or "Unpacking the language pack failed" in the translation handling with curl enabled.
2039 2006-10-14 Dmitry Dulepov <dmitry@typo3.org>
2041 * Fix: t3lib_db::exec_SELECTgetRows() did not free recordset
2043 2006-10-24 Karsten Dambekalns <karsten@typo3.org>
2045 * ADOdb system extension updated to upstream 4.93. Added danish translation, thanks to Peter Klein!
2047 2006-10-11 Martin Kutschker <martin.t.kutschker@blackbox.net>
2049 * Changed index "parent" of sys_template to (pid,sorting)
2051 2006-10-10 Martin Kutschker <martin.t.kutschker@blackbox.net>
2053 * Fixed bug #3777: thumbs.php looks for file in t3lib/gfx instead of typo3/gfx
2055 2006-09-20 Bernhard Kraft <kraftb@kraftb.at>
2057 * Fixed a missing space in typo3/template.php
2059 2006-09-15 Sebastian Kurfuerst <sebastian@garbage-group.de>
2061 * Fixed bug #3862: Tools>User Admin allows switching to disabled user
2062 * Fixed bug #3863: Delete temp_CACHED_* files from "Edit files in typo3conf/:"
2064 2006-09-14 Michael Stucki <michael@typo3.org>
2066 * Fixed bug #4219: := appendString() did not work because the check was made for "apppendString" (typo)
2068 2006-09-11 Wolfgang Klinger <wk@plan2.net>
2070 * Feature request #4133: accesskey for TMENU
2072 2006-09-11 Ingmar Schlecht <ingmar@typo3.org>
2074 * New feature: Bidirectional MM relations. You can now edit mm-relations from both sides of the relation in the Backend TCE-Forms. Thanks to Sebastian (for writing the patch together with me) and René (for the first version of this feature)
2076 2006-09-11 Michael Stucki <michael@typo3.org>
2078 * Fixed a tiny security problem in indexed search (for details, see http://typo3.org/teams/security/security-bulletins/typo3-20060911-1/)
2080 2006-09-08 Michael Stucki <michael@typo3.org>
2082 * Updates to NEWS.txt
2083 * Fixed #4165: Link to TSconfig and TSref not working. Thanks to Andreas Wolf for providing a patch!
2085 2006-09-04 Michael Stucki <michael@typo3.org>
2087 * Fixed bug #1268: plainMailEncoded not working with charset conversion.
2089 2006-09-03 Sebastian Kurfuerst <sebastian@garbage-group.de>
2091 * Added su_back.gif image again to gfx
2093 2006-09-03 Wolfgang Klinger <wk@plan2.net>
2095 * Changed call_user_func to call_user_func_array in t3lib_div to allow passing parameters by reference to t3lib_div::callUserFunction
2097 2006-09-02 Martin Kutschker <martin.t.kutschker@blackbox.net>
2099 * Fixed #4141: config.spamProtectEmailAddresses does not encrypt "9" digits correctly
2100 * Web>List localization view did not handle "edit marked" for translation records
2102 2006-09-01 Ingmar Schlecht <ingmar@typo3.org>
2104 * Feature #529: Filled static_tsconfig_help with new content of core documents! Thanks a lot to Stephane Schitter for extracting the new data from the references!
2106 2006-09-01 Michael Stucki <michael@typo3.org>
2108 * Fixed bug: Creation of sys_refindex table was not possible if $TYPO3_CONF_VARS[SYS][multiplyDBfieldSize] was set.
2109 * Indexed Search: Fixed bug #3994: OpenOffice.org files cannot be indexed by class.external_parser.php
2110 * Indexed Search: Fixed bug #4093: PHP warning if indexed_search search word contains a front slash
2111 * Get rid of blob fields in TYPO3 databases (replaced with "text" fields)
2113 2006-08-31 Ernesto Baschny <ernst@cron-it.de>
2115 * Fixed bug #4035/3971: Error message when uploading one or two files in file-browser (BE)
2117 2006-08-31 Ernesto Baschny <ernst@cron-it.de>
2119 * Feature #4131: Respects label_alt setting in some more places (especially labels pointing to MM tables)
2121 2006-08-31 Wolfgang Klinger <wolfgang@stufenlos.net>
2123 * Feature #3026: Text change for the 'Quality' label
2125 2006-08-31 Dmitry Dulepov <typo3@accio.lv>
2127 * Performance enhancement for BE: 1) caching images in typo3/gfx and typo3/sysext; 2) caching CSS files in typo3/sysext/t3skin/stylesheets
2129 2006-08-30 Martin Kutschker <martin.t.kutschker@blackbox.net>
2131 * Add and update icons for the new skin
2133 2006-08-29 Ingmar Schlecht <ingmar@typo3.org>
2135 * Made it possible to give FE users the choice to "stay logged in". See new install tool option $TYPO3_CONF_VARS[FE][permalogin]. You'll need the latest newloginbox version from the typo3xdev Subversion repository.
2137 2006-08-29 Dmitry Dulepov <typo3@accio.lv>
2139 * Performance enhancement in t3lib/class.t3lib_tstemplate.php: use UPDATE/INSERT (if no records have been updated) instead of DELETE/INSERT for cache_pagesection.
2140 * Show domain name in the page tree if is_siteroot is set for page and "options.pageTree.showDomainNameWithTitle" is set in user TSConfig
2142 2006-08-25 Michael Stucki <michael@typo3.org>
2144 * Fixed bug #4076: Skin creates invalid HTML markup
2145 * Fixed bug #1454: Cookie lifetime set in localconf.php will be ignored. Thanks to Dietrich Heise and Jeff Segars.
2146 * Fixed bug #3922: config.spamProtectEmailAddresses doesn't respect config.removeDefaultJS setting. Thanks to Benjamin Mack.
2147 * Added a new parameter to tslib_pibase->pi_classParam() which may contain classes that should not be prefixed.
2149 2006-08-24 Michael Stucki <michael@typo3.org>
2151 * !!! Changed default value of $TYPO3_CONF_VARS[SYS][devIPmask] to "127.0.0.1,::1" (removed "192.168.*")
2152 * Fixed bug #1236: 404 error while using the new content wizard
2153 * Fixed bug #3909: TYPO3_SSL does not detect valid SSL session
2154 * Fixed bug #3973: pageNotFound_handling=TRUE is interpreted as URL
2156 2006-08-23 Michael Stucki <michael@typo3.org>
2158 * Fixed bug #3960: Display correct version number in Install Tool (only when authenticated)
2159 * Fixed bug #4073: Extension manager doesn't find extensions if the search string contains a trailing space
2160 * Fixed bug #3990: $BE_USER property "disableTabInTextarea" is not respected
2162 2006-08-19 Dmitry Dulepov <typo3@accio.lv>
2164 * Fixed bug #4037: Link from Google AdWords fails due to wrong alias handling
2166 2006-08-19 Ingmar Schlecht <ingmar@typo3.org>
2168 * Partly fixed #4013: New records in non-default language are displayed in list-module in localization view too now even if they don't have a parent record in the default language.
2170 2006-08-17 Ingmar Schlecht <ingmar@typo3.org>
2172 * Added text to Update Wizard informing about the change of the default values of "config.inlineStyle2TempFile" and "config.removeDefaultJS" depending on compatVersion >= 4.0
2174 2006-08-14 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2176 * Corrections/adjustments to the htmlArea RTE extension (see details in local ChangeLog)
2178 2006-08-04 Wolfgang Klinger <wk@plan2.net>
2180 * Fix bug #3160: IFSUB is not true if the parent page is a shortcut page
2182 2006-07-31 Dmitry Dulepov <typo3@accio.lv>
2184 * Fixed endless page retrieval if pageNotFound_handling is set to URL of a local non existing page
2186 2006-07-31 Michael Stucki <michael@typo3.org>
2188 * Updates to NEWS.txt (thanks to Martin Kutschker)
2189 * Changed version requirements for t3skin (problems in combination with TYPO3 4.0.1)
2191 2006-07-30 Michael Stucki <michael@typo3.org>
2193 * Fix bug #3362 (again): Bugfix used t3lib_div which is missing at that point
2194 * Fix bug #3943: compat_version was accidentally changed to 4.0.1
2196 2006-07-24 Karsten Dambekalns <karsten@typo3.org>
2198 * t3lib/config_default.php: Fixed bug #3246 - error in t3lib/config_default.php on setting display_errors.
2200 2006-07-23 Karsten Dambekalns <karsten@typo3.org>
2202 * t3lib/class.t3lib_div.php: Added a clarifying note to the comment for loadTCA(), thanks to Johannes Konert.
2204 2006-07-17 Dmitry Dulepov <typo3@accio.lv>
2206 * t3lib_tceforms: now using "labels.new" from locallang instead of hard-coded "NEW"
2208 2006-07-17 Michael Stucki <michael@typo3.org>
2210 * Fix bug #3308: Check for deleted records when displaying language overlays
2211 * Removed hardcoded rowSpace value in CSS Styled Content
2212 * Minor cleanup in CSS Styled Content constants.txt + setup.txt
2214 2006-07-14 Martin Kutschker <martin.t.kutschker@blackbox.net>
2216 * mailto: links were not handled as mailto: links if protocol was present in link
2218 2006-07-13 Karsten Dambekalns <karsten@typo3.org>
2220 * EM: Fixed bug #3299 (Language pack installation cannot handle spaces in filenames).
2221 * EM: Added extra sanity check when cleaning up version numbers in constraints, solves bogus warnings when installing extensions.
2222 * EM: The label for enabling unreviewed extensions is more clear now. The search scope (all/reviewed) is shown on the import extensions page.
2224 2006-07-13 Wolfgang Klinger <wk@plan2.net>
2226 * Fixing some missing is_array checks
2228 2006-07-12 Wolfgang Klinger <wk@plan2.net>
2230 * Fix bug/feature request #3811: Adding "ATagParams" to GMENU
2232 2006-07-12 Martin Kutschker <martin.t.kutschker@blackbox.net>
2234 * Fix bug #3600: config.formMailCharset is not honoured
2235 * t3lib_formmail: do charset conversion for mails when config.formMailCharset is set or config.metaCharset different from config.renderCharset
2236 * t3lib_formmail: use $this->messageid of base class
2238 2006-07-12 Dmitry Dulepov <typo3@accio.lv>
2240 * Fixed bug #3594: No lang resolution for title in <tx_templavoila> element
2242 2006-07-11 Martin Kutschker <martin.t.kutschker@blackbox.net>
2244 * t3lib_cs: trim the charset for normalization
2246 2006-07-10 Dmitry Dulepov <typo3@accio.lv>
2248 * Fixed bug: missing check for PHP version in t3lib_div::getUrl()
2250 2006-07-10 Ernesto Baschny <ernst@cron-it.de>
2252 * Fixed bug #3005: captionSplit.cObject functionality in IMGTEXT is back as documented. But marked as "deprecated".
2253 * Fixed bug #3258: rendering issues in CSS styled IMGTEXT with noRows setting fixed.
2254 * Fixed bug #3416: first caption was being doubled with "renderMethod=table".
2256 2006-07-10 Dmitry Dulepov <typo3@accio.lv>
2258 * Fixed bug: "Publish time" label appeared where "Unpublish time" should appear
2260 2006-07-07 Karsten Dambekalns <karsten@typo3.org>
2262 * Added background color to TYPO3 error pages.
2264 2006-07-07 Michael Stucki <michael@typo3.org>
2266 * Changed version numbers in t3lib/config_default.php
2267 * Minor corrections to CVSreadme.txt
2268 * Install Tool displayed TYPO3_version instead of TYPO3_branch
2269 * Fixed bug #2462: typo3temp/ subdirectories were not created automatically
2270 * Fixed bug #3362: Windows systems print phpinfo under some circumstances
2271 * Fixed bug #1153 again: Adding parameters to showpic.php is not always expected: Add a new property to skip adding these parameters (JSwindow.altUrl_noDefaultParams)
2273 2006-07-06 Martin Kutschker <martin.t.kutschker@blackbox.net>
2275 * Fix bug #3779: edit form on page broken
2276 * Fix bug #3085: broken option frame (palettes) in IE
2278 2006-07-01 Martin Kutschker <martin.t.kutschker@blackbox.net>
2280 * Fix bug #3427: config.spamProtectEmailAddresses may garble mail link
2282 2006-07-01 Karsten Dambekalns <karsten@typo3.org>
2284 * DBAL update (sysext):
2285 - this update closes bugs #3638, #2106, #2866, #3754 (for Firefox, broken in MSIE) and maybe a few more
2286 - Implemented support for sysLog() on connection failure
2287 - DBAL now honours the no_pconnect setting
2288 - For handlers in native mode the setDBinit queries are executed upon connection
2289 - The initial value for generated sequences can be configured per handler, to avoid duplicate key errors after having imported data
2290 - BLOB fields are handled correctly now during INSERT and UPDATE
2291 - Setting $store_lastBuiltQuery acts like in t3lib_db now (fill $debug_lastBuiltQuery)
2292 - For the native handler quoting methods directly return the input for speedup, as no quoting is needed in that case
2293 - Added support for native and userdefined handler to MetaType()
2294 - Changed mapping of types to always use the largest possible integer, map tinytext to varchar instead of text
2295 - admin_get_tables() skips tables whose names match /BIN\$/ (coming from the recycle bin on Oracle)
2296 - Importing dumps using the install tool now works, see manual for tips
2297 - Changed the way NOT NULL and DEFAULT are handled when setting up tables, see manual for the rules that now apply
2298 - Code cleanup (indentation, documentation)
2299 - Updated the manual and added new content
2301 2006-06-30 Franz Holzinger <kontakt@fholzinger.com>
2303 * Fix bug #3725: empty and invalid flexform meta data are checked. impexp echos warning message found inside T3D import.
2305 2006-06-30 Martin Kutschker <martin.t.kutschker@blackbox.net>
2307 * t3lib_htmlmail: auto-detect charset (using FE or BE settings) with manual override
2309 2006-06-30 Karsten Dambekalns <karsten@typo3.org>
2311 * t3lib_page: Changed getMultipleGroupsWhereClause() to include a check using IS NULL to make it compatible to Oracle.
2312 * t3lib_page: Made enableFields() call getMultipleGroupsWhereClause() non-statically using $this.
2313 * sysext/adodb/: Update to upstream version 4.90, fixes to connection wizard, some code cleanup (closes: ##3755).
2314 * t3lib_sqlparser: Clean up indentation a little bit, fix bug #2991, make the parser understand "IS NOT [NULL]" an addition to just "IS [NULL]".
2315 * t3lib_tsfebeuserauth: Changed static call to enableFields()
2317 2006-06-29 Ernesto Baschny <ernst@cron-it.de>
2319 * Fix bug #3522 also in "content (default)": Linking images to hidden pages results in click-enlarge
2320 * Fix bug #3085: broken option frame (palettes) in IE
2322 2006-06-29 Dmitry Dulepov <typo3@accio.lv>
2324 * pageNotFound_handling HTTP status fix when external URL is specified as 404 page
2326 2006-06-28 Ernesto Baschny <ernst@cron-it.de>
2328 * Fix bug #3391: HTML-Source in error-pages now valid xhtml (FE)
2330 2006-06-28 Martin Kutschker <martin.t.kutschker@blackbox.net>
2332 * Fix bug# 3397: FORM submit as image is not valid xhtml
2333 * Fixed restriction to languages in Frontend editing
2334 * Fix bugs #3212 & #1178: empty page is displayed when accessing Web>Versioning
2336 2006-06-28 Bernhard Kraft <kraftb@kraftb.at>
2338 * Fix bug #3162: Cropscale fails, if one dimension has already the right size (thanks to Stefan Geith)
2340 2006-06-28 Karsten Dambekalns <karsten@typo3.org>
2342 * t3lib_extfilefunc: func_upload() now logs if no file was uploaded.
2343 * t3lib_extfilefunc: The last error message encountered is stored in the member variable $lastError
2344 * t3lib_tcemain: Made SQL query in versionizeRecord() conform to DBAL (use OR instead of ||).
2345 * t3lib_userauthgroup, tx_sv_auth: Made FE group lookups possible when lockToDomain is NULL in DB (e.g. when using Oracle).
2346 * t3lib/stddb/tables.sql: Changed be_users.lang to VARCHAR instead of CHAR, as MySQL changes it anyway.
2347 * t3lib_install: Changed an eregi() to a matching preg_match()
2349 2006-06-27 Karsten Dambekalns <karsten@typo3.org>
2351 * typo3/init.php: Fixed bug #2871.
2352 * t3lib/class.t3lib_befunc.php: Fixed bug #3106, Documentation of function storeHash differs between class befunc and class page
2353 * class.em_xmlhandler.php: Small change to the inline code docs
2354 * class.tx_install.php: Code cleanup, removed some commented code and cleaned indentation
2356 2006-06-22 Martin Kutschker <martin.t.kutschker@blackbox.net>
2358 * Created exclusiveKeys for the TCA field configuration of type "select" [fix from 2006-03-19 was lost, see below]
2360 2006-06-11 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2362 * Fix bug #3505: BE multi-language flexforms do not work (t3lib_tceforms)
2364 2006-06-08 Martin Kutschker <martin.t.kutschker@blackbox.net>
2366 * Template tools (Web>Template) had hard-coded background colours
2367 * Made Web > Template > Info skinnable
2369 2006-06-08 Martin Kutschker <martin.t.kutschker@blackbox.net>
2371 * Make t3lib_div::arrayToLogString() accept an empty string as empty list
2372 * Fix bug #2938: edit icons have two title attributes, one hardcoded as an empty string
2374 2006-06-04 Martin Kutschker <martin.t.kutschker@blackbox.net>
2376 * Unify PHP5 check in config_defaults.php and deprecate $TYPO_VERSION
2378 2006-06-02 Martin Kutschker <martin.t.kutschker@blackbox.net>
2380 * Fix bug #3612: no c-prefix for URL fragment in menus (section index)
2381 * Fix bug #2493: TCE-forms don't skins icons / t3skin lacks undo.gif, csv.gif and savedoknew.gif (thanks to Clemens Riccabona for the latter)
2382 * Fix bugs #3326 and #3392: problems with php_uname()
2383 * "Update" buttons of admin panel did not reload page in Firefox
2385 2006-05-31 Ernesto Baschny <ernst@cron-it.de>
2387 * Fix bug #3522: Linking images to hidden pages results in click-enlarge
2389 2006-05-31 Bernhard Kraft <kraftb@kraftb.at>
2391 * Fix a problem of the EM: "No file uploaded!" when retrying install after a failed dependency check
2393 2006-05-22 Martin Kutschker <martin.t.kutschker@blackbox.net>
2395 * Corrected error message for config.baseURL=1
2397 2006-05-20 Ernesto Baschny <ernst@cron-it.de>
2399 * Fixed bug #2874: Current page in navigation tree wasn't being highlighted on IE6
2401 2006-05-20 Rupert Germann <rupi@gmx.li>
2403 * Fixed bug #2566: XClass include code was missing in wsol_preview.php.
2405 2006-05-18 Rupert Germann <rupi@gmx.li>
2407 * Fixed bug #0132: % signs in extra parameters of form contentelements where not handled correctly.
2409 2006-05-18 Ernesto Baschny <ernst@cron-it.de>
2411 * Fixed bug #3138: Alignment of text in css_styled_content's Text w/ images (nowrap) was wrong (Firefox)
2413 2006-05-15 Ingmar Schlecht <ingmar@typo3.org>
2415 * Fixed bug #1374: Mailforms didn't work with <input type="image"> submit buttons. (Thanks to Thorsten Kahler and Rupert Germann!)
2416 * Changed square brackets "[" and "]" in URLs generated by media/scipts/fe_adminLib.inc to the urlencoded equivalents "%5B" and "%5D"
2418 2006-05-15 Martin Kutschker <martin.t.kutschker@blackbox.net>
2420 * Fix bug #3364: Changed t3lib_div::validPathStr() that it rejects files starting with ../ or containing /../, but allows ..
2421 * Corrected comment for maxWInText (tslib_content) and simplified calculation
2422 * Fix bug #338: Sanitize path normalization of class.t3lib_userauthgroup.php::addFileMount()
2424 2006-05-05 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2426 * EM: Fixed bug #3017.
2427 * t3lib/class.t3lib_befunc.php: Fixed bug (trivial but important) #3106.
2429 2006-04-03 Karsten Dambekalns <karsten@typo3.org>
2431 * EM: Fixed bugs #3096 (EM does not work if allow_url_open = off), #3097 (EM leaves mirror* files on failure).
2433 2006-04-02 Karsten Dambekalns <karsten@typo3.org>
2435 * EM: Fixed bugs #3033 (Invalid argument supplied for foreach) , #3039 (TYPO3 version is higher than allowed), #2992/#2817 (shy extensions).
2437 2006-04-29 Martin Kutschker <martin.t.kutschker@blackbox.net>
2439 * Fix typolink.addQueryString.method=GET (see bug #3241)
2440 * Fix problem with 2-byte charsets (eg UTF-16) in t3lib_cs::utf8_encode().
2442 2006-05-03 Rupert Germann <rupi@gmx.li>
2444 * Fix: mod.web_list.alternateBgColors=1 did not work in TYPO3 4.0 when no skin is used. Added the missing class to typo3/stylesheet.css
2446 2006-04-30 Dmitry Dulepov <typo3@accio.lv>
2448 * Fixed bug #3226: Error in template::clearCacheMenu if user is not admin
2450 2006-04-29 Martin Kutschker <martin.t.kutschker@blackbox.net>
2452 * Fixed wrong use of implode in typo3/mod/tools/em/class.em_index.php (lines 1392, 1424; see bug #3302)
2454 2006-04-23 Dmitry Dulepov <typo3@accio.lv>
2456 * Fixed bugs #3049 and #3176: HTTP status 503 is sent when $TSFE->set_no_cache is called
2458 2006-04-21 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2460 * Fix bugtracker issue #3172: further correction to MIME type determination.
2462 2006-04-20 Martin Kutschker <martin.t.kutschker@blackbox.net>
2464 * Don't do false SQL query when SYS[setDBinit] is empty. Log error on failure.
2466 2006-04-19 Martin Kutschker <martin.t.kutschker@blackbox.net>
2468 * Added "Lucida Console" (Windows core font) as default font for monospaced BE form fields
2470 2006-04-18 Dmitry Dulepov <typo3@accio.lv>
2472 * Fixed bug #3196: PHP warnings in class.t3lib_tceforms.php
2474 2006-04-14 Rupert Germann <rupi@gmx.li>
2476 * fix for the fix from bug #2868: the adminpanel didn't transfer the page id correctly when realUrl was used
2478 2006-04-14 Bernhard Kraft <kraftb@kraftb.at>
2480 * Added a hook in tslib_content for userdefined cObjects
2481 * Fixed bug #3232: Use image format set via .format for GIFBUILDER images
2483 2006-04-13 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2485 * Fix bugtracker issue #3172: re-write getMimeType in t3lib_htmlmail
2486 * Fix bugtracker issue #3051: RTE removes images under special conditions when saving
2488 2006-04-12 Ingmar Schlecht <ingmar@typo3.org>
2490 * Fixed bug #3174: chr() was misspelled char() in t3lib_div
2491 * Fixed bug #3233: Some broken references to media/ fixed
2493 2006-04-12 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2495 * Fix bugtracker issue #3172: MIME type determination crashing (HEAD request)
2497 2006-04-10 Michael Stucki <michael@typo3.org>
2499 * Merging all changes from TYPO3_4-0 branch back into HEAD
2501 2006-04-07 Michael Stucki <michael@typo3.org>
2503 * Release of TYPO3 4.0
2505 2006-04-06 Michael Stucki <michael@typo3.org>
2507 * !!! Fixed bug #3151: $TYPO3_CONF_VARS[im_jpg_quality] was changed to $TYPO3_CONF_VARS[jpg_quality] some time ago except in one place. Three questions marks since this was changed some time ago but not mentioned in here.
2508 * !!! Remove hardcoded linebreak after radio elements. Notice that this will affect your template when in "accessibility" mode with $TYPO3_CONF_VARS[SYS][compat_version] lower than 4.0.
2509 * Fixed bug #2485: Duplicate fieldset definition for radio elements. Thanks to Ernesto Baschny for providing a fix for this.
2510 * Minor changes to Indexed Search, see local ChangeLog for details
2511 * Prevented path traversal (../) in t3lib_tstemplate::getFileName(). This is was never really a security issue, because it affected only paths set in TypoScript which only full TYPO3 admins have access to anyway. Thanks to Ingmar for providing a fix.
2513 2006-04-06 Rupert Germann <rupi@gmx.li>
2515 * Fixed bug #3134: install tool / all text centered in IE and Opera
2516 * Fixed bug #3154: Misspelling in instal tool
2518 2006-04-06 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2520 * rtehtmlarea: fix bugtracker issue #3120: transforming text in link in Firefox may take excessive time.
2521 * rtehtmlarea: fix bugtracker issue #3060: RTE includes a page from the Frontent after paste a text
2523 2006-04-05 Peter Niederlag <peter@niederlag.de>
2525 * Fixed Bug #313 Problem with LOAD/RESTORE_REGISTER in lib.stdheader, thx to click/Ernesto for solution
2527 2006-04-04 Michael Stucki <michael@typo3.org>
2529 * Release of TYPO3 4.0rc3
2530 * Fixed bug #3065: wrap2.splitChar and wrap3.splitChar are ignored
2531 * Fix RDCT links: Did not point to index.php by default
2532 * Fix several bugs related with CSS Styled Content, see below. Many thanks to Ernesto Baschny who did all of this!
2533 * Now the CSS version of "Text w/images" and "Images" (table-less) also respect the textMargin constant so that (finally) the user can specify a different margin to separate the image block from the text. "colSpacing" now only applies to inter-images spacing, which is what the table-based approach also does.
2534 * For this to work we need to apply two new classes to the images (csc-textpic-firstcol and csc-textpic-lastcol). This is configurable through an optionSplitted new property "addClassesImage" of the USER object
2535 * Having this also allowed us to fix a bug in positioning: The whole image-block can now stretch correctly over the given width without any margins around it (which is required if you have just an image-block, without text). Without the patch, you always have "margin-right" (if images are placed to the left or center) or "margin-right" (if images are placed to the right).
2536 * Fixed also a problem with the calculation of image width if we have borders and border-spacings: Now the whole image-block will always be exactly maxW wide (so if you have borders and spacing, the images will get slightly smaller). Without this, the image-block could "explode" a fixed-width layout.
2537 * Added empty rendering definition for cType "div" (divider) to prevent error message
2538 * Fixed setup module: Colons were wrapped to the next line
2539 * Small fixes to t3skin
2540 * Indexed Search: Added crawler support for $GLOBALS[T3_VAR][ext][indexed_search][indexLocalFiles]
2542 2006-04-04 Peter Niederlag <peter@niederlag.de>
2544 * Fixed bugs #2949, #3016, #3037: Several Element Browser bugs
2546 2006-04-04 Sebastian Kurfuerst <sebastian@garbage-group.de>
2548 * Implement Single-Click rollback in record history
2550 2006-04-04 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2552 * Fixed bug #1303: Broken FE-links with "config.locale_all=tr_TR"
2554 2006-04-04 Martin Kutschker <martin.t.kutschker@blackbox.net>
2556 * Fixed bug #2868: Admin Panel always loses GET parameters
2557 * Fixed bug #2994: Calling PHP5-only iconv functions in PHP4
2558 * Language related changes:
2559 * Fixed TYPO3/ISO mappings: kr=>ko, gl=>kl, removed old mapping he=>iw (ISO code has changed a long time ago), added ba=>bs.
2560 * Updated and fixed locale/script-family mapping (for detection of the locale charset).
2561 * Updated info for adding a language in config_default.php
2562 * Changed variable names to reflect true meaning, so somebody else may understand what's going on.
2563 * Corrected language drop down in BE.
2564 * Fixed restriction to languages in Frontend editing
2566 2006-04-04 Karsten Dambekalns <karsten@typo3.org>
2568 * Fixed bug #3097: EM leaves mirror* files on failure
2570 2006-04-04 Dmitry Dulepov <typo3@accio.lv>
2572 * Fix to workspace forms
2574 2006-04-04 Kasper Skaarhoj <kasperYYYY@typo3.com>
2576 * New function t3lib_div::array2xml_cs() that respects character sets
2577 * Change default value of $TYPO3_CONF_VARS[FE][pageCacheToExternalFiles] to false (feature was enabled by default, which was a mistake of course)
2579 2006-03-29 Franz Holzinger <kontakt@fholzinger.com>
2581 * Fixed bug #2722 and #2837: table wizard has wrong array elements
2583 2006-03-28 Ingmar Schlecht <ingmar@typo3.org>
2585 * Fixed bug #3027: Wrong value for "Marked-deleted pages" in Records Statistics
2586 * Fixed bug #3022: "c" prefixed to local #anchors causes trouble
2587 * Fixed bug in t3lib_tstemplate: File references to media/ are now automatically prefixed with "typo3/sysext/cms/tslib/".
2589 2006-03-28 Christian Jul Jensen <christian@jul.net>
2591 * Fixed bug #999: Encoding mail headers in taskcenter
2592 * Fixed bug #3001: Support for multiple tables with columnsonly in alt_doc.php
2594 2006-03-26 Michael Stucki <michael@typo3.org>
2596 * Release of TYPO3 4.0rc2
2597 * Various indexed_search fixes, see local ChangeLog for details
2598 * Small fix to typo3/stylesheet.css (admin menu)
2600 2006-03-26 Karsten Dambekalns <karsten@typo3.org>
2602 * sysext/setup/mod/index.php: Fixed detection of unavailable language packs.
2603 * EM: Fixed bug #2974, a rare bug when unzipping language packs, a bug with installing dependencies that needed a db update, avoid unnecessary fetching of extensions.xml.gz,
2604 * Fixed bug #359: EM ignores PEAR compatible classes (committed by Stucki)
2605 * Fixed bug #2380: t3lib_sqlparser doesn't handle LEFT OUTER JOIN (committed by Stucki)
2607 2006-03-26 Ingmar Schlecht <ingmar@typo3.org>
2609 * Fixed bug #2777: "NOT NULL" removed from SQL gives error with MySQL 3.23.52
2611 2006-03-25 Michael Stucki <michael@typo3.org>
2613 * Fixed bug #1390: Ereg error in class.t3lib_tsstyleconfig.php
2614 * Fixed bug #2415: Navigation "Icons in top frame" were rendered wrong
2615 * Fixed bug #0388: No subtitle field in some page types
2616 * Fixed bug in Install Tool: Hide warning if GraphicsMagick is used
2617 * Fixed some more problems with the BE stylesheet
2618 * Various indexed_search fixes, see local ChangeLog for details
2620 2006-03-25 Martin Kutschker <martin.t.kutschker@blackbox.net>
2622 * Made "version" a required extension (necessary for workspaces)
2623 * Fix FE-editing bug: new-record icon appears for languages without edit rights (admin panel)
2624 * Fix FE-editing bug: edit panel and edit icons were shown for languages without edit rights
2626 2006-03-25 Karsten Dambekalns <karsten@typo3.org>
2628 * ADOdb sysext: Update to version 4.80, added a fix for MSSQL bogus errors.
2629 * EM: Added new way of handling translations.
2630 * DBAL sysext: Added enhancements for UNIQUE KEY handling, MSSQL compatibility, code cleanup, bugfixes
2632 2006-03-24 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2634 * Fix to htmlArea RTE extension (see details in local ChangeLog)
2636 2006-03-24 Kasper Skaarhoj <kasperYYYY@typo3.com>
2638 * Integration between Import/export and Extension Manager (extension dependencies)
2640 2006-03-22 Kasper Skaarhoj <kasperYYYY@typo3.com>
2642 * Fixed a bug in t3lib_refindex which prevented correct indexing from live workspace of records in draft workspaces with references inside flexforms
2643 * Fixed bug in T3D export where an array key prevented references in flexform fields to be correctly remapped. My mistake from cleaning up t3lib_flexformtools.
2645 2006-03-23 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2647 * Fix bugtracker issue 2958: t3lib_htmlmail::getMimeType isn't working with name based virtual hosts
2649 2006-03-22 Kasper Skaarhoj <kasperYYYY@typo3.com>
2651 * Fixed that the tcemain copy command works properly under workspaces: Remapping of references is correct now. This also affects TemplaVoila which can now copy a FCE container with sub elements properly.
2652 * Also added check for extension dependencies in Import/Export: It is not possible to import a T3D file unless extension dependencies are OK. This still needs more work and connection to EM.
2654 2006-03-22 Martin Kutschker <martin.t.kutschker@blackbox.net>
2656 * Fixed label of 'author_email' ('pages_language_overlay')
2657 * Fix bug #2918: TCEFORM.tt_content.CType.removeItems not applied to db_new_content_el.php (thanks to Oliver Hader)
2658 * Tools>User Admin didn't check if language icon was set for 'Limit to languages'
2659 * Fix FE-editing bug: new records were always created in the default language (admin panel)
2661 2006-03-22 Bernhard Kraft <kraftb@kraftb.at>
2663 * Fixed bug #2692: GIFBUILDER inverts transparency
2665 2006-03-22 Michael Stucki <michael@typo3.org>
2667 * Changed Install Tool so it accepts newlines in values (needed for recently introduced textarea fields)
2668 * Changed style of admin-menu title in alt_menu.php so it looks equally to the headers above
2669 * Fixed bug #1932: Can't limit content columns for Page>QuickEdit
2670 * Fixed bug #2596: "=undefined" when transferring TSconfig code from TSconfig wizard to textarea
2671 * Changed RFC: "flagBitMask" default value in indexed_search (seems like this was a typo) / The change has no effect but is more logical for understanding the concept.
2673 2006-03-22 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2675 * Corrections/adjustments to the htmlArea RTE extension (see details in local ChangeLog)
2677 2006-03-22 Kasper Skaarhoj <kasperYYYY@typo3.com>
2679 * Updated almost all Function indexes in the core plus fixed javaDoc documentation for the functions and classes I could manage to do. The rest of you; Please make sure to document the functions and classes you have added during development of 4.0! Search for "[type]" or "[Describe" to find places to add documentation.
2681 2006-03-20 Kasper Skaarhoj <kasperYYYY@typo3.com>
2683 * Added function to indexed search so index_fulldata is filled with less content (configurable)
2684 * Added function so that the HTML data of the cache_pages table can be stored in the file system (see TYPO3_CONF_VARS[FE][pageCacheToExternalFiles]
2685 * Both changes are new features excused by optimization of TYPO3.org.
2687 2006-03-21 Karsten Dambekalns <karsten@typo3.org>
2689 * EM: Moved some code around and added a method for installing an extension with one method call (for use in impexp).
2690 * class.em_index.php: Fixed bug #2809 (trivial).
2692 2006-03-20 Kasper Skaarhoj <kasperYYYY@typo3.com>
2694 * Fixed more workspace issues:
2695 * Added info about workspaces to Tools > User Admin (sorry, considered important)
2696 * Frontend editing: Fixed that it works with localizations. Disabled many of the features in draft workspaces (since we have no time for an implementation)
2698 2006-03-19 Martin Kutschker <martin.t.kutschker@blackbox.net>
2700 * Fix a few language/locale codes in t3lib_cs.php
2702 2006-03-20 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2704 * htmlArea RTE: remove alternate skins from core CVS.
2706 2006-03-20 Sebastian Kurfuerst <sebastian@garbage-group.de>
2708 * Reverted the patch "Double-checking of match-conditions" because it caused trouble
2709 * Fixed bug #2767: wrong wraps for sitemap/menu elements in accessibility mode
2710 * New Feature #2341: add headers for table CE (accessibility)
2712 2006-03-20 Wolfgang Klinger <wk@plan2.net>
2714 * Fixed bug #608: Typolink for mounted pages from another domain
2716 2006-03-19 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2718 * Corrections/adjustments to the htmlArea RTE extension (see details in local ChangeLog)
2720 2006-03-19 Martin Kutschker <martin.t.kutschker@blackbox.net>
2722 * Created exclusiveKeys for the TCA field configuration of type "select"
2723 * Configured fields fe_groups of "pages" and "tt_content" to use exclusiveKeys for "Hide at login" and "Show at any login"
2725 2006-03-18 Martin Kutschker <martin.t.kutschker@blackbox.net>
2727 * Added constant TYPO3_copyright_year for login page and about module
2729 2006-03-17 Bernhard Kraft <kraftb@kraftb.at>
2731 * Added .us and .at flags to typo3/gfx/flags/
2733 2006-03-17 Kasper Skaarhoj <kasperYYYY@typo3.com>
2735 * Fixed workspace related issues. More will follow Monday.
2737 2006-03-16 Karsten Dambekalns <karsten@typo3.org>
2739 * EM: Fixed bugs #2787, #2785, #1807
2740 * EM: Extension list is now fetched automatically if it isn't available at all.
2741 * ADOdb extension: a fix regarding the MS SQL driver, fixed bug #2810, cleaned up ext_emconf.php
2743 2006-03-16 Rene Fritz <r.fritz@colorcube.de>
2745 * Fixed bug #2840: Related to: Enhanced MM handling in TCE for usage from foreign tables.
2747 2006-03-15 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2749 * Fix bugtracker issue 2860 in t3lib_sqlparser.
2751 2006-03-15 Kasper Skaarhoj <kasperYYYY@typo3.com>
2753 * !!! Implemented complete "flavouring" of FlexForm XML; Basically it doesn't affect anyone using xml2array() to extract FlexForm data but everyone who uses own XML parsers will have to modify them (after converting all XML). Basically the flavouring means that a tag like "<lDEF>, <lDA>" is rather represented with "<language index="lDEF">, <language index="lDA">".
2754 * !!! Cleaned up t3lib_flexformtools::traverseFlexFormXMLData() and related functions, generally I did many changes to this class. However I think no one is using it yet except me. Anyway, the changes were necessary since it was simply never cleaned up as it should have been, including the new cleanFlexFormXML() function.
2755 * Bigfix: Modified sys_refindex so it does not register references for content in flexforms outside what the data structure describes. Update your reference table again!
2756 * Added configuration option TYPO3_CONF_VARS[BE][niceFlexFormXMLtags] which allows people who depends on the old FlexForm tags to maintain that compliancy. See my changelog from 2006-01-27 (sorry for this semi-feature).
2758 2006-03-13 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2760 * Fixes and cleanup in htmlArea RTE extension (see details in local ChangeLog)
2761 * htmlArea RTE: Fix bugtracker issue 2820.
2763 2006-03-11 Michael Stucki <michael@typo3.org>
2765 * More CSS fixes in typo3/stylesheet.css: Changed the height of dyntab-menues & various fixes to login screen
2767 2006-03-10 Sebastian Kurfuerst <sebastian@garbage-group.de>
2769 * Logo change to make it look better on any bright background
2771 2006-03-08 Michael Stucki <michael@typo3.org>
2773 * Release of TYPO3 4.0rc1
2774 * === Development feature freeze ===
2775 * Small usability improvement for dyntab-menus in typo3/stylesheet.css (plus cleanup of that file)
2776 * More changes required because of the logo update
2778 2006-03-08 Wolfgang Klinger <wk@plan2.net>
2780 * Fixed bug #2743: Speed up substituteConstants with preg_replace_callback
2782 2006-03-08 Michael Stucki <michael@typo3.org>
2784 * Changed the globalString condition to allow PCRE regular expressions only if wrapped in dashes "/"
2785 * Fixed bug #331: Support IPv6 addresses (many thanks to Sven Wilhelm)
2786 * Fixed a big problem with temporary content stored to cache_pages
2787 * !!! Changed $TYPO3_CONF_VARS['SYS']['setDBinit'] from array to a string (separated by newline)
2788 * Minor changes to config_default.php (comments were not displayed)
2789 * Some post-cleanup in CSS Styled Context: Removed recently added "captionStdWrap" property (replaced by existing "caption" property) & changed compatVersion dependency
2791 2006-03-08 Sebastian Kurfuerst <sebastian@garbage-group.de>
2793 * Updated logos in the backend to reflect the new CI
2795 2006-03-08 Karsten Dambekalns <karsten@typo3.org>
2797 * EM: Fixed three small issues, mostly cosmetic.
2798 * Install Tool: Using new logo now, uuuuhhh! Changes to CSS so links are colored again.
2800 2006-03-08 Dmitry Dulepov <typo3@accio.lv>
2802 * Added <onChange> tag to flexforms to enable automatic form reloading when tagged field changes. Useful for creating dynamic flexforms.
2804 2006-03-08 Ingmar Schlecht <ingmar@typo3.org>
2806 * Set the default value of config.inlineStyle2TempFile to 1 and config.removeDefaultJS to 'external' if compatversion is set to > 4.0.0. This means default styles of extensions and default JS functions are now automatically put to files like typo3temp/stylesheet_ec23910b0b.css by default.
2807 * Fixed bug #2794: Misplaced " quote in typo3/class.browse_links.php
2809 2006-03-08 Bernhard Kraft <kraftb@kraftb.at>
2811 * Implemented featured #2695: Tables can not get hidden in Web>List. Now this can get accomplished via Page/User/Group TS-Config
2813 2006-03-08 Rene Fritz <r.fritz@colorcube.de>
2815 * Enhanced MM handling in TCE for usage from foreign tables. Means MM relations can be edited in TCEForms from both ends of the relation.
2817 2006-03-07 Sebastian Kurfuerst <sebastian@garbage-group.de>
2819 * Fixed skin issue #2766: class.t3lib_tceforms.php / type="checkbox" / bugs
2820 * Fixed skin issue #2317: The background-color on highlighted items in alt_db_navframe.php
2821 * Fixed skin issue #2453: alternating colors and rollover in list module have not enough contrast
2823 2006-03-07 Michael Stucki <michael@typo3.org>
2825 * Reverting a change in t3lib_div as discussed with Sebastian (reason was that this could lead to some trouble if foreach is used instead of while over a recursively called array)
2827 2006-03-07 Wolfgang Klinger <wolfgang@stufenlos.net>
2829 * Feature #2675: Cropscale for imgResources (thanks to Stefan Geith)
2830 * Fixed bug #2753: Page type 'Spacer' is accessible via FE
2832 2006-03-07 Martin Kutschker <martin.t.kutschker@blackbox.net>
2834 * Renamed TS := function addString to appendString and added prependString
2836 2006-03-06 Michael Stucki <michael@typo3.org>
2838 * Changed file icons for recently added advanced-BE-search feature
2839 * Changes to indexed search, see local ChangeLog for details
2841 2006-03-06 Sebastian Kurfuerst <sebastian@garbage-group.de>
2843 * Fixed some broken media relations
2844 * Fixed bug #2713: change hardcoded "typo3/" to TYPO3_mainDir in sysext/cms/tslib/index_ts.php
2845 * Fixed bug #1635: Add page TSconfig via user TSconfig
2847 2006-03-06 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2849 * !!! Remove from core some remaining elements used only by Direct Mail extension and already moved to Direct Mail 2.0:
2850 - remove file t3lib/gfx/i/dmail_list.gif
2851 - remove file t3lib/gfx/i/modules_dmail.gif
2852 - remove file t3lib/gfx/i/modules_dmail__h.gif
2853 - remove file t3lib/class.t3lib_dmailer.php
2854 - remove methods find_MIDfromReturnPath and find_XTypo3MID from t3lib/class.t3lib_readmail.php
2855 - remove columns 'module_sys_dmail_html' (fe_users) and 'module_sys_dmail_category' (fe_users and tt_content) from typo3/sysext/cms/ext_tables.sql
2856 - remove item 'dmail' on column 'module' of table 'pages' in typo3/sysext/cms/ext_tables.php
2858 2006-03-05 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2860 * Replace isset with strlen in fix of bugtracker issue 1736.
2861 * htmlArea RTE: Add $RTEWrapStyle variable to frontend plugin class.tx_rtehtmlarea_pi2.php (bugtracker issue 2760).
2862 * Use new ts parsing := in cumulative sets of configuration defaults.
2864 2006-03-04 Michael Stucki <michael@typo3.org>
2866 * Fixed bug #1475: Added stdWrap properties for RECORDS cObject
2868 2006-03-04 Martin Kutschker <martin.t.kutschker@blackbox.net>
2870 * Changed $TYPO3_CONF_VARS['SYS']['domainCookie'] to take a regular expressions allowing for multiple domains with sub-domains.
2872 2006-03-03 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2874 * Update to htmlArea RTE manual.
2875 * Fix bugtracker issue 1736: Make TS_CASE object and ts_parser support key value 0.
2877 2006-03-03 Michael Stucki <michael@typo3.org>
2879 * Added new feature: Merged Advanced BE Search form extension (Tools -> DB check). Written by Joey Hasenau - great work!
2880 * Added support to modify TypoScript values inside the TS parser using "lib.myVar := function(value)" - see "doc_core_ts" for more information.
2881 * Fixed bug #1364: t3lib_div::getURL() uses CURL only for HTTP protocol
2882 * Fixed bug #1153: tslib_cObj::imageLinkWrap() not passing information if image.imageLinkWrap.JSwindow.altUrl is set. Thanks to Peter Russ.
2883 * Fixed bug #2347: Wrong labels displayed
2884 * Fixed bug #1391: TYPO3 can't display a single "0" in a table cell
2886 2006-03-03 Rene Fritz <r.fritz@colorcube.de>
2888 * t3lib_stdGraphic: Check if a font exists and when not the text rendering will not be done and a debug() message will be shown.
2889 * alt_doc.php: Added a selector box for localization to the record editing form.
2890 * t3lib_tceforms: Added a new option "l10n_display" to have configuration options for form rendering and display of language overlay data.
2892 2006-03-02 Bernhard Kraft <kraftb@kraftb.at>
2894 * Fixed bug #2716: Negative age wasn't generated correctly in FE
2896 2006-03-01 Wolfgang Klinger <wk@plan2.net>
2898 * Feature #1520: Allow to exclude the current page in HMENU / excludeUidList
2900 2006-03-01 Ingmar Schlecht <ingmar@typo3.org>
2902 * Made the update wizard of the install tool work with buttons instead of checkboxes
2904 2006-02-28 Martin Kutschker <martin.t.kutschker@blackbox.net>
2906 * Enhance typolink.addQueryString and add addQueyString to HMENU with special=language (fix bug #2280)
2908 2006-02-28 Sebastian Kurfuerst <sebastian@garbage-group.de>
2910 * Fixed bug: admin panel doesn't stay on page (introduced by "Change admin panel to use get instead of post"
2911 * Made static templates work again by adjusting ext_tables_static+adt.sql (the paths to the media directory needed to be adjusted)
2913 2006-02-28 Kasper Skaarhoj <kasperYYYY@typo3.com>
2915 * Added new feature to indexed search allowing the "crawler" extension to be used for indexing of media found on a page. This is a solution to the problem of for example many heavy pdf files on a page being indexed along with the page content; now such files can be added to the "crawler"'s queue and indexed via a cron-script.
2916 * debug flag added to lang-class so labels in backend can be identified by translators (debug feature).
2918 2006-02-28 Michael Stucki <michael@typo3.org>
2920 * !!! Removed showpic.php from TYPO3 root. Future applications will just use index.php instead.
2922 2006-02-27 Sebastian Kurfuerst <sebastian@garbage-group.de>
2924 * !!! Avoiding double checking of match-conditions now.
2926 2006-02-27 Rene Fritz <r.fritz@colorcube.de>
2928 * Added possiblity to create dimmed icons by adding _i to the filename with t3lib_iconworks::skinImg().
2929 * Added $GLOBALS['TYPO3_CONF_VARS']['SYS']['maxFileNameLength'] for use in t3lib_basicfilefunc
2930 * Added hook that allow to implement the rendering of the standard types with extensions.
2932 2006-02-27 Wolfgang Klinger <wk@plan2.net>
2934 * Fixed bug #549: No information about deleted records in the backend log
2935 * Fixed bug #1796: HMENU with includeNotInMenu does not work with the nav_hide page property
2937 2006-02-26 Martin Kutschker <martin.t.kutschker@blackbox.net>
2939 * Fixed bug #1614: page type "external URL" has no https option (thanks to Marc Bastian Heinrichs)
2940 * Enchanced config.xmlprologue (takes new keywords and arbitrary string as arguments)
2941 * Fixed issues with config.xhtmlDoctype
2943 2006-02-26 Karsten Dambekalns <karsten@typo3.org>
2945 * Extension Manager: Fixed bug #2630 (thanks Peter Niederlag), #2610, #2607, #1904 (partly), #2579
2946 * Extension Manager: Fixed checking of review states (thanks Rupert Germann)
2947 * Extension Manager: Now the EM shows update icons again
2948 * Extension Manager: Dependency handling has been reworked, now it is much more comfortable, fixes #1607 (partly), #2584
2949 * class.t3lib_befunc.php: Fixed bug #2528
2950 * class.tslib_content.php: Fixed bug #2676
2952 2006-02-26 Wolfgang Klinger <wk@plan2.net>
2954 * Fixed bug #1060: Sitemap with SectionIndex does not display content header when page has a navigation title assigned
2955 * Fixed bug #284: substUrlsInPlainText does not allow other characters than space and () to terminate URLs in the text.
2956 * Fixed bug #2543: tslib_div uses deprecated function call_user_method
2957 * Fixed bug #1827: Empty page tree after deleting the current temporary page mount.
2959 2006-02-25 Ingmar Schlecht <ingmar@typo3.org>
2961 * Added an "upload" and "new" button to the filelist module (Gremlin #1599, thanks to Stefano Cecere for the patch)
2963 2006-02-23 Ingmar Schlecht <ingmar@typo3.org>
2965 * Changed formURL in fe_adminLib.inc to always contain a question mark "?" because in the templates the formurl marker is used like ###FORM_URL###&cmd=edit which didn't work if the URL didn't contain a question mark like in simulStatic- or RealURLs. This fixes typo3.org bug #2563.
2967 2006-02-23 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2969 * Remove RTE-enabling defaultExtras off tt_content bodytext (related to bug #2023).
2970 * Fix bugtracker issue 2656 in htmlArea RTE.
2972 2006-02-23 Rene Fritz <r.fritz@colorcube.de>
2974 * Fixed bug #2662: added check against "Limit to languages"
2976 2006-02-23 Kasper Skaarhoj <kasperYYYY@typo3.com>
2978 * Changed things related to locallang-XML handling. Most significantly is it that translations are looked for in the new language pack directories typo3conf/l10n/[langyage key]/.
2979 * All locallang-XML files are updated to have ONLY the default labels in them and no specific references to external files; means translations will work only with language packs installed in typo3conf/l10n/. Such language packs will be distributed as zip-files around the release.
2980 * csh_* extensions (language pack extensions) are now obsolete.
2982 2006-02-22 Dmitry Dulepov <typo3@accio.lv>
2984 * t3libBEfunc::thumbCode() did not make proper image path under certain conditions
2985 * Fixed bug #2654: Incorrect conversion of non-ascii (Latvian) characters in URL
2987 2006-02-22 Wolfgang Klinger <wk@plan2.net>
2989 * Fixed bug #1596: checkIncludeLines uses preg_match now and checks for all whitespace before and after <INCLUDE_TYPOSCRIPT>
2990 * Fixed bug #2592: Page type "External URL" and "Shortcut" causes an error (jumpUrlX methods)
2992 2006-02-22 Kasper Skaarhoj <kasperYYYY@typo3.com>
2994 * Added 3 languages: Faroe, Serbian, Farsi
2995 * Fixed bug in t3lib_div::cHashParams()
2996 * Brought back support in EM's index.php::importExtFromRep() function for direct injection of an array with extension files (needed for support for kickstarter, but new function parameters are kept)
2997 * Added new Indexing Configuration for indexed search: Traversal of page tree. Means that now the page tree can be indexed by the "crawler" extension (cronscript)
2998 * Added meta indexing configuration type (useful for group-categorizing of search results)
2999 * Added a condition to indexing of pages; that sys_language_uid and sys_language_content must be similar; it is assumed that for pages with fallback to default content no indexing is wanted.
3000 * Added "Spotlight" categorizing feature to search results. The categories are defined as indexing configurations + natural categories like pages in the page tree. TypoScript configuration applies.
3002 2006-02-21 Karsten Dambekalns <karsten@typo3.org>
3004 * typo3/stylesheet.css: Fix for trivial bug #2644, added sans-serif as fallback font-family.
3006 2006-02-21 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3008 * Path setting correction in htmlArea RTE SpellChecker plugin.
3010 2006-02-20 Christian Jul Jensen <christian@jul.net>
3014 2006-02-20 Wolfgang Klinger <wolfgang@stufenlos.net>
3016 * Feature request #568: AND (&&) and OR (||) combination of TypoScript conditions
3018 2006-02-18 Robert Lemke <robert@typo3.org>
3020 * Changed flexform tag names in t3lib_flexformtools->flex2ArrayXml()
3022 2006-02-17 Karsten Dambekalns <karsten@typo3.org>
3024 * Fixed bugs #2368, #2521, #2385, #2186 related to DBAL
3026 2006-02-17 Michael Stucki <michael@typo3.org>
3028 * Fixed bug #2597: GDlib TrueType tests fail because of wrong fontFile-path (caused by the symlinks change)
3029 * Fixed bug #2594: Install Tool says "No gfx/typo3logo.gif file!" (caused by the symlinks change)
3031 2006-02-17 Ingmar Schlecht <ingmar@typo3.org>
3033 * Fixed obvious bug #2588 in right-click context menu of filelist navframe
3035 2006-02-17 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3037 * Correction to the htmlArea RTE extension (see details in local ChangeLog) (bis)
3039 2006-02-16 Michael Scharkow <michael@underused.org>
3041 * Fixed bug #2457: image border settings are respected in GMENUs
3042 * Updated the copyright notices to 2006 and set version back to 4.0-CVS
3044 2006-02-16 Kasper Skaarhoj <kasperYYYY@typo3.com>
3046 * Added new script (tslib/class.tslib_eidtools.php) with tools for "eID scripts". See extension "whiteboard" for an example!
3048 2006-02-15 Michael Stucki <michael@typo3.org>
3050 * Release of TYPO3 4.0beta3
3051 * Various changes to indexed_search, see local ChangeLog for details
3052 * Install Tool: Added "cache_imagesizes" to list of tables that can be cleared
3053 * !!! Indexed Search: Removed all options for indexing OpenOffice.org/OpenDocument files and replaced them with the above "unzip" option. Affected options are: nativeOOMethod, OOoExtract, ruby
3054 * !!! Indexed Search: Changed all default paths from /usr/local/bin/ to /usr/bin/
3055 * Removed create_symlink.sh and remove_symlink.sh from CVS because they are not needed anymore. If you still want to use symbolic links for some reason, you can find some good information in the "TYPO3 Installation & Upgrade" manual.
3057 2006-02-15 Karsten Dambekalns <karsten@typo3.org>
3059 * typo3/mod/tools/em: More fixes and better error checking.
3060 * typo3/sysext/adodb: Update to upstream version 4.71.
3061 * t3lib/class.t3lib_tsfebeuserauth: The admin panel uses GET instead of POST now.
3063 2006-02-15 Bernhard Kraft <kraftb@kraftb.at>
3065 * Fixed an issue with the new GIFBUILDER code and transparentColor TS option. Also fixed some minor bugs with not unlinked temp files.
3067 2006-02-15 Kasper Skaarhoj <kasperYYYY@typo3.com>
3069 * Changed usage of showpic.php: Now, the reference to showpic.php from inside tslib_content is done using "index.php?eID=tx_cms_showpic&..."+usual parameters. This is the future supported way of accessing the services of showpic! It also means that other scripts offering FE services bypassing tslib_fe can use same methodology! Applications I can think of: AJAX data, streams (like secure download scripts passing binary data through). This change means that "showpic.php" is not needed as a symlink anymore, neither as a script in the core root!
3071 2006-02-15 Rene Fritz <r.fritz@colorcube.de>
3073 * Added hook to element browser to make it possible to render own EB's. All EB classes are moved into an own file.
3074 * Added the possiblity to set TCEForm items to read-only.
3076 2006-02-14 Karsten Dambekalns <karsten@typo3.org>
3078 * typo3/mod/tools/em: Fixed/enhanced dependency checking in the new EM.
3080 2006-02-14 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3082 * Changes to the htmlArea RTE extension (see details in local ChangeLog)
3084 2006-02-14 Rene Fritz <r.fritz@colorcube.de>
3086 * Moved t3lib/gfx/ to typo3/gfx/
3087 * Changed all references of t3lib/gfx/ to gfx/ or typo3/gfx/
3088 * Made some FE references to media/...
3089 * Added index.php, showpic.php and thumbs.php scripts
3090 * All thoese changes were made to make it possible to use the TYPO3 source without symlinks
3091 * !!! As a consequence of this, the symlinks "arial.ttf" and "verdana.ttf" in t3lib/fonts/ have been removed completely. Please make sure that you have updated your TypoScript template accordingly. You can either upload the original fonts to the server or use a similar looking font instead (nimbus.ttf instead of arial.ttf, vera.ttf instead of verdana.ttf - both are located in t3lib/fonts/).
3093 2006-02-14 Kasper Skaarhoj <kasperYYYY@typo3.com>
3095 * Fixed part II of the versioning swapping change: Now versioning is completely independent of MySQL versions and it is fully DBAL compliant: Records are swapping content rather than ids (locking file support integrated which stores swapped records in case something goes wrong - however, no tool for reverting using this lock file...)
3096 * Finished version 1.0 of the ADMCMD_prev feature which allows a keyword (md5 hash) to preview pages which otherwise would require a backend login (like workspace preview). In Web>Versioning you will find an implementation of this feature which will generate links you can sent to people for previewing workspace content. The concept could be extended to set other preview flags like hidden/starttime/endtime/fe_groups etc. But this is just a simple implementation for workspaces.
3098 2006-02-14 Wolfgang Klinger <wk@plan2.net>
3100 * Fixed bug #2507: Wrong where clause ('1' instead of '1=1')
3101 * Fixed bug #2508: t3lib/class.t3lib_tcemain.php uses hardcoded quotes
3103 2006-02-13 Rene Fritz <r.fritz@colorcube.de>
3105 * Install tool PHP and HTML code cleanup towards xhtml
3107 2006-02-13 Karsten Dambekalns <karsten@typo3.org>
3109 * class.tx_install.php: Changed the way documentation is extracted from comments in config_default.php.
3110 * t3lib/config_default.php, typo3/stylesheet.css, typo3/mod/tools/em/: First CVS release of new Extension Manager codebase.
3112 2006-02-11 Bernhard Kraft <kraftb@kraftb.at>
3114 * Fixed bug #1270: Garbled characters in cshItems when forceCharset is set to utf-8
3116 2006-02-11 Kasper Skaarhoj <kasperYYYY@typo3.com>
3118 * Changed swapping mechanism for versioning. Still need to fix locking file integration.
3120 2006-02-10 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3122 * Remove Direct Mail code from tslib_fe and add checkDataSubmission hook
3124 2006-02-10 Christian Jul Jensen <christian@jul.net>
3126 * Added TCAselectItem to stdWrap, see TSref
3128 2006-02-09 Rene Fritz <r.fritz@colorcube.de>
3130 * Added $TYPO3_CONF_VARS['SYS']['binSetup'] and made t3lib_exec use of it.
3131 * Added TSconfig option options.hideRecords.[table]. Used in pagetree nav frame, web>list module, new record wizard
3133 2006-02-09 Sebastian Kurfuerst <sebastian@garbage-group.de>
3135 * Fixed bug #2105: The width of tt_content is too large (due to access options)
3137 2006-02-08 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3139 * Fixed bug #2365: Replace true linebreaks with space inside block tags and after hr tags in t3lib_parsehtml_proc.
3140 * Changes to the htmlArea RTE extension (see details in local ChangeLog)
3141 * Fixed bug #1496: Enable Direct Mail to fetch a server listening to a port other than 80 (t3lib_htmlmail)
3142 * Fix stdAuthCode in t3lib_div
3144 2006-02-08 Michael Stucki <michael@typo3.org>
3146 * Various changes to indexed_search, see local ChangeLog for details
3147 * !!! Changed default value of TYPO3_CONF_VARS[BE][fileCreateMask/folderCreateMask]. By default, those files are no longer writable for the group.
3148 * Fixed bug #2272: Added [PAGE].includeJS plus possibility to attach .js files to template resources (thanks to Johannes Vockeroth)
3149 * Fixed bug #75: t3lib_extfilefunc::func_copy() does not set file permissions properly
3150 * Encode whitespaces in t3lib_div::encodeHeader() as required by RFC 2047 (thanks to Stanislas)
3151 * Added crdate and tstamp fields to be selected by users in the Web->List view
3152 * Fixed bug #2200: In FEediting the creation of new records in other pages than the current should be possible
3154 2006-02-07 Ingmar Schlecht <ingmar@typo3.org>
3156 * Fix "&" problem in DMail jumpURLs
3158 2006-02-06 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3160 * Fix bugtracker issue #408: enable direct mail to fetch https pages with user authentification
3162 2006-02-06 Sebastian Kurfuerst <sebastian@garbage-group.de>
3164 * New feature: Integrated ss_dragdrop extension into the core (page and folder drag and drop). Thanks to Stephane Schitter for his work on this.
3166 2006-02-05 Dmitry Dulepov <typo3@accio.lv>
3168 * Fix: (Versioning sysext) Two cells in table had hard-coded bgcolor attribute (were not skinnable)
3170 2006-02-04 Sebastian Kurfuerst <sebastian@garbage-group.de>
3172 * Fixed a minor logical bug in undo/history
3173 * Made SU-mode work again (was affected by hook name change)
3175 2006-02-02 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3177 * Adjustments to the htmlArea RTE extension (see details in local ChangeLog)
3179 2006-02-01 Dmitry Dulepov <typo3@accio.lv>
3181 * Fix: renaming of localconf.php.TMP.php to localconf.php did not work on Windows platform
3183 2006-02-01 Bernhard Kraft <kraftb@kraftb.at>
3185 * Fixed an issue with non working links in JSMENUs
3187 2006-02-01 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3189 * t3lib_htmlmail email message-id: global declaration was missing.
3191 2006-01-31 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3193 * tslib_content: remove unused hooks originally intended for use by Direct Mail
3195 2006-01-31 Bernhard Kraft <kraftb@kraftb.at>
3197 * Fixed bug #2396: Select-box items where displayed with garbled characters when forceCharset was set to utf-8
3199 2006-01-31 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3201 * t3lib_htmlmail: make email message-id compliant with RFC 2822.
3203 2006-01-27 Bernhard Kraft <kraftb@kraftb.at>
3205 * Fixed bug #760: "gifbuilder jpgs are 256 colors" for enabling truecolor pngs set [GFX][png_truecolor] variable (reduceColors still gets respected)
3207 2006-01-30 Michael Stucki <michael@typo3.org>
3209 * Added two hooks to class.t3lib_tceforms.php, getMainFieldsClass: getMainFields_preProcess and getMainFields_postProcess (requested by Thomas Hempel for use with the "dynaflex" extension.
3210 * Fixed gremlin #1628: Removed "Text with image below" from the content wizard
3211 * Removed hardcoded maximum size of popup images
3213 2006-01-29 Michael Stucki <michael@typo3.org>
3215 * Added UTF8-support for emails. Thanks to Bernhard Kraft, Stanislas Rolland and Martin Kutschker for their feedback.
3216 * Changes in t3lib_div::plainMailEncoded(): By default, emails will be encoded to quoted-printable.
3217 * Email linebreaks are now "\n" except on Windows, where they are "\r\n". Thanks to Stanislas and Martin for their feedback.
3218 * t3lib_formmail now encodes emails as quoted-printable. base64 needs to be enabled explicitely.
3219 * Install Tool now uses t3lib_div::plainMailEncoded() instead of mail() to send plain text mails.
3220 * Install Tool now displays warning messages using t3lib_div::debug() instead of debug() which does not work in all cases.
3221 * Marked t3lib_htmlmail->convertName() as deprecated because header lines are now encoded automatically.
3223 2006-01-28 Martin Kutschker <martin.t.kutschker@blackbox.net>
3225 * Fixed bug #2382: error when creating a new (and empty) file in BE
3226 * Fixed bug #1878: protect localconf.php from being lost on write error
3227 * Enhanced TCE type "none" with many rendering options
3229 2006-01-27 Sebastian Kurfuerst <sebastian@garbage-group.de>
3231 * Fixed bug #2337: remove 30KB editing limit in Template Editor
3232 * Fixed bug #2405: CSC - allow styles and additional table class
3233 * Fixed little removed reference operator in class.t3lib_tcemain.php line 1817 (triggers a call-time pass-by-reference warning) - eval API code
3235 2006-01-27 Martin Kutschker <martin.t.kutschker@blackbox.net>
3237 * added error logging to DB initialization code
3238 * improved FQDN detection and fixed empty syslog ident in t3lib_div::initSysLog()
3239 * Fix problem with non-associative arrays in t3lib_db->fullQuoteArray()
3241 2006-01-27 Peter Niederlag <peter@niederlag.de>
3243 * Fixed bug #2023, removed most of RTE-Config from sysEXT:cms and sysExt:css-styled_content
3245 2006-01-27 Ingmar Schlecht <ingmar@typo3.org>
3247 * Added <label> tags around "Expand all" in class.alt_menu_functions.inc
3249 2006-01-27 Kasper Skaarhoj <kasperYYYY@typo3.com>
3251 * Improved output of FlexForm contents inside of eg. Web>List module (stripping tags that is :-)
3252 * Added function for counting references to records (in t3lib_BEfunc)
3253 * Added warning to About Modules if the reference index is empty (which it will be for all updates to 4.0)
3254 * Added connectDB function in t3lib_db (used by clients of new feature in index_ts.php, see later.)
3255 * Fixed bug in t3lib_install which resulted in no recognition of the install tool token in localconf.php files: Essentially this has lead to bloated localconf.php files on windows machines if they were edited manually with chr(13).chr(10) line endings.
3256 * Added "deleted" column to reference index.
3257 * Working on cli-script for updating reference index from command line (necessary for large databases!!)
3258 * Added new class, t3lib_flexformtools, providing framework for manipulation of flexform data. (specifically it can be used for traversal of flexform data).
3259 * Fixed a bug related to language-limiting: Now, a backend user limited to a certain language cannot create records in default or other languages anymore.
3260 * Fixed bug in t3lib_tcemain where files uploaded to a record in case of auto-versioning did not work
3261 * Fixed very tricky problem that an auto-versioned record with files attached would create double-references! Uh.... Look for ->autoVersioningUpdate in tcemain and there is a fine explanation of a scenario and how I worked around it.
3262 * !!! Changed the XML markup for flexform output. Now some more reasonable tags are used. If t3lib_div xml2array + array2xml functions are used, fully backwards compatible. Extensions which depend on the old tag names will break. Use t3lib_flexformtools for writing XML output for flexforms in the future!
3263 * Improved length of sys_refindex.ref_string from 40 to 200 chars.
3264 * Added information about number of references pointing to record or file before its deleted (didn't localize the message though)
3265 * Added reference count column to Web>List and File>Filelist modules plus overview table in the Info display for files and records (ah, finally there is a reason for that fine info-screen...)
3266 * Set a security precaution in ws/workspaceforms.php (Dmitry should take a look and learn :-)
3267 * Added feature in index_ts.php allowing faster dynamic websites and AJAX implementations in particular. The idea is that extensions can register a keyword which triggers inclusion of another PHP file quite early in index_ts.php. Only basic libraries and configuration is included, then branched of. From that point its up to the third-party script whether it should connect to database, initialize FE users etc, all depending on their need and allowed overhead. The keyword is registered in $TYPO3_CONF_VARS['FE']['eID_include'][_keyword_] and calling index.php?eID=_keyword_ will trigger the inclusion. I will publish a new extension, "whiteboard", demonstrating a sample implementation using simple AJAX stuff.
3268 * Began working on a preview-facility which will allow for preview of eg. a workspace page without a backend login.
3269 * Started a cleaner-module in Web>Function (coming from the "lowlevel" system extension). The cleaner consists of analysis tools and clean-up tools (based on the analysis), all working with the sys_refindex table as well. Eventually it will allow for nightly, cron-job based checks of the system including a report email to administrator. This way, data and link integrity and log reports can be reviewed each day.
3271 2006-01-27 Christian Jul Jensen <christian@jul.net>
3273 * Minor bugfix in sys_actions related to the taskcenter changes in 3.8
3274 * Added manual sorting of sys_actions records
3277 2006-01-27 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3279 * Adjustments to the htmlArea RTE extension (see details in local ChangeLog)
3281 2006-01-26 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3283 * Corrections to the htmlArea RTE extension (see details in local ChangeLog)
3286 2006-01-26 Michael Stucki <michael@typo3.org>
3288 * Fixed bug #1625: Pages with "hide in menu" flag have got the same pagetree icon like not-in-menu pages.
3289 * Changed $TYPO3_CONF_VARS[GFX][im_version_5] into a string. Possible values are "im4", "im5", "im6" or "gm". Boolean values will still work where "0" means "im4" and "1" means "im5".
3290 * !!! Renamed the hooks $TYPO3_CONF_VARS[SC_OPTIONS][tslib/class.tslib_feuserauth.php][logoff_pre_processing] + $TYPO3_CONF_VARS[SC_OPTIONS][tslib/class.tslib_feuserauth.php][logoff_post_processing] and replaced "tslib/class.tslib_feuserauth.php" with "t3lib/class.t3lib_userauth.php" (which is the correct place for this hook).
3292 2006-01-26 Dmitry Dulepov <typo3@accio.lv>
3294 * Fixed bug #1947: "Page is being generated" is bad for search engines
3296 2006-01-24 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3298 * Fix issues #282 and 1421
3299 * t3lib_htmlmail: Enable use of CURL library functions when $TYPO3_CONF_VARS["SYS"]["curlUse"] = '1'
3300 * t3lib_htmlmail: Correct encoding of jumper url
3301 * t3lib_htmlmail: Avoid applying illegal encoding domain to multipart headers (when html has media)
3303 2006-01-22 Ingmar Schlecht <ingmar@typo3.org>
3305 * New feature #1639: Implemented form eval API so it's possible to add custom JS and PHP form evaluation functions to input fields in TCEForms (thanks to Thomas Hempel!)
3307 2006-01-22 Sebastian Kurfuerst <sebastian@garbage-group.de>
3309 * Fixed issues #2333 and #2255, needed for the upcoming skin
3311 2006-01-20 Dmitry Dulepov <typo3@accio.lv>
3313 * Fixed bug #2232: Creation of new workspace fails
3315 2006-01-20 Karsten Dambekalns <karsten@typo3.org>
3317 * Fixed bugs 1907, 1581, 17, 2054, 35, 365 in EM.
3320 2006-01-20 Michael Stucki <michael@typo3.org>
3322 * Release of TYPO3 4.0beta2
3323 * New feature: Merged cron_cssstyledimgtext into CSS Styled Content. Kudos to Ernesto Baschny who did most of the work. Many thanks to Sebastian Kurfuerst for his great support. Great work boys!
3324 * Added support to fetch values from objects in getText: myVar.data = TSFE:fe_user|user|username
3325 * Fixed (part of) #2059: Removing "NOT NULL" when parsing SQL data
3327 2006-01-19 Sebastian Kurfuerst <sebastian@garbage-group.de>
3329 * New feature: Revised Undo/History feature.
3330 * Fixed issue #1952: New hook in class.t3lib_userauthgroup.php
3331 * Fixed issue #2243: Hook needed in class.t3lib_befunc.php, function getProcessedValue
3332 * Fixed bug #2293: Javascript warnings
3333 * Fixed errors in t3lib_db::fullQuoteArray and UPDATEquery (came into the core some hours before)
3335 2006-01-19 Karsten Dambekalns <karsten@typo3.org>
3337 * sysext/dbal: Some bugfixes to connection handling; added $no_quote_fields support for INSERT and UPDATE methods.
3340 2006-01-19 Rene Fritz <r.fritz@colorcube.de>
3342 * Fixed bug: Fixed a problem with the RTE and inline images and base url's like http://mydomain.com/here_is_my_site/
3343 * Fixed bug: The nav frame do not update properly when submodules register different nav frames with navFrameScript in MCONF. (class.alt_menu_functions.php)
3344 * Fixed bug: fixed bug related to PHP5 and clone() in tslib_content
3345 * Fixed issue: Added clone() compatibility function for PHP4
3346 * Fixed bug: The javascript dyn tabs used for eg. TCEForms and placed in template.php were not shown when used in popup windows because of an uninitialized variable.
3347 * Fixed a missing "global": added a missing global $TYPO3_CONF_VARS; to t3lib_userauthgroup::fetchGroups which would have been prevented that the hook fetchGroupQuery worked
3349 2006-01-19 Dmitry Dulepov <typo3@accio.lv>
3351 * Fixed bug #1430: SEO + simulateStaticDocuments
3353 2006-01-19 Peter Niederlag <peter@niederlag.de>
3355 * Fixed issue #2268 on cleanup of sysext:css_styled_content
3356 * Fixed small issue with link in LICENSE.txt
3358 2006-01-19 Martin Kutschker <martin.t.kutschker@blackbox.net>
3360 * add t3lib_div::sysLog() for Core logging
3361 * use t3lib_div::sysLog() in t3lib_db->sql_pconnect() and t3lib_db->sql_select_db()
3362 * add no_quote parameter to t3lib_db->fullQuoteArray() and to all SQL statement generating functions of t3lib_db
3364 2006-01-19 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3366 * Changes to the htmlArea RTE extension (details see local ChangeLog)
3368 2006-01-18 Dmitry Dulepov <typo3@accio.lv>
3370 * indexed_search: Removed empty line at the end of class.tx_indexedsearch.php. This line caused undesired effects in MSIE with certain PHP versions and UTF-8 encoding in FE.
3372 2006-01-18 Sebastian Kurfuerst <sebastian@garbage-group.de>
3374 * Fixed bug #1869: Copy sites with flexible content elements inside crash with fatal error
3375 * Fixed bug #2136: changing extended view in list mode changes focus
3376 * New feature #1320: stdWrap for all ATagParams (except config.ATagParams)
3378 2006-01-18 Bernhard Kraft <kraftb@kraftb.at>
3380 * Fixed bugs #277, #1030 and #1472 which are all related to the same charset issue.
3382 2006-01-17 Karsten Dambekalns <karsten@typo3.org>
3386 2006-01-17 Wolfgang Klinger <wk@plan2.net>
3388 * Update the timestamp field (TCA/ctrl/tstamp) on delete
3390 2006-01-16 Dmitry Dulepov <typo3@accio.lv>
3392 * Fixed bug #2160: Turn off workspaces module for certain users not possible
3394 2006-01-14 Ingmar Schlecht <ingmar@typo3.org>
3396 * Fixed #2248: Path disclosure in config_default.php and showpic.php
3398 2006-01-14 Michael Stucki <michael@typo3.org>
3400 * Fixed bug #2102: PHP-Warning in the shortcut frame
3401 * Remove <label> tags around hidden fields in FORM elements
3402 * Removed depencency of typo3conf/database.sql: The file contents are now calculated automatically.
3404 2006-01-13 Wolfgang Klinger <wk@plan2.net>
3406 * The '[Translate to:]' message is now configurable via TSconfig and will be prepended only if there's an actual value
3408 2006-01-12 Karsten Dambekalns <karsten@typo3.org>
3410 * Fixed unclean document.location use in JavaScript parts, replaced by [window.]location.href
3412 2006-01-12 Wolfgang Klinger <wk@plan2.net>
3414 * Introduced a new property 'ignore' for config.sys_language_mode
3416 2006-01-12 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3418 * Changes to the htmlArea RTE extension (details see local ChangeLog)
3420 2006-01-11 Dmitry Dulepov <typo3@accio.lv>
3422 * Fixed bug #2199: Summary contains duplicate labels (indexed_search)
3424 2006-01-10 Wolfgang Klinger <wolfgang@stufenlos.net>
3426 * Fixed bug #1209: set 'deleteTree' to '1' if 'recursiveDelete' is set in the user preferences
3428 2006-01-08 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3430 * rtehtmlarea: Correction to path settings affecting image drag & drop and file/image upload.
3432 2006-01-08 Sebastian Kurfuerst <sebastian@garbage-group.de>
3434 * Fixed bug #1938: Selection "Frontend" gets lost on login failure
3435 * Fixed bug #1149: FE-Editing in new Popups => Page doesn't reload
3436 * New feature #1910: Sorting in filelists by modification date
3438 2006-01-06 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3440 * Converted locallang files of htmlArea RTE extension to XML format.
3441 * Revised all licence notices on all scripts of htmlArea RTE in order to publish under GPL.
3443 2006-01-06 Sebastian Kurfuerst <sebastian@garbage-group.de>
3445 * Fixed bug #1854: wrong Access check in RTE Wizard
3446 * Added PHPdoc comments to the update wizard
3448 2006-01-05 Karsten Dambekalns <karsten@typo3.org>
3450 * Minor change to the stylesheet to enhance tabmenu display in the BE.
3452 2006-01-05 Martin Kutschker <martin.t.kutschker@blackbox.net>
3454 * Add escapeStrForLike() to t3lib_db and use it in tslib_cObj->searchWhere()
3455 * Update for bug #1354: Use mysql_escape_string() with PHP 4.1.x
3457 2006-01-04 Stanislas Rolland <stanislas.rolland@fructifor.ca>
3459 * Changes to the htmlArea RTE extension (details see local ChangeLog)
3461 2006-01-04 Karsten Dambekalns <karsten@typo3.org>
3463 * Changes to the DBAL extension (details see local ChangeLog)
3464 * Minor fix to inline comment in class.t3lib_sqlparser.php
3466 2006-01-04 Sebastian Kurfuerst <sebastian@garbage-group.de>
3468 * Fixed bug #2169: Import of testsite from T3D exceeds PHP maximum_execution_time
3469 * Fixed bug #2127: Fatal error in mod/user/ws/index.php
3470 * Changed behavior of alertPopups - there were still some bugs inside, it is cleaned up now.
3472 2005-12-31 Martin Kutschker <martin.t.kutschker@blackbox.net>
3474 * Add alternative field name argument to tslib_pibase->pi_initPIflexForm()
3476 2005-12-30 Sebastian Kurfuerst <sebastian@garbage-group.de>
3478 * Fixed bug #2108: Error when using hide in Frontend Editing
3480 2005-12-29 Sebastian Kurfuerst <sebastian@garbage-group.de>
3482 * Fixed bug #2100: Warning: Call-time pass-by-reference has been deprecated
3483 * Fixed bug #2126: Updating encryption key sets compat version to same value
3484 * Fixed bug #2132: Error on moving lost records
3485 * Fixed bug #2134: "Place as root" does not function
3486 * Changed version of indexed search to 2.9.0
3487 * Fixed bug #2117: Install-Tool: "Write to localconf.php" sets "sqlDebug" and "USdateFormat" automatically
3488 * Fixed a bug in quote settings in CSS styled content - table. Now it is possible to copy/paste a CSV directly.
3490 2005-12-28 Michael Stucki <michael@typo3.org>
3492 * Release of TYPO3 4.0beta1
3493 * Fixed a bug in tstemplate (path still pointing to typo3/ext/)
3495 2005-12-28 Michael Stucki <michael@typo3.org>
3497 * Changed TYPO3_CONF_VARS[SYS][fileCreateMask] from 775 to 755
3498 * Rised version number to 4.0-dev
3499 * Added "rtehtmlarea" as a system extension
3500 - Important notice: Because of a known bug, the buttons "blockstylelabel", "blockstyle", "textstylelabel" and "textstyle" will not work with this version.
3501 * Fixed bug #1155: Install tool want to recreate the tables, and drop the old ones
3502 * Fixed Gremlin #1690: nav_frame is sometimes out of sync with the selected page
3503 * Various changes in t3lib_parsehtml_proc (on behalf of Stanislas Rolland):
3504 - Allow style and xml:lang attributes on span tags
3505 - Include "hr", "address" and "dl" in headListTags
3506 - Avoid insertion of superfluous linebreaks by transform_db
3507 - Eliminate true linebreaks inside Hx tags
3508 - Convert linebreaks to spaces instead of deleting them
3509 - Wrap a-tags that contain a style attribute with a span-tag
3510 - Honor setting RTE.default.proc.HTMLparser_db.xhtml_cleaning=1
3512 2005-12-27 Bernhard Kraft <kraftb@kraftb.at>
3514 * Fixed bug #1685 partly: replaced ereg calls with preg pendants in t3lib_parsehtml.php and made some minor modifications to improve overall speed (report bugs with inproperly replaced markers or subparts with previously working setup or TV problems with HTML templates having no problems before at http://bugs.typo3.org/view.php?id=1685)
3516 2005-12-27 Dmitry Dulepov <typo3@accio.lv>
3518 * Workspace listing: CSS classes are added to system style sheet file
3519 * Workspace listing: Direct styles changes to CSS classes
3520 * Workspace listing: Mount points list now shows warning icon and explanation tooltip if workspace mount point is not accessible for current BE user
3521 * Workspace listing: Mount points list will show explanation if no mount points available and why
3522 * Workspace listing: User list is changed for live and draft workspace: now shows a simple list of users
3523 * Workspace listing: alt_shortcut.php is no longer used to switch workspaces
3524 * Workspace listing: Fix - user names sometimes were not displayed for non-admin user in the access lists
3525 * Workspace listing: Fix - non-admin users could see empty row in workspace list
3526 * Workspace listing: Fix - workspace_list_label_frozen_no label was wrong in locallang_mod_user_ws.xml
3527 * Many new labels in locallang_mod_user_ws.xml
3529 2005-12-27 Michael Stucki <michael@typo3.org>
3531 * Added typo3/ext/ again. It must stay even if it's empty, otherwise TYPO3 will not create the temp_CACHED_* files in typo3conf/
3533 2005-12-27 Karsten Dambekalns <karsten@typo3.org>
3535 * Applied DBAL-related changes. This fixes or helps to fix some issues, including bugs #1649, #1781, #2077 and others.
3536 * Added dbal and adodb as system extensions.
3538 2005-12-26 Sebastian Kurfuerst <sebastian@garbage-group.de>
3540 * Fixed bug #752: scope of BE- and FE-Cookie: can't cope with multidomain-setup
3542 2005-12-26 Michael Stucki <michael@typo3.org>
3544 * Changed default font to for code textareas to "monospace"
3545 * Changed the tab-in-textarea and the above fixed-font features to be changed by TCA. See Core API "defaultExtras" section for details.
3546 * Changed module pointer of BE module titles (Web, File, Tools, etc.)
3547 * Fixed Gremlin #1643: alt_shortcut.php: Permissions for the target document are checked before a shortcut is displayed.
3548 * alt_shortcut.php: The groups have been changed from numbers to practically usable category names. They can be changed with User TSconfig (just set the group to a string instead to "1")
3550 2005-12-25 Sebastian Kurfuerst <sebastian@garbage-group.de>
3552 * Fixed error where deleted pages appear in the page tree when preview is activated. t3lib_pageselect->where_hid_del had to be changed.
3553 * changed length of page alias from 20 to 32 characters
3554 * Fixed bug #2087, introduced by #1078
3555 * Marked t3lib_ajax as subject to change
3556 * Fixed clickmenu bug with ajax
3557 * updated CSS styled content: integrated accessible mailforms, accessible menus, accessible tables
3558 * inserted update wizard and compatibility version
3560 2005-12-25 Dmitry Dulepov <typo3@accio.lv>
3562 * typo3/mod/user/ws/class.mod_user_ws_workspaceforms.php: renamed to workspaceforms.php
3563 * typo3/mod/user/ws/index.php: Many labels moved to locallang_user_mod_ws.xml
3564 * typo3/mod/user/ws/index.php: Changed file name for workspace editing to workspaceforms.php
3565 * typo3/mod/user/ws/workspaceforms.php: Now using t3lib_BEfunc::datetime() instead of date()
3566 * typo3/mod/user/ws/workspaceforms.php: Labels moved to locallang_user_mod_ws.xml
3567 * typo3/mod/user/ws/workspaceforms.php: Fixed "Object doesn't support this property or method" under MSIE (due to field named "submit" in the form
3568 * typo3/mod/user/ws/workspaceforms.php: Enabled tabbed form for workspaces
3569 * typo3/mod/user/ws/workspaceforms.php: Changed author's e-mail
3570 * t3lib/stddb/tbl_be.php: Added tab names to dividers in sys_workspace table
3571 * typo3/sysext/lang/locallang_mod_user_ws.xml: Added new labels for Workspace module
3573 2005-12-23 Michael Stucki <michael@typo3.org>
3575 * Moved tstemplate, tstemplate_analyzer, tstemplate_ceditor, tstemplate_info, tstemplate_objbrowser as system extensions to TYPO3core
3577 2005-12-21 Christian Jul Jensen <julle@typo3.org>
3579 * Fixed bug regarding MM-relations to same table in befunc::getProcessedValues
3581 2005-12-19 Michael Scharkow <michael@underused.org>
3583 * Fixed bug #1915: trigger 404 with bogus aliases
3585 2005-12-19 Sebastian Kurfuerst <sebastian@garbage-group.de>
3587 * New feature #1078: make javascript warning/confirmation popups configurable
3588 * Fixed bug #1578: Radio button validation does not work if there is only one radio button
3589 * Fixed bug #1906: first part only implements override.* for arbitary adminPanel options - relates to #1518
3591 2005-12-19 Michael Stucki <michael@typo3.org>
3593 * Added support for objects in conditions. Use it like this: [globalString = TSFE:fe_user|user|username = myname]
3595 2005-12-19 Kasper Skaarhoj <kasper2005@typo3.com>
3597 * Change logout-button label to "Exit" when in SwitchBackUser mode.
3598 * Fixed a htmlspecialchars() thing in TCEforms.
3600 2005-12-18 Michael Stucki <michael@typo3.org>
3602 * Cleanup: Changed all occurences of "depreciated" => "deprecated"
3604 2005-12-17 Kasper Skaarhoj <kasper2005@typo3.com>
3606 * Added reference index table and class. See mail sent to Dev-list
3608 2005-12-16 Robert Lemke <robert@typo3.org>
3610 * Fixed a bug in t3lib_beFunc::getRecordWSOL - it now makes sure that uid, pid and t3ver_swapmode are selected internally if they are not specified in $fields
3612 2005-12-13 Martin Kutschker <martin.t.kutschker@blackbox.net>
3614 * Support of file_get_contents() in t3lib_div::getURL()
3615 * Check result of fwrite() in t3lib_div::writeFile()
3617 2005-12-15 Michael Stucki <michael@typo3.org>
3619 * Added a deleted field to pages_language_overlay
3620 * Changed alignment for some checkboxes in the TS debugger of the admin panel (better to read)
3621 * Fixed Gremlin #381: "Page is being generated" should belocalized. The message can be changed by setting "config.message_page_is_being_generated" in the TS template. See TSref for details.
3623 2005-12-15 Kasper Skaarhoj <kasper2005@typo3.com>
3625 * Fixed a small SQL-related bug in Dmitris workspace related implementations
3627 2005-12-14 Sebastian Kurfuerst <sebastian@garbage-group.de>
3630 * Fixed bug #1343: Minor problem with tslib_fe::prefixLocalAnchorsWithScript()
3631 * New feature #1369: Accessible forms
3632 * New feature #1631: configuration of user rights
3633 * Fixed bug #1980: Relative links (anchors) in current page & baseURL
3634 * Security #2024: Set random ["SYS"]["encryptionKey"] during 1-2-3 install, changed button captions
3636 2005-12-13 Martin Kutschker <martin.t.kutschker@blackbox.net>
3638 * Fixed bug #1172: broken typolinks to other domains
3640 2005-12-13 Martin Kutschker <martin.t.kutschker@blackbox.net>
3642 * Fixed bug #2020: t3lib_cs->substr in mbstring-mode always used utf-8
3643 * Added support for iconv-functions of PHP5 in t3lib_cs
3645 2005-12-12 Michael Stucki <michael@typo3.org>
3647 * Fixed wrong/missing label tags around radio input elements
3648 * Added new property "returnKey" to the split function - useful to get a specific element after a split operation
3649 * Added a class="typo3-debug" parameter to t3lib_div::debug() tables
3651 2005-12-10 Peter Niederlag <peter@niederlag.de>
3653 * Fixed bug #1976: PHP5 type-conversion of string 'true' and boolean
3655 2005-12-09 Martin Kutschker <martin.t.kutschker@blackbox.net>
3657 * Fixed bug #1354: Use mysql_real_escape_string() instead of addslashes() in t3lib_db to fix a security problem in t3lib->quoteStr() when magic_quotes_sybase = on
3658 * Added config.xhtmlDoctype ($GLOBALS['TSFE']->xhtmlDoctype and $GLOBALS['TSFE']->xhtmlVersion)
3660 2005-12-03 Dmitry Dulepov <typo3@fm-world.ru>
3662 * Added $BACK_PATH to $error_doc in t3lib_div::TCEmain->printLogErrorMessages() to work properly if current script runs outisde of ./typo3 directory
3664 2005-12-01 Dmitry Dulepov <typo3@fm-world.ru>
3666 * Implemented access check for workspace editing
3667 * Blinding for user and group names is implemented in workspace editing
3669 2005-11-30 Sebastian Kurfuerst <sebastian@garbage-group.de>
3671 * Fixed bug #0874: XHTML compliance of GMENU with onmouseover images
3672 * Fixed bug #1657: make default number of file upload forms in the file upload tool configurable
3673 * Fixed bug #1703: Date fields: default is tomorrow instead of today.
3674 * Fixed bug #1889: EM appends trailing spaces when updating ext_emconf.php
3675 * Changed shortcut checking behavior in t3lib_page::getMenu (Related to #1066)
3677 2005-11-30 Michael Stucki <michael@typo3.org>
3679 * Fixed a little bug in t3lib_div::debug() (missing <tr> after first row)
3681 2005-11-29 Dmitry Dulepov <typo3@fm-world.ru>
3683 * Workspace module uses own classes for editing/creating workspaces (no permission check yet!)
3684 * Better visual presentation for workspace list (added icons, ndashes, etc)
3686 2005-11-28 Sebastian Kurfuerst <sebastian@garbage-group.de>
3688 * Fixed spelling error (Bug #1945)
3689 * Inserted "exit" after location header in t3lib_userauth (relates to #1519)
3691 2005-11-27 Jan-Erik Revsbech <jer@moccompany.com>
3693 * Implemented Gremlin 1660: typolink now supports the title attribute (with stdWrap). Additionally the <link> tag used in conjunction with the RTE now supports a fourth parameter. In addition to pageid target and class, the fourth parameter is the title of the resulting link.
3695 2005-11-25 Martin Kutschker <martin.t.kutschker@blackbox.net>
3697 * Fixed PHP 5.0.5 compability issue with end() in class.t3lib_timetrack.php
3699 2005-11-24 Christian Jul Jensen <christian@jul.net>
3701 * Added GET-params "module" and "modParams" to alt_main.php to allow external urls to access specific points in modules
3703 2005-11-23 Michael Stucki <michael@typo3.org>
3705 * Always use fputs() for writing to logfiles. There is no case when it can't be used, so the alternative "echo" call was never needed.
3706 * !!! Removed $TYPO3_CONF_VARS['FE']['logfile_write']. See above.
3707 * If logfile does not exist, try to create it automatically
3708 * Fixed bug #187: config.stat_apache_pagenames code [type] ends up empty
3709 * Fixed bug #1161: Cannot give access to all modules to a backend user when there are many backend modules loaded. Thanks to Valentin Schmid.
3710 * Fixed bug #1672: Change name of "Edit page header" to "Edit page properties". Many thanks to Valentin Schmid who made the patch for this.
3711 * Fixed bug #1549: Improve description of imagecaption fields
3712 * Fixed bug #1592: Show website (magnifying glass icon) opens a new browser without all the toolbars
3713 * Fixed bug #76: t3lib_div::writeFile() changes permissions without need
3715 2005-11-23 Dmitry Dulepov <typo3@fm-world.ru>
3717 * Added workspace list display in User/Workspace module
3719 2005-11-23 Andreas Otto <andreas.otto@dkd.de>
3721 * Methods imageLinkWrap() and typolink() in class.tslib_content.php: Made the JS PopUps accessible if JS is not available in the user's web browser. Add the TARGET-attribute only if the used doctype allows this.
3723 2005-11-23 Sebastian Kurfuerst <sebastian@garbage-group.de>
3725 * XHTML Compliance: prefix local anchors with a string (bug #1243)
3726 * Feature request #1453: stdWrap for fontColor attribute of GIFBUILDER?s TEXT-object
3727 * Usability: Add focus in install tool login form (bug #1584)
3728 * Bug #1637: Adjustment to collapsable menu
3730 2005-11-19 Michael Stucki <michael@typo3.org>
3732 * Added a helpful warning if config.baseURL=1 was found
3733 * !!! Disabled the config.baseURL=1 feature. baseURL needs to be a string value, otherwise it will not work (security reasons)!
3734 * Fixed bug #1115: Broken image-alignment in Mozilla browsers (written by Martin Kutschker)
3735 * Fixed a cross-site scripting issue in showpic.php. Many thanks to Martin Klaus who provided a fix for this.
3736 * Fixed the encryptionKey auto-generation in the Install Tool: The 32 first characters were always the same. Thanks to Jochen Weiland.
3737 * When editing a file in the Install Tool, the backup is no longer renamed to filename.php~ but filename_bak.php (could be viewed in clear-text otherwise). Thanks to Lars Houmark for reporting this.
3738 * Fixed wrong image negation in Install Tool (patch written by Bernhard Kraft)
3739 * Fixed bug #1861: Call of inexinsting t3lib_exec::imageMagickCommand() instead of t3lib_div::...
3741 2005-11-18 Michael Scharkow <mscharkow@gmx.net>
3743 * Removed bgColor from default body tag
3745 2005-11-17 Robert Lemke <robert@typo3.org>
3747 * Added two post-processing hooks into t3lib_tcemain->moveRecord. They are required by TemplaVoila 1.0
3749 2005-11-15 Sebastian Kurfuerst <sebastian@garbage-group.de>
3751 * Fixed bug #569: The "Access Key" combination now added to the "title" attribute of images
3752 * Fixed bug #815: CLI-mode doesn't work with lockSSL enabled
3753 * New feature #1518: override all admin panel values from TSConfig
3755 2005-11-12 Sebastian Kurfuerst <sebastian@garbage-group.de>
3757 * New feature #1573: switch back to admin user after user switch (SU-mode)
3759 2005-11-11 Sebastian Kurfuerst <sebastian@garbage-group.de>
3761 * New feature #1519: new option for lockSSL: get redirected to standard http after BE login with SSL
3762 * Fixed bug #1624: Copying of a file in the same folder in the "Filelist" module dosen't work
3763 * Feature request #1706: add "save + close" button in RTE wizard
3765 2005-11-09 Rupert Germann <rupi@gmx.li>
3767 * Fix for function getBorderAttr: closes bugs 1360 and 1461
3769 2005-11-09 Sebastian Kurfuerst <sebastian@garbage-group.de>
3771 * New feature #1577: display clickmenus with XMLHTTP / ajax
3772 * Fixed bug #1066: Shortcut to an invisible page leads to a frontend error
3774 2005-11-09 Ingmar Schlecht <ingmar@typo3.org>
3776 * Made TCEForms put <label> tags around icons for moving/deleting repetitive Flexform items
3777 * Removed annoying feature of typo3/tab.js to focus the textarea
3779 2005-11-08 Sebastian Kurfuerst <sebastian@garbage-group.de>
3781 * Fixed bug #586: User Admin can't create new user
3782 * Fixed bug #1293: TCAdefaults.pages.doktype is not recognized by the wizard "Create new pages"
3783 * Fixed bug #1407: clearCache doesn't work when deleting records
3784 * Fixed bug #1570: on timeout in BE, popup appears all the time when clicking no
3785 * Fixed bug #1571: make new content element wizard easier to use
3787 2005-11-01 Robert Lemke <robert@typo3.org>
3789 * Added an is_array() check in t3lib_div::resolveSheetDefInDS() to prevent a fatal error in certain circumstances
3791 2005-10-26 Kasper Skaarhoj <kasper2005@typo3.com>
3793 * Implemented additional, simple API for logging to sys_log plus extended the sys-log with workspace awareness.
3794 * Implemented more workspace related features. In particular scripts like t3lib_tcemain and t3lib_userauthgroup have been heavily modified!
3796 2005-10-21 Bernhard Kraft <kraftb@kraftb.at>
3798 * Fixed a bug in t3lib/class.t3lib_page.php which broke the Direct Mailer
3800 2005-10-19 Bernhard Kraft <kraftb@kraftb.at>
3802 * Fixed a bug in t3lib/jsfunc.menu.js (base URL was also prepended when link is already absolute)
3803 * Fixed bug #200: fe_adminLib: hard-coded Form URL, should be typolink
3805 2005-10-17 Kasper Skaarhoj <kasper2005@typo3.com>
3807 * Fixed wrong page-not-found header from "Status: 404 ..." to "HTTP/1.0 404..."
3809 2005-10-15 Michael Stucki <michael@typo3.org>
3811 * Added a hook for adding new items in alt_topmenu_dummy.php (requested by Stig N. Faerch for his "roles" extension)
3812 * Added a JavaScript to the backend which makes it possible to use tabulator keys in textareas. Can be disabled by setting $BE_USER->uc['disableTabInTextarea'].
3813 * Added template support to indexed_search. Many thanks to Udo von Eynern for his great work!
3814 * Many other changes to indexed_search. For details, see typo3/sysext/indexed_search/ChangeLog.
3816 2005-10-14 Andreas Otto <andreas.otto@dkd.de>
3818 * Fixed bug #1594: In t3lib_matchCondition->match() it could be the case that $this->altRootline was not allways an array, but it is supposed to be an array. Therefore at the beginning of t3lib_matchCondition->match() the variable type is checked and an empty array is created if needed.
3820 2005-10-07 Kasper Skaarhoj <kasper2005@typo3.com>
3822 * Two small friday-afternoon-party changes that I wanted to have fun with a few times: a) In the shortcut frame the "Edit Page ID" field will now let you search the whole database using the list module, b) the list module will wrap any value that is a URL or email address with a link.
3824 2005-10-04 Kasper Skaarhoj <kasper2005@typo3.com>
3826 * Added initial support for workspaces in core.
3827 * !!! Notice that all versioning features for tables are now enabled by the [ctrl] directive "versioningWS" and not "versioning". You will have to change this for all custom usages. At the same time you will have to add additional fields that are now mandatory for versioning to work. This is documented in the yet not published TYPO3 Core API for next version. Until the versioning API is final it is recommended to be very careful to apply versioning to custom tables.
3829 2005-10-04 Martin Kutschker <martin.t.kutschker@blackbox.net>
3831 * Fixed bug #1152: allow for nice filenames in Apache stat file (config.stat_apache_niceTitle)
3832 * optionally remove the site root from the Apache stat file path (config.stat_apache_noRoot)
3833 * Fix bug #1516: improper user of mb_strpos()
3835 2005-10-02 Bernhard Kraft <kraftb@kraftb.at>
3837 * Integrated content-slide extension into core
3838 * Implemented "requestUpdate" feature of TCEforms for Flexform fields
3840 2005-09-19 Martin Kutschker <martin.t.kutschker@blackbox.net>
3842 * Fixed bug #1287: Detect Opera as Netscape3 (making image roll-overs work)
3844 2005-09-18 Michael Stucki <michael@typo3.org>
3846 * If the encryption key is not set, the warning in the backend now contains a link to the according section.
3847 * be_group can no longer be selected as a subgroup of itself
3848 * Merged fenestgrp extension into Core. This makes it possible to select subgroups for fe_groups. Thanks to Glen Gibb.
3849 * Merged ingmar_accessctrl extension into Core. Content elements and pages can now have access for more than only one group. Thanks to Ingmar Schlecht for his nice extension.
3850 * Fixed a bug in the object browser: Adding properties copied key + value into the key field. Notice: This requires an additional patch in the tstemplate_objbrowser extension!
3851 * Object browser: Added support to match for TS keys
3853 * New property for TYPO3_CONF_VARS[SYS][displayErrors]: If set to 2, display_errors will only be enabled if the devIPmask matches the current clients IP address.
3855 2005-09-14 Karsten Dambekalns <karsten@typo3.org>
3857 * Fixed bug #214 (flexform default values), as it has been reported to work with the existing patch.
3859 2005-09-13 Ingmar Schlecht <ingmar@typo3.org>
3861 * Fixed bug #1375: Made typo3/mod/tools/em/index.php use preg_quote() on filename before passing it to preg_match()
3863 2005-09-13 Karsten Dambekalns <karsten@typo3.org>
3865 * Fixed the page is being generated page refreshing to the wrong page when query parameters are used.
3866 * Fixed (part of) bug #1312 (showpic.php).
3868 2005-08-22 Martin Kutschker <martin.t.kutschker@blackbox.net>
3870 * Fixed bug #24: Modified the JS layer code so that GMENU_LAYERS work with Opera (3.8 patch port by Michael Stucki)
3872 2005-08-16 Michael Stucki <michael@typo3.org>
3874 * Fixed a wrong path in Install Tool welcome message
3876 2005-07-06 Jan-Erik Revsbech <jer@moccompany.com>
3878 * Fixed bug #0001197: t3lib_htmlmail looked for config variable enableReturnPath, but the variable was named forceReturnPath.
3879 * Added a new header Errors-To which is used by Postfix.
3881 2005-07-02 Michael Stucki <michael@typo3.org>
3883 * Removed misc/mod_rewrite.htaccess and misc/php_optimized.htaccess and replaced them by misc/simple.htaccess and misc/advanced.htaccess
3884 * Added a die() call to protect the display of phpinfo() in misc/phpcheck/incfile.php
3885 * config.disablePrefixComment was ignored by plugins
3886 * $TT->pull() was called without $TT->push() before in typo3/sysext/indexed_search/class.indexer.php
3887 * Fixed bug #0001239: Install tool does not accept hyphen in database host name
3889 2005-06-27 Andreas Otto <andreas@php4win.de>
3891 * Method fetchGroups() in t3lib/class.t3lib_userauthgroup.php:
3892 Added hook as requested and provided by Stig N. Faerch.
3893 This hook is used by the extension 'roles'. With this hook it's possible to
3894 control the backend usergroup access, through manipulating a sql-sentence.
3895 In the case of 'roles', the hook is used to limit access to the selected
3896 backend usergroup (which is marked as a role). This is very powerful when
3897 you need to have a better overview in the backend.
3899 2005-06-25 Michael Stucki <michael@typo3.org>
3901 * Improved description of [TYPO3_CONF_VARS][BE/FE][compressionLevel]
3903 2005-06-20 Michael Stucki <michael@typo3.org>
3905 * Merged changes from TYPO3_3-8 branch back
3907 2005-06-06 Andreas Otto <andreas.otto@dkd.de>
3909 * t3lib/class.t3lib_userauth.php: Implemented two hooks in the logoff() method. One hook for doing operations __before__ logoff() destroys the current session and one hook for doing operations __after__ the session was destroyed.
3911 2005-05-29 Michael Stucki <michael@typo3.org>
3913 * typo3/sysext/cms/tslib/class.tslib_content.php: Fixed a bug with the "addQueryString" property in typolinks
3914 * typo3/mod/tools/em/index.php: Extension manager didn't allow to edit *.xml files
3916 2005-05-23 Rupert Germann <rupi@gmx.li>
3918 * Fix: Reversed the effect of the new parameter "config.disableImgBorderAttr". Now it does what the name says.
3920 2005-05-23 Michael Stucki <michael@typo3.org>
3922 * Release of TYPO3 3.8.0
3923 * Fixed bug #0000840: Login URL feature attracts users to transfer password in cleartext
3925 2005-05-22 Karsten Dambekalns <karsten@typo3.org>
3927 * t3lib/class.t3lib_querygenerator.php: Fixed broken database search, originally caused by DBAL changes.
3929 2005-05-22 Kasper Skaarhoj <kasper@typo3.com>
3931 * Added loginscreen image and colorscheme, upgraded version number.
3933 2005-05-21 Bernhard Kraft <kraftb@kraftb.at>
3935 * Fixed bug #0000975: Make the thumbnail-size of filelinks chooseable
3937 2005-05-20 Michael Stucki <michael@typo3.org>
3939 * Fixed bug #0000459: undefined function: float() in class.t3lib_cs.php
3940 * New feature #0000850: Store last built query independent of t3lib_db->debugOutput. Thanks to Rainer Kuhn.
3942 2005-05-19 Michael Stucki <michael@typo3.org>
3944 * Small fix in typo3/sysext/install/mod/class.tx_install.php: GraphicsMagick executed without any parameters caused a server error (used in the Install Tool for guessing the product version)
3945 * Fixed bug #0001065: Labels of radio buttons in listview were not shown. Thanks to Sebastian Kurfuerst.
3946 * Changed innerWrap and outerWrap in editPanels to be stdWrap'able. Thanks to Martin Kutschker.
3947 * Fixed bug #0000098: Forms elements should not contain a wrap-attribute for textareas, so this is now optional. Thanks to Martin Kutschker.
3948 * Fixed bug #0001075: XHTML compliance of FORM elements. Thanks to Martin Kutschker.
3949 * Fixed bug #0001061: XHTML cleaning did not support the <param /> tag. Thanks to Martin Kutschker.
3951 2005-05-19 Karsten Dambekalns <karsten@typo3.org>
3953 * typo3/sysext/install/mod/class.tx_install.php: Added a button to generate a random encryption key.
3954 * typo3/sysext/cms/layout/db_layout.php: Fix for bug #1042. Thanks to Sebastian Kurfuerst and Michael Stucki.
3955 Additionally removed some unused variables/globalisations
3956 * typo3/mod/tools/em/index.php: Applied patch for bug #1043 (ereg calls without escaped curly braces)
3957 * t3lib/class.t3lib_install.php: Fix for bug #987 (hardcoded MyISAM table type)
3959 2005-05-17 Michael Stucki <michael@typo3.org>
3961 * Minor fix in t3lib/config_default.php: pageNotFoundOnCHashError used "false" instead of "0" as the default value
3963 2005-05-16 Michael Stucki <michael@typo3.org>
3965 * Fixed wrong display of empty tags in class.tx_cms_layout.php
3966 * Fixed missing email address label if none specified in class.tslib_content.php
3967 * Fixed missing replacement of "@" in spamProtectEmailAddresses mode in class.tslib_content.php
3969 2005-06-08 Kasper Skaarhoj <kasper@typo3.com>
3971 * Added TYPO3_CONF_VARS[SYS][USdateFormat] configuration option to turn date-entering into MM-DD-YYYY in backend. Go US!
3973 2005-05-14 Michael Stucki <michael@typo3.org>
3975 * Release of TYPO3 3.8.0rc1
3976 * Fixed a bug in the context-sensitive menu (right-click on 2nd level like "more options..." didn't work). Thanks to Wolfgang Klinger.
3978 2005-05-14 Rupert Germann <rupi@gmx.li>
3980 * Fixed bug #0000797: added a new function to class.tslib_content.php (getBorderAttr()) which returns only a border attribute for images if the doctype is not xhtml_strict, xhtml_11 or xhtml_2 or if the config parameter 'disableImgBorderAttr' is not set. Setting 'disableImgBorderAttr' to '1' will disable border attributes in img tags even if the doctype is not in the list of doctypes above.
3982 2005-05-12 Michael Stucki <michael@typo3.org>
3984 * Force TCEform reload if the plugin is changed
3985 * Added new typolink option "addQueryString" for adding all parameters of the current URL to the link. Notice that this does not check for any duplicate parameters! This is not a problem (only the last parameter of the same name will be applied), but enable "config.uniqueLinkVars" if you still don't like it.
3986 * Removed duplicate "Expires" header in class.t3lib_userauth.php
3987 * Changed return value type of t3lib_div::inList which was not really boolean (as documented) but string. Thanks to Bernhard Kraft.
3989 2005-05-11 Michael Scharkow <mscharkow@gmx.net>
3991 * Fixed bug #0000930: The delete button in QuickEdit mode lead to a 404 message. Thanks to Sebastian Kurfuerst.
3993 2005-05-09 Kasper Skaarhoj <kasper@typo3.com>
3995 * Closed Indexed Search before 3.8.0 launch: Despite my hopes I had to significantly lower my ambitions for this release; I couldn't find time to complete the overhaul but had to just patch up any immediate problems and make it work for the 3.8.0 release. The TODO list inside is updated with the remaining tasks which is due for 4.0.0 late summer. If "Indexing Configurations" supporting indexing of external files, URLs and individual records have been mentioned earlier in this changelog or on the featurelist I can inform that the incomplete implementation has been disabled and postponed for 4.0.
3997 2005-05-04 Kasper Skaarhoj <kasper@typo3.com>
3999 * Added Hindi language
4000 * Added feature to table-wizard: Will create 5 new rows when adding rows in the bottom of table (configurable)
4001 * Added download links in extension listing in EM
4002 * Added new feature, "submenuObjSuffixes" to TypoScript Menu objects to define alternative submenus depending on position of parent menu object in menu. (TSref documented)
4004 2005-05-01 Michael Stucki <michael@typo3.org>
4006 * Implemented a wrapper for executing ImageMagick
4007 * New feature #0001034: GraphicsMagick finally works with TYPO3! This can be enabled by setting TYPO3_CONF_VARS[GFX][im_version_5] to 'gm'.
4008 * The Install Tool is now more tolerant when comparing image file sizes. Warnings are only displayed if the created image is more than 10K larger than its reference. In this case you should consider to change your IM/GD version...
4010 2005-04-30 Michael Stucki <michael@typo3.org>
4012 * Changed the layout of the security warning box which is displayed in alt_intro.php
4013 * Added a hook for extending the device recognition capabilities in class.t3lib_matchcondition.php (requested by Michael Perkhofer for his "wurfl" extension)
4014 * Fixed bug #0000762: If the word "include_once" is followed by a whitespace, the extension manager issued an error
4015 * New feature #0000634: Add the CURIFSUB state to menu objects (thanks to Wolfgang Klinger)
4016 * Changed the spamProtectEmailAddresses range again. Allowed values are between -5 and 1 (higher values could break the output, thus the range needed to be changed)
4018 2005-04-29 Christian Jul Jensen <julle@typo3.org>
4020 * Added type path to getText function
4022 2005-04-29 Kasper Skaarhoj <kasper@typo3.com>
4024 * Added default limit (10kb) on frontend user session data (set by TYPO3_CONF_VARS[FE][maxSessionDataSize]) and added a check that session data is saved only if a cookie is actually set. This closes a quite obvious hole for DoS attacks where requesting a TYPO3 URL something like "...index.php?id=1&recs[foo][bar]=[up to 2000 chars]" would fill 2kb of data into fe_session_data no questions asked. It is not a security problem but thousand such request (with eg. "ab") would mean 2 megabyte of junk in the database... Spamming that table is now considerably more complicated. However this setting might break applications storing large amounts of user session data, but for the average shopping plugin it should be unaffected.
4026 2005-04-29 Kasper Skaarhoj <kasper@typo3.com>
4028 * Applied fixes to t3lib_extMgm in order to prevent possible fatal errors where only local extensions would be loaded, resulting in a complete failure of the system (aka "...the cms extension is not loaded" bug). It is unknown if it fixes such problems since the bug is not repeatable.
4030 2005-04-28 Kasper Skaarhoj <kasper@typo3.com>
4032 * Added API in tslib_pibase for checking availability of the cHash value when plugins are running as USER cObjects. This is a VERY IMPORTANT thing for plugin writers to acquaint themselves with. I suggest reading the article "The Mysteries of &cHash" which was written about this tricky issue.
4034 2005-04-28 Rupert Germann <rupi@gmx.li>
4036 * Fixed bug #0000416: now the wrong default values in autoincrement lines will be removed from .sql files before they are written to the database. This fixes the problem that tables were not created under MySQL 4.1.x
4037 * Fixed bug #0000955: Removed a double strcmp in class.t3lib_install.php
4038 * Removed the mysql-version ckeck from class.tx_install.php. With current MySQL versions this is not needed anymore.
4039 * New features for the pi_base pagebrowser: first and last links, "floating" of the displayed pages, all wraps are now configurable, all hardcoded HTML can be substituted with own wraps, and many more.
4040 The behaviour of the pagebrowser doesn't change if the additional "internal"-array-elements don't exist.
4041 This array has to be set from an extension which passes its TS-config to the pagebrowser function. See comments in function for details.
4042 Thank goes to Michael H.E. Roth for developing most of the changes.
4043 * Fixed bug #0000911: setting ['BE']['lockIP'] to a value < 4 does not log out the BE user anymore.
4044 * Fixed bug #0000570: now it is prevented that umlauts or other special characters are inserted as "accessKey".
4046 2005-04-28 Christian Jul Jensen <julle@typo3.org>
4048 * Added parameter to function in t3lib_install that enables you to write to other localconf's than the canonical.
4050 2005-04-28 Kasper Skaarhoj <kasper@typo3.com>
4052 * Added search in Extension Manager for extensions locally.
4054 2005-04-27 Bernhard Kraft <kraftb@kraftb.at>
4056 * Added post-process Hook in class.t3lib_befunc.php for method "getFlexFormDS"
4058 2005-04-27 Rupert Germann <rupi@gmx.li>
4060 * Fixed bug #0000536: removed a hardcoded tt_news reference which inserted the admin name as news author.
4062 2005-04-27 Michael Scharkow <mscharkow@gmx.net>
4064 * Fixed bug #0000727: Changed some labels for editing Page Header in page and list view
4066 2005-04-27 Kasper Skaarhoj <kasper@typo3.com>
4068 * Updated install tool test images again after Stuckis suggestions. Now validates perfectly with this TYPO3 using his debian packages "graphicsmagick" and "graphicsmagick-im-compat"
4070 2005-04-27 Kasper Skaarhoj <kasper@typo3.com>
4072 * More implementation of locallang-xml support in frontend
4073 * Implemented substitution of glossary terms in view_help.php. Glossary is available when the extension "t3glossary" is installed (yet to be released)
4075 2005-04-27 Kasper Skaarhoj <kasper@typo3.com>
4077 * When using frontend editing with pop-up window the save-and-view button will not change focus of the windows but keep the editing window on top while reloading the page for preview behind. (Works in any case editing happens in a pop-up window)
4079 2005-04-26 Kasper Skaarhoj <kasper@typo3.com>
4081 * Added a runaway brake to t3lib_div::expandList(): Ranges are limited to 1000 values per range.
4082 * Added authentication services (from sysext/sv/) to the core.
4083 * Added a feature to menu objects that you can have them show pages in the menus which are normally access restricted. The pages shown will like to a fixed page ID as long as access is not allowed - that page could then show a login box for instance. If access to the elements is ok they will of course link to themselves.
4084 * Added the same feature described for menu objects above to normal typolinks, configured with "config.typolinkLinkAccessRestrictedPages". See TSref for details. The feature will allow links pointing to access restricted page to be created but redirected to a central page which could for instnace contain a login form which is what will be shown if the page was not accessible.
4085 * !!! Technical/API: Changed sys_page->where_hid_del so the fe_group check is not included in WHERE clause but found separately in sys_page->where_groupAccess. It is probably quite rare if this affects any extension but it could do so potentially. PHP code would have to be adapted then.
4086 * Implemented configuration to inverse localization setting for pages, $GLOBALS['TYPO3_CONF_VARS']['FE']['hidePagesIfNotTranslatedByDefault']: If TRUE, pages that has no translation will be hidden by default. Basically this will inverse the effect of the page localization setting "Hide page if no translation for current language exists" to "Show page even if no translation exists"
4087 * Added new function; t3lib_div::explodeUrl2Array(): Explodes a string with GETvars (eg. "&id=1&type=2&ext[mykey]=3") into an array
4088 * Added "config.language_alt" which enables localization from locallang-files of plugins to fallback to an alternative language if the main one (specified with config.language) was not found in hte locallang file. Thus a brazil portuguese ("br") website could specify portuguese (pt) as fallback language!
4089 * Added hook for page-not-found handling enabling any handling to be done for really flexible use.
4090 * Extended class t3lib_arraybrowser so it can show a PHP array without links. Used for "realurl" extension displaying its configuration in backend module.
4091 * Introduced readLLfile() and readLLXMLfile() in t3lib_div in the section with TYPO3 specific functions. They were moved from lang/lang.php class (language class) where they served to load locallang.(php|xml) files. Since this functionality was needed in the frontend as well the functions had to exist in a common script, that being t3lib_div.
4092 * fixed "bug" where the meta data from a flexform data structure was returned in t3lib_div::-function
4093 * Completely reverted the removal of the "unsigned" attributes in *.sql files - DBAL has to handle this depending on DB.
4094 * Added record-uid to the listing of reference in TCEform group fields.
4095 * Added features in tslib_fe which records the reasons why a certain page was not accessible if it related to hidden/starttime/endtime/groups. This can be used in page-not-found handlers to produce a proper response to access attempts to eg. protected sections.
4096 * Support for locallang-xml in frontend as well.
4097 * Added unique name for TYPO3 re-login pop-up box
4098 * Fixed a few smaller bugs/inconveniences
4100 2005-04-25 Andreas Otto <andreas.otto@dkd.de>
4102 * Fixed bug #0000649. Used the patch provided in the bug description.
4104 2005-04-24 Michael Stucki <michael@typo3.org>
4106 * Fixed a problem with a recent change in the filelist module
4108 2005-04-19 Martin Kutschker <martin.t.kutschker@blackbox.net>
4110 * Changed t3lib_page::deleteClause to make it JOIN-safe
4111 * Added innerWrap and outerWrap properties to EDITPANEL and innerWrap, outerWrap and color properties to EDITPANEL.previewBorder
4112 * Added t3lib_div::expandList (turns eg "1,3-5,7" into "1,3,4,5,7")
4114 2005-04-18 Karsten Dambekalns <karsten@typo3.org>
4116 * typo3/file_upload.php: Small fix to fix bug #986, patch by Sebastian Kurfuerst.
4117 * t3lib/class.t3lib_befunc.php, sysext/viewpage/view/index.php: Fix to bug #983, preview when BE uses SSL.
4118 * t3lib/class.t3lib_befunc.php: Show warning when encryption key is empty (bug #766).
4119 * sysext/install/mod/class.tx_install.php: Make encryption key setting accessible in "Basic Configuration".
4120 * sysext/install/mod/class.tx_install.php: Missing PHP support for MySQL is only seen as error if DBAL extension is not loaded.
4122 2005-04-18 Rupert Germann <rupi@gmx.li>
4124 * Added a condition that removes wrong default values from autoinc-lines when importing static data. (bug #416 related).
4126 2005-04-18 Michael Stucki <michael@typo3.org>
4128 * Release of TYPO3 3.8.0beta2
4130 2005-04-17 Rupert Germann <rupi@gmx.li>
4132 * Fixed bugs #0000920 and #0000935: Changed the parsing of recordtitles in lists. Now 'label_alt' and 'label_alt_force' are honored too.
4134 2005-04-17 Michael Stucki <michael@typo3.org>
4136 * Changed the size of ses_iplock fields to 39 (needed for storing IPv6 addresses)
4138 2005-04-15 Michael Stucki <michael@typo3.org>
4140 * Made fe_user passwords case sensitive and render them as password fields
4141 * New feature #0000957: Added TypoScript option page.headTag
4143 2005-04-14 Rupert Germann <rupi@gmx.li>
4145 * Fixed bug #0000966: The BE-listview in "Localization Mode" does now show the labels and flags of translated records again.
4147 2005-04-14 Michael Stucki <michael@typo3.org>
4149 * Added new stdWrap property "stdWrap" for calling stdWrap recursively
4150 * Added new hook in t3lib_tcemain::process_cmdmap (closes #0000823)
4151 * Removed typeNum = 0 in some places (a previous change already sets them to 0 by default)
4152 * !!! Use nimbus.ttf and vera.ttf as default truetype fonts for the GIFBUILDER. This is generally not a problem because they were always used (arial.ttf is a symlink to nimbus.ttf, verdana.ttf is pointing to vera.ttf). However it could change your page design if you have just overwritten the symlinks with a different file and did not set the fontFile in the GIFBUILDER configuration.
4153 * File- and foldernames in the fileadmin could be cut to some lenght. Therefore a tool tip is added to show the full name.
4154 * Fixed bug #0000286: spamProtectEmailAddresses sometimes wrecked table content elements
4155 * New feature #0000490: Optionally remove duplicate parameters in typolinks (config.uniqueLinkVars=1). Thanks to Rupert Germann.
4156 * Fixed bug #0000675: Context menu did not work with Opera
4157 * Corrected a hook in index_ts.php
4159 2005-04-13 Ingmar Schlecht <ingmar@typo3.org>
4161 * Corrected earlier bugfix by Karsten: Reverted require_once(PATH_t3lib.'config_default.php') to require() in index_ts.php
4162 * Cleaned up tslib_content by putting some lines of redundant code into new function getMailTo()
4163 * Minor change to spamProtectEmailAddresses ASCII
4164 * Added hook in t3lib_page for additional enableColumns
4166 2005-04-13 Karsten Dambekalns <karsten@typo3.org>
4168 * Small fix to fix bug #974.
4169 * Applied some more DBAL patches for indexed search and fixed bug #961.
4170 * Re-added images in install tool with binary flag (bug #972).
4171 * Changed some uses of require to require_once to fix bug #958.
4173 2005-04-12 Kasper Skaarhoj <kasper@typo3.com>
4175 * changed install tool comparison images
4177 2005-04-10 Ingmar Schlecht <ingmar@typo3.org>
4179 * Added hook for the "timtaw" extension in t3lib_userauth
4180 * Changed typo3/mod/tools/em/index.php to support new "Overwrite" checkbox feature of Kickstarter
4182 2005-04-10 Jan-Erik Revsbech <jer@moccompany.com>
4184 * The earlier attempts to fix the problem of Return-Path with Postfix below version 2.0 seems not to work on all systems. The t3lib_htmlmail class now only forces the return-path if forceReturnPath is enabled in the install tool.
4185 * Added an option to the install tool mail test form. Send the testmail via t3lib_htmlmail with the return-path set to null@<HTTP_HOST>.
4187 2005-04-08 Michael Stucki <michael@typo3.org>
4189 * Fixed bug #0000941: The diff feature was disabled on Windows but works fine if diff.exe is present and TYPO3_CONF_VARS[BE][diff_path] is correctly set
4191 2005-04-07 Andreas Otto <andreas.otto@dkd.de>
4193 * Added modfunc2 to sysext/indexed_search which offers statistics of entered search words.
4195 2005-04-06 Kasper Skaarhoj <kasper@typo3.com>
4197 * Removed all "unsigned" attributes from .sql files in the core and implemented a complete list of those fields for which it has been removed in the t3lib_install class. By default the install tool will NOT detect that these fields should be changed to signed integers since if the field is found in the list in the install class this difference will be ignored. The reason is that it will be 200+ ALTER TABLe changes and the significance is mostly cosmetic. However if somebody wants to actually do the conversion they can switch an internal variable in the t3lib_install class to TRUE and the install tool WILL convert...
4199 2005-04-06 Kasper Skaarhoj <kasper@typo3.com>
4201 * Extended a comment of a function in t3lib_extMgm
4203 2005-04-06 Michael Stucki <michael@typo3.org>
4205 * Release of TYPO3 3.8.0beta1
4207 2005-04-05 Ingmar Schlecht <ingmar@typo3.org>
4209 * Changed the way htmlspecialchars() is applied to tag attributes on xhtmlCleaning
4211 2005-04-04 Michael Stucki <michael@typo3.org>
4213 * Unfortunately the resolve-path patch was overwritten, so here it is again
4215 2005-04-04 Robert Lemke <robert@typo3.org>
4217 * Added a preliminary way for moving containers in a flexform section in TCEforms + TCEmain. Before you could only delete containers.
4218 * Added Sebastian Kurfuerst's collapsable modules feature for the backend's module bar
4220 2005-04-04 Kasper Skaarhoj <kasper@typo3.com>
4222 * Added to-top/up/down/to_bottom bottoms for the select/group element. up/down will show up by default, to-top and to-bottom will appear automatically when the SIZE of the selector is >= 5.
4224 2005-04-03 Michael Stucki <michael@typo3.org>
4226 * Fixed a stupid error in the display-empty-tags function
4228 2005-04-01 Kasper Skaarhoj <kasper@typo3.com>
4230 * Updated all years from 2004 to 2005
4231 * Updated all function indexeds in top of scripts (no actual code changes done!)
4233 2005-04-01 Kasper Skaarhoj <kasper@typo3.com>
4235 * Added Bernhard Krafts security improvement for server validated challenge value.
4236 * Added "Esperanto" as language - now we are at 41 backend languages.
4237 * Made a change to how cache-control headers are sent. Thanks to Ole Tange, FI, Denmark
4239 2005-04-01 Michael Stucki <michael@typo3.org>
4241 * Display empty tag contents in the backend (e.g. <link email@hostname.com></link>)
4242 * Fixed bug #0000750: Resolve relative links in the backend (caused problems with some firewalls)
4243 * Install tool now shows which image is the reference when doing image tests (thanks to Dimitri Tarassenko)
4244 * Small changes in t3lib_div::quoted_printable()
4245 * !!! t3lib_htmlmail::quoted_printable() is now obsolete. Please call t3lib_div::quoted_printable() instead.
4246 * simulateStaticDocuments_addTitle is now set to 30 if the value is 1 (cause 1 doesn't make sense, does it?)
4247 * Display a warning message if this installation is obviously insecure!! These warnings are only displayed to admin users.
4248 * Added a link to re-login if the session has timed out
4250 2005-03-29 Michael Stucki <michael@typo3.org>
4252 * Added a Russian flag (thanks to Michael Shigorin)
4254 2005-03-29 Ingmar Schlecht <ingmar@typo3.org>
4256 * TYPO3 seems to prefer "mediumblob" instead of "MEDIUMBLOB", thus I changed that in typo3/sysext/cms/ext_tables.sql
4257 * Added hook in tslib_fe
4259 2005-03-28 Michael Stucki <michael@typo3.org>
4261 * Corrected a typo in fe_adminLib.inc (Ingmar watch this!)
4263 2005-03-28 Ingmar Schlecht <ingmar@typo3.org>
4265 * Fixed bug #0000341: Changed table definition of "fe_session_data" so field "content" is MEDIUMBLOB instead of BLOB
4266 * Fixed bug #0000890: fe_adminLib.inc procesSetFixed does not support userFunc_afterSave
4267 * Fixed bug #0000316: Backend typo3/template.php output spurious </body> tag for doctype xhtml_frames
4268 * Added two hooks to t3lib_userauthgroup for Sebastian Kurfuerst's ACL implementation
4269 * New feature #0000341: New option "ascii" for spamProtectEmailAddresses (very cool, because it doesn't need JavaScript! Thanks to Karsten Dambekalns)
4271 2005-03-25 Michael Stucki <michael@typo3.org>
4273 * Added two hooks for tx_timtaw, written by Sebastian Kurfuerst
4274 * FORM object is finally able to create a reset button (closes #0000743, thanks to Michael Scharkow)
4275 * FE editing: Up/Down buttons in panel did not work (closes #0000849, thanks to Peter Niederlag for pointing me on this)
4276 * typeNum 0 is now set automatically by default: If a page object has no typeNum and typeNum '0' is not defined, TYPO3 will automatically do that now
4277 * Renamed admin function links in the left down corner of the BE (closes #0000025)
4278 * EM: Display privacy message before connecting to the online repository
4280 2005-03-16 Ingmar Schlecht <ingmar@typo3.org>
4282 * Fixed bug #0000335: in class.t3lib_extfilefunc.php: If $this->dont_use_exec_commands was set, it was impossible to delete any directories, which is now possible again. It's still impossible to delete direcories recursively though.
4283 * Fixed bug #0000280: pi_list_query() produced wrong query when $orderBy paramater was not given.
4285 2005-03-10 Kasper Skaarhoj <kasper@typo3.com>
4287 * Added feature that connects cache-control headers with whether user-logins are allowed in a branch or not. Makes mixing of cached and dynamic user-dependant content easier.
4289 2005-03-08 Kasper Skaarhoj <kasper@typo3.com>
4291 * New feature for page records: Frontend Login Mode. Makes it possible to disable (and enable later) frontend logins for branches of the page tree. Disabling will make it look like no user is authenticated. This feature is very useful if you wish a highly performant website using cache control headers while specifying sections where user logins are accepted (for dynamic content)
4292 * Implemented a bunch of hooks in tslib_fe
4293 * Minor bug fixes and re-arrangements
4294 * Support for "crawler" extension in indexed_search; Makes it possible to index pages in the page tree by starting a crawler from the backend of TYPO3 (The extension "crawler" is specifically supported) and thus preventing the process from happening during frontend users browsing.
4296 2005-03-07 Karsten Dambekalns <karsten@typo3.org>
4298 * Fixed the potential security issue with mailforms, allowing
4299 spam abuse (TYPO3-20050307-1). This affected tslib/class.tslib_content.php,
4300 tslib/class.tslib_fe.php and t3lib/config_default.php
4302 2005-02-20 Michael Stucki <michael@typo3.org>
4304 * Fixed a typo in the User TSconfig reference in ext_tables_static+adt.sql
4305 * !!! Renamed t3lib_stdGraphic->imageCreateFromGif into imageCreateFromFile. The old function will remain for providing backwards compatibility.
4307 2005-02-17 Kasper Skaarhoj <kasper@typo3.com>
4309 * Added 3 hooks for each hardcoded function in css_styled_content so extensions can be written which provides alternative renderings without XCLASSING.
4311 2005-02-15 Kasper Skaarhoj <kasper@typo3.com>
4313 * The indexed-search lexer has been updated so it supports "printjoins" (characters like ' or - which are allowed inside of words) and there is also support for Chinese/Japanese/Korean (CJK) indexing/searching.
4315 2005-02-14 Kasper Skaarhoj <kasper@typo3.com>
4317 * Large number of updates to system extension indexed_search, in particular to the frontend search plugin which is now ready for implementation of templating engine by workgroup. still missing work on the lexer to support CJK content.
4319 2005-02-11 Andreas Otto <andreas.otto@dkd.de>
4321 * In order to use enableTypeByConfig on more types than Input and Text the variable $specConf had to be set. This was done to all getSingleField_* methods which use $this->renderWizards. A list of the methods is provided in the commit message.
4323 2005-02-06 Michael Stucki <michael@typo3.org>
4325 * Fixed an often repeated typo (closes #0000127)
4327 2005-02-04 Michael Stucki <michael@typo3.org>
4329 * Corrected some typos
4330 * Fix permissions after ImageMagick has created a new file. Introduced new function t3lib_div::fixPermissions. Closes bug #0000677.
4331 * Fixed bug #0000422: "Fatal error at 3: Image Processing -> 5: GD library functions"
4332 * Added a new constant TYPO3_branch which includes only the major and the minor numbers of the version (not the patchlevel). This is used in the "generator" meta tag and will finally close bug number #0000318.
4333 * ContextMenu is no longer disabled by default on Macintosh systems (except Opera, might have to do with bug #0000675). Closes bugs #0000542 and #0000486.
4334 * XHTML 1.1 compliancy fixes (thanks to Ernesto Baschny)
4335 * List view now resolves values of MM tables (thanks to Rupert Germann). Closes #0000624.
4336 * Use t3lib_div::isAbsPath() to check if the logfile path is absolute (doesn't work on Windows otherwise)
4338 2005-02-02 Ingmar Schlecht <ingmar@typo3.org>
4340 * Fixed bug #0000728: "Enabling DevLog in t3lib_modsettings via SC_OPTIONS does not work." Reason: t3lib_modsettings::init() used $TYPO3_CONF_VARS although the global var was not available there. Changed it to $GLOBALS['TYPO3_CONF_VARS'].
4342 2005-02-01 Ingmar Schlecht <ingmar@typo3.org>
4344 * Committed patches by Peter Klein <peter at umloud.dk> implementing the IESelectFix for xmenu_layers.php: A fix that makes the layer menus display correctly on IE when over a <SELECT> box.
4346 2005-01-24 Jan-Erik Revsbech <jer@moccompany.com>
4348 * The check to see if Postfix version 1.x is used requires that the executable /usr/sbin/postconf exists. If it does not exist, some PHP installations will die with an error. Now htmlmail makes a check to see if the files exist before calling it.
4350 2005-01-22 Ingmar Schlecht <ingmar@typo3.org>
4352 * Fixed bug #0000668: Removed spurious comma (,) from pages table definition in t3lib/stddb/tables.sql
4354 2005-01-21 Ingmar Schlecht <ingmar@typo3.org>
4356 * Fixed bug #0000703: Added missing ';' to ' ' in t3lib/class.t3lib_formmail.php
4358 2005-01-21 Jan-Erik Revsbech <jer@moccompany.com>
4360 * Added a check to class t3lib_htmlmail to check if postfix version 1.x is used. If this is the case the -f parameter is not used for call to mail(). This should fix the problem with mails not being sent when using Postfix as MTA...
4362 2005-01-21 Kasper Skaarhoj <kasper@typo3.com>
4364 * Added a new feature to force all UIDs in the "impexp" extension.
4366 2005-01-14 Kasper Skaarhoj <kasper@typo3.com>
4368 * import/export: CSH for the whole module, localization of all labels
4370 2005-01-02 Kasper Skaarhoj <kasper@typo3.com>
4372 * Added Karsten D.s patches for DBAL.
4374 2004-12-20 Kasper Skaarhoj <kasper@typo3.com>
4376 * Changed "config.disableContentLengthHeader" over to "enableContentLengthHeader" because a default content-length header might introduce some weird and hard-to-debug situation for people.
4377 * Added possibility to enable cache-control headers on frontend output; This allows a site to be cached by client browsers and proxies. See TSref for configuration ("config.sendCacheHeaders")
4378 * Added that a cache-control header sent from client can regenerate an otherwise cached page. In reality this means that a shift-reload click in the browser will always circumvent TYPO3s page-cache, regenerate the page and store a new version in cache if applicable. If anyone has objections agains this default feature (eg. fear of DoS attacks), please bring up a discussion on dev-list.
4379 * Added "Content-Length" header on frontend output (can be disabled)
4380 * Fixed bug that gave inconsistent SYS_LASTCHANGED values whether a page was gotten from cache or generated.
4381 * Added check for explicitAllow/Deny in the content element wizard (during a trainride from Allerd in S-Tog line A to Nrreport - thats all it took).
4383 2004-12-17 Kasper Skaarhoj <kasper@typo3.com>
4385 * Mainly: Did tons of improvements on the import/export module (system extension "impexp").
4387 Supports flexforms (hence TEmplaVoila).
4388 Supports RTE embedded images.
4389 Supports updates of existing records in various forms.
4390 Has optional XML format.
4391 Supports a new concept called "soft references" which are plain-text links/file references/markers and allows to track and include these in export. Examples are "fileadmin/..." references in TypoScript templates and <link> typolink tags.
4392 Can export from the page tree root.
4393 Character set dependant
4394 Extension dependencies can be set
4395 Embedding of HTML files and internal resources
4396 Export links directly from clipboard and Web>List
4397 Supports meta data including embedded thumbnail
4399 * In shortcut frame I added possibility to enter a table:uid pair in the "Edit page" box. For instance "tt_content:123" will launch the doc module for that element.
4400 * Soft References; A parser-concept tied to TCA which allows to define parsers for certain fields that finds "soft references", eg. <link> tags, file-references etc. See import/export improvements above.
4401 * Improvements to array2xml which allows detained mapping of array keys to XML-tags. As an example, study the import/export extensions T3RecordDocument configuration.
4402 * Improved t3lib_parsehtml::prefixResourcePath() to access a suffix string to WRAP file references
4403 * Improved t3lib_tcemain with support for forcing a UID for newly created records (used by import/export)
4404 * t3lib_tcemain::checkValue_flex_procInData_travDS() now supports callback functions from external objects
4405 * Changed "displayErrors" in config_default.php BACK to "-1" which corresponds to the default from before (notice this, stucki!)
4406 * Ended the regime of the new be-usergroup selection box - back to the previous with ordering of backend groups since the first group was significant (being the default owner group)
4407 * Added support for having temporary files in typo3temp/ prefixed with a meaningful prefix, typically coming from the menu title, original image name etc.
4410 2004-11-28 Kasper Skaarhoj <kasper@typo3.com>
4412 * Main feature: Lots of updates on Indexed Search extension. The changes are mainly in the indexer, not the search plugin. The work is NOT FINISHED yet and don't update a production site with this work! One main thing to be aware of is that all indexing is done internally as utf-8. You should flush your old index tables before running the new one.
4413 * Fixed bug in t3lib_cs::utf8_strtrunc() (or so)... do'h Martin!
4414 * Fixed bug (spelling mistake) in the hook "processDatamap_preProcessFieldArray"
4415 * Fixed order of configuration forms in Extension Manager
4416 * Added timezone option in TYPO3_CONF_VARS array
4417 * Added right-click feature on context menus. Can be disabled with TYPO3_CONF_VARS if you don't like it. And a rightclick on the page/folder _title_ will also activate the menu! Theoretically it is not valid XHTML. Works in Mozilla and MSIE. Thanks Wolfgang!
4418 * Added TS option "USERUID_substToken"
4420 2004-11-26 Michael Stucki <michael@typo3.org>
4422 * Fixed bug #0000527: Title tag is added even if the page title was empty. Thanks to Hannes Schmid.
4423 * Fixed bug #0000526: Logging does not work on Windows systems. Thanks to Dirk Hoffmann.
4424 * New configuration option [SYS][displayErrors] for overriding the PHP "display_errors" option. By default, error messages in PHP are no longer displayed.
4425 * Improved description of [FE][logfile_dir] in config_default.php
4426 * TYPO3_CONF_VARS[BE][adminOnly] is now an integer value (was boolean by mistake)
4427 * Added missing description of 3rd parameter for the crop function in class.tslib_content.php
4429 2004-11-18 Kasper Skaarhoj <kasper@typo3.com>
4431 * !!! Moved ALL core localizations into language packs found in extensions prefixed "csh_[language key]". The consequence of this is that the backend will work in english until the proper language pack is installed for the language the user has selected. This step is taken to make backend localization more scalable and prevent the huge memory problems we have with ll-XML and 3.7.0. The "csh_*" extensions are NOT available in TER at the moment, but the whole bunch can be downloaded from http://130.228.0.33/t3dl/src/all_39_language_packs_as_local_extensions.tgz
4433 2004-11-18 Ingmar Schlecht <ingmar@typo3.org>
4435 * Implemented #0000508: Minor performance improvement in an if clause in t3lib_stdgraphic, thanks to Volker Graubaum.
4437 2004-11-17 Kasper Skaarhoj <kasper@typo3.com>
4439 * Converted locallang*.php to locallang*.xml in new system extensions.
4441 2004-11-16 Ingmar Schlecht <ingmar@typo3.org>
4443 * Fixed bug #0000416: Removing spurious DEFAULT '0' in SQL create table statements of uid columns right before they're executed in t3lib_install.
4445 2004-11-16 Kasper Skaarhoj <kasper@typo3.com>
4447 * Moved the remaining global extensions to sysext/ which were selected to be system extension.
4448 * Added configuration option in TYPO3_CONF_VARS[FE][lifetime] so the frontend users cookies can be set to a lifetime in seconds. Currently the cookie lasts only for the browser session and not more.
4450 2004-11-15 Kasper Skaarhoj <kasper@typo3.com>
4452 * Merged all changes from "TYPO3_3-7" branch
4453 * Changed to version 3.8.0-dev
4454 * Using "t3lib_div::cmpIP" for evaluating the list of "config.stat_excludeIPList"
4455 * Fixed view_help.php so translators of llXML can see all tables listed.
4457 2004-10-25 Jan-Erik Revsbech <jer@moccompany.com>
4459 *Fixed problem in htmlmail when running ith safe mode enabled.
4461 2004-09-24 Michael Stucki <mundaun@gmx.ch>
4463 * Release of TYPO3 3.7.0
4464 * Increased version number to 3.7.0
4466 2004-09-24 Kasper Skaarhoj <kasper@typo3.com>
4468 * Updated backend localizations for 3.7.0 Release
4469 * Tagging the release with "TYPO3_3-7-0"
4471 2004-09-19 Michael Stucki <mundaun@gmx.ch>
4473 * Release of TYPO3 3.7.0RC2
4475 2004-09-19 Ingmar Schlecht <ingmar@typo3.org>
4477 * Added option to set the PHP memory_limit with the install tool.
4478 * Fixed bug #0000248: Highlighting color of BE module is now the same as highlighting color in the page tree
4479 * Changed <meta name="generator" content="TYPO3 3.6 CMS" /> tag in class.tslib_pagegen.php to reflect version 3.7. Should be changed to something dynamic in the future! (see bug #0000318)
4480 * Fixed bug #0000365: Made comparing md5 hashes of t3x files in mod/tools/em/index.php ignore leading whitespaces. Patch by Martin T. Kutschker <Martin-no5pam-Kutschker@blackbox.n0spam.net>
4481 * Increasing version number to 3.7.0RC2
4483 2004-09-19 Michael Stucki <mundaun@gmx.ch>
4485 * A new warning message is displayed if the install tool password is still the default: "joh316"
4486 * Replaced all (comments AND code!) occurences of "writeable" with "writable"
4487 * Fixed bug #0000171: Displaying wrong filepermissions in filelist module
4488 * Fixed bug #0000261: fileDenyPattern default does not include ".php4"
4489 * Fixed bug #0000298: Browser client Konqueror not recognized
4490 * Fixed bug #0000362: Changed field length of sys_log[IP] to 39 (IPv6 related, patch by Sven Wilhelm)
4492 2004-09-17 Ingmar Schlecht <ingmar@typo3.org>
4494 * Fixed bug #0000181: Added the word "JavaScript" to the note on the BE login page. It's now: "(Note: Cookies and JavaScript must be enabled!)"
4496 2004-09-15 Ingmar Schlecht <ingmar@typo3.org>
4498 * Fixed bug #0000353: In typo3/wizard_add.php removed call to non-existing printContent() method. It doesn't need to print anything.
4500 2004-09-14 Michael Stucki <mundaun@gmx.ch>
4502 * Release of TYPO3 3.7.0RC1
4504 2004-09-14 Michael Stucki <mundaun@gmx.ch>
4506 * Fixed bug #0000159: Logging did not work with absolute logfile_dir specified. However this will still work only if the specified path is within either PATH_site or lockRootPath.
4507 * The BE login screen now shows the sitename by default
4508 * Fixed a typo in config_default.php
4509 * Changed description for lockRootPath
4511 2004-09-14 Ingmar Schlecht <ingmar@typo3.org>
4513 * Fixed bug #0000111: Install tool now allows for database name, password and username to contain any kind of chars (not limited to alphanumerical any more).
4515 2004-09-14 Kasper Skaarhoj <kasper@typo3.com>
4517 * Updated my email address from "kasper@typo3.com" (which is closed and will stay that way) to "kasperYYYY@typo3.com" which programmers should be able to figure out...
4518 * Updated all JavaDoc comments and function/class indexes in files, preparing for 3.7.0RC
4520 2004-09-13 Kasper Skaarhoj <kasper@typo3.com>
4522 * Added CSH for Web>Info/Localization Overview
4524 2004-09-13 Kasper Skaarhoj <kasper@typo3.com>
4526 * Changed little more in uniqueList, among others that a fixed number of paramters are supported only now!
4528 2004-09-13 Michael Stucki <mundaun@gmx.ch>
4530 * Fixed bug in t3lib_div::uniqueList that was caused when t3lib_div::uniqueArray was replaced with array_unique. Obviously array_unique doesn't remove empty values from the array but t3lib_div::uniqueArray did! Please take care of this if you still use this deprecated function in your extension!
4532 2004-09-11 Kasper Skaarhoj <kasper@typo3.com>
4534 * Updated changelog for 09/09
4535 * Fixed bug in stdgraphic::fontResize that made it go into eternal loops if the size could not be obtained in the lower end, basically when fontsize reached zero...
4536 * Fixed bug in alt_menu_functions which prevented Condensed Mode from working. But most likely it breaks something else, maybe some options around alternative navigation frame scripts that rene introduced.
4537 * Fixed a bug introduced yesterday where TYPO3 would not work with PHP versions below 4.100.0... :-) - clearly testifying to the fact that I have now run TYPO3 on PHP5 with TemplaVoila et al. for five days without problems.
4538 * Added new option for the dynamic tab menus where you can configure a free initial default tab index and even close all items totally (like toggle mode, but still with only one tab open at a time).
4539 * Increased levels of possible recursive permission setting to 10.
4540 * Web>Page: Introduced localization flags, removed move-up/down/new buttons for languages in default-content-binding mode and made the selection of default elements include the "All" language in default-content-binding mode which will correspond to how sys_language_overlay works in the frontend.
4541 * Introduced baseUrlWrap() function in tslib_fe (TSFE) which can be called for wrapping URLs with absolute baseUrl prefix in case you are using "realurl" of sorts. This is necessary to do for all urls that is handled by JavaScript, like "document.location" or "window.open" cases.
4542 * Fixed the realurl related bug with click-enlarged images that would open a non-existing URL (see "baseUrlWrap()" above). Also wrapped other JavaScript URls like in JSMENU and typolink related JSwindow action.
4543 * Introduced a global setting for GIFBUILDER TEXT objects to configure alternative font files for certain Unicode char ranges. This feature makes it very easy to set up eg. a japanese truetype font for all usages of GIFBUILDER where you still want another specific font used for the latin characters.
4544 * Introduced new HMENU feature: "alwaysActivePIDlist" which can configure certain page id which will always be expanded in menu as if they were "active".
4545 * Fixed problem with empty URLs in menu generation. Empty URLs may occur when a realurl points to the frontpage (which is a blank suffix to the base url). In such cases the URL now becomes the baseUrl of the site (if that is configured!). This should fix it very specifically for all realurl cases.
4546 * Fixed install tools incapability to delete files with certain prefixes in typo3temp/ folder.
4548 2004-09-09 Kasper Skaarhoj <kasper@typo3.com>
4549 Sorry for writing these changelog entries with a delay of two days. I write them based on a CVS patch and it took ages to make that from a parking lot in Suresnes, Paris, 4 am in the morning. Its becoming harder to find a stable hotspot in Paris I think... But here we go:
4550 * Changed all HTTP_*_VARS to $_* superglobals. Also raised PHP requirement version to 4.1.0
4551 * Added wrapping functions to array browser class. Also updated the Configuration module to use these features so you can now click a key and get a string served ready to implement in eg. localconf.php
4552 * !!! Removed obsolete function "t3lib_div::setGPvars()"
4553 * Added $MCONF['shy'] feature (requested by Rene Fritz)
4554 * Added longblob in sqlparser
4555 * Added configurable JPG quality setting to stdGraphic class. Use $TYPO3_CONF_VARS[GFX][im_jpg_quality]
4556 * Added stdgraphic::ImageTTFTextWrapper() and stdgraphic::ImageTTFBBoxWrapper functions. Behind these changes a new feature has been implemented which makes it possible to render a single GIFBUILDER TEXT object with more than one font file for various criteria. The most important criteria is that a certain range of unicode chars can be rendered using another truetype font supporting eg. japanese glyphs while you still use another specific font for the design of latin chracters. This feature is known as "splitRendering" in GIFBUILDER TEXT objects.
4557 * Added new swapping mode setting for versioning: swapContent = ALL which is what you use if you want to swap the SUBTREE of a page as well!
4558 * Fixed a bug in transferdata class where too many field values were returned in wrong situations.
4559 * Fixed the timetrack class whitespace issue, removed the DAM module key in stddb/tables.php and removed the temporary class "t3lib_TCEforms_SelectTreeView" made by Rene Fritz.
4560 * Implemented configurable session timeout for backend users.
4561 * Changed the TYPO3 version number variable into a constant available before ext_localconf.php files are included.
4562 * Added "location" bar to the re-login screen. Inspired by Johannes Reichart who once many years ago sent me a mail about how the login screen should be protected against someone designing a similar prompt to trick users into giving them their passwords. I couldn't find a better idea than making the URL visible so people can validate the domain themselves.
4563 * Added localization view mode in Web>List module, allowing to see localization details for records, grouping them by their language and providing a "localization copy" button.
4564 * Updated english labels for backend/CSH according to change suggestions by 3EV from UK. Thanks.
4565 * Added obTS specific hook in tslib_content class. For Dan Frost and his empire...
4566 * Impleemnted third option for stdWrap crop feature (by Peter Klein)
4567 * Fixed typolink that would reject links to virtual files and folders locally, eg. links made by realurl etc. Previously such files HAD to exist, otherwise the link would not be rendered.
4568 * Changed stuff around the pagenotfound handling.
4569 * moved <meta charset...> in frontend output to be the first tag after the <html> tag.
4570 * Fixed old bug in tslib_search which cropped off the last char of a search word.
4571 * Fixed extra_page_cm_options that didn't detect itself properly when making the second menu. So now the elements from that extension will NOT anymore pop up in other second level menus... :-)
4573 2004-09-10 Michael Stucki <mundaun@gmx.ch>
4575 * Replaced t3lib_div::uniqueArray with native PHP function array_unique. The old function will remain for compatibility reasons only. Please do not use it anymore!
4576 * Removed comment about the expired Unisys patent in class.tx_install.php
4578 2004-09-00 Jan-Erik Revsbech <jer@moccompany.com>
4580 * Fixed bug #292 concerning Return path in class.t3lib_mailer.php. The fix has a seperate solution for windows and Unix. The unix fix does however not work with safe_mode enabled. Do not know how to overcome this. Perhaps an environment variable for sendmail can be specified? The fix for windows works OK with safe_mode on since, it does not rely on passing parameter directly to the mailer tranport agent (Sendmail or postfix), but instead sets the php variable sendmail_from, which has no effect on Unix systemt.
4582 2004-09-02 Kasper Skaarhoj <kasper@typo3.com>
4584 * Fixed a few basic PHP5 problems (aiming at PHP5 support in 3.7.0)
4586 2004-09-02 Kasper Skaarhoj <kasper@typo3.com>
4588 * BTW; Just created a hook for page indexing which "indexed_search" will also be using in near future - BUT at the time of this writing it will require a new version of indexed_search for you and that is NOT ready yet - so indexed_search will NOT work for you anymore before you get the new version of this extension!
4590 2004-09-02 Kasper Skaarhoj <kasper@typo3.com>
4592 * Added Catalan, Bosnian and Korean languages.
4594 2004-08-29 Kasper Skaarhoj <kasper@typo3.com>
4596 * Added a wildcard like option for values in the "language" condition in frontend (matchcondition class). Can now match any language found in the HTTP_ACCEPT_LANGUAGE value.
4598 2004-08-29 Kasper Skaarhoj <kasper@typo3.com>
4600 * Added "lockIP" setting for backend users - this will solve the problem that some has reported about backend users not being able to login with 3.7.0...
4601 * Added new HMENU special type, "language", which can generate a language selector using the "&L" variable directly.
4602 * Added option for HMENU (protectLvar) so menu items linking to pages that are not translated will have their "&L" var set to zero, thus reverting to the default language.
4603 * Corrected a bug in menu generation: Spacers for TMENU had a link around it - this was a bug, correct now. No links on spacer elements!
4605 2004-08-26 Kasper Skaarhoj <kasper@typo3.com>
4607 * Adding editlock icon in Web>Access
4609 2004-08-26 Kasper Skaarhoj <kasperYYYY@typo3.com>
4611 * Bugfix: in browse_links where the record listing contained links to clickmenus:
4612 * Added "Save and View" support for records which has another language set; For instance content elements and page overlay records will now view the page with the "&L=xx" parameter set to the language they represent.
4613 * Version selector (implemented in template class) implemented in all Web>* modules (depends on "version" extension)
4614 * Support for versioning in Web>List module ("v" button) (depends on "version" extension)
4615 * Bugfix: In Web>List the page icon is restored. "Was lost, but now is found."
4616 * Bugfix: Fixed access control in the interface of the page module and wizard_rte; Now checks if user has proper permissions before displaying certain buttons. Not critical bug, but obviously confusing for users to see the editing forms like if they actually could edit...
4617 * Added view-page icons in Web>Page module for the language column view.
4618 * Added first support for versioning previews in the frontend (CONTENT and RECORD cObjects)
4619 * Implemented new localization modes configurable with TypoScript, "config.sys_language_overlay" and "config.sys_language_softMergeIfNotBlank"
4620 * Added automatic character set conversion of frontend output if metaCharset and renderCharset are different. Also incoming POST arrays are converted in the reverse direction.
4621 * Changed calling order of TSFE->getCompressedTCarray() in "index_ts.php": Now it loads before ->getConfigArray(). Should be no difference to anyone except internal processing in tslib_fe which can now access the array a little before it usually could.
4622 * Added t3lib_cs::convArray() for charset conversion of array contents.
4624 2004-08-23 Kasper Skaarhoj <kasper@typo3.com>
4626 * Implemented versioning API in tcemain plus other places. Still not functional for the broad public (will be in 3.8.0). Missing conceptual testing, implementation in the backend interface (still to be discussed how that is best done and fitting workflow) and not at all in the frontend.
4627 * Tables configured for versioning by default is pages, tt_content, pages_language_overlay and sys_template
4628 * !!! Notice that the type of integer for uid/pid fields of the above mentioned tables changed from "unsigned" to "signed". This should only mean something if you have uid/pid values over 2 billion - but then PHP will fail you anyways. So the impact should be nothing.
4629 * For testers: Ask me (kasper) for the "version" extension which is my test bench and future management tool for the final implementation.
4630 * !!! Fieldnames 't3ver_oid', 't3ver_id' and 't3ver_label' has been reserved for versioning adminstration
4632 2004-08-22 Ingmar Schlecht <ingmar@typo3.org>
4634 * Changed the way how the EM and the Kickstarter interact
4635 -> Removed all hardcoded references to the Kickstarter from the index.php of the EM and changed it to be extendable using the "Integrate into existing modules" functionality.
4636 -> Removed the file typo3/mod/tools/em/class.kickstarter.php
4637 The new version of the Kickstarter that uses these new ways of interaction has the new extension key 'kickstarter' and is already available from typo3xdev CVS.
4638 The old version of the Kickstarter having the key 'extrep_wizard' is not used anymore.
4640 2004-08-21 Kasper Skaarhoj <kasper@typo3.com>
4642 * Added support for backend initialization in PHP shell scripts. Interesting for deamons, cronjobs etc where you want a PHP script to run from shell but with a full backend environment. Documented in next version of Inside TYPO3.
4643 * Configurable multiplication of DB field size (useful for resizing database for UTf-8 support)
4644 * Fixed bug in show_item.php script / stdGraphic with abs/rel path prefix and typo3temp/ folder.
4645 * TCEforms/TCEmain support for localization; You can exclude certain fields in localized versions, see diff. view if original changed, see the original records content with the localized version.
4646 * TCEforms support for dynamic TAB menus (use the --div-- in types configuration and enable in [ctrl] section
4647 * All TCEforms changes for localization and tab menus are documented in TYPO3 Core API
4648 * Added support for localization-copies in Web>Page module; Now you can create copies of default language elements with a click on a button. There is even a new mode where all localizations must follow the default language 100% - but this still lacks frontend support. Enabled by "web.layout.defLangBinding=1" in Page TSconfig.
4649 * Finally implemented dynamic (DHTML based) tab menus for flexforms using sheets!
4650 * Added "select all" link for "checkbox" renderMode of "select" types in TCEforms
4651 * New tcemain "cmd": "localize". Will make a localization-copy of a record, eg. content elements.
4652 * Made "explicitDeny" mode for backend users configurable in TYPo3_CONF_VARS as requested on the dev-list.
4653 * Added "sleep(5)" when a false login was detected in the login-screen. This makes trying lots of username/passwords in the login screen boooooring...
4654 * Added new GUI type: Dynamic TAB menu which can switch between a number of sheets of content dynamically with tabs. Used in flexforms and also in TemplaVoila.
4655 * Set-locale issue for USER_INT objects should be fixed. Please test this someone!
4658 2004-08-20 Ingmar Schlecht <ingmar@typo3.org>
4660 * Marginally changed the error message in t3lib_userauth appearing when the HTTP_REFERER mismatched.
4662 2004-08-20 Ingmar Schlecht <ingmar@typo3.org>
4664 * Fixed bugs #218 and #220: Install tool erroneously complained about low memory_limit
4666 2004-08-20 Ingmar Schlecht <ingmar@typo3.org>
4668 * Fixed bug #288: In t3lib_parsehtml prefixRelPath incorrectly prefixed absolute URLs
4670 2004-08-15 Michael Stucki <mundaun@gmx.ch>
4672 * Corrected wrong parameter order for some implode function calls.
4674 2004-08-07 Kasper Skaarhoj <kasper@typo3.com>
4676 * Added three new permission modes for backend users: 1) Localization access control, 2) Access control on value level (for instance allow/deny individual selectorbox values), 3) API for custom permission options.
4677 * Implemented control of these modes in tcemain, tceforms and alt_doc.php + QuickEdit. Still need to implement it for edit icons around, but this is not critical, mostly a usability issue.
4678 * Moved table "sys_language" from extension "cms" back into the core
4679 * Updated CSH at various places.
4680 * Finished the accessListRenderMode(s) (see 4/8 below)
4681 * Still unsettled about various default settings related to these new options, but will discuss on dev-list.
4683 2004-08-04 Kasper Skaarhoj <kasper@typo3.com>
4685 * Added new rendering modes for the "select" type in TCA: You can now render multiple-select lists as either a SINGLE selector box with multiple value selection OR as a list of checkboxes. For mozilla even the icons are rendered nicely in the option tags. Check out the backend user group configurations. Work is still in progress.
4687 2004-08-04 Kasper Skaarhoj <kasper@typo3.com>
4689 * Added TYPo3_CONF_VARS[FE][lockHashKeyWords] so it is optional to lock FE user sessions to HTTP_USER_AGENT
4691 2004-08-03 Kasper Skaarhoj <kasper@typo3.com>
4693 * Added and Changed features around page languages. More to come including a document guiding people about charsets and localization.
4695 2004-07-24 Jan-Erik Revsbech <jer@moccompany.com>
4697 * Added support for other transfer encodings in the dmailer class. Will start to move the t3lib_directmailer class out of the core and into the direct_mail extension.
4699 2004-07-23 Kasper Skaarhoj <kasper@typo3.com>
4701 * Added the Core CVS rules to repository at "misc/core_cvs_rules.txt". ALL Contributers to the CORE CVS SHOULD READ AND FOLLOW THIS!
4703 2004-07-15 Robert Lemke <rl@robertlemke.de>
4705 * Added new language flag icons (see t3lib/gfx/flags/). Will be used by templavoila and maybe sys_language
4707 2004-07-12 Ingmar Schlecht <ingmar@typo3.org>
4709 * Fixed bug #194: wizard_table.php, missing parameter 'backPath'
4711 2004-07-12 Ingmar Schlecht <ingmar@typo3.org>
4713 * Fixed bug #79: Extension manager: Removing extensions containing empty folders did not work
4714 * Fixed bug: When removing an extension, typo3 tried to remove the extension directory twice
4716 2004-07-02 Michael Stucki <mundaun@gmx.ch>
4718 * Fixed bug #0000191: Small typo in German translation
4720 2004-06-28 Kasper Skaarhoj <kasper@typo3.com>
4722 * Moved creation of menu graphics, scaled images, gifbuilder images and temporary image files into subfolders of typo3temp/
4723 * Fixed case-folding-cache-file bug in t3lib_cs...
4724 * select a filepath as a source of the items you can add to the box (single/multiple) without copying the files of course.
4726 2004-06-21 Michael Stucki <mundaun@gmx.ch>
4728 * Fixed bug #0000119: Another fe_adminLib htmlspecialchars() issue
4730 2004-06-19 Kasper Skaarhoj <kasper@typo3.com>
4732 * Moved CSH locallang-XML labels into extensions prefixed "csh_".
4734 2004-06-18 Michael Stucki <mundaun@gmx.ch>
4736 * Fixed bug #0000032: ImageMagick will convert only the first page of a multi-page PDF file
4738 2004-06-11 Robert Lemke <rl@robertlemke.de>
4740 * Created new hook in class.t3lib_tcemain.php in process_datamap. Search for $TYPO3_CONF_VARS['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processDatamapClass']
4741 (other hooks in that class will follow by Rene as I know from a trusted source ... ;-)
4743 2004-06-09 Robert Lemke <rl@robertlemke.de>
4745 * Fixed bug #0000123:
4746 The stdWrap-option "stripHtml" should come before the option "crop" because HTML-Tags are recognized as Text by the crop-option but getafterwards stript out. That produces a wrong textlength.
4747 Changed order of "crop" to after "stripHTML"
4748 Affected file: class.tslib_content.php
4750 2004-06-08 Robert Lemke <rl@robertlemke.de>
4752 * Fixed bug #0000070: Number of files (file count) displayed in file list module was one number too high ("5 Files" although 4 only exist). Updated typo3/class.file_list.inc
4753 * Changed one line in media/scripts/plaintextLib.inc which caused a "page not found" in some e-mail clients.
4755 2004-06-06 Kasper Skaarhoj <kasper@typo3.com>
4757 * Changed all locallang files from "lang" system extension into the new locallang-XML format instead. Includes changes to a bunch of core scripts which had to include the new files with an API function from the $LANG object.
4759 2004-06-06 Kasper Skaarhoj <kasper@typo3.com>
4761 * Added "groupChangeMask" option in TYPO3_CONF_VARS - makes it possible to set which group newly created files and folders will get. (Thanks to Stucki)
4763 2004-06-03 Kasper Skaarhoj <kasper@typo3.com>
4765 * Added API for configuring tables (ending on "cache") that are flushed together with "Clear All Cache".
4766 * Fixed that the Admin Panel is always on top (z-index : 0;
4768 2004-06-03 Kasper Skaarhoj <kasper@typo3.com>
4770 * Added base url to typo3 error dialog in frontend. Means it shows logo when using realurls now.
4771 * Added "READFILE:" prefix for pageNotFound handler in frontend; This will read the contents of an html file and output with substitution of a few marker strings.
4772 * Added feature in page tree; Temporary mounting a point in the users page tree as root. (available in the "More options..." - needs upgrade of that extension as well...).
4773 * Fixed frontend edit icons under real-url conditions. They didn't work in MSIE. Had to prefix them with base url.
4775 2004-05-29 Kasper Skaarhoj <kasper@typo3.com>
4777 * Fixed bug; All page types (doktype) was shown to uses even if they were not all in their list of possible type values.
4779 2004-05-29 Kasper Skaarhoj <kasper@typo3.com>
4781 * Created a new DEFAULT backend module called "manual". It shows a TOC of CSH items from the system. This will provide a "user sensitive" manual inside of TYPO3 with localized content to the extend that translators has translated CSH labels in the system. The vision is that the Documentation Team will develop CSH content so far that this will become a really good inline reference for users of TYPO3. Also, extension authors are encouraged to implement CSH for their tables and backend modules and let that be the user manual for their products!
4783 2004-05-28 Kasper Skaarhoj <kasper@typo3.com>
4785 * Added new CSH entries at various places using a new method in t3lib_BEfunc. The CSH entries are still empty and needs to be completed.
4787 2004-05-28 Kasper Skaarhoj <kasper@typo3.com>
4789 * Added visual response to backend module selection in the menus; The class attribute of the menu items is changed when a module is selected. The default stylesheet is modified so this results in the current module being highlighted in the menu.
4791 2004-05-27 Kasper Skaarhoj <kasper@typo3.com>
4793 * Fixed various things in file processing, t3lib_extFileFunc et al.
4795 2004-05-24 Kasper Skaarhoj <kasper@typo3.com>
4797 * Added API for custom RTE transformations. Documented in upcoming "TYPO3 Core API".
4799 2004-05-20 Kasper Skaarhoj <kasper@typo3.com>
4801 * Fixed remaining issues with styles in the backend regarding the TCEforms. There has been added additional possibilities of styling forms, now with classes in stylesheets, using $TBE_STYLES to set them up. Documentation of $TBE_STYLES for TCeforms has been updated in TYPo3 Core Api as well.
4803 2004-05-20 Ingmar Schlecht <ingmar@typo3.org>
4805 * Fixed two install tool bugs:
4806 #83: On non open_basedir'ed systems check if IM executables exist before trying to execut them.
4807 #95: Use ini_get() instead of get_cfg_var()
4809 2004-05-19 Kasper Skaarhoj <kasper@typo3.com>
4811 * Fixed stylesheet issues in Extension Manager.
4813 2004-05-19 Kasper Skaarhoj <kasper@typo3.com>
4815 * Finally fixed typo3/show_item.php and typo3/wizard_colorpicker.php scripts for TYPO3 3.6.0 compliance. Now only extensions and some t3lib/ are missing clean-up.
4817 2004-05-18 Kasper Skaarhoj <kasper@typo3.com>
4818 * Added t3lib_cs::specCharsToASCII() for converting special chars (like umlauts) to their double-byte alternatives in ASCII (like au, oe etc...). Function is NOT finished at all, only added so I could use it for the conversion of filenames in simulateStaticDocuments.
4819 * TypoScript charset compatibility extended: tslib_cObj::caseshift(), tslib_cObj::substring(), tslib_cObj::crop() uses functions in t3lib_cs now. Also stdWrap.strftime will automatically convert localized string from locale charset (guessed by t3lib_cs) to renderCharset.
4820 * !!! Website charset is now taken from "forceCharset" by default (if found) and in any case the http-header with text/html and charset is sent UNLESS you disable it with "config.disableCharsetHeader=1". You will probably have to disable this header if you are using TYPO3 for XML feeds or wap-pages.
4821 * Added "config.renderCharset" option: This is the charset of the content while rendered in the frontend engine. If different from "metaCharset" a conversion must happen before output to browser. Both renderCharset and metaCharset takes their default values from TYPO3_CONF_VARS[BE][forceCharset] if found, otherwise they default to "iso-8859-1". Also "metaCharset" takes "renderCharset" as default - and if metaCharset is different from renderCharset a conversion will happen on output.
4823 2004-05-18 Kasper Skaarhoj <kasper@typo3.com>
4825 * Created new function, t3lib_div::fixed_lgd_cs(), which should be used in the backend wherever a string is shortend for visual display. This function will truncate the string according to the backend charset (which should of course be set by forceCharset to a fixed value). This new function has also been substituted numerous places in the source of course (hence all the script updates).
4827 2004-05-17 Kasper Skaarhoj <kasper@typo3.com>
4829 * Moved "install" extension to be a sys extension in sysext/
4831 2004-05-17 Kasper Skaarhoj <kasper@typo3.com>
4833 * Corrected some bugs in t3lib_cs while writing a unit test for it.
4835 2004-05-15 Kasper Skaarhoj <kasper@typo3.com>
4837 * Splitted the Install Tool interface parts out from t3lib_install into the class tx_install (in extension "install"). Only things left are logic to update localconf.php files and manage SQL / Database (for Extension Manager).
4839 2004-05-11 Kasper Skaarhoj <kasper@typo3.com>
4841 * Changed version number to 3.7.0-dev according to newly adopted major.minor.patch version numbering model.
4843 2004-05-11 Kasper Skaarhoj <kasper@typo3.com>
4845 * Merged branch changes from "TYPO3_3-6-0"; Mainly bugfixes by ingmar.
4847 2004-05-11 Kasper Skaarhoj <kasper@typo3.com>
4849 * Rolled back browser detection in matchcondition class.
4851 2004-05-07 Kasper Skaarhoj <kasper@typo3.com>
4853 * Added "relPathprefix" to TEMPLATE cObject and also added support for relative path substitution of references in url() wrappers in <style> tags. This will also fix THAT problem reported for automaketemplate.
4855 2004-04-30 Kasper Skaarhoj <kasper@typo3.com>
4857 * Merged TYPO3_3-6-0 branch changes by robert into HEAD. See 3.6.0 branch change log if you want.
4859 2004-04-27 Kasper Skaarhoj <kasper@typo3.com>
4861 * TAG: "TYPO3_3-6-0RC2", BRANCH "TYPO3_3-6-0"
4863 2004-04-26 Kasper Skaarhoj <kasper@typo3.com>
4865 * Added possibility to prefix references to wizard scripts with "EXT:" for reference to wizard scripts in extension.
4867 2004-04-26 Kasper Skaarhoj <kasper@typo3.com>
4869 * Added prefix to relative file reference in @import style sheet