Activity
From 2008-03-31 to 2008-04-29
2008-04-29
-
13:22 Bug #486 (Resolved): Configuration from Components.php is not merged among different packages
- The situation: Package A configures some component of package B. If the configuration of package B is processed after...
2008-04-25
2008-04-24
-
10:59 Task #480 (Resolved): Unnecessary methodcall in F3_Flow_Resource_Manager?
- In the class F3_Flow_Resource_Manager, method "instantiateResource" is a call to
F3_FLOW3_Utility_FileTypes::mimeTy... -
08:45 Feature #478 (Resolved): More speed for object creation
- I attached the file F3_FLOW3_Component_ObjectBuilder.php with some changes in the methods createComponentObject and i...
2008-04-23
-
17:11 Revision 1062edc8: * FLOW3: (Cache) Cosmetic changes in the Memcached backend class.
- * phpCR: Disabled the tests of the phpCR package because they were causing trouble.
-
17:04 Revision 32811b8b: * FLOW3: (Documentation) Some new documentation - work in progress ...
-
12:53 Revision 4e7b7551: FLOW3: (MVC) Cosmetic changes for compliance with the coding guidelines.
-
10:52 Task #477 (Resolved): Globally adjust copyright notice
- Due to the new copyright / licensing situation, the copyright notice in all files need to be adjusted:
old: @copyr...
2008-04-21
-
18:09 Task #474 (Rejected): Refactor the MVC controller class names
- For consistency, the following classes should be renamed:
F3_FLOW3_MVC_Controller_ActionController -> F3_FLOW3_MVC...
2008-04-18
-
17:37 Revision 6799fe46: FLOW3 tests (memcached cache backend):
- * Change getMockCache() to avoid a fatal error about remove() from F3_FLOW3_Cache_AbstractCache having to be implemen...
2008-04-16
-
17:36 Revision cf097610: This is all work in progress, but a big part of the Validation/Property Package is already finished:
- * Implemented the basic Validation Framework. This fixes #65, #67, #68, #70
* Implemented some base validators. This ... -
12:10 Revision 72880e19: FLOW3: Updated parts of the documentation, especially the Component section (no Components.ini anymore). Renamed the manual directory from "en_EN" to "en".
-
11:01 Feature #11 (Closed): Add wildcard support for components in Components.ini
- Configuration format has switched to .php - so an optimization is not necessary anymore.
-
11:01 Feature #339 (Closed): Improve the Components.ini format
- Configuration format has switched to .php - so an optimization is not necessary anymore.
-
10:59 Feature #459 (Closed): Implement dependency injection via abstract factory methods
- Dependency injection works fine so far as long as components in a singleton scope are requested. Protoype components ...
2008-04-07
2008-04-03
-
21:57 Bug #444 (Resolved): "func_get_args()" is not allowed to be an argument
-
21:56 Bug #444 (Accepted): "func_get_args()" is not allowed to be an argument
- Fixed in SVN as of now. Thanks to Jochen Rau for finding this. And thanks to the crazy bidders at T3BOARD08. :)
-
18:07 Bug #444 (Resolved): "func_get_args()" is not allowed to be an argument
- Hi,
The method "getComponent()" in the class "F3_FLOW3_Component_Manager" has the following call:
$this->getOve... -
21:55 Revision 27d6cbcd: Fixed bug #444. Thanks to the auction winner!
-
13:06 Revision 5f4d3b01: * FLOW3: (AOP) Quick fix for the PoincutFilter wakeup problem.
-
12:57 Revision 31c2d75e: * The fallback index_dev.php was pointing to the production public/index.php - fixed that.
- * Added some meaningful default configuration to the global Configuration directory. Enabled the caches in production...
-
11:35 Revision efb651a4: fixed failing validator tests
-
10:41 Feature #442 (Resolved): Cache Backend for Memcached
-
09:44 Feature #442 (Resolved): Cache Backend for Memcached
- It would be nice™ if we had a cache backend for Memcached (see http://www.danga.com/memcached/)
-
10:39 Revision fc6419fd: Renamed the F3_FLOW3_Resource_AssetTools to F3_FLOW3_Resource_Publisher.
-
10:28 Revision f244df7b: Added Memcached cache backend, did a bit of refactoring on the AbstractBackend and the File-based backend
- solved #442
2008-04-02
-
22:12 Revision 8b764bf9: Further work on the Resource subpackage
- * Uses F3_FLOW3_Property_DataType_URI internally instead of a simple string
* Allows the public assets mirror path to... -
21:35 Feature #441 (Resolved): Extract component configuration modifications from AOP Framework initialize method
- The initialize() method of the AOP Framework builds proxy classes and then sets the modified component configuration ...
-
21:19 Feature #14 (Resolved): Define the packageInfo.xml format
- The format proposed by David is well enough for our current needs.
-
17:17 Revision 6169f701: Removed context parameter in getConfiguration() call.
-
17:13 Revision 3e896104: * FLOW3: Added an environment check for the "mbstring" or "iconv" extension which is required for PHP versions below version 6. This is a requirement of the t3lib_cs library.
-
16:00 Revision 0762c391: fixed some CGL errors.
-
14:57 Revision 2086bc4b: Worked on the ResourceManager:
- * Implemented a first version of fetching resources from packages through the ResourceManager
* Changed the initiali... -
14:53 Revision f9da7d0c: * FLOW3: (MVC) Added support for calling FLOW3 like "http://localhost/index_dev.php/package/controller".
-
14:51 Revision 2a23883c: * FLOW3: Disabled the configuration cache in the FLOW3 default configuration because it currently produces some errors if the test runner is executed in production mode.
- * FLOW3: (Cache) Implemented checks for valid cache and entry identifiers for cache frontend and backend. Resolves #437.
-
14:44 Revision 0ca3ebf3: Removed file committed by Andi that should not be here...
-
14:07 Revision 322e8517: Added svn:keywords Id to all PHP files in the repository.
-
12:04 Feature #87 (Accepted): Add fallback for servers without mod_rewrite / .htaccess support
- Half of this is resolved by revision r654 (introduced the public/index.php and index.php).
-
12:00 Task #400 (Closed): Security Report of CeBit '08
-
12:00 Feature #424 (Resolved): Refactoring: Rename Components.ini to Components.php and transfer responsibility to configuration manager
- Resolved in r664.
-
11:37 Bug #437 (Resolved): Identifiers are used as is in the filenames used by the file cache backend
- Things like
Warning: file_put_contents(/tmp//FLOW3/143f698bcb42f2a69b18d164896d265d//Production/Cache/FLOW3_Resour...
2008-03-31
-
21:13 Revision fd7611f7: added missing classes
-
21:10 Revision 92af8063: hopefully fixed a non-working unit test
-
17:31 Revision 9f2477c7: ... forgot to commit the tests
-
17:27 Revision f2ddf1f4: First commit of the validation interfaces... more to follow up soon.
-
17:18 Revision e28d129a: * FLOW3: (Configuration) Added the merge feature to the Configuration Container.
- * FLOW3: Implemented the configuration cascade - configurations in the global /Configuration folder will now be loade...
Also available in: Atom