Martin Kutschker [Mon, 19 Apr 2004 14:32:07 +0000 (14:32 +0000)]
Adding crop()
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@205
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Mon, 19 Apr 2004 11:59:41 +0000 (11:59 +0000)]
Fixed showpic.php bug.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@204
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Mon, 19 Apr 2004 10:37:06 +0000 (10:37 +0000)]
* 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.
* Fixed some other bugs around.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@203
709f56b5-9817-0410-a4d7-
c38de5d9e867
Martin Kutschker [Sun, 18 Apr 2004 12:17:28 +0000 (12:17 +0000)]
Updating charset info
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@202
709f56b5-9817-0410-a4d7-
c38de5d9e867
Martin Kutschker [Sun, 18 Apr 2004 11:38:07 +0000 (11:38 +0000)]
Added crop()
Improved substr() to allow negative values for start and len
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@201
709f56b5-9817-0410-a4d7-
c38de5d9e867
Martin Kutschker [Sat, 17 Apr 2004 10:29:23 +0000 (10:29 +0000)]
Added case folding for EUC charsets.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@200
709f56b5-9817-0410-a4d7-
c38de5d9e867
Martin Kutschker [Thu, 15 Apr 2004 16:18:10 +0000 (16:18 +0000)]
Resolve CVS update conflicts.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@199
709f56b5-9817-0410-a4d7-
c38de5d9e867
Robert Lemke [Thu, 15 Apr 2004 10:13:42 +0000 (10:13 +0000)]
Interim commit: This is fixes a bug in the getCachedImageDimensions() and cacheImageDimensions functions which caused errors in PHP < 4.2.0. Now it works but the caching mechanism might still be improved soon.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@198
709f56b5-9817-0410-a4d7-
c38de5d9e867
Robert Lemke [Thu, 15 Apr 2004 10:01:19 +0000 (10:01 +0000)]
Deleted $this->getAltParam() line in IMGTEXT because it caused the alt / title parameters to be included twice.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@197
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Wed, 14 Apr 2004 09:12:47 +0000 (09:12 +0000)]
Only changes to function indexes, comments and stripping of trailing whitespace in code lines all over code.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@196
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Wed, 14 Apr 2004 07:49:07 +0000 (07:49 +0000)]
* Mount Points (Mount pages) reworking. See change log
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@195
709f56b5-9817-0410-a4d7-
c38de5d9e867
Martin Kutschker [Sat, 10 Apr 2004 19:45:25 +0000 (19:45 +0000)]
Fix bug with hex entities in entities_to_utf8()
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@194
709f56b5-9817-0410-a4d7-
c38de5d9e867
Martin Kutschker [Sat, 10 Apr 2004 15:15:03 +0000 (15:15 +0000)]
Support for KOI-8R added
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@193
709f56b5-9817-0410-a4d7-
c38de5d9e867
Martin Kutschker [Sat, 10 Apr 2004 15:07:53 +0000 (15:07 +0000)]
General string handling:
added substr()
Support for Shift-JIS:
added euc_substr()
added helper euc_char2byte_pos()
Some bug fixes in the string handling methods.
Moved mbstring library calls from utf8_* anf euc_* to general methods to reduce class size.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@192
709f56b5-9817-0410-a4d7-
c38de5d9e867
Robert Lemke [Mon, 5 Apr 2004 10:13:34 +0000 (10:13 +0000)]
- Clear All Cache also for the cached imagesizes (see clear_cacheCmd)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@191
709f56b5-9817-0410-a4d7-
c38de5d9e867
Robert Lemke [Mon, 5 Apr 2004 10:00:17 +0000 (10:00 +0000)]
* Modified typo3/sysext/cms/tslib/class.tslib_content.php:
* 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.
* 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
* Added support for automatically caching image dimensions instead of executing IM identify. Original extension provided by Michael Stucki.
* Affected files: t3lib/class.t3lib_stdgraphic.php, typo3/sysext/cms/ext_tables.sql
* Tested by Ingmar, Michael and Robert
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@190
709f56b5-9817-0410-a4d7-
c38de5d9e867
Robert Lemke [Mon, 5 Apr 2004 09:40:15 +0000 (09:40 +0000)]
* Modified typo3/sysext/cms/tslib/class.tslib_content.php:
* 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.
* 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
* Added support for automatically caching image dimensions instead of executing IM identify. Original extension provided by Michael Stucki.
* Affected files: t3lib/class.t3lib_stdgraphic.php, typo3/sysext/cms/ext_tables.sql
* Tested by Ingmar, Michael and Robert
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@189
709f56b5-9817-0410-a4d7-
c38de5d9e867
Jan-Erik Revsbech [Fri, 2 Apr 2004 07:26:41 +0000 (07:26 +0000)]
Changed bug concerning Message-ID and Content-ID when sending MIME mail with embeddem Images in HTML.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@188
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Thu, 1 Apr 2004 16:38:53 +0000 (16:38 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@187
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Thu, 1 Apr 2004 16:06:18 +0000 (16:06 +0000)]
* Fixed problem with domain look-up when an extra "/" was added to eg. "typo3.com//" -> showing "typo3.org" instead
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@186
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Thu, 1 Apr 2004 15:55:36 +0000 (15:55 +0000)]
* 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!)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@185
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Thu, 1 Apr 2004 14:51:02 +0000 (14:51 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@184
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Thu, 1 Apr 2004 14:38:03 +0000 (14:38 +0000)]
* 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).
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@183
709f56b5-9817-0410-a4d7-
c38de5d9e867
Martin Kutschker [Thu, 1 Apr 2004 14:07:56 +0000 (14:07 +0000)]
Support for Shift-JIS:
added: conversion table shift_jis.tbl
updated: utf8_encode()
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@182
709f56b5-9817-0410-a4d7-
c38de5d9e867
Martin Kutschker [Thu, 1 Apr 2004 12:25:04 +0000 (12:25 +0000)]
Basic string functions for Asian charsets
added: strtrunc(), strlen(), euc_strtrunc(), euc_strlen()
updaded: charset infos
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@181
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Thu, 1 Apr 2004 10:29:51 +0000 (10:29 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@180
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Thu, 1 Apr 2004 09:09:52 +0000 (09:09 +0000)]
* Added Jens Ellerbrocks suggestion for "postUserFuncInt" in stdWrap.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@179
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Thu, 1 Apr 2004 08:58:07 +0000 (08:58 +0000)]
* Added some file icons from Ben and Emile
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@178
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Thu, 1 Apr 2004 08:27:07 +0000 (08:27 +0000)]
* Added "General Plugin" to content elmeent wizard list.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@177
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Thu, 1 Apr 2004 07:35:31 +0000 (07:35 +0000)]
* Fixed SSL problem and many other minor things
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@176
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Wed, 31 Mar 2004 15:37:57 +0000 (15:37 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@175
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Wed, 31 Mar 2004 15:14:58 +0000 (15:14 +0000)]
* Fixed spam-protection of email adresses inserted by "mailto:..." in text.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@174
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Wed, 31 Mar 2004 14:55:51 +0000 (14:55 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@173
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Wed, 31 Mar 2004 14:51:20 +0000 (14:51 +0000)]
* Fixed another small bug in detection of simulateStaticDocuments.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@172
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Wed, 31 Mar 2004 14:27:02 +0000 (14:27 +0000)]
* Fixed distinction between ' and " in EM.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@171
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Wed, 31 Mar 2004 14:05:10 +0000 (14:05 +0000)]
* Removed "onblur" handler in "browser.php" - had no great significance apparently and bugged people on Mac.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@170
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Wed, 31 Mar 2004 13:48:54 +0000 (13:48 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@169
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Wed, 31 Mar 2004 13:38:06 +0000 (13:38 +0000)]
* In t3lib_div::linkThisUrl(), remove "?" if no parameters were found.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@168
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Wed, 31 Mar 2004 13:26:22 +0000 (13:26 +0000)]
* Added "config.doctype = none" support - omits any doctype in the frontend.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@167
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Wed, 31 Mar 2004 12:25:44 +0000 (12:25 +0000)]
* 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).
* 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.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@166
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Wed, 31 Mar 2004 10:25:43 +0000 (10:25 +0000)]
Cleaned up comments,
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@165
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Wed, 31 Mar 2004 10:08:59 +0000 (10:08 +0000)]
* Changed the way simulateStaticDocuments are resolved
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@164
709f56b5-9817-0410-a4d7-
c38de5d9e867
Martin Kutschker [Tue, 30 Mar 2004 13:54:20 +0000 (13:54 +0000)]
UTF-8 string support:
updated utf8_strtrunc()
added utf8_substr(), utf8_strlen(), utf8_strpos(), utf8_strrpos()
added helpers utf8_char2byte_pos(), utf8_byte2char_pos()
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@163
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Mon, 29 Mar 2004 14:40:34 +0000 (14:40 +0000)]
IMplemented "rawUrlEncode" in stdWrap as a boolean property
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@162
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Mon, 29 Mar 2004 14:37:13 +0000 (14:37 +0000)]
Added getindpenv keyword to TYpoScript "getText" data types
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@161
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Mon, 29 Mar 2004 12:23:01 +0000 (12:23 +0000)]
Added a hook for processing of formmail content before it is mailed. See tslib_fe:sendFormMail()
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@160
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Sun, 28 Mar 2004 12:06:14 +0000 (12:06 +0000)]
Added SQL class needed for DBAL extension
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@159
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Sun, 28 Mar 2004 11:28:55 +0000 (11:28 +0000)]
* 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).
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@158
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Sat, 27 Mar 2004 17:51:36 +0000 (17:51 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@157
709f56b5-9817-0410-a4d7-
c38de5d9e867
Robert Lemke [Fri, 26 Mar 2004 11:59:28 +0000 (11:59 +0000)]
Removed bug: The messageid, which was correctly built (md5(microtime())@domain.tld) by the htmlmail class, has been replaced by $uniqMsgId. Just removed that line, so now the valid default message ID is used instead.
Bug has also been reported at bugs@typo3.com by Peter Niederlag on 08.02.2004.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@156
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Thu, 25 Mar 2004 17:06:02 +0000 (17:06 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@155
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Thu, 25 Mar 2004 16:35:38 +0000 (16:35 +0000)]
Added support for NULL fields in the database
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@154
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Thu, 25 Mar 2004 15:34:48 +0000 (15:34 +0000)]
Changed things in parsehtml_proc that preserves <a-tags> which are anchor points.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@153
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Thu, 25 Mar 2004 12:34:56 +0000 (12:34 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@152
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Thu, 25 Mar 2004 11:30:01 +0000 (11:30 +0000)]
Fixed some RTE issues; for instance images and links which didn't exist is not silently stripped anymore.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@151
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Thu, 25 Mar 2004 07:16:11 +0000 (07:16 +0000)]
Added <span title=""> to path in backend modules in Web main module; you can now see the full path (non-truncated) as title text.
Added RTE API and changed the "rte" extension to use that.
Added t3lib_div::getUserObj() which returns an OBJECT , instead of executing a method call like callUserFunc() does.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@150
709f56b5-9817-0410-a4d7-
c38de5d9e867
Robert Lemke [Wed, 24 Mar 2004 11:29:58 +0000 (11:29 +0000)]
Changed one line in getAltParam() which was using an uninitiliased variable.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@149
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Tue, 23 Mar 2004 16:32:00 +0000 (16:32 +0000)]
Fixed a FlexForm problem in class.t3lib_transferdata.php
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@148
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Tue, 23 Mar 2004 13:49:31 +0000 (13:49 +0000)]
* 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.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@147
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Tue, 23 Mar 2004 10:41:03 +0000 (10:41 +0000)]
* Fixed bug that page tree didn't unfold when entering page id in the shortcut frame.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@146
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Tue, 23 Mar 2004 09:35:03 +0000 (09:35 +0000)]
* Added a checkbox for be-users to disable IP locking. This is useful if you have backend users complaining about being thrown off sessions.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@145
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Tue, 23 Mar 2004 09:14:13 +0000 (09:14 +0000)]
* Added a checkbox for be-users to disable IP locking. This is useful if you have backend users complaining about being thrown off sessions.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@144
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Mon, 22 Mar 2004 16:42:26 +0000 (16:42 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@143
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Mon, 22 Mar 2004 15:50:49 +0000 (15:50 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@142
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Mon, 22 Mar 2004 15:46:24 +0000 (15:46 +0000)]
First CVS update in a long time - see the top of changelog. In particular the foundational work for DBAL has been added. But don't worry - there is full backwards compliance.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@141
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Mon, 22 Mar 2004 15:44:23 +0000 (15:44 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@140
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Mon, 22 Mar 2004 15:20:23 +0000 (15:20 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@139
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Mon, 22 Mar 2004 15:16:37 +0000 (15:16 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@138
709f56b5-9817-0410-a4d7-
c38de5d9e867
Robert Lemke [Fri, 19 Mar 2004 10:40:14 +0000 (10:40 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@137
709f56b5-9817-0410-a4d7-
c38de5d9e867
Robert Lemke [Fri, 19 Mar 2004 10:37:20 +0000 (10:37 +0000)]
Fixed SQL statement (missing quotes) reported by Martin Erichsen.
See: http://typo3.org/1422+M55c87d9b3b8.0.html
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@136
709f56b5-9817-0410-a4d7-
c38de5d9e867
Robert Lemke [Fri, 19 Mar 2004 10:32:16 +0000 (10:32 +0000)]
Fixed SQL statement (missing quotes) reported by Martin Erichsen.
See: http://typo3.org/1422+M55c87d9b3b8.0.html
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@135
709f56b5-9817-0410-a4d7-
c38de5d9e867
Christian Jul Jensen [Tue, 9 Mar 2004 08:44:12 +0000 (08:44 +0000)]
Julle,
20030308:
The following problems with handling of mount points in menus fixed:
- Unfolding of submenus at the wrong point
- No checking for mount points at menu entry level.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@134
709f56b5-9817-0410-a4d7-
c38de5d9e867
Robert Lemke [Thu, 12 Feb 2004 14:58:16 +0000 (14:58 +0000)]
There was a typo at the end of an img - tag ( ... title="" k />). Sorry for that ....
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@133
709f56b5-9817-0410-a4d7-
c38de5d9e867
Robert Lemke [Thu, 12 Feb 2004 11:05:19 +0000 (11:05 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@132
709f56b5-9817-0410-a4d7-
c38de5d9e867
Robert Lemke [Thu, 12 Feb 2004 11:03:02 +0000 (11:03 +0000)]
- added function getAltParam () which acts as an abstraction method / API creating alt and title parameters for img tags
- 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
- used getAltParam in IMGTEXT () for rendering the alt tag
- used getAltParam in cImage () for rendering the alt tag
- added title="" when neccessary, ie. all cleargifs havin an alt="" parameter now also have a title=""
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@131
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Tue, 10 Feb 2004 10:33:51 +0000 (10:33 +0000)]
Changed lots of stuff...
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@130
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Mon, 2 Feb 2004 18:55:49 +0000 (18:55 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@129
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Sat, 31 Jan 2004 16:34:16 +0000 (16:34 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@128
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Sat, 31 Jan 2004 16:31:33 +0000 (16:31 +0000)]
Updated copyright notices to show "2004"
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@127
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Fri, 30 Jan 2004 15:30:01 +0000 (15:30 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@126
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Thu, 29 Jan 2004 17:31:55 +0000 (17:31 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@125
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Thu, 29 Jan 2004 15:01:01 +0000 (15:01 +0000)]
Updated german language labels for core.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@124
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Thu, 29 Jan 2004 14:54:11 +0000 (14:54 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@123
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Thu, 29 Jan 2004 11:01:21 +0000 (11:01 +0000)]
Fixed open_basedir issues with uploading of files in the whole core. Should work everywhere now.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@122
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Thu, 29 Jan 2004 09:55:31 +0000 (09:55 +0000)]
Fixed issues with mkdir()
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@121
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Wed, 28 Jan 2004 23:06:02 +0000 (23:06 +0000)]
Fixed lots of issues related to safe_mode and open_basedir. Should all work now!
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@120
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Mon, 26 Jan 2004 16:27:35 +0000 (16:27 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@119
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Mon, 26 Jan 2004 15:07:47 +0000 (15:07 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@118
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Tue, 20 Jan 2004 19:49:21 +0000 (19:49 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@117
709f56b5-9817-0410-a4d7-
c38de5d9e867
Robert Lemke [Mon, 12 Jan 2004 13:36:56 +0000 (13:36 +0000)]
Sorry, there seemed to be a newline at the end of the file, corrected that.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@116
709f56b5-9817-0410-a4d7-
c38de5d9e867
Robert Lemke [Mon, 12 Jan 2004 13:30:33 +0000 (13:30 +0000)]
Added 'c:\\apache\\ImageMagick\\' to the search path of ImageMagick for the Windows platform. Ingmars Windows Package is using that path so adding it shouldn't hurt.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@115
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Fri, 2 Jan 2004 12:19:17 +0000 (12:19 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@114
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Fri, 2 Jan 2004 08:56:02 +0000 (08:56 +0000)]
Added syntax highlighting class
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@113
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Wed, 31 Dec 2003 04:48:12 +0000 (04:48 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@112
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Sun, 28 Dec 2003 14:41:15 +0000 (14:41 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@111
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Sat, 27 Dec 2003 22:56:57 +0000 (22:56 +0000)]
Updated sysext/lang/
Fixed a few bugs as well.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@110
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Wed, 24 Dec 2003 11:01:25 +0000 (11:01 +0000)]
Removed Thumbs.db, finalized for RC1
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@109
709f56b5-9817-0410-a4d7-
c38de5d9e867
Robert Lemke [Tue, 23 Dec 2003 14:40:08 +0000 (14:40 +0000)]
* Added another TSconfig option for replacing the create new content wizard (-> templavoila). Only added a few lines.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@108
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Tue, 23 Dec 2003 02:28:27 +0000 (02:28 +0000)]
Close to the final changes before the release of TYPO3 3.6.0RC1
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@107
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Mon, 22 Dec 2003 21:52:36 +0000 (21:52 +0000)]
Fixed stuff in treeview
Updated translations today.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@106
709f56b5-9817-0410-a4d7-
c38de5d9e867