Activity
From 2009-07-06 to 2009-08-04
2009-08-04
2009-08-03
2009-08-01
2009-07-31
-
16:10 Revision 4545a386: [~TASK] FLOW3 (Utility): getUnixStylePath() now leaves a protocol as is (e.g. file://, vfs://); made two tests use vfs instead of real filesystem.
-
15:41 Revision a3273edd: [+FEATURE] FLOW3 (Core): FLOW3 now supports a custom name and location for the "Web" directory. The path is detected automatically in Web mode and must be specified in the flow3 shell script (environment variable FLOW3_WEBPATH) to work in command line mode. Resolves #3990.
-
15:15 Revision d6570162: [+BUGFIX] FLOW3 (Security): fixed a bug in the PolicyExpressionParser.
-
13:43 Revision c6e87fa4: [+FEATURE] FLOW3 (Cache): The FileBackend now uses a shorter hash for the directory names which relaxes the situation for Windows users with a limited path length. The hash is now rendered from the Web path, SAPI type, process user name and application context. Please manually delete everything the Data/Temporary/ directory to get rid of old caches files.
- [+FEATURE] FLOW3 (Configuration): The configuration manager now sets the FLOW3 setting "core.context" to the current ...
-
11:14 Revision 65cb0d99: [~TASK] FLOW3 (Documentation): tweaked markup and tuned code listing.
2009-07-29
-
21:58 Revision 29cf4c34: * [~BUGFIX] FLOW3 (Security): Removed two deprecated call-time pass-by-reference calls.
-
21:03 Revision da33605e: * [+FEATURE] FLOW3 (Security): Extended the authorization and acl system to be able to decide on resources, not only on join points.
- * [+FEATURE] FLOW3 (Security): Implemented a very basic authentication controller.
2009-07-28
-
18:26 Revision 049ce6ef: [~TASK] FLOW3 (Cache): FileBackend now stores the result of $this->environment->getMaximumPathLength() to increase performance. Relates to #3560
-
13:54 Revision b7608893: [~TASK] FLOW3 (Documentation): adjusted IDs in the docbook sources.
-
11:28 Revision e98e4045: [+TASK] FLOW3 (Package): synchronized PackageInterface with Package implementation.
- [~TASK] FLOW3 (Utility): Replaced use of curly braces against square brackets for character-in-string access.
2009-07-27
-
22:11 Revision 8d194730: [+TASK] FLOW3 (MVC): Added the previously committed method assignMultiple() to the ViewInterface
-
21:49 Revision eeabe2de: [+FEATURE] FLOW3 (MVC): Enable bulk assignment of template variables in AbstractView. Just call $this->view->assignMultiple(array('key1' => 'value1', 'key2' => 'value2')) to set multiple keys at once. Resolves #3997
- [+BUGFIX] FLOW3 (MVC): AbstractView::assign() now returns itself as stated in the comment. This enables method chaini...
-
18:47 Revision 5310cc0c: [+FEATURE] FLOW3 (Cache): Throw exception if FileBackend tries to create a file with a path that exceeds the maximum allowed path length. Fixes #3560
- [+FEATURE] FLOW3 (Environment): Create warning log entry if temporary base path is longer than (PHP_MAXPATHLEN - 230)...
-
13:06 Revision 5bb4669a: [+TASK] FLOW3: Moved some resources away from the public resources folder.
-
12:22 Revision b98dc2e8: [+BUGFIX] FLOW3 (Monitor): Applied a patch by Bastian which fixes some file monitor tests when run on Windows. Fixes #3823.
-
11:41 Revision 33d98450: [+BUGFIX] FLOW3 (MVC): When calling a controller on an inactive package the user no longer simply get's a 404 but a helpful hint. Fixes #3699.
2009-07-24
-
17:34 Revision 043cd78b: [~BUGFIX] FLOW3 (Validation): The ValidatorResolver test case failed - but only if the Blog package was installed. This was due to some Blog model being used by a data provider which in reality should have been a sample, not existing class. Fixed that.
- [~TASK] FLOW3 (Validation): The TextValidator was too restrictive because it did not allow line breaks and other comm...
2009-07-23
-
17:55 Revision b3bfc47f: [~BUGFIX] FLOW3 (Persistence): Fixed two tests I overlooked, relates to #3837.
-
17:47 Revision 09998409: [~BUGFIX] FLOW3 (Persistence): when handing objects over to a Repository instance their type is now checked against the type managed by the Repository instance, fixes #3837.
-
17:46 Revision eff687d8: [+BUGFIX] FLOW3 (Persistence): when handing objects over to a Repository instance their type is now checked against the type managed by the Repository instance, fixes #3837.
-
16:39 Revision 1d9d97ae: [+TASK] FLOW3 (Persistence): added getObjectByIdentifier() to the BackendInterface, relates to #3336.
-
13:39 Revision dc2f6b06: [+FEAT] FLOW3 (MVC): The format of a request may now contain any character which allows to specify formats like "rss.xml" or "foo.bar.baz.html" instead of just "xml".
- [~TASK] FLOW3 (Validation): Fixed an exception message in the Validator Resolver.
[+FEAT] Fluid (View): While resolvi...
2009-07-22
-
16:56 Revision 787e55ea: * [+FEATURE] FLOW3 (Object): The object serializer is now able to (de)serialize ArrayObjects.
-
15:14 Revision 724916a2: [~BUGFIX] FLOW3 (Object): The object serializer now handles persitence objects correctly.
- [~TASK] FLOW3 (AOP): Removed the FLOW3 Security subpackage from the AOP blacklist, to be able to store roles in the c...
-
15:09 Revision e2531516: [+FEATURE] FLOW3 (Error): The Debug Exception Handler now provides tooltips for argument values which are longer than 100 characters.
-
12:34 Revision 1ef32d65: [~TASK] FLOW3 (Core): Lowered the PHP requirement just a bit so that FLOW3 works not only with PHP 5.3.0RC2 but alos 5.3.0RC2-dev.
-
12:31 Revision f0e2e83a: [~CONFIGURATION] FLOW3: Now the Production Exception Handler is used (again) in Production context, like it's supposed to.
-
10:54 Revision ffb6ad8f: [-TASK] FLOW3: Removed (some more) file level docblocks.
- [-TASK] Testing: Removed (some more) file level docblocks.
2009-07-21
-
13:34 Revision b3d75be8: * [~TASK] FLOW3 (Security): Removed a debug statement.
- * [~BUGFIX] FLOW3 (Object): The session registry now explicitly checks, if the session data is an array.
-
13:04 Revision da293c0f: * [~TASK] FLOW3 (Security): The security framework now uses the new session scope for its session data.
- * [~TASK] FLOW3 (Security): Fixed some doc comments.
-
12:40 Revision d13b26db: * [~TASK] FLOW3 (Object): Refactored the session registry. Extracted the object (de)serialization into a generic object serializer class.
2009-07-20
-
17:52 Revision f446ab3a: [+FEATURE] FLOW3 (Reflection): Class schemata now contain information about requested element types for collection-like properties, use @var type<elementType> annotations. Relates to #3933.
-
13:36 Revision 4eff2943: [~TASK] FLOW3: moved class schema handling from Persistence to Reflection, resolves #3934.
2009-07-17
-
16:53 Revision 24601b3d: [+BUGFIX] Fluid (ViewHelper): SeelctViewHelper now handles collections of objects passed as options as expected virtually always, fixes #3676
- [~TASK] FLOW3: renamed getUUIDByObject() to getIdentifierByObject() and getObjectByUUID() to getObjectByIdentifier(),...
-
10:40 Revision 981e67f1: [~TASK] FLOW3 (Persistence): removed some @api annotations that should have never been there
2009-07-16
-
16:02 Revision 95ff67f7: [+TASK] FLOW3: Removed file level docblocks and @package/@subpackage annotations.
- [+TASK] Fluid: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Kickstart: Removed file lev...
2009-07-15
-
17:27 Revision ae393d74: [+BUGFIX] FLOW3 (Core): The bootstrap didn't work correctly with symlinked Packages/Framework/ directories, fixed that.
-
16:50 Revision b0a4f38d: [~TASK] FLOW3 (Scripts): Accidently raised the PHP requirement from 5.3.0RC2 to 5.3.0RC3 - reverted that.
-
16:32 Revision b4e8faba: [!!!][~TASK] FLOW3: Renamed the directory "Public" to "Web" and the constant FLOW3_PATH_PUBLIC to FLOW3_PATH_WEB accordingly.
- [!!!][~TASK] FLOW3: Renamed the folder for packages which are included in the FLOW3 distribution from "Distribution" ...
-
14:54 Revision 30fc8743: [+TASK] FLOW3 (Package): adjusted package manager to use new folder structure (Application instead of Local)
-
14:09 Revision 452bd856: [TASK] FLOW3: fixed some @internal vs @api remnants, relates to #3883
-
13:28 Revision b22b5d93: [TASK] FLOW3: moved from @internal to @api, resolves #3883
-
13:17 Revision 0a12014c: [+BUGFIX][~TASK] FLOW3: Moved the setfilepermissions.sh script to a new location within the FLOW3 package. Also changed the strategy for setting file permissions according to the new tutorial.
2009-07-13
-
18:48 Revision f0f52d19: [+BUGFIX] TYPO3CR (FLOW3 Persistence): Even dependencies which are not properly tagged with @transient annotations are now reinjected. Previously the DataMapper would set those properties to NULL. Resolves #3889
- [~TASK] FLOW3 (Object): Optimized the autowireProperties() method a bit, using more efficient reflection methods.
2009-07-10
-
11:51 Revision f06cacc4: [TASK] FLOW3 (Configuration): changed line delimters to unix style in Objects.yaml. Andi.....!
-
10:01 Revision 2c50989b: [~TASK] FLOW3: Moved the session registry ojbect configuration to the correct place in the Objects.yaml
-
09:48 Revision 49f9ab42: [~TASK] FLOW3 (Core): Removed the manual inject* calls for the Session Registry and instead created some configuration in the Objects.yaml.
- [~TASK] FLOW3: Globally replaced occurrences of RuntimeException with more meaningful exceptions.
-
08:58 Revision 9d8af3ee: [+BUGFIX] FLOW3 (Core): The session and session object registry are now initialized correctly in the bootstrap.
- [+FEATURE] FLOW3 (Object): Integrated the new session scope feature into the object manager.
[+BUGFIX] FLOW3 (Object)...
2009-07-09
-
19:19 Revision 45b3efc2: [+FEATURE] FLOW3 (Object): The SessionRegistry now retrieves persited objects from the persistence framework.
-
16:13 Revision 0642efd0: [TASK] FLOW3 (Tests): replaced try/catch by @expectedException in two Package\ManagerTest tests
-
13:41 Revision a7413542: [+API] FLOW3 (Object): Added a new method getObjectNameByClassName() to retrieve the object name by a given class name.
- [~TASK] FLOW3 (Reflection): setValue() in a property reflection is now able to set private properties.
[+TASK] FLOW3 ... -
12:46 Revision bddc137a: [TASK] FLOW3 (Tests): adjusted some tests to work with changed behaviour of PHPUnit, relates to #3854
2009-07-08
-
14:19 Revision 6b063274: [-API] FLOW3 (Package): Removed the getPackagePAth() and getPackageClassesPath() from the Package Manager because they were redundant. Please use $package->getPackagePath() and $package->getClassesPath() respectively.
- [~API] FLOW3 (Package): In the class Package renamed getPackageMetaDataPath() and getPackageDocumentationPath() to ge...
2009-07-07
Also available in: Atom