Skip to content
Snippets Groups Projects
  1. Apr 02, 2011
  2. Apr 01, 2011
    • Bjoern Pedersen's avatar
      [BUGFIX] Module -> List + "List only this table" search not working past page 1 · 09a6480b
      Bjoern Pedersen authored
      Change-Id: I4edd9a020128246e4937dee8acb91ae7f393283d
      Resolves: #25603
      Reviewed-on: http://review.typo3.org/1390
      Reviewed-by: Björn Pedersen
      Tested-by: Björn Pedersen
      Reviewed-by: Ernesto Baschny
      Tested-by: Ernesto Baschny
      09a6480b
    • Steffen Gebert's avatar
      [FEATURE] Add helpful error messages in case of shortcut misconfiguration · 1a4ffac8
      Steffen Gebert authored
      This change improves the output of wrongly misconfigured shortcut pages with
      helpful error messages. Instead of "The requested page didn't have a proper
      connection to the tree-root!", hints are given dependent on the configured
      shortcut mode and target.
      
      Thanks to Volker Graubaum (e-netconsulting) for sponsoring this fix with 80 beers
      during the Bug Auction at T3BOARD11.
      
      Change-Id: I09d88f907fc459b10e1598e117ea03733be8e0d0
      Resolves: #24223
      Reviewed-on: http://review.typo3.org/1366
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      1a4ffac8
    • Steffen Gebert's avatar
      [FEATURE] Link Exception messages to Wiki pages · ca2b0736
      Steffen Gebert authored
      Add a text and link to the Exception handler messages pointing to a page on typo3.org.
      
      Change-Id: Ibbbd34657869cd9f0e5703124af4b4cc7673a679
      Resolves: #M16271
      Reviewed-on: http://review.typo3.org/1282
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      Reviewed-by: Steffen Kamper
      Reviewed-by: Philipp Gampe
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      ca2b0736
    • Rasto Birka's avatar
      [BUGFIX] unzip_path setting is used inconsistently · 55b96353
      Rasto Birka authored
      The setting $TYPO3_CONF_VARS']['BE']['unzip_path'] is used inconsistently in TYPO3.
      
      In some cases, it expects the directory of the unzip binary. In other places, the
      full path of the unzip binary is expected. This change adds a compatibilty layer
      to cope with this.
      
      Thanks to Tobias Liebig (networkteam GmbH) for sponsoring 60 beers during the
      bug auction at T3BOARD11.
      
      Change-Id: I67ef7b3544c2c2085f959229ff4343cbb736fde6
      Resolves: #25470
      Reviewed-on: http://review.typo3.org/1370
      Reviewed-by: Michael Stucki
      Tested-by: Michael Stucki
      55b96353
    • Sven Luzar's avatar
      [BUGFIX] Fix PHP Catchable Fatal Error in t3lib_iconWorks · 191aa8ce
      Sven Luzar authored
      The hook in t3lib_iconWorks::mapRecordTypeToSpriteIconName() passes an
      array to call a user function, but the method t3lib_div::callUserFunction
      expects a variable being passed by reference.
      
      Assigning the array to a variable fixes this error.
      
      Thanks to Haymo Meran (Gentics) for sponsoring this fix with 80 beers
      at the bug auction at T3BOARD11.
      
      Change-Id: I445ae05aa79913cb152da06cc66941db3fdf9227
      Resolves: #25402
      Reviewed-on: http://review.typo3.org/1290
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      191aa8ce
    • Michael Stucki's avatar
      [BUGFIX] Use UTF-8 as default character set when creating new databases · be01f429
      Michael Stucki authored
      When creating a new database in the Install Tool, UTF-8 should be
      set as the default character set.
      
      Thanks to Kian Gould (AOE Media) for sponsoring this fix with
      250 beers during the bug auction at T3BOARD11.
      
      Change-Id: I0584bfe1e6c50e4a7ea462d0196a45861d2c4d0e
      Resolves: #22933
      Reviewed-on: http://review.typo3.org/1375
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      be01f429
  3. Mar 31, 2011
  4. Mar 30, 2011
  5. Mar 29, 2011
  6. Mar 28, 2011
    • Tolleiv's avatar
      [TASK] Utilize hook_previewinfo to show the preview info · b6dbdd82
      Tolleiv authored
      Change-Id: Ia926b145e9eb184d4244ec4f6552487e72392483
      Related: #M17844
      Fixes: #M17846
      Reviewed-on: http://review.typo3.org/1005
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      b6dbdd82
    • Tolleiv's avatar
      [TASK] remove workspace previewInfo in frontend · 2f1a07a7
      Tolleiv authored
      The preview info should not contain workspace related code.
      The proposed patch removes all output from tslib_fe::previewInfo
      and adds the possibility to hook in it and render a specific
      message. The followup implements this for the regular preview.
      
      Change-Id: Ie3c05a1837bb2e11cdb66c72114218ae6e12c973
      Related: #13571
      Fixes: #M17844
      Reviewed-on: http://review.typo3.org/1003
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      2f1a07a7
    • Steffen Gebert's avatar
      [BUGFIX] Fix Extension Download with compressionLevel enabled · eac9550a
      Steffen Gebert authored
      To clear output buffers, the utility function t3lib_div::cleanOutputBuffers()
      has to be used. Otherwise things break with compressionLevel enabled.
      
      This change replaces the ob_end_clean() call in the Extension download process,
      which did not work, as crap is sent to the user agent.
      
      Change-Id: I078bab66c24d0667b3cd8c2397f26569ed2dbf8d
      Resolves: #M18029
      Also-Applies: TYPO3_4-5
      Reviewed-on: http://review.typo3.org/1264
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      eac9550a
    • Steffen Kamper's avatar
      [BUGFIX] CSH not showing "more info" link icon anymore · 72808f1f
      Steffen Kamper authored
      With the missing link icon it's not clear that there is more info on click.
      This cahnge brings back the icon to the tooltip.
      
      Change-Id: I6a09c830772e3b128d31a400c5a8e59959f371a9
      Resolves: #M18036
      Reviewed-on: http://review.typo3.org/1288
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      Reviewed-by: Francois Suter
      Tested-by: Francois Suter
      72808f1f
    • Joh. Feustel's avatar
      [BUGFIX] BE ajax request fails on some systems with php 5.3 · c156078a
      Joh. Feustel authored
      Because of a PHP bug on some systems the request to ajax.php fails because it
      includes '../t3lib/class.t3lib_div.php' with relative path while init.php uses
      PATH_t3lib . 'class.t3lib_div.php'.
      On some systems PHP is not able to detect the already included file when a
      different path is used.
      
      Change-Id: I66e39690747c4f78b4571cf63777d98cb88b6b75
      Resolves: #M17250
      Reviewed-on: http://review.typo3.org/1286
      Reviewed-by: Joh. Feustel
      Tested-by: Joh. Feustel
      Reviewed-by: Steffen Kamper
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      c156078a
  7. Mar 27, 2011
    • Alexander Stehlik's avatar
      [FEATURE] Improve usability of group fields · f92873b3
      Alexander Stehlik authored
      If only one value is allowed in a group field (maxitems==1), the
      present value will be removed when the user selects a new value via
      element browser or file upload field.
      
      If the list is disabled (by disable_controls setting) the user doesn't
      have the possibility to remove items. To prevent a "write once" field
      the first item in the list will be removed if the maxitems limit has
      been reached.
      
      Change-Id: Iac48371f672b78e7c2ea3450af581759986015bc
      Resolves: #M14430
      Reviewed-on: http://review.typo3.org/1142
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      Reviewed-by: Steffen Kamper
      Tested-by: Steffen Kamper
      f92873b3
  8. Mar 26, 2011
  9. Mar 25, 2011
  10. Mar 23, 2011
  11. Mar 22, 2011
  12. Mar 21, 2011