Skip to content
Snippets Groups Projects
  1. Apr 29, 2011
  2. Apr 28, 2011
    • Susanne Moog's avatar
      [BUGFIX] Default login (without EXT:felogin) form should be removed · fe693631
      Susanne Moog authored
      When EXT:felogin is not installed, a FE login content element is available, that is
      out of date and should not be used anymore.
      As we ship felogin since 4.2 and install it by default, the default login form is
      useless and confusing.
      
      Thanks to naw.info for sponsoring 135 beers at the bug auction for this fix.
      
      Change-Id: I765b3d391b06dac34550f46f19992c9cf9d1c5c7
      Resolves: #22408
      Reviewed-on: http://review.typo3.org/1369
      Reviewed-by: Björn Pedersen
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      fe693631
    • Christian Kuhn's avatar
      [BUGFIX] Use recursive option of mkdir in t3lib_div::mkdir_deep · bfa7453b
      Christian Kuhn authored
      Additionally throw exceptions instead of a return string if directory could
      not be created.
      
      Change-Id: I90da96e1b62d28997573d821c62b7b24b3ef2ba3
      Resolves: #26240
      Depends: #26230
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/1716
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      bfa7453b
  3. Apr 27, 2011
  4. Apr 26, 2011
  5. Apr 25, 2011
    • Jigal van Hemert's avatar
      [BUGFIX] Use setReplyTo and setCc instead of add* · 515d8b31
      Jigal van Hemert authored
      The methods addReplyTo and addCc accept strings as parameters, but we
      need the setReplyTo and setCc which accept arrays. This will make the
      reply-to and recipient-copy options work in formMail.
      
      Change-Id: Ia3826d51f53ffe497f4c3b25957f0332fb89e81e
      Resolves: #25301
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/1442
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      515d8b31
    • Susanne Moog's avatar
      [TASK] Add helper function for array handling · b928fca9
      Susanne Moog authored
      Adds a helper functions for easier handling of arrays.
      New class t3lib_utility_Array adds a method to reduce an
      array by a search value.
      New method in t3lib_extMgm adds a method to add new items
      to a TCA select list at a spcified position.
      
      Change-Id: I589294525a7eacc7af6e54c5b78f5ee411574f12
      Resolves: #26069
      Relates: #22408
      Reviewed-on: http://review.typo3.org/1647
      Reviewed-by: Alexander Stehlik
      Tested-by: Alexander Stehlik
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      b928fca9
    • Michael Stucki's avatar
      [BUGFIX] Fix inconsistent linebreaks in some files · d041afbe
      Michael Stucki authored
      A few files are containing inconsistent linebreaks.
      Since all of these files are taken from external projects,
      someone needs to make sure that they get fixed during future
      imports.
      
      Change-Id: I49e482add2f991356a4ad335f13c9c60719e9e44
      Resolves: #26126
      Releases: 4.6, 4.5
      Reviewed-on: http://review.typo3.org/1661
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      d041afbe
    • Rasto Birka's avatar
      [FEATURE] Remove size bound of included TypoScript files · ac6b768a
      Rasto Birka authored
      Change-Id: Ib8dd5576d4400cb4da38c86384ce6dd31f734508
      Resolves: #25709
      Reviewed-on: http://review.typo3.org/1408
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      ac6b768a
    • Christian Kuhn's avatar
      [BUGFIX] Add unit tests for t3lib_div::mkdir_deep · 9a39d0d6
      Christian Kuhn authored
      Add new unit tests for mkdir_deep() to document current behavior.
      Clean up variable names in mkdir_deep (no functional change).
      
      Change-Id: Ied48fbb5c23d7e9152464b4f71ace60be04f6074
      Resolves: #26230
      Depends: #26228
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/1714
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      9a39d0d6
    • Christian Kuhn's avatar
      [BUGFIX] Remove obsolete safe_mode hacks from t3lib_div · b6cdaeab
      Christian Kuhn authored
      Remove code from t3lib_div::fixPermissions and t3lib_div::mkdir that remove
      a trailing slash from a given directory. This was a workaraund for PHP functions
      like mkdir, they fail with trailing slashes if safe_mode is on.
      Additionally the according unit tests are cleaned up and completed.
      
      Change-Id: I44b330a3542bfd172736b103feec895b46494346
      Resolves: #26228
      Related: #25332
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/1713
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      b6cdaeab
    • Markus Bucher's avatar
      [BUGFIX] redirectTo field max-value 255 chars · 0e8771d7
      Markus Bucher authored
      It is neccessary to hold more than 120 characters in redirectTo field,
      thus changes in ext_table.sql and tbl_cms.php are neccessary. This fix
      changes the max-value to 255 chars.
      
      Resolves #25780
      Releases 4.6
      
      Change-Id: I228f636b529ca75c9b1820a8cff622970b00cd42
      Reviewed-on: http://review.typo3.org/1472
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Stefano Kowalke
      Reviewed-by: Björn Pedersen
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      0e8771d7
  6. Apr 24, 2011
  7. Apr 22, 2011
    • Steffen Gebert's avatar
      [TASK] Remove file SVNreadme.txt · 938f31b6
      Steffen Gebert authored
      The file SVNreadme.txt in the root of the repository contains
      information, which should help people coming from older versions bevore
      4.0 and using an SVN checkout.
      
      Not only the name is outdated, most of the information is also wrong.
      So remove this file.
      
      Change-Id: If08c6b835278d2bb2b83f100f9f68a60406d1cae
      Reviewed-on: http://review.typo3.org/1706
      Reviewed-by: Stefano Kowalke
      Tested-by: Stefano Kowalke
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      938f31b6
  8. Apr 21, 2011
  9. Apr 19, 2011
    • Bjoern Pedersen's avatar
      [BUGFIX] register['count_menuItems'] wrong, if filtered by userfunc · 18adf63e
      Bjoern Pedersen authored
      the register['count_menuItems'] is set, before a possible userfunc filters the menu items -> wrong register value.
      
      Solution: change call sequence
      
      Change-Id: I0425d04602110a5f6707022cb88077cc75e81f02
      Resolves: #25405
      Releases: 4.6, 4.5
      Reviewed-on: http://review.typo3.org/1471
      Reviewed-by: Tolleiv Nietsch
      Reviewed-by: Frederic Gaus
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      18adf63e
    • Michael Birchler's avatar
      [BUGFIX] Wrong type hinting in interface tslib_menu_filterMenuPagesHook · 47670f70
      Michael Birchler authored
      tslib_menu_filterMenuPagesHook::tslib_menu_filterMenuPagesHook expects a
      tslib_tmenu object as fourth parameter $obj.
      $obj should hint for tslib_menu and not as wrongly specified tslib_tmenu.
      If hook is used and for example a GMENU will be processed an exception
      will be thrown.
      
      Change-Id: I0a61737755afbda6e2ab6c02ba59c078a77cc020
      Resolves: #25979
      Releases: 4.6, 4.5, 4.4
      Reviewed-on: http://review.typo3.org/1649
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      47670f70
  10. Apr 17, 2011
  11. Apr 16, 2011
  12. Apr 13, 2011
  13. Apr 12, 2011