Skip to content
Snippets Groups Projects
  1. Apr 13, 2012
    • Roland Waldner's avatar
      [FEATURE] Add stdWrap to cObject USER. · 2755625e
      Roland Waldner authored
      Change-Id: I115b6a9674ff824ea6289f3882efa3350724c8a3
      Fixes: #35305
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/9966
      Reviewed-by: Philipp Gampe
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Stefan Galinski
      Tested-by: Stefan Galinski
      2755625e
    • Christian Kuhn's avatar
      [TASK] Add note on removed doNotLoadInFE flag to NEWS.txt · 43d4a70c
      Christian Kuhn authored
      Change-Id: If95843c55aaf3dc7eebafe190210f6487a0ca7eb
      Related: #35877
      Reviewed-on: http://review.typo3.org/10400
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      43d4a70c
    • Christian Kuhn's avatar
      [TASK] Add note on required extbase and fluid to NEWS.txt · e8546a23
      Christian Kuhn authored
      Change-Id: Ib1f1c38ecaf0f8122e7a5e6f57e12aa0dc0b10a5
      Related: #20634
      Reviewed-on: http://review.typo3.org/10399
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      e8546a23
    • Christian Kuhn's avatar
      [TASK] Clean-up NEWS.txt for TYPO3 6.0 · 50148adf
      Christian Kuhn authored
      Change-Id: If2f8c1c306027a9547038f634155b45e25b60acb
      Reviewed-on: http://review.typo3.org/10398
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      50148adf
    • Philipp Gampe's avatar
      [BUGFIX] Hardcoded variable in CookieJar.php · 9deabda0
      Philipp Gampe authored
      If pear installs a package, it replaces all occurrences of data_dir with
      the actual dirname. This should not have happened in then shipped
      version.
      
      Change-Id: I207fd879d55412f97c93ed1bee25d8283f4f6d6c
      Fixes: #34923
      Releases: 6.0, 4.7, 4.6
      Reviewed-on: http://review.typo3.org/9693
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      9deabda0
    • Felix Oertel's avatar
      [BUGFIX] Extbase Bootstrap not overwritable · 18b16f66
      Felix Oertel authored
      In mod.php the bootstrap is instanciated without using the
      objectManager, thus it's not possible to overwrite it.
      
      Change-Id: I4720172ef4b602fdb31c3a58112c03f0d6673db2
      Fixes: #35955
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/10387
      Reviewed-by: Oliver Klee
      Tested-by: Oliver Klee
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      18b16f66
    • Georg Ringer's avatar
      [FEATURE] Improve rendering of CE in page module · c36ae6b8
      Georg Ringer authored
      Rendering of content elements in page module can be
      improved by making it easier and streamline it. See
      details in issue.
      
      Change-Id: I7ff5ddbdf443babaa76807beb759c07b32870690
      Resolves: #35887
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/10318
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Felix Kopp
      Tested-by: Felix Kopp
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Stefan Galinski
      Tested-by: Stefan Galinski
      c36ae6b8
    • Felix Kopp's avatar
      [BUGFIX] Remove "create new content element" in docheaders · 4bb7483c
      Felix Kopp authored
      Removes icon in docheader in page backend module to create new
      content element. That icon is present in content columns.
      
      Change-Id: I207440ae2a5ba566a1f10203f60a107d74cca3e1
      Fixes: #10307
      Releases: 4.7, 4.8
      Reviewed-on: http://review.typo3.org/9529
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Tolleiv Nietsch
      Tested-by: Tolleiv Nietsch
      Reviewed-by: Max Roesch
      Tested-by: Max Roesch
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      4bb7483c
    • Christian Kuhn's avatar
      [TASK] Remove deprecated code for 6.0 · d5979e4c
      Christian Kuhn authored
      Removes all deprecated methods and files that are unused in core and scheduled
      for deletion in 4.8 / 6.0. Some more complicated parts are left out for now.
      
      Change-Id: I03e236cedfbfa666d9b6f83848b11bb0977cdff0
      Resolves: #35923
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/10361
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      d5979e4c
    • Daniel Pötzinger's avatar
      [FEATURE] TYPO3 List view not styleable · 8b02a7ff
      Daniel Pötzinger authored
      The good old list view has a lot of sections
      (search, dashboard, checkboxes) and they are wrapped
      in divs without classes or no divs at all.
       That makes it hard to give it a nicer view in the skin.
      
      This patch added some div wraps and additional classes
      (in preparation to have the possibility to add some CSS in the default skin for this)
      
      Change-Id: Ie666e5ab91193920198159b8297ba7bb2e2e00ce
      Resolves: #35913
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/10355
      Reviewed-by: Georg Ringer
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Stefan Galinski
      Tested-by: Stefan Galinski
      8b02a7ff
    • Stefan Galinski's avatar
      [BUGFIX] Pagetree should expand to the last selected node · 582905ba
      Stefan Galinski authored
      The patch integrates the expansion to the last selected node
      at least for the following functions:
      - selected node of the filtering tree
      - OpenDocs
      - Shortcuts (if possible)
      - Live Search
      
      Fixes: #25006
      Fixes: #33853
      Releases: 6.0, 4.7, 4.6, 4.5
      
      Change-Id: I1a47bedd10a37a8931ccd50c7fd119399834d909
      Reviewed-on: http://review.typo3.org/10357
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      Reviewed-by: Wouter Wolters
      Tested-by: Marcus Schwemer
      Reviewed-by: Stefan Galinski
      Tested-by: Stefan Galinski
      582905ba
  2. Apr 12, 2012
  3. Apr 11, 2012
    • Oliver Hader's avatar
      [TASK] Streamline disposal of Signal Slot · 9b1bdfc6
      Oliver Hader authored
      The concept of Signal Slot has been introduced into Extbase of
      TYPO3 4.6 and then got copied to TYPO3 4.7 as well - basically
      to support that concept for the File Abstraction Layer as well.
      However, now this observer pattern is duplicated in the Core,
      thus is removed in favour of the available Extbase behaviour.
      
      Change-Id: I406a2381771e91c119240347d0d0444844a2fc0a
      Releases: 6.0, 4.7
      Resolves: #35854
      Reviewed-on: http://review.typo3.org/10252
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      9b1bdfc6
    • Steffen Ritter's avatar
      [BUGFIX] Media Element does not play videos with own player anymore · fe129bbb
      Steffen Ritter authored
      Since the rewrite to FlowPlayer and the additions for accessibility
      the MEDIA Content Element is not capable anymore, to play videos which
      ship their own player.
      
      This especially is the case for Videos which are from YouTube, Vimeo
      and other similiar platforms. Looking at the implementation it seems,
      that the detection of own players has been removed (accidentilly).
      
      Rebuild this detection to make external video platform links work again.
      
      Change-Id: I963a74aa3e1ab6d2de95ade903470be71af5c2d4
      Fixes: #33357
      Releases: 6.0, 4.7
      Reviewed-on: http://review.typo3.org/10259
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      fe129bbb
    • Patrick Broens's avatar
      [BUGFIX] Centering images with text is not working in some cases · 7f3baa31
      Patrick Broens authored
      Currently css_styled_content is using the constant MaxW in CSS to define the width of the image wrap. When using columns with different widths, this value is not reflecting the width of the column, which can break the centering.
      
      This patch fixes this issue by using a different centering method.
      
      Fixes: #35814
      
      Change-Id: I2d1532b986054b8ae250d8ce6cab5b67c61a6c5d
      Releases: 6.0, 4.7
      Reviewed-on: http://review.typo3.org/10256
      Reviewed-by: Berit Jensen
      Tested-by: Berit Jensen
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      7f3baa31
    • Ingo Renner's avatar
      [BUGFIX] t3lib_div::getUrl() providing wrong error information · ecc71ee8
      Ingo Renner authored
      When using t3lib_div::getUrl() with lib file/context it uses
      file_get_contents() to read a URL. When this fails it tries to provide the
      reason for the error but does not return the actual issue.
      
      The error key in the returned array contains the error retrieved by
      error_get_last() which does not provide the error that occurred with
      file_get_contents(), but with PHP. Usually this is a notice.
      
      The actual error message of file_get_contents() is in the variable
      $http_response_header which is available after calling file_get_contents().
      
      See http://de2.php.net/manual/en/reserved.variables.httpresponseheader.php
      
      Change-Id: I6bb9ad7010a633f259da103f71f404592194f743
      Fixes: #35847
      Releases: 6.0, 4.7, 4.6, 4.5
      Reviewed-on: http://review.typo3.org/10229
      Reviewed-by: Oliver Klee
      Tested-by: Oliver Klee
      Reviewed-by: Andy Grunwald
      Tested-by: Andy Grunwald
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Ingo Renner
      Tested-by: Ingo Renner
      ecc71ee8
    • Christian Kuhn's avatar
      [TASK] Remove install tool fluid / extbase upgrade wizard · 4829df63
      Christian Kuhn authored
      Since extbase and fluid are required extensions now, the
      upgrade wizard that installed those two is obsolete.
      
      Change-Id: I8055665355f2ac7726c8803824741d2dd3277f3d
      Resolves: 35860
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/10246
      Reviewed-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      4829df63
    • Christian Kuhn's avatar
      [TASK] Make extbase and fluid required extensions · 8e09e3dc
      Christian Kuhn authored
      Change-Id: I5a835a27b7f4e2a2301365b5c61aece765c564aa
      Resolves: #20634
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/10243
      Reviewed-by: Wouter Wolters
      Reviewed-by: Rens Admiraal
      Reviewed-by: Andy Grunwald
      Tested-by: Andy Grunwald
      Reviewed-by: Andreas Wolf
      Tested-by: Andreas Wolf
      8e09e3dc
    • Andy Grunwald's avatar
      [TASK] Error reporting is set twice in bootstrap · 252dc38d
      Andy Grunwald authored
      In index.php AND typo3/sysext/cms/tslib/index_ts.php
      (which will be included in index.php) the error reporting
      is set to E_ALL ^ E_NOTICE ^ E_DEPRECATED.
      
      The set command in typo3/sysext/cms/tslib/index_ts.php is
      obsolete, because this has no further effect.
      This will be set in the previous index.php as well.
      
      Result: Less code to maintain
      
      See also #35003, #35017 and #35019
      
      Change-Id: I52341366fab6231a78acd394c09bfa67de1108e9
      Fixes: #35023
      Releases: 6.0, 4.7
      Reviewed-on: http://review.typo3.org/9763
      Reviewed-by: Andy Grunwald
      Tested-by: Andy Grunwald
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      252dc38d
    • Steffen Ritter's avatar
      [TASK] Restore old Content Object SWFOBJECT · fb19a08b
      Steffen Ritter authored
      When integrating the FlowPlayer as accessible video player,
      the current SWFObject just was overwritten. Therefore it currently
      is not possible anymore to use swfobject JavaScript or just insert
      any Flash in the website.
      
      Restore the old SWFOBJECT and move the new stuff into an own class.
      
      Change-Id: Ia3bad65b0743b5c7fbac7a312e561a53e061603c
      Resolves: #35815
      Releases: 4.7,6.0
      Reviewed-on: http://review.typo3.org/10232
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      fb19a08b
    • Andy Grunwald's avatar
      [TASK] PATH_thisScript is defined twice in bootstrap · 0270ed7a
      Andy Grunwald authored
      In index.php AND typo3/sysext/cms/tslib/index_ts.php
      (which will be included in index.php) the constant
      PATH_thisScript is defined.
      
      The definition in typo3/sysext/cms/tslib/index_ts.php
      is obsolete, because this will be checked via
      if(!defined(...)).
      
      Change-Id: I3ffc0639d61f76bb6c72a96fb4fd2908e38a0268
      Fixes: #35003
      Releases: 6.0, 4.7
      Reviewed-on: http://review.typo3.org/9739
      Reviewed-by: Andy Grunwald
      Tested-by: Andy Grunwald
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      0270ed7a
    • Steffen Ritter's avatar
      [BUGFIX] follow up to "Improve usability of new Media element flexform" · b7338fbb
      Steffen Ritter authored
      Due to a superfluous displayCondition the field for actual insertion of
      HTML5-video-sources is not shown correctly.
      
      Change-Id: I8cd43b9dba4b97a286ec24641fd4812577beaf43
      Fixes: #35433
      Releases: 4.7,6.0
      Reviewed-on: http://review.typo3.org/10226
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      b7338fbb
    • Andy Grunwald's avatar
      [TASK] PATH_site is defined twice in bootstrap · abc4c8b3
      Andy Grunwald authored
      In index.php AND typo3/sysext/cms/tslib/index_ts.php
      (which will be included in index.php) the constant
      PATH_site is defined.
      
      The definition in typo3/sysext/cms/tslib/index_ts.php
      is obsolete, because this will be checked via if(!defined(...)).
      
      See also #35003
      
      Change-Id: Ia0a967f562a2a58655b9db0419654c36e7092a05
      Fixes: #35017
      Releases: 6.0, 4.7
      Reviewed-on: http://review.typo3.org/9753
      Reviewed-by: Andy Grunwald
      Tested-by: Andy Grunwald
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      abc4c8b3
    • Andy Grunwald's avatar
      [TASK] PATH_tslib is defined twice in bootstrap · c658723b
      Andy Grunwald authored
      In index.php AND typo3/sysext/cms/tslib/index_ts.php
      (which will be included in index.php) the constant
      PATH_tslib is defined.
      
      The definition in typo3/sysext/cms/tslib/index_ts.php
      is obsolete, because this will be checked via if(!defined(...)).
      
      In index.php, if PATH_tslib is empty the script will die immediately.
      After that check, PATH_tslib will be used to include index_ts.php
      
      See also #35003 and #35017
      
      Change-Id: I6b86c3bdb071af06b2c64b8cbbc977e9387408c8
      Fixes: #35019
      Releases: 6.0, 4.7
      Reviewed-on: http://review.typo3.org/9754
      Reviewed-by: Andy Grunwald
      Tested-by: Andy Grunwald
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      c658723b
    • Steffen Ritter's avatar
      [TASK] Remove Code Duplication in tslib_content_Media · b2c1191c
      Steffen Ritter authored
      For every parameter the same code for overlaying Flexform value
      over the value given in TypoScript is done.
      
      Furthermore for every file the same url-processing is done.
      
      Remove these code duplication by extracting these things to
      external functions for a better readability and maintainability.
      
      Change-Id: I2a614cc1d60f28c3ef4189e74fa3f4dea91fa85f
      Resolves: #35440
      Releases: 6.0, 4.7
      Reviewed-on: http://review.typo3.org/10219
      Tested-by: Anja Leichsenring
      Reviewed-by: Oliver Klee
      Reviewed-by: Anja Leichsenring
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      b2c1191c
    • Steffen Ritter's avatar
      [BUGFIX] displayCondition on FlexForm Sheets broken · e8076834
      Steffen Ritter authored
      Due to the usage of an undefined variable, the value of
      an field within the flexform cannot resolved correctly.
      As an result any displayCondition of an FlexForm sheet looking
      at a field value (FIELD:*:=:value) evaluates to false.
      
      Change-Id: I31bf3af8b61981d7fde9e3d0f1c6dbc01118d14a
      Fixes: #35436
      Releases: 6.0,4.7
      Reviewed-on: http://review.typo3.org/10107
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      Reviewed-by: Dominik Mathern
      Tested-by: Dominik Mathern
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      Reviewed-on: http://review.typo3.org/10221
      e8076834
    • Steffen Ritter's avatar
      [BUGFIX] Improve usability of new Media element flexform · b74db3f8
      Steffen Ritter authored
      With HTML5 video many new options are added to the media element
      flexform. This results in a very hard to read form.
      
      Restructure the fields into tabs and use display conditions
      to hide unneeded fields depending on the selected media type.
      
      Change-Id: I1a25a17506541a3461bcd83d320a395bad3f8195
      Fixes: #35433
      Releases: 6.0,4.7
      Reviewed-on: http://review.typo3.org/10109
      Reviewed-by: Dominik Mathern
      Tested-by: Dominik Mathern
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      Reviewed-on: http://review.typo3.org/10223
      b74db3f8
    • Jigal van Hemert's avatar
      [BUGFIX] Validation problem in forgot and change password form · fed4435e
      Jigal van Hemert authored
      Label for attribute is invalid for XHTML. Changing it to a hard coded
      value solves the problem. In case custom styling or Javascript breaks
      the whole template can be replaced.
      
      Change-Id: I41008125706f51104ff5ddf16786f0d7a71cf2af
      Fixes: #18901
      Releases: 6.0, 4.7
      Reviewed-on: http://review.typo3.org/7514
      Reviewed-by: Oliver Klee
      Reviewed-by: Sebastian Michaelsen
      Tested-by: Sebastian Michaelsen
      Reviewed-by: Andy Grunwald
      Tested-by: Andy Grunwald
      Reviewed-by: Wouter Wolters
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      fed4435e