
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 33 (100.0%) | 282 (100.0%) | 8.5 |
| robert | 9 (27.3%) | 234 (83.0%) | 26.0 |
| k-fish | 24 (72.7%) | 48 (17.0%) | 2.0 |
Removed everything in trunk after move to git.
0 lines of code changed in 9 files:
[-TASK] FLOW3: Removed @version keyword from files, resolves #8835.
0 lines of code changed in 3 files:
[~TASK] FLOW3 (Documentation): Updated the Coding Guidelines: removed inconsistent exceptions from the general class naming rules. Also added the rule that names of aspect classes must end with "Aspect". Relates to #5658
[~TASK] Global: Renamed many classes and interfaces in order to be consistent with FLOW3's naming rules. A migration script to update third-party applications will follow soon. Resolves #5658
105 lines of code changed in 3 files:
[~TASK] FLOW3: Made all exceptions part of the public API, so they get documented properly.
3 lines of code changed in 3 files:
[+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.
[+TASK] PHPUnit: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Testing: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Welcome: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] YAML: Removed file level docblocks and @package/@subpackage annotations.
0 lines of code changed in 3 files:
!!! Globally renamed all class files to the new shorter version. Resolves #2524
FLOW3: (Resource) Adapted the class loader and other related parts of FLOW3 to the new class filename convention
FLOW3: Moved the FLOW3 bootstrap into the F3\FLOW3 namepace
24 lines of code changed in 3 files:
FLOW3:
* fixed license name in @license annotation, fixes #2454
3 lines of code changed in 3 files:
FLOW3:
* changed license to LGPL v3 or later
42 lines of code changed in 3 files:
* FLOW3: (Log) (Wrote test and) fixed a bug in the Logger which didn't open a backend on adding it to the logger.
* FLOW3: (Log) Defined classes as prototype where needed
* FLOW3: (Log) File Backend now checks if the log file could really be opened
35 lines of code changed in 1 file:
* FLOW3: (Log) Added a "Null" logger backend
* FLOW3: (Log) Some small changes
35 lines of code changed in 1 file:
* FLOW3: (AOP) Modified the AOP proxy class blacklist so that MVC classes can be proxied by aspects
* FLOW3: (Event) Initial commit of a (yet dummy) Signal Aspect. This is work in progress.
* FLOW3: (Log) Reimplemented the Log subpackage. Now it is cleanly divided into frontend and backend and comes with proper unit tests. Further development will follow soon.
* FLOW3: (MVC) Added a sample signal implementation to the MVC Router route() method.
* FLOW3: (Reflection) Fixed a bug in getDefaultImplementationClassNameForInterface() which sometimes used an invalid array key.
* FLOW3: (Cache) Added a test for the Abstract Backend constructor
35 lines of code changed in 1 file: