Skip to content
Snippets Groups Projects
  1. Apr 01, 2005
    • Michael Stucki's avatar
      * Display empty tag contents in the backend (e.g. <link email@hostname.com></link>) · b54b40db
      Michael Stucki authored
      * Fixed bug #0000750: Resolve relative links in the backend (caused problems with some firewalls)
      * Install tool now shows which image is the reference when doing image tests (thanks to Dimitri Tarassenko)
      * Small changes in t3lib_div::quoted_printable()
      * !!! t3lib_htmlmail::quoted_printable() is now obsolete. Please call t3lib_div::quoted_printable() instead.
      * simulateStaticDocuments_addTitle is now set to 30 if the value is 1 (cause 1 doesn't make sense, does it?)
      * Display a warning message if this installation is obviously insecure!! These warnings are only displayed to admin users.
      * Added a link to re-login if the session has timed out
      
      
      git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@591 709f56b5-9817-0410-a4d7-c38de5d9e867
      b54b40db
  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
    • 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
  23. Feb 03, 2005