Activity
From 2008-02-27 to 2008-03-27
2008-03-26
-
19:07 Revision 8fddbc06: Global change: Component configurations file format is now .php and not .ini anymore!
- * FLOW3: Refactored the component configuration parsing and moved it to a dedicated configuration builder.
* Adapted ...
2008-03-25
-
15:36 Revision ce4b015d: Globally renamed the PackageInfo.xml files to Package.xml and updated the FLOW3 code accordingly. Resolves #409.
-
15:28 Feature #424 (Resolved): Refactoring: Rename Components.ini to Components.php and transfer responsibility to configuration manager
- Currently each package may provide components configuration by means of a Components.ini file placed in the package's...
-
15:07 Revision a6d2a08e: This file has not been renamed in the previous commit. Addresses #423.
-
15:03 Revision bddcba6d: Big global change: Renamed the class prefix "T3_" to "F3_". Resolves #423.
-
14:55 Task #423 (Resolved): Rename top-level namespace prefix "T3" to "F3"
- As discussed in the mailing list, the class prefix "T3_" should be renamed to "F3_".
See http://lists.netfielders.de... -
14:50 Feature #369: Replace path constants by resource manager calls
- Some step into this direction has been taken in revisions r654 and r656.
-
13:22 Revision 2844091b: * FLOW3: Added basic support for Configuration/Packages.php configuration. Still needs proper implementation but it works for now.
- * PHPUnit / Smarty: Adapted the Configuration/Package.php to the new Packages.php format.
* PHPUnit: A few tweaks for...
2008-03-21
-
00:25 Bug #363: Order of includes (not possible to implement a interface in subfolder?)
- I hope this helps.
- you just need to unzip taht package and the index.php breaks with:
"Interface T3_InterfaceTest...
2008-03-20
-
18:22 Revision 3b52e05c: * FLOW3: (Configuration) Implemented a configuration manager along with a PHP configuration source handler. It's not used yet but will soon be used by the FLOW3 class and others.
- * FLOW3: (Error) The Exception Handler still used FLOW3_PATH_ROOT - fixed that.
-
14:45 Feature #422 (Rejected): XMLHttpRequest Request
- I think it would be useful to have an XMLHttpRequest-Object beneath the Web and CLI-Request in the MVC. This Ajax req...
-
12:11 Revision 3659e3b8: * Moved the index.php bootstrap to a new directory "Public/" and adjusted the FLOW3 class accordingly.
- * FLOW3: Removed the FLOW3_PATH_PRIVATEFILECACHE and FLOW3_PATH_PUBLICFILECACHE constants. They will be replaced by p...
-
11:27 Revision e563da55: Intermediate commit of some work on the configuration system. Doesn't change any behaviour (yet).
-
08:40 Revision e9fac61f: * FLOW3: (Component) Added a method "getRegisteredComponents()" to the component manager. Resolves #405.
-
08:07 Bug #406 (Resolved): Strange behaviour with PHP-CGI
- The context is not a bug. The point is that caching is disabled in 'Testing' context and therefore the problem doesn'...
2008-03-19
-
09:13 Bug #401: Permission problems with /tmp/FLOW3
- Okay, I forgot about the umask ... I just committed your solution but I'll have to make it configurable at a later po...
-
09:12 Revision b9fc977d: * FLOW3: (Utility) Added umask setting to createDirectoryRecursively() - resolves #401 (for now).
2008-03-18
-
20:50 Bug #401: Permission problems with /tmp/FLOW3
- Close to solved ;-)
the generated directory /tmp/FLOW3 had 755 mode and were owned by the user whoever called inde... -
13:25 Bug #401 (Resolved): Permission problems with /tmp/FLOW3
- Johannes, can you check if your problem is solved in the current version?
-
19:33 Bug #406: Strange behaviour with PHP-CGI
- Hm is it not possible to edit own comments? :-(
So could you do me a favour an delete some infos from the _server du... -
13:51 Bug #406: Strange behaviour with PHP-CGI
- Hi robert,
> what operating system you are using... -
13:09 Bug #406 (Needs Feedback): Strange behaviour with PHP-CGI
- Hi Michael,
please post
* what operating system you are using
* the PHP version
* the Apache version
* the v... -
13:42 Major Feature #410 (Resolved): A simple and robust configuration system
- A simple and robust configuration system
-
13:40 Major Feature #216 (Accepted): AOP proxy classes are cached in production mode
-
13:37 Revision 6228ad6c: * FLOW3: (Utility) Added a generic Utility Exception. Resolves #89.
-
13:32 Bug #363: Order of includes (not possible to implement a interface in subfolder?)
- Hi Daniel,
I tried to reproduce your problem but had no success so far.
Can you please create a little package wi... -
13:23 Revision 1b13a879: * FLOW3: (Cache) Included the SAPI name in the building of the temporary directory name hash. This effects in separate cache directories for each SAPI and should resolve #401.
-
12:14 Revision 7189518e: * FLOW3: Added new folders and files to the global /Configuration directory
- * FLOW3: Added new sections to the documentation (FLOW3 Bootstrap and Cache).
* FLOW3: Implemented a finer grained, i... -
10:23 Task #409 (Resolved): Rename "PackageInfo.xml" to "Package.xml"
- After the discussion on the mailing list, we agreed to rename the "PackageInfo.xml" file in the "Meta" directory to "...
2008-03-17
-
19:51 Feature #14: Define the packageInfo.xml format
- According to the discussion on the mailing list (http://lists.netfielders.de/pipermail/typo3-project-5_0-general/2008...
-
12:17 Revision 8bbec155: * FLOW3: (AOP) Implemented a getAspectContainers() method for the AOP Framework. Resolves #407.
- * FLOW3: (AOP) Implemented a getAdvicedMethodsInformation..() method for the AOP Framework. Resolves #408. Here's an ...
-
10:08 Feature #408 (Resolved): Implement getAdvicedMethodsInformation...() for the AOP Framework
- For the AOP browser / debugging we need a method which returns all advices which apply to a given method.
-
10:06 Feature #407 (Resolved): Implement getAspectContainers() for the AOP Framework
- Michael Feinbier needs an getAspectContainers() method to retrieve all defined aspects from the AOP Framework in orde...
2008-03-16
-
14:00 Bug #406 (Resolved): Strange behaviour with PHP-CGI
- If PHP runs as a CGI, FLOW3 does strange things with the context.
By default you get this Message when calling an ...
2008-03-14
-
23:04 Feature #405 (Resolved): getRegisteredComponents Method in Component Manager
- For implementing a component browser in my "AOPBrowser" it would be usefull to have access to the $registeredComponen...
2008-03-13
-
16:13 Revision 5b913c4d: Further decoupling of the Package Manager from the Component Manager: Now (for the time being) the FLOW3 class is responsible for registering the package's classes as components which takes all component-related responsibility off the package manager. This helps a lot when it comes to caching the component configuration.
- Please report any problems with this commit in the 5.0 core mailing list.
* FLOW3: Refactoring in multiple classes t... -
16:01 Revision c611d53e: Further decoupling of the Package Manager from the Component Manager: Now (for the time being) the FLOW3 class is responsible for registering the package's classes as components which takes all component-related responsibility off the package manager. This helps a lot when it comes to caching the component configuration.
- Please report any problems with this commit in the 5.0 core mailing list.
* FLOW3: Refactoring in multiple classes t...
2008-03-10
-
23:02 Bug #401: Permission problems with /tmp/FLOW3
- argh, i should read texts completely. forget my stupid stuff above.
@robert
U should really think about dedicated... -
18:27 Bug #401 (Needs Feedback): Permission problems with /tmp/FLOW3
- Hi Johannes,
one way to solve this would be to use dedicated temporary directories for CLI and for web requests, t... -
16:39 Bug #401: Permission problems with /tmp/FLOW3
- It is not a problem of FLOW3, it is a problem of your webserver setup.
FLOW3 uses the temp directory, which is set...
2008-03-09
-
17:01 Bug #401 (Resolved): Permission problems with /tmp/FLOW3
- I called the index.php from the command line everythings fine:...
2008-03-05
-
19:40 Task #400 (Closed): Security Report of CeBit '08
- Today I was on the CeBit in Hannover.
I read this article: http://t3n.yeebase.com/aktuell/news/newspost/cebit-kos...
2008-03-04
-
18:16 Bug #76 (Closed): Rename test methods, add @test annotation, extend base class
- Seems to be done.
-
18:13 Bug #363 (Needs Feedback): Order of includes (not possible to implement a interface in subfolder?)
- Hi Daniel,
thank you for your report.
Can you attach a small package (as .zip file) with the minimum amount of... -
18:06 Revision e560a2f7: AOP Proxy classes are now cached - and some other improvements with a big speed gain:
- * FLOW3: (AOP) !!! Implemented a preliminary solution for caching AOP Proxy classes. Note that you currently need to ...
-
15:21 Bug #378 (Closed): Replace Constant TYPO3_PATH_ROOT to FLOW3_PATH_ROOT in index.php
- Fixed.
-
11:45 Bug #378 (Closed): Replace Constant TYPO3_PATH_ROOT to FLOW3_PATH_ROOT in index.php
- Some how this file was forgotten...
-
12:16 Revision 553ab5ce: * FLOW3: (Utility) Fix for getPathToTemporaryDirectory() - didn't recognize all Windows flavours correctly.
-
11:18 Revision 62e91e34: * FLOW3: Some small improvements and modifications related to caching.
- * Globally replaced the TYPO3_PATH* constants by FLOW3_PATH*
2008-03-02
-
21:27 Feature #91: Check how eAccelerator can be supported
- I activated eAccelerator on a test vhost on my linux system. While calling flow3 i got this error:...
-
20:07 Revision ef86def0: * FLOW3: (Cache) Removed the class cache frontend because storing class code like that is not possible.
- * FLOW3: (Cache) Implemented a generic variable cache.
* FLOW3: (AOP) The Proxy Class Builder now uses the new variab...
2008-02-29
-
16:42 Revision 888f5049: Some speed optimizations based on profiling results. (Addresses #374)
- Total speed up: 457 % faster
* FLOW3: (Component) Replaced the magic __call() function by real getters in the Compon... -
12:05 Major Feature #374 (Closed): Speed
- Speed
2008-02-28
-
16:22 Revision f59cdeac: The results of some more work on the caching features for FLOW3:
- * FLOW3: (Cache) Implemented has() and remove() for the File backend. Addresses #368.
* FLOW3: (AOP) The proxy classe...
2008-02-27
-
13:55 Revision 7da2ee0b: * FLOW3: (Reflection) Added getProperty() to T3_FLOW3_Reflection_Class. Fixes #370.
- * FLOW3: (Cache) Implemented load() support for the File backend. Addresses #368.
* FLOW3: (Component) The component ... -
11:21 Bug #370 (Resolved): T3_FLOW3_Reflection_Class->getProperty() does not return FLOW3s property reflection
- $class = new T3_FLOW3_Reflection_Class(__CLASS__);
var_dump($class->getProperty('someProperty');
output: Reflecti...
Also available in: Atom