- 14 Sep, 2004 1 commit
-
-
Ingmar Schlecht authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@471 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 13 Sep, 2004 8 commits
-
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@470 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@469 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
* 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... * Updated all JavaDoc comments and function/class indexes in files, preparing for 3.7.0RC git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@468 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
* Added CSH for Web>Info/Localization Overview git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@467 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@466 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@465 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
Changed little more in uniqueList, among others that a fixed number of paramters are supported only now! git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@464 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Michael Stucki authored
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! git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@463 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 12 Sep, 2004 1 commit
-
-
Michael Stucki authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@462 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 11 Sep, 2004 1 commit
-
-
Martin Kutschker authored
Transliteration may map to no char at all (Russian hard/soft signs). Honour @euro locale modifier. Added mapping from Typo3 BE-languages to ISO languages (locale style). git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@461 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 10 Sep, 2004 2 commits
-
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@460 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Michael Stucki authored
* 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! * Removed comment about the expired Unisys patent in class.tx_install.php git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@459 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 09 Sep, 2004 3 commits
-
-
Jan-Erik Revsbech authored
Fixed bug #292 concerning ReturnPAth in htmlmail class. The fix has two different solutions one for windows which always work, and one for Linux, which only works when safe_mode is off. git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@458 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Robert Lemke authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@455 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@454 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 05 Sep, 2004 1 commit
-
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@453 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 02 Sep, 2004 4 commits
-
-
René Fritz authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@452 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
* Fixed a few basic PHP5 problems (aiming at PHP5 support in 3.7.0) git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@451 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@450 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
* Added Catalan, Bosnian and Korean languages. git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@449 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 31 Aug, 2004 1 commit
-
-
Kasper Skårhøj authored
Added a hook right after the page has been put in cache in the frontend. For writing static versions of pages. Also fixed issues for image rendering. git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@448 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 29 Aug, 2004 2 commits
-
-
Kasper Skårhøj authored
* 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. git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@447 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@446 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 27 Aug, 2004 1 commit
-
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@445 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 26 Aug, 2004 5 commits
-
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@444 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
* Adding editlock icon in Web>Access git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@443 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@442 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@441 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
Generally: FE charset output conversion, new localization modes in FE and FE preview facilities for versioning (first draft) See changelog "2004-08-26 Kasper Sk�rh�j" for details git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@440 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 23 Aug, 2004 1 commit
-
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@439 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 22 Aug, 2004 1 commit
-
-
Ingmar Schlecht authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@438 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 21 Aug, 2004 1 commit
-
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@437 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 20 Aug, 2004 7 commits
-
-
Ingmar Schlecht authored
* Marginally changed the error message in t3lib_userauth appearing when the HTTP_REFERER mismatched. git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@436 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Ingmar Schlecht authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@435 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Ingmar Schlecht authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@434 709f56b5-9817-0410-a4d7-c38de5d9e867
-
René Fritz authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@433 709f56b5-9817-0410-a4d7-c38de5d9e867
-
René Fritz authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@432 709f56b5-9817-0410-a4d7-c38de5d9e867
-
René Fritz authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@431 709f56b5-9817-0410-a4d7-c38de5d9e867
-
René Fritz authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@430 709f56b5-9817-0410-a4d7-c38de5d9e867
-