Skip to content
Snippets Groups Projects
  1. Apr 01, 2005
  2. Mar 29, 2005
  3. Mar 28, 2005
  4. Mar 25, 2005
    • Michael Stucki's avatar
      * Added two hooks for tx_timtaw, written by Sebastian Kurfuerst · eb0ab3bf
      Michael Stucki authored
      * FORM object is finally able to create a reset button (closes #0000743, thanks to Michael Scharkow)
      * FE editing: Up/Down buttons in panel did not work (closes #0000849, thanks to Peter Niederlag for pointing me on this)
      * typeNum 0 is now set automatically by default: If a page object has no typeNum and typeNum '0' is not defined, TYPO3 will automatically do that now
      * Renamed admin function links in the left down corner of the BE (closes #0000025)
      * EM: Display privacy message before connecting to the online repository
      
      
      git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@584 709f56b5-9817-0410-a4d7-c38de5d9e867
      eb0ab3bf
  5. Mar 23, 2005
  6. Mar 16, 2005
  7. Mar 10, 2005
  8. Mar 09, 2005
  9. Mar 08, 2005
  10. Mar 07, 2005
  11. Mar 02, 2005
  12. Feb 25, 2005
  13. Feb 22, 2005
  14. Feb 21, 2005
  15. Feb 17, 2005
  16. Feb 15, 2005
  17. Feb 14, 2005
  18. Feb 13, 2005
  19. 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
  20. Feb 08, 2005
  21. Feb 06, 2005
  22. Feb 04, 2005