- Apr 14, 2004
-
-
Kasper Skårhøj authored
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 authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@195 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- Apr 10, 2004
-
-
Martin Kutschker authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@194 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Martin Kutschker authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@193 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Martin Kutschker authored
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
-
- Apr 05, 2004
-
-
Robert Lemke authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@191 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Robert Lemke authored
* 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 authored
* 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
-
- Apr 02, 2004
-
-
Jan-Erik Revsbech authored
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
-
- Apr 01, 2004
-
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@187 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
* 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 authored
* 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 authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@184 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
* 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 authored
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 authored
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 authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@180 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
* 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 authored
* 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 authored
* 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 authored
* Fixed SSL problem and many other minor things git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@176 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- Mar 31, 2004
-
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@175 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
* 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 authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@173 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
* 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 authored
* 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 authored
* 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 authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@169 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
* 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 authored
* 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 authored
* 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 authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@165 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
* Changed the way simulateStaticDocuments are resolved git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@164 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- Mar 30, 2004
-
-
Martin Kutschker authored
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
-
- Mar 29, 2004
-
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@162 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@161 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@160 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- Mar 28, 2004
-
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@159 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
* 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
-
- Mar 27, 2004
-
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@157 709f56b5-9817-0410-a4d7-c38de5d9e867
-