Skip to content
Snippets Groups Projects
  1. Jan 13, 2012
  2. Jan 12, 2012
  3. Jan 08, 2012
  4. Jan 06, 2012
  5. Jan 05, 2012
    • Felix Kopp's avatar
      [FEATURE] Show thumbnails in page/list by default · 2fa19984
      Felix Kopp authored
      Improve defaults for new backend users by showing thumbnails.
      Displays thumbnails in page/list module by default.
      
      Change-Id: Icb339df19ff7f75b4af1af5ae35928eb2d059270
      Fixes: #32893
      Releases: 4.7
      Reviewed-on: http://review.typo3.org/7641
      Reviewed-by: Fabien Udriot
      Tested-by: Fabien Udriot
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Tomita Militaru
      Tested-by: Tomita Militaru
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      2fa19984
  6. Jan 04, 2012
    • Benjamin Mack's avatar
      [CLEANUP] Core has a XML syntax dependency on templavoila · 8bce878a
      Benjamin Mack authored
      The TYPO3 core still uses "tx_templavoila" in a XML structure
      for referencing the title for a structure like FlexForms with
      sections etc. This means that code always looks / looked
      like this:
      <tx_templavoila>
      <title>ABCDEF</title>
      </tx_templavoila>
      
      you can see this syntax in EXT:cms/flexform_media.xml.
      
      The change in the Core is to support the new format
      (without nesting in tx_templavoila) and deprecate but still
      support the old format (see above).
      
      Change-Id: I1af739858fb79299edcdbab9d4b44c063666aa9b
      Resolves: #32946
      Branches: 4.7
      Reviewed-on: http://review.typo3.org/7663
      Reviewed-by: Xavier Perseguers
      Reviewed-by: Georg Ringer
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      8bce878a
  7. Jan 02, 2012
  8. Jan 01, 2012
  9. Dec 24, 2011
    • Markus Klein's avatar
      [TASK] Scheduler: Add "Add Task" button to header · 5dc0e44e
      Markus Klein authored
      This patch adds a "Add Task" button to the left area of
      the module header.
      It improves usability for long task lists and enforces
      the standard layout of backend modules.
      The "Add Task" link below the table is removed at the
      same time.
      
      Change-Id: I1c1ebb47a085b980f83fa1630c040d73f510199c
      Resolves: #32753
      Releases: 4.7, 4.6, 4.5
      Reviewed-on: http://review.typo3.org/7473
      Reviewed-by: Andreas Wolf
      Tested-by: Andreas Wolf
      5dc0e44e
    • Mario Rimann's avatar
      [FEATURE] Add a link to delete the deprecation log file · ba6963e8
      Mario Rimann authored
      This adds a link to delete the deprecation log file from the reports
      module. It also changes the status check on the deprecation log
      to always show the size of the file, not only when it's over limit.
      
      Change-Id: Ic51014b9f59100b1550a969e39cfabd4735fe4ac
      Resolves: #23387
      Releases: 4.7
      Reviewed-on: http://review.typo3.org/7069
      Reviewed-by: Oliver Klee
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      ba6963e8
    • Dmitry Dulepov's avatar
      [BUGFIX] Vague error message in t3lib_div · 256662dc
      Dmitry Dulepov authored
      If the web server cannot write to typo3temp/, a vague error
      message may appear: "File not written to disk! Write
      permission error in filesystem?". Fix the issue by hinting
      the user where he should check permissions.
      
      Change-Id: I5509461e6dd48b5a60963a478f0643309c889901
      Resolves: #18545
      Releases: 4.7, 4.6, 4.5
      Reviewed-on: http://review.typo3.org/6853
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      Reviewed-by: Oliver Klee
      Reviewed-by: Mario Rimann
      Reviewed-by: Philipp Gampe
      Reviewed-by: Tolleiv Nietsch
      Tested-by: Tolleiv Nietsch
      Reviewed-by: Andreas Wolf
      Tested-by: Andreas Wolf
      256662dc
    • Dmitry Dulepov's avatar
      [BUGFIX] flock() calls in TYPO3 prevent NFS hosting · 075e1a12
      Dmitry Dulepov authored
      flock() happens in several places in TYPO3. This function does
      not work properly on NFS shares. t3lib_lock should be used
      instead.
      
      Change-Id: I30392bf06c5e20e27e929fb06d77ee9f96978902
      Resolves: #31460
      Releases: 4.7, 4.6, 4.5
      Reviewed-on: http://review.typo3.org/6778
      Reviewed-by: Stefan Neufeind
      Tested-by: Stefan Neufeind
      Reviewed-by: Tolleiv Nietsch
      Tested-by: Tolleiv Nietsch
      Reviewed-by: Xavier Perseguers
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      075e1a12
    • Philipp Gampe's avatar
      [BUGFIX] Reports are called twice · 5af7dbc8
      Philipp Gampe authored
      The code in getReport(), directly before the call to getSystemStatus(),
      is exactly the same as in getSystemStatus().
      
      Change-Id: If7d61201122e18604b33fbb37bcead0be026bde3
      Fixes: #32768
      Releases: 4.5,4.6,4.7
      Reviewed-on: http://review.typo3.org/7477
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Andreas Wolf
      Tested-by: Andreas Wolf
      5af7dbc8
  10. Dec 21, 2011
    • Stefan Neufeind's avatar
      [BUGFIX] Adjust shortcut mode labels for selected/current page · c8b107ed
      Stefan Neufeind authored
      If a certain page is selected then shortcut mode refers to that page.
      Only otherwise the current page is the point of reference for
      first/random/parent.
      
      Change-Id: I2d765665b1ee73a410e1b6fe8a619833b6850476
      Resolves: #26690
      Releases: 4.7, 4.6
      Reviewed-on: http://review.typo3.org/2790
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      c8b107ed
    • Lars Patrick Heß's avatar
      [BUGFIX] locallangXMLOverride is broken since the switch to XLIFF · 42e9452f
      Lars Patrick Heß authored
      locallangXMLOverride mechanism does not work anymore since
      target language is mixed with the default language.
      
      Change-Id: I435e79d01fcdbd993e0ae47ab15eee745ae39752
      Fixes: #32573
      Releases: 4.7, 4.6
      Reviewed-on: http://review.typo3.org/7269
      Reviewed-by: Dominique Feyer
      Tested-by: Dominique Feyer
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      42e9452f
  11. Dec 20, 2011
  12. Dec 19, 2011
    • Felix Kopp's avatar
      [BUGFIX] Module menu link wrap · 32242a22
      Felix Kopp authored
      Makes module links in menu on the left not wrap around in small frames.
      
      Change-Id: Ib7168ac0d2111aab7c7c8510d6f36243683ce11c
      Fixes: #32448
      Releases: 4.5, 4.6, 4.7
      Reviewed-on: http://review.typo3.org/7207
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      32242a22
    • Steffen Ritter's avatar
      [BUGFIX] Backend loops in Page module · 103287a3
      Steffen Ritter authored
      Many modules call "refreshModuleMenu" when starting.
      In fact the "renderMenu" behaves different than before the
      transition to ExtJS 4 so that the backend got reloaded
      completely.
      Change it, to just refresh the menu as requested.
      
      Change-Id: Ibe5c3693a4a9a5184d3c5d2f33ce86ee6a574669
      Fixes: #32664
      Releases: 4.7
      Reviewed-on: http://review.typo3.org/7365
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      103287a3
    • Steffen Ritter's avatar
      [BUGFIX] Missing renames of addClass and removeClass · 8d378484
      Steffen Ritter authored
      With ExtJS4 the function names of addClass and removeClass have
      been renamed to addCls and removeCls at all places to have only
      one name for the same function throughout the Framework.
      
      Not all occurences within Core have been overworked within the
      ExtJS 4 Migration. This is tackled now.
      
      Note: ext:form, ext:workspaces and ext:em are excluded as there
      are special Tasks for these extensions.
      
      Change-Id: If54040a01b061766ff867d1368e9b5fa48631b58
      Fixes: #32673
      Releases: 4.7
      Reviewed-on: http://review.typo3.org/7370
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      8d378484
    • Steffen Ritter's avatar
      [BUGFIX] ModuleMenu has changed resizing/collapse behaviour · f4926ae6
      Steffen Ritter authored
      Before the migration to ExtJS 4 collapsing of the module panel
      was not possible. This is now possible, but behaves very strange
      and looks ugly.
      Reconfigure the viewport to behave like before.
      
      Change-Id: Id443d296a363a3e58e1e32b14dddd2374da2315a
      Fixes: #32670
      Releases: 4.7
      Reviewed-on: http://review.typo3.org/7369
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      f4926ae6