- 10 Mar, 2005 2 commits
-
-
Kasper Skårhøj authored
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. git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@577 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Martin Kutschker authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@576 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 09 Mar, 2005 1 commit
-
-
Karsten Dambekalns authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@575 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 08 Mar, 2005 2 commits
-
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@574 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Martin Kutschker authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@573 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 07 Mar, 2005 2 commits
-
-
Karsten Dambekalns authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@572 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Karsten Dambekalns authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@571 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 02 Mar, 2005 1 commit
-
-
Martin Kutschker authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@570 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 25 Feb, 2005 1 commit
-
-
Martin Kutschker authored
Fix bug #576 (case conversion with mbstring) git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@569 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 22 Feb, 2005 1 commit
-
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@567 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 20 Feb, 2005 1 commit
-
-
Michael Stucki authored
* !!! Renamed t3lib_stdGraphic->imageCreateFromGif into imageCreateFromFile. The old function will remain for providing backwards compatibility. git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@566 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 17 Feb, 2005 2 commits
-
-
Karsten Dambekalns authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@565 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
* Added 3 hooks for each hardcoded function in css_styled_content so extensions can be written which provides alternative renderings without XCLASSING. git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@564 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 15 Feb, 2005 2 commits
-
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@563 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
* 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. git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@562 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 14 Feb, 2005 2 commits
-
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@561 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@560 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 13 Feb, 2005 1 commit
-
-
Karsten Dambekalns authored
Added three new types to parseFieldDef() - bigint, numeric, decimal. They all get catered for in the DBAL extension and do no harm otherwise. git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@559 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 11 Feb, 2005 2 commits
-
-
Andreas Otto authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@558 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Andreas Otto authored
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 below. 903: function getSingleField_typeInput $specConf: Yes $this->renderWizards: Yes 955: function getSingleField_typeText $specConf: Yes $this->renderWizards: Yes 1054: function getSingleField_typeCheck $specConf: No $this->renderWizards: No 1113: function getSingleField_typeRadio $specConf: No $this->renderWizards: No 1143: function getSingleField_typeSelect $specConf: Yes $this->renderWizards: Yes 1217: function getSingleField_typeSelect_single $specConf: No $this->renderWizards: No 1326: function getSingleField_typeSelect_checkbox $specConf: No $this->renderWizards: No 1438: function getSingleField_typeSelect_singlebox $specConf: No $this->renderWizards: No 1540: function getSingleField_typeSelect_multiple $specConf: No $this->renderWizards: No 1630: function getSingleField_typeGroup $specConf: Yes $this->renderWizards: Yes 1787: function getSingleField_typeNone $specConf: No $this->renderWizards: No 1803: function getSingleField_typeNone_render $specConf: No $this->renderWizards: No 1862: function getSingleField_typeFlex $specConf: No $this->renderWizards: No 1986: function getSingleField_typeFlex_langMenu $specConf: No $this->renderWizards: No 2005: function getSingleField_typeFlex_sheetMenu $specConf: No $this->renderWizards: No 2035: function getSingleField_typeFlex_draw $specConf: No $this->renderWizards: No 2187: function getSingleField_typeUnknown $specConf: No $this->renderWizards: No 2202: function getSingleField_typeUser $specConf: No $this->renderWizards: No git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@557 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 08 Feb, 2005 2 commits
-
-
Robert Lemke authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@556 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Michael Stucki authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@555 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 06 Feb, 2005 1 commit
-
-
Michael Stucki authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@554 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 04 Feb, 2005 2 commits
-
-
Michael Stucki authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@553 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Michael Stucki authored
* Corrected some typos * Fix permissions after ImageMagick has created a new file. Introduced new function t3lib_div::fixPermissions. Closes bug #0000677. * Fixed bug #0000422: "Fatal error at 3: Image Processing -> 5: GD library functions" * 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. * ContextMenu is no longer disabled by default on Macintosh systems (except Opera, might have to do with bug #0000675). Closes bugs #0000542 and #0000486. * XHTML 1.1 compliancy fixes (thanks to Ernesto Baschny) * List view now resolves values of MM tables (thanks to Rupert Germann) * Use t3lib_div::isAbsPath() to check if the logfile path is absolute (doesn't work on Windows otherwise) git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@552 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 03 Feb, 2005 1 commit
-
-
Ingmar Schlecht authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@551 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 02 Feb, 2005 4 commits
-
-
Ingmar Schlecht authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@550 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Ingmar Schlecht authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@549 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Ingmar Schlecht authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@548 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Christian Jul Jensen authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@547 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 01 Feb, 2005 2 commits
-
-
Ingmar Schlecht authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@546 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Ingmar Schlecht authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@545 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 29 Jan, 2005 3 commits
-
-
Ingmar Schlecht authored
* Fixed bug #0000642: No translations for the word "page" printed by indexed_search when a PDF file matches git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@544 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Ingmar Schlecht authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@543 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Ingmar Schlecht authored
* Fixed spelling mistake "Interne pages" => "Internal pages"; * Fixed bug #0000642: No translations for the word "page" printed by indexed_search when a PDF file matches git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@542 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 24 Jan, 2005 2 commits
-
-
Jan-Erik Revsbech authored
Fixed problem with calling /usr/sbin/postconf when this file does not exist. Now makes a check to see if the file exists. git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@541 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@540 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 22 Jan, 2005 1 commit
-
-
Ingmar Schlecht authored
* Fixed bug #0000668: Removed spurious comma (,) from pages table definition in t3lib/stddb/tables.sql git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@539 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 21 Jan, 2005 2 commits
-
-
Ingmar Schlecht authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@538 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Karsten Dambekalns authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@537 709f56b5-9817-0410-a4d7-c38de5d9e867
-