History | View | Annotate | Download (828 Bytes)
[TASK] Simplify license header in PHP files
Change-Id: Ia0d929babe774b06547738451222e9f61b8b0c65Resolves: #29415
[TASK] Remove @license annotation from files
Change-Id: I6c67fdc1d55171b717791f7d558b41209653793cRelated: #29415
[TASK] Adjust code to new vendor namespace "TYPO3"
This change set contains all the simple replacements adjusting thecode to the new \TYPO3\* vendor namespace.
Change-Id: I98d3011e6a9cbea0687f3282a5c07a36fdb9559cRelated: #27490
[TASK] Remove encoding declaration from source
The encoding declaration did not do anything useful, but it (still)breaks PHP when compiled with zend-multibyte support.
Change-Id: If5394fc55fba095a9a452da15b8fde98d4ca8c1bRelates: #27332
[-TASK] FLOW3: Removed @version keyword from files, resolves #8835.
Change-Id: Ic27d691b7fdb82d9646ecd7c84b3759644b448f5
[~TASK] FLOW3: Added @api annotations on class level and adjusted CGL to explain class-level @api handling.
[+TASK] FLOW3: Removed file level docblocks and @package/@subpackage annotations.[+TASK] Fluid: Removed file level docblocks and @package/@subpackage annotations.[+TASK] Kickstart: Removed file level docblocks and @package/@subpackage annotations.[+TASK] PHP6: Removed file level docblocks and @package/@subpackage annotations....
!!! Globally renamed all class files to the new shorter version. Resolves #2524FLOW3: (Resource) Adapted the class loader and other related parts of FLOW3 to the new class filename conventionFLOW3: Moved the FLOW3 bootstrap into the F3\FLOW3 namepace