Skip to content
  • Jochen Rau's avatar
    Extbase: · 83fb0fee
    Jochen Rau authored
    * Fixed Bug #3221: When EXT:fluid is not loaded or unavailable, the ActionController looks for a non-existing view.
    * Fixed Bug #3224: Call to undefined method Tx_Extbase_Reflection_ParameterReflection::getPosition().
    * Fixed Bug #3215: Tx_Extbase_MVC_Controller_AbstractController::forward() does not work.
    * Renamed DefaultController to StandardController
    * Renamed ExtensionName to ControllerExtensionName in the Request class
    * Tx_Extbase_MVC_Controller_AbstractController: URIHelper, ValidationResolver are now "injected"
    * Tx_Extbase_MVC_Controller_AbstractController: added canProcessRequest()
    * Tx_Extbase_MVC_Controller_ActionController: ReflectionService is now "injected"
    * (Re-)backported the Validation framework according to the latest changes in FLOW3
    * Backported parts of the Property Mapper
    * Added several Unit Tests
    * Added buildAccessibleProxy() method to the Base testcase
    * First step to backport the Query object (only QueryRawSQL and QueryByExample)
    83fb0fee