Skip to content
Snippets Groups Projects
  1. Aug 21, 2011
    • Helmut Hummel's avatar
      [BUGFIX] Fix security level "normal" for backend login · b950c155
      Helmut Hummel authored
      Only change the object property to something different than "superchallenged"
      if the configuration is not set to a "standard" security level.
      
      Resolves: #29130
      Releases: 4.6, 4.5, 4.4, 4.3
      
      Change-Id: Ibf1194d04a7159ade9ef33701e92930f98cfb90e
      Reviewed-on: http://review.typo3.org/4452
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      b950c155
    • Stefan Neufeind's avatar
      [BUGFIX] Add admin-note to tab-description of extension-manager · 99678516
      Stefan Neufeind authored
      All other admin-modules already have this under "About modules".
      
      Change-Id: I54cc1ee2d3505f797623b5b9708174ee3e9df50e
      Resolves: #21528
      Reviewed-on: http://review.typo3.org/2788
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      99678516
    • Thomas Maroschik's avatar
      [BUGFIX] sys_action: Fix Record List page switching · 6d777920
      Thomas Maroschik authored
      If a list-records-task lists more than 100 records, the singe table page turning
      functionality is shown on top of the table. If you want to switch the page (or
      enter a page number) nothing happens or you get elsewhere than you are supposed
      to be.
      
      This happens due to wrong link generation. The Listmodule has been refactored, but the
      sys_actions Module stayed the same. Link generation was broken.
      
      This patch fixes the issues with sys_actions and list link generation by subclassing
      the localRecordList class and adopting the link generation to sys_actions needs.
      
      Change-Id: Ie84ec59ce632dbe4a74df8236eab777b23f3bd53
      Resolves: #23567
      Reviewed-on: http://review.typo3.org/2992
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      6d777920
    • Felix Kopp's avatar
      [TASK] Use a larger preview image in show_item (launchView) · 7b6bcee9
      Felix Kopp authored
      Increase the size of the image in show_item (launchView).
      This window is displayed when a image in list or file_list is clicked.
      
      Change-Id: I5b347a15c04b082b015d99fb2e80d486667a3398
      Resolves: #28963
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/4307
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      7b6bcee9
    • Felix Kopp's avatar
      [TASK] Increase size of thumbnails · 1bb1b02c
      Felix Kopp authored
      Increase the size of thumbnails (page, list, filelist) from 54x54px to 64x64px.
      
      Change-Id: Ia830771e2e630d1fb5e4f624220cb6504ceb98a1
      Resolves: #29136
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/4309
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      1bb1b02c
    • Xavier Perseguers's avatar
      [TASK] Use proper localization API · 000cebfa
      Xavier Perseguers authored
      Use of TYPO3.lang has been deprecated. Use TYPO3.l10n.localize() instead.
      
      Change-Id: I68f968df3f3d105ee566987c000e3dafb97b9fe3
      Resolves: #29028
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/4388
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      000cebfa
    • Christian Kuhn's avatar
      [TASK] Remove usage counts in method comments · 79b30f92
      Christian Kuhn authored
      Issue #27985 removed the function indexes from class files and most
      usage counts from method comments. This patch removes some missing matches.
      
      Change-Id: Id53769839517e50b977cc01d7f6008beb74b5896
      Resolves: #29135
      Reviewed-on: http://review.typo3.org/4449
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      79b30f92
    • Christian Kuhn's avatar
      [BUGFIX] Remove cache_pages from table garbage collection task · 2ee010e1
      Christian Kuhn authored
      table cache_pages does not exist anymore and must is removed from
      the default configuration of the task.
      
      Change-Id: I328c624bc328f99a93fa895ff54a668a16099aa8
      Resolves: #29131
      Reviewed-on: http://review.typo3.org/4446
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      2ee010e1
    • Christian Kuhn's avatar
      [TASK] Clean up API of tx_scheduler_CronCmd_Normalize · 87d6092a
      Christian Kuhn authored
      The only public API method in tx_scheduler_CronCmd_Normalize is normalize().
      The patch makes all non API methods protected and uses an accessible proxy
      class in unit tests to make the low level methods testable. This cleans
      up the API and still gives detailed unit tests.
      
      Change-Id: I6845d049523b68e6f57d86ad03ef0a48c453df81
      Resolves: #29100
      Reviewed-on: http://review.typo3.org/4421
      Reviewed-by: Björn Pedersen
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      87d6092a
    • Christian Kuhn's avatar
      [BUGFIX] Clean up caching framework garbage collection task · 6043c16c
      Christian Kuhn authored
      Clean up some obsolete code from the garbage collection task since the
      caching framework was enabled by default. Additionally fixes the
      additional fields provider to find registered cache backends.
      
      Change-Id: I242a9ccb904f9e692025336a6e302df673078050
      Resolves: #28062
      Reviewed-on: http://review.typo3.org/4427
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      6043c16c
    • Bjoern Pedersen's avatar
      [BUGFIX] feedit: Use skinImage for edit icons · d9d3b8bd
      Bjoern Pedersen authored
      Replace hardcoded icons with t3lib_iconWorks::skinImage calls
      
      Change-Id: I02236b36facb53222ccc8e0bfc17adf7b2ac7ae4
      Resolves: #24920
      Releases: 4.5, 4.6
      Reviewed-on: http://review.typo3.org/3448
      Reviewed-by: Steffen Kamper
      Tested-by: Steffen Kamper
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      d9d3b8bd
  2. Aug 20, 2011
    • Susanne Moog's avatar
      [BUGFIX] After merge of #29029 flexform display is broken · e65c7dca
      Susanne Moog authored
      After #29029 flexforms display is broken because of the added
      display:inline-block. Fix it by changing it for flexforms
      back to display:block.
      
      Change-Id: I020ad66647c1abc2958a201a61f51eaecdfdafbb
      Resolves: #29126
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/4433
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      e65c7dca
    • Jigal van Hemert's avatar
      [BUGFIX] Also check if cache files are not empty · 3af185b6
      Jigal van Hemert authored
      If the temp_CACHED* files exist, but they are empty a lot of functions
      produce incorrect result due to missing TCA data. Checking the fileSize
      prevents the use of empty cache files.
      
      Change-Id: I855034048eca142153badd2567fb2bf6dfbc2629
      Resolves: #29075
      Branches: 4.6, 4.5, 4.4, 4.3
      Reviewed-on: http://review.typo3.org/4420
      Reviewed-by: Björn Pedersen
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      3af185b6
    • Francois Suter's avatar
      [BUGFIX] Some TCEforms elements are displaced · 1ad22381
      Francois Suter authored
      When a TCEforms field is part of a palette, a specific span tag
      is added around it. A similar span tag must be added around fields
      which are not part of a palette, so that we have similar behaviors.
      
      Change-Id: If13c130423c4839b89c7f03e015feffd8ae3bd94
      Resolves: #29029
      Related: #28030
      Releases: 4.6, 4.5
      Reviewed-on: http://review.typo3.org/4390
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      1ad22381
    • Jigal van Hemert's avatar
      [BUGFIX] Suggest wizard missing in FE users / groups · 08c8f355
      Jigal van Hemert authored
      For the redirect page field in the records for FE users and FE groups
      the suggest wizard is missing.
      
      Change-Id: I2d65f2d0215b38ed39df70ee33a0b504849bae2d
      Resolves: #21723
      Branches: 4.6, 4.5
      Reviewed-on: http://review.typo3.org/4411
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      08c8f355
    • Jigal van Hemert's avatar
      [BUGFIX] "New record" button in Template mod broken · de9f8dd2
      Jigal van Hemert authored
      Recent browsers follow HTML5 standards for submitting image input
      elements. The result is that the name of the image input element is
      not submitted anymore, only the name with the x and y coordinates.
      Checking for createExtension_x or createExtension being set makes the
      button work again.
      
      Change-Id: Id6424c44978be807c51bcdd842d11761d9aa947e
      Resolves: #28455
      Branches: 4.6, 4.5
      Reviewed-on: http://review.typo3.org/4405
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      de9f8dd2
    • Felix Kopp's avatar
      [BUGFIX] Unify table layouts · edb33c8e
      Felix Kopp authored
      Tables are styled with different layouts. These are unified and follow the
      standard style (list, page, …). Style was taken from db_list.
      These tables are rebrushed:
      
      * file_list: folder and file list
      * Scheduler: tasks table and information table
      * TS-analyzer: template overview
      * Web > Info / pagetree overview
      * Move element / position map
      
      Change-Id: Ia563e49fdfc6a06c706d4004454168ee177fdc36
      Resolves: #28188
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/4318
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      edb33c8e
    • Oliver Hader's avatar
      [BUGFIX] Autoloader Cache is not updated · 68308392
      Oliver Hader authored
      The patch adds the current TYPO3 version to the cache identifier.
      This ensures a new cache file if upgrading TYPO3.
      
      Change-Id: I4fa47178016925f39ff2168f65afb1ae357be556
      Resolves: #28589
      Reviewed-on: http://review.typo3.org/3903
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      68308392
    • Stefan Neufeind's avatar
      [BUGFIX] starttime / endtime l10n_mode exclude in core tables · 44113078
      Stefan Neufeind authored
      starttime/endtime can be set different in localisations
      but are (usually) not respected. This patch modifies
      the behaviour inside localisations to show a readonly
      value of the original starttime/endtime-values.
      
      Change-Id: If7e32b0c8a628698115c60ec570c2526e5bb3546
      Resolves: #24211
      Reviewed-on: http://review.typo3.org/3984
      Reviewed-by: Tolleiv Nietsch
      Tested-by: Tolleiv Nietsch
      Reviewed-by: Björn Pedersen
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      44113078
  3. Aug 18, 2011
    • 7elix's avatar
      [BUGFIX] Thumbnail placeholder: image-not-rendered is unreadable · d40b8fac
      7elix authored
      If a thumbnail can not be created (im/gm mis-configuration or
      inability to convert image format), a placeholder is rendered.
      This placeholder contains text with further details.
      This text is not readable, with white text on yellow background.
      This patch changes: Black text on White background.
      
      Change-Id: I3fa52b620a758caa0c864105203b314783319692
      Resolves: #28962
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/4308
      Reviewed-by: Christopher 
      Tested-by: Christopher 
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      d40b8fac
    • Christian Kuhn's avatar
      [BUGFIX] Remove unused parameter in array utility · 71bad3fd
      Christian Kuhn authored
      The recursive call in t3lib_utility_Array::filterByValueRecursive()
      has a third, but unused parameter.
      
      Change-Id: I33c61e5a4ff0a1d47452bc59bbf6d392a6cf727e
      Resolves: #29098
      Reviewed-on: http://review.typo3.org/4416
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      71bad3fd
    • Christian Kuhn's avatar
      [BUGFIX] Handle cache tables in install tool and em · 4f716f95
      Christian Kuhn authored
      This patch moves the needed table definition for a cache from the caching
      framework to the install tool and the extension manager. This way the cf
      tables are handled just like every other table and show up for example in
      compare wizard of install tool and if an extension is installed that
      registers own caches (like extbase).
      
      Change-Id: I61e7dd1b1fbe970529810876bc7137986f9ae656
      Resolves: #28973
      Reviewed-on: http://review.typo3.org/4323
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      4f716f95
    • Mario Rimann's avatar
      [BUGFIX] Changing capitalization of BE module names · b96e7ba0
      Mario Rimann authored
      Changes the two-word backend module names to be uppercased (the
      first character of both words). This changes the locallang files in setup,
      lowlevel and taskcenter system extensions.
      
      Change-Id: I38842f4945dafbf395e35f9a2c1d6a5a917dd403
      Resolves: #22256
      Reviewed-on: http://review.typo3.org/4384
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      b96e7ba0
  4. Aug 17, 2011
    • Patrick's avatar
      [BUGFIX] Enlarge on click for images does not open a popup · 8577bd35
      Patrick authored
      With issue #27983 some deprecated parts were removed but obviously too much. Although $GLOBALS['TSFE']->additionalJavascript is used throughout the core, after this issue it was never rendered anymore in the frontend.
      
      The javascript function openPic was never added to the frontend because of this.
      
      This patch reinstates the responsible lines which were removed for Enlarge on click
      
      Change-Id: I8e182be8e894e49212a5a4249118b44c0e0bd954
      Resolves: #29041
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/4392
      Tested-by: Soren Malling
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      8577bd35
    • Dmitry Dulepov's avatar
      [BUGFIX] Optimize index of some database tables · ba2b413d
      Dmitry Dulepov authored
      Some database indexes in TYPO3 tables are not optimal:
      they include the sorting field in the wrong position.
      MySQL will not use such index for sorting (sorting
      field must always be in the end of index).
      
      Change-Id: I9d900013ac5cabb7bdd7130ff2502674ee2c9b2a
      Resolves: #21381
      Reviewed-on: http://review.typo3.org/4317
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Mario Rimann
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      ba2b413d
    • Georg Ringer's avatar
      [BUGFIX] Use trimExplode() for pageOverlayFields · 99b31bdb
      Georg Ringer authored
      Currently explode() is used for pageOverLayFields which requires a list
      without any whitespaces. Using t3lib_div::trimExplode() improves
      the usability for integrators and reduces possibilities of not working
      configurations
      
      Change-Id: I7c6c3412c1a1a250aac273169060dbd4aaf4e1ca
      Resolves: #28916
      Releases: 4.4, 4.5, 4.6
      Reviewed-on: http://review.typo3.org/4359
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      99b31bdb
  5. Aug 16, 2011
  6. Aug 15, 2011
  7. Aug 14, 2011
  8. Aug 12, 2011
  9. Aug 11, 2011
    • Jigal van Hemert's avatar
      [BUGFIX] Old EM: t3lib_DB::exec_INSERTquery errors · 203fa1ee
      Jigal van Hemert authored
      storeXMLResult() fails to filter non-existing database fields and
      tries to insert all fields which it parses from the XML. Solution
      is to use a default record structure to only use existing column names.
      
      Change-Id: I80ca3170c2840b44497398b2b9cf48c285dc2215
      Fixes: #28637
      Releases: 4.5, 4.6
      Reviewed-on: http://review.typo3.org/4169
      Reviewed-by: Rens Admiraal
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      203fa1ee
  10. Aug 09, 2011
  11. Aug 08, 2011
  12. Aug 07, 2011
    • Xavier Perseguers's avatar
      [TASK] Prefix of caching framework tables is hardcoded · 39ed1701
      Xavier Perseguers authored
      Prefix "cachingframework_" for caching framework tables is hardcoded
      at multiple places within Core.
      
      This makes it hard to keep track of it and prevents DBAL from overriding
      it when identifier length is an issue.
      
      Change-Id: Idddcd32879b35a608b363bf8871b82407840dac2
      Resolves: #28798
      Reviewed-on: http://review.typo3.org/4185
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Andreas Wolf
      Tested-by: Andreas Wolf
      39ed1701
    • Stefan Neufeind's avatar
      [TASK] Optimizations for IPv6-functions in t3lib_div · de17eb22
      Stefan Neufeind authored
      * speedup by using IPv6-support from PHP if present
      * since there is IPv6Hex2Bin(), also add IPv6Bin2Hex()
      * since there is normalizeIPv6(), also add compressIPv6()
      * normalization also involves converting to lowercase
      * extend unit-tests
      
      Change-Id: I7c9eda4de0f2c06f06a530f1180233d592f9dfdc
      Resolves: #28669
      Releases: 4.6, 4.7
      Reviewed-on: http://review.typo3.org/4019
      Reviewed-by: Andreas Wolf
      Tested-by: Andreas Wolf
      de17eb22
    • Stefan Neufeind's avatar
      [BUGFIX] cmpIPv4: prevent E_NOTICE, cleanup compare, testcases · 2329466c
      Stefan Neufeind authored
      Cleanup for an E_NOTICE on exploding the bitmask.
      Replaced (correct working, but "unreadable") strcmp().
      Add testcases.
      
      Change-Id: I3836d3c53ab6093e3427047c4a5089778dd04ca2
      Resolves: #27230
      Releases: 4.3, 4.4, 4.5, 4.6
      Reviewed-on: http://review.typo3.org/2536
      Reviewed-by: Björn Pedersen
      Tested-by: Björn Pedersen
      Reviewed-by: Andreas Wolf
      Tested-by: Andreas Wolf
      2329466c