Directory Tests/Unit/Security/Policy/

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

[root]/Tests/Unit/Security/Policy

Lines of Code

Tests/Unit/Security/Policy/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 16 (100.0%) 1116 (100.0%) 69.7
andi 10 (62.5%) 1102 (98.7%) 110.2
robert 2 (12.5%) 14 (1.3%) 7.0
k-fish 4 (25.0%) 0 (0.0%) 0.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 2 files:

  • Tests/Unit/Security/Policy: PolicyExpressionParserTest.php (del), PolicyServiceTest.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 2 files:

  • Tests/Unit/Security/Policy: PolicyExpressionParserTest.php (-1), PolicyServiceTest.php (-1)
andi 2010-07-05 15:16 Rev.: 4761

[+FEATURE] FLOW3 (Security): Implemented the "Everybody" role that is always applied in the security context and configured in the policy. Resolves #8544.

37 lines of code changed in 1 file:

  • Tests/Unit/Security/Policy: PolicyServiceTest.php (+37)
andi 2010-06-29 11:12 Rev.: 4662

[~BUGFIX] FLOW3 (Security): Follow up to #8427. Now inheritance of roles is (hopefully) working as expected.

25 lines of code changed in 1 file:

  • Tests/Unit/Security/Policy: PolicyServiceTest.php (+25 -2)
andi 2010-06-24 13:54 Rev.: 4624

* [+BUGFIX] FLOW3 (Security): Inheritance of roles works now again. Fixes #8427.
* [~TASK] FLOW3 (Security): Added a safeguard to catch syntax errors when loading the policy configuration.

38 lines of code changed in 1 file:

  • Tests/Unit/Security/Policy: PolicyServiceTest.php (+38)
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.

425 lines of code changed in 2 files:

  • Tests/Unit/Security/Policy: PolicyExpressionParserTest.php (+126 -10), PolicyServiceTest.php (+299 -12)
andi 2010-03-01 21:11 Rev.: 3894

[~BUGFIX] FLOW3 (Security): Evaluating runtime constraints in the policy service failed, because of a missing ; and a missing argument for the evaluation closure.
[~TASK] FLOW3 (AOP): The "current object" is now directly retrieved from the joinpoint and is not manually passed to the evaluation closure.

2 lines of code changed in 1 file:

  • Tests/Unit/Security/Policy: PolicyServiceTest.php (+2 -2)
andi 2010-02-28 00:21 Rev.: 3881

[+FEATURE] FLOW3 (Security): Implemented runtime evaluations support for policy resources. Resolves #6599, relates to #5659
[~TASK] FLOW3 (Security): Removed the old privileges concept. Now there is only one (implicit) access privilege. Resolves #6600, relates to #5659

175 lines of code changed in 1 file:

  • Tests/Unit/Security/Policy: PolicyServiceTest.php (+175 -67)
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.

14 lines of code changed in 2 files:

  • Tests/Unit/Security/Policy: PolicyExpressionParserTest.php (+3 -13), PolicyServiceTest.php (+11 -2)
andi 2010-02-14 15:07 Rev.: 3826

[~TASK] FLOW3(Security): Replaced all occurrences of ACL by Policy. Resolves #6462

400 lines of code changed in 3 files:

  • Tests/Unit/Security/Policy: PolicyExpressionParserTest.php (new), PolicyServiceTest.php (new 277)
Generated by StatSVN 0.5.0