Directory Tests/Unit/Security/Aspect/

Directory Deleted:
2010-08-24 10:42
Total Files:
0
Deleted Files:
3
Lines of Code:
0

[root]/Tests/Unit/Security/Aspect

Lines of Code

Tests/Unit/Security/Aspect/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 13 (100.0%) 873 (100.0%) 67.1
andi 2 (15.4%) 824 (94.4%) 412.0
k-fish 8 (61.5%) 37 (4.2%) 4.6
sebastian 2 (15.4%) 8 (0.9%) 4.0
robert 1 (7.7%) 4 (0.5%) 4.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 3 files:

  • Tests/Unit/Security/Aspect: PersistenceQueryRewritingAspectTest.php (del), PolicyEnforcementAspectTest.php (del), RequestDispatchingAspectTest.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 4 files:

  • Tests/Unit/Security/Aspect: PersistenceQueryRewritingAspectTest.php (-1), PolicyEnforcementAspectTest.php (-1), RequestDispatchingAspectTest.php (-1)
k-fish 2010-06-24 11:27 Rev.: 4621

[~TASK] FLOW3 (Persistence): Renamed QOM to Qom to follow coding guidelines, part 1 of 2.

37 lines of code changed in 1 file:

  • Tests/Unit/Security/Aspect: PersistenceQueryRewritingAspectTest.php (+37 -37)
andi 2010-06-23 13:31 Rev.: 4613

* [+TASK] FLOW3 (Object): Added session scope related methods to the object manager and interface.
* [+FEATURE] FLOW3 (AOP): Added a matches operator as a new possibility for runtime evaluations.
* [+FEATURE] FLOW3 (AOP): Global objects available in runtime evaluations can now be configured in the settings. Resolves #6598.
* [+FEATURE] FLOW3 (Security): Implemented query rewriting according to the security policy. Relates to #5659, Resolves #6604.

817 lines of code changed in 1 file:

  • Tests/Unit/Security/Aspect: PersistenceQueryRewritingAspectTest.php (new 817)
andi 2010-03-01 23:13 Rev.: 3895

[~TASK] FLOW3 (Security): Removed the security context holder session with its interface. The whole functionality is now available directly through the security context itself. Resolves #5851

7 lines of code changed in 1 file:

  • Tests/Unit/Security/Aspect: RequestDispatchingAspectTest.php (+7 -11)
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

4 lines of code changed in 1 file:

  • Tests/Unit/Security/Aspect: RequestDispatchingAspectTest.php (+4 -4)
sebastian 2009-10-09 13:59 Rev.: 3309

[!!!][+FEATURE] FLOW3 (Security): Added a HMAC generator and checker to prevent unauthorized access on objects where no edit fields were generated for. It is mandatory in case objects are modified on the server side. See the issue for a more in-depth explanation. This feature does NOT break backwards-compatibility as long as you use only Fluid for form-generation. In case of custom fields, it WILL break backwards compatibility, and you might need the @dontverifyrequesthash annotation. Resolves #4960.
[+FEATURE] Fluid (ViewHelpers): Added a request hash to all form fields. It is mandatory in case objects are modified on the server side. Relates to #4960.

8 lines of code changed in 2 files:

  • Tests/Unit/Security/Aspect: RequestDispatchingAspectTest.php (+8 -4)
Generated by StatSVN 0.5.0