Directory Classes/Session/

Directory Created:
2008-06-17 16:34
Directory Deleted:
2010-08-24 10:42
Total Files:
0
Deleted Files:
12
Lines of Code:
0

[root]/Classes/Session
            Folder removed from repo Exception (0 files, 0 lines)

Lines of Code

Classes/Session/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 86 (100.0%) 1329 (100.0%) 15.4
robert 25 (29.1%) 791 (59.5%) 31.6
k-fish 53 (61.6%) 281 (21.1%) 5.3
andi 8 (9.3%) 257 (19.3%) 32.1

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

  • Classes/Session: Exception.php (del), F3_FLOW3_Session_Exception.php (del), F3_FLOW3_Session_Interface.php (del), F3_FLOW3_Session_PHP.php (del), F3_FLOW3_Session_PHPSession.php (del), F3_FLOW3_Session_SessionInterface.php (del), F3_FLOW3_Session_Transient.php (del), F3_FLOW3_Session_TransientSession.php (del), PHPSession.php (del), PhpSession.php (del), SessionInterface.php (del), TransientSession.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:

  • Classes/Session: Exception.php (-1), PhpSession.php (-1), SessionInterface.php (-1), TransientSession.php (-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.

3 lines of code changed in 1 file:

  • Classes/Session: PhpSession.php (+3 -3)
robert 2010-01-15 15:49 Rev.: 3644

[~TASK] Global: Commit of those files whose case of the filename changed. Relates to #5658

1 lines of code changed in 1 file:

  • Classes/Session: PhpSession.php (+1 -1)
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

213 lines of code changed in 3 files:

  • Classes/Session: PhpSession.php (new 198), SessionInterface.php (+5 -5), TransientSession.php (+10 -10)
k-fish 2009-10-22 18:22 Rev.: 3345

[~TASK] FLOW3: Added @api annotations on class level and adjusted CGL to explain class-level @api handling.

1 lines of code changed in 1 file:

  • Classes/Session: Exception.php (+1)
k-fish 2009-09-23 15:35 Rev.: 3216

[+BUGFIX] FLOW3 (Session): Default session save path is now as before (if configzured by the user, uniqueness should be maintained), fixes #4740.

5 lines of code changed in 1 file:

  • Classes/Session: PHPSession.php (+5 -1)
k-fish 2009-09-23 09:54 Rev.: 3211

[+FEATURE] FLOW3 (Session): Session save path for PHPSession is now configurable, resolves #1663.

17 lines of code changed in 1 file:

  • Classes/Session: PHPSession.php (+17 -1)
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.

2 lines of code changed in 2 files:

  • Classes/Session: SessionInterface.php (+1 -1), TransientSession.php (+1 -1)
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 4 files:

  • Classes/Session: Exception.php (-8), PHPSession.php (-8), SessionInterface.php (-8), TransientSession.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 3 files:

  • Classes/Session: PHPSession.php (-9), SessionInterface.php (-7), TransientSession.php (-7)
k-fish 2009-06-02 14:58 Rev.: 2535

FLOW3:
* added one more @internal annotation...

1 lines of code changed in 1 file:

  • Classes/Session: PHPSession.php (+1)
robert 2009-05-25 18:12 Rev.: 2376

FLOW3: (Session) The PHP Session implementation now uses FLOW3's temporary directory for storing the session files. Resolves #2373 (please check)

21 lines of code changed in 1 file:

  • Classes/Session: PHPSession.php (+21)
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.

22 lines of code changed in 3 files:

  • Classes/Session: PHPSession.php (+8), SessionInterface.php (+7), TransientSession.php (+7)
k-fish 2009-05-20 16:31 Rev.: 2287

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

30 lines of code changed in 3 files:

  • Classes/Session: PHPSession.php (+11), SessionInterface.php (+8 -1), TransientSession.php (+11)
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

21 lines of code changed in 4 files:

  • Classes/Session: Exception.php (new 8), PHPSession.php (new), SessionInterface.php (new 6), TransientSession.php (new 7)
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

295 lines of code changed in 2 files:

  • Classes/Session: F3_FLOW3_Session_PHPSession.php (new 154), F3_FLOW3_Session_TransientSession.php (new 141)
k-fish 2009-01-15 16:06 Rev.: 1749

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

4 lines of code changed in 4 files:

  • Classes/Session: F3_FLOW3_Session_Exception.php (+1 -1), F3_FLOW3_Session_PHP.php (+1 -1), F3_FLOW3_Session_SessionInterface.php (+1 -1), F3_FLOW3_Session_Transient.php (+1 -1)
k-fish 2009-01-07 11:37 Rev.: 1707

FLOW3:
* changed license to LGPL v3 or later

56 lines of code changed in 4 files:

  • Classes/Session: F3_FLOW3_Session_Exception.php (+14 -7), F3_FLOW3_Session_PHP.php (+14 -7), F3_FLOW3_Session_SessionInterface.php (+14 -7), F3_FLOW3_Session_Transient.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

42 lines of code changed in 4 files:

  • Classes/Session: F3_FLOW3_Session_Exception.php (+5 -5), F3_FLOW3_Session_PHP.php (+18 -18), F3_FLOW3_Session_SessionInterface.php (+7 -7), F3_FLOW3_Session_Transient.php (+12 -12)
robert 2008-11-03 19:23 Rev.: 1422

* FLOW3: (Component) Renamed the method Component::Factory->getComponent() to Component::Factory->create(). Resolves #1846
* FLOW3: (Component) Component::Factory->create() will now throw an exception on trying to create a component of scope != prototype
* FLOW3: (Component) The Component::Manager->getComponent() method can still be used as a last resort to retrieve components of any scope. However dependency injection for singletons and the component factory for prototype should always be the first choice!

Refactored all packages of the TYPO3 distribution to match the above changes.

Note: The test "F3::TYPO3CR::NodeTest::setPropertySetsValue" currently fails on my machine with the following message:

Error in setPropertySetsValue with data set #34 Detail
TYPO3CR/Classes/F3_TYPO3CR_Node.php:577
Unable to convert value of type string to Name: Namespace prefix is invalid

4 lines of code changed in 2 files:

  • Classes/Session: F3_FLOW3_Session_PHP.php (+2 -2), F3_FLOW3_Session_SessionInterface.php (+2 -2)
k-fish 2008-09-19 19:27 Rev.: 1264

Set svn:keywords property to Id on all PHP files.

0 lines of code changed in 3 files:

  • Classes/Session: F3_FLOW3_Session_Exception.php (changed), F3_FLOW3_Session_PHP.php (changed), F3_FLOW3_Session_SessionInterface.php (changed)
robert 2008-09-16 08:54 Rev.: 1223

Globally (manually) replaced all occurrences of "key_exists()" with either isset() or array_key_exists().

2 lines of code changed in 2 files:

  • Classes/Session: F3_FLOW3_Session_PHP.php (+1 -1), F3_FLOW3_Session_Transient.php (+1 -1)
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

121 lines of code changed in 4 files:

  • Classes/Session: F3_FLOW3_Session_Exception.php (+3 -2), F3_FLOW3_Session_PHP.php (+18 -17), F3_FLOW3_Session_SessionInterface.php (new 88), F3_FLOW3_Session_Transient.php (+12 -11)
k-fish 2008-08-27 16:05 Rev.: 1159

FLOW3:
* fixed a bunch of CGL violations
* some TODO comments converted into @todo annotations

2 lines of code changed in 2 files:

  • Classes/Session: F3_FLOW3_Session_Interface.php (-1), F3_FLOW3_Session_PHP.php (+2 -3)
robert 2008-08-11 20:03 Rev.: 1121

* FLOW3: (MVC) Implemented support for case insensitve URLs. The package key and controller component name can now be any case, the action name must still be studly caps (like the action method name). Resolves #1253.
* FLOW3: (Package) Added new method getCaseSensitivePackageKey() to the package manager
* FLOW3: (Session) Exceptions which occur during session_write are now converted into FLOW3 exceptions
* TYPO3: Added some helpful output to the different controller stubs and adapted the routes configuration to the recent changes in the MVC routing.

12 lines of code changed in 1 file:

  • Classes/Session: F3_FLOW3_Session_PHP.php (+12 -3)
robert 2008-08-06 19:30 Rev.: 1089

* FLOW3: (Session) Further clean up of the PHP session
* Testing: Adapted the test runner which now makes sure than no second session is started while creating the sandbox instance of FLOW3.

37 lines of code changed in 2 files:

  • Classes/Session: F3_FLOW3_Session_PHP.php (+29 -21), F3_FLOW3_Session_Transient.php (+8 -2)
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

160 lines of code changed in 3 files:

  • Classes/Session: F3_FLOW3_Session_Interface.php (+11 -12), F3_FLOW3_Session_PHP.php (+22 -23), F3_FLOW3_Session_Transient.php (new 127)
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

11 lines of code changed in 1 file:

  • Classes/Session: F3_FLOW3_Session_PHP.php (+11 -3)
andi 2008-07-14 14:45 Rev.: 1001

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

146 lines of code changed in 3 files:

  • Classes/Session: F3_FLOW3_Session_Exception.php (new 34), F3_FLOW3_Session_Interface.php (+45), F3_FLOW3_Session_PHP.php (+67)
andi 2008-06-25 23:57 Rev.: 968

* FLOW3 (Security): Added method stubs for authentication, authorization and the first part of the acl service.
* FLOW3 (Session): Added a very basic session interface.

28 lines of code changed in 2 files:

  • Classes/Session: F3_FLOW3_Session_Interface.php (+8), F3_FLOW3_Session_PHP.php (+20)
andi 2008-06-17 16:34 Rev.: 944

This is the first commit of the new security framework. BEWARE: This is all work in progress, the classes only reflect the structure and have at most empty method stubs with some documentation! More to follow up soon.

72 lines of code changed in 2 files:

  • Classes/Session: F3_FLOW3_Session_Interface.php (new 36), F3_FLOW3_Session_PHP.php (new 36)
Generated by StatSVN 0.5.0