1 2007-10-21 Thomas Hempel <thomas@typo3-unleashed.net>
3 * Fixed bug: #6531: Function getUpdateJS doesn't work properly (Thanks to Philip Almeida)
4 * Fixed bug: #434: function getUpdateJS produce JS error messages
6 2007-10-20 Martin Kutschker <martin.t.kutschker@blackbox.net>
8 * Fixed bug #6559: Spelling error in Object Browser
10 2007-10-20 Ingmar Schlecht <ingmar@typo3.org>
12 * Fixed bug #5949: BE-Shortcut to Tools->User Admin returns error (Thanks to Oliver Hader)
13 * Fixed bug #6210: UserTSConfig value "options.moduleMenuCollapsable=0" does not work.
14 * Fixed bug #6071: Switch to User does not work from context menu in List Module. (Thanks to Christian Kuhn all patches above!)
15 * Fixed bug #6553: Remove hardcoded strip_tags() from image altText and replacing it with TS stripHtml = 1 (Thanks to Georg Ringer)
16 * Fixed bug: stdWrap for imgMax is not taken into account. (Thanks to Helmut Hummel)
18 2007-10-19 Stanislas Rolland <stanislas.rolland@fructifor.ca>
20 * Fixed bug 6546: Remove htmlArea RTE acronym from Insert-Record object
22 2007-10-18 Ingo Renner <ingo@typo3.org>
24 * Fixed bug 6526: Update prototype and scriptacolous
26 2007-10-17 Stanislas Rolland <stanislas.rolland@fructifor.ca>
28 * Move styleWithCSS setting to the initialization phase of the htmlArea editor
29 * Elminate list of plugins in rtehtmlarea EM configuration
31 2007-10-13 Ingo Renner <ingo@typo3.org>
33 * Fixed bug 6540: add icons and grouping to the content element selector
35 2007-10-17 Michael Stucki <michael@typo3.org>
37 * Fixed bug #6121: Reply-To field in formmails can contain invalid characters if formMailCharset different from site charset (patch by Wolfgang Zenker)
38 * Fixed bug #6533: Wrong naming of version number levels in Extension Manager
40 2007-10-17 Sebastian Kurfuerst <sebastian@typo3.org>
42 * Fixed bug #6202: Company field is missing for table fe_users in "View Item" (Thanks to Christian Kuhn)
44 2007-10-16 Michael Stucki <michael@typo3.org>
46 * Fixed bug #3552: Fatal error during backend edit
47 * Fixed bug #6193: Object copied in t3lib_div::makeInstance()
49 2007-10-16 Thorsten Kahler <thorsten.kahler@dkd.de>
51 * (minor) Fixed bug #6138: Prevent recursive inclusion of external TypoScript files (patch by Martin Ficzel) - Fixed problems in patch from 2007-10-15
53 2007-10-16 Stanislas Rolland <stanislas.rolland@fructifor.ca>
55 * Fixed bug 4183: Incorrect display in htmlArea RTE of utf-8 labels for colors, classes and fonts defined in PageTSConfig
56 * Re-inserting accidently deleted comments in class.tx_rtehtmlarea_base.php.
57 * Fixed bug 4525: In htmlArea RTE, disabling personal dictionaries in UserTSConfig not honored
59 2007-10-15 Stanislas Rolland <stanislas.rolland@fructifor.ca>
61 * Fixed bug 5855: Missing unlink icon in htmlArea RTE
62 * Fixed bug 5839: In htmlArea RTE, paragraph & text dropdown boxes inactive when using @media clause in stylesheet
63 * Fixed bug 6152: AllowClipboard helper offered by htmlArea RTE doesn't work with 2.0.0.x Firefox
64 * Fixed bug 6340: rtehtmlarea not working with "Editforms on page" option
65 * Fixed bug 6152: Nullify default value AllowClipboard helper and use TYPO3-specific Firefox extension
66 * Update version number of rtehtmlarea to 1.6.2dev
68 2007-10-15 Michael Stucki <michael@typo3.org>
70 * (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!
71 * (minor) Fixed bug #6138: Prevent recursive inclusion of external TypoScript files (patch by Martin Ficzel)
72 * (minor) Don't output objects in t3lib_div::debug() - send a plain text info instead
74 2007-10-13 Ingo Renner <ingo@typo3.org>
76 * Fixed bug 6517: Add icons and grouping to the page type selector
78 2007-10-09 Benjamin Mack <mack@xnos.org>
80 * (minor) indexed_search - Added info where additional doc. can be found
82 2007-10-09 Benjamin Mack <mack@xnos.org>
84 * (tweak) No selection for TCEForms groups with max. one option needed
86 2007-10-09 Dmitry Dulepov <dmitry@typo3.org>
88 * Added flag for Galician language
91 2007-10-08 Martin Kutschker <martin.t.kutschker@blackbox.net>
93 * Fixed bug #6420: access key generation wrong with HTML tags in menu titles (TMENU)
94 * Pass on access key of menu items to IProcFunc
96 2007-10-08 Oliver Hader <oh@inpublica.de>
98 * (minor) Fixed bug #6032: Freeing SQL result sets (post patch)
100 2007-10-07 Martin Kutschker <martin.t.kutschker@blackbox.net>
102 * Fixed bug #5911: GIFBUILDER setting quality not honoured
104 2007-10-06 Martin Kutschker <martin.t.kutschker@blackbox.net>
106 * Fixed bug #6462: Wrong default locale charset on Windows
107 * Fixed bug #6032: Freeing SQL result sets
108 * Fixed bug #6252: rteHTMLarea acronyms are not DBAL compatible
109 * Fixed bug #5189: images with uppercase file extension aren't displayed in drag-n-drop listing
111 2007-10-01 Bernhard Kraft <kraftb@kraftb.at>
113 * Bugfix for: Hide empty dynTabs in tceforms (missing array key broke RTE after hidden Tabs)
115 2007-09-28 Oliver Hader <oh@inpublica.de>
117 * (feature) Added feature #6367: Integrate possibility in Element Browser to select all files of a folder (thanks to fotobuch.de AG for sponsoring)
119 2007-09-27 Dmitry Dulepov <dmitry@typo3.org>
121 * Another hanging recordset fixed
122 * Added "@var"s to t3lib_TCEmain to simplify debugging with IDEs
124 2007-09-26 Dmitry Dulepov <dmitry@typo3.org>
126 * JavaScript minification is enabled in FE by default (config.minifyJS=1)
128 2007-09-25 Oliver Hader <oh@inpublica.de>
130 * (tweak) Created new directory for Services_JSON typo3/contrib/json/ and moved file from typo3/contrib/json.php to typo3/contrib/json/json.php
131 * (feature) Added feature #6359: IRRE - Add config of parent record for label_userFunc used on a child record
132 * (minor) Fixed bug: Page TSconfig isn't parsed correctly anymore after cleanup in Trunk
134 2007-09-24 Andreas Otto <andreas.otto@dkd.de>
136 * Fixed bug #1471: Check if exif functions are available before using them.
138 2007-09-24 Dmitry Dulepov <dmitry@typo3.org>
140 * Added JavaScript minification feature (new function t3lib_div::minifyJavaScript)
141 * Added minification of FE javascripts (including default js and onload handlers) if config.minifyJS is enabled
143 2007-09-23 Oliver Hader <oh@inpublica.de>
145 * (minor) Fixed hanging recordset in tslib_cObj
147 2007-09-23 Michael Stucki <michael@typo3.org>
149 * (minor) Fixed hanging recordset in t3lib_BEfunc
151 2007-09-22 Kasper Skaarhoj <kasper2007@typo3.com>
153 * Fixed t3lib_cli that negative numbers (like "-2") is not seen as a parameter
154 * 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.
155 * 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.
156 * Added "limit to languages" to "Admin" accounts (although it will not limit languages but merely decide what statuses you see in the page tree)
157 * List sys_log table entries in cleaner output!
159 2007-09-18 Oliver Hader <oh@inpublica.de>
161 * (minor) Fixed bug #65: Thumbnails in Element Browser are only displayed if fileSuffix is lowercase
163 2007-09-18 Bernhard Kraft <kraftb@kraftb.at>
165 * Hide empty dynTabs in tceforms
167 2007-09-18 Thomas Hempel <thomas@typo3-unleashed.net>
169 * Feature #5690: TCEforms: add inline editing of secondary options (thanks to Martin Ficzel)
171 2007-09-13 Ingo Renner <ingo@typo3.org>
173 * Fixed bug 5701: linkHandler Hook Not Initialized Properly, patch supplied by Jeff Segars
175 2007-09-13 Thomas Hempel <thomas@typo3-unleashed.net>
177 * Feature #4064: Navigation title in tree view
179 2007-09-11 Ingo Renner <ingo@typo3.org>
181 * Added Romanian flag, fixes bug #6000
182 * Added fields "crdate" and "cruser_id" to tt_content
184 2007-09-10 Martin Kutschker <martin.t.kutschker@blackbox.net>
186 * Fix problem with new t3lib_div::trimExplode()
188 2007-09-09 Martin Kutschker <martin.t.kutschker@blackbox.net>
192 2007-09-05 Dmitry Dulepov <dmitry@typo3.org>
194 * Added Galician language to TYPO3
196 2007-09-06 Ingo Renner <ingo@typo3.org>
198 * Release of TYPO3 4.2.0alpha1
200 2007-09-07 Ingmar Schlecht <ingmar@typo3.org>
202 * Bugfix: Highlight root page in pagetree
203 * Added .php6 and .php7 as denied file extensions in config_default.php to be future proof
204 * Fixing uninitialized variables in class.t3lib_tceforms.php and class.tx_cssstyledcontent_pi1.php
206 2007-09-05 Thorsten Kahler <thorsten.kahler@dkd.de>
208 * Fixed bug #4160: Moving content elements in frontent editing mode causes crash
209 * Disable versioning in clickMenu if BE user doesn't have access to the versioning module
211 2007-09-05 Martin Kutschker <martin.t.kutschker@blackbox.net>
213 * Feature #2883: improve t3lib_div::trimExplode()
215 2007-09-05 Dmitry Dulepov <dmitry@typo3.org>
217 * Added Georgian language to TYPO3
219 2007-09-04 Dmitry Dulepov <dmitry@typo3.org>
221 * Added a hook to TCEforms to enable custom evaluations for input fields
223 2007-09-03 Oliver Hader <oh@inpublica.de>
225 * (trivial) Moving t3lib_TCEforms_inline::getJSON() to t3lib_div::array2json()
226 * (feature) Added feature #2830: imgResource doesn't support stdWrap on minW and minH
227 * (minor) Fixed bug #6104: IRRE - IE7: Strange behaviour with hover event of nested Tabs/IRRE-levels with relative positioned HTML elements
228 * (minor) Fixed bug #5906: IRRE - Default values defined in TCA are not used for children (thanks to Joscha Feth and Jeff Segars)
230 2007-08-31 Michael Stucki <michael@typo3.org>
232 * (trivial) Cleanup of NEWS.txt
233 * Add feature #4470: Add new property "search.exactCount" to indexed_search
235 2007-08-30 Ernesto Baschny <ernst@cron-it.de>
237 * (feature) Feature request #6237: Added hook to Web>Page "columns" view, allowing plugins to display "additional info" instead of "CODE:"
239 2007-08-30 Wolfgang Klinger <wk@plan2.net>
241 * (trivial) Extended the Workspace module access check with the User module access check
243 2007-08-28 Kasper Skaarhoj <kasper2007@typo3.com>
245 * Moving in workspaces + collateral
246 - 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!
247 - 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.
248 - Refactored function for moving elements (t3lib_tcemain::moveRecord())
249 - 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.
250 - 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+)
251 - Added more tests for version integrity (centering around moving)
252 - Added checkboxes and an action selector in the Workspace module for batch processing of elements.
253 - Added "flush" command to TCEmain API for versions so versions can be completely deleted and not only released from a workspace.
254 * Improvements as announced in June on the core list
255 - Dual-preview for workspaces are only used now if the checkbox "Frontend Preview" is not checked.
256 - 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)
257 - In the t3lib_cli class, optional parameters to CLI script options are supported (optional parameters are configured with [] brackets)
258 - 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.
259 - 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)
260 - Workspace titles are required to be unique now.
261 - 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).
262 - 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.
263 - 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.
264 - User > Workspace module now has a browser-functionality so only 50 versions are shown at a time and you can browse the list.
265 - Changed label "Draft versions" to "Workspace versions" - some found it more intuitive.
266 - Change in t3lib_refindex so setReferenceValue() can be run without being admin (by special parameter)
267 - 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.
268 - Added fields to indexes on pages, sys_template and pages_language_uid.
269 - 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.
271 2007-08-23 Dmitry Dulepov <dmitry@typo3.org>
273 * Added Albanian language to TYPO3
275 2007-08-23 Dmitry Dulepov <dmitry@typo3.org>
277 * Fixed: hanging recordset in t3lib_BEfunc
279 2007-08-23 Andreas Otto <andreas.otto@dkd.de>
281 * (trivial) Fixed bug #4888: Invalid argument supplied for foreach()
283 2007-08-21 Andreas Otto <andreas.otto@dkd.de>
285 * Feature request #5748: Introduced a new TS option that makes indexing of metatags configurable. Adapted code to make use of the new TS option.
287 2007-08-19 Oliver Hader <oh@inpublica.de>
289 * (trivial) Fixed bug #6170: CSC - File locallang.php used in static template instead of locallang.xml
291 2007-08-15 Wolfgang Klinger <wk@plan2.net>
293 * (trivial) Added is_array checks in extension manager code
295 2007-08-15 Ingo Renner <ingo@typo3org>
297 * did some serious formatting cleanup in typo3/sysext/taskcenter/task/index.php
298 * added @var phpDoc comments to various variables
300 2007-08-11 Michael Stucki <michael@typo3org>
302 * More admin panel fixes:
303 - Hardcode some alignments
304 - Adding empty "summary" attribute to some tables of the admin panel
305 - Removing superfluous table around the config checkboxes of the tsdebug section
306 - Removing superfluous "title" attributes for some images in tslib_content->editPanel()
308 2007-08-10 Michael Stucki <michael@typo3org>
310 * Various improvements to the admin panel:
311 - Lots of alignment definitions. Alignments are now hardcoded to avoid conflicts with stylesheets that contain something like "html, body { text-align: center; }"
312 - Replace all font-tags (deprecated) with valid markup
313 - 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...)
314 - 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)
315 - Lots of code cleanup and consolidation
316 - Fix code display of links that break the website layout if they are too large (links are now splitted after every 100 characters)
317 - For more information and screenshots, see http://lists.netfielders.de/pipermail/typo3-team-core/2007-July/008648.html
319 2007-08-06 Martin Kutschker <martin.t.kutschker@blackbox.net>
321 * Fixed bug #5941: Log reason of failure on DB connect
323 2007-08-06 Ernesto Baschny <ernst@cron-it.de>
325 * Fixed bug #6017: Better transliteration for hebrew (lower-cased latin letters)
327 2007-07-16 Michael Stucki <michael@typo3.org>
329 * Fixed possible XSS in workspace/version modules (requires valid BE login / patch by Christian Kuhn)
330 * Removed possible display of phpinfo() (requires bug in extension to be unveiled)
332 2007-07-16 Oliver Hader <oh@inpublica.de>
334 * Fixed bug #5556: IRRE - RTE in child elements overwrites field in parent element
336 2007-07-16 Martin Kutschker <martin.t.kutschker@blackbox.net>
338 * t3lib_div::getHostname() used $_SERVER instead of t3lib_div::getIndpEnv()
339 * IPmaskList check is triggered in CLI mode (thanks to Tobias Rohrle)
341 2007-07-14 Oliver Hader <oh@inpublica.de>
343 * Fixed bug #5704: IRRE - Children on the table pages get the pid of the parent page in pagetree
344 * Fixed bug #5718: IRRE - Copying a page with related child records leads to duplicates of each children
345 * Fixed bug #5907: RTE-Plugins: Use record specific RTEtsConfigParams
347 2007-07-14 Martin Kutschker <martin.t.kutschker@blackbox.net>
349 * Fixed bug #3834: possible abuse of t3lib_formmail
351 2007-07-13 Oliver Hader <oh@inpublica.de>
353 * Fixed bug #5913: RTEhtmlarea not correctly displayed in IRRE child form-fields and tabs (continuance of bug #5177)
354 * Fixed bug #5948: IRRE - Parent record is not shown after saving the first time to a table on a TYPO3 system
356 2007-07-12 Dmitry Dulepov <dmitry@typo3.org>
358 * TCEForms: allow to create many sections at once
359 * Performance enhancement in t3lib/class.t3lib_extmgm.php in function addToAllTCAtypes
360 * Performance enhancement in t3lib/class.t3lib_div.php in function loadTCA
362 2007-07-11 Oliver Hader <oh@inpublica.de>
364 * Fixed bug #5331: Remove the caption wrap on images if no caption is set (thanks to Georg Ringer)
365 * Fixed bug #5945: Missing right parenthesis in RTEhtmlarea user element module (thanks to Markus Lange)
367 2007-07-07 Oliver Hader <oh@inpublica.de>
369 * Fixed bug #5053: imgNameNotRandom on TMENU/GMENU could break rollover behaviour (thanks to Ralf Hettinger)
370 * Fixed bug #5048: JSMENU produces error if using baseurls (thanks to Jens Koester)
372 2007-07-07 Wolfgang Klinger <wk@plan2.net>
374 * Changed back references \1 to ${1} in regular expressions in tslib_fe where necessary
376 2007-07-07 Michael Stucki <michael@typo3.org>
378 * 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.)
380 2007-07-06 Wolfgang Klinger <wk@plan2.net>
382 * Implemented feature request #1919: TCAdefaults setting in page TS
384 2007-07-06 Michael Stucki <michael@typo3.org>
386 * Fix in indexed search: List of indexed pages could be broken if mutli-byte chars are cut in the middle (patch by Karsten Dambekalns)
387 * Make field selection work in browse_links.php popup (patch by Christian Jul Jensen)
388 * Fixed bug #5094: Record alt_label was not processed (patch by Volker Graubaum and Thomas Hempel)
389 * Added feature #5588: Add "linkAccessRestrictedPages" property to typolink function (patch by Franz Holzinger)
391 2007-07-02 Oliver Hader <oh@inpublica.de>
393 * Fixed bug #4623: Content encoding with x-gzip not possible in IE7
394 * Fixed bug #5789: JS error in new content element wizard with a single item
396 2007-06-25 Dmitry Dulepov <dmitry@typo3.org>
398 * Added $GLOBALS['TYPO3_DB']->sql_free_result() to TCEmain::rawCopyPageContent() to avoid resource waste
400 2007-06-13 Andreas Otto <andreas.otto@dkd.de>
402 * 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.
404 2007-06-13 Oliver Hader <oh@inpublica.de>
406 * Fixed bug #5778: Missleading comment in TCEmain::copyRecord_procBasedOnFieldType()
408 2007-06-08 Oliver Hader <oh@inpublica.de>
410 * Fixed bug #5755: XCLASS inclusion part for class.t3lib_tceforms_inline.php is missing
412 2007-06-05 Oliver Hader <oh@inpublica.de>
414 * Fixed bug #4226: New content elements wizard removes CE from array if tt_content_defValues property is zero
416 2007-05-25 Oliver Hader <oh@inpublica.de>
418 * Fixed bug #5655: TYPO3 back-end was blocked on new installations because of a bug in RFCs #1642/#4886
420 2007-05-23 Oliver Hader <oh@inpublica.de>
422 * Fixed bug #5564: IRRE - foreign_selector/foreign_unique on click issue
424 2007-05-21 Dmitry Dulepov <dmitry@typo3.org>
426 * Fixed bug #5550: 'lower' TCA specification may fail with non-ascii characters
427 * Added $GLOBALS['TYPO3_DB']->sql_free_result() to TCEmain::recordInfo() to avoid resource waste
429 2007-05-18 Martin Kutschker <martin.t.kutschker@blackbox.net>
431 * Fixed bug #5645: Missing Slovenian flag
432 * Fixed bug #5628: Missing Slovak flag
433 * Fixed bug #5578: config setting SYS[requestURIvar] doesn't work
434 * Fixed bug #4509/3925: jsfunc.validateform.js does not verify checkbox fields (thanks to Jascha Schubert and Eicke Godehardt)
436 2007-05-18 Andreas Otto <andreas.otto@dkd.de>
438 * 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.
440 2007-05-12 Oliver Hader <oh@inpublica.de>
442 * Fixed bug #5074: IRRE - Hook processDatamap_afterDatabaseOperations executed early
444 2007-05-11 Ingo Renner <typo3@ingo-renner.com>
446 * Fixed bug #5047: MP3 icon is missing
448 2007-05-10 Thorsten Kahler <thorsten.kahler@dkd.de>
450 * Fixed bug #209: require field URL in page-type "External URL"
452 2007-05-09 Ingo Renner <typo3@ingo-renner.com>
454 * Fixed bugs 1642 and 4886: when installing an extension with new BE modules, the modules do not appear
456 2007-05-09 Andreas Otto <andreas.otto@dkd.de>
458 * Fixed bug #2052: Color picker does not work properly in flex forms. Thanks to David Bruehlmeier for providing a patch and a testcase.
460 2007-05-04 Ingo Renner <typo3@ingo-renner.com>
462 * Added swedish and latvian flags to media/flags folder
464 2007-05-04 Dmitry Dulepov <dmitry@typo3.org>
466 * Updated compatibility version for t3skin
468 2007-05-03 Ingo Renner <typo3@ingo-renner.com>
470 * Fixed bug #5310: Missing Swedish flag
472 2007-05-02 Ingo Renner <typo3@ingo-renner.com>
474 * Fixed bug #584: Changing language in user setup do not reload left frame (menu).
476 2007-05-02 Dmitry Dulepov <dmitry@typo3.org>
478 * Fixed: IRRE does not work with workspaces (fix only for CSV & foreign field cases)
479 * Fixed: isses with previous fix discovered my Michael Stucki
481 2007-05-01 Martin Kutschker <martin.t.kutschker@blackbox.net>
483 * Fixed bug #2515: jsfunc.validateform.js does not verify password fields (thanks to Joerg Wagner)
484 * Fixed bug #5158: log failed mailings of t3lib_div::plainMailEncoded()
486 2007-04-30 Michael Stucki <michael@typo3.org>
488 * Improve the check for session support in Install Tool (see #1474). Thanks to Martin Kutschker!
490 2007-04-30 Oliver Hader <oh@inpublica.de>
492 * Fixed feature request #5424: Menu cache expire time should be configurable
494 2007-04-28 Ernesto Baschny <ernst@cron-it.de>
496 * Fixed bug #4957: CSV export stop exporting a field when there is a linebreak. Thanks for Oliver Klee for the idea and solution.
497 * !!! t3lib_div::cvsValues() now exports like RFC 4180 (embedded line-breaks allowed)
499 2007-04-28 Andreas Otto <andreas.otto@dkd.de>
501 * 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.
503 2007-04-28 Ingo Renner <typo3@ingo-renner.com>
505 * Fixed bug #1290: TCEFORM.table.field.linkTitleToSelf-Option could be confusing
506 * !!! Removed option ->TCEFORM_confObj:linkTitleToSelf.returnUrl = 1 as it seemed unlogical not to use it
507 * 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
508 * Added a link to typo3.org/community and a list of the authors from installed extensions to the the about page (Help->About)
509 * Fixed bug #2516: Constants and Setup are switched in select field in TS object browser
511 2007-04-28 Michael Stucki <michael@typo3.org>
513 * Fixed bug in class.em_terconnection.php: Need to base64_encode upload data for some NuSOAP implementations (patch by Karsten Dambekalns)
514 * Fixed bug #1474: Check if session_support is enabled in PHP or output a warning message in the Install Tool (patch by Ingo Schmitt)
516 2007-04-28 Oliver Hader <oh@inpublica.de>
518 * Fixed bug #5519: EM - Some input fields don't have real labels yet (patch by Oliver Klee)
520 2007-04-27 Martin Kutschker <martin.t.kutschker@blackbox.net>
522 * Change default date formatting of CE header to be localized (needs compat version of 4.2)
523 * Add "address" to the list of allowed tags of parseFuncs (needs compat version of 4.2)
524 * Fixed bug #5522: 1-2-3 wizard does not accept host name with socket option
526 2007-04-27 Michael Stucki <michael@typo3.org>
528 * Move type conversion of $TYPO3_CONF_VARS['FE']['pageNotFound_handling']='true' (string) into t3lib/config_default.php
529 * Add new function t3lib_div::rmdir() to remove directories recursively
530 * Modify filelist module to make use of the t3lib_div::rmdir()
531 * Modify internal_clearPageCache() in t3lib_tcemain and make use of t3lib_div::rmdir() as well
532 * Various enhancements to the TS object browser and TS analyzer:
533 - Add spaces left and right of the "=" mark in the object browser overview
534 - Set new default values: Check several fields, e.g. "block mode", "syntax highlighting", etc. by default
535 - Define default values properly in each class instead of setting them globally
536 - Use the TSparser and display comments nicely in the object browser
537 - 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...
539 2007-04-27 Ingo Renner <typo3@ingo-renner.com>
541 * 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
543 2007-04-18 Dmitry Dulepov <dmitry@typo3.org>
545 * Fixed bug #1893: Broken Rootline when a Editor view a Page that is not online
546 * Changed loop variable name in TCEMain because it could corrupt information passed to post-processing hook
547 * Fixed workspace publishing error that may happen when "Element" versioning type is used
549 2007-04-19 Thomas Hempel <thomas@work.de>
551 * Implemented feature request #3894: Open module on startup
553 2007-04-18 Ernesto Baschny <ernst@cron-it.de>
555 * Fixed bug #3729: Roll-over (RO) on a GMENU in IE didn't work with xhtml_strict
557 2007-04-18 Dmitry Dulepov <dmitry@typo3.org>
559 * Fixed: t3lib_BEfunc::getRecord() did not free recordset. This can cause memory leaks if persistent mysql connections are used
561 2007-04-14 Dmitry Dulepov <dmitry@typo3.org>
563 * Workspaces: added class.wslib_gui.php to allow using WS GUI from extensions
564 * Fixed HTML syntax errors with some old html files
566 2007-04-05 Martin Kutschker <martin.t.kutschker@blackbox.net>
568 * Renamed Typoscript condition julianday to dayofyear (see change from 2007-04-03)
569 * Made debug logging of user-supplied SQL queries possible in t3lib_db.
571 2007-04-04 Andreas Otto <andreas.otto@dkd.de>
573 * Fix bug #5411: A directory handle was not correctly used.
575 2007-04-03 Andreas Otto <andreas.otto@dkd.de>
577 * Implemented feature request #4914: Adding to new conditions (year and julianday) to class.t3lib_matchcondition.php.
579 2007-04-03 Dmitry Dulepov <dmitry@typo3.org>
581 * Workspaces: added configurable synchronous stage change and publishing
583 2007-04-02 Michael Stucki <michael@typo3.org>
585 * 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.
587 2007-04-02 Dmitry Dulepov <dmitry@typo3.org>
589 * Fixed bug #4447: "Clear FE cache" doesn't clear "typo3temp/cache_pages" directory
591 2007-03-30 Oliver Hader <oh@inpublica.de>
593 * Fixed bug #5248: IRRE - Element browser cannot be used on new child records of a new parent record
595 2007-03-30 Franz Holzinger <kontakt@fholzinger.com>
597 * Fixed bug #4725: EM: Include older versions when fetching data using searchExtensionsXML()
599 2007-03-28 Oliver Hader <oh@inpublica.de>
601 * Fixed bug #5288: Missing parameter in recursion of t3lib_div::array_merge_recursive_overrule (thanks to Simon Tuck)
602 * Fixed bug #5177: RTEhtmlarea not correctly displayed in IRRE child form-fields and tabs
604 2007-03-28 Ingmar Schlecht <ingmar@typo3.org>
606 * Adding page tree backwards compatibility for JavaScript function hilight_row() to tree.js (by Benjamin Mack)
608 2007-03-28 Patrick Broens <patrick@patrickbroens.nl>
610 * Fixed bug #5266: WamCom browser check in htmlarea.js conflicted with Firefox 2.0.0.3
612 2007-03-28 Ernesto Baschny <ernst@cron-it.de>
614 * Added +stdWrap for the .src parameter of "FRAME"
616 2007-03-27 Dmitry Dulepov <dmitry@typo3.org>
618 * Added hook to class.t3lib_userauthgroup.php, function recordEditAccessInternals
620 2007-03-23 Dmitry Dulepov <dmitry@typo3.org>
622 * Fixed bug #5269: wsol_preview.php does not scroll to content element
623 * Fixed bug #4953: Preview in Workspaces Module for content elements
625 2007-03-22 Karsten Dambekalns <karsten@typo3.org>
627 * typo3/sysext/adodb: Update to upstream version 4.94.
629 2007-03-12 Michael Stucki <michael@typo3.org>
631 * Change copyright information in typo3/index.php (no real change, just replace the hardcoded years with the "TYPO3_copyright_year" constant)
633 2007-03-12 Martin Kutschker <martin.t.kutschker@blackbox.net>
635 * Replace all TINYTEXT columns with VARCHAR(255)
636 * Change index "parent" of fe_user to (pid,username) and drop the index "pid"
637 * Quote table names in admin_get_XXX() functions of t3lib_db
639 2007-03-06 Michael Stucki <michael@typo3.org>
641 * Release of TYPO3 4.1 / create branch "TYPO3_4-1" for 4.1.x development
643 2007-03-06 Ingmar Schlecht <ingmar@typo3.org>
645 * Setting default value of pageNotFoundOnCHashError back to "false" (= reverting Stucki's patch) as some extensions had problems with the new default value
647 2007-03-05 Michael Stucki <michael@typo3.org>
649 * New login image (if no skin is used) by Ture Andersen
650 * Added a warning for admins if typo3conf/ENABLE_INSTALL_TOOL exists (which means that the Install Tool is currently enabled)
651 * Changed layout of admin warnings (use <li> instead of plain breaks)
652 * Fixed bug #5125: Typo in SQL definition of sys_history
654 2007-03-04 Oliver Hader <oh@inpublica.de>
656 * Fixed bug: #5098: IRRE - foreign_unique without foreign_selector doesn't work
658 2007-03-01 Oliver Hader <oh@inpublica.de>
660 * Fixed bug: #5069: TSconfig mod.web_list.allowedNewTables used in t3lib_TCEforms_inline
661 * Fixed bug: #5092: Typo in Who is online (thanks to Matthias Kall)
663 2007-03-01 Karsten Dambekalns <karsten@typo3.org>
665 * typo3/sysext/indexed_search: DBAL compliancy patch
667 2007-02-28 Ingmar Schlecht <ingmar@typo3.org>
669 * New login image for t3skin by Ture Andersen
671 2007-02-27 Oliver Hader <oh@inpublica.de>
673 * Fixed bug: #5052: Form action URL is not htmlspecialchared (patch by Michael Stucki)
674 * Fixed bug: #5072: Web>Info>Log - ID of BE user is displayed instead of its username
675 * Fixed bug: #5073: Tools>User Admin>List users online is broken
677 2007-02-27 Martin Kutschker <martin.t.kutschker@blackbox.net>
679 * Fixed bug #3666: permissions of versioned pages are not changed in draft workspace (patch by Andreas Wolf)
680 * Added rootline cache to speed up tree renderings in the BE
682 2007-02-27 Ingo Renner <typo3@ingo-renner.com>
684 * Fixed bug: Cannot return from Quickedit mode
686 2007-02-26 Dmitry Dulepov <dmitry@typo3.org>
688 * Better fix for bug #5032: [LocalLang: 0?]DEF is sometimes displayed for content elements
690 2007-02-25 Oliver Hader <oh@inpublica.de>
692 * Fixed bug #5055: SQL problem with reviewstate in EM (thanks to Franz-Xaver Koch)
693 * Fixed bug: List all fe_groups in page icon tooltip (patch by Michael Stucki)
695 2007-02-24 Ernesto Baschny <ernst@cron-it.de>
697 * Fix for bug fix #2677: Highlighting of current page in workspaces was not de-highlighting previous one
699 2007-02-21 Ingmar Schlecht <ingmar@typo3.org>
701 * Release of TYPO3 4.1RC2
703 2007-02-21 Michael Stucki <michael@typo3.org>
705 * Security fix: Email injection vulnerability in t3lib_formmail (reported and fixed by Andreas Otto and Thorsten Kahler)
707 2007-02-20 Michael Stucki <michael@typo3.org>
709 * Fixed bug in EM: Insecure extensions were still displayed (patch by Karsten Dambekalns)
710 * Fixed a typo in class.em_xmlhandler.php
711 * Fixed a typo in typo3/sysext/install/mod/class.tx_install.php
712 * Changed another bug in the EM: Last update of extensions.xml.gz was not displayed
713 * Fixed bug #4951: SQL error when editing BE User
714 * 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)
715 * Various changes to t3skin (by Thomas Murphy):
716 - folder icon got more contrast
717 - navtree: darker color for hover & active states
718 - font-weight: bold; for active state
720 2007-02-20 Oliver Hader <oh@inpublica.de>
722 * Fixed bug #4202: be_groups - fields restricted by a low maxitems value
723 * Fixed bug #4873: EM - Warning on uploading extension to TER (unserialize)
724 * Fixed bugs #3655 and #4701: No wrappers for certain events (patch by Martin Kutschker)
725 * Fixed bug: IRRE - Related child records are not updated when copying to a different page
727 2007-02-20 Ingmar Schlecht <ingmar@typo3.org>
729 * Fixed bug #4993: IE 5.5 and Konqueror compatibility for AJAX navtree
731 2007-02-20 Dmitry Dulepov <dmitry@typo3.org>
733 * Fixed bug #5032: [LocalLang: 0?]DEF is sometimes displayed for content elements
735 2007-02-19 Ingmar Schlecht <ingmar@typo3.org>
737 * 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)
738 * Fixed bug #4993: AJAX navtree does not expand in Konqueror (fixed by Benjamin Mack)
740 2007-02-16 Martin Kutschker <martin.t.kutschker@blackbox.net>
742 * Fixed bug #4207: User>Workspaces shows users pages they have no access to
744 2007-02-16 Karsten Dambekalns <karsten@typo3.org>
746 * Fixed bug #4822: EM shows remote extensions as on this server only
748 2007-02-16 Michael Stucki <michael@typo3.org>
750 * Fixed bug #4973: Check if array is empty before looping over it (thanks to Thomas Oppelt)
751 * Fixed bug #2677: Highlighting of current page in workspace (fixed by Martin Kutschker and Benjamin Mack)
753 2007-02-16 Dmitry Dulepov <dmitry@typo3.org>
755 * Fixed bug #4962: .htaccess in sysext fails in some Apache configurations
757 2007-02-15 Michael Stucki <michael@typo3.org>
759 * Reverted fix for bug #4689 (closes #4987): Fix seems to cause problems, reinvestiation is needed
761 2007-02-15 Martin Kutschker <martin.t.kutschker@blackbox.net>
763 * Fix bug #4947: SQL error with DBAL/PostgreSQL when listing or looking up reviewed extensions
765 2007-02-15 Thorsten Kahler <thorsten.kahler@dkd.de>
767 * Fix: Display description of options in install tool correctly
769 2007-02-14 Bernhard Kraft <kraftb@kraftb.at>
771 * Added hook: New hook in t3lib_tceforms in method getSingleField allowing modification of single field rendering and adding buttons to alt_doc.php
773 2007-02-14 Rupert Germann <rupi@gmx.li>
775 * Fix: Excluded the adminPanel GETvars from t3lib_div::cHashParams to prevent a cHash mismatch
777 2007-02-11 Thomas Hempel <thomas@work.de>
779 * Fix bug #4943: Redundant comma in label_alt_force
781 2007-02-11 Martin Kutschker <martin.t.kutschker@blackbox.net>
783 * Fix bug #4423: BE search doesn't work with UTF-8 chars (thanks to John Angel)
785 2007-02-07 Michael Stucki <michael@typo3.org>
787 * Release of TYPO3 4.1RC1
788 * 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)
789 * Added feature #4476: Allow limitation of config.linkVars
790 * Fixed bug #4917: Wrong links inside mounted page with overlay (thanks to Melanie Meyer / Franz Ripfel)
792 2007-02-06 Oliver Hader <oh@inpublica.de>
794 * Fixed bug #3985: Wrong substitution for spamProtectEmailAddresses_atSubst/spamProtectEmailAddresses_lastDotSubst
796 2007-02-06 Martin Kutschker <martin.t.kutschker@blackbox.net>
798 * Fixed bug #4742: link to user on User Admin page is following to wrong URL
800 2007-02-06 Michael Stucki <michael@typo3.org>
802 * Added feature #4592: Keep indexed_search tables consistent when deleting/hiding pages (Thanks to Michael Fritz)
803 * Fixed bug #4666: Use TYPO3 settings when formatting dates
804 * Fixed bug #4581: Duplicate entry on cache_pagesection on reloading twice. See bugtracker entry for details about this change.
805 * Added feature #4536: Add new property "additionalParams" to GMENU items / Cleanup in tslib_menu
806 * Fixed bug #3069 again: Ignore version check if no requirements are specified
807 * indexed_search: Turn off maxAge setting as this "feature" seems to make no sense at all
808 * Fixed bug #4689: Error in t3lib_tcemain while entering a number like 50 or 50.00 into a double2 field
809 * Fixed bug #3544: RTE-config in PageTS-config not loaded when in draft-workspace
811 2007-02-05 Ingmar Schlecht <ingmar@typo3.org>
813 * Lots of <label> tags added to checkbox labels throughout the core (Thanks to Ingo Renner for this big patch!)
815 2007-02-05 Oliver Hader <oh@inpublica.de>
817 * Bugfix for TSconfig overriding TCA field configuration
818 * Fixed bug #4758: Page with doktype 3 (external URL) and e-mail as URL could be shown directly
820 2007-02-04 Martin Kutschker <martin.t.kutschker@blackbox.net>
822 * Added icon to edit record of page overlay for a translated page
824 2007-02-04 Michael Stucki <michael@typo3.org>
826 * Extended db_mountpoint and file_mountpoint fields into to 255 bytes size
827 * 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)
828 * Changed t3lib_basicFileFunctions to use filemtime() instead of filectime()
829 * Fixed bug #4526: Add td-<number> to last table elements in CSS styled content (thanks to Dimitriy Simakov)
830 * !!! Enable $TYPO3_CONF_VARS[FE][pageNotFoundOnCHashError] by default. This should usually do no harm at all as long as the encryptionKey is not changed.
831 * Trigger a warning if the PHP setting "post_max_size" is lower than "max_upload_size"
833 2007-02-04 Oliver Hader <oh@inpublica.de>
835 * Features & bugfixes for Inline Relational Record Editing (IRRE)
836 - Feature: hide new record link by appearance property
837 - Feature #4838: enabled element browser to be used as selector
838 - Bugfix #4839: use "size" parameter of parent table for record selector
839 - Bugfix: changed handling of required fields on nested child records
841 2007-02-04 Ingmar Schlecht <ingmar@typo3.org>
843 * Instant collapsing for pagetree: The pagetree now doesn't wait for the AJAX response any more when collapsing
844 * Fixed bug #4817: Clickmenu shows up at the wrong place (Thanks to Benjamin Mack for the patches)
846 2007-02-03 Oliver Hader <oh@inpublica.de>
848 * Fixed feature request: TCEforms/IRRE - Allow TSconfig to override TCA field configuration
850 2007-02-02 Martin Kutschker <martin.t.kutschker@blackbox.net>
852 * 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)
854 2007-01-30 Martin Kutschker <martin.t.kutschker@blackbox.net>
856 * Fixing oddities in recursive stdWraps (bugs #4312 and #4871)
857 * Fix bug #4678: t3lib_div::array2xml() may crash with PHP 5.2.0
858 * Fix bug #3648: ease use of tslib_cObj::getTreeList()
859 * Added SYS[requestURIvar] to get original value of REQUEST_URI (needed by some URL writers for IIS)
861 2007-01-30 Dmitry Dulepov <dmitry@typo3.org>
863 * Fixed never disappearing proposal to update database structure in Install>Database>COMPARE
865 2007-01-29 Dmitry Dulepov <dmitry@typo3.org>
867 * !!! Changed MySQL engine type for several database tables to InnoDB
868 * Added several new indexes
870 2007-01-28 Martin Kutschker <martin.t.kutschker@blackbox.net>
872 * Added "html { height: 100% }" to stylesheet to make RTE wizard (rteHTMLarea) work in IE7
873 * Remove checks for PHP version earlier than 4.3
875 2007-01-24 Dmitry Dulepov <dmitry@typo3.org>
877 * Added "useCDATA" to a list of t3lib_div::array2xml() options to produce CDATA instead of entities
879 2007-01-26 Oliver Hader <oh@inpublica.de>
881 * Fixed bug #4814: Umlauts error in AJAX Pagetree
882 * Updated prototype.js to version 1.5.0
883 * Updated script.aculo.us to version 1.7.0
884 * Created new directory for external contributions typo3/contrib/ and moved files:
885 - typo3/prototype.js -> typo3/contrib/prototype/prototype.js
886 - typo3/scriptaculous/* -> typo3/contrib/scriptaculous/*
887 - typo3/json.php -> typo3/contrib/json.php
888 * Changed paths to typo3/contrib in affected core files
890 2007-01-25 Ingmar Schlecht <ingmar@typo3.org>
892 * Added backwards compatibility to pagetree for non AJAX-capable browsers (by Benjamin Mack)
894 2007-01-24 Michael Stucki <michael@typo3.org>
896 * 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.
897 * !!! 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.
898 * Removed access for 192.168.0.0/255.255.0.0 in misc/phpcheck/incfile.php
900 2007-01-24 Dmitry Dulepov <dmitry@typo3.org>
902 * Fixed bug #4846: EM: inconsistent line ending
904 2007-01-24 Oliver Hader <oh@inpublica.de>
906 * Fixed bug #4820: IRRE - Wrong character encoding in AJAX response
907 * Fixed feature request #4790: typolink.addQueryString - enable usage of merged POST and GET data
908 * Fixed bug #4824: typo3 not defined in jsfunc.tbe_editor.js
909 * Fixed bug #4809: require() in class.t3lib_tceforms_inline.php fails
910 * Fixed feature request #4780: TypoScript - add stdWrap to TMENU/GMENU
911 * Fixed bug #4827: Call to undefined method t3lib_BEfunc::getrecordtitleprep()
913 2007-01-23 Ingmar Schlecht <ingmar@typo3.org>
915 * Bugfix to mm-relation handling: writeMM() tried to set the "tablenames" field even for simple two-table relationships which then failed
917 2007-01-23 Michael Stucki <michael@typo3.org>
919 * Slightly changed the check for IE browsers in t3lib_div::clientInfo()
920 * !!! Removed function "netPrintApplication_offsiteLinkWrap" and TypoScript property "netprintApplicationLink" for IMGTEXT elements which were only used by one extension which is obsolete meanwhile...
921 * Fixed bug #4830: Right click in CM did not work anymore (thanks to Benjamin Mack)
922 * Fixed bug #4643: File Upload did not recognize BE-User option "defaultFileUploads" (thanks to Benjamin Mack)
924 2007-01-20 Michael Stucki <michael@typo3.org>
926 * Release of TYPO3 4.1beta3
927 * Update copyright information (just the year, of course) in t3lib/config_default.php
929 2007-01-19 Ingmar Schlecht <ingmar@typo3.org>
931 * AJAX pagetree and filetree by Benjamin Mack <bmack@xnos.org>! (Thanks also to Franz Holzinger and Stefan Regniet for their help)
932 * 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.
934 2007-01-19 Andreas Otto <andreas.otto@dkd.de>
936 * 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".
938 2007-01-19 Dmitry Dulepov <dmitry@typo3.org>
940 * !!! 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
942 2007-01-19 Michael Stucki <michael@typo3.org>
944 * Reverting patch for bug #4581 which was committed by mistake. The solution works well, but it depends on 4.3.0 currently...
946 2007-01-18 Martin Kutschker <martin.t.kutschker@blackbox.net>
948 * Added PATH_typo3 to index_ts.php (see related change on 2006-10-29)
950 2007-01-09 Ingmar Schlecht <ingmar@typo3.org>
952 * Alphabetically sorted TS tree in TS Object Browser (Thanks to Ingo Renner)
954 2007-01-09 Sebastian Kurfuerst <sebastian@typo3.org> (Thanks to Oliver Hader)
956 * rewrote TBE_EDITOR Javascript functions to use JS "objects" and outsourced them to an external file
957 * !!! Removed the variables TBE_EDITOR_isChanged and TBE_EDITOR_loadTime in TBE_EDITOR javascript
958 * change in getRecordTitle: a too long title is wrapped in a <span title="..."> tag to show a tooltip
960 2007-01-03 Thorsten Kahler <thorsten.kahler@dkd.de>
962 * Fixed bug #931: Typolink to a page with certain type doesn't work if type is zero
964 2007-01-03 Dmitry Dulepov <dmitry@typo3.org>
966 * Fixed bugs #3254, #3872, #4345: hide workspace selector if (1) no access to workspace module, or (2) only one workspace is available to user
967 * Fixed: publishing many records may cause PHP timeout and leave workspace in half-published state
968 * Fixed bug #4006: Load $GLOBALS['TSFE'] with image dimensions when IMG_RESOURCE is used (feature request!)
970 2006-12-27 Dmitry Dulepov <dmitry@typo3.org>
972 * Removed garbage characters in typo3/init.php
974 2006-12-21 Dmitry Dulepov <dmitry@typo3.org>
976 * List module did not use BACK_PATH in many calls to TYPO3 functions, which made imposible to reuse List module classes in extensions
978 2006-12-20 Michael Stucki <michael@typo3.org>
980 * Release of TYPO3 4.1beta2
982 2006-12-20 Peter Niederlag <peter@niederlag.de>
984 * Fixing important security issue in rtehtmlarea
986 2006-12-19 Ingmar Schlecht <ingmar@typo3.org>
988 * Some more IRRE bugfixes by Oliver concerning RTE and alt_doc.php
990 2006-12-14 Ingmar Schlecht <ingmar@typo3.org>
992 * Committed a bunch of bugfixes and new features related to IRRE (Thanks to Oliver Hader!):
993 - Automatic sorting by a "sortby" field (e.g. the title)
994 - The possibility to have relations from different parent pages to a child table
995 - Expanded/collapsed states are saved in uc now
996 - Bugfixes to #4616 and #4617 concerning IRRE relation to the same table
997 - Bugfix for using RTEs in IRRE records (works even inside of nested tabs now)
999 2006-12-13 Martin Kutschker <martin.t.kutschker@blackbox.net>
1001 * More localization of User>Workspaces (thanks to Marc Wöhlken)
1003 2006-12-14 Kasper Skaarhoj
1005 * Modified t3lib_div::makeInstance() to require filenames in lowercase
1006 * Added some fields ("languageField", "transOrigPointerField", "type", "header") as default "shadowColumnsForNewPlaceholders" fields (tcemain "localize" command related)
1007 * Fixed Safari context menu bug
1009 2006-12-13 Martin Kutschker <martin.t.kutschker@blackbox.net>
1011 * Improved t3lib_BEfunc::getRecordRaw() (error checking, freeing result set)
1012 * Added a few addtional entries for special characters to the ASCII transliteration table
1013 * Localized User>Workspaces (thanks to Andreas Wolf)
1014 * Fix bug #2935: invalid HTML in Web>Versioning (quotes)
1016 2006-12-12 Martin Kutschker <martin.t.kutschker@blackbox.net>
1018 * Made cli_dispatch.phpsh work when called as "php cli_dispatch.phpsh" and protect from being called on a non CLI
1019 * Make TYPO3 log page paths in UTF-8 if config.stat_apache_niceTitle = utf-8
1021 2006-12-12 Karsten Dambekalns <karsten@typo3.org>
1023 * The EM now stores the list of extensions from TER in the database, see http://bugs.typo3.org/view.php?id=2615
1025 2006-12-12 Ingmar Schlecht <ingmar@typo3.org>
1027 * 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.)
1029 2006-12-11 Martin Kutschker <martin.t.kutschker@blackbox.net>
1031 * Add page tree update to publish button of module Web>Versioning
1032 * Added "new record" icon to table listing in module Web>Page
1034 2006-12-07 Franz Holzinger <kontakt@fholzinger.com>
1036 * Fix bug #4555: double posts in tt_board did not get detected because of unintended conversion into a negative integer
1038 2006-12-07 Ingmar Schlecht <ingmar@typo3.org>
1040 * 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.
1041 * Disabled wordIndexing() function of t3lib_refindex
1043 2006-12-05 Michael Stucki <michael@typo3.org>
1045 * Updated font-copyright information in t3lib/fonts/readme.txt - many thanks to Christian Welzel for taking care of this!
1046 * 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.
1047 * Security enhancement: Refuse BE logins of usernames starting with "_CLI_" (they are only used by real CLI scripts)
1049 2006-11-21 Martin Kutschker <martin.t.kutschker@blackbox.net>
1051 * Allow strftime-syntax for config.stat_apache_logfile (Thanks to Francois Suter and Michael Stucki).
1052 * Enhanced message for recordset warning (see change at 2006-12-02) and removed serializing of objects in the backtrace (devlog).
1054 2006-12-03 Ingmar Schlecht <ingmar@typo3.org>
1056 * Use <label> tags in tceforms where appropriate to enhance usability (Thanks to Ingo Renner for writing the patch!)
1057 * Increase length for titles of be_users, be_groups, and fe_groups (Thanks to Ingo Renner for writing the patch!)
1059 2006-12-02 Dmitry Dulepov <dmitry@typo3.org>
1061 * t3lib_db: added calls to t3lib_div::sysLog() and t3lib_div::devLog() if recordset is not valid
1063 2006-12-01 Kasper Skaarhoj <kasper2006@typo3.com>
1065 * Additions to FlexFormTools
1066 * Improved localization in tcemain
1067 * Changed pages_languages_overlay to NOT be hidden by default
1068 * Introduced REDIRECT: prefix to pageNotFound_handling (for backwards compatibility since someone changed to read the file instead of redirecting).
1069 * Added "linkHandler" hook for typolink. TSref is updated.
1070 * Modified Web > Info > Localization tools to not show details.
1071 * Removed redundant directory, clmods.
1073 2006-11-28 Kasper Skaarhoj <kasper2006@typo3.com>
1075 * 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
1076 * Added new class, "class.t3lib_transl8tools.php" with general stuff for working with languages and translation. More to come...
1077 * Added the t3lib_div::view_array() will also display a string input
1078 * 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.
1080 2006-11-26 Michael Stucki <michael@typo3.org>
1082 * Fixed bug #4556: PHP4 compatibility issues
1084 2006-11-24 Michael Stucki <michael@typo3.org>
1086 * Release of TYPO3 4.1beta1
1088 2006-11-21 Martin Kutschker <martin.t.kutschker@blackbox.net>
1090 * New Feature: List users online (aka who is online) for BE users in Tools > User Manager
1091 * New Feature: Allow UTF-8 file names (to enable set BE[forceCharset]='utf-8' and SYS[UTF8filesystem]=1)
1093 2006-11-23 Ingmar Schlecht <ingmar@typo3.org>
1095 * 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!
1097 2006-11-21 Martin Kutschker <martin.t.kutschker@blackbox.net>
1099 * Fix a problem with PHP4 and UTF-8 byte order marks (BOM) in t3lib_div::xml2array()
1101 2006-11-17 Michael Stucki <michael@typo3.org>
1103 * Fixed bug #4059: options.hideRecords.pages doesn't work for mounted pages - Thanks to Marc Bastian Heinrichs for providing a fix!
1104 * Fixed bug #4379: pageNotFound_handling ignores forceCharset setting
1105 * Fixed bug #3115: JavaScript error on clickmenu in filelist module
1106 * 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!
1108 2006-11-17 Martin Kutschker <martin.t.kutschker@blackbox.net>
1110 * Indexed Search: Added stdWrap around the search word in the output (tx_indexedsearch_pi[whatis]): tx_indexedsearch_pi.whatis_stdWrap
1111 * Indexed Search: Removed superfluos <P> tag around search word
1113 2006-11-16 Martin Kutschker <martin.t.kutschker@blackbox.net>
1115 * Indexed Search: Added freeIndexSetId GROUP BY in tx_indexedsearch->execFinalQuery() to make SELECT work on DBs other than Mysql
1116 * Add an index prefix to Mysql key definitions when (var)chars are changed to text when multiplyDBfieldSize is set
1117 * Reverted change to key of sys_refindex on 2006-09-01 (key prefix is set now automatically)
1119 2006-11-13 Bernhard Kraft <kraftb@kraftb.at>
1121 * 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.
1123 2006-11-08 Dmitry Dulepov <dmitry@typo3.org>
1125 * Enable creation of compact flexforms
1127 2006-11-07 Michael Stucki <michael@typo3.org>
1129 * Fixed bug #4348: Wrong time format in syslog output
1131 2006-11-06 Michael Stucki <michael@typo3.org>
1133 * Fix bug #3495: Endless recursion with some MySQL versions
1135 2006-11-03 Michael Stucki <michael@typo3.org>
1137 * Fixed bug #4425: Garble code in adodb extension
1138 * 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.
1140 2006-11-02 Ingmar Schlecht <ingmar@typo3.org>
1142 * Fixed bug with bidirectional mm-relations: "group" fields with more than one table allowed didn't work properly any more
1144 2006-11-02 Michael Stucki <michael@typo3.org>
1146 * Fixed bug #1655: t3lib_div::substUrlsInPlainText() did not support HTTPS links
1147 * Fixed bug #1236 again: 404 error while using the new content wizard
1148 * Fixed bug #4443: Items in CE "Insert Records" don't have edit options in context menu any longer
1149 * Small EM change: Annotate if all or only reviewed extensions should be searched
1151 2006-10-30 Karsten Dambekalns <karsten@typo3.org>
1153 * Add security hints in typo3/mod/tools/em/class.em_index.php
1154 * Fixed bug #3637 in EM (translation handling)
1156 2006-10-29 Martin Kutschker <martin.t.kutschker@blackbox.net>
1158 * Fixed bug #4021: array_merge error with PHP 5.0
1159 * Changed occurences of PATH_site.'typo3conf/' to PATH_typo3conf and PATH_site.TYPO3_mainDir to PATH_typo3
1161 2006-10-25 Kasper Skaarhoj <kasper2006@typo3.com>
1163 * Added "alt_main_new.php" including various modifications around to support this.
1164 * Added clean-up functions in extension "lowlevel" plus modified t3lib_refindex and t3lib_tcemain accordingly
1165 * Added word index to sys_refindex.
1166 * 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.
1167 * 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".
1169 2006-10-14 Dmitry Dulepov <dmitry@typo3.org>
1171 * Fixed bug #3199: SUing to myself?
1172 * Fixed bug #3720: Multilanguage Flexforms don't work after migrating a site from one language to more languages
1173 * Fixed bug #4358: Add an option to t3lib_div::xml2array to remove all unnecessary spaces
1175 2006-10-17 Ernesto Baschny <ernst@cron-it.de>
1177 * Fix: no more "ERR" or "Unpacking the language pack failed" in the translation handling with curl enabled.
1179 2006-10-14 Dmitry Dulepov <dmitry@typo3.org>
1181 * Fix: t3lib_db::exec_SELECTgetRows() did not free recordset
1183 2006-10-24 Karsten Dambekalns <karsten@typo3.org>
1185 * ADOdb system extension updated to upstream 4.93. Added danish translation, thanks to Peter Klein!
1187 2006-10-11 Martin Kutschker <martin.t.kutschker@blackbox.net>
1189 * Changed index "parent" of sys_template to (pid,sorting)
1191 2006-10-10 Martin Kutschker <martin.t.kutschker@blackbox.net>
1193 * Fixed bug #3777: thumbs.php looks for file in t3lib/gfx instead of typo3/gfx
1195 2006-09-20 Bernhard Kraft <kraftb@kraftb.at>
1197 * Fixed a missing space in typo3/template.php
1199 2006-09-15 Sebastian Kurfuerst <sebastian@garbage-group.de>
1201 * Fixed bug #3862: Tools>User Admin allows switching to disabled user
1202 * Fixed bug #3863: Delete temp_CACHED_* files from "Edit files in typo3conf/:"
1204 2006-09-14 Michael Stucki <michael@typo3.org>
1206 * Fixed bug #4219: := appendString() did not work because the check was made for "apppendString" (typo)
1208 2006-09-11 Wolfgang Klinger <wk@plan2.net>
1210 * Feature request #4133: accesskey for TMENU
1212 2006-09-11 Ingmar Schlecht <ingmar@typo3.org>
1214 * 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)
1216 2006-09-11 Michael Stucki <michael@typo3.org>
1218 * Fixed a tiny security problem in indexed search (for details, see http://typo3.org/teams/security/security-bulletins/typo3-20060911-1/)
1220 2006-09-08 Michael Stucki <michael@typo3.org>
1222 * Updates to NEWS.txt
1223 * Fixed #4165: Link to TSconfig and TSref not working. Thanks to Andreas Wolf for providing a patch!
1225 2006-09-04 Michael Stucki <michael@typo3.org>
1227 * Fixed bug #1268: plainMailEncoded not working with charset conversion.
1229 2006-09-03 Sebastian Kurfuerst <sebastian@garbage-group.de>
1231 * Added su_back.gif image again to gfx
1233 2006-09-03 Wolfgang Klinger <wk@plan2.net>
1235 * Changed call_user_func to call_user_func_array in t3lib_div to allow passing parameters by reference to t3lib_div::callUserFunction
1237 2006-09-02 Martin Kutschker <martin.t.kutschker@blackbox.net>
1239 * Fixed #4141: config.spamProtectEmailAddresses does not encrypt "9" digits correctly
1240 * Web>List localization view did not handle "edit marked" for translation records
1242 2006-09-01 Ingmar Schlecht <ingmar@typo3.org>
1244 * 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!
1246 2006-09-01 Michael Stucki <michael@typo3.org>
1248 * Fixed bug: Creation of sys_refindex table was not possible if $TYPO3_CONF_VARS[SYS][multiplyDBfieldSize] was set.
1249 * Indexed Search: Fixed bug #3994: OpenOffice.org files cannot be indexed by class.external_parser.php
1250 * Indexed Search: Fixed bug #4093: PHP warning if indexed_search search word contains a front slash
1251 * Get rid of blob fields in TYPO3 databases (replaced with "text" fields)
1253 2006-08-31 Ernesto Baschny <ernst@cron-it.de>
1255 * Fixed bug #4035/3971: Error message when uploading one or two files in file-browser (BE)
1257 2006-08-31 Ernesto Baschny <ernst@cron-it.de>
1259 * Feature #4131: Respects label_alt setting in some more places (especially labels pointing to MM tables)
1261 2006-08-31 Wolfgang Klinger <wolfgang@stufenlos.net>
1263 * Feature #3026: Text change for the 'Quality' label
1265 2006-08-31 Dmitry Dulepov <typo3@accio.lv>
1267 * Performance enhancement for BE: 1) caching images in typo3/gfx and typo3/sysext; 2) caching CSS files in typo3/sysext/t3skin/stylesheets
1269 2006-08-30 Martin Kutschker <martin.t.kutschker@blackbox.net>
1271 * Add and update icons for the new skin
1273 2006-08-29 Ingmar Schlecht <ingmar@typo3.org>
1275 * 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.
1277 2006-08-29 Dmitry Dulepov <typo3@accio.lv>
1279 * Performance enhancement in t3lib/class.t3lib_tstemplate.php: use UPDATE/INSERT (if no records have been updated) instead of DELETE/INSERT for cache_pagesection.
1280 * Show domain name in the page tree if is_siteroot is set for page and "options.pageTree.showDomainNameWithTitle" is set in user TSConfig
1282 2006-08-25 Michael Stucki <michael@typo3.org>
1284 * Fixed bug #4076: Skin creates invalid HTML markup
1285 * Fixed bug #1454: Cookie lifetime set in localconf.php will be ignored. Thanks to Dietrich Heise and Jeff Segars.
1286 * Fixed bug #3922: config.spamProtectEmailAddresses doesn't respect config.removeDefaultJS setting. Thanks to Benjamin Mack.
1287 * Added a new parameter to tslib_pibase->pi_classParam() which may contain classes that should not be prefixed.
1289 2006-08-24 Michael Stucki <michael@typo3.org>
1291 * !!! Changed default value of $TYPO3_CONF_VARS[SYS][devIPmask] to "127.0.0.1,::1" (removed "192.168.*")
1292 * Fixed bug #1236: 404 error while using the new content wizard
1293 * Fixed bug #3909: TYPO3_SSL does not detect valid SSL session
1294 * Fixed bug #3973: pageNotFound_handling=TRUE is interpreted as URL
1296 2006-08-23 Michael Stucki <michael@typo3.org>
1298 * Fixed bug #3960: Display correct version number in Install Tool (only when authenticated)
1299 * Fixed bug #4073: Extension manager doesn't find extensions if the search string contains a trailing space
1300 * Fixed bug #3990: $BE_USER property "disableTabInTextarea" is not respected
1302 2006-08-19 Dmitry Dulepov <typo3@accio.lv>
1304 * Fixed bug #4037: Link from Google AdWords fails due to wrong alias handling
1306 2006-08-19 Ingmar Schlecht <ingmar@typo3.org>
1308 * 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.
1310 2006-08-17 Ingmar Schlecht <ingmar@typo3.org>
1312 * Added text to Update Wizard informing about the change of the default values of "config.inlineStyle2TempFile" and "config.removeDefaultJS" depending on compatVersion >= 4.0
1314 2006-08-14 Stanislas Rolland <stanislas.rolland@fructifor.ca>
1316 * Corrections/adjustments to the htmlArea RTE extension (see details in local ChangeLog)
1318 2006-08-04 Wolfgang Klinger <wk@plan2.net>
1320 * Fix bug #3160: IFSUB is not true if the parent page is a shortcut page
1322 2006-07-31 Dmitry Dulepov <typo3@accio.lv>
1324 * Fixed endless page retrieval if pageNotFound_handling is set to URL of a local non existing page
1326 2006-07-31 Michael Stucki <michael@typo3.org>
1328 * Updates to NEWS.txt (thanks to Martin Kutschker)
1329 * Changed version requirements for t3skin (problems in combination with TYPO3 4.0.1)
1331 2006-07-30 Michael Stucki <michael@typo3.org>
1333 * Fix bug #3362 (again): Bugfix used t3lib_div which is missing at that point
1334 * Fix bug #3943: compat_version was accidentally changed to 4.0.1
1336 2006-07-24 Karsten Dambekalns <karsten@typo3.org>
1338 * t3lib/config_default.php: Fixed bug #3246 - error in t3lib/config_default.php on setting display_errors.
1340 2006-07-23 Karsten Dambekalns <karsten@typo3.org>
1342 * t3lib/class.t3lib_div.php: Added a clarifying note to the comment for loadTCA(), thanks to Johannes Konert.
1344 2006-07-17 Dmitry Dulepov <typo3@accio.lv>
1346 * t3lib_tceforms: now using "labels.new" from locallang instead of hard-coded "NEW"
1348 2006-07-17 Michael Stucki <michael@typo3.org>
1350 * Fix bug #3308: Check for deleted records when displaying language overlays
1351 * Removed hardcoded rowSpace value in CSS Styled Content
1352 * Minor cleanup in CSS Styled Content constants.txt + setup.txt
1354 2006-07-14 Martin Kutschker <martin.t.kutschker@blackbox.net>
1356 * mailto: links were not handled as mailto: links if protocol was present in link
1358 2006-07-13 Karsten Dambekalns <karsten@typo3.org>
1360 * EM: Fixed bug #3299 (Language pack installation cannot handle spaces in filenames).
1361 * EM: Added extra sanity check when cleaning up version numbers in constraints, solves bogus warnings when installing extensions.
1362 * EM: The label for enabling unreviewed extensions is more clear now. The search scope (all/reviewed) is shown on the import extensions page.
1364 2006-07-13 Wolfgang Klinger <wk@plan2.net>
1366 * Fixing some missing is_array checks
1368 2006-07-12 Wolfgang Klinger <wk@plan2.net>
1370 * Fix bug/feature request #3811: Adding "ATagParams" to GMENU
1372 2006-07-12 Martin Kutschker <martin.t.kutschker@blackbox.net>
1374 * Fix bug #3600: config.formMailCharset is not honoured
1375 * t3lib_formmail: do charset conversion for mails when config.formMailCharset is set or config.metaCharset different from config.renderCharset
1376 * t3lib_formmail: use $this->messageid of base class
1378 2006-07-12 Dmitry Dulepov <typo3@accio.lv>
1380 * Fixed bug #3594: No lang resolution for title in <tx_templavoila> element
1382 2006-07-11 Martin Kutschker <martin.t.kutschker@blackbox.net>
1384 * t3lib_cs: trim the charset for normalization
1386 2006-07-10 Dmitry Dulepov <typo3@accio.lv>
1388 * Fixed bug: missing check for PHP version in t3lib_div::getUrl()
1390 2006-07-10 Ernesto Baschny <ernst@cron-it.de>
1392 * Fixed bug #3005: captionSplit.cObject functionality in IMGTEXT is back as documented. But marked as "deprecated".
1393 * Fixed bug #3258: rendering issues in CSS styled IMGTEXT with noRows setting fixed.
1394 * Fixed bug #3416: first caption was being doubled with "renderMethod=table".
1396 2006-07-10 Dmitry Dulepov <typo3@accio.lv>
1398 * Fixed bug: "Publish time" label appeared where "Unpublish time" should appear
1400 2006-07-07 Karsten Dambekalns <karsten@typo3.org>
1402 * Added background color to TYPO3 error pages.
1404 2006-07-07 Michael Stucki <michael@typo3.org>
1406 * Changed version numbers in t3lib/config_default.php
1407 * Minor corrections to CVSreadme.txt
1408 * Install Tool displayed TYPO3_version instead of TYPO3_branch
1409 * Fixed bug #2462: typo3temp/ subdirectories were not created automatically
1410 * Fixed bug #3362: Windows systems print phpinfo under some circumstances
1411 * 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)
1413 2006-07-06 Martin Kutschker <martin.t.kutschker@blackbox.net>
1415 * Fix bug #3779: edit form on page broken
1416 * Fix bug #3085: broken option frame (palettes) in IE
1418 2006-07-01 Martin Kutschker <martin.t.kutschker@blackbox.net>
1420 * Fix bug #3427: config.spamProtectEmailAddresses may garble mail link
1422 2006-07-01 Karsten Dambekalns <karsten@typo3.org>
1424 * DBAL update (sysext):
1425 - this update closes bugs #3638, #2106, #2866, #3754 (for Firefox, broken in MSIE) and maybe a few more
1426 - Implemented support for sysLog() on connection failure
1427 - DBAL now honours the no_pconnect setting
1428 - For handlers in native mode the setDBinit queries are executed upon connection
1429 - The initial value for generated sequences can be configured per handler, to avoid duplicate key errors after having imported data
1430 - BLOB fields are handled correctly now during INSERT and UPDATE
1431 - Setting $store_lastBuiltQuery acts like in t3lib_db now (fill $debug_lastBuiltQuery)
1432 - For the native handler quoting methods directly return the input for speedup, as no quoting is needed in that case
1433 - Added support for native and userdefined handler to MetaType()
1434 - Changed mapping of types to always use the largest possible integer, map tinytext to varchar instead of text
1435 - admin_get_tables() skips tables whose names match /BIN\$/ (coming from the recycle bin on Oracle)
1436 - Importing dumps using the install tool now works, see manual for tips
1437 - Changed the way NOT NULL and DEFAULT are handled when setting up tables, see manual for the rules that now apply
1438 - Code cleanup (indentation, documentation)
1439 - Updated the manual and added new content
1441 2006-06-30 Franz Holzinger <kontakt@fholzinger.com>
1443 * Fix bug #3725: empty and invalid flexform meta data are checked. impexp echos warning message found inside T3D import.
1445 2006-06-30 Martin Kutschker <martin.t.kutschker@blackbox.net>
1447 * t3lib_htmlmail: auto-detect charset (using FE or BE settings) with manual override
1449 2006-06-30 Karsten Dambekalns <karsten@typo3.org>
1451 * t3lib_page: Changed getMultipleGroupsWhereClause() to include a check using IS NULL to make it compatible to Oracle.
1452 * t3lib_page: Made enableFields() call getMultipleGroupsWhereClause() non-statically using $this.
1453 * sysext/adodb/: Update to upstream version 4.90, fixes to connection wizard, some code cleanup (closes: ##3755).
1454 * t3lib_sqlparser: Clean up indentation a little bit, fix bug #2991, make the parser understand "IS NOT [NULL]" an addition to just "IS [NULL]".
1455 * t3lib_tsfebeuserauth: Changed static call to enableFields()
1457 2006-06-29 Ernesto Baschny <ernst@cron-it.de>
1459 * Fix bug #3522 also in "content (default)": Linking images to hidden pages results in click-enlarge
1460 * Fix bug #3085: broken option frame (palettes) in IE
1462 2006-06-29 Dmitry Dulepov <typo3@accio.lv>
1464 * pageNotFound_handling HTTP status fix when external URL is specified as 404 page
1466 2006-06-28 Ernesto Baschny <ernst@cron-it.de>
1468 * Fix bug #3391: HTML-Source in error-pages now valid xhtml (FE)
1470 2006-06-28 Martin Kutschker <martin.t.kutschker@blackbox.net>
1472 * Fix bug# 3397: FORM submit as image is not valid xhtml
1473 * Fixed restriction to languages in Frontend editing
1474 * Fix bugs #3212 & #1178: empty page is displayed when accessing Web>Versioning
1476 2006-06-28 Bernhard Kraft <kraftb@kraftb.at>
1478 * Fix bug #3162: Cropscale fails, if one dimension has already the right size (thanks to Stefan Geith)
1480 2006-06-28 Karsten Dambekalns <karsten@typo3.org>
1482 * t3lib_extfilefunc: func_upload() now logs if no file was uploaded.
1483 * t3lib_extfilefunc: The last error message encountered is stored in the member variable $lastError
1484 * t3lib_tcemain: Made SQL query in versionizeRecord() conform to DBAL (use OR instead of ||).
1485 * t3lib_userauthgroup, tx_sv_auth: Made FE group lookups possible when lockToDomain is NULL in DB (e.g. when using Oracle).
1486 * t3lib/stddb/tables.sql: Changed be_users.lang to VARCHAR instead of CHAR, as MySQL changes it anyway.
1487 * t3lib_install: Changed an eregi() to a matching preg_match()
1489 2006-06-27 Karsten Dambekalns <karsten@typo3.org>
1491 * typo3/init.php: Fixed bug #2871.
1492 * t3lib/class.t3lib_befunc.php: Fixed bug #3106, Documentation of function storeHash differs between class befunc and class page
1493 * class.em_xmlhandler.php: Small change to the inline code docs
1494 * class.tx_install.php: Code cleanup, removed some commented code and cleaned indentation
1496 2006-06-22 Martin Kutschker <martin.t.kutschker@blackbox.net>
1498 * Created exclusiveKeys for the TCA field configuration of type "select" [fix from 2006-03-19 was lost, see below]
1500 2006-06-11 Stanislas Rolland <stanislas.rolland@fructifor.ca>
1502 * Fix bug #3505: BE multi-language flexforms do not work (t3lib_tceforms)
1504 2006-06-08 Martin Kutschker <martin.t.kutschker@blackbox.net>
1506 * Template tools (Web>Template) had hard-coded background colours
1507 * Made Web > Template > Info skinnable
1509 2006-06-08 Martin Kutschker <martin.t.kutschker@blackbox.net>
1511 * Make t3lib_div::arrayToLogString() accept an empty string as empty list
1512 * Fix bug #2938: edit icons have two title attributes, one hardcoded as an empty string
1514 2006-06-04 Martin Kutschker <martin.t.kutschker@blackbox.net>
1516 * Unify PHP5 check in config_defaults.php and deprecate $TYPO_VERSION
1518 2006-06-02 Martin Kutschker <martin.t.kutschker@blackbox.net>
1520 * Fix bug #3612: no c-prefix for URL fragment in menus (section index)
1521 * 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)
1522 * Fix bugs #3326 and #3392: problems with php_uname()
1523 * "Update" buttons of admin panel did not reload page in Firefox
1525 2006-05-31 Ernesto Baschny <ernst@cron-it.de>
1527 * Fix bug #3522: Linking images to hidden pages results in click-enlarge
1529 2006-05-31 Bernhard Kraft <kraftb@kraftb.at>
1531 * Fix a problem of the EM: "No file uploaded!" when retrying install after a failed dependency check
1533 2006-05-22 Martin Kutschker <martin.t.kutschker@blackbox.net>
1535 * Corrected error message for config.baseURL=1
1537 2006-05-20 Ernesto Baschny <ernst@cron-it.de>
1539 * Fixed bug #2874: Current page in navigation tree wasn't being highlighted on IE6
1541 2006-05-20 Rupert Germann <rupi@gmx.li>
1543 * Fixed bug #2566: XClass include code was missing in wsol_preview.php.
1545 2006-05-18 Rupert Germann <rupi@gmx.li>
1547 * Fixed bug #0132: % signs in extra parameters of form contentelements where not handled correctly.
1549 2006-05-18 Ernesto Baschny <ernst@cron-it.de>
1551 * Fixed bug #3138: Alignment of text in css_styled_content's Text w/ images (nowrap) was wrong (Firefox)
1553 2006-05-15 Ingmar Schlecht <ingmar@typo3.org>
1555 * Fixed bug #1374: Mailforms didn't work with <input type="image"> submit buttons. (Thanks to Thorsten Kahler and Rupert Germann!)
1556 * Changed square brackets "[" and "]" in URLs generated by media/scipts/fe_adminLib.inc to the urlencoded equivalents "%5B" and "%5D"
1558 2006-05-15 Martin Kutschker <martin.t.kutschker@blackbox.net>
1560 * Fix bug #3364: Changed t3lib_div::validPathStr() that it rejects files starting with ../ or containing /../, but allows ..
1561 * Corrected comment for maxWInText (tslib_content) and simplified calculation
1562 * Fix bug #338: Sanitize path normalization of class.t3lib_userauthgroup.php::addFileMount()
1564 2006-05-05 Stanislas Rolland <stanislas.rolland@fructifor.ca>
1566 * EM: Fixed bug #3017.
1567 * t3lib/class.t3lib_befunc.php: Fixed bug (trivial but important) #3106.
1569 2006-04-03 Karsten Dambekalns <karsten@typo3.org>
1571 * EM: Fixed bugs #3096 (EM does not work if allow_url_open = off), #3097 (EM leaves mirror* files on failure).
1573 2006-04-02 Karsten Dambekalns <karsten@typo3.org>
1575 * EM: Fixed bugs #3033 (Invalid argument supplied for foreach) , #3039 (TYPO3 version is higher than allowed), #2992/#2817 (shy extensions).
1577 2006-04-29 Martin Kutschker <martin.t.kutschker@blackbox.net>
1579 * Fix typolink.addQueryString.method=GET (see bug #3241)
1580 * Fix problem with 2-byte charsets (eg UTF-16) in t3lib_cs::utf8_encode().
1582 2006-05-03 Rupert Germann <rupi@gmx.li>
1584 * 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
1586 2006-04-30 Dmitry Dulepov <typo3@accio.lv>
1588 * Fixed bug #3226: Error in template::clearCacheMenu if user is not admin
1590 2006-04-29 Martin Kutschker <martin.t.kutschker@blackbox.net>
1592 * Fixed wrong use of implode in typo3/mod/tools/em/class.em_index.php (lines 1392, 1424; see bug #3302)
1594 2006-04-23 Dmitry Dulepov <typo3@accio.lv>
1596 * Fixed bugs #3049 and #3176: HTTP status 503 is sent when $TSFE->set_no_cache is called
1598 2006-04-21 Stanislas Rolland <stanislas.rolland@fructifor.ca>
1600 * Fix bugtracker issue #3172: further correction to MIME type determination.
1602 2006-04-20 Martin Kutschker <martin.t.kutschker@blackbox.net>
1604 * Don't do false SQL query when SYS[setDBinit] is empty. Log error on failure.
1606 2006-04-19 Martin Kutschker <martin.t.kutschker@blackbox.net>
1608 * Added "Lucida Console" (Windows core font) as default font for monospaced BE form fields
1610 2006-04-18 Dmitry Dulepov <typo3@accio.lv>
1612 * Fixed bug #3196: PHP warnings in class.t3lib_tceforms.php
1614 2006-04-14 Rupert Germann <rupi@gmx.li>
1616 * fix for the fix from bug #2868: the adminpanel didn't transfer the page id correctly when realUrl was used
1618 2006-04-14 Bernhard Kraft <kraftb@kraftb.at>
1620 * Added a hook in tslib_content for userdefined cObjects
1621 * Fixed bug #3232: Use image format set via .format for GIFBUILDER images
1623 2006-04-13 Stanislas Rolland <stanislas.rolland@fructifor.ca>
1625 * Fix bugtracker issue #3172: re-write getMimeType in t3lib_htmlmail
1626 * Fix bugtracker issue #3051: RTE removes images under special conditions when saving
1628 2006-04-12 Ingmar Schlecht <ingmar@typo3.org>
1630 * Fixed bug #3174: chr() was misspelled char() in t3lib_div
1631 * Fixed bug #3233: Some broken references to media/ fixed
1633 2006-04-12 Stanislas Rolland <stanislas.rolland@fructifor.ca>
1635 * Fix bugtracker issue #3172: MIME type determination crashing (HEAD request)
1637 2006-04-10 Michael Stucki <michael@typo3.org>
1639 * Merging all changes from TYPO3_4-0 branch back into HEAD
1641 2006-04-07 Michael Stucki <michael@typo3.org>
1643 * Release of TYPO3 4.0
1645 2006-04-06 Michael Stucki <michael@typo3.org>
1647 * !!! 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.
1648 * !!! 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.
1649 * Fixed bug #2485: Duplicate fieldset definition for radio elements. Thanks to Ernesto Baschny for providing a fix for this.
1650 * Minor changes to Indexed Search, see local ChangeLog for details
1651 * 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.
1653 2006-04-06 Rupert Germann <rupi@gmx.li>
1655 * Fixed bug #3134: install tool / all text centered in IE and Opera
1656 * Fixed bug #3154: Misspelling in instal tool
1658 2006-04-06 Stanislas Rolland <stanislas.rolland@fructifor.ca>
1660 * rtehtmlarea: fix bugtracker issue #3120: transforming text in link in Firefox may take excessive time.
1661 * rtehtmlarea: fix bugtracker issue #3060: RTE includes a page from the Frontent after paste a text
1663 2006-04-05 Peter Niederlag <peter@niederlag.de>
1665 * Fixed Bug #313 Problem with LOAD/RESTORE_REGISTER in lib.stdheader, thx to click/Ernesto for solution
1667 2006-04-04 Michael Stucki <michael@typo3.org>
1669 * Release of TYPO3 4.0rc3
1670 * Fixed bug #3065: wrap2.splitChar and wrap3.splitChar are ignored
1671 * Fix RDCT links: Did not point to index.php by default
1672 * Fix several bugs related with CSS Styled Content, see below. Many thanks to Ernesto Baschny who did all of this!
1673 * 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.
1674 * 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
1675 * 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).
1676 * 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.
1677 * Added empty rendering definition for cType "div" (divider) to prevent error message
1678 * Fixed setup module: Colons were wrapped to the next line
1679 * Small fixes to t3skin
1680 * Indexed Search: Added crawler support for $GLOBALS[T3_VAR][ext][indexed_search][indexLocalFiles]
1682 2006-04-04 Peter Niederlag <peter@niederlag.de>
1684 * Fixed bugs #2949, #3016, #3037: Several Element Browser bugs
1686 2006-04-04 Sebastian Kurfuerst <sebastian@garbage-group.de>
1688 * Implement Single-Click rollback in record history
1690 2006-04-04 Stanislas Rolland <stanislas.rolland@fructifor.ca>
1692 * Fixed bug #1303: Broken FE-links with "config.locale_all=tr_TR"
1694 2006-04-04 Martin Kutschker <martin.t.kutschker@blackbox.net>
1696 * Fixed bug #2868: Admin Panel always loses GET parameters
1697 * Fixed bug #2994: Calling PHP5-only iconv functions in PHP4
1698 * Language related changes:
1699 * Fixed TYPO3/ISO mappings: kr=>ko, gl=>kl, removed old mapping he=>iw (ISO code has changed a long time ago), added ba=>bs.
1700 * Updated and fixed locale/script-family mapping (for detection of the locale charset).
1701 * Updated info for adding a language in config_default.php
1702 * Changed variable names to reflect true meaning, so somebody else may understand what's going on.
1703 * Corrected language drop down in BE.
1704 * Fixed restriction to languages in Frontend editing
1706 2006-04-04 Karsten Dambekalns <karsten@typo3.org>
1708 * Fixed bug #3097: EM leaves mirror* files on failure
1710 2006-04-04 Dmitry Dulepov <typo3@accio.lv>
1712 * Fix to workspace forms
1714 2006-04-04 Kasper Skaarhoj <kasperYYYY@typo3.com>
1716 * New function t3lib_div::array2xml_cs() that respects character sets
1717 * Change default value of $TYPO3_CONF_VARS[FE][pageCacheToExternalFiles] to false (feature was enabled by default, which was a mistake of course)
1719 2006-03-29 Franz Holzinger <kontakt@fholzinger.com>
1721 * Fixed bug #2722 and #2837: table wizard has wrong array elements
1723 2006-03-28 Ingmar Schlecht <ingmar@typo3.org>
1725 * Fixed bug #3027: Wrong value for "Marked-deleted pages" in Records Statistics
1726 * Fixed bug #3022: "c" prefixed to local #anchors causes trouble
1727 * Fixed bug in t3lib_tstemplate: File references to media/ are now automatically prefixed with "typo3/sysext/cms/tslib/".
1729 2006-03-28 Christian Jul Jensen <christian@jul.net>
1731 * Fixed bug #999: Encoding mail headers in taskcenter
1732 * Fixed bug #3001: Support for multiple tables with columnsonly in alt_doc.php
1734 2006-03-26 Michael Stucki <michael@typo3.org>
1736 * Release of TYPO3 4.0rc2
1737 * Various indexed_search fixes, see local ChangeLog for details
1738 * Small fix to typo3/stylesheet.css (admin menu)
1740 2006-03-26 Karsten Dambekalns <karsten@typo3.org>
1742 * sysext/setup/mod/index.php: Fixed detection of unavailable language packs.
1743 * 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,
1744 * Fixed bug #359: EM ignores PEAR compatible classes (committed by Stucki)
1745 * Fixed bug #2380: t3lib_sqlparser doesn't handle LEFT OUTER JOIN (committed by Stucki)
1747 2006-03-26 Ingmar Schlecht <ingmar@typo3.org>
1749 * Fixed bug #2777: "NOT NULL" removed from SQL gives error with MySQL 3.23.52
1751 2006-03-25 Michael Stucki <michael@typo3.org>
1753 * Fixed bug #1390: Ereg error in class.t3lib_tsstyleconfig.php
1754 * Fixed bug #2415: Navigation "Icons in top frame" were rendered wrong
1755 * Fixed bug #0388: No subtitle field in some page types
1756 * Fixed bug in Install Tool: Hide warning if GraphicsMagick is used
1757 * Fixed some more problems with the BE stylesheet
1758 * Various indexed_search fixes, see local ChangeLog for details
1760 2006-03-25 Martin Kutschker <martin.t.kutschker@blackbox.net>
1762 * Made "version" a required extension (necessary for workspaces)
1763 * Fix FE-editing bug: new-record icon appears for languages without edit rights (admin panel)
1764 * Fix FE-editing bug: edit panel and edit icons were shown for languages without edit rights
1766 2006-03-25 Karsten Dambekalns <karsten@typo3.org>
1768 * ADOdb sysext: Update to version 4.80, added a fix for MSSQL bogus errors.
1769 * EM: Added new way of handling translations.
1770 * DBAL sysext: Added enhancements for UNIQUE KEY handling, MSSQL compatibility, code cleanup, bugfixes
1772 2006-03-24 Stanislas Rolland <stanislas.rolland@fructifor.ca>
1774 * Fix to htmlArea RTE extension (see details in local ChangeLog)
1776 2006-03-24 Kasper Skaarhoj <kasperYYYY@typo3.com>
1778 * Integration between Import/export and Extension Manager (extension dependencies)
1780 2006-03-22 Kasper Skaarhoj <kasperYYYY@typo3.com>
1782 * Fixed a bug in t3lib_refindex which prevented correct indexing from live workspace of records in draft workspaces with references inside flexforms
1783 * 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.
1785 2006-03-23 Stanislas Rolland <stanislas.rolland@fructifor.ca>
1787 * Fix bugtracker issue 2958: t3lib_htmlmail::getMimeType isn't working with name based virtual hosts
1789 2006-03-22 Kasper Skaarhoj <kasperYYYY@typo3.com>
1791 * 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.
1792 * 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.
1794 2006-03-22 Martin Kutschker <martin.t.kutschker@blackbox.net>
1796 * Fixed label of 'author_email' ('pages_language_overlay')
1797 * Fix bug #2918: TCEFORM.tt_content.CType.removeItems not applied to db_new_content_el.php (thanks to Oliver Hader)
1798 * Tools>User Admin didn't check if language icon was set for 'Limit to languages'
1799 * Fix FE-editing bug: new records were always created in the default language (admin panel)
1801 2006-03-22 Bernhard Kraft <kraftb@kraftb.at>
1803 * Fixed bug #2692: GIFBUILDER inverts transparency
1805 2006-03-22 Michael Stucki <michael@typo3.org>
1807 * Changed Install Tool so it accepts newlines in values (needed for recently introduced textarea fields)
1808 * Changed style of admin-menu title in alt_menu.php so it looks equally to the headers above
1809 * Fixed bug #1932: Can't limit content columns for Page>QuickEdit
1810 * Fixed bug #2596: "=undefined" when transferring TSconfig code from TSconfig wizard to textarea
1811 * 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.
1813 2006-03-22 Stanislas Rolland <stanislas.rolland@fructifor.ca>
1815 * Corrections/adjustments to the htmlArea RTE extension (see details in local ChangeLog)
1817 2006-03-22 Kasper Skaarhoj <kasperYYYY@typo3.com>
1819 * 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.
1821 2006-03-20 Kasper Skaarhoj <kasperYYYY@typo3.com>
1823 * Added function to indexed search so index_fulldata is filled with less content (configurable)
1824 * 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]
1825 * Both changes are new features excused by optimization of TYPO3.org.
1827 2006-03-21 Karsten Dambekalns <karsten@typo3.org>
1829 * EM: Moved some code around and added a method for installing an extension with one method call (for use in impexp).
1830 * class.em_index.php: Fixed bug #2809 (trivial).
1832 2006-03-20 Kasper Skaarhoj <kasperYYYY@typo3.com>
1834 * Fixed more workspace issues:
1835 * Added info about workspaces to Tools > User Admin (sorry, considered important)
1836 * Frontend editing: Fixed that it works with localizations. Disabled many of the features in draft workspaces (since we have no time for an implementation)
1838 2006-03-19 Martin Kutschker <martin.t.kutschker@blackbox.net>
1840 * Fix a few language/locale codes in t3lib_cs.php
1842 2006-03-20 Stanislas Rolland <stanislas.rolland@fructifor.ca>
1844 * htmlArea RTE: remove alternate skins from core CVS.
1846 2006-03-20 Sebastian Kurfuerst <sebastian@garbage-group.de>
1848 * Reverted the patch "Double-checking of match-conditions" because it caused trouble
1849 * Fixed bug #2767: wrong wraps for sitemap/menu elements in accessibility mode
1850 * New Feature #2341: add headers for table CE (accessibility)
1852 2006-03-20 Wolfgang Klinger <wk@plan2.net>
1854 * Fixed bug #608: Typolink for mounted pages from another domain
1856 2006-03-19 Stanislas Rolland <stanislas.rolland@fructifor.ca>
1858 * Corrections/adjustments to the htmlArea RTE extension (see details in local ChangeLog)
1860 2006-03-19 Martin Kutschker <martin.t.kutschker@blackbox.net>
1862 * Created exclusiveKeys for the TCA field configuration of type "select"
1863 * Configured fields fe_groups of "pages" and "tt_content" to use exclusiveKeys for "Hide at login" and "Show at any login"
1865 2006-03-18 Martin Kutschker <martin.t.kutschker@blackbox.net>
1867 * Added constant TYPO3_copyright_year for login page and about module
1869 2006-03-17 Bernhard Kraft <kraftb@kraftb.at>
1871 * Added .us and .at flags to typo3/gfx/flags/
1873 2006-03-17 Kasper Skaarhoj <kasperYYYY@typo3.com>
1875 * Fixed workspace related issues. More will follow Monday.
1877 2006-03-16 Karsten Dambekalns <karsten@typo3.org>
1879 * EM: Fixed bugs #2787, #2785, #1807
1880 * EM: Extension list is now fetched automatically if it isn't available at all.
1881 * ADOdb extension: a fix regarding the MS SQL driver, fixed bug #2810, cleaned up ext_emconf.php
1883 2006-03-16 Rene Fritz <r.fritz@colorcube.de>
1885 * Fixed bug #2840: Related to: Enhanced MM handling in TCE for usage from foreign tables.
1887 2006-03-15 Stanislas Rolland <stanislas.rolland@fructifor.ca>
1889 * Fix bugtracker issue 2860 in t3lib_sqlparser.
1891 2006-03-15 Kasper Skaarhoj <kasperYYYY@typo3.com>
1893 * !!! 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">".
1894 * !!! 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.
1895 * 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!
1896 * 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).
1898 2006-03-13 Stanislas Rolland <stanislas.rolland@fructifor.ca>
1900 * Fixes and cleanup in htmlArea RTE extension (see details in local ChangeLog)
1901 * htmlArea RTE: Fix bugtracker issue 2820.
1903 2006-03-11 Michael Stucki <michael@typo3.org>
1905 * More CSS fixes in typo3/stylesheet.css: Changed the height of dyntab-menues & various fixes to login screen
1907 2006-03-10 Sebastian Kurfuerst <sebastian@garbage-group.de>
1909 * Logo change to make it look better on any bright background
1911 2006-03-08 Michael Stucki <michael@typo3.org>
1913 * Release of TYPO3 4.0rc1
1914 * === Development feature freeze ===
1915 * Small usability improvement for dyntab-menus in typo3/stylesheet.css (plus cleanup of that file)
1916 * More changes required because of the logo update
1918 2006-03-08 Wolfgang Klinger <wk@plan2.net>
1920 * Fixed bug #2743: Speed up substituteConstants with preg_replace_callback
1922 2006-03-08 Michael Stucki <michael@typo3.org>
1924 * Changed the globalString condition to allow PCRE regular expressions only if wrapped in dashes "/"
1925 * Fixed bug #331: Support IPv6 addresses (many thanks to Sven Wilhelm)
1926 * Fixed a big problem with temporary content stored to cache_pages
1927 * !!! Changed $TYPO3_CONF_VARS['SYS']['setDBinit'] from array to a string (separated by newline)
1928 * Minor changes to config_default.php (comments were not displayed)
1929 * Some post-cleanup in CSS Styled Context: Removed recently added "captionStdWrap" property (replaced by existing "caption" property) & changed compatVersion dependency
1931 2006-03-08 Sebastian Kurfuerst <sebastian@garbage-group.de>
1933 * Updated logos in the backend to reflect the new CI
1935 2006-03-08 Karsten Dambekalns <karsten@typo3.org>
1937 * EM: Fixed three small issues, mostly cosmetic.
1938 * Install Tool: Using new logo now, uuuuhhh! Changes to CSS so links are colored again.
1940 2006-03-08 Dmitry Dulepov <typo3@accio.lv>
1942 * Added <onChange> tag to flexforms to enable automatic form reloading when tagged field changes. Useful for creating dynamic flexforms.
1944 2006-03-08 Ingmar Schlecht <ingmar@typo3.org>
1946 * 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.
1947 * Fixed bug #2794: Misplaced " quote in typo3/class.browse_links.php
1949 2006-03-08 Bernhard Kraft <kraftb@kraftb.at>
1951 * Implemented featured #2695: Tables can not get hidden in Web>List. Now this can get accomplished via Page/User/Group TS-Config
1953 2006-03-08 Rene Fritz <r.fritz@colorcube.de>
1955 * Enhanced MM handling in TCE for usage from foreign tables. Means MM relations can be edited in TCEForms from both ends of the relation.
1957 2006-03-07 Sebastian Kurfuerst <sebastian@garbage-group.de>
1959 * Fixed skin issue #2766: class.t3lib_tceforms.php / type="checkbox" / bugs
1960 * Fixed skin issue #2317: The background-color on highlighted items in alt_db_navframe.php
1961 * Fixed skin issue #2453: alternating colors and rollover in list module have not enough contrast
1963 2006-03-07 Michael Stucki <michael@typo3.org>
1965 * 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)
1967 2006-03-07 Wolfgang Klinger <wolfgang@stufenlos.net>
1969 * Feature #2675: Cropscale for imgResources (thanks to Stefan Geith)
1970 * Fixed bug #2753: Page type 'Spacer' is accessible via FE
1972 2006-03-07 Martin Kutschker <martin.t.kutschker@blackbox.net>
1974 * Renamed TS := function addString to appendString and added prependString
1976 2006-03-06 Michael Stucki <michael@typo3.org>
1978 * Changed file icons for recently added advanced-BE-search feature
1979 * Changes to indexed search, see local ChangeLog for details
1981 2006-03-06 Sebastian Kurfuerst <sebastian@garbage-group.de>
1983 * Fixed some broken media relations
1984 * Fixed bug #2713: change hardcoded "typo3/" to TYPO3_mainDir in sysext/cms/tslib/index_ts.php
1985 * Fixed bug #1635: Add page TSconfig via user TSconfig
1987 2006-03-06 Stanislas Rolland <stanislas.rolland@fructifor.ca>
1989 * !!! Remove from core some remaining elements used only by Direct Mail extension and already moved to Direct Mail 2.0:
1990 - remove file t3lib/gfx/i/dmail_list.gif
1991 - remove file t3lib/gfx/i/modules_dmail.gif
1992 - remove file t3lib/gfx/i/modules_dmail__h.gif
1993 - remove file t3lib/class.t3lib_dmailer.php
1994 - remove methods find_MIDfromReturnPath and find_XTypo3MID from t3lib/class.t3lib_readmail.php
1995 - 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
1996 - remove item 'dmail' on column 'module' of table 'pages' in typo3/sysext/cms/ext_tables.php
1998 2006-03-05 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2000 * Replace isset with strlen in fix of bugtracker issue 1736.
2001 * htmlArea RTE: Add $RTEWrapStyle variable to frontend plugin class.tx_rtehtmlarea_pi2.php (bugtracker issue 2760).
2002 * Use new ts parsing := in cumulative sets of configuration defaults.
2004 2006-03-04 Michael Stucki <michael@typo3.org>
2006 * Fixed bug #1475: Added stdWrap properties for RECORDS cObject
2008 2006-03-04 Martin Kutschker <martin.t.kutschker@blackbox.net>
2010 * Changed $TYPO3_CONF_VARS['SYS']['domainCookie'] to take a regular expressions allowing for multiple domains with sub-domains.
2012 2006-03-03 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2014 * Update to htmlArea RTE manual.
2015 * Fix bugtracker issue 1736: Make TS_CASE object and ts_parser support key value 0.
2017 2006-03-03 Michael Stucki <michael@typo3.org>
2019 * Added new feature: Merged Advanced BE Search form extension (Tools -> DB check). Written by Joey Hasenau - great work!
2020 * Added support to modify TypoScript values inside the TS parser using "lib.myVar := function(value)" - see "doc_core_ts" for more information.
2021 * Fixed bug #1364: t3lib_div::getURL() uses CURL only for HTTP protocol
2022 * Fixed bug #1153: tslib_cObj::imageLinkWrap() not passing information if image.imageLinkWrap.JSwindow.altUrl is set. Thanks to Peter Russ.
2023 * Fixed bug #2347: Wrong labels displayed
2024 * Fixed bug #1391: TYPO3 can't display a single "0" in a table cell
2026 2006-03-03 Rene Fritz <r.fritz@colorcube.de>
2028 * t3lib_stdGraphic: Check if a font exists and when not the text rendering will not be done and a debug() message will be shown.
2029 * alt_doc.php: Added a selector box for localization to the record editing form.
2030 * t3lib_tceforms: Added a new option "l10n_display" to have configuration options for form rendering and display of language overlay data.
2032 2006-03-02 Bernhard Kraft <kraftb@kraftb.at>
2034 * Fixed bug #2716: Negative age wasn't generated correctly in FE
2036 2006-03-01 Wolfgang Klinger <wk@plan2.net>
2038 * Feature #1520: Allow to exclude the current page in HMENU / excludeUidList
2040 2006-03-01 Ingmar Schlecht <ingmar@typo3.org>
2042 * Made the update wizard of the install tool work with buttons instead of checkboxes
2044 2006-02-28 Martin Kutschker <martin.t.kutschker@blackbox.net>
2046 * Enhance typolink.addQueryString and add addQueyString to HMENU with special=language (fix bug #2280)
2048 2006-02-28 Sebastian Kurfuerst <sebastian@garbage-group.de>
2050 * Fixed bug: admin panel doesn't stay on page (introduced by "Change admin panel to use get instead of post"
2051 * Made static templates work again by adjusting ext_tables_static+adt.sql (the paths to the media directory needed to be adjusted)
2053 2006-02-28 Kasper Skaarhoj <kasperYYYY@typo3.com>
2055 * 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.
2056 * debug flag added to lang-class so labels in backend can be identified by translators (debug feature).
2058 2006-02-28 Michael Stucki <michael@typo3.org>
2060 * !!! Removed showpic.php from TYPO3 root. Future applications will just use index.php instead.
2062 2006-02-27 Sebastian Kurfuerst <sebastian@garbage-group.de>
2064 * !!! Avoiding double checking of match-conditions now.
2066 2006-02-27 Rene Fritz <r.fritz@colorcube.de>
2068 * Added possiblity to create dimmed icons by adding _i to the filename with t3lib_iconworks::skinImg().
2069 * Added $GLOBALS['TYPO3_CONF_VARS']['SYS']['maxFileNameLength'] for use in t3lib_basicfilefunc
2070 * Added hook that allow to implement the rendering of the standard types with extensions.
2072 2006-02-27 Wolfgang Klinger <wk@plan2.net>
2074 * Fixed bug #549: No information about deleted records in the backend log
2075 * Fixed bug #1796: HMENU with includeNotInMenu does not work with the nav_hide page property
2077 2006-02-26 Martin Kutschker <martin.t.kutschker@blackbox.net>
2079 * Fixed bug #1614: page type "external URL" has no https option (thanks to Marc Bastian Heinrichs)
2080 * Enchanced config.xmlprologue (takes new keywords and arbitrary string as arguments)
2081 * Fixed issues with config.xhtmlDoctype
2083 2006-02-26 Karsten Dambekalns <karsten@typo3.org>
2085 * Extension Manager: Fixed bug #2630 (thanks Peter Niederlag), #2610, #2607, #1904 (partly), #2579
2086 * Extension Manager: Fixed checking of review states (thanks Rupert Germann)
2087 * Extension Manager: Now the EM shows update icons again
2088 * Extension Manager: Dependency handling has been reworked, now it is much more comfortable, fixes #1607 (partly), #2584
2089 * class.t3lib_befunc.php: Fixed bug #2528
2090 * class.tslib_content.php: Fixed bug #2676
2092 2006-02-26 Wolfgang Klinger <wk@plan2.net>
2094 * Fixed bug #1060: Sitemap with SectionIndex does not display content header when page has a navigation title assigned
2095 * Fixed bug #284: substUrlsInPlainText does not allow other characters than space and () to terminate URLs in the text.
2096 * Fixed bug #2543: tslib_div uses deprecated function call_user_method
2097 * Fixed bug #1827: Empty page tree after deleting the current temporary page mount.
2099 2006-02-25 Ingmar Schlecht <ingmar@typo3.org>
2101 * Added an "upload" and "new" button to the filelist module (Gremlin #1599, thanks to Stefano Cecere for the patch)
2103 2006-02-23 Ingmar Schlecht <ingmar@typo3.org>
2105 * 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.
2107 2006-02-23 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2109 * Remove RTE-enabling defaultExtras off tt_content bodytext (related to bug #2023).
2110 * Fix bugtracker issue 2656 in htmlArea RTE.
2112 2006-02-23 Rene Fritz <r.fritz@colorcube.de>
2114 * Fixed bug #2662: added check against "Limit to languages"
2116 2006-02-23 Kasper Skaarhoj <kasperYYYY@typo3.com>
2118 * 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]/.
2119 * 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.
2120 * csh_* extensions (language pack extensions) are now obsolete.
2122 2006-02-22 Dmitry Dulepov <typo3@accio.lv>
2124 * t3libBEfunc::thumbCode() did not make proper image path under certain conditions
2125 * Fixed bug #2654: Incorrect conversion of non-ascii (Latvian) characters in URL
2127 2006-02-22 Wolfgang Klinger <wk@plan2.net>
2129 * Fixed bug #1596: checkIncludeLines uses preg_match now and checks for all whitespace before and after <INCLUDE_TYPOSCRIPT>
2130 * Fixed bug #2592: Page type "External URL" and "Shortcut" causes an error (jumpUrlX methods)
2132 2006-02-22 Kasper Skaarhoj <kasperYYYY@typo3.com>
2134 * Added 3 languages: Faroe, Serbian, Farsi
2135 * Fixed bug in t3lib_div::cHashParams()
2136 * 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)
2137 * 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)
2138 * Added meta indexing configuration type (useful for group-categorizing of search results)
2139 * 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.
2140 * 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.
2142 2006-02-21 Karsten Dambekalns <karsten@typo3.org>
2144 * typo3/stylesheet.css: Fix for trivial bug #2644, added sans-serif as fallback font-family.
2146 2006-02-21 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2148 * Path setting correction in htmlArea RTE SpellChecker plugin.
2150 2006-02-20 Christian Jul Jensen <christian@jul.net>
2154 2006-02-20 Wolfgang Klinger <wolfgang@stufenlos.net>
2156 * Feature request #568: AND (&&) and OR (||) combination of TypoScript conditions
2158 2006-02-18 Robert Lemke <robert@typo3.org>
2160 * Changed flexform tag names in t3lib_flexformtools->flex2ArrayXml()
2162 2006-02-17 Karsten Dambekalns <karsten@typo3.org>
2164 * Fixed bugs #2368, #2521, #2385, #2186 related to DBAL
2166 2006-02-17 Michael Stucki <michael@typo3.org>
2168 * Fixed bug #2597: GDlib TrueType tests fail because of wrong fontFile-path (caused by the symlinks change)
2169 * Fixed bug #2594: Install Tool says "No gfx/typo3logo.gif file!" (caused by the symlinks change)
2171 2006-02-17 Ingmar Schlecht <ingmar@typo3.org>
2173 * Fixed obvious bug #2588 in right-click context menu of filelist navframe
2175 2006-02-17 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2177 * Correction to the htmlArea RTE extension (see details in local ChangeLog) (bis)
2179 2006-02-16 Michael Scharkow <michael@underused.org>
2181 * Fixed bug #2457: image border settings are respected in GMENUs
2182 * Updated the copyright notices to 2006 and set version back to 4.0-CVS
2184 2006-02-16 Kasper Skaarhoj <kasperYYYY@typo3.com>
2186 * Added new script (tslib/class.tslib_eidtools.php) with tools for "eID scripts". See extension "whiteboard" for an example!
2188 2006-02-15 Michael Stucki <michael@typo3.org>
2190 * Release of TYPO3 4.0beta3
2191 * Various changes to indexed_search, see local ChangeLog for details
2192 * Install Tool: Added "cache_imagesizes" to list of tables that can be cleared
2193 * !!! 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
2194 * !!! Indexed Search: Changed all default paths from /usr/local/bin/ to /usr/bin/
2195 * 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.
2197 2006-02-15 Karsten Dambekalns <karsten@typo3.org>
2199 * typo3/mod/tools/em: More fixes and better error checking.
2200 * typo3/sysext/adodb: Update to upstream version 4.71.
2201 * t3lib/class.t3lib_tsfebeuserauth: The admin panel uses GET instead of POST now.
2203 2006-02-15 Bernhard Kraft <kraftb@kraftb.at>
2205 * Fixed an issue with the new GIFBUILDER code and transparentColor TS option. Also fixed some minor bugs with not unlinked temp files.
2207 2006-02-15 Kasper Skaarhoj <kasperYYYY@typo3.com>
2209 * 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!
2211 2006-02-15 Rene Fritz <r.fritz@colorcube.de>
2213 * Added hook to element browser to make it possible to render own EB's. All EB classes are moved into an own file.
2214 * Added the possiblity to set TCEForm items to read-only.
2216 2006-02-14 Karsten Dambekalns <karsten@typo3.org>
2218 * typo3/mod/tools/em: Fixed/enhanced dependency checking in the new EM.
2220 2006-02-14 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2222 * Changes to the htmlArea RTE extension (see details in local ChangeLog)
2224 2006-02-14 Rene Fritz <r.fritz@colorcube.de>
2226 * Moved t3lib/gfx/ to typo3/gfx/
2227 * Changed all references of t3lib/gfx/ to gfx/ or typo3/gfx/
2228 * Made some FE references to media/...
2229 * Added index.php, showpic.php and thumbs.php scripts
2230 * All thoese changes were made to make it possible to use the TYPO3 source without symlinks
2231 * !!! 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/).
2233 2006-02-14 Kasper Skaarhoj <kasperYYYY@typo3.com>
2235 * 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...)
2236 * 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.
2238 2006-02-14 Wolfgang Klinger <wk@plan2.net>
2240 * Fixed bug #2507: Wrong where clause ('1' instead of '1=1')
2241 * Fixed bug #2508: t3lib/class.t3lib_tcemain.php uses hardcoded quotes
2243 2006-02-13 Rene Fritz <r.fritz@colorcube.de>
2245 * Install tool PHP and HTML code cleanup towards xhtml
2247 2006-02-13 Karsten Dambekalns <karsten@typo3.org>
2249 * class.tx_install.php: Changed the way documentation is extracted from comments in config_default.php.
2250 * t3lib/config_default.php, typo3/stylesheet.css, typo3/mod/tools/em/: First CVS release of new Extension Manager codebase.
2252 2006-02-11 Bernhard Kraft <kraftb@kraftb.at>
2254 * Fixed bug #1270: Garbled characters in cshItems when forceCharset is set to utf-8
2256 2006-02-11 Kasper Skaarhoj <kasperYYYY@typo3.com>
2258 * Changed swapping mechanism for versioning. Still need to fix locking file integration.
2260 2006-02-10 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2262 * Remove Direct Mail code from tslib_fe and add checkDataSubmission hook
2264 2006-02-10 Christian Jul Jensen <christian@jul.net>
2266 * Added TCAselectItem to stdWrap, see TSref
2268 2006-02-09 Rene Fritz <r.fritz@colorcube.de>
2270 * Added $TYPO3_CONF_VARS['SYS']['binSetup'] and made t3lib_exec use of it.
2271 * Added TSconfig option options.hideRecords.[table]. Used in pagetree nav frame, web>list module, new record wizard
2273 2006-02-09 Sebastian Kurfuerst <sebastian@garbage-group.de>
2275 * Fixed bug #2105: The width of tt_content is too large (due to access options)
2277 2006-02-08 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2279 * Fixed bug #2365: Replace true linebreaks with space inside block tags and after hr tags in t3lib_parsehtml_proc.
2280 * Changes to the htmlArea RTE extension (see details in local ChangeLog)
2281 * Fixed bug #1496: Enable Direct Mail to fetch a server listening to a port other than 80 (t3lib_htmlmail)
2282 * Fix stdAuthCode in t3lib_div
2284 2006-02-08 Michael Stucki <michael@typo3.org>
2286 * Various changes to indexed_search, see local ChangeLog for details
2287 * !!! Changed default value of TYPO3_CONF_VARS[BE][fileCreateMask/folderCreateMask]. By default, those files are no longer writable for the group.
2288 * Fixed bug #2272: Added [PAGE].includeJS plus possibility to attach .js files to template resources (thanks to Johannes Vockeroth)
2289 * Fixed bug #75: t3lib_extfilefunc::func_copy() does not set file permissions properly
2290 * Encode whitespaces in t3lib_div::encodeHeader() as required by RFC 2047 (thanks to Stanislas)
2291 * Added crdate and tstamp fields to be selected by users in the Web->List view
2292 * Fixed bug #2200: In FEediting the creation of new records in other pages than the current should be possible
2294 2006-02-07 Ingmar Schlecht <ingmar@typo3.org>
2296 * Fix "&" problem in DMail jumpURLs
2298 2006-02-06 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2300 * Fix bugtracker issue #408: enable direct mail to fetch https pages with user authentification
2302 2006-02-06 Sebastian Kurfuerst <sebastian@garbage-group.de>
2304 * New feature: Integrated ss_dragdrop extension into the core (page and folder drag and drop). Thanks to Stephane Schitter for his work on this.
2306 2006-02-05 Dmitry Dulepov <typo3@accio.lv>
2308 * Fix: (Versioning sysext) Two cells in table had hard-coded bgcolor attribute (were not skinnable)
2310 2006-02-04 Sebastian Kurfuerst <sebastian@garbage-group.de>
2312 * Fixed a minor logical bug in undo/history
2313 * Made SU-mode work again (was affected by hook name change)
2315 2006-02-02 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2317 * Adjustments to the htmlArea RTE extension (see details in local ChangeLog)
2319 2006-02-01 Dmitry Dulepov <typo3@accio.lv>
2321 * Fix: renaming of localconf.php.TMP.php to localconf.php did not work on Windows platform
2323 2006-02-01 Bernhard Kraft <kraftb@kraftb.at>
2325 * Fixed an issue with non working links in JSMENUs
2327 2006-02-01 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2329 * t3lib_htmlmail email message-id: global declaration was missing.
2331 2006-01-31 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2333 * tslib_content: remove unused hooks originally intended for use by Direct Mail
2335 2006-01-31 Bernhard Kraft <kraftb@kraftb.at>
2337 * Fixed bug #2396: Select-box items where displayed with garbled characters when forceCharset was set to utf-8
2339 2006-01-31 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2341 * t3lib_htmlmail: make email message-id compliant with RFC 2822.
2343 2006-01-27 Bernhard Kraft <kraftb@kraftb.at>
2345 * Fixed bug #760: "gifbuilder jpgs are 256 colors" for enabling truecolor pngs set [GFX][png_truecolor] variable (reduceColors still gets respected)
2347 2006-01-30 Michael Stucki <michael@typo3.org>
2349 * Added two hooks to class.t3lib_tceforms.php, getMainFieldsClass: getMainFields_preProcess and getMainFields_postProcess (requested by Thomas Hempel for use with the "dynaflex" extension.
2350 * Fixed gremlin #1628: Removed "Text with image below" from the content wizard
2351 * Removed hardcoded maximum size of popup images
2353 2006-01-29 Michael Stucki <michael@typo3.org>
2355 * Added UTF8-support for emails. Thanks to Bernhard Kraft, Stanislas Rolland and Martin Kutschker for their feedback.
2356 * Changes in t3lib_div::plainMailEncoded(): By default, emails will be encoded to quoted-printable.
2357 * Email linebreaks are now "\n" except on Windows, where they are "\r\n". Thanks to Stanislas and Martin for their feedback.
2358 * t3lib_formmail now encodes emails as quoted-printable. base64 needs to be enabled explicitely.
2359 * Install Tool now uses t3lib_div::plainMailEncoded() instead of mail() to send plain text mails.
2360 * Install Tool now displays warning messages using t3lib_div::debug() instead of debug() which does not work in all cases.
2361 * Marked t3lib_htmlmail->convertName() as deprecated because header lines are now encoded automatically.
2363 2006-01-28 Martin Kutschker <martin.t.kutschker@blackbox.net>
2365 * Fixed bug #2382: error when creating a new (and empty) file in BE
2366 * Fixed bug #1878: protect localconf.php from being lost on write error
2367 * Enhanced TCE type "none" with many rendering options
2369 2006-01-27 Sebastian Kurfuerst <sebastian@garbage-group.de>
2371 * Fixed bug #2337: remove 30KB editing limit in Template Editor
2372 * Fixed bug #2405: CSC - allow styles and additional table class
2373 * Fixed little removed reference operator in class.t3lib_tcemain.php line 1817 (triggers a call-time pass-by-reference warning) - eval API code
2375 2006-01-27 Martin Kutschker <martin.t.kutschker@blackbox.net>
2377 * added error logging to DB initialization code
2378 * improved FQDN detection and fixed empty syslog ident in t3lib_div::initSysLog()
2379 * Fix problem with non-associative arrays in t3lib_db->fullQuoteArray()
2381 2006-01-27 Peter Niederlag <peter@niederlag.de>
2383 * Fixed bug #2023, removed most of RTE-Config from sysEXT:cms and sysExt:css-styled_content
2385 2006-01-27 Ingmar Schlecht <ingmar@typo3.org>
2387 * Added <label> tags around "Expand all" in class.alt_menu_functions.inc
2389 2006-01-27 Kasper Skaarhoj <kasperYYYY@typo3.com>
2391 * Improved output of FlexForm contents inside of eg. Web>List module (stripping tags that is :-)
2392 * Added function for counting references to records (in t3lib_BEfunc)
2393 * Added warning to About Modules if the reference index is empty (which it will be for all updates to 4.0)
2394 * Added connectDB function in t3lib_db (used by clients of new feature in index_ts.php, see later.)
2395 * 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.
2396 * Added "deleted" column to reference index.
2397 * Working on cli-script for updating reference index from command line (necessary for large databases!!)
2398 * Added new class, t3lib_flexformtools, providing framework for manipulation of flexform data. (specifically it can be used for traversal of flexform data).
2399 * 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.
2400 * Fixed bug in t3lib_tcemain where files uploaded to a record in case of auto-versioning did not work
2401 * 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.
2402 * !!! 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!
2403 * Improved length of sys_refindex.ref_string from 40 to 200 chars.
2404 * Added information about number of references pointing to record or file before its deleted (didn't localize the message though)
2405 * 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...)
2406 * Set a security precaution in ws/workspaceforms.php (Dmitry should take a look and learn :-)
2407 * 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.
2408 * Began working on a preview-facility which will allow for preview of eg. a workspace page without a backend login.
2409 * 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.
2411 2006-01-27 Christian Jul Jensen <christian@jul.net>
2413 * Minor bugfix in sys_actions related to the taskcenter changes in 3.8
2414 * Added manual sorting of sys_actions records
2417 2006-01-27 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2419 * Adjustments to the htmlArea RTE extension (see details in local ChangeLog)
2421 2006-01-26 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2423 * Corrections to the htmlArea RTE extension (see details in local ChangeLog)
2426 2006-01-26 Michael Stucki <michael@typo3.org>
2428 * Fixed bug #1625: Pages with "hide in menu" flag have got the same pagetree icon like not-in-menu pages.
2429 * 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".
2430 * !!! 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).
2432 2006-01-26 Dmitry Dulepov <typo3@accio.lv>
2434 * Fixed bug #1947: "Page is being generated" is bad for search engines
2436 2006-01-24 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2438 * Fix issues #282 and 1421
2439 * t3lib_htmlmail: Enable use of CURL library functions when $TYPO3_CONF_VARS["SYS"]["curlUse"] = '1'
2440 * t3lib_htmlmail: Correct encoding of jumper url
2441 * t3lib_htmlmail: Avoid applying illegal encoding domain to multipart headers (when html has media)
2443 2006-01-22 Ingmar Schlecht <ingmar@typo3.org>
2445 * 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!)
2447 2006-01-22 Sebastian Kurfuerst <sebastian@garbage-group.de>
2449 * Fixed issues #2333 and #2255, needed for the upcoming skin
2451 2006-01-20 Dmitry Dulepov <typo3@accio.lv>
2453 * Fixed bug #2232: Creation of new workspace fails
2455 2006-01-20 Karsten Dambekalns <karsten@typo3.org>
2457 * Fixed bugs 1907, 1581, 17, 2054, 35, 365 in EM.
2460 2006-01-20 Michael Stucki <michael@typo3.org>
2462 * Release of TYPO3 4.0beta2
2463 * 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!
2464 * Added support to fetch values from objects in getText: myVar.data = TSFE:fe_user|user|username
2465 * Fixed (part of) #2059: Removing "NOT NULL" when parsing SQL data
2467 2006-01-19 Sebastian Kurfuerst <sebastian@garbage-group.de>
2469 * New feature: Revised Undo/History feature.
2470 * Fixed issue #1952: New hook in class.t3lib_userauthgroup.php
2471 * Fixed issue #2243: Hook needed in class.t3lib_befunc.php, function getProcessedValue
2472 * Fixed bug #2293: Javascript warnings
2473 * Fixed errors in t3lib_db::fullQuoteArray and UPDATEquery (came into the core some hours before)
2475 2006-01-19 Karsten Dambekalns <karsten@typo3.org>
2477 * sysext/dbal: Some bugfixes to connection handling; added $no_quote_fields support for INSERT and UPDATE methods.
2480 2006-01-19 Rene Fritz <r.fritz@colorcube.de>
2482 * Fixed bug: Fixed a problem with the RTE and inline images and base url's like http://mydomain.com/here_is_my_site/
2483 * Fixed bug: The nav frame do not update properly when submodules register different nav frames with navFrameScript in MCONF. (class.alt_menu_functions.php)
2484 * Fixed bug: fixed bug related to PHP5 and clone() in tslib_content
2485 * Fixed issue: Added clone() compatibility function for PHP4
2486 * 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.
2487 * 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
2489 2006-01-19 Dmitry Dulepov <typo3@accio.lv>
2491 * Fixed bug #1430: SEO + simulateStaticDocuments
2493 2006-01-19 Peter Niederlag <peter@niederlag.de>
2495 * Fixed issue #2268 on cleanup of sysext:css_styled_content
2496 * Fixed small issue with link in LICENSE.txt
2498 2006-01-19 Martin Kutschker <martin.t.kutschker@blackbox.net>
2500 * add t3lib_div::sysLog() for Core logging
2501 * use t3lib_div::sysLog() in t3lib_db->sql_pconnect() and t3lib_db->sql_select_db()
2502 * add no_quote parameter to t3lib_db->fullQuoteArray() and to all SQL statement generating functions of t3lib_db
2504 2006-01-19 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2506 * Changes to the htmlArea RTE extension (details see local ChangeLog)
2508 2006-01-18 Dmitry Dulepov <typo3@accio.lv>
2510 * 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.
2512 2006-01-18 Sebastian Kurfuerst <sebastian@garbage-group.de>
2514 * Fixed bug #1869: Copy sites with flexible content elements inside crash with fatal error
2515 * Fixed bug #2136: changing extended view in list mode changes focus
2516 * New feature #1320: stdWrap for all ATagParams (except config.ATagParams)
2518 2006-01-18 Bernhard Kraft <kraftb@kraftb.at>
2520 * Fixed bugs #277, #1030 and #1472 which are all related to the same charset issue.
2522 2006-01-17 Karsten Dambekalns <karsten@typo3.org>
2526 2006-01-17 Wolfgang Klinger <wk@plan2.net>
2528 * Update the timestamp field (TCA/ctrl/tstamp) on delete
2530 2006-01-16 Dmitry Dulepov <typo3@accio.lv>
2532 * Fixed bug #2160: Turn off workspaces module for certain users not possible
2534 2006-01-14 Ingmar Schlecht <ingmar@typo3.org>
2536 * Fixed #2248: Path disclosure in config_default.php and showpic.php
2538 2006-01-14 Michael Stucki <michael@typo3.org>
2540 * Fixed bug #2102: PHP-Warning in the shortcut frame
2541 * Remove <label> tags around hidden fields in FORM elements
2542 * Removed depencency of typo3conf/database.sql: The file contents are now calculated automatically.
2544 2006-01-13 Wolfgang Klinger <wk@plan2.net>
2546 * The '[Translate to:]' message is now configurable via TSconfig and will be prepended only if there's an actual value
2548 2006-01-12 Karsten Dambekalns <karsten@typo3.org>
2550 * Fixed unclean document.location use in JavaScript parts, replaced by [window.]location.href
2552 2006-01-12 Wolfgang Klinger <wk@plan2.net>
2554 * Introduced a new property 'ignore' for config.sys_language_mode
2556 2006-01-12 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2558 * Changes to the htmlArea RTE extension (details see local ChangeLog)
2560 2006-01-11 Dmitry Dulepov <typo3@accio.lv>
2562 * Fixed bug #2199: Summary contains duplicate labels (indexed_search)
2564 2006-01-10 Wolfgang Klinger <wolfgang@stufenlos.net>
2566 * Fixed bug #1209: set 'deleteTree' to '1' if 'recursiveDelete' is set in the user preferences
2568 2006-01-08 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2570 * rtehtmlarea: Correction to path settings affecting image drag & drop and file/image upload.
2572 2006-01-08 Sebastian Kurfuerst <sebastian@garbage-group.de>
2574 * Fixed bug #1938: Selection "Frontend" gets lost on login failure
2575 * Fixed bug #1149: FE-Editing in new Popups => Page doesn't reload
2576 * New feature #1910: Sorting in filelists by modification date
2578 2006-01-06 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2580 * Converted locallang files of htmlArea RTE extension to XML format.
2581 * Revised all licence notices on all scripts of htmlArea RTE in order to publish under GPL.
2583 2006-01-06 Sebastian Kurfuerst <sebastian@garbage-group.de>
2585 * Fixed bug #1854: wrong Access check in RTE Wizard
2586 * Added PHPdoc comments to the update wizard
2588 2006-01-05 Karsten Dambekalns <karsten@typo3.org>
2590 * Minor change to the stylesheet to enhance tabmenu display in the BE.
2592 2006-01-05 Martin Kutschker <martin.t.kutschker@blackbox.net>
2594 * Add escapeStrForLike() to t3lib_db and use it in tslib_cObj->searchWhere()
2595 * Update for bug #1354: Use mysql_escape_string() with PHP 4.1.x
2597 2006-01-04 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2599 * Changes to the htmlArea RTE extension (details see local ChangeLog)
2601 2006-01-04 Karsten Dambekalns <karsten@typo3.org>
2603 * Changes to the DBAL extension (details see local ChangeLog)
2604 * Minor fix to inline comment in class.t3lib_sqlparser.php
2606 2006-01-04 Sebastian Kurfuerst <sebastian@garbage-group.de>
2608 * Fixed bug #2169: Import of testsite from T3D exceeds PHP maximum_execution_time
2609 * Fixed bug #2127: Fatal error in mod/user/ws/index.php
2610 * Changed behavior of alertPopups - there were still some bugs inside, it is cleaned up now.
2612 2005-12-31 Martin Kutschker <martin.t.kutschker@blackbox.net>
2614 * Add alternative field name argument to tslib_pibase->pi_initPIflexForm()
2616 2005-12-30 Sebastian Kurfuerst <sebastian@garbage-group.de>
2618 * Fixed bug #2108: Error when using hide in Frontend Editing
2620 2005-12-29 Sebastian Kurfuerst <sebastian@garbage-group.de>
2622 * Fixed bug #2100: Warning: Call-time pass-by-reference has been deprecated
2623 * Fixed bug #2126: Updating encryption key sets compat version to same value
2624 * Fixed bug #2132: Error on moving lost records
2625 * Fixed bug #2134: "Place as root" does not function
2626 * Changed version of indexed search to 2.9.0
2627 * Fixed bug #2117: Install-Tool: "Write to localconf.php" sets "sqlDebug" and "USdateFormat" automatically
2628 * Fixed a bug in quote settings in CSS styled content - table. Now it is possible to copy/paste a CSV directly.
2630 2005-12-28 Michael Stucki <michael@typo3.org>
2632 * Release of TYPO3 4.0beta1
2633 * Fixed a bug in tstemplate (path still pointing to typo3/ext/)
2635 2005-12-28 Michael Stucki <michael@typo3.org>
2637 * Changed TYPO3_CONF_VARS[SYS][fileCreateMask] from 775 to 755
2638 * Rised version number to 4.0-dev
2639 * Added "rtehtmlarea" as a system extension
2640 - Important notice: Because of a known bug, the buttons "blockstylelabel", "blockstyle", "textstylelabel" and "textstyle" will not work with this version.
2641 * Fixed bug #1155: Install tool want to recreate the tables, and drop the old ones
2642 * Fixed Gremlin #1690: nav_frame is sometimes out of sync with the selected page
2643 * Various changes in t3lib_parsehtml_proc (on behalf of Stanislas Rolland):
2644 - Allow style and xml:lang attributes on span tags
2645 - Include "hr", "address" and "dl" in headListTags
2646 - Avoid insertion of superfluous linebreaks by transform_db
2647 - Eliminate true linebreaks inside Hx tags
2648 - Convert linebreaks to spaces instead of deleting them
2649 - Wrap a-tags that contain a style attribute with a span-tag
2650 - Honor setting RTE.default.proc.HTMLparser_db.xhtml_cleaning=1
2652 2005-12-27 Bernhard Kraft <kraftb@kraftb.at>
2654 * 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)
2656 2005-12-27 Dmitry Dulepov <typo3@accio.lv>
2658 * Workspace listing: CSS classes are added to system style sheet file
2659 * Workspace listing: Direct styles changes to CSS classes
2660 * Workspace listing: Mount points list now shows warning icon and explanation tooltip if workspace mount point is not accessible for current BE user
2661 * Workspace listing: Mount points list will show explanation if no mount points available and why
2662 * Workspace listing: User list is changed for live and draft workspace: now shows a simple list of users
2663 * Workspace listing: alt_shortcut.php is no longer used to switch workspaces
2664 * Workspace listing: Fix - user names sometimes were not displayed for non-admin user in the access lists
2665 * Workspace listing: Fix - non-admin users could see empty row in workspace list
2666 * Workspace listing: Fix - workspace_list_label_frozen_no label was wrong in locallang_mod_user_ws.xml
2667 * Many new labels in locallang_mod_user_ws.xml
2669 2005-12-27 Michael Stucki <michael@typo3.org>
2671 * Added typo3/ext/ again. It must stay even if it's empty, otherwise TYPO3 will not create the temp_CACHED_* files in typo3conf/
2673 2005-12-27 Karsten Dambekalns <karsten@typo3.org>
2675 * Applied DBAL-related changes. This fixes or helps to fix some issues, including bugs #1649, #1781, #2077 and others.
2676 * Added dbal and adodb as system extensions.
2678 2005-12-26 Sebastian Kurfuerst <sebastian@garbage-group.de>
2680 * Fixed bug #752: scope of BE- and FE-Cookie: can't cope with multidomain-setup
2682 2005-12-26 Michael Stucki <michael@typo3.org>
2684 * Changed default font to for code textareas to "monospace"
2685 * Changed the tab-in-textarea and the above fixed-font features to be changed by TCA. See Core API "defaultExtras" section for details.
2686 * Changed module pointer of BE module titles (Web, File, Tools, etc.)
2687 * Fixed Gremlin #1643: alt_shortcut.php: Permissions for the target document are checked before a shortcut is displayed.
2688 * 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")
2690 2005-12-25 Sebastian Kurfuerst <sebastian@garbage-group.de>
2692 * Fixed error where deleted pages appear in the page tree when preview is activated. t3lib_pageselect->where_hid_del had to be changed.
2693 * changed length of page alias from 20 to 32 characters
2694 * Fixed bug #2087, introduced by #1078
2695 * Marked t3lib_ajax as subject to change
2696 * Fixed clickmenu bug with ajax
2697 * updated CSS styled content: integrated accessible mailforms, accessible menus, accessible tables
2698 * inserted update wizard and compatibility version
2700 2005-12-25 Dmitry Dulepov <typo3@accio.lv>
2702 * typo3/mod/user/ws/class.mod_user_ws_workspaceforms.php: renamed to workspaceforms.php
2703 * typo3/mod/user/ws/index.php: Many labels moved to locallang_user_mod_ws.xml
2704 * typo3/mod/user/ws/index.php: Changed file name for workspace editing to workspaceforms.php
2705 * typo3/mod/user/ws/workspaceforms.php: Now using t3lib_BEfunc::datetime() instead of date()
2706 * typo3/mod/user/ws/workspaceforms.php: Labels moved to locallang_user_mod_ws.xml
2707 * 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
2708 * typo3/mod/user/ws/workspaceforms.php: Enabled tabbed form for workspaces
2709 * typo3/mod/user/ws/workspaceforms.php: Changed author's e-mail
2710 * t3lib/stddb/tbl_be.php: Added tab names to dividers in sys_workspace table
2711 * typo3/sysext/lang/locallang_mod_user_ws.xml: Added new labels for Workspace module
2713 2005-12-23 Michael Stucki <michael@typo3.org>
2715 * Moved tstemplate, tstemplate_analyzer, tstemplate_ceditor, tstemplate_info, tstemplate_objbrowser as system extensions to TYPO3core
2717 2005-12-21 Christian Jul Jensen <julle@typo3.org>
2719 * Fixed bug regarding MM-relations to same table in befunc::getProcessedValues
2721 2005-12-19 Michael Scharkow <michael@underused.org>
2723 * Fixed bug #1915: trigger 404 with bogus aliases
2725 2005-12-19 Sebastian Kurfuerst <sebastian@garbage-group.de>
2727 * New feature #1078: make javascript warning/confirmation popups configurable
2728 * Fixed bug #1578: Radio button validation does not work if there is only one radio button
2729 * Fixed bug #1906: first part only implements override.* for arbitary adminPanel options - relates to #1518
2731 2005-12-19 Michael Stucki <michael@typo3.org>
2733 * Added support for objects in conditions. Use it like this: [globalString = TSFE:fe_user|user|username = myname]
2735 2005-12-19 Kasper Skaarhoj <kasper2005@typo3.com>
2737 * Change logout-button label to "Exit" when in SwitchBackUser mode.
2738 * Fixed a htmlspecialchars() thing in TCEforms.
2740 2005-12-18 Michael Stucki <michael@typo3.org>
2742 * Cleanup: Changed all occurences of "depreciated" => "deprecated"
2744 2005-12-17 Kasper Skaarhoj <kasper2005@typo3.com>
2746 * Added reference index table and class. See mail sent to Dev-list
2748 2005-12-16 Robert Lemke <robert@typo3.org>
2750 * 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
2752 2005-12-13 Martin Kutschker <martin.t.kutschker@blackbox.net>
2754 * Support of file_get_contents() in t3lib_div::getURL()
2755 * Check result of fwrite() in t3lib_div::writeFile()
2757 2005-12-15 Michael Stucki <michael@typo3.org>
2759 * Added a deleted field to pages_language_overlay
2760 * Changed alignment for some checkboxes in the TS debugger of the admin panel (better to read)
2761 * 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.
2763 2005-12-15 Kasper Skaarhoj <kasper2005@typo3.com>
2765 * Fixed a small SQL-related bug in Dmitris workspace related implementations
2767 2005-12-14 Sebastian Kurfuerst <sebastian@garbage-group.de>
2770 * Fixed bug #1343: Minor problem with tslib_fe::prefixLocalAnchorsWithScript()
2771 * New feature #1369: Accessible forms
2772 * New feature #1631: configuration of user rights
2773 * Fixed bug #1980: Relative links (anchors) in current page & baseURL
2774 * Security #2024: Set random ["SYS"]["encryptionKey"] during 1-2-3 install, changed button captions
2776 2005-12-13 Martin Kutschker <martin.t.kutschker@blackbox.net>
2778 * Fixed bug #1172: broken typolinks to other domains
2780 2005-12-13 Martin Kutschker <martin.t.kutschker@blackbox.net>
2782 * Fixed bug #2020: t3lib_cs->substr in mbstring-mode always used utf-8
2783 * Added support for iconv-functions of PHP5 in t3lib_cs
2785 2005-12-12 Michael Stucki <michael@typo3.org>
2787 * Fixed wrong/missing label tags around radio input elements
2788 * Added new property "returnKey" to the split function - useful to get a specific element after a split operation
2789 * Added a class="typo3-debug" parameter to t3lib_div::debug() tables
2791 2005-12-10 Peter Niederlag <peter@niederlag.de>
2793 * Fixed bug #1976: PHP5 type-conversion of string 'true' and boolean
2795 2005-12-09 Martin Kutschker <martin.t.kutschker@blackbox.net>
2797 * 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
2798 * Added config.xhtmlDoctype ($GLOBALS['TSFE']->xhtmlDoctype and $GLOBALS['TSFE']->xhtmlVersion)
2800 2005-12-03 Dmitry Dulepov <typo3@fm-world.ru>
2802 * Added $BACK_PATH to $error_doc in t3lib_div::TCEmain->printLogErrorMessages() to work properly if current script runs outisde of ./typo3 directory
2804 2005-12-01 Dmitry Dulepov <typo3@fm-world.ru>
2806 * Implemented access check for workspace editing
2807 * Blinding for user and group names is implemented in workspace editing
2809 2005-11-30 Sebastian Kurfuerst <sebastian@garbage-group.de>
2811 * Fixed bug #0874: XHTML compliance of GMENU with onmouseover images
2812 * Fixed bug #1657: make default number of file upload forms in the file upload tool configurable
2813 * Fixed bug #1703: Date fields: default is tomorrow instead of today.
2814 * Fixed bug #1889: EM appends trailing spaces when updating ext_emconf.php
2815 * Changed shortcut checking behavior in t3lib_page::getMenu (Related to #1066)
2817 2005-11-30 Michael Stucki <michael@typo3.org>
2819 * Fixed a little bug in t3lib_div::debug() (missing <tr> after first row)
2821 2005-11-29 Dmitry Dulepov <typo3@fm-world.ru>
2823 * Workspace module uses own classes for editing/creating workspaces (no permission check yet!)
2824 * Better visual presentation for workspace list (added icons, ndashes, etc)
2826 2005-11-28 Sebastian Kurfuerst <sebastian@garbage-group.de>
2828 * Fixed spelling error (Bug #1945)
2829 * Inserted "exit" after location header in t3lib_userauth (relates to #1519)
2831 2005-11-27 Jan-Erik Revsbech <jer@moccompany.com>
2833 * 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.
2835 2005-11-25 Martin Kutschker <martin.t.kutschker@blackbox.net>
2837 * Fixed PHP 5.0.5 compability issue with end() in class.t3lib_timetrack.php
2839 2005-11-24 Christian Jul Jensen <christian@jul.net>
2841 * Added GET-params "module" and "modParams" to alt_main.php to allow external urls to access specific points in modules
2843 2005-11-23 Michael Stucki <michael@typo3.org>
2845 * 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.
2846 * !!! Removed $TYPO3_CONF_VARS['FE']['logfile_write']. See above.
2847 * If logfile does not exist, try to create it automatically
2848 * Fixed bug #187: config.stat_apache_pagenames code [type] ends up empty
2849 * Fixed bug #1161: Cannot give access to all modules to a backend user when there are many backend modules loaded. Thanks to Valentin Schmid.
2850 * Fixed bug #1672: Change name of "Edit page header" to "Edit page properties". Many thanks to Valentin Schmid who made the patch for this.
2851 * Fixed bug #1549: Improve description of imagecaption fields
2852 * Fixed bug #1592: Show website (magnifying glass icon) opens a new browser without all the toolbars
2853 * Fixed bug #76: t3lib_div::writeFile() changes permissions without need
2855 2005-11-23 Dmitry Dulepov <typo3@fm-world.ru>
2857 * Added workspace list display in User/Workspace module
2859 2005-11-23 Andreas Otto <andreas.otto@dkd.de>
2861 * 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.
2863 2005-11-23 Sebastian Kurfuerst <sebastian@garbage-group.de>
2865 * XHTML Compliance: prefix local anchors with a string (bug #1243)
2866 * Feature request #1453: stdWrap for fontColor attribute of GIFBUILDER?s TEXT-object
2867 * Usability: Add focus in install tool login form (bug #1584)
2868 * Bug #1637: Adjustment to collapsable menu
2870 2005-11-19 Michael Stucki <michael@typo3.org>
2872 * Added a helpful warning if config.baseURL=1 was found
2873 * !!! Disabled the config.baseURL=1 feature. baseURL needs to be a string value, otherwise it will not work (security reasons)!
2874 * Fixed bug #1115: Broken image-alignment in Mozilla browsers (written by Martin Kutschker)
2875 * Fixed a cross-site scripting issue in showpic.php. Many thanks to Martin Klaus who provided a fix for this.
2876 * Fixed the encryptionKey auto-generation in the Install Tool: The 32 first characters were always the same. Thanks to Jochen Weiland.
2877 * 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.
2878 * Fixed wrong image negation in Install Tool (patch written by Bernhard Kraft)
2879 * Fixed bug #1861: Call of inexinsting t3lib_exec::imageMagickCommand() instead of t3lib_div::...
2881 2005-11-18 Michael Scharkow <mscharkow@gmx.net>
2883 * Removed bgColor from default body tag
2885 2005-11-17 Robert Lemke <robert@typo3.org>
2887 * Added two post-processing hooks into t3lib_tcemain->moveRecord. They are required by TemplaVoila 1.0
2889 2005-11-15 Sebastian Kurfuerst <sebastian@garbage-group.de>
2891 * Fixed bug #569: The "Access Key" combination now added to the "title" attribute of images
2892 * Fixed bug #815: CLI-mode doesn't work with lockSSL enabled
2893 * New feature #1518: override all admin panel values from TSConfig
2895 2005-11-12 Sebastian Kurfuerst <sebastian@garbage-group.de>
2897 * New feature #1573: switch back to admin user after user switch (SU-mode)
2899 2005-11-11 Sebastian Kurfuerst <sebastian@garbage-group.de>
2901 * New feature #1519: new option for lockSSL: get redirected to standard http after BE login with SSL
2902 * Fixed bug #1624: Copying of a file in the same folder in the "Filelist" module dosen't work
2903 * Feature request #1706: add "save + close" button in RTE wizard
2905 2005-11-09 Rupert Germann <rupi@gmx.li>
2907 * Fix for function getBorderAttr: closes bugs 1360 and 1461
2909 2005-11-09 Sebastian Kurfuerst <sebastian@garbage-group.de>
2911 * New feature #1577: display clickmenus with XMLHTTP / ajax
2912 * Fixed bug #1066: Shortcut to an invisible page leads to a frontend error
2914 2005-11-09 Ingmar Schlecht <ingmar@typo3.org>
2916 * Made TCEForms put <label> tags around icons for moving/deleting repetitive Flexform items
2917 * Removed annoying feature of typo3/tab.js to focus the textarea
2919 2005-11-08 Sebastian Kurfuerst <sebastian@garbage-group.de>
2921 * Fixed bug #586: User Admin can't create new user
2922 * Fixed bug #1293: TCAdefaults.pages.doktype is not recognized by the wizard "Create new pages"
2923 * Fixed bug #1407: clearCache doesn't work when deleting records
2924 * Fixed bug #1570: on timeout in BE, popup appears all the time when clicking no
2925 * Fixed bug #1571: make new content element wizard easier to use
2927 2005-11-01 Robert Lemke <robert@typo3.org>
2929 * Added an is_array() check in t3lib_div::resolveSheetDefInDS() to prevent a fatal error in certain circumstances
2931 2005-10-26 Kasper Skaarhoj <kasper2005@typo3.com>
2933 * Implemented additional, simple API for logging to sys_log plus extended the sys-log with workspace awareness.
2934 * Implemented more workspace related features. In particular scripts like t3lib_tcemain and t3lib_userauthgroup have been heavily modified!
2936 2005-10-21 Bernhard Kraft <kraftb@kraftb.at>
2938 * Fixed a bug in t3lib/class.t3lib_page.php which broke the Direct Mailer
2940 2005-10-19 Bernhard Kraft <kraftb@kraftb.at>
2942 * Fixed a bug in t3lib/jsfunc.menu.js (base URL was also prepended when link is already absolute)
2943 * Fixed bug #200: fe_adminLib: hard-coded Form URL, should be typolink
2945 2005-10-17 Kasper Skaarhoj <kasper2005@typo3.com>
2947 * Fixed wrong page-not-found header from "Status: 404 ..." to "HTTP/1.0 404..."
2949 2005-10-15 Michael Stucki <michael@typo3.org>
2951 * Added a hook for adding new items in alt_topmenu_dummy.php (requested by Stig N. Faerch for his "roles" extension)
2952 * 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'].
2953 * Added template support to indexed_search. Many thanks to Udo von Eynern for his great work!
2954 * Many other changes to indexed_search. For details, see typo3/sysext/indexed_search/ChangeLog.
2956 2005-10-14 Andreas Otto <andreas.otto@dkd.de>
2958 * 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.
2960 2005-10-07 Kasper Skaarhoj <kasper2005@typo3.com>
2962 * 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.
2964 2005-10-04 Kasper Skaarhoj <kasper2005@typo3.com>
2966 * Added initial support for workspaces in core.
2967 * !!! 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.
2969 2005-10-04 Martin Kutschker <martin.t.kutschker@blackbox.net>
2971 * Fixed bug #1152: allow for nice filenames in Apache stat file (config.stat_apache_niceTitle)
2972 * optionally remove the site root from the Apache stat file path (config.stat_apache_noRoot)
2973 * Fix bug #1516: improper user of mb_strpos()
2975 2005-10-02 Bernhard Kraft <kraftb@kraftb.at>
2977 * Integrated content-slide extension into core
2978 * Implemented "requestUpdate" feature of TCEforms for Flexform fields
2980 2005-09-19 Martin Kutschker <martin.t.kutschker@blackbox.net>
2982 * Fixed bug #1287: Detect Opera as Netscape3 (making image roll-overs work)
2984 2005-09-18 Michael Stucki <michael@typo3.org>
2986 * If the encryption key is not set, the warning in the backend now contains a link to the according section.
2987 * be_group can no longer be selected as a subgroup of itself
2988 * Merged fenestgrp extension into Core. This makes it possible to select subgroups for fe_groups. Thanks to Glen Gibb.
2989 * 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.
2990 * 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!
2991 * Object browser: Added support to match for TS keys
2993 * 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.
2995 2005-09-14 Karsten Dambekalns <karsten@typo3.org>
2997 * Fixed bug #214 (flexform default values), as it has been reported to work with the existing patch.
2999 2005-09-13 Ingmar Schlecht <ingmar@typo3.org>
3001 * Fixed bug #1375: Made typo3/mod/tools/em/index.php use preg_quote() on filename before passing it to preg_match()
3003 2005-09-13 Karsten Dambekalns <karsten@typo3.org>
3005 * Fixed the page is being generated page refreshing to the wrong page when query parameters are used.
3006 * Fixed (part of) bug #1312 (showpic.php).
3008 2005-08-22 Martin Kutschker <martin.t.kutschker@blackbox.net>
3010 * Fixed bug #24: Modified the JS layer code so that GMENU_LAYERS work with Opera (3.8 patch port by Michael Stucki)
3012 2005-08-16 Michael Stucki <michael@typo3.org>
3014 * Fixed a wrong path in Install Tool welcome message
3016 2005-07-06 Jan-Erik Revsbech <jer@moccompany.com>
3018 * Fixed bug #0001197: t3lib_htmlmail looked for config variable enableReturnPath, but the variable was named forceReturnPath.
3019 * Added a new header Errors-To which is used by Postfix.
3021 2005-07-02 Michael Stucki <michael@typo3.org>
3023 * Removed misc/mod_rewrite.htaccess and misc/php_optimized.htaccess and replaced them by misc/simple.htaccess and misc/advanced.htaccess
3024 * Added a die() call to protect the display of phpinfo() in misc/phpcheck/incfile.php
3025 * config.disablePrefixComment was ignored by plugins
3026 * $TT->pull() was called without $TT->push() before in typo3/sysext/indexed_search/class.indexer.php
3027 * Fixed bug #0001239: Install tool does not accept hyphen in database host name
3029 2005-06-27 Andreas Otto <andreas@php4win.de>
3031 * Method fetchGroups() in t3lib/class.t3lib_userauthgroup.php:
3032 Added hook as requested and provided by Stig N. Faerch.
3033 This hook is used by the extension 'roles'. With this hook it's possible to
3034 control the backend usergroup access, through manipulating a sql-sentence.
3035 In the case of 'roles', the hook is used to limit access to the selected
3036 backend usergroup (which is marked as a role). This is very powerful when
3037 you need to have a better overview in the backend.
3039 2005-06-25 Michael Stucki <michael@typo3.org>
3041 * Improved description of [TYPO3_CONF_VARS][BE/FE][compressionLevel]
3043 2005-06-20 Michael Stucki <michael@typo3.org>
3045 * Merged changes from TYPO3_3-8 branch back
3047 2005-06-06 Andreas Otto <andreas.otto@dkd.de>
3049 * 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.
3051 2005-05-29 Michael Stucki <michael@typo3.org>
3053 * typo3/sysext/cms/tslib/class.tslib_content.php: Fixed a bug with the "addQueryString" property in typolinks
3054 * typo3/mod/tools/em/index.php: Extension manager didn't allow to edit *.xml files
3056 2005-05-23 Rupert Germann <rupi@gmx.li>
3058 * Fix: Reversed the effect of the new parameter "config.disableImgBorderAttr". Now it does what the name says.
3060 2005-05-23 Michael Stucki <michael@typo3.org>
3062 * Release of TYPO3 3.8.0
3063 * Fixed bug #0000840: Login URL feature attracts users to transfer password in cleartext
3065 2005-05-22 Karsten Dambekalns <karsten@typo3.org>
3067 * t3lib/class.t3lib_querygenerator.php: Fixed broken database search, originally caused by DBAL changes.
3069 2005-05-22 Kasper Skaarhoj <kasper@typo3.com>
3071 * Added loginscreen image and colorscheme, upgraded version number.
3073 2005-05-21 Bernhard Kraft <kraftb@kraftb.at>
3075 * Fixed bug #0000975: Make the thumbnail-size of filelinks chooseable
3077 2005-05-20 Michael Stucki <michael@typo3.org>
3079 * Fixed bug #0000459: undefined function: float() in class.t3lib_cs.php
3080 * New feature #0000850: Store last built query independent of t3lib_db->debugOutput. Thanks to Rainer Kuhn.
3082 2005-05-19 Michael Stucki <michael@typo3.org>
3084 * 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)
3085 * Fixed bug #0001065: Labels of radio buttons in listview were not shown. Thanks to Sebastian Kurfuerst.
3086 * Changed innerWrap and outerWrap in editPanels to be stdWrap'able. Thanks to Martin Kutschker.
3087 * Fixed bug #0000098: Forms elements should not contain a wrap-attribute for textareas, so this is now optional. Thanks to Martin Kutschker.
3088 * Fixed bug #0001075: XHTML compliance of FORM elements. Thanks to Martin Kutschker.
3089 * Fixed bug #0001061: XHTML cleaning did not support the <param /> tag. Thanks to Martin Kutschker.
3091 2005-05-19 Karsten Dambekalns <karsten@typo3.org>
3093 * typo3/sysext/install/mod/class.tx_install.php: Added a button to generate a random encryption key.
3094 * typo3/sysext/cms/layout/db_layout.php: Fix for bug #1042. Thanks to Sebastian Kurfuerst and Michael Stucki.
3095 Additionally removed some unused variables/globalisations
3096 * typo3/mod/tools/em/index.php: Applied patch for bug #1043 (ereg calls without escaped curly braces)
3097 * t3lib/class.t3lib_install.php: Fix for bug #987 (hardcoded MyISAM table type)
3099 2005-05-17 Michael Stucki <michael@typo3.org>
3101 * Minor fix in t3lib/config_default.php: pageNotFoundOnCHashError used "false" instead of "0" as the default value
3103 2005-05-16 Michael Stucki <michael@typo3.org>
3105 * Fixed wrong display of empty tags in class.tx_cms_layout.php
3106 * Fixed missing email address label if none specified in class.tslib_content.php
3107 * Fixed missing replacement of "@" in spamProtectEmailAddresses mode in class.tslib_content.php
3109 2005-06-08 Kasper Skaarhoj <kasper@typo3.com>
3111 * Added TYPO3_CONF_VARS[SYS][USdateFormat] configuration option to turn date-entering into MM-DD-YYYY in backend. Go US!
3113 2005-05-14 Michael Stucki <michael@typo3.org>
3115 * Release of TYPO3 3.8.0rc1
3116 * Fixed a bug in the context-sensitive menu (right-click on 2nd level like "more options..." didn't work). Thanks to Wolfgang Klinger.
3118 2005-05-14 Rupert Germann <rupi@gmx.li>
3120 * 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.
3122 2005-05-12 Michael Stucki <michael@typo3.org>
3124 * Force TCEform reload if the plugin is changed
3125 * 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.
3126 * Removed duplicate "Expires" header in class.t3lib_userauth.php
3127 * Changed return value type of t3lib_div::inList which was not really boolean (as documented) but string. Thanks to Bernhard Kraft.
3129 2005-05-11 Michael Scharkow <mscharkow@gmx.net>
3131 * Fixed bug #0000930: The delete button in QuickEdit mode lead to a 404 message. Thanks to Sebastian Kurfuerst.
3133 2005-05-09 Kasper Skaarhoj <kasper@typo3.com>
3135 * 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.
3137 2005-05-04 Kasper Skaarhoj <kasper@typo3.com>
3139 * Added Hindi language
3140 * Added feature to table-wizard: Will create 5 new rows when adding rows in the bottom of table (configurable)
3141 * Added download links in extension listing in EM
3142 * Added new feature, "submenuObjSuffixes" to TypoScript Menu objects to define alternative submenus depending on position of parent menu object in menu. (TSref documented)
3144 2005-05-01 Michael Stucki <michael@typo3.org>
3146 * Implemented a wrapper for executing ImageMagick
3147 * New feature #0001034: GraphicsMagick finally works with TYPO3! This can be enabled by setting TYPO3_CONF_VARS[GFX][im_version_5] to 'gm'.
3148 * 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...
3150 2005-04-30 Michael Stucki <michael@typo3.org>
3152 * Changed the layout of the security warning box which is displayed in alt_intro.php
3153 * Added a hook for extending the device recognition capabilities in class.t3lib_matchcondition.php (requested by Michael Perkhofer for his "wurfl" extension)
3154 * Fixed bug #0000762: If the word "include_once" is followed by a whitespace, the extension manager issued an error
3155 * New feature #0000634: Add the CURIFSUB state to menu objects (thanks to Wolfgang Klinger)
3156 * 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)
3158 2005-04-29 Christian Jul Jensen <julle@typo3.org>
3160 * Added type path to getText function
3162 2005-04-29 Kasper Skaarhoj <kasper@typo3.com>
3164 * 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.
3166 2005-04-29 Kasper Skaarhoj <kasper@typo3.com>
3168 * 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.
3170 2005-04-28 Kasper Skaarhoj <kasper@typo3.com>
3172 * 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.
3174 2005-04-28 Rupert Germann <rupi@gmx.li>
3176 * 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
3177 * Fixed bug #0000955: Removed a double strcmp in class.t3lib_install.php
3178 * Removed the mysql-version ckeck from class.tx_install.php. With current MySQL versions this is not needed anymore.
3179 * 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.
3180 The behaviour of the pagebrowser doesn't change if the additional "internal"-array-elements don't exist.
3181 This array has to be set from an extension which passes its TS-config to the pagebrowser function. See comments in function for details.
3182 Thank goes to Michael H.E. Roth for developing most of the changes.
3183 * Fixed bug #0000911: setting ['BE']['lockIP'] to a value < 4 does not log out the BE user anymore.
3184 * Fixed bug #0000570: now it is prevented that umlauts or other special characters are inserted as "accessKey".
3186 2005-04-28 Christian Jul Jensen <julle@typo3.org>
3188 * Added parameter to function in t3lib_install that enables you to write to other localconf's than the canonical.
3190 2005-04-28 Kasper Skaarhoj <kasper@typo3.com>
3192 * Added search in Extension Manager for extensions locally.
3194 2005-04-27 Bernhard Kraft <kraftb@kraftb.at>
3196 * Added post-process Hook in class.t3lib_befunc.php for method "getFlexFormDS"
3198 2005-04-27 Rupert Germann <rupi@gmx.li>
3200 * Fixed bug #0000536: removed a hardcoded tt_news reference which inserted the admin name as news author.
3202 2005-04-27 Michael Scharkow <mscharkow@gmx.net>
3204 * Fixed bug #0000727: Changed some labels for editing Page Header in page and list view
3206 2005-04-27 Kasper Skaarhoj <kasper@typo3.com>
3208 * Updated install tool test images again after Stuckis suggestions. Now validates perfectly with this TYPO3 using his debian packages "graphicsmagick" and "graphicsmagick-im-compat"
3210 2005-04-27 Kasper Skaarhoj <kasper@typo3.com>
3212 * More implementation of locallang-xml support in frontend
3213 * Implemented substitution of glossary terms in view_help.php. Glossary is available when the extension "t3glossary" is installed (yet to be released)
3215 2005-04-27 Kasper Skaarhoj <kasper@typo3.com>
3217 * 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)
3219 2005-04-26 Kasper Skaarhoj <kasper@typo3.com>
3221 * Added a runaway brake to t3lib_div::expandList(): Ranges are limited to 1000 values per range.
3222 * Added authentication services (from sysext/sv/) to the core.
3223 * 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.
3224 * 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.
3225 * !!! 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.
3226 * 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"
3227 * Added new function; t3lib_div::explodeUrl2Array(): Explodes a string with GETvars (eg. "&id=1&type=2&ext[mykey]=3") into an array
3228 * 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!
3229 * Added hook for page-not-found handling enabling any handling to be done for really flexible use.
3230 * Extended class t3lib_arraybrowser so it can show a PHP array without links. Used for "realurl" extension displaying its configuration in backend module.
3231 * 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.
3232 * fixed "bug" where the meta data from a flexform data structure was returned in t3lib_div::-function
3233 * Completely reverted the removal of the "unsigned" attributes in *.sql files - DBAL has to handle this depending on DB.
3234 * Added record-uid to the listing of reference in TCEform group fields.
3235 * 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.
3236 * Support for locallang-xml in frontend as well.
3237 * Added unique name for TYPO3 re-login pop-up box
3238 * Fixed a few smaller bugs/inconveniences
3240 2005-04-25 Andreas Otto <andreas.otto@dkd.de>
3242 * Fixed bug #0000649. Used the patch provided in the bug description.
3244 2005-04-24 Michael Stucki <michael@typo3.org>
3246 * Fixed a problem with a recent change in the filelist module
3248 2005-04-19 Martin Kutschker <martin.t.kutschker@blackbox.net>
3250 * Changed t3lib_page::deleteClause to make it JOIN-safe
3251 * Added innerWrap and outerWrap properties to EDITPANEL and innerWrap, outerWrap and color properties to EDITPANEL.previewBorder
3252 * Added t3lib_div::expandList (turns eg "1,3-5,7" into "1,3,4,5,7")
3254 2005-04-18 Karsten Dambekalns <karsten@typo3.org>
3256 * typo3/file_upload.php: Small fix to fix bug #986, patch by Sebastian Kurfuerst.
3257 * t3lib/class.t3lib_befunc.php, sysext/viewpage/view/index.php: Fix to bug #983, preview when BE uses SSL.
3258 * t3lib/class.t3lib_befunc.php: Show warning when encryption key is empty (bug #766).
3259 * sysext/install/mod/class.tx_install.php: Make encryption key setting accessible in "Basic Configuration".
3260 * sysext/install/mod/class.tx_install.php: Missing PHP support for MySQL is only seen as error if DBAL extension is not loaded.
3262 2005-04-18 Rupert Germann <rupi@gmx.li>
3264 * Added a condition that removes wrong default values from autoinc-lines when importing static data. (bug #416 related).
3266 2005-04-18 Michael Stucki <michael@typo3.org>
3268 * Release of TYPO3 3.8.0beta2
3270 2005-04-17 Rupert Germann <rupi@gmx.li>
3272 * Fixed bugs #0000920 and #0000935: Changed the parsing of recordtitles in lists. Now 'label_alt' and 'label_alt_force' are honored too.
3274 2005-04-17 Michael Stucki <michael@typo3.org>
3276 * Changed the size of ses_iplock fields to 39 (needed for storing IPv6 addresses)
3278 2005-04-15 Michael Stucki <michael@typo3.org>
3280 * Made fe_user passwords case sensitive and render them as password fields
3281 * New feature #0000957: Added TypoScript option page.headTag
3283 2005-04-14 Rupert Germann <rupi@gmx.li>
3285 * Fixed bug #0000966: The BE-listview in "Localization Mode" does now show the labels and flags of translated records again.
3287 2005-04-14 Michael Stucki <michael@typo3.org>
3289 * Added new stdWrap property "stdWrap" for calling stdWrap recursively
3290 * Added new hook in t3lib_tcemain::process_cmdmap (closes #0000823)
3291 * Removed typeNum = 0 in some places (a previous change already sets them to 0 by default)
3292 * !!! 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.
3293 * File- and foldernames in the fileadmin could be cut to some lenght. Therefore a tool tip is added to show the full name.
3294 * Fixed bug #0000286: spamProtectEmailAddresses sometimes wrecked table content elements
3295 * New feature #0000490: Optionally remove duplicate parameters in typolinks (config.uniqueLinkVars=1). Thanks to Rupert Germann.
3296 * Fixed bug #0000675: Context menu did not work with Opera
3297 * Corrected a hook in index_ts.php
3299 2005-04-13 Ingmar Schlecht <ingmar@typo3.org>
3301 * Corrected earlier bugfix by Karsten: Reverted require_once(PATH_t3lib.'config_default.php') to require() in index_ts.php
3302 * Cleaned up tslib_content by putting some lines of redundant code into new function getMailTo()
3303 * Minor change to spamProtectEmailAddresses ASCII
3304 * Added hook in t3lib_page for additional enableColumns
3306 2005-04-13 Karsten Dambekalns <karsten@typo3.org>
3308 * Small fix to fix bug #974.
3309 * Applied some more DBAL patches for indexed search and fixed bug #961.
3310 * Re-added images in install tool with binary flag (bug #972).
3311 * Changed some uses of require to require_once to fix bug #958.
3313 2005-04-12 Kasper Skaarhoj <kasper@typo3.com>
3315 * changed install tool comparison images
3317 2005-04-10 Ingmar Schlecht <ingmar@typo3.org>
3319 * Added hook for the "timtaw" extension in t3lib_userauth
3320 * Changed typo3/mod/tools/em/index.php to support new "Overwrite" checkbox feature of Kickstarter
3322 2005-04-10 Jan-Erik Revsbech <jer@moccompany.com>
3324 * 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.
3325 * 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>.
3327 2005-04-08 Michael Stucki <michael@typo3.org>
3329 * 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
3331 2005-04-07 Andreas Otto <andreas.otto@dkd.de>
3333 * Added modfunc2 to sysext/indexed_search which offers statistics of entered search words.
3335 2005-04-06 Kasper Skaarhoj <kasper@typo3.com>
3337 * 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...
3339 2005-04-06 Kasper Skaarhoj <kasper@typo3.com>
3341 * Extended a comment of a function in t3lib_extMgm
3343 2005-04-06 Michael Stucki <michael@typo3.org>
3345 * Release of TYPO3 3.8.0beta1
3347 2005-04-05 Ingmar Schlecht <ingmar@typo3.org>
3349 * Changed the way htmlspecialchars() is applied to tag attributes on xhtmlCleaning
3351 2005-04-04 Michael Stucki <michael@typo3.org>
3353 * Unfortunately the resolve-path patch was overwritten, so here it is again
3355 2005-04-04 Robert Lemke <robert@typo3.org>
3357 * Added a preliminary way for moving containers in a flexform section in TCEforms + TCEmain. Before you could only delete containers.
3358 * Added Sebastian Kurfuerst's collapsable modules feature for the backend's module bar
3360 2005-04-04 Kasper Skaarhoj <kasper@typo3.com>
3362 * 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.
3364 2005-04-03 Michael Stucki <michael@typo3.org>
3366 * Fixed a stupid error in the display-empty-tags function
3368 2005-04-01 Kasper Skaarhoj <kasper@typo3.com>
3370 * Updated all years from 2004 to 2005
3371 * Updated all function indexeds in top of scripts (no actual code changes done!)
3373 2005-04-01 Kasper Skaarhoj <kasper@typo3.com>
3375 * Added Bernhard Krafts security improvement for server validated challenge value.
3376 * Added "Esperanto" as language - now we are at 41 backend languages.
3377 * Made a change to how cache-control headers are sent. Thanks to Ole Tange, FI, Denmark
3379 2005-04-01 Michael Stucki <michael@typo3.org>
3381 * Display empty tag contents in the backend (e.g. <link email@hostname.com></link>)
3382 * Fixed bug #0000750: Resolve relative links in the backend (caused problems with some firewalls)
3383 * Install tool now shows which image is the reference when doing image tests (thanks to Dimitri Tarassenko)
3384 * Small changes in t3lib_div::quoted_printable()
3385 * !!! t3lib_htmlmail::quoted_printable() is now obsolete. Please call t3lib_div::quoted_printable() instead.
3386 * simulateStaticDocuments_addTitle is now set to 30 if the value is 1 (cause 1 doesn't make sense, does it?)
3387 * Display a warning message if this installation is obviously insecure!! These warnings are only displayed to admin users.
3388 * Added a link to re-login if the session has timed out
3390 2005-03-29 Michael Stucki <michael@typo3.org>
3392 * Added a Russian flag (thanks to Michael Shigorin)
3394 2005-03-29 Ingmar Schlecht <ingmar@typo3.org>
3396 * TYPO3 seems to prefer "mediumblob" instead of "MEDIUMBLOB", thus I changed that in typo3/sysext/cms/ext_tables.sql
3397 * Added hook in tslib_fe
3399 2005-03-28 Michael Stucki <michael@typo3.org>
3401 * Corrected a typo in fe_adminLib.inc (Ingmar watch this!)
3403 2005-03-28 Ingmar Schlecht <ingmar@typo3.org>
3405 * Fixed bug #0000341: Changed table definition of "fe_session_data" so field "content" is MEDIUMBLOB instead of BLOB
3406 * Fixed bug #0000890: fe_adminLib.inc procesSetFixed does not support userFunc_afterSave
3407 * Fixed bug #0000316: Backend typo3/template.php output spurious </body> tag for doctype xhtml_frames
3408 * Added two hooks to t3lib_userauthgroup for Sebastian Kurfuerst's ACL implementation
3409 * New feature #0000341: New option "ascii" for spamProtectEmailAddresses (very cool, because it doesn't need JavaScript! Thanks to Karsten Dambekalns)
3411 2005-03-25 Michael Stucki <michael@typo3.org>
3413 * Added two hooks for tx_timtaw, written by Sebastian Kurfuerst
3414 * FORM object is finally able to create a reset button (closes #0000743, thanks to Michael Scharkow)
3415 * FE editing: Up/Down buttons in panel did not work (closes #0000849, thanks to Peter Niederlag for pointing me on this)
3416 * 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
3417 * Renamed admin function links in the left down corner of the BE (closes #0000025)
3418 * EM: Display privacy message before connecting to the online repository
3420 2005-03-16 Ingmar Schlecht <ingmar@typo3.org>
3422 * 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.
3423 * Fixed bug #0000280: pi_list_query() produced wrong query when $orderBy paramater was not given.
3425 2005-03-10 Kasper Skaarhoj <kasper@typo3.com>
3427 * 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.
3429 2005-03-08 Kasper Skaarhoj <kasper@typo3.com>
3431 * 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)
3432 * Implemented a bunch of hooks in tslib_fe
3433 * Minor bug fixes and re-arrangements
3434 * 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.
3436 2005-03-07 Karsten Dambekalns <karsten@typo3.org>
3438 * Fixed the potential security issue with mailforms, allowing
3439 spam abuse (TYPO3-20050307-1). This affected tslib/class.tslib_content.php,
3440 tslib/class.tslib_fe.php and t3lib/config_default.php
3442 2005-02-20 Michael Stucki <michael@typo3.org>
3444 * Fixed a typo in the User TSconfig reference in ext_tables_static+adt.sql
3445 * !!! Renamed t3lib_stdGraphic->imageCreateFromGif into imageCreateFromFile. The old function will remain for providing backwards compatibility.
3447 2005-02-17 Kasper Skaarhoj <kasper@typo3.com>
3449 * Added 3 hooks for each hardcoded function in css_styled_content so extensions can be written which provides alternative renderings without XCLASSING.
3451 2005-02-15 Kasper Skaarhoj <kasper@typo3.com>
3453 * 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.
3455 2005-02-14 Kasper Skaarhoj <kasper@typo3.com>
3457 * 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.
3459 2005-02-11 Andreas Otto <andreas.otto@dkd.de>
3461 * 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.
3463 2005-02-06 Michael Stucki <michael@typo3.org>
3465 * Fixed an often repeated typo (closes #0000127)
3467 2005-02-04 Michael Stucki <michael@typo3.org>
3469 * Corrected some typos
3470 * Fix permissions after ImageMagick has created a new file. Introduced new function t3lib_div::fixPermissions. Closes bug #0000677.
3471 * Fixed bug #0000422: "Fatal error at 3: Image Processing -> 5: GD library functions"
3472 * 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.
3473 * ContextMenu is no longer disabled by default on Macintosh systems (except Opera, might have to do with bug #0000675). Closes bugs #0000542 and #0000486.
3474 * XHTML 1.1 compliancy fixes (thanks to Ernesto Baschny)
3475 * List view now resolves values of MM tables (thanks to Rupert Germann). Closes #0000624.
3476 * Use t3lib_div::isAbsPath() to check if the logfile path is absolute (doesn't work on Windows otherwise)
3478 2005-02-02 Ingmar Schlecht <ingmar@typo3.org>
3480 * 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'].
3482 2005-02-01 Ingmar Schlecht <ingmar@typo3.org>
3484 * 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.
3486 2005-01-24 Jan-Erik Revsbech <jer@moccompany.com>
3488 * 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.
3490 2005-01-22 Ingmar Schlecht <ingmar@typo3.org>
3492 * Fixed bug #0000668: Removed spurious comma (,) from pages table definition in t3lib/stddb/tables.sql
3494 2005-01-21 Ingmar Schlecht <ingmar@typo3.org>
3496 * Fixed bug #0000703: Added missing ';' to ' ' in t3lib/class.t3lib_formmail.php
3498 2005-01-21 Jan-Erik Revsbech <jer@moccompany.com>
3500 * 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...
3502 2005-01-21 Kasper Skaarhoj <kasper@typo3.com>
3504 * Added a new feature to force all UIDs in the "impexp" extension.
3506 2005-01-14 Kasper Skaarhoj <kasper@typo3.com>
3508 * import/export: CSH for the whole module, localization of all labels
3510 2005-01-02 Kasper Skaarhoj <kasper@typo3.com>
3512 * Added Karsten D.s patches for DBAL.
3514 2004-12-20 Kasper Skaarhoj <kasper@typo3.com>
3516 * Changed "config.disableContentLengthHeader" over to "enableContentLengthHeader" because a default content-length header might introduce some weird and hard-to-debug situation for people.
3517 * 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")
3518 * 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.
3519 * Added "Content-Length" header on frontend output (can be disabled)
3520 * Fixed bug that gave inconsistent SYS_LASTCHANGED values whether a page was gotten from cache or generated.
3521 * 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).
3523 2004-12-17 Kasper Skaarhoj <kasper@typo3.com>
3525 * Mainly: Did tons of improvements on the import/export module (system extension "impexp").
3527 Supports flexforms (hence TEmplaVoila).
3528 Supports RTE embedded images.
3529 Supports updates of existing records in various forms.
3530 Has optional XML format.
3531 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.
3532 Can export from the page tree root.
3533 Character set dependant
3534 Extension dependencies can be set
3535 Embedding of HTML files and internal resources
3536 Export links directly from clipboard and Web>List
3537 Supports meta data including embedded thumbnail
3539 * 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.
3540 * 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.
3541 * Improvements to array2xml which allows detained mapping of array keys to XML-tags. As an example, study the import/export extensions T3RecordDocument configuration.
3542 * Improved t3lib_parsehtml::prefixResourcePath() to access a suffix string to WRAP file references
3543 * Improved t3lib_tcemain with support for forcing a UID for newly created records (used by import/export)
3544 * t3lib_tcemain::checkValue_flex_procInData_travDS() now supports callback functions from external objects
3545 * Changed "displayErrors" in config_default.php BACK to "-1" which corresponds to the default from before (notice this, stucki!)
3546 * 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)
3547 * Added support for having temporary files in typo3temp/ prefixed with a meaningful prefix, typically coming from the menu title, original image name etc.
3550 2004-11-28 Kasper Skaarhoj <kasper@typo3.com>
3552 * 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.
3553 * Fixed bug in t3lib_cs::utf8_strtrunc() (or so)... do'h Martin!
3554 * Fixed bug (spelling mistake) in the hook "processDatamap_preProcessFieldArray"
3555 * Fixed order of configuration forms in Extension Manager
3556 * Added timezone option in TYPO3_CONF_VARS array
3557 * 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!
3558 * Added TS option "USERUID_substToken"
3560 2004-11-26 Michael Stucki <michael@typo3.org>
3562 * Fixed bug #0000527: Title tag is added even if the page title was empty. Thanks to Hannes Schmid.
3563 * Fixed bug #0000526: Logging does not work on Windows systems. Thanks to Dirk Hoffmann.
3564 * New configuration option [SYS][displayErrors] for overriding the PHP "display_errors" option. By default, error messages in PHP are no longer displayed.
3565 * Improved description of [FE][logfile_dir] in config_default.php
3566 * TYPO3_CONF_VARS[BE][adminOnly] is now an integer value (was boolean by mistake)
3567 * Added missing description of 3rd parameter for the crop function in class.tslib_content.php
3569 2004-11-18 Kasper Skaarhoj <kasper@typo3.com>
3571 * !!! 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
3573 2004-11-18 Ingmar Schlecht <ingmar@typo3.org>
3575 * Implemented #0000508: Minor performance improvement in an if clause in t3lib_stdgraphic, thanks to Volker Graubaum.
3577 2004-11-17 Kasper Skaarhoj <kasper@typo3.com>
3579 * Converted locallang*.php to locallang*.xml in new system extensions.
3581 2004-11-16 Ingmar Schlecht <ingmar@typo3.org>
3583 * Fixed bug #0000416: Removing spurious DEFAULT '0' in SQL create table statements of uid columns right before they're executed in t3lib_install.
3585 2004-11-16 Kasper Skaarhoj <kasper@typo3.com>
3587 * Moved the remaining global extensions to sysext/ which were selected to be system extension.
3588 * 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.
3590 2004-11-15 Kasper Skaarhoj <kasper@typo3.com>
3592 * Merged all changes from "TYPO3_3-7" branch
3593 * Changed to version 3.8.0-dev
3594 * Using "t3lib_div::cmpIP" for evaluating the list of "config.stat_excludeIPList"
3595 * Fixed view_help.php so translators of llXML can see all tables listed.
3597 2004-10-25 Jan-Erik Revsbech <jer@moccompany.com>
3599 *Fixed problem in htmlmail when running ith safe mode enabled.
3601 2004-09-24 Michael Stucki <mundaun@gmx.ch>
3603 * Release of TYPO3 3.7.0
3604 * Increased version number to 3.7.0
3606 2004-09-24 Kasper Skaarhoj <kasper@typo3.com>
3608 * Updated backend localizations for 3.7.0 Release
3609 * Tagging the release with "TYPO3_3-7-0"
3611 2004-09-19 Michael Stucki <mundaun@gmx.ch>
3613 * Release of TYPO3 3.7.0RC2
3615 2004-09-19 Ingmar Schlecht <ingmar@typo3.org>
3617 * Added option to set the PHP memory_limit with the install tool.
3618 * Fixed bug #0000248: Highlighting color of BE module is now the same as highlighting color in the page tree
3619 * 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)
3620 * 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>
3621 * Increasing version number to 3.7.0RC2
3623 2004-09-19 Michael Stucki <mundaun@gmx.ch>
3625 * A new warning message is displayed if the install tool password is still the default: "joh316"
3626 * Replaced all (comments AND code!) occurences of "writeable" with "writable"
3627 * Fixed bug #0000171: Displaying wrong filepermissions in filelist module
3628 * Fixed bug #0000261: fileDenyPattern default does not include ".php4"
3629 * Fixed bug #0000298: Browser client Konqueror not recognized
3630 * Fixed bug #0000362: Changed field length of sys_log[IP] to 39 (IPv6 related, patch by Sven Wilhelm)
3632 2004-09-17 Ingmar Schlecht <ingmar@typo3.org>
3634 * 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!)"
3636 2004-09-15 Ingmar Schlecht <ingmar@typo3.org>
3638 * Fixed bug #0000353: In typo3/wizard_add.php removed call to non-existing printContent() method. It doesn't need to print anything.
3640 2004-09-14 Michael Stucki <mundaun@gmx.ch>
3642 * Release of TYPO3 3.7.0RC1
3644 2004-09-14 Michael Stucki <mundaun@gmx.ch>
3646 * 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.
3647 * The BE login screen now shows the sitename by default
3648 * Fixed a typo in config_default.php
3649 * Changed description for lockRootPath
3651 2004-09-14 Ingmar Schlecht <ingmar@typo3.org>
3653 * 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).
3655 2004-09-14 Kasper Skaarhoj <kasper@typo3.com>
3657 * 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...
3658 * Updated all JavaDoc comments and function/class indexes in files, preparing for 3.7.0RC
3660 2004-09-13 Kasper Skaarhoj <kasper@typo3.com>
3662 * Added CSH for Web>Info/Localization Overview
3664 2004-09-13 Kasper Skaarhoj <kasper@typo3.com>
3666 * Changed little more in uniqueList, among others that a fixed number of paramters are supported only now!
3668 2004-09-13 Michael Stucki <mundaun@gmx.ch>
3670 * 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!
3672 2004-09-11 Kasper Skaarhoj <kasper@typo3.com>
3674 * Updated changelog for 09/09
3675 * 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...
3676 * 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.
3677 * 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.
3678 * 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).
3679 * Increased levels of possible recursive permission setting to 10.
3680 * 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.
3681 * 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.
3682 * 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.
3683 * 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.
3684 * Introduced new HMENU feature: "alwaysActivePIDlist" which can configure certain page id which will always be expanded in menu as if they were "active".
3685 * 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.
3686 * Fixed install tools incapability to delete files with certain prefixes in typo3temp/ folder.
3688 2004-09-09 Kasper Skaarhoj <kasper@typo3.com>
3689 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:
3690 * Changed all HTTP_*_VARS to $_* superglobals. Also raised PHP requirement version to 4.1.0
3691 * 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
3692 * !!! Removed obsolete function "t3lib_div::setGPvars()"
3693 * Added $MCONF['shy'] feature (requested by Rene Fritz)
3694 * Added longblob in sqlparser
3695 * Added configurable JPG quality setting to stdGraphic class. Use $TYPO3_CONF_VARS[GFX][im_jpg_quality]
3696 * 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.
3697 * 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!
3698 * Fixed a bug in transferdata class where too many field values were returned in wrong situations.
3699 * 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.
3700 * Implemented configurable session timeout for backend users.
3701 * Changed the TYPO3 version number variable into a constant available before ext_localconf.php files are included.
3702 * 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.
3703 * 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.
3704 * Updated english labels for backend/CSH according to change suggestions by 3EV from UK. Thanks.
3705 * Added obTS specific hook in tslib_content class. For Dan Frost and his empire...
3706 * Impleemnted third option for stdWrap crop feature (by Peter Klein)
3707 * 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.
3708 * Changed stuff around the pagenotfound handling.
3709 * moved <meta charset...> in frontend output to be the first tag after the <html> tag.
3710 * Fixed old bug in tslib_search which cropped off the last char of a search word.
3711 * 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... :-)
3713 2004-09-10 Michael Stucki <mundaun@gmx.ch>
3715 * 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!
3716 * Removed comment about the expired Unisys patent in class.tx_install.php
3718 2004-09-00 Jan-Erik Revsbech <jer@moccompany.com>
3720 * 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.
3722 2004-09-02 Kasper Skaarhoj <kasper@typo3.com>
3724 * Fixed a few basic PHP5 problems (aiming at PHP5 support in 3.7.0)
3726 2004-09-02 Kasper Skaarhoj <kasper@typo3.com>
3728 * 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!
3730 2004-09-02 Kasper Skaarhoj <kasper@typo3.com>
3732 * Added Catalan, Bosnian and Korean languages.
3734 2004-08-29 Kasper Skaarhoj <kasper@typo3.com>
3736 * 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.
3738 2004-08-29 Kasper Skaarhoj <kasper@typo3.com>
3740 * 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...
3741 * Added new HMENU special type, "language", which can generate a language selector using the "&L" variable directly.
3742 * 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.
3743 * 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!
3745 2004-08-26 Kasper Skaarhoj <kasper@typo3.com>
3747 * Adding editlock icon in Web>Access
3749 2004-08-26 Kasper Skaarhoj <kasperYYYY@typo3.com>
3751 * Bugfix: in browse_links where the record listing contained links to clickmenus:
3752 * 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.
3753 * Version selector (implemented in template class) implemented in all Web>* modules (depends on "version" extension)
3754 * Support for versioning in Web>List module ("v" button) (depends on "version" extension)
3755 * Bugfix: In Web>List the page icon is restored. "Was lost, but now is found."
3756 * 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...
3757 * Added view-page icons in Web>Page module for the language column view.
3758 * Added first support for versioning previews in the frontend (CONTENT and RECORD cObjects)
3759 * Implemented new localization modes configurable with TypoScript, "config.sys_language_overlay" and "config.sys_language_softMergeIfNotBlank"
3760 * Added automatic character set conversion of frontend output if metaCharset and renderCharset are different. Also incoming POST arrays are converted in the reverse direction.
3761 * 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.
3762 * Added t3lib_cs::convArray() for charset conversion of array contents.
3764 2004-08-23 Kasper Skaarhoj <kasper@typo3.com>
3766 * 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.
3767 * Tables configured for versioning by default is pages, tt_content, pages_language_overlay and sys_template
3768 * !!! 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.
3769 * For testers: Ask me (kasper) for the "version" extension which is my test bench and future management tool for the final implementation.
3770 * !!! Fieldnames 't3ver_oid', 't3ver_id' and 't3ver_label' has been reserved for versioning adminstration
3772 2004-08-22 Ingmar Schlecht <ingmar@typo3.org>
3774 * Changed the way how the EM and the Kickstarter interact
3775 -> 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.
3776 -> Removed the file typo3/mod/tools/em/class.kickstarter.php
3777 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.
3778 The old version of the Kickstarter having the key 'extrep_wizard' is not used anymore.
3780 2004-08-21 Kasper Skaarhoj <kasper@typo3.com>
3782 * 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.
3783 * Configurable multiplication of DB field size (useful for resizing database for UTf-8 support)
3784 * Fixed bug in show_item.php script / stdGraphic with abs/rel path prefix and typo3temp/ folder.
3785 * 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.
3786 * TCEforms support for dynamic TAB menus (use the --div-- in types configuration and enable in [ctrl] section
3787 * All TCEforms changes for localization and tab menus are documented in TYPO3 Core API
3788 * 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.
3789 * Finally implemented dynamic (DHTML based) tab menus for flexforms using sheets!
3790 * Added "select all" link for "checkbox" renderMode of "select" types in TCEforms
3791 * New tcemain "cmd": "localize". Will make a localization-copy of a record, eg. content elements.
3792 * Made "explicitDeny" mode for backend users configurable in TYPo3_CONF_VARS as requested on the dev-list.
3793 * 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...
3794 * 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.
3795 * Set-locale issue for USER_INT objects should be fixed. Please test this someone!
3798 2004-08-20 Ingmar Schlecht <ingmar@typo3.org>
3800 * Marginally changed the error message in t3lib_userauth appearing when the HTTP_REFERER mismatched.
3802 2004-08-20 Ingmar Schlecht <ingmar@typo3.org>
3804 * Fixed bugs #218 and #220: Install tool erroneously complained about low memory_limit
3806 2004-08-20 Ingmar Schlecht <ingmar@typo3.org>
3808 * Fixed bug #288: In t3lib_parsehtml prefixRelPath incorrectly prefixed absolute URLs
3810 2004-08-15 Michael Stucki <mundaun@gmx.ch>
3812 * Corrected wrong parameter order for some implode function calls.
3814 2004-08-07 Kasper Skaarhoj <kasper@typo3.com>
3816 * 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.
3817 * 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.
3818 * Moved table "sys_language" from extension "cms" back into the core
3819 * Updated CSH at various places.
3820 * Finished the accessListRenderMode(s) (see 4/8 below)
3821 * Still unsettled about various default settings related to these new options, but will discuss on dev-list.
3823 2004-08-04 Kasper Skaarhoj <kasper@typo3.com>
3825 * 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.
3827 2004-08-04 Kasper Skaarhoj <kasper@typo3.com>
3829 * Added TYPo3_CONF_VARS[FE][lockHashKeyWords] so it is optional to lock FE user sessions to HTTP_USER_AGENT
3831 2004-08-03 Kasper Skaarhoj <kasper@typo3.com>
3833 * Added and Changed features around page languages. More to come including a document guiding people about charsets and localization.
3835 2004-07-24 Jan-Erik Revsbech <jer@moccompany.com>
3837 * 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.
3839 2004-07-23 Kasper Skaarhoj <kasper@typo3.com>
3841 * Added the Core CVS rules to repository at "misc/core_cvs_rules.txt". ALL Contributers to the CORE CVS SHOULD READ AND FOLLOW THIS!
3843 2004-07-15 Robert Lemke <rl@robertlemke.de>
3845 * Added new language flag icons (see t3lib/gfx/flags/). Will be used by templavoila and maybe sys_language
3847 2004-07-12 Ingmar Schlecht <ingmar@typo3.org>
3849 * Fixed bug #194: wizard_table.php, missing parameter 'backPath'
3851 2004-07-12 Ingmar Schlecht <ingmar@typo3.org>
3853 * Fixed bug #79: Extension manager: Removing extensions containing empty folders did not work
3854 * Fixed bug: When removing an extension, typo3 tried to remove the extension directory twice
3856 2004-07-02 Michael Stucki <mundaun@gmx.ch>
3858 * Fixed bug #0000191: Small typo in German translation
3860 2004-06-28 Kasper Skaarhoj <kasper@typo3.com>
3862 * Moved creation of menu graphics, scaled images, gifbuilder images and temporary image files into subfolders of typo3temp/
3863 * Fixed case-folding-cache-file bug in t3lib_cs...
3864 * select a filepath as a source of the items you can add to the box (single/multiple) without copying the files of course.
3866 2004-06-21 Michael Stucki <mundaun@gmx.ch>
3868 * Fixed bug #0000119: Another fe_adminLib htmlspecialchars() issue
3870 2004-06-19 Kasper Skaarhoj <kasper@typo3.com>
3872 * Moved CSH locallang-XML labels into extensions prefixed "csh_".
3874 2004-06-18 Michael Stucki <mundaun@gmx.ch>
3876 * Fixed bug #0000032: ImageMagick will convert only the first page of a multi-page PDF file
3878 2004-06-11 Robert Lemke <rl@robertlemke.de>
3880 * Created new hook in class.t3lib_tcemain.php in process_datamap. Search for $TYPO3_CONF_VARS['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processDatamapClass']
3881 (other hooks in that class will follow by Rene as I know from a trusted source ... ;-)
3883 2004-06-09 Robert Lemke <rl@robertlemke.de>
3885 * Fixed bug #0000123:
3886 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.
3887 Changed order of "crop" to after "stripHTML"
3888 Affected file: class.tslib_content.php
3890 2004-06-08 Robert Lemke <rl@robertlemke.de>
3892 * 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
3893 * Changed one line in media/scripts/plaintextLib.inc which caused a "page not found" in some e-mail clients.
3895 2004-06-06 Kasper Skaarhoj <kasper@typo3.com>
3897 * 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.
3899 2004-06-06 Kasper Skaarhoj <kasper@typo3.com>
3901 * Added "groupChangeMask" option in TYPO3_CONF_VARS - makes it possible to set which group newly created files and folders will get. (Thanks to Stucki)
3903 2004-06-03 Kasper Skaarhoj <kasper@typo3.com>
3905 * Added API for configuring tables (ending on "cache") that are flushed together with "Clear All Cache".
3906 * Fixed that the Admin Panel is always on top (z-index : 0;
3908 2004-06-03 Kasper Skaarhoj <kasper@typo3.com>
3910 * Added base url to typo3 error dialog in frontend. Means it shows logo when using realurls now.
3911 * 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.
3912 * 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...).
3913 * Fixed frontend edit icons under real-url conditions. They didn't work in MSIE. Had to prefix them with base url.
3915 2004-05-29 Kasper Skaarhoj <kasper@typo3.com>
3917 * Fixed bug; All page types (doktype) was shown to uses even if they were not all in their list of possible type values.
3919 2004-05-29 Kasper Skaarhoj <kasper@typo3.com>
3921 * 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!
3923 2004-05-28 Kasper Skaarhoj <kasper@typo3.com>
3925 * 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.
3927 2004-05-28 Kasper Skaarhoj <kasper@typo3.com>
3929 * 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.
3931 2004-05-27 Kasper Skaarhoj <kasper@typo3.com>
3933 * Fixed various things in file processing, t3lib_extFileFunc et al.
3935 2004-05-24 Kasper Skaarhoj <kasper@typo3.com>
3937 * Added API for custom RTE transformations. Documented in upcoming "TYPO3 Core API".
3939 2004-05-20 Kasper Skaarhoj <kasper@typo3.com>
3941 * 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.
3943 2004-05-20 Ingmar Schlecht <ingmar@typo3.org>
3945 * Fixed two install tool bugs:
3946 #83: On non open_basedir'ed systems check if IM executables exist before trying to execut them.
3947 #95: Use ini_get() instead of get_cfg_var()
3949 2004-05-19 Kasper Skaarhoj <kasper@typo3.com>
3951 * Fixed stylesheet issues in Extension Manager.
3953 2004-05-19 Kasper Skaarhoj <kasper@typo3.com>
3955 * 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.
3957 2004-05-18 Kasper Skaarhoj <kasper@typo3.com>
3958 * 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.
3959 * 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.
3960 * !!! 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.
3961 * 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.
3963 2004-05-18 Kasper Skaarhoj <kasper@typo3.com>
3965 * 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).
3967 2004-05-17 Kasper Skaarhoj <kasper@typo3.com>
3969 * Moved "install" extension to be a sys extension in sysext/
3971 2004-05-17 Kasper Skaarhoj <kasper@typo3.com>
3973 * Corrected some bugs in t3lib_cs while writing a unit test for it.
3975 2004-05-15 Kasper Skaarhoj <kasper@typo3.com>
3977 * 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).
3979 2004-05-11 Kasper Skaarhoj <kasper@typo3.com>
3981 * Changed version number to 3.7.0-dev according to newly adopted major.minor.patch version numbering model.
3983 2004-05-11 Kasper Skaarhoj <kasper@typo3.com>
3985 * Merged branch changes from "TYPO3_3-6-0"; Mainly bugfixes by ingmar.
3987 2004-05-11 Kasper Skaarhoj <kasper@typo3.com>
3989 * Rolled back browser detection in matchcondition class.
3991 2004-05-07 Kasper Skaarhoj <kasper@typo3.com>
3993 * 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.
3995 2004-04-30 Kasper Skaarhoj <kasper@typo3.com>
3997 * Merged TYPO3_3-6-0 branch changes by robert into HEAD. See 3.6.0 branch change log if you want.
3999 2004-04-27 Kasper Skaarhoj <kasper@typo3.com>
4001 * TAG: "TYPO3_3-6-0RC2", BRANCH "TYPO3_3-6-0"
4003 2004-04-26 Kasper Skaarhoj <kasper@typo3.com>
4005 * Added possibility to prefix references to wizard scripts with "EXT:" for reference to wizard scripts in extension.
4007 2004-04-26 Kasper Skaarhoj <kasper@typo3.com>
4009 * Added prefix to relative file reference in @import style sheet
4011 2004-04-26 Kasper Skaarhoj <kasper@typo3.com>
4013 * Fixed bug where DB mounts for a user which has been deleted would still show up in the page tree.
4015 2004-04-26 Kasper Skaarhoj <kasper@typo3.com>
4017 * Fixed bug with pageNotFound handling.
4019 2004-04-26 Kasper Skaarhoj <kasper@typo3.com>
4021 * Added a PAGE Tsconfig option to disable the automatic clearing of page cache when records are edited.
4023 2004-04-26 Kasper Skaarhoj <kasper@typo3.com>
4025 * Updated "cms" extension with most recent labels from TYPO3.org
4027 2004-04-26 Kasper Skaarhoj <kasper@typo3.com>
4029 * Updated "lang" extension with most recent labels from TYPO3.org
4031 2004-04-26 Kasper Skaarhoj <kasper@typo3.com>
4033 * Added Latvian, Japanese and Vietnamese languages
4035 2004-04-24 Kasper Skaarhoj <kasper@typo3.com>
4037 * Added to TypoScript object browser that the title text of the object links contains information about in which lines in the TypoScript body code that a certain object path is set, cleared, copied.
4039 2004-04-23 Kasper Skaarhoj <kasper@typo3.com>
4041 * Added "removeBadHTML" option to stdWrap - this can help to avoid XSS dangerous HTML.
4043 2004-04-23 Kasper Skaarhoj <kasper@typo3.com>
4045 * Added feature in TYpoScript data type "getText" to get values from GET arrays via "GPvar" key word. Now you can specify ".date = GPvar : tx_myext|mode|index" to get value of &tx_myext[mode][index]
4047 2004-04-23 Kasper Skaarhoj <kasper@typo3.com>
4049 * Added option "$TYPO3_CONF_VARS["GFX"]["gdlib_2"] = 'no_imagecopyresized_fix';" to avoid using the imagecopyresized workaround in stdgraphic class which has failed for some. Whether the workaround is needed anymore is not certain. Some people say it works fine without.
4051 2004-04-23 Kasper Skaarhoj <kasper@typo3.com>
4053 * Added TypoScript condition "hostname" for matching hostnames for IP addresses.
4055 2004-04-23 Kasper Skaarhoj <kasper@typo3.com>
4057 * Added API for configuring extra tables/fields for listing in Web > Page
4059 2004-04-23 Kasper Skaarhoj <kasper@typo3.com>
4061 * Added option "mod.web_list.clickTitleMode = edit/info/show" to determine alternative behaviours of title links in the Web > List module.
4063 2004-04-23 Kasper Skaarhoj <kasper@typo3.com>
4065 * Added Page TSconfig option "mod.web_list.listOnlyInSingleTableView = 1" which makes the List module list only the table names by default. You have to click the table name to get the single-table view before records show up. This is useful for pages containing many records from many tables.
4067 2004-04-23 Kasper Skaarhoj <kasper@typo3.com>
4069 * Added refresh button to taskcenter (not in core CVS)
4071 2004-04-23 Kasper Skaarhoj <kasper@typo3.com>
4073 * Added "Login failure" message in backend login box
4075 2004-04-23 Kasper Skaarhoj <kasper@typo3.com>
4077 * Added to user authentication that the HTTP_USER_AGENT is hashed and a part of the session lookup (in other words, if the HTTP_USER_AGENT stays constant the session stays as well). Also added possibility of configuring that the IP adresse used to lock down sessions is only part 1,2,3 or 4 (all) used. Mainly this is easily configurable for frontend users (which has had the "security level" set to "2" now instead of disabled totally!). For backend users I didn't make configuration options in TYPO3_CONF_VARS - just wanted to know if people needed it there first (not to bloat options....)
4079 2004-04-23 Kasper Skaarhoj <kasper@typo3.com>
4081 * Added possibility of jumping directly to editing a page in the backend. You specify "alt_main.php?edit=[page id]" and you will be brought directly to the page edit module.
4083 2004-04-22 Kasper Skaarhoj <kasper@typo3.com>
4085 * Added in RTE link box: Searched *into* Content ELements of type Text and Text w/Image after anchors (<a name="...">) and lists them as well with content elements to which an anchor link can be made.
4087 2004-04-22 Kasper Skaarhoj <kasper@typo3.com>
4089 * Added configuration options for what level of pages cache is cleared when you edit a page header. You can not get children and grand-parents cleared as well. (TCEMAIN.clear..... in Page TSconfig)
4091 2004-04-21 Kasper Skaarhoj <kasper@typo3.com>
4093 * Added "altText" and "titleText" attributes to the IMGMAP object (used for IMGMENU: Now you can add values to the alt and title attributes of image maps).
4094 * Added "ATagTitle" attribute for TMENU / GMENU so the menu links can have a title attribute for accessible websites.
4095 * Added "allStdWrap" attributes for TMENUITEM/GMENU item states. + some other properties requested.
4097 2004-04-21 Kasper Skaarhoj <kasper@typo3.com>
4099 * Added features around "includeCSS" TypoScript property for PAGE objects: "import" and "alternate" attributes (booleans) are now supported.
4101 2004-04-20 Kasper Skaarhoj <kasper@typo3.com>
4103 * Changed a bunch of things, added a few new features to make TYPO3 accessible. One significant thing was the attributes "altText", "titleText" and "longdescURL" for IMAGE, IMGTEXT, FILE and ->filelink() in TypoScript.
4105 2004-04-20 Kasper Skaarhoj <kasper@typo3.com>
4107 * Completed changes for XHTML compliance requests from the Accessibility group. Mainly adding support for more XHTML types, adding attributes like xml:lang to <html> tag, support for "dir" attributes in HTML tags, support for writing inline styles and JavaScript to a temporary file to keep a clean HTML <head> section...
4109 2004-04-19 Kasper Skaarhoj <kasper@typo3.com>
4111 * "minItems", "maxItems" and "begin" has been added as properties to MENU objects (like TMENU, GMENU, IMGMENU etc) so you can set these values for the individual menus (as they probably should have been in the first place...).
4113 2004-04-19 Kasper Skaarhoj <kasper@typo3.com>
4115 * Added a checkbox to the page header in the "cms" extension called "Hide in menu". With this checkbox the page is excluded from menus on the totally same terms as doktype=5 ("Not in menu") does. The implementation is believed to be complete (although there might be some places overlooked). The checkbox renders the doktype 5 "Not in menu" obsolete; the idea is that the checkbox should be used in the future. Finally - if anyone read this far - I prophecise, that within two weeks from this moment someone will approach me and want to have a visual response to the "Hide in menu" checkbox in the icon; currently the page icon does NOT change it looks (and it would be very doubtful if we could justify making it change...).
4117 2004-04-19 Kasper Skaarhoj <kasper@typo3.com>
4119 * Added new FORM cObject type, "label", which inserts a label instead of a field. Also fixed ordering problem when the "dataArray" attribute of FORM is used (now renders the form in the numerical order of the elements instead of order of appearance).
4121 2004-04-19 Kasper Skaarhoj <kasper@typo3.com>
4123 * Fixed incompatibility between Mount Points and property "overrideId" in menus.
4125 2004-04-19 Kasper Skaarhoj <kasper@typo3.com>
4127 * Added support for JavaScript regular expression evaluation in FORM cObject. Means that fields in formmails can now be checked for a pattern and not only for "required".
4129 2004-04-19 Kasper Skaarhoj <kasper@typo3.com>
4131 * Added possibility to copy database/file elements attached to records; You can now click the icon of these elements in the editing forms and get a (limited) context menu for these elements.
4132 * Fixed some other bugs around.
4134 2004-04-16 Kasper Skaarhoj <kasper@typo3.com>
4136 * fixed detection of schemes (http://, ftp:// etc) in "typolinks". Now email addresses are detected only if NOT prepended with a scheme. Also the presence of a scheme will make typolink function detect the input as a plain URL which should just be passed through untouched.
4138 2004-04-14 Kasper Skaarhoj <kasper@typo3.com>
4140 * Mount Points (Mount pages) reworking:
4142 Fixed bugs in Mount Points / Status:
4143 - Added protection against forging the MP variable value; The exact number of MP var parts must exist, mountpoints cannot exist in rootline (must be resolved) etc.
4144 - Fixed false detection of CUR, ACT etc. states in HMENU (including x_LAYERS menus)
4145 - Added support for typolink linking to closest page in rootline (thus detecting Mounts)
4146 - Fixed support for correct MP-vars for any entryLevel number for HMENU
4147 - Added option to overlay the mount point with the mounted page; This means the mount point gets substituted with the mounted page and not only the subpages of the mounted page. This is called "Overlay" mode. Can be set on a per-mount level (checkbox in the pages record). Only doktypes < 200 can be mounted in overlay mode.
4148 - Checked consistency of exclude pages/hidden/starttime/endtime and found it to be ok.
4149 - HMENU special types supported:
4150 rootline : full support
4151 list,directory : Supported, but only if the ID values supplied are in the main rootline of the site. The pages in the menus are allowed to be mount points of course. If the supplied IDs are outside the rootline they will loose their connection to the rootline unless "config.MP_mapRootPoints" is configured to supply some mapping.
4152 browse : Not supported: Didn't have time to do it, but should be possible to implement technically.
4153 keyword/updated : Supported.
4154 - Support for chained mount points; A mount point can mount another mount point. "Substitute Mount Point (this page) with Mounted page:" (overlay mode) is evaluated based on the LAST mountpoint in chain. In overlay mode enableFields are evaluated for the Mounted page while in normal mode it is evaluated for the mount point.
4155 - Fixed problem with caching of the same page id with various MP vars; The page in the "cache_pageSection" table had to be identified by a combination of page id and MPvar.
4156 - No support for Page "shortcut" mode: You cannot successfully make a shortcut to a mounted page. Support is currently not planned.
4157 - Support added for search in mount pages; basically this is done since tslib_cObj::getTreeList() is now including MountPages as well! Since getTreeList() does not return any information about MPvars for an ID (its only a list of ids!) then you should enable "config.MP_mapRootPoints = root" or so - otherwise the mounted page ids will not obtain the necessary "MP" var.
4158 - links to mount points re-maps themselves to right title/uid
4161 2004-04-05 Robert Lemke <rl@robertlemke.de>
4163 * Modified typo3/sysext/cms/tslib/class.tslib_content.php:
4164 * fixed bug: When providing an imgList for the IMGTEXT TLO, no spaces were accepted in the comma separated list. Now using t3lib_div::trimExplode for splitting.
4165 * fixed bug: The alt and title parameters have not been set correctly when using IMGTEXT with the imgList property. Now everything works as expected: You may specify alt/title texts for the whole IMGTEXT, or for each imgObj independently
4167 * Added support for automatically caching image dimensions instead of executing IM identify. Original extension provided by Michael Stucki.
4168 * Affected files: t3lib/class.t3lib_stdgraphic.php, typo3/sysext/cms/ext_tables.sql
4169 * Tested by Ingmar, Michael and Robert
4171 2004-04-01 Kasper Skaarhoj <kasper@typo3.com>
4173 * Fixed problem with domain look-up when an extra "/" was added to eg. "typo3.com//" -> showing "typo3.org" instead
4175 2004-04-01 Kasper Skaarhoj <kasper@typo3.com>
4177 * Fixed some browser detection bugs in t3lib_matchcondition and t3lib_div. Not necessarily exhaustive! For instance a report on Netscape 7.2 being wrongly detected may not be resolved (need teh value of HTTP_USER_AGENT to solve it since I do not have netscape 7.2!)
4179 2004-04-01 Kasper Skaarhoj <kasper@typo3.com>
4181 * Added full safety for the internal TYPO3 formmail; email addresses in the fields "recipient" and "recipient_copy" are encrypted in the transfer and the "formmail" interface is safe for spam-misuse (since a proper recipient address cannot be forged automatically).
4182 * !!! If someone is using the "formmail" API from other renderers than the FORM cObject in TypoScript you will have to set the recipient address to the encrypted value by default OR alternatively disabled the check by TYPO3_CONF_VARS[FE][strictFormmail] = FALSE
4184 2004-04-01 Kasper Skaarhoj <kasper@typo3.com>
4186 * Added Jens Ellerbrocks suggestion for "postUserFuncInt" in stdWrap.
4188 2004-04-01 Kasper Skaarhoj <kasper@typo3.com>
4190 * Added some file icons from Ben and Emile
4192 2004-04-01 Kasper Skaarhoj <kasper@typo3.com>
4194 * Added "General Plugin" to content elmeent wizard list.
4196 2004-04-01 Kasper Skaarhoj <kasper@typo3.com>
4198 * Fixed SSL problem and many other minor things
4200 2004-03-31 Kasper Skaarhoj <kasper@typo3.com>
4202 * Fixed spam-protection of email adresses inserted by "mailto:..." in text.
4204 2004-03-31 Kasper Skaarhoj <kasper@typo3.com>
4206 * Fixed another small bug in detection of simulateStaticDocuments.
4208 2004-03-31 Kasper Skaarhoj <kasper@typo3.com>
4210 * Fixed distinction between ' and " in EM.
4212 2004-03-31 Kasper Skaarhoj <kasper@typo3.com>
4214 * Removed "onblur" handler in "browser.php" - had no great significance apparently and bugged people on Mac.
4216 2004-03-31 Kasper Skaarhoj <kasper@typo3.com>
4218 * In t3lib_div::linkThisUrl(), remove "?" if no parameters were found.
4220 2004-03-31 Kasper Skaarhoj <kasper@typo3.com>
4222 * Added "config.doctype = none" support - omits any doctype in the frontend.
4224 2004-03-31 Kasper Skaarhoj <kasper@typo3.com>
4226 * Fixed an error for form wizard (and others...) where the return URL would be wrong if the wizard was activated right after having saved a new record (would like back to a new record again).
4227 * Further, I added the option of xmlOutput from the table and form wizards. This option is configured in the wizard setup. There is NO frontend rendering supporting the XML format yet. But it might be very handy (and recommended) for other applications wanting to use the table and formwizards.
4229 2004-03-31 Kasper Skaarhoj <kasper@typo3.com>
4231 * Changed the way simulateStaticDocuments are resolved
4233 2004-03-28 Kasper Skaarhoj <kasper@typo3.com>
4235 * Changed "t3lib_div::calluserFunc" and t3lib_div::getUserObj to use "&" as token for persistent (global) objects rather than ">" - PLEASE UPDATE YOUR CODE if you happend to use these features already (less than a week old).
4237 2004-03-24 Kasper Skaarhoj <kasper@typo3.com>
4239 * Added <span title=""> to path in backend modules in Web main module; you can now see the full path (non-truncated) as title text.
4241 2004-03-24 Kasper Skaarhoj <kasper@typo3.com>
4243 * Added RTE API and changed the "rte" extension to use that.
4244 * Added t3lib_div::getUserObj() which returns an OBJECT , instead of executing a method call like callUserFunc() does.
4246 2004-03-23 Kasper Skaarhoj <kasper@typo3.com>
4248 * Fixed problem in Extension Manager where files and directories was not written with correct permissions. I also added t3lib_div::mkdir() general function for creating directories.
4250 2004-03-23 Kasper Skaarhoj <kasper@typo3.com>
4252 * Fixed bug that page tree didn't unfold when entering page id in the shortcut frame.
4254 2004-03-23 Kasper Skaarhoj <kasper@typo3.com>
4256 * Added a checkbox for be-users to disable IP locking. This is useful if you have backend users complaining about being thrown off sessions.
4259 As usual the changelog is not at all "complete" in terms of what has been changed. I regret this, but the tradeoff would be slower development if all details had to go in here which is why they don't.
4260 However all IMPORTANT changes that might break compatibility somewhere is always entered in the log with "!!!" prefixed.
4264 - Modified how external URLs for pages are redirected to: In case the URL seems to be *relative* ("blabla/index.php", "?id=12..") the URL is prefixed with the site URL. Otherwise it won't work with "realurl" extension.
4265 - Added features in t3lib_div::callUserFunction(); You can not specify objects to be instantiated once and stored globally for reuse (simply change "->" to "->>") and you can additionally specify a class file to include as a prefix to the method/function reference.
4266 - Added a new constant "TYPO3_DLOG" which is tied to TYPO3_CONF_VARS[SYS][enable_DLOG] and t3lib_div::devLog function; the framework provides possibility of implementing logging calls all over the source code, both frontend and backend with a minimum loss of speed if no logging is asked for and with the possibility of better debugging/tracking for developers
4267 - Added some new options to array2xml to obtain XML creation from arrays which observes PHP data types and has options for better protection of tag names etc. Fixed a bug in the detection of binary data in arrays for base64 encoding as well.
4268 - Script "tslib/media/scripts/makeMenu_keywords_updated.inc has been removed since it was obsolete.
4269 - Fixed problem with references in FlexForms! Now all references gets correct when copying a page and images will also be copied.
4272 - Database Wrapper class "t3lib_DB" has been created, containing simple wrapper functions for MySQL and query building functions.
4274 !!! - tslib_content::getUpdateJS() Is NEVER stripping off slashes now, please update your code in extensions if you rely on this (most unlikely)
4275 !!! - tslib_content::DBgetInsert() + tslib_content::DBgetUpdate() Will ALWAYS apply slashes to values in queries now (for security). If you use these functions in your extensions, please update your code to the new situation! (These two functions now use their counterparts in t3lib_DB class)
4276 !!! - IP locking has been added to user sessions: For backend this is DEFAULT (which means that users might experience to be logged out if their IP changes dynamically during a session!) and for frontend users it is disabled by default (but can be enabled from TYPO3_CONF_VARS)
4277 !!! - t3lib_BEfunc::DBcompileInsert() and t3lib_BEfunc::DBcompileUpdate() has been modified so they ALWAYS add slashes to values inserted in queries. (Further they are deprecated now since they just call their counterparts in t3lib_DB class.)
4278 - Implemented t3lib_DB class as a first step towards database abstraction. For now it contains wrapper functions that ALL code should use in the future.
4279 !!! - tslib_cObj::DBcompileInsert has been removed since it was obsolete.
4282 !!!- Removed global extension "Extrep"
4284 2004-03-19 Robert Lemke <rl@robertlemke.de>
4286 - Fixed SQL statement (missing quotes) in t3lib_dmailer, reported by Martin Erichsen.
4287 See: http://typo3.org/1422+M55c87d9b3b8.0.html'
4289 2004-02-12 Robert Lemke <rl@robertlemke.de>
4292 Made changes to class.tslib_content.php:
4293 - added function getAltParam () which acts as an abstraction method / API creating alt and title parameters for img tags
4294 - added a new TypoScript configuration property: "titleText" (string / stdWrp) similar to "altText". If only altText is specified, it will also be used for the "title" parameter
4295 - used getAltParam in IMGTEXT () for rendering the alt tag
4296 - used getAltParam in cImage () for rendering the alt tag
4297 - added title="" when neccessary, ie. all cleargifs havin an alt="" parameter now also have a title=""
4300 Kasper Skaarhoj, 6/2:
4301 - Added processing option to RTE, "proc.plainImageMode"
4302 - Added options for select and group types in TCA to set the selector box style.
4303 - Added $altPageId parameter to function linkTP*() in tslib_pibase + pi_list_linkSingle()
4304 - Changed the order of <?xml> and <!DOCTYPE> in the frontend for XHTML around again. And added an option, "doctypeSwitch" which will reverse the order for those needing that. And finally the "doctype" option fed with a value that is not "xhtml_frames", "xhtml_trans" or "xhtml_strict" will be outputted AS the doctype!
4305 - Implemented checkbox for show thumbnails in Element browser/file and RTE select image dialog.
4306 - Implemented pop-up window size selector in link wizard
4310 * Removed "mininews" from global extensions - that was an error in RC1
4311 * Removed global extensions "beuser_tracking/ classic_welcome/ design_components/ tt_links/" from main distribtion. They are either obsolete or irrelevant and it has been considered responsible to remove them like this.
4313 2003-12-23 Robert Lemke <rl@robertlemke.de>
4315 * Added another TSconfig option for replacing the create new content wizard (-> templavoila). Only added a few lines.
4317 20/12: Change the backend icon processing: Not, by default icons are NOT processed with overlay of hidden, start/endtime icons; The icons are found preprocessed with the source icon. This can be disabled so the old behaviour will apply, see TYPO3_CONF_VARS[GFX] - however group-numbers on icons have been permanently disabled.
4320 - Click menu does not work in task-center/weblist
4321 - admin-only flag in TYPO3_CONF_VARS so only administrators can log in/be authenticated.
4322 - Click menu does not work in Opera.
4323 - BUG: Row-highlighting for both Page and Folder trees are not stable enough.
4324 - BUG: when editing records from Web>View the palette will not show properly in the topframe!
4325 - BUG: Email forms wizard: "Checked: " for checkboxes does not work!
4326 - BUG: File>List , list-frame: Click menu does NOT work in Mozilla! cannot find the bug!
4327 - Convert selecting of filemounts from GROUP selector to a selectorbox.
4328 - Option: Frameset modules without the "border" frame and therefore adjustable freely.
4329 Changed all usage of t3lib_div::GPvar('SET') to t3lib_div::GPvar('SET',1) (stripping slashes) where its used to set MOD_SETTINGS for backend modules.
4331 2003-12-16 Robert Lemke <rl@robertlemke.de>
4333 * Added and changed some features related to the replacement of default page module by a custom one (templavoila). See t3lib_positionmap, t3lib_tsfebeuserauth, alt_shortcut, alt_clickmenu
4335 2003-12-16 Kasper Skaarhoj <kasper@typo3.com>
4337 * Added new languages labels for cms and lang extensions // increased version number to 3.6.0RC1
4339 2003-12-16 Kasper Skaarhoj <kasper@typo3.com>
4341 * Changed order of DOCTYPE and XML declaration for XHTML support (for standards compliance mode detection in MSIE)
4343 2003-10-24 Kasper Skaarhoj <kasper@typo3.com>
4345 * Moved changelog.txt to ChangeLog ("cvs compliant")
4349 !!! $LANG->php3Lang + ->mainLang has been cancelled and replaced with a local-lang call: Search/replace regex: search for '->php3Lang\["([^]]*)"\]\["([^]]*)"\]', replace with '->sL("LLL:EXT:lang/locallang_core.php:\1.\2")'. Same for ->mainLang.
4350 !!! The global var $AB has been removed (since the "alternative backend" is now THE backend and the classic is totally gone. If you use this var, you can safely expect $AB's value to be TRUE and therefore remove all code which would excute if it was FALSE.
4351 !!! Removed what looked like unused functions and variables in the backend frameset JavaScript.
4352 !!! Change db_list_frame and file_list_frame to just "list_frame".
4353 !!! Cleaned up a lot in the template-class.
4354 !!! dfw() and rfw() functions must be substituted with $GLOBALS["TBE_TEMPLATE"]->dfw() / ->rfw()
4355 !!! fw() is highly deprecated (and does NOT wrap strings anymore!)
4356 !!! if (top.theMenu) top.theMenu.recentuid
4357 !!! Constant "PATH_temp" has been cancelled - no scripts seemed to use it and the dir is deprecated.
4358 !!! typo3/temp/ has been cancelled. Changed to typo3/icons/ for STATIC icons and PATH_site.typo3temp/ is now used for the locally generated icons. So no more typo3/temp/ to be writable.
4359 !!! t3lib_BEfunc::loadTablesDescriptions() and t3lib_BEfunc::loadSingleTableDescription is removed. A function call like t3lib_BEfunc::loadSingleTableDescription("pages",$LANG->lang); is substituted with $LANG->loadSingleTableDescription("pages");
4360 !!! Function t3lib_BEfunc::pTypes() remove - nothing used it (apparently. prove me wrong... :-)
4361 !!! Function t3lib_div::extParseurl removed
4362 !!! Function t3lib_div::imagefinder, t3lib_div::linkfinder, t3lib_div::getStrippedURL, t3lib_div::getMimeType, t3lib_div::debug_white_space, t3lib_div::debug_code, t3lib_div::parsetime, t3lib_div::hardspace, t3lib_div::break_text, t3lib_div::unbreak_text removed
4363 !!! The font files "arial.ttf" and "verdana.ttf" has been removed from the folder t3lib/fonts/ and substituted with similar typefaces, "nimbus.ttf" and "vera.ttf" respectively.
4364 !!! The script "t3lib/formmail.php" has been removed. Was not used and didn't work anyways.
4365 !!! The classes t3lib_pagetree and t3lib_browsetree has been divided into four new classes (folder,page,browse + treeview) - and as a rule of thumb, the API has been modified so much that you should rather check all you applications using these classes in DETAIL! Consider it a reimplementation.
4366 !!! The three rte_*.php scripts in TYPO3 core has been moved TO the "rte" extension! This also means that any extension classes must have updated their XCLASS registration keys to the new file positions.
4367 !!! status_file.php is gone...
4368 !!! The typo3/ scripts db_new_content_el.php and db_layout.php has been moved into the sysext/cms/layout/ folder. Further, the classes have been remodelled a lot. If you link to these scripts or extend their classes in your applications, you should observe the compatibility!
4370 - A new class "t3lib_cs" has been added. It contains homemade functions for conversion to and from a list of charsets (conversion tables found in t3lib/csconvtbl/). The conversion could be speeded up enourmously by using PHP functions but I simply didn't find any that could be used. By time we can substitute the PHP-processing with internal PHP functions if possible.
4371 - In TYPO3_CONF_VARS we can now set up a system charset. [BE][forceCharset] This is used a) for storage of information and b) for whole backend. Default is that charset of the current user (as always), but clearly recommended is "UTF-8"!!!
4372 - The recommendation is that the forceCharset configuration is used for multilingual sites. In this way the SAME charset is ALWAYS used in the backend regardless of which language the current backend user has chosen. Thus all content in the sysmte is stored in the same charset.