Skip to content
Snippets Groups Projects
  1. Feb 21, 2005
  2. Feb 17, 2005
  3. Feb 15, 2005
  4. Feb 14, 2005
  5. Feb 13, 2005
  6. Feb 11, 2005
    • Andreas Otto's avatar
      Updated ChangeLog. · 20655346
      Andreas Otto authored
      git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@558 709f56b5-9817-0410-a4d7-c38de5d9e867
      20655346
    • Andreas Otto's avatar
      In order to use enableTypeByConfig on more types than Input and Text the... · 0fea4255
      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
      0fea4255
  7. Feb 08, 2005
  8. Feb 06, 2005
  9. Feb 04, 2005
    • Michael Stucki's avatar
      *** empty log message *** · 0442be32
      Michael Stucki authored
      git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@553 709f56b5-9817-0410-a4d7-c38de5d9e867
      0442be32
    • Michael Stucki's avatar
      2005-02-04 Michael Stucki <michael@typo3.org> · 5f64af83
      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
      5f64af83
  10. Feb 03, 2005
  11. Feb 02, 2005
  12. Feb 01, 2005
  13. Jan 29, 2005
  14. Jan 24, 2005
  15. Jan 22, 2005
  16. Jan 21, 2005
  17. Jan 15, 2005
  18. Jan 14, 2005
  19. Jan 13, 2005
  20. Jan 02, 2005