- 19 Sep, 2004 8 commits
-
-
Michael Stucki authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_3-7@489 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Ingmar Schlecht authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_3-7@488 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Michael Stucki authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_3-7@487 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Ingmar Schlecht authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_3-7@486 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Michael Stucki authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_3-7@485 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Ingmar Schlecht authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_3-7@484 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Ingmar Schlecht authored
Changed <meta name="generator" content="TYPO3 3.6 CMS" /> tag in class.tslib_pagegen.php to reflect version 3.7. (See bug #0000318) git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_3-7@483 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Ingmar Schlecht authored
Fixed bug #0000365: Made comparing md5 hashes of t3x files in mod/tools/em/index.php ignore leading whitespace. git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_3-7@482 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 17 Sep, 2004 1 commit
-
-
Ingmar Schlecht authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_3-7@481 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 15 Sep, 2004 1 commit
-
-
Ingmar Schlecht authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_3-7@479 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 14 Sep, 2004 3 commits
-
-
Michael Stucki authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_3-7@478 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Michael Stucki authored
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. * The BE login screen now shows the sitename by default * Fixed a typo in config_default.php * Changed description for lockRootPath git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@473 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Ingmar Schlecht authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@471 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 13 Sep, 2004 4 commits
-
-
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@465 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
-
- 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 1 commit
-
-
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
-
- 02 Sep, 2004 3 commits
-
-
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
-
- 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
-
- 26 Aug, 2004 2 commits
-
-
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@441 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 3 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
-
- 15 Aug, 2004 1 commit
-
-
Michael Stucki authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@429 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 07 Aug, 2004 1 commit
-
-
Kasper Skårhøj authored
Various; 3 new access control modes; CSH changes; moving sys_language to core (see changelog for details). git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@427 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 04 Aug, 2004 2 commits
-
-
Kasper Skårhøj authored
* 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. git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@426 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
* Added TYPo3_CONF_VARS[FE][lockHashKeyWords] so it is optional to lock FE user sessions to HTTP_USER_AGENT git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@425 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 03 Aug, 2004 1 commit
-
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@421 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 02 Aug, 2004 1 commit
-
-
Jan-Erik Revsbech authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@420 709f56b5-9817-0410-a4d7-c38de5d9e867
-