Activity
From 2008-06-22 to 2008-07-21
2008-07-21
-
21:41 Revision 4e293158: * FLOW3 (MVC): removed obsolete F3_FLOW3_MVC_Web_RouterInterface, F3_FLOW3_MVC_Web_Router. Routing-related components are moved to MVC/Web/Routing folder.
-
20:49 Revision 7c676db4: * FLOW3: (MVC) First implementation of the new routing mechanism. Routes can be set up in the FLOW3 configuration. See configuration/Routes.php for an example. By default the former URLs (package/controller/action) should still work. Don't forget to clear the cache in order to use the routing functionality.
- * FLOW3: (Configuration) Added magic method to F3_FLOW3_Configuration_Container to allow setting of configuration opt...
-
18:12 Revision 5a0988f9: FLOW3: Test for the bug fixed in r1038.
-
17:51 Revision ea3d7638: FLOW3: Fixed a small bug in the Persistence Manager where value objects would not be recognized if entities were defined somewhere.
-
13:08 Revision 31b1918b: * FLOW3: (MVC) The Dispatcher now injects the package's settings before calling the processRequest() method of a controller. That means you can always access the settings from within your controller with $this->settings.
2008-07-20
-
22:47 Bug #1092 (Resolved): MVC - Arguments Validation on Arrays / MVC Validation
- Currently no filter to validate an Array (e.g. a serialized form with a certain namespace)
in the current concept ...
2008-07-18
-
18:41 Bug #1064 (Resolved): Non-existing configuration options should throw an exception
- Applied in changeset r1034.
-
14:49 Revision 852f6d94: * FLOW3: (Configuration) Added a more meaningful exception for the case of trying to access a non-existing configuration option. Addresses #1064.
-
14:35 Revision a43654ac: * FLOW3: (Configuration) Configuration containers are now locked by the configuration manager when they are retrieved. Fixes #1064.
- * FLOW3: Little speed optimization (reflection) in the bootstrap.
-
13:59 Feature #341 (Closed): Define a router interface and Implement a rewrite router
- This is now been taken care of by Bastians Routing implementation
2008-07-17
-
17:47 Bug #1081 (Resolved): Fatal Error on Windowsd due to not support functions (POSIX)
- Applied in changeset r1030.
-
16:52 Bug #1081 (Resolved): Fatal Error on Windowsd due to not support functions (POSIX)
- Following error occurs in the current trunk (r1024):...
-
17:45 Revision 288eaf0b: * FLOW3: (Cache) Added Check for POSIX extension which is not available on the Windows platform. Fixes #1081
- * FLOW3: (Cache) Fixed introduced bug from last commit: Fatal error: Call to a member function flush() on a non-objec...
-
17:31 Revision 9303e512: * FLOW3: Made FLOW3 using the new Cache Factory.
-
16:57 Revision a701485f: * FLOW3: (Cache) Implemented a cache factory. You should from now on only use the cache factory for creating new instances of the cache frontend and backend. If you don't, it won't be able to flush your cache through the central mechanisms.
-
13:31 Revision 32d03f3b: FLOW3: Removed the SecurityPolicy file from the configuration directory. Sorry this file has been committed unintentionally.
-
13:23 Revision 0e56d250: * FLOW3: (Utility) Now hopefully fixed the concurrency issue of multiple FLOW3 installations using the same caching directory. The hash for the directory name was not unique enough under certain circumstances.
-
13:08 Revision f5924d43: * FLOW3: (Utility) Changed the way the temporary directory is created and made it configurable. By default FLOW3 tries to use a temp directory as defined in the system's environment (defined in TMPDIR, TEMP or the like). If that doesn't work you can still set a temp dir explicitly with the option $c->utility->environment->temporaryDirectoryBase.
- * FLOW3: (Resource) The Resource Publisher testcase was leaving some empty directories behind in the temporary direct...
2008-07-16
-
18:42 Revision 07dca8cf: * FLOW3: (Utility) Hopefully a fix for the tempdir problem.
-
18:02 Revision 0573c88a: * FLOW3: (Cache) Changed the way temporary directory names are created. Now the process username is taken into consideration which should solve possible access problems when running FLOW3 through CLI / Web with different users (and probably concurrently).
- * FLOW3: (Utility) The Environment->getPathToTemporaryDirectory() now returns a path which already contains the "FLOW...
-
17:20 Bug #507 (Closed): DebugExceptionHandler prints arguments at wrong place
- In r1019 the length of output arguments was increased and the bug described originally seems to be bogus / gone.
-
17:09 Revision ea171b7d: * FLOW3: (Error) Improved the DebugExceptionHandler a little - now even longer arguments are displayed fully in the backtrace.
-
14:59 Revision 15dd7c43: * FLOW3: Changed the way the system's temporary directory is detected (now uses a PHP built-in function).
-
14:26 Revision d480ebd8: * FLOW3: Resources are now published in a dedicated directory for web and CLI requests respectively. That helps avoiding read / write access problems if resources were mirrored by the respective other request / user context.
2008-07-15
-
21:51 Bug #1064 (Resolved): Non-existing configuration options should throw an exception
- When accessing an option in a configuration container that has not been set (i.e. does not exist) an exception should...
-
21:48 Task #672 (On Hold): Finish documentation about configuration in FLOW3
- Started with r1011. Needs to be refined later.
-
18:10 Revision 9848f600: FLOW3:
- * when setting additional include_path segments in Packages.php those are now prepended instead of appended to the ex...
-
17:54 Revision 58e5e0b2: FLOW3:
- * Started documentation of the configuration manager.
-
17:46 Feature #889 (Resolved): Add a callback pointcut filter
- Applied in changeset r1010.
-
16:25 Feature #889 (Accepted): Add a callback pointcut filter
-
17:45 Revision a366ff6e: * FLOW3: (AOP) Added a new pointcut designator: filter() allows for creating custom pointcut filters (see FLOW3 manual). Resolves #889
-
17:07 Revision dfb18a4f: FLOW3:
- * Package configuration and settings now need to specify their package and are returned only for the package key give...
2008-07-14
-
17:55 Revision 72cc123e: FLOW3: Persistence can now be enabled and disabled (default).
-
16:16 Revision 843e1238: FLOW3 (Persistence): Fixed a bug in the persistence manager. Now it also works if no repository classes are available. Added a test for this.
-
15:45 Revision 3755c3a4: FLOW3 (Session): Implemented a very basic session class, that uses PHP session functionality.
2008-07-08
-
12:12 Revision 8beaf918: * FLOW3: (AOP) Prefixed names of all internal proxy class methods with "AOPProxy" in order to prevent namespace conflicts with existing methods of the target class.
- * FLOW3: (Persistence) Extended the interface for a persistence backend
* FLOW3: (Persistence) Initial implementation...
2008-07-01
-
15:29 Major Feature #216 (Resolved): AOP proxy classes are cached in production mode
-
13:33 Revision 2585b59e: FLOW3:
- * Replaced two wrong (outdated) exception names with the right ones
* Fixed use of no longer existing method
2008-06-30
-
08:53 Bug #918 (Resolved): F3_FLOW3_Cache_Backend_FileTest shows 2 errors on WAMP installation
- Hi,
I checked out the distribution from SVN as shown in the podcast. The default view is showing fine. When runnin... -
08:50 Bug #917 (Closed): F3_FLOW3_Package_ManagerTest shows 2 errors on WAMP installation
- Hi,
I checked out the distribution from SVN as shown in the podcast. The default view is showing fine. When runnin...
2008-06-28
-
22:37 Revision d7bc9037: * FLOW3 (Security): Added the classes and method stubs for the rest of the ACL subpackage
- * FLOW3 (Security): Some smaller changes in the rest of the security subpackage
2008-06-27
-
19:59 Revision d8f3e7e8: FLOW3: (MVC) Fixed two bugs in the CLI request builder _tests_ which only occurred while testing from the command line.
-
19:36 Revision d2cea47e: * FLOW3: (Persistence) Started implementing the Persistence Session (Unit of Work)
- * FLOW3: (Persistence) Refactored the class schemata builder
-
14:34 Feature #890 (New): Add priority for advice chains
- The order of running the advices in an advice chain, should be configurable over a priority. E.g. security advices ha...
-
14:32 Feature #889 (Resolved): Add a callback pointcut filter
- There should be a pointcut filter, that calls a user function if it should match on a specific pointcut.
2008-06-26
-
18:21 Revision e6fd906c: * FLOW3: (Persistence) Speed up of the persistence manager / class schema builder: It now uses the new reflection service instead of ReflectionClass
- * FLOW3: (Reflection) Added two new methods to the Reflection Service
-
17:16 Revision 80082c14: FLOW3: Added a new method to Utility_Arrays to check if an array contains multiple types
-
17:02 Revision c6cf7fa4: FLOW3: Optimized and improved the structure of the FLOW3 bootstrap.
-
15:49 Revision 6a94aab0: Test commit, please ignore.
-
15:48 Revision e09ba9cf: Deleted the revision file again.
-
15:43 Revision 8c1e02ac: Moved the revision file.
-
15:39 Revision 93fffc33: FLOW3: Added the Revision file.
-
12:17 Revision cc4790b0: * FLOW3: (MVC) Added support of __toString() for the controller argument object
- * FLOW3: (Utility) Cleaned up a bit the arrays utility
* FLOW3: (Validation) Fixed a fatal error in the arguments val... -
11:38 Bug #880 (Resolved): F3_FLOW3_MVC_Controller_ArgumentsValidator is untested
- There is no testcase yet for F3_FLOW3_MVC_Controller_ArgumentsValidator and isValidProperty() doesn't work really in ...
-
11:19 Bug #879 (Closed): setValidator et al. are misleading method names
- Method names such "setValidator" imply that the expected argument actually is a validator object. However in F3_FLOW3...
-
00:57 Revision e5e949b1: * FLOW3 (Security): Added method stubs for authentication, authorization and the first part of the acl service.
- * FLOW3 (Session): Added a very basic session interface.
2008-06-25
-
00:57 Feature #19: Add a feature for replacing "new" with "getComponent" in php source files
- Notice:
The ComponentManager does not know the classes provided by PHP.
e.g. ArrayObject() -
00:11 Bug #857 (Resolved): Date is not save correctly in logfile
- On line 75 of http://forge.typo3.org/repositories/entry/package-log/trunk/Classes/F3_Log_SimpleFileLogger.php
The ...
Also available in: Atom