Directory Tests/Session/

Directory Created:
2008-07-14 14:45
Directory Deleted:
2010-08-24 10:42
Total Files:
0
Deleted Files:
4
Lines of Code:
0

[root]/Tests/Session

Lines of Code

Tests/Session/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 16 (100.0%) 416 (100.0%) 26.0
robert 4 (25.0%) 194 (46.6%) 48.5
andi 2 (12.5%) 175 (42.1%) 87.5
k-fish 10 (62.5%) 47 (11.3%) 4.7

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

  • Tests/Session: F3_FLOW3_Session_PHPTest.php (del), F3_FLOW3_Session_TransientSessionTest.php (del), F3_FLOW3_Session_TransientTest.php (del), TransientSessionTest.php (del)
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:

  • Tests/Session: TransientSessionTest.php (-8)
k-fish 2009-05-20 16:31 Rev.: 2287

FLOW3:
* added hasKey() to SessionInterface, TransientSession and PHPSession

12 lines of code changed in 1 file:

  • Tests/Session: TransientSessionTest.php (+12)
robert 2009-01-28 13:04 Rev.: 1811

!!! Globally renamed all class files to the new shorter version. Resolves #2524
FLOW3: (Resource) Adapted the class loader and other related parts of FLOW3 to the new class filename convention
FLOW3: Moved the FLOW3 bootstrap into the F3\FLOW3 namepace

0 lines of code changed in 1 file:

  • Tests/Session: TransientSessionTest.php (new)
robert 2009-01-26 17:47 Rev.: 1794

* Testing: Fixed the initialization sequence in the TestRunner which didn't work anymore since the last modifications on the session init in the FLOW3 bootstrap
* FLOW3: (Session) Renamed the classes ...\Session\PHP and ...\Session\Transient to ...\Session\PHPSession and ...\Session\TransientSession respectively. Addresses #2515

95 lines of code changed in 1 file:

  • Tests/Session: F3_FLOW3_Session_TransientSessionTest.php (new 95)
k-fish 2009-01-15 16:06 Rev.: 1749

FLOW3:
* fixed license name in @license annotation, fixes #2454

1 lines of code changed in 1 file:

  • Tests/Session: F3_FLOW3_Session_TransientTest.php (+1 -1)
k-fish 2009-01-07 11:37 Rev.: 1707

FLOW3:
* changed license to LGPL v3 or later

14 lines of code changed in 1 file:

  • Tests/Session: F3_FLOW3_Session_TransientTest.php (+14 -7)
k-fish 2008-12-10 15:39 Rev.: 1599

!!! 5.3.0alpha3 namespaces refactoring:
* changed namespace delimiter from :: to \
* all class references in namespaced code prepended by \

PHPUnit:
* adapted mock object handling to the new namespaces syntax

FLOW3:
* PropertyReflection now uses setAccessible() instead of array cast to access protected properties

PHPCR:
* added a missing interface already used for type hints

9 lines of code changed in 1 file:

  • Tests/Session: F3_FLOW3_Session_TransientTest.php (+9 -9)
k-fish 2008-09-12 16:07 Rev.: 1210

!!! Major change, will break existing code.

Part 3 - Packages

FLOW3, most other packages:
* added namespaces to the code of FLOW3 and all packages in the current TYPO3v5 distribution.

PHPUnit:
* some changes to make PHPUnit (more) namespace-compatible.

Some notes:
* Documentation updates will follow
* you might need to change your class names when adapting namespaces to avoid using "Class", "Empty", "Default", ...
* expect FLOW3CGL and/or PHPCodeSniffer to be broken (I'll have a look)
* some parts might still be broken, especially in edge-cases where the global namespace needs to explicitly used

11 lines of code changed in 1 file:

  • Tests/Session: F3_FLOW3_Session_TransientTest.php (+11 -10)
robert 2008-08-06 18:04 Rev.: 1088

* FLOW3: (Session) Refactored and renamed method names of the PHP Session implemenation and the general interface
* FLOW3: (Session) Implemented the "Transient Session"
* FLOW3: The Transient Session is now selected by default in CLI mode, and the PHP Session in all other modes
* FLOW3: Created an initialization step for the session mechanism in FLOW3's bootstrap

99 lines of code changed in 2 files:

  • Tests/Session: F3_FLOW3_Session_PHPTest.php (+12 -12), F3_FLOW3_Session_TransientTest.php (new 87)
andi 2008-07-29 16:25 Rev.: 1061

Implemented the first part of the security framework.

* FLOW3 (Security): Implemented the session security context holder
* FLOW3 (Security): Implemented the security context that provides the current context based on request patterns and the configured authentication strategy
* FLOW3 (Security): Implemented a basic filter firewall that can be configured in the FLOW3 configuration file
* FLOW3 (Security): Implemented a basic security interceptor, that triggers the authentication process and can be placed in the firewall
* FLOW3 (Security): Implemented the authentication (provider) manager and a very basic username/password provider with its token
* FLOW3 (MVC): Changed some tests to use mock objects (firewall and security context holder)
* FLOW3 (Validation): Fixed a bug in the alphanumeric validator

2 lines of code changed in 1 file:

  • Tests/Session: F3_FLOW3_Session_PHPTest.php (+2 -5)
andi 2008-07-14 14:45 Rev.: 1001

FLOW3 (Session): Implemented a very basic session class, that uses PHP session functionality.

173 lines of code changed in 1 file:

  • Tests/Session: F3_FLOW3_Session_PHPTest.php (new 173)
Generated by StatSVN 0.5.0