Directory Classes/AOP/Builder/

Directory Created:
2009-05-20 12:36
Directory Deleted:
2010-08-24 10:42
Total Files:
0
Deleted Files:
6
Lines of Code:
0

[root]/Classes/AOP/Builder

Lines of Code

Classes/AOP/Builder/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 63 (100.0%) 1309 (100.0%) 20.7
robert 14 (22.2%) 1131 (86.4%) 80.7
k-fish 41 (65.1%) 90 (6.9%) 2.1
andi 8 (12.7%) 88 (6.7%) 11.0

Most Recent Commits

k-fish 2010-08-24 10:42 Rev.: 5057

Removed everything in trunk after move to git.

0 lines of code changed in 6 files:

  • Classes/AOP/Builder: AbstractMethodInterceptorBuilder.php (del), AdvicedConstructorInterceptorBuilder.php (del), AdvicedMethodInterceptorBuilder.php (del), EmptyConstructorInterceptorBuilder.php (del), EmptyMethodInterceptorBuilder.php (del), ProxyClassBuilder.php (del)
k-fish 2010-08-16 14:01 Rev.: 4987

[+BUGFIX] FLOW3 (AOP): AOP now correctly adds default value from method argument for array values, fixes #8554.

27 lines of code changed in 1 file:

  • Classes/AOP/Builder: AbstractMethodInterceptorBuilder.php (+27)
k-fish 2010-08-13 16:21 Rev.: 4969

[-TASK] FLOW3: Removed @version keyword from files, resolves #8835.

0 lines of code changed in 6 files:

  • Classes/AOP/Builder: AbstractMethodInterceptorBuilder.php (-1), AdvicedConstructorInterceptorBuilder.php (-1), AdvicedMethodInterceptorBuilder.php (-1), EmptyConstructorInterceptorBuilder.php (-1), EmptyMethodInterceptorBuilder.php (-1), ProxyClassBuilder.php (-1)
andi 2010-02-10 18:59 Rev.: 3823

* [+FEATURE] FLOW3 (AOP): If an advice is executed can now depend on runtime evaluations, which can be configured in the pointcut expression. Relates to #5659.
* [~BUGFIX] FLOW3 (AOP): Properties of the AOP proxy class are now prefixed by FLOW3_AOP_Proxy_. This fixes #6188.
* [~TASK] FLOW3 (AOP): Removed an unused function from the Framework class.

34 lines of code changed in 5 files:

  • Classes/AOP/Builder: AbstractMethodInterceptorBuilder.php (+7 -7), AdvicedConstructorInterceptorBuilder.php (+5 -5), AdvicedMethodInterceptorBuilder.php (+3 -3), EmptyConstructorInterceptorBuilder.php (+1 -1), ProxyClassBuilder.php (+18 -13)
robert 2010-01-15 15:38 Rev.: 3643

[~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

7 lines of code changed in 2 files:

  • Classes/AOP/Builder: AbstractMethodInterceptorBuilder.php (+3 -3), ProxyClassBuilder.php (+4 -4)
k-fish 2009-11-24 22:20 Rev.: 3504

[+BUGFIX] FLOW3 (AOP): Added safeguard against missing class and method name in new method, relates to #5484

5 lines of code changed in 3 files:

  • Classes/AOP/Builder: AbstractMethodInterceptorBuilder.php (+3), AdvicedConstructorInterceptorBuilder.php (+1 -1), EmptyConstructorInterceptorBuilder.php (+1 -1)
k-fish 2009-11-24 21:43 Rev.: 3500

[+BUGFIX] FLOW3 (AOP): The built proxy classes now retain vital method annotations, fixes #5484
[~TASK] FLOW3 (Security): Some tweaks to the HashService, renamed generateHash() to generateHmac(), validateHash() to validateHmac()
[!!!][+CONFIGURATION] FLOW3 (Security): the HashService now needs an encryptionKey to be set in it's settings
[~TASK] FLOW3 (MVC): Tweaked ActionController::checkRequestHash() a little

40 lines of code changed in 5 files:

  • Classes/AOP/Builder: AbstractMethodInterceptorBuilder.php (+27 -17), AdvicedConstructorInterceptorBuilder.php (+3 -4), AdvicedMethodInterceptorBuilder.php (+4 -4), EmptyConstructorInterceptorBuilder.php (+3 -3), EmptyMethodInterceptorBuilder.php (+3 -3)
k-fish 2009-09-16 14:36 Rev.: 3189

[~TASK] FLOW3: Fixed method parameter documentation found by new reflection service checks.
[+FEATURE] FLOW3 (Persistence): added removeAll() to base repository, resolves #3852.

9 lines of code changed in 2 files:

  • Classes/AOP/Builder: AbstractMethodInterceptorBuilder.php (+1 -1), ProxyClassBuilder.php (+8 -8)
k-fish 2009-07-16 15:02 Rev.: 2813

[+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 6 files:

  • Classes/AOP/Builder: AbstractMethodInterceptorBuilder.php (-8), AdvicedConstructorInterceptorBuilder.php (-8), AdvicedMethodInterceptorBuilder.php (-8), EmptyConstructorInterceptorBuilder.php (-8), EmptyMethodInterceptorBuilder.php (-8), ProxyClassBuilder.php (-8)
k-fish 2009-07-15 13:09 Rev.: 2795

[TASK] FLOW3: fixed some @internal vs @api remnants, relates to #3883

0 lines of code changed in 3 files:

  • Classes/AOP/Builder: AbstractMethodInterceptorBuilder.php (-1), AdvicedConstructorInterceptorBuilder.php (-1), EmptyConstructorInterceptorBuilder.php (-1)
k-fish 2009-07-15 12:28 Rev.: 2794

[TASK] FLOW3: moved from @internal to @api, resolves #3883

3 lines of code changed in 6 files:

  • Classes/AOP/Builder: AbstractMethodInterceptorBuilder.php (+1 -4), AdvicedConstructorInterceptorBuilder.php (+1 -2), AdvicedMethodInterceptorBuilder.php (-1), EmptyConstructorInterceptorBuilder.php (+1 -2), EmptyMethodInterceptorBuilder.php (-1), ProxyClassBuilder.php (-22)
k-fish 2009-06-30 12:18 Rev.: 2673

[FIX] FLOW3 (AOP): Fixed changes introduced with r2640, fixes #3650
[FIX] FLOW3 (Object): Fixed changes introduced with r2640, fixes #3650
[TASK] TYPO3CR (Tests): Adjusted tests and fixtures to comply with new solution for #3650

6 lines of code changed in 3 files:

  • Classes/AOP/Builder: AdvicedConstructorInterceptorBuilder.php (+2 -4), EmptyConstructorInterceptorBuilder.php (+2 -4), ProxyClassBuilder.php (+2 -1)
andi 2009-06-23 16:03 Rev.: 2640

* [+FEAT]: FLOW3 (AOP): AOP proxies now support classes implementing an interface declaring a __construct() signature. Resolves #3650
* [+FEAT]: FLOW3 (Object): The object manager handles the new AOP proxies.
* [TASK]: FLOW3 (Persistence): Changed some fixtures to comply to the now AOPProxyInterface.

54 lines of code changed in 3 files:

  • Classes/AOP/Builder: AbstractMethodInterceptorBuilder.php (+21), AdvicedConstructorInterceptorBuilder.php (+18 -8), EmptyConstructorInterceptorBuilder.php (+15 -5)
robert 2009-05-20 19:14 Rev.: 2293

* FLOW3: Marked all methods as @internal except those which are considered part of the official API. Resolves #1280
* TYPO3CR: Fixed two tests of the Storage\PDO\Search testcase.

30 lines of code changed in 6 files:

  • Classes/AOP/Builder: AbstractMethodInterceptorBuilder.php (+4), AdvicedConstructorInterceptorBuilder.php (+1), AdvicedMethodInterceptorBuilder.php (+1), EmptyConstructorInterceptorBuilder.php (+1 -1), EmptyMethodInterceptorBuilder.php (+1), ProxyClassBuilder.php (+22)
robert 2009-05-20 12:36 Rev.: 2282

* FLOW3: Renamed a few classes / moved them in the namespaces hierarchy to make naming more consistent. Resolves #2515
* FLOW3: (MVC) Removed the AbstractWidget

1094 lines of code changed in 6 files:

  • Classes/AOP/Builder: AbstractMethodInterceptorBuilder.php (new 259), AdvicedConstructorInterceptorBuilder.php (new 93), AdvicedMethodInterceptorBuilder.php (new 105), EmptyConstructorInterceptorBuilder.php (new 81), EmptyMethodInterceptorBuilder.php (new 76), ProxyClassBuilder.php (new 480)
Generated by StatSVN 0.5.0