Skip to content
Snippets Groups Projects
  1. Sep 19, 2011
  2. Sep 18, 2011
  3. 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
  4. 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
  5. Sep 15, 2011
  6. Sep 14, 2011
  7. Sep 13, 2011
  8. Sep 11, 2011
    • Steffen Gebert's avatar
      [BUGFIX] Unlock Install Tool only after acknowledgement · 8273087e
      Steffen Gebert authored
      Since #28621, the Install Tool gets automatically unlocked, if an admin
      user opens it from the Backend.
      
      This reduces the admin's awareness of the Install Tool being
      explicitly protected by the ENABLE_INSTALL_TOOL file. This change
      introduces an additional step, in which the user is explicitly asked for
      confirmation to unlock the Install Tool.
      
      Change-Id: I289959f7cdc8ff05221005d4431f2e27b3f5cf95
      Fixes: #28689
      Related: #28621
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/4777
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      8273087e
  9. Sep 10, 2011
    • Xavier Perseguers's avatar
      [TASK] EM: rename local and remote tabs · 4747cc33
      Xavier Perseguers authored
      After slightly refactoring the options and actions available in tabs
      "Local Extension List" and "Remote Repository", the titles should be
      updated:
      
      Local Extension List -> Available Extension
      Remote Repository -> Import Extensions
      
      Resolves: #29588
      Releases: 4.6
      
      Change-Id: Ib4e98749ee72b701100db685b50bc0c76d8c1305
      Reviewed-on: http://review.typo3.org/4896
      Tested-by: Soren Malling
      Reviewed-by: Francois Suter
      Tested-by: Francois Suter
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      4747cc33
    • Xavier Perseguers's avatar
      [TASK] EM: show updatable extensions in Local Extension List · 913402a5
      Xavier Perseguers authored
      Move the "Show updatable extensions" filter from tab "Remote Repository"
      to "Local Extension List".
      
      Change-Id: I8a8dd78549a7b07cae5f7f843f34c691e76fd850
      Resolves: #29586
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/4892
      Reviewed-by: Francois Suter
      Tested-by: Francois Suter
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      913402a5
    • Francois Suter's avatar
      [TASK] EM: maintenance tab suggest download of CF tables · f04897b9
      Francois Suter authored
      When looking at an extension's details, the developer information tab
      lists all caching framework (CF) tables and the maintenance tab
      proposes all CF tables for download. It doesn't make sense, even
      for cache tables that are related to the current extension
      (because they are created automatically and there's no reason
      to dump a cache table's data).
      The solution is to add a new flag to avoid listing CF tables
      in some circumstances.
      
      Change-Id: I3a8d43bc0d94d9bca99ae72a808e8e07057e9852
      Resolves: #29592
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/4886
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      f04897b9
    • Steffen Gebert's avatar
      [TASK] Disable compression for inlineJs in Backend · c4209b11
      Steffen Gebert authored
      JSMin is a major performance nightmare and no network connection can be
      as slow as it would justify to spend so much time to execute JSmin
      several times for each and every backend request.
      
      As long as we have no fast replacement in core available, disable
      compression for all JS snippets added with
      t3lib_PageRenderer::addJsInlineCode in the Backend.
      
      JSMin's share of execution time was about 20-25% of the page generation
      time, for almost empty backend pages even ~50%.
      
      Change-Id: I5623ad6c8b9d24777b6bcf46ea97bf51eb9c62d3
      Resolves: #29498
      Reviewed-on: http://review.typo3.org/4778
      Reviewed-by: Xavier Perseguers
      Reviewed-by: Björn Pedersen
      Tested-by: Björn Pedersen
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      c4209b11
    • Georg Ringer's avatar
      [BUGFIX] Wrong char for explodes of links · b22e7224
      Georg Ringer authored
      user_plaintext::renderImage uses ',' as char to
      explode links but TYPO3 switched to a LF
      
      Change-Id: Id531b7d76e3b5d1f04cf61448ff8ece172f6cb29
      Resolves: #29597
      Releases: 4.5, 4.6
      Reviewed-on: http://review.typo3.org/4887
      Reviewed-by: Markus Klein
      Reviewed-by: Xavier Perseguers
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      b22e7224
    • Francois Suter's avatar
      [TASK] EM: make update window use full screen · d418bc17
      Francois Suter authored
      The UPDATE! script pop-up window in the Extension Manager is hard-coded
      to some reduced size. Make it use the full screen instead. This also
      makes it de facto modal, otherwise it can be launched several times.
      
      Change-Id: I2bbe2189f421944389a648388e51893db43ad7bd
      Resolves: #29593
      Releases: 4.6, 4.5
      Reviewed-on: http://review.typo3.org/4880
      Reviewed-by: Björn Pedersen
      Tested-by: Björn Pedersen
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Reviewed-by: Francois Suter
      Tested-by: Francois Suter
      d418bc17
  10. Sep 09, 2011
    • Francois Suter's avatar
      [TASK] Wrong phpDoc type hints · 598a2f61
      Francois Suter authored
      Simple copy and paste error: some variable names are wrong
      inside the phpDocs.
      
      Change-Id: Ifd8d27639d003cae90fb88704c8024e747e246d1
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/4883
      Reviewed-by: Francois Suter
      Tested-by: Francois Suter
      598a2f61
    • Xavier Perseguers's avatar
      [TASK] EM: remove info icon in extension list · d77c5f88
      Xavier Perseguers authored
      A blue info icon is shown next to the extension title when additional
      information are configured to pop up as external window. This icon is
      useless as clicking on the extension title shows the info window as well.
      
      Change-Id: I239bd978220896742cddc0d0fe265859b11bdf3f
      Resolves: #29589
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/4879
      Reviewed-by: Francois Suter
      Tested-by: Francois Suter
      Reviewed-by: Steffen Ritter
      Reviewed-by: Björn Pedersen
      Tested-by: Björn Pedersen
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      d77c5f88
    • Francois Suter's avatar
      [TASK] EM: make pop-up window use full screen · 138d6669
      Francois Suter authored
      The information pop-up window in the Extension Manager is hard-coded
      to some reduced size. Make it use the full screen instead, as it is
      modal anyway. This provides more space to view all the information.
      
      Change-Id: I5077cb9e3a4a23b60a4d6ab0b6a086905e7340a8
      Resolves: #29585
      Releases: 4.6, 4.5
      Reviewed-on: http://review.typo3.org/4872
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Tested-by: Soren Malling
      Reviewed-by: Francois Suter
      Tested-by: Francois Suter
      138d6669
    • Dmitry Dulepov's avatar
      [TASK] Trivial: bad phpDoc format in tslib_feUserAuth · f715afec
      Dmitry Dulepov authored
      phpDoc format does not conform to TYPO3 CGL in class
      tslib_feUserAuth, function getCookieName(). Lines need to be
      rearranged, proper letter case set.
      
      Change-Id: Iba7a894ddca1e47fa8a8d8b64c666720e28973ed
      Resolves: #29598
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/4881
      Reviewed-by: Björn Pedersen
      Reviewed-by: Dmitry Dulepov
      Tested-by: Dmitry Dulepov
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      f715afec
    • Dmitry Dulepov's avatar
      [BUGFIX] FE session transfer is broken · 4ecf0db1
      Dmitry Dulepov authored
      The fix for #M13740 (revision 3a3a8d81) breaks FE session
      transfer across top level domains.
      
      Method tslib_fe::initFEuser() checks if there is a special
      URL parameter named FE_SESSION_KEY. If that exists, it sets
      $_COOKIE[$this->fe_user->name] to the passed session value.
      This is very useful when using RealURL's feature to make
      different language domains but use the same user for all
      domains (multilanguage countries like Switzerland
      or Belgium love that). However this is broken by using
      $_SERVER['HTTP_COOKIE'] for FE session cookie. tslib_fe
      has to be adjusted to set the same cookie.
      
      Change-Id: Ieb77834d95ffc9f7a44bc4e739df65035be22339
      Resolves: #27740
      Releases: 4.4, 4.5, 4.6
      Reviewed-on: http://review.typo3.org/2948
      Reviewed-by: Dmitry Dulepov
      Tested-by: Dmitry Dulepov
      4ecf0db1
  11. Sep 08, 2011