Directory Classes/MVC/Web/Routing/Aspect/

Directory Created:
2009-03-02 11:51
Directory Deleted:
2010-08-24 10:42
Total Files:
0
Deleted Files:
1
Lines of Code:
0

[root]/Classes/MVC/Web/Routing/Aspect

Lines of Code

Classes/MVC/Web/Routing/Aspect/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 10 (100.0%) 156 (100.0%) 15.6
k-fish 7 (70.0%) 131 (84.0%) 18.7
bwaidelich 1 (10.0%) 19 (12.2%) 19.0
robert 2 (20.0%) 6 (3.8%) 3.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 1 file:

  • Classes/MVC/Web/Routing/Aspect: RouterCachingAspect.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 1 file:

  • Classes/MVC/Web/Routing/Aspect: RouterCachingAspect.php (-1)
robert 2010-02-26 15:34 Rev.: 3867

[~API] FLOW3 (Utility): Renamed detectBaseUri() to getBaseUri().
[~TASK] FLOW3 (MVC): Recomitted my previous change in getRequestPath and reworked the path rendering in the Request object (now is called "route path"). Relates to #6596
[~BUGFIX] FLOW3 (Security): The WebRedirect entry point now takes the Base URI into account. That means you'll have to specify a _relative_ URI in your settings for defining a web entry point (i.e. no leading slash!).

2 lines of code changed in 1 file:

  • Classes/MVC/Web/Routing/Aspect: RouterCachingAspect.php (+2 -2)
bwaidelich 2009-11-26 17:34 Rev.: 3513

[+BUGFIX] FLOW3 (MVC): RouterCachingAspect now converts objects to hashes recursively, fixes #5153

19 lines of code changed in 1 file:

  • Classes/MVC/Web/Routing/Aspect: RouterCachingAspect.php (+19 -5)
k-fish 2009-11-05 14:41 Rev.: 3449

[~API] FLOW3 (Log): setLogFileURL() was renamed to setLogFileUrl() in FileBackend.
[~API] FLOW3 (MVC): redirectToURI() was renamed to redirectToUri() in AbstractController.
[~API] FLOW3 (MVC): setRequestURI(), getRequestURI(), setBaseURI() and getBaseURI() were renamed to *Uri() in Request.
[~API] FLOW3 (Property): DataType\URI was renamed to DataType\Uri.
[~API] FLOW3 (Utility): getRequestURI() was renamed to getRequestUri() in Environment.
[~TASK] Fluid (Service): Refactored XML generators a little.
[~TASK] DocumentationBrowser: Moved towards more consistent class, function and variable naming: changed uppercase acronyms to studlyCaps or StudlyCaps as needed.
[~TASK] FLOW3: Moved towards more consistent class, function and variable naming: changed uppercase acronyms to studlyCaps or StudlyCaps as needed.
[~TASK] Fluid: Moved towards more consistent class, function and variable naming: changed uppercase acronyms to studlyCaps or StudlyCaps as needed.
[~TASK] Kickstart: Moved towards more consistent class, function and variable naming: changed uppercase acronyms to studlyCaps or StudlyCaps as needed.
[~TASK] Testing: Moved towards more consistent class, function and variable naming: changed uppercase acronyms to studlyCaps or StudlyCaps as needed.
[~TASK] Welcome: Moved towards more consistent class, function and variable naming: changed uppercase acronyms to studlyCaps or StudlyCaps as needed.

4 lines of code changed in 1 file:

  • Classes/MVC/Web/Routing/Aspect: RouterCachingAspect.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 1 file:

  • Classes/MVC/Web/Routing/Aspect: RouterCachingAspect.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 1 file:

  • Classes/MVC/Web/Routing/Aspect: RouterCachingAspect.php (-4)
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.

4 lines of code changed in 1 file:

  • Classes/MVC/Web/Routing/Aspect: RouterCachingAspect.php (+4)
k-fish 2009-04-17 04:39 Rev.: 2165

FLOW3:
* the RouterCachingAspect now takes objects in routeValues into account, they were ignored before

6 lines of code changed in 1 file:

  • Classes/MVC/Web/Routing/Aspect: RouterCachingAspect.php (+6)
k-fish 2009-03-02 11:51 Rev.: 1951

FLOW3:
* removed controllerObjectNamePattern and viewObjectNamePattern from some places, refs #2444
* added caching to routing, based on work by Bastian and Sebastian, fixes #1791
* the Router resolve()s in lowercase and matches case-insensitive now, refs #2237

TYPO3CR:
* adjustments to Routes.yaml suggestion

121 lines of code changed in 1 file:

  • Classes/MVC/Web/Routing/Aspect: RouterCachingAspect.php (new 121)
Generated by StatSVN 0.5.0