- Feb 21, 2005
-
-
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
-
- Feb 17, 2005
-
-
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
-
- Feb 15, 2005
-
-
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
-
- Feb 14, 2005
-
-
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
-
- Feb 13, 2005
-
-
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
-
- Feb 11, 2005
-
-
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
-
- Feb 08, 2005
-
-
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
-
- Feb 06, 2005
-
-
Michael Stucki authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@554 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- Feb 04, 2005
-
-
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
-
- Feb 03, 2005
-
-
Ingmar Schlecht authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@551 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- Feb 02, 2005
-
-
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
-
- Feb 01, 2005
-
-
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
-
- Jan 29, 2005
-
-
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
-
- Jan 24, 2005
-
-
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
-
- Jan 22, 2005
-
-
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
-
- Jan 21, 2005
-
-
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
-
Jan-Erik Revsbech authored
Fixed a problem when using Postfix version 1. A check is made to see if Postfix version 1 is used as MTA. git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@536 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
* Added a new feature to force all UIDs in the "impexp" extension. git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@535 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- Jan 15, 2005
-
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@534 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
Fixed final details around Import/Export. Unless important bugs surface this is it for a long time... git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@533 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- Jan 14, 2005
-
-
Kasper Skårhøj authored
* import/export: CSH for the whole module, localization of all labels git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@532 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- Jan 13, 2005
-
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@531 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
More work on import/export + removal of "lower" range limit for endtimes on core records (to avoid import oddities). git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@530 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Christian Jul Jensen authored
minor bugs in dyntabmenu fixed (missing highlight after click in regular tabmenu, css error in foldoutmenu) git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@529 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- Jan 02, 2005
-
-
Kasper Skårhøj authored
* Added Karsten D.s patches for DBAL. git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@528 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Christian Jul Jensen authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@527 709f56b5-9817-0410-a4d7-c38de5d9e867
-