Skip to content
Snippets Groups Projects
  1. Sep 20, 2011
  2. Sep 19, 2011
  3. Sep 18, 2011
  4. Sep 17, 2011
    • Xavier Perseguers's avatar
      [TASK] EM: move "upload t3x" to tab Remote Repository · cea80864
      Xavier Perseguers authored
      In an attempt to have the Remote Repository tab become a place to
      search and install new extensions, the tiny upload .t3x icon next
      to the filter textbox in "Local Extension List" should be moved.
      
      Change-Id: I198dc95ecd8dcd953f699428d7118a9670d6b277
      Resolves: #29587
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/4893
      Tested-by: Soren Malling
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      cea80864
    • Tomas Norre Mikkelsen's avatar
      [BUGFIX] Alignment issue in "View Item" window · 0c2fd649
      Tomas Norre Mikkelsen authored
      The file name and dimension information need some space for better
      separation in the "View Item" window.
      
      Change-Id: I0d737d85b7444747c7292362a43f48528a0d4806
      Resolves: #27602
      Reviewed-on: http://review.typo3.org/4987
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      0c2fd649
    • Dmitry Dulepov's avatar
      [TASK] Index for "pages" table is still not optimal · 8ce0aefd
      Dmitry Dulepov authored
      The fix for #21381 causes "using filesort" in the List view for
      "pages" table. This happens due to the "hidden" field in the
      index. This field should be removed from the index because it is
      not needed for the List module and it is not useful in FE due to
      more expensive fe_group field.
      
      Change-Id: Ia5fc87f7b1fa89e515c292248365d1d684872be0
      Resolves: #29896
      Related: #21381
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/4997
      Reviewed-by: Björn Pedersen
      Reviewed-by: Frederic Gaus
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      8ce0aefd
    • Tomas Norre Mikkelsen's avatar
      [BUGFIX] About modules: Adjust bgcolor of sections · fbd727a7
      Tomas Norre Mikkelsen authored
      Adjust the background color of the module section table cells to match
      the "body" background color.
      
      Change-Id: Id688471665257a985004bf44cf5aec7fc646de08
      Resolves: #27589
      Reviewed-on: http://review.typo3.org/5004
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      fbd727a7
  5. Sep 16, 2011
    • Tolleiv Nietsch's avatar
      [BUGFIX] Check curl availability before using it · 61005209
      Tolleiv Nietsch authored
      Curl is used when activated in the install tool.
      The core should check if curl is available before using it.
      
      Because the getUrl() refactoring will hopefully be ready in 4.7,
      I found that this simple solution should at least fix it for 4.6.
      
      Change-Id: I29e4d3b760aaf09f95a2ba6f560fe6562a7d5310
      Resolves: #24984
      Branches: 4.6, 4.5
      Reviewed-on: http://review.typo3.org/4956
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      61005209
    • Sebastian Fischer's avatar
      [BUGFIX] Fix backpath for add wizards in IRRE records · 4a4ad2d6
      Sebastian Fischer authored
      As in typo3/init.php the TYPO3_mainDir is set to 'typo3/' the replacement in
      renderForeignRecord could not work because it uses the TYPO3_mainDir . '%2Fajax.php'
      which results in typo3//ajax.php
      By this the backpath of the add wizard in IRRE foreign records is fixed.
      
      Change-Id: Id2bb587243b7ffbf8458ac3cecfa9ddaa5266d5c
      Resolves: #29770
      Releases: 4.6, 4.5, 4.4
      Reviewed-on: http://review.typo3.org/4976
      Reviewed-by: Björn Pedersen
      Reviewed-by: Tobias Liebig
      Tested-by: Tobias Liebig
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      4a4ad2d6
  6. Sep 15, 2011
  7. Sep 14, 2011
  8. Sep 13, 2011