Skip to content
Snippets Groups Projects
  1. Oct 11, 2011
    • TYPO3 v4 Release Team's avatar
      [RELEASE] Release of TYPO3 4.6.0rc1 · 1eb2bf9b
      TYPO3 v4 Release Team authored
      Change-Id: I74f33e689df164058f8e17b104c7f9650f99f604
      Reviewed-on: http://review.typo3.org/5722
      Reviewed-by: TYPO3 v4 Release Team
      Tested-by: TYPO3 v4 Release Team
      1eb2bf9b
    • Kay Strobach's avatar
      [BUGFIX] EM: Fix button "close window" after fulfilling dependencies · 7c26376f
      Kay Strobach authored
      This fix opens the window in a sized window and changes the logic to
      determine the correct function for closing the window.
      
      Change-Id: Ie16d67284240a833e5bfae67d8b78eab808f9a79
      Releases: 4.6
      Resolves: #29788
      Reviewed-on: http://review.typo3.org/5706
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      7c26376f
    • TYPO3 v4 Release Team's avatar
      [TASK] Raise submodule pointer · 50ff6148
      TYPO3 v4 Release Team authored
      Change-Id: I2518fcaa595529cf840b0d56805d11feb17468fe
      Reviewed-on: http://review.typo3.org/5718
      Reviewed-by: TYPO3 v4 Release Team
      Tested-by: TYPO3 v4 Release Team
      50ff6148
    • Oliver Hader's avatar
      [BUGFIX] Showmodule cannot be called before Store is loaded · 54f35c3c
      Oliver Hader authored
      Example: Using the direct page edit feature (backend.php?edit=xxx)
      the BE responds with "Module loader No module found. If this is a
      temporary error, please reload the Backend!" error.
      
      Since the AJAX request is not finished at the time this is called,
      it has to be checked whether the store was completely loaded.
      
      Change-Id: Ia7c39fc94e75ef003a7a839856ea78cbd0854a66
      Releases: 4.6,4.5
      Resolves: #28951
      Reviewed-on: http://review.typo3.org/5681
      Reviewed-by: Helmut Hummel
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Tested-by: Jigal van Hemert
      54f35c3c
    • Xavier Perseguers's avatar
      [BUGFIX] backend.php wrongly checks deprecated TSconfig · ebc80679
      Xavier Perseguers authored
      Deprecated option options.shortcut_onEditId_dontSetPageTree is wrongly
      tested.
      
      Change-Id: If88e869b8c92592ad6bb3369f1eda29c2a0809bf
      Fixes: #30754
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/5683
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      ebc80679
    • Tolleiv Nietsch's avatar
      [BUGFIX] Replace debug with call to deprecationLog · dea83578
      Tolleiv Nietsch authored
      Commit 0eb4686a wrongly introduced
      a debug() statement instead of a call to the deprecationLog()
      method.
      
      Change-Id: Ie54e6b0f1d22035b17dad59ec8fea7b1b2f644f1
      Resolves: #30759
      Branches: 4.4, 4.5, 4.6
      Reviewed-on: http://review.typo3.org/5693
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      dea83578
    • Philipp Gampe's avatar
      [TASK] Merge linkvalidator for RC1 · 7c24e31d
      Philipp Gampe authored
      Changes included:
      3b062e3 [TASK] Prepare merge for 4.6-RC1 (part 2)
      27e93d6 Merge "[BUGFIX] Invalid target language in localization file"
      ba0178b [BUGFIX] Invalid target language in localization file
      36f1b21 [BUGFIX][SECURITY] SQL Injection in Scheduler Task of
      Linkvalidator
      9636b77 [TASK] Merge Changes from core since last sync
      709531e [TASK] Prepare merge for 4.6-RC1
      5607748 Merge "[BUGFIX] SQL error if a task is run on a disabled page"
      e2bb756 [TASK] Update manual
      79b4741 [BUGFIX] SQL error if a task is run on a disabled page
      6856163 Merge "[BUGFIX] It is not possible to set page 0 to schedular
      task"
      28a38da Merge "[BUGFIX] SQL error if opening a disabled page with
      module"
      0fece3f [BUGFIX] It is not possible to set page 0 to schedular task
      df464d4 [BUGFIX] Revert change in interface signature
      4335331 [BUGFIX] SQL error if opening a disabled page with module
      c12d8f5 [TASK] Fix CGL issues
      74a9c14 [BUGFIX] Initialize $currentR in analyseTypoLinks
      e5d6b19 [TASK] Bump version number
      
      Change-Id: Ia3a9583112b601c21f58e9b782ecb5b03e331fe4
      Resolves: #30756
      Reviewed-on: http://review.typo3.org/5685
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      7c24e31d
    • Helmut Hummel's avatar
      [BUGFIX] EM: Remove nested form tag · c03865a9
      Helmut Hummel authored
      In the new EM in the extension configuration settings it is not possible
      to switch between extension configuration categories in some browsers.
      This is caused by a nested form tag which will be removed with this commit.
      
      Change-Id: Ie4e4d5f33d319467626aa4923abe07d608af9bbb
      Resolves: #30257
      Releases: 4.5, 4.6
      Reviewed-on: http://review.typo3.org/5688
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      c03865a9
    • Eric Chavaillaz's avatar
      [BUGFIX] Wrong alignment of French labels for login screen · 404f619c
      Eric Chavaillaz authored
      Since the username label changed from "Utilisateur" to "Nom d'utilisateur"
      in French, the alignment of labels and text fields is broken.
      
      Change-Id: I35f28fd61f8c4a3e133949ae8eb865af0e0a1bc9
      Fixes: #30688
      Releases: 4.5,4.6
      Reviewed-on: http://review.typo3.org/5648
      Reviewed-by: Eric Chavaillaz
      Tested-by: Eric Chavaillaz
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      404f619c
    • Kay Strobach's avatar
      [TASK] Remove space between ExtJS tbar and related panel · edc6bfe8
      Kay Strobach authored
      This task just changes one line of css to remove the senseless space
      between a panel and it's related tbar.
      
      This is useful, because the space between toolbar and panel was bigger,
      than the space to neighboor panels.
      
      Change-Id: I631acb14d1ed598f2e5718b84b21d76277a37391
      Resolves: #28793
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/4170
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Fabien Udriot
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      edc6bfe8
    • Simon Schaufelberger's avatar
      [BUGFIX] handler is undefined when resizing the backend · bb635a8c
      Simon Schaufelberger authored
      Resizing the backend browser window results in a JavaScript error.
      The function that handles the re-positioning of the menus does not
      work correctly. The observer requires a reference to a callback
      function - currently the method was directly executed and the return
      value used as function reference, which was undefined in this case.
      
      Change-Id: Ifb2db858d7075f4fd714d737576189c0e1efc5a5
      Resolves: #25787
      Releases: 4.6, 4.5
      Reviewed-on: http://review.typo3.org/5634
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      bb635a8c
    • Helmut Hummel's avatar
      [BUGFIX] Implement availability checks for rsaauth · 6b07e404
      Helmut Hummel authored
      The 123 Installer now checks if openssl is configured properly
      before enabling saltedpasswords and rsaauth.
      
      Resolves: #28275
      Releases: 4.6
      
      Change-Id: I1d6c5ce6e3dfedfac85349baa01c88118bb348f8
      Reviewed-on: http://review.typo3.org/5657
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      Reviewed-by: Dmitry Dulepov
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      6b07e404
    • Stefan Neufeind's avatar
      [BUGFIX] md5.js fails with non-ascii-characters · 3f8d0b06
      Stefan Neufeind authored
      Current implementation of md5.js only considers a very
      limited range of characters.
      The implementation from webtoolkit.info uses correct
      unicode-representation.
      
      Change-Id: I8f71673f60f22e39862ca2a447f496159b8079bb
      Releases: 4.4, 4.5, 4.6
      Resolves: #22328
      Reviewed-on: http://review.typo3.org/5665
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Tested-by: Oliver Hader
      3f8d0b06
  2. Oct 10, 2011
    • Steffen Gebert's avatar
      [BUGFIX] Race-condition while updating extension list · 0c3c2a23
      Steffen Gebert authored
      There is a race-condition in the EM while updating the extension list.
      
      If the update takes more than 30 seconds, Ext.Direct reaches its Ajax
      timeout and sends the Ajax request (to update the list) again. As the EM
      updates the extensions.xml.gz file at the beginning of the update
      process, the second request immediately sees that the repository is
      already up-to-date and respons this status to the client.
      
      Thus, the user gets a "Repository is already up-to-date" message shown,
      although it was not.
      
      Change-Id: I2bc6b83f0951e16b895607025c2d3bad392b9759
      Resolves: #30673
      Releases: 4.6, 4.5
      Reviewed-on: http://review.typo3.org/5641
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Kay Strobach
      Reviewed-by: Dmitry Dulepov
      Tested-by: Dmitry Dulepov
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      0c3c2a23
    • Benjamin Mack's avatar
      [TASK] Remove unused option for "oncontextmenu" · 8cb8b4a1
      Benjamin Mack authored
      The TYPO3_CONF_VARS option to enable oncontextmenu is not
      needed anymore IMHO, as this option is official part of
      HTML5 (previously it wasn't allowed by IE for HTML4, and a
      proprietary option for Firefox (back when we introduced it
      in 4.1). The patch removes any occurence of this option and
      enables oncontextmneu everywhere.
      
      Change-Id: I487accb5717af79072c704fde34018827850269d
      Resolves: #30613
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/5603
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Tolleiv Nietsch
      Tested-by: Tolleiv Nietsch
      8cb8b4a1
    • Dmitry Dulepov's avatar
      [BUGFIX] Typo in the Extension Manager · 03895f13
      Dmitry Dulepov authored
      There are multiple occurencies of the word "resource" spelled as "ressource".
      
      Change-Id: Ib29360ec87d0070c9e7d8865dbf18b565c65784a
      Resolves: #30704
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/5662
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      03895f13
    • Kay Strobach's avatar
      [BUGFIX] Wide split bar areas don't work in Chrome · b36c82d0
      Kay Strobach authored
      Just a small css fix, that enables the extjs like splitbars in chrome.
      This fix adds small gray spaces into the toolbar, but let the splitbars
      work as expected.
      
      It also adds a background to the splitbars to reduce the optical
      difference between chrome and other browsers.
      
      Change-Id: Ib7be667d3b5dba0797bd1c5ecb1149a83f1e0bdc
      Releases: 4.6
      Resolves: #27660
      Reviewed-on: http://review.typo3.org/5649
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      b36c82d0
    • Tobias Liebig's avatar
      [TASK] Update codemirror to recent version 0.9.4 · cca70cd2
      Tobias Liebig authored
      TYPO3 4.5 already uses the codemirror library 0.9.4. It has not yet been updated for 4.6.
      
      Change-Id: I5ada44a795d47465025fb8e7c6de1ff61f5249d9
      Resolves: #28854
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/5670
      Reviewed-by: Stefan Neufeind
      Tested-by: Stefan Neufeind
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      cca70cd2
    • Andreas Wolf's avatar
      [BUGFIX] Copyright year in HTML comment is hardcoded · 24a9ad7f
      Andreas Wolf authored
      The copyright year in the HTML comment is hardcoded as 1998-2009. This
      should be changed to using the constant.
      
      Change-Id: I475f9a221acd4da4fe5376ee73d1b6bed2c3ccaa
      Resolves: #30725
      Releases: 4.4, 4.5, 4.6
      Reviewed-on: http://review.typo3.org/5666
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      24a9ad7f
    • Xavier Perseguers's avatar
      [TASK] Update md5 checksums for system extensions · 5fe69c80
      Xavier Perseguers authored
      The md5 checksums for all system extensions not integrated as submodule
      should be updated.
      
      Change-Id: I845cc4204ca3f6c334fcdb7750ba5a927a9c36f7
      Resolves: #30723
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/5664
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      5fe69c80
    • Popy's avatar
      [FEATURE] Generate cHash only if needed · 8e6a09e7
      Popy authored
      tslib_cObj->typolink() generates cHash in every case, even if not
      needed. Change the behavior to generate cHash only if necessary.
      
      Change-Id: Id6a015e6bd89e9baeafd9532d4a21018adf91691
      Resolves: #28352
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/3456
      Reviewed-by: Dmitry Dulepov
      Tested-by: Dmitry Dulepov
      Tested-by: Popy
      Reviewed-by: Xavier Perseguers
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Benjamin Mack
      Reviewed-by: Björn Pedersen
      Tested-by: Xavier Perseguers
      8e6a09e7
    • Felix Kopp's avatar
      [TASK] Increase default titleLen · f07f249a
      Felix Kopp authored
      UC/titleLen in BE_USER is used to truncate data in the backend.
      Increase the default value.
      
      Change-Id: I64e2ecb1a8f4458101bc2bd395ef6c1be0ca667c
      Resolves: #30670
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/5637
      Reviewed-by: Markus Klein
      Reviewed-by: Dmitry Dulepov
      Tested-by: Dmitry Dulepov
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      f07f249a
    • Xavier Perseguers's avatar
      [TASK] Update sysext form documentation · a22d9a68
      Xavier Perseguers authored
      System extension 'form' does not have a proper cover page (missing title
      and basic information) and still contain lots of example placeholders.
      
      Change-Id: I2ccecc6aa7904df0501a2c91d599258148458c33
      Resolves: #30709
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/5482
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      a22d9a68
    • Jigal van Hemert's avatar
      [BUGFIX] All fields of 'type'=>'group' are broken in IE · de270be5
      Jigal van Hemert authored
      The HTML multiple attribute is added for select boxes with size > 1 and
      the Javascript to check this uses the multiple-property instead of the
      getAttribute method which is poorly supported by various browsers.
      
      Change-Id: Ib2ffeb2d0933a6c66e55586f1960ee7745e5623e
      Fixes: #30681
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/5646
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      Reviewed-by: Dmitry Dulepov
      Tested-by: Dmitry Dulepov
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      de270be5
    • Xavier Perseguers's avatar
      [TASK] Deprecate template::clearCacheMenu() · d80d5167
      Xavier Perseguers authored
      Method clearCacheMenu() allowed to create a drop-down selector to clear
      caches and possibly add options such as "save and close documents".
      
      Modules should respect the TYPO3 backend layout and use the top toolbar
      instead. In addition, this method does not provide all clear cache commands
      supported by the Core.
      
      Change-Id: I2ecb014e6ceced56d827eac4f1b683c3f245cb4b
      Resolves: #30700
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/5660
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      d80d5167
  3. Oct 09, 2011
  4. Oct 08, 2011
  5. Oct 07, 2011
    • Markus Klein's avatar
      [BUGFIX] EM, Error when downloading extension files · cb13eae2
      Markus Klein authored
      Trying to download a file using the Edit Files page of the old EM
      leads to a fatal error, because URL is not decoded properly.
      
      Change-Id: I6980a0fbe8967bff0df0d8d7bc4c8f1abf53615e
      Resolves: #27098
      Releases: 4.6, 4.5
      Reviewed-on: http://review.typo3.org/5578
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Reviewed-by: Stefan
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      cb13eae2
    • Bjoern Pedersen's avatar
      [BUGFIX] Don't add uid,pid if <table>.'*' is present in field list. · 1afc0014
      Bjoern Pedersen authored
      tx_cal_tsservice uses queries with select <tablename>.* and
      complex joins. This breaks due to the unconditionl adding of uid,pid
      if the query is set.
      
      Do not add uid,pid,... to field list if the field list already contains a
      '*' or the repective field is in the list.
      
      To keep the code easier to read, the sanitizing has been moved
      to a seperate function.
      
      The regexp matching is necessary to  detect fields like post_uid
      (comments extension).
      
      Change-Id: I50332c22e627ea452aaee233fdbbdf3dd426a1b6
      Resolves: #29783,#30486
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/4974
      Reviewed-by: Benjamin Mack
      Tested-by: Benjamin Mack
      Reviewed-by: Christof Rodejohann
      Tested-by: Christof Rodejohann
      Reviewed-by: Tolleiv Nietsch
      Tested-by: Tolleiv Nietsch
      1afc0014
    • Dmitry Dulepov's avatar
      [BUGFIX] PHP warning on each Extension Manager invocation · e6e90b26
      Dmitry Dulepov authored
      Extension manager produces a PHP warning on each invocation due to
      incorrect parameters passed to t3lib_div::trimExplode().
      
      Change-Id: I7bfd31677efb3cef07c0752486071e00d9ce889e
      Resolves: #30598
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/5581
      Reviewed-by: Markus Klein
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      e6e90b26
    • Thomas Maroschik's avatar
      [TASK] Introduce Hooks to create DB fields and keys dynamically · 454aa1c2
      Thomas Maroschik authored
      For the purpose of modifying the database schema upon extension
      installation and database compare in install tool I implemented hooks
      to append sql create statements dynamically.
      
      Hooks are registered via:
      
      $TYPO3_CONF_VARS['SC_OPTIONS']['typo3/mod/tools/em/index.php']
      ['checkDBupdates'] for changes in the extension manager and has to
      implement tx_em_Index_CheckDatabaseUpdatesHook interface
      
      $TYPO3_CONF_VARS['SC_OPTIONS']['ext/install/mod/class.tx_install.php']
      ['checkTheDatabase'] for changes in the install tool and has to
      implement tx_em_Index_CheckDatabaseUpdatesHook interface
      
      Change-Id: I66ff195ae8f656961f5251d7722a16a554aca219
      Resolves: #29594
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/4870
      Reviewed-by: Fabien Udriot
      Tested-by: Fabien Udriot
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      454aa1c2
    • Alexander Stehlik's avatar
      [BUGFIX] Prevent duplicate stdWrap for media content · e63c3008
      Alexander Stehlik authored
      All the standard renderers handle stdWrap themselves, so the general stdWrap
      handling should be moved to the customMediaRenderer block to prevent duplicate
      calls to stdWrap.
      
      Change-Id: Ic0db017ad1d037636f1cb40994695686a2904c76
      Fixes: #25277
      Releases: 4.6, 4.5
      Reviewed-on: http://review.typo3.org/2620
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      e63c3008
    • Albrecht Koehnlein's avatar
      [BUGFIX] Random miscalculations in ImageTTFBBox · bef7ecc6
      Albrecht Koehnlein authored
      ImageTTFBBox() randomly returns incorrect negative values. Repeat the operation
      a number of time if this happens to try to find the correct values.
      
      Change-Id: I6c1548e0f8762d6c2befdd47dbfb7810b01c9508
      Fixes: #21054
      Releases: 4.6, 4.5, 4.4
      Reviewed-on: http://review.typo3.org/3281
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      bef7ecc6
  6. Oct 06, 2011
    • Steffen Gebert's avatar
      [BUGFIX] EM installs outdated versions of depending extensions · 8dfc14a0
      Steffen Gebert authored
      When installing an extension with a dependency to another extension,
      which is not available on the server, EM retrieves it from TER. However,
      by mistake it always retrieves the oldest version, not the newest.
      
      Change-Id: I518cd5e4521d5ad1b578e342175f8b542ef42d02
      Resolves: #29243
      Releases: 4.6, 4.5
      Reviewed-on: http://review.typo3.org/5574
      Reviewed-by: Josef Florian Glatz
      Tested-by: Josef Florian Glatz
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      8dfc14a0
    • Simon Schaufelberger's avatar
      [BUGFIX] Typo in gifbuilder · bb678876
      Simon Schaufelberger authored
      stdWrap features GIFBUILDER transparentBackground and reduceColors
      are broken
      
      Change-Id: Icb74191aa6e53e8ca0737ead2638c3bda5d6a7fd
      Resolves: #29445
      Releases: 4.6, 4.5
      Reviewed-on: http://review.typo3.org/5590
      Reviewed-by: Dmitry Dulepov
      Tested-by: Dmitry Dulepov
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      bb678876
    • Stanislas Rolland's avatar
      [BUGFIX] RTE: Tag attributes are reversed on save · 230f3cac
      Stanislas Rolland authored
      Problem: When saving a content element, the order of attributes of tags
      is reversed. This clutters the workspace diffs with many changes. The
      problem arises in WebKit and Opera.
      Solution: Reverse the order of attributes.
      
      Change-Id: I4686dc9a1a0a7a81b06ee6b6430371e86b593817
      Resolves: #29855
      Releases: 4.5, 4.6
      Reviewed-on: http://review.typo3.org/5535
      Reviewed-by: Markus Klein
      Reviewed-by: Stanislas Rolland
      Tested-by: Stanislas Rolland
      230f3cac
    • Benjamin Mack's avatar
      [BUGFIX] TCEforms draws huge empty icon row which on select-fields · 17e41aba
      Benjamin Mack authored
      Certain fields of type "select" which offer records from a
      "foreign_table" will contain a huge amount of t3-icon-empty
      icons just below the select box. If you have enough of them,
      you even get a horizotanl scrollbar.
      
      See some screenshots here:
      http://forge.typo3.org/issues/13422
      
      The issue is not a CSS issue, but a bug in the rendering
      of such a field.
      
      See it in action in tt_content field "sys_language". Just create
      enough sys_language records so that you see the row of empty
      icons being created. This wasn't this way before.
      
      Change-Id: I664400ee6ee1d778e227b1858f79b9ed98482d0a
      Resolves: #25398
      Releases: 4.6, 4.5
      Reviewed-on: http://review.typo3.org/5569
      Reviewed-by: Stefan Galinski
      Tested-by: Stefan Galinski
      Reviewed-by: Dmitry Dulepov
      Tested-by: Dmitry Dulepov
      17e41aba
    • Oliver Hader's avatar
      [TASK] Fix CGL issue in recent saltedpasswords commit · 9dbe5a4c
      Oliver Hader authored
      Change-Id: Ie4d202bc29094f3c234c1929c7fdd6c129777044
      Related: #22881
      Reviewed-on: http://review.typo3.org/5586
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      9dbe5a4c