« Previous | Next » 

Revision 601

robert, 2008-02-27 13:55

  • 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 manager's default context is now "Development". Relates to #23.
  • Testing: The Base Testcase now sets the cloned component manager's context to "Testing".

Related issues

  • Feature #23: Implement "context" support
  • Major Feature #368: Caching Manager with support for different kinds of caches and stores.
  • Bug #370: T3_FLOW3_Reflection_Class->getProperty() does not return FLOW3s property reflection

Files

added 
modified 
deleted 

View differences

/FLOW3/Packages/FLOW3/trunk/Classes/Cache/Backend/T3_FLOW3_Cache_Backend_File.php
View differences
/FLOW3/Packages/FLOW3/trunk/Classes/Cache/T3_FLOW3_Cache_AbstractBackend.php
View differences
/FLOW3/Packages/FLOW3/trunk/Classes/Cache/T3_FLOW3_Cache_AbstractCache.php
View differences
/FLOW3/Packages/FLOW3/trunk/Classes/Cache/T3_FLOW3_Cache_ClassCache.php
View differences
/FLOW3/Packages/FLOW3/trunk/Classes/Component/T3_FLOW3_Component_Manager.php
View differences
/FLOW3/Packages/FLOW3/trunk/Classes/Reflection/T3_FLOW3_Reflection_Class.php
View differences
/FLOW3/Packages/FLOW3/trunk/Classes/T3_FLOW3.php
View differences
/FLOW3/Packages/FLOW3/trunk/Tests/Cache/T3_FLOW3_Cache_Backend_FileTest.php
View differences
/FLOW3/Packages/FLOW3/trunk/Tests/Cache/T3_FLOW3_Cache_ClassCacheTest.php
View differences
/FLOW3/Packages/FLOW3/trunk/Tests/Cache/T3_FLOW3_Cache_ManagerTest.php
View differences
/FLOW3/Packages/FLOW3/trunk/Tests/Component/T3_FLOW3_Component_ManagerTest.php
View differences
/FLOW3/Packages/FLOW3/trunk/Tests/Reflection/T3_FLOW3_Reflection_ClassTest.php
/FLOW3/Packages/FLOW3/trunk/Tests/Reflection/T3_FLOW3_Reflection_PropertyTest.php
View differences
/FLOW3/Packages/FLOW3/trunk/Tests/T3_FLOW3Test.php
View differences
/FLOW3/Packages/Testing/trunk/Classes/T3_Testing_BaseTestCase.php
View differences