Directory Classes/AOP/Advice/

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

[root]/Classes/AOP/Advice

Lines of Code

Classes/AOP/Advice/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 67 (100.0%) 883 (100.0%) 13.1
robert 21 (31.3%) 734 (83.1%) 34.9
andi 6 (9.0%) 124 (14.0%) 20.6
k-fish 40 (59.7%) 25 (2.8%) 0.6

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 8 files:

  • Classes/AOP/Advice: AbstractAdvice.php (del), AdviceChain.php (del), AdviceInterface.php (del), AfterAdvice.php (del), AfterReturningAdvice.php (del), AfterThrowingAdvice.php (del), AroundAdvice.php (del), BeforeAdvice.php (del)
k-fish 2010-08-13 16:21 Rev.: 4969

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

0 lines of code changed in 8 files:

  • Classes/AOP/Advice: AbstractAdvice.php (-1), AdviceChain.php (-1), AdviceInterface.php (-1), AfterAdvice.php (-1), AfterReturningAdvice.php (-1), AfterThrowingAdvice.php (-1), AroundAdvice.php (-1), BeforeAdvice.php (-1)
k-fish 2010-03-04 11:06 Rev.: 3903

[+FEATURE] FLOW3 (Core): The flow3 hell script now uses the PHP binary specified in the PHP environment variable, resolves #6681.
[~TASK] FLOW3: Some SVN property maintenance.

1 lines of code changed in 1 file:

  • Classes/AOP/Advice: AbstractAdvice.php (+1 -1)
k-fish 2010-02-23 23:08 Rev.: 3847

[~TASK] FLOW3: Some cleanup to code documentation.

1 lines of code changed in 1 file:

  • Classes/AOP/Advice: AbstractAdvice.php (+1 -1)
robert 2010-02-22 16:17 Rev.: 3837

[+FEATURE] FLOW3 (Object): Implemented a static object container which is automatically built. It's essentially a hardcoded version of the autowired and configured object dependencies - just a lot faster. Many tests are still missing, but the version in this commit should be mostly functional. Addresses #3740 and resolves #2123.
[!!!][~API] FLOW3 (Object): Heavily refactored the Object Manager and its tests. The most important change is the removal of the Object Factory whose create() method is now located in the Object Manager. Furthermore, the getObject() method has been renamed to get() and a few minor important API functions within the Object Manager have been modified. This commit also contains a script which allows for semi automatically migrating existing code to the new API (see ./flow3 migrate objectmanagerusage). Resolves #6562
[~TASK] FLOW3 (Configuration): The Configuration Manager and its YAML source now doesn't depend on the YAML package anymore but refers to a YAML parser class within the FLOW3 package. Resolves #6564.

2 lines of code changed in 2 files:

  • Classes/AOP/Advice: AbstractAdvice.php (+1 -1), AroundAdvice.php (+1 -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.

124 lines of code changed in 6 files:

  • Classes/AOP/Advice: AbstractAdvice.php (new 114), AfterAdvice.php (+1 -63), AfterReturningAdvice.php (+1 -63), AfterThrowingAdvice.php (+1 -63), AroundAdvice.php (+6 -51), BeforeAdvice.php (+1 -63)
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

15 lines of code changed in 5 files:

  • Classes/AOP/Advice: AfterAdvice.php (+3 -3), AfterReturningAdvice.php (+3 -3), AfterThrowingAdvice.php (+3 -3), AroundAdvice.php (+3 -3), BeforeAdvice.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.

22 lines of code changed in 7 files:

  • Classes/AOP/Advice: AdviceChain.php (+1 -1), AdviceInterface.php (+1 -1), AfterAdvice.php (+4 -4), AfterReturningAdvice.php (+4 -4), AfterThrowingAdvice.php (+4 -4), AroundAdvice.php (+4 -4), BeforeAdvice.php (+4 -4)
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 7 files:

  • Classes/AOP/Advice: AdviceChain.php (-8), AdviceInterface.php (-8), AfterAdvice.php (-8), AfterReturningAdvice.php (-8), AfterThrowingAdvice.php (-8), AroundAdvice.php (-8), BeforeAdvice.php (-8)
k-fish 2009-07-15 12:28 Rev.: 2794

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

0 lines of code changed in 7 files:

  • Classes/AOP/Advice: AdviceChain.php (-3), AdviceInterface.php (-3), AfterAdvice.php (-4), AfterReturningAdvice.php (-4), AfterThrowingAdvice.php (-4), AroundAdvice.php (-4), BeforeAdvice.php (-4)
k-fish 2009-06-02 11:35 Rev.: 2523

Added svn:keywords where missing...

1 lines of code changed in 1 file:

  • Classes/AOP/Advice: AfterAdvice.php (+1 -1)
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.

26 lines of code changed in 7 files:

  • Classes/AOP/Advice: AdviceChain.php (+3), AdviceInterface.php (+3), AfterAdvice.php (+4), AfterReturningAdvice.php (+4), AfterThrowingAdvice.php (+4), AroundAdvice.php (+4), BeforeAdvice.php (+4)
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

691 lines of code changed in 7 files:

  • Classes/AOP/Advice: AdviceChain.php (new 96), AdviceInterface.php (new 66), AfterAdvice.php (new 106), AfterReturningAdvice.php (new 105), AfterThrowingAdvice.php (new 106), AroundAdvice.php (new 106), BeforeAdvice.php (new 106)
Generated by StatSVN 0.5.0