Skip to content
Snippets Groups Projects
  1. Apr 14, 2012
  2. Apr 13, 2012
  3. Apr 12, 2012
  4. 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