Skip to content
Snippets Groups Projects
  1. Oct 25, 2011
    • Steffen Gebert's avatar
      [TASK] Documentation of compressJs feature · c0383127
      Steffen Gebert authored
      The documentation (NEWS.txt and TypoScript completion) does not
      correctly explain the feature set of config.compressJs.
      
      Instead of the advertised minification (stripping white-spaces), it only
      applies GZIP compression (which then requires compressionLevel to be
      enabled in the Install Tool). This is a difference to
      config.compressCss, which does such a minification.
      
      Additionally, .htaccess lacks hints about the gzip rules, which now also
      apply to the Frontend.
      
      Change-Id: I30929ee70d0ab5fd6db74717889af6104c12e23d
      Resolves: #31251
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/6277
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      c0383127
    • Steffen Gebert's avatar
      [BUGFIX] Upgrade Wizards appear over and over again · 9e3cc426
      Steffen Gebert authored
      The Upgrade Wizards "Check Compression Level" and
      "Deprecated RTE properties" appear over and over again,
      instead of hiding themselves after one execution.
      
      Change-Id: I4d90abc7c88308b2f75dcc20ae4db52d0d383a10
      Fixes: #31248
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/6273
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      9e3cc426
    • Oliver Hader's avatar
      [BUGFIX] Internal extension information is not updated properly · fa08e0f4
      Oliver Hader authored
      tx_em_Tools::refreshGlobalExtList() is triggered on installing
      extensions. However the current implementation is wrong (early
      return) and does not consider $TYPO3_CONF_VARS.
      
      This misbehavior also prevents the Introduction Package to
      correctly install accordant cf_* tables of workspaces and
      extbase, since the information in $TYPO3_CONF_VARS is not
      available globally.
      
      Change-Id: I3a1b8ea9d2da40a52d9838ac8b1fe9551b6dfed8
      Fixes: #31246
      Reviewed-on: http://review.typo3.org/6270
      Reviewed-by: Tolleiv Nietsch
      Tested-by: Tolleiv Nietsch
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      fa08e0f4
    • Steffen Ritter's avatar
      [TASK] Implement check for saltedpasswords in reports module · f0805c84
      Steffen Ritter authored
      The reports module should show a warning, if saltedpasswords is
      not installed or not configured correctly.
      
      Change-Id: Icbd31378a05f02f20de5e43a63465c119f72a6d3
      Resolves: #30695
      Releases: 4.6, 4.5
      Reviewed-on: http://review.typo3.org/6275
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      f0805c84
    • Tolleiv Nietsch's avatar
      [TASK] Raise the number of possible file- and dbmounts from 10 to 25 · 3addb27f
      Tolleiv Nietsch authored
      The limitation of 10 dbmounts and filemounts does not work in each
      installation. Due to the fact that removing the limits completely would
      most likely waste quite some space in most installations, we agreed to
      have equal limits everywhere and raise the limits to 25.
      
      Change-Id: I60f84b5b9e03661c19840ec711533be207966ae3
      Fixes: #30926
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/6271
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      3addb27f
    • Juergen Kussmann's avatar
      [BUGFIX] Incorrect display of Flexform UTF8 labels · c5e7ebdc
      Juergen Kussmann authored
      UTF8 labels and options are displayed incorrectly in Flexforms.
      
      Change-Id: I857bd26b8d1ee27b823e27ce5f67298f5549dc70
      Resolves: #28952, #29067
      Releases: 4.6, 4.5
      Reviewed-on: http://review.typo3.org/6208
      Reviewed-by: Tolleiv Nietsch
      Tested-by: Tolleiv Nietsch
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      c5e7ebdc
    • Oliver Hader's avatar
      [BUGFIX] Caching tables of new extensions are not created · 73dd5ead
      Oliver Hader authored
      Creating the caching tables of an extension that has been installed in
      the same process does not work. Since the cachingConfiguration of the
      new extension is not forwarded to the cache manager, the new tables
      are just not known there.
      
      Change-Id: I0e72cffc43165be30bde6e7f3ec2c19c1f668bb2
      Fixes: #31249
      Reviewed-on: http://review.typo3.org/6274
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      73dd5ead
    • Helmut Hummel's avatar
      [BUGFIX] Check if OpenSSL works on every platform · d41d7a6e
      Helmut Hummel authored
      The php backend in rsaauth checks if key generation works on Windows platforms. 
      Since there also could be *nix platforms with a wrong OpenSSL configuration, 
      we should remove this limitation and check if key generation works in any case.
      
      Change-Id: Id075445f1fbf9bd37ca44525257892052a94c6e5
      Resolves: #31188
      Releases: 4.6, 4.5, 4.4, 4.3
      Reviewed-on: http://review.typo3.org/6192
      Reviewed-by: Oliver Klee
      Reviewed-by: Xavier Perseguers
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      Reviewed-by: Oliver Hader
      d41d7a6e
    • Christian Kuhn's avatar
      [BUGFIX] Install tool throws database errors in upgrade wizard · cc0643f2
      Christian Kuhn authored
      Some upgrade wizards like addflexformstoacl need working cache tables.
      Those might not exist already. The patch forces creation of those tables
      if calling the upgrade wizard.
      
      Change-Id: I5d831bb819389cd2bf90854bb300408b4e6ed823
      Resolves: #30862
      Reviewed-on: http://review.typo3.org/6262
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      Reviewed-by: Oliver Hader
      Reviewed-by: Wouter Wolters
      Reviewed-by: Tolleiv Nietsch
      Tested-by: Tolleiv Nietsch
      cc0643f2
  2. Oct 24, 2011
    • Björn Pedersen's avatar
      [BUGFIX] Extension details are difficult to read · 26ec5aca
      Björn Pedersen authored
      The problem: The label column is just 100 px wide,
      causing linebreaks in the label.
      This can result in incorrect reading, e.g. :
      
      Loaded  		yes
      in Frontend:
      
      The correct reading is: Loaded in frontend: yes.
      
      Setting .em-extlist-extinfo label, .em-info label { width:200px;}
      makes it easier readable again.
      Resolves: #30596
      Releases: 4.6
      
      Change-Id: I2317dde021b363783562b1e749028c68db369c42
      Reviewed-on: http://review.typo3.org/6034
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Stefan Galinski
      Tested-by: Stefan Galinski
      26ec5aca
    • Steffen Gebert's avatar
      [BUGFIX] Check for rsaauth being usable · ac422187
      Steffen Gebert authored
      The Extension Manager shows the results of some checks in the
      Configuration section of the extension "saltedpasswords", whether
      "rsaauth" is loaded and whether it is enabled.
      
      However, it lacks a check for "rsaauth" being really able to work.
      If "rsaauth" fails, tell the user that OpenSSL extension is not available
      or not working correctly.
      
      Resolves: #31178
      Releases: 4.6, 4.5, 4.4
      
      Change-Id: Iacedf86dc75090120194f96b8f8ff00cdd8bc90e
      Reviewed-on: http://review.typo3.org/6184
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Stefan Galinski
      Tested-by: Stefan Galinski
      ac422187
    • Steffen Gebert's avatar
      [BUGFIX] Delay start of TSFE Time Tracking · a25ca255
      Steffen Gebert authored
      Configurable cookie name feature relies on a started PHP session in the
      frontend. This is not desired. Thus, start time tracking a bit later.
      
      Change-Id: Ia1bc200e1610b0b789b45e6d5525ae9011c0117a
      Resolves: #30269
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/6203
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      Reviewed-by: Wouter Wolters
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      a25ca255
    • Steffen Gebert's avatar
      [TASK] Adjust hint in Upgrade Wizard · a6e4b3a1
      Steffen Gebert authored
      > If you upgrade your TYPO3 installation from one major version to
      > another (e.g. 4.4 to 4.5) ...
      
      This should display up-to-date information: 4.5 to 4.6
      
      Change-Id: I48b4192d2394ffd806bbf52a52142ffcf03db4e5
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/6261
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      a6e4b3a1
    • Xavier Perseguers's avatar
      [TASK] EM: Remove function menu "Check for extension updates" · 69681f71
      Xavier Perseguers authored
      The function menu "Check for extension updates" does not make sense anymore
      as it is part of the old Extension Manager. Remove it if using the ExtJS-based
      Extension Manager.
      
      Change-Id: Ia774e8a3eb8a60ad07c371215ef5d0934a79b7cc
      Resolves: #31242
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/6259
      Reviewed-by: Stefan Galinski
      Tested-by: Stefan Galinski
      Reviewed-by: Wouter Wolters
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      69681f71
    • Steffen Gebert's avatar
      [BUGFIX] EM: Uploading extensions fails with Fatal Errors · 4b8ee263
      Steffen Gebert authored
      In case of an extension having dependencies, suggestions, or conflicts,
      the Extension Manager fails with PHP Fatal Errors.
      
      Change-Id: I26e8f12df7df7be3c21a6e7735635e38df70e87b
      Resolves: #27836
      Releases: 4.6, 4.5
      Reviewed-on: http://review.typo3.org/6202
      Reviewed-by: Stefan Neufeind
      Tested-by: Xavier Perseguers
      Reviewed-by: Xavier Perseguers
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      4b8ee263
    • Xavier Perseguers's avatar
      [TASK] Unit test for t3lib_utility_Mail should check From user · 5d4b25ab
      Xavier Perseguers authored
      Unit tests t3lib_utility_Mail do not test if additional headers are generated
      when $TYPO3_CONF_VARS['MAIL']['defaultMailFromAddress'] and
      $TYPO3_CONF_VARS['MAIL']['defaultMailFromName'] are set.
      
      Change-Id: I437181b5c6b08d789ebd0236ffb6ab2745f3badc
      Resolves: #31228
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/6243
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      5d4b25ab
    • Helmut Hummel's avatar
      [BUGFIX] Restructure the random byte generator · 35801296
      Helmut Hummel authored
      Restructure the code to use the most performant methods first
      if available. Take specialities of Windows OS and special
      PHP versions into account.
      
      Read/ generate more bytes than needed in one call, because it
      does not cost (much) more to generate more random bytes, but it's
      much cheaper for the next calls, because the bytes are already there.
      
      Resolves: #23355
      Releases: 4.6, 4.5, 4.4
      
      Change-Id: I6bad300842f3da40c620b3d79b8116345a2749a0
      Reviewed-on: http://review.typo3.org/4537
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      35801296
    • Steffen Gebert's avatar
      [BUGFIX][t3editor] Description of new options compressJs and compressCss · 6fcc5bce
      Steffen Gebert authored
      Change-Id: Ie61a4415b0efd4bd624e88d908933bd4f9e9350c
      Resolves: #31238
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/6255
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Reviewed-by: Stefan Galinski
      Tested-by: Stefan Galinski
      6fcc5bce
    • Steffen Gebert's avatar
      [BUGFIX] config.compressJs enables itself · 939d182f
      Steffen Gebert authored
      Due to a compat_mode backwards compatibility setting, the new option
      config.compressJs
      enables itself automatically, although not desired
      
      Change-Id: I4ed98d778f152b120b970c75799afc7db5776607
      Resolves: #31237
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/6249
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      Reviewed-by: Stefan Galinski
      Tested-by: Stefan Galinski
      939d182f
    • Xavier Perseguers's avatar
      [BUGFIX] Some unit tests fail with "Cannot modify header information" · 29e70b5c
      Xavier Perseguers authored
      Method template::endPage() should only send Content-Encoding header
      if no headers have been sent to prevent fatal errors.
      
      Change-Id: I57b84ac777a3e5dd7be601a670da7601116fd035
      Fixes: #28083
      Reviewed-on: http://review.typo3.org/3237
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      29e70b5c
    • Stanislas Rolland's avatar
      [BUGFIX] Leading and trailing blanks can't be edited by the RTE · 5e37e102
      Stanislas Rolland authored
      This patch will:
      1. collapse repeating spaces into a single one;
      2. replace leading and trailing spaces with non-breaking spaces;
      3. replace any space following > and any space preceding < by a
         non-breaking space.
      
      Change-Id: I06a8996f23e050e2e30cc2548c9c1bbafd5b41f0
      Resolves: #16217
      Releases: 4.5, 4.6
      Reviewed-on: http://review.typo3.org/4758
      Reviewed-by: Björn Pedersen
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      5e37e102
    • Andreas Wolf's avatar
      [BUGFIX] Fix misleading SQL error message in TCEforms · ce056cde
      Andreas Wolf authored
      When an SQL error occurs, TCEforms shows the error message
       "This may indicate a table defined in tables.php is not
       existing in the database!"
      
      The error can be caused by any schema mismatch, not only
      missing table, so this is misleading.
      
      The error message is now localizable and gives a hint to
      run the database compare in the install tool.
      
      Change-Id: I31bea64cf656c951bc63a89eff47fbeb893ae73f
      Resolves: #16306
      Releases: 4.6, 4.5
      Reviewed-on: http://review.typo3.org/4764
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      ce056cde
    • Andreas Wolf's avatar
      [BUGFIX] Context menu of page translation doesn't work in languages view · eb94a7e8
      Andreas Wolf authored
      For a page with translations, the clickmenu is not shown for these
      translations in the page module, view "languages". This comes from a
      missing table name in the clickmenu link generation call.
      
      Change-Id: Ib153002ca39953e6c86803a6ed56d1495553fb8c
      Resolves: #27052
      Releases: 4.4, 4.5, 4.6
      Reviewed-on: http://review.typo3.org/4661
      Reviewed-by: Björn Pedersen
      Reviewed-by: Xavier Perseguers
      Reviewed-by: Stefan Neufeind
      Tested-by: Xavier Perseguers
      eb94a7e8
    • Xavier Perseguers's avatar
      [CLEANUP] Fix CGL with NULL value · 6f2ee26b
      Xavier Perseguers authored
      Commit d7580828 wrongly introduced
      'null' value instead of 'NULL' as stated in our coding guidelines.
      
      Change-Id: I94a96bca16a714bdaa1a5967ac510d8ac5c6154d
      Related: #28297
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/6253
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      6f2ee26b
    • Armin Ruediger Vieweg's avatar
      [BUGFIX] FlexForm field selector missing · 9b070ee0
      Armin Ruediger Vieweg authored
      Change-Id: Id529c54a98e036ed3e3597e61f058cef8a55b050
      Resolves: #30768
      Releases: 4.6, 4.5
      Reviewed-on: http://review.typo3.org/5733
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      9b070ee0
    • Laurent Cherpit's avatar
      [BUGFIX] TCA: Suggest wizard doesn't work in wizard_edit popup · d08b5ccd
      Laurent Cherpit authored
      When suggest wizard is used in a form open from the wizard_edit
      popup wizard, javascript cannot access to "top.TS.PATH_typo3" value.
      
      Change-Id: I300d297713c92e6b3fba58bf92ae0198d5abafe2
      Resolves: #28930
      Related: #23789
      Releases: 4.6, 4.5, 4.4
      Reviewed-on: http://review.typo3.org/4277
      Reviewed-by: Björn Pedersen
      Reviewed-by: Tolleiv Nietsch
      Tested-by: Tolleiv Nietsch
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      d08b5ccd
    • Steffen Ritter's avatar
      [BUGFIX] Fatal Error in Page Tree filter · d7580828
      Steffen Ritter authored
      When entering short numeric values in the Page Tree filter of a large
      tree, a PHP Fatal Error can occur:
      Call to a member function offsetExists() on a non-object.
      
      Change-Id: I3734769a068e442359dc69d4262fd237f9384860
      Resolves: #28297
      Releases: 4.6, 4.5
      Reviewed-on: http://review.typo3.org/5729
      Reviewed-by: Benny Schimmer
      Tested-by: Benny Schimmer
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      d7580828
    • Oliver Hader's avatar
      [TASK] Enable image configuration png_truecolor by default · 5d3124a5
      Oliver Hader authored
      Since TYPO3 4.6 ships with the requirement of IM6, the truecolor
      processing on PNG files can be enabled by default.
      
      Change-Id: I7be3cceeb92bc7dba6c3d59bec694bb4fc49940b
      Resolves: #31159
      Reviewed-on: http://review.typo3.org/6224
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      5d3124a5
    • Georg Ringer's avatar
      [TASK] Better sorting for results of EM · 9f9364ef
      Georg Ringer authored
      If a search expression matches an extension key, the result
      should be listed at the 1st place.
      
      For example searching for "templavoila" or "news" should have
      the templavoila extension or news extension at the 1st place
      and not on a random one.
      
      Change-Id: Ib0abb290b810b903d9e277935f81d88cadc18f8a
      Resolves: #31143
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/6134
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Oliver Hader
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      9f9364ef
    • Xavier Perseguers's avatar
      [BUGFIX] Core still calls t3lib_div::testInt() · efb56f73
      Xavier Perseguers authored
      Change-Id: Ica15a5b3eb15394550756139eb685a8328ce10d8
      Fixes: #31216
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/6216
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      efb56f73
    • Oliver Hader's avatar
      [BUGFIX] Hidden input element in form wizard almost invisible · 1dbd6067
      Oliver Hader authored
      Hidden input elements in the form wizard are not visualized at
      all in the user interface. A dotted border is added to be able
      to spot in the wizard.
      
      Change-Id: Ic5d4f12427ba28cf56b4ee609b374aabb2c468b4
      Fixes: #28620
      Reviewed-on: http://review.typo3.org/6201
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      1dbd6067
    • Andreas Wolf's avatar
      [BUGFIX] Error when editing a record with additionalPreviewLanguage and an deleted l18n_parent · 16fa940f
      Andreas Wolf authored
      The behaviour that causes the error (translated elements are not deleted
      when deleting parent) is fixed in recent TYPO3 versions; it is better to
      do that additional check anyways (for old installations).
      
      Change-Id: Id51afff4349a473f291ef50631b519942f45be13
      Resolves: #17910
      Releases: 4.4, 4.5, 4.6
      Reviewed-on: http://review.typo3.org/4734
      Reviewed-by: Tolleiv Nietsch
      Tested-by: Tolleiv Nietsch
      Reviewed-by: Björn Pedersen
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Reviewed-by: Andreas Wolf
      Tested-by: Andreas Wolf
      16fa940f
  3. Oct 23, 2011
    • Oliver Hader's avatar
      [!!!][TASK] Form project structure is not Extbase-compliant · 235cb2c8
      Oliver Hader authored
      Directory is moved from Resources/Private/Configuration -> Configuration
      If the static TypoScript resource was already included in a template, it
      needs to be updated manually again since this is a breaking change.
      
      Change-Id: I018832f7320695a57297add2df911827caa5e04a
      Fixes: #31196
      Reviewed-on: http://review.typo3.org/6200
      Reviewed-by: Xavier Perseguers
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      235cb2c8
    • Steffen Gebert's avatar
      [BUGFIX] Login fails silently, when no backend for rsaauth is available · 1318a5d2
      Steffen Gebert authored
      In case of no OpenSSL backend being available for rsaauth (e.g. after
      moving to another server), the login silently fails.
      
      Better throw an Exception and give useful hints, why no login is
      possible and how to fix it.
      
      Change-Id: I1b5d3f685a08699a2afdc62ec6eb71e6761966d9
      Resolves: #30758
      Releases: 4.6, 4.5
      Reviewed-on: http://review.typo3.org/6204
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      1318a5d2
    • Markus Klein's avatar
      [BUGFIX] About Modules shows HTML entities for Install Tool module · e7484127
      Markus Klein authored
      Change-Id: I548e906f0845878f00b6136f388ab8500d109c03
      Fixes: #30974
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/5912
      Reviewed-by: Xavier Perseguers
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      e7484127
    • Steffen Gebert's avatar
      [BUGFIX] Awkward styling of split bar in Chrome browser · 04dcd2a7
      Steffen Gebert authored
      Due to a recente change (#27660), the Ext JS split bars, which act as
      separators between module menu / navigation and navigation / content
      container, are increased in width only for the Chrome browser.
      
      This breaks the styling and makes it look lovelessly implemented, when
      the selected page from the tree should have a visual connection to the
      content frame.
      
      Change-Id: Iacca368168d122e9d2df05a22590d21859f6b3cb
      Resolves: #31186
      Reviewed-on: http://review.typo3.org/6187
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      04dcd2a7
    • Xavier Perseguers's avatar
      [TASK] Update information in NEWS.txt · fecafd38
      Xavier Perseguers authored
      File NEWS.txt should reflect latest changes in TYPO3 4.6.
      
      Change-Id: I13e0dbe1aab3de5b22fd5b5658acecf5826dccd9
      Resolves: #31171
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/6167
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      fecafd38
    • Lorenz Ulrich's avatar
      [BUGFIX] Reports module: Available services broken · 543f43d0
      Lorenz Ulrich authored
      Displaying the available services in the reports module is broken.
      This is a regression due to cleaning up the global declarations for
      services ($T3_SERVICES) in TYPO4 4.6.
      
      Because of this method t3lib_extMgm::findService cannot be abused
      into getting a service by its key explicitly. Hence a new method must
      be introduced and used in the available services report.
      
      This patch also introduces method t3lib_extMgm::isServiceAvailable
      which refactors part of the services-related code to avoid
      duplication.
      
      Change-Id: I15fd7eecaafb52df0599598c5b700e458e63f0d9
      Resolves: #30554
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/5538
      Reviewed-by: Lorenz Ulrich
      Tested-by: Lorenz Ulrich
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      543f43d0
    • Oliver Hader's avatar
      [BUGFIX] Stylesheet for confirmation view missing in form sysext · df58b48a
      Oliver Hader authored
      The confirmation message does not have any CSS at the moment.
      
      Change-Id: Ic2e182cda9f5333e0c6d7aad4d4bb9f929ca0568
      Fixes: #13214
      Reviewed-on: http://review.typo3.org/6071
      Reviewed-by: Xavier Perseguers
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      df58b48a
    • Oliver Hader's avatar
      [BUGFIX] Add default csc-mailform DIV wrap · 50274f3f
      Oliver Hader authored
      A new form element does not have any class settings. This issue
      reintroduces stdWrap possibilites for the new form system extension.
      
      Change-Id: Id0cff00892f2be0255d639f3bfbb7afe14ef6177
      Fixes: #31120
      Reviewed-on: http://review.typo3.org/6042
      Reviewed-by: Steffen Ritter
      Reviewed-by: Xavier Perseguers
      Reviewed-by: Georg Ringer
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      50274f3f