Skip to content
Snippets Groups Projects
  1. Jun 22, 2014
    • Michael Schams's avatar
      [TASK] Re-work/simplify copyright header in PHP files - Part 5 · 5f608be7
      Michael Schams authored
      This patch replaces the copyright/license header in PHP files with a
      new, simplified one. The new header does not show the year figure, nor
      an author name, and refers to the LICENSE.txt file for the full
      copyright information. License is: GPL2 or any later version.
      
      This is a multi-part commit due to the huge number of changed files.
      See issue #59781 for further details.
      
      Resolves: #59781
      Releases: 6.3, 6.2
      Change-Id: I7429b8e9c507a4833215750268d1975402679828
      Reviewed-on: https://review.typo3.org/31026
      Reviewed-by: Krzysztof Adamczyk
      Tested-by: Krzysztof Adamczyk
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      5f608be7
    • Michael Schams's avatar
      [TASK] Re-work/simplify copyright header in PHP files - Part 4 · 60eb4f47
      Michael Schams authored
      This patch replaces the copyright/license header in PHP files with a
      new, simplified one. The new header does not show the year figure, nor
      an author name, and refers to the LICENSE.txt file for the full
      copyright information. License is: GPL2 or any later version.
      
      This is a multi-part commit due to the huge number of changed files.
      See issue #59780 for further details.
      
      Resolves: #59780
      Releases: 6.3, 6.2
      Change-Id: I00eff31cdff19774527e3b1bb06e29152928414c
      Reviewed-on: https://review.typo3.org/31025
      Reviewed-by: Krzysztof Adamczyk
      Tested-by: Krzysztof Adamczyk
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      60eb4f47
    • Michael Schams's avatar
      [TASK] Re-work/simplify copyright header in PHP files - Part 3 · 601b20ed
      Michael Schams authored
      This patch replaces the copyright/license header in PHP files with a
      new, simplified one. The new header does not show the year figure, nor
      an author name, and refers to the LICENSE.txt file for the full
      copyright information. License is: GPL2 or any later version.
      
      This is a multi-part commit due to the huge number of changed files.
      See issue #59779 for further details.
      
      Resolves: #59779
      Releases: 6.3, 6.2
      Change-Id: I30ad23ccfccd86ba9e98a3b46b11836c1628f499
      Reviewed-on: https://review.typo3.org/31024
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Krzysztof Adamczyk
      Tested-by: Krzysztof Adamczyk
      601b20ed
    • Michael Schams's avatar
      [TASK] Re-work/simplify copyright header in PHP files - Part 2 · 02670b20
      Michael Schams authored
      This patch replaces the copyright/license header in PHP files with a
      new, simplified one. The new header does not show the year figure, nor
      an author name, and refers to the LICENSE.txt file for the full
      copyright information. License is: GPL2 or any later version.
      
      This is a multi-part commit due to the huge number of changed files.
      See issue #59778 for further details.
      
      Resolves: #59778
      Releases: 6.3, 6.2
      Change-Id: I155df27e66ec103a4f83356adef7dc441585b54a
      Reviewed-on: https://review.typo3.org/31023
      Reviewed-by: Krzysztof Adamczyk
      Tested-by: Krzysztof Adamczyk
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      02670b20
    • Michael Schams's avatar
      [TASK] Re-work/simplify copyright header in PHP files - Part 1 · 6c359595
      Michael Schams authored
      This patch replaces the copyright/license header in PHP files with a
      new, simplified one. The new header does not show the year figure, nor
      an author name, and refers to the LICENSE.txt file for the full
      copyright information. License is: GPL2 or any later version.
      
      This is a multi-part commit due to the huge number of changed files.
      See issue #59777 for further details.
      
      Resolves: #59777
      Releases: 6.2
      Change-Id: Idf5ef5a0da53dd052af54d42a115e951bc9d0e91
      Reviewed-on: https://review.typo3.org/31022
      Reviewed-by: Krzysztof Adamczyk
      Tested-by: Krzysztof Adamczyk
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      6c359595
    • Markus Klein's avatar
      [TASK] Merge GPL.txt and LICENSE.txt · f8c57228
      Markus Klein authored
      Resolves: #59535
      Releases: 6.3, 6.2
      Change-Id: Ia3c442ec4d838bd5c3b350a74ced3f90ef971a21
      Reviewed-on: https://review.typo3.org/30709
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      f8c57228
    • Helmut Hummel's avatar
      Revert "[BUGFIX] Inaccessible pages on shortcuts/PageNotFound handler" · c017900f
      Helmut Hummel authored
      This introduced a regression. It turns out that it needs more work
      to get all cases covered correctly.
      
      Resolves: #58728
      Reverts: #16472
      Releases: 6.1, 6.2, 6.3
      This reverts commit 9ab3b9b5
      
      Change-Id: I395e052c1f31adde715f5a25f9d1716c092dd908
      Reviewed-on: https://review.typo3.org/31039
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      c017900f
    • Nicole Cordes's avatar
      [TASK] Introduce unique signal registration · 9fe94376
      Nicole Cordes authored and Anja Leichsenring's avatar Anja Leichsenring committed
      Signals should be dispatch in own emit functions for better locating.
      This patch moves signals to separate functions and attaches missing
      suffixes to existing ones.
      
      Resolves: #59774
      Releases: 6.3, 6.2
      Change-Id: I7a1411566a78e326f1f870b2d345631e7ca265e0
      Reviewed-on: https://review.typo3.org/31013
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      9fe94376
    • Markus Klein's avatar
      [BUGFIX] Fix loading order for extensions · 49b53d49
      Markus Klein authored
      Stick to the documented loading order of extensions.
      That means following this order: sysext, global, local, composer
      
      The same extension found in the latter will be loaded instead of
      the former. Also adjust the Dependency resolver accordingly for the
      edge-case of overwriting sysexts.
      
      Resolves: #59147
      Releases: 6.3, 6.2
      Change-Id: I50c7849e32b309a28f792340f3ff892e516dadb8
      Reviewed-on: https://review.typo3.org/30449
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      49b53d49
  2. Jun 21, 2014
  3. Jun 20, 2014
Loading