« Previous | Next » 

Revision 1210

k-fish, 2008-09-12 17:07

!!! Major change, will break existing code.

Part 3 - Packages

FLOW3, most other packages:
  • added namespaces to the code of FLOW3 and all packages in the current TYPO3v5 distribution.
PHPUnit:
  • some changes to make PHPUnit (more) namespace-compatible.
Some notes:
  • Documentation updates will follow
  • you might need to change your class names when adapting namespaces to avoid using "Class", "Empty", "Default", ...
  • expect FLOW3CGL and/or PHPCodeSniffer to be broken (I'll have a look)
  • some parts might still be broken, especially in edge-cases where the global namespace needs to explicitly used

Files

added 
modified 
deleted 

View differences

/Packages/Blog/trunk/Classes/Controller/F3_Blog_Controller_Default.php
/Packages/Blog/trunk/Classes/Controller/F3_Blog_Controller_DefaultController.php
/Packages/Blog/trunk/Classes/Controller/F3_Blog_Controller_Setup.php
View differences
/Packages/Blog/trunk/Classes/Domain/F3_Blog_Domain_Blog.php
View differences
/Packages/Blog/trunk/Classes/Domain/F3_Blog_Domain_BlogRepository.php
View differences
/Packages/Blog/trunk/Classes/Domain/F3_Blog_Domain_Comment.php
View differences
/Packages/Blog/trunk/Classes/Domain/F3_Blog_Domain_Post.php
View differences
/Packages/Blog/trunk/Classes/Domain/F3_Blog_Domain_Tag.php
View differences
/Packages/Blog/trunk/Classes/View/F3_Blog_View_LatestPosts.php
View differences
/Packages/ExtJSWidgetViews/trunk/Classes/View/F3_ExtJSWidgetViews_View_Application.php
View differences
/Packages/ExtJSWidgetViews/trunk/Classes/View/F3_ExtJSWidgetViews_View_ComboBox.php
View differences
/Packages/ExtJSWidgetViews/trunk/Classes/View/F3_ExtJSWidgetViews_View_Window.php
View differences
/Packages/ExtJSWidgetViews/trunk/Configuration/Components.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/Exception/F3_FLOW3_AOP_Exception_InvalidConstructorSignature.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/Exception/F3_FLOW3_AOP_Exception_InvalidPointcutExpression.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/Exception/F3_FLOW3_AOP_Exception_UnknownClass.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_AbstractMethodInterceptorBuilder.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_AdviceChain.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_AdviceInterface.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_AdvicedConstructorInterceptorBuilder.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_AdvicedMethodInterceptorBuilder.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_Advisor.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_AdvisorInterface.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_AfterReturningAdvice.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_AfterThrowingAdvice.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_AroundAdvice.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_AspectContainer.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_BeforeAdvice.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_EmptyConstructorInterceptorBuilder.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_EmptyMethodInterceptorBuilder.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_Exception.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_FakeMethod.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_Framework.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_Introduction.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_JoinPoint.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_JoinPointInterface.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_Pointcut.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_PointcutClassFilter.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_PointcutClassTaggedWithFilter.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_PointcutClassTypeFilter.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_PointcutExpressionParser.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_PointcutFilter.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_PointcutFilterComposite.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_PointcutFilterInterface.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_PointcutInterface.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_PointcutMethodNameFilter.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_ProxyClassBuilder.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_ProxyInterface.php
View differences
/Packages/FLOW3/trunk/Classes/Cache/Backend/F3_FLOW3_Cache_Backend_File.php
View differences
/Packages/FLOW3/trunk/Classes/Cache/Backend/F3_FLOW3_Cache_Backend_Memcached.php
View differences
/Packages/FLOW3/trunk/Classes/Cache/Backend/F3_FLOW3_Cache_Backend_Null.php
View differences
/Packages/FLOW3/trunk/Classes/Cache/Exception/F3_FLOW3_Cache_Exception_ClassAlreadyLoaded.php
View differences
/Packages/FLOW3/trunk/Classes/Cache/Exception/F3_FLOW3_Cache_Exception_DuplicateIdentifier.php
View differences
/Packages/FLOW3/trunk/Classes/Cache/Exception/F3_FLOW3_Cache_Exception_InvalidBackend.php
View differences
/Packages/FLOW3/trunk/Classes/Cache/Exception/F3_FLOW3_Cache_Exception_InvalidCache.php
View differences
/Packages/FLOW3/trunk/Classes/Cache/Exception/F3_FLOW3_Cache_Exception_InvalidData.php
View differences
/Packages/FLOW3/trunk/Classes/Cache/Exception/F3_FLOW3_Cache_Exception_NoSuchCache.php
View differences
/Packages/FLOW3/trunk/Classes/Cache/F3_FLOW3_Cache_AbstractBackend.php
View differences
/Packages/FLOW3/trunk/Classes/Cache/F3_FLOW3_Cache_AbstractCache.php
View differences
/Packages/FLOW3/trunk/Classes/Cache/F3_FLOW3_Cache_Exception.php
View differences
/Packages/FLOW3/trunk/Classes/Cache/F3_FLOW3_Cache_Factory.php
View differences
/Packages/FLOW3/trunk/Classes/Cache/F3_FLOW3_Cache_Manager.php
View differences
/Packages/FLOW3/trunk/Classes/Cache/F3_FLOW3_Cache_VariableCache.php
View differences
/Packages/FLOW3/trunk/Classes/Component/Exception/F3_FLOW3_Component_Exception_CannotBuildObject.php
View differences
/Packages/FLOW3/trunk/Classes/Component/Exception/F3_FLOW3_Component_Exception_CannotReconstituteObject.php
View differences
/Packages/FLOW3/trunk/Classes/Component/Exception/F3_FLOW3_Component_Exception_ComponentAlreadyRegistered.php
View differences
/Packages/FLOW3/trunk/Classes/Component/Exception/F3_FLOW3_Component_Exception_InvalidClass.php
View differences
/Packages/FLOW3/trunk/Classes/Component/Exception/F3_FLOW3_Component_Exception_InvalidComponentConfiguration.php
View differences
/Packages/FLOW3/trunk/Classes/Component/Exception/F3_FLOW3_Component_Exception_InvalidComponentObject.php
View differences
/Packages/FLOW3/trunk/Classes/Component/Exception/F3_FLOW3_Component_Exception_UnknownClass.php
View differences
/Packages/FLOW3/trunk/Classes/Component/Exception/F3_FLOW3_Component_Exception_UnknownComponent.php
View differences
/Packages/FLOW3/trunk/Classes/Component/Exception/F3_FLOW3_Component_Exception_UnknownInterface.php
View differences
/Packages/FLOW3/trunk/Classes/Component/F3_FLOW3_Component_ClassFileManipulator.php
View differences
/Packages/FLOW3/trunk/Classes/Component/F3_FLOW3_Component_Configuration.php
View differences
/Packages/FLOW3/trunk/Classes/Component/F3_FLOW3_Component_ConfigurationArgument.php
View differences
/Packages/FLOW3/trunk/Classes/Component/F3_FLOW3_Component_ConfigurationBuilder.php
View differences
/Packages/FLOW3/trunk/Classes/Component/F3_FLOW3_Component_ConfigurationProperty.php
View differences
/Packages/FLOW3/trunk/Classes/Component/F3_FLOW3_Component_Exception.php
View differences
/Packages/FLOW3/trunk/Classes/Component/F3_FLOW3_Component_Factory.php
View differences
/Packages/FLOW3/trunk/Classes/Component/F3_FLOW3_Component_FactoryInterface.php
View differences
/Packages/FLOW3/trunk/Classes/Component/F3_FLOW3_Component_Manager.php
View differences
/Packages/FLOW3/trunk/Classes/Component/F3_FLOW3_Component_ManagerInterface.php
View differences
/Packages/FLOW3/trunk/Classes/Component/F3_FLOW3_Component_ObjectBuilder.php
View differences
/Packages/FLOW3/trunk/Classes/Component/F3_FLOW3_Component_ObjectCacheInterface.php
View differences
/Packages/FLOW3/trunk/Classes/Component/F3_FLOW3_Component_TransientObjectCache.php
View differences
/Packages/FLOW3/trunk/Classes/Configuration/Exception/F3_FLOW3_Configuration_Exception_ContainerIsLocked.php
View differences
/Packages/FLOW3/trunk/Classes/Configuration/Exception/F3_FLOW3_Configuration_Exception_InvalidConfigurationType.php
View differences
/Packages/FLOW3/trunk/Classes/Configuration/Exception/F3_FLOW3_Configuration_Exception_NoSuchFile.php
View differences
/Packages/FLOW3/trunk/Classes/Configuration/Exception/F3_FLOW3_Configuration_Exception_NoSuchOption.php
View differences
/Packages/FLOW3/trunk/Classes/Configuration/F3_FLOW3_Configuration_Container.php
View differences
/Packages/FLOW3/trunk/Classes/Configuration/F3_FLOW3_Configuration_Exception.php
View differences
/Packages/FLOW3/trunk/Classes/Configuration/F3_FLOW3_Configuration_Manager.php
View differences
/Packages/FLOW3/trunk/Classes/Configuration/F3_FLOW3_Configuration_SourceInterface.php
View differences
/Packages/FLOW3/trunk/Classes/Configuration/Source/F3_FLOW3_Configuration_Source_PHP.php
View differences
/Packages/FLOW3/trunk/Classes/Error/F3_FLOW3_Error_DebugExceptionHandler.php
View differences
/Packages/FLOW3/trunk/Classes/Error/F3_FLOW3_Error_Error.php
View differences
/Packages/FLOW3/trunk/Classes/Error/F3_FLOW3_Error_ErrorHandler.php
View differences
/Packages/FLOW3/trunk/Classes/Error/F3_FLOW3_Error_Exception.php
View differences
/Packages/FLOW3/trunk/Classes/Error/F3_FLOW3_Error_ExceptionHandlerInterface.php
View differences
/Packages/FLOW3/trunk/Classes/Error/F3_FLOW3_Error_ProductionExceptionHandler.php
View differences
/Packages/FLOW3/trunk/Classes/Error/F3_FLOW3_Error_Warning.php
View differences
/Packages/FLOW3/trunk/Classes/F3_FLOW3.php
View differences
/Packages/FLOW3/trunk/Classes/F3_FLOW3_Exception.php
View differences
/Packages/FLOW3/trunk/Classes/Locale/Exception/F3_FLOW3_Locale_Exception_InvalidLocaleIdentifier.php
View differences
/Packages/FLOW3/trunk/Classes/Locale/F3_FLOW3_Locale_Exception.php
View differences
/Packages/FLOW3/trunk/Classes/Locale/F3_FLOW3_Locale_Locale.php
View differences
/Packages/FLOW3/trunk/Classes/Locale/F3_FLOW3_Locale_Service.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/CLI/F3_FLOW3_MVC_CLI_Request.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/CLI/F3_FLOW3_MVC_CLI_RequestBuilder.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/CLI/F3_FLOW3_MVC_CLI_RequestHandler.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/CLI/F3_FLOW3_MVC_CLI_Response.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Controller/F3_FLOW3_MVC_Controller_AbstractController.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Controller/F3_FLOW3_MVC_Controller_ActionController.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Controller/F3_FLOW3_MVC_Controller_Argument.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Controller/F3_FLOW3_MVC_Controller_Arguments.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Controller/F3_FLOW3_MVC_Controller_ArgumentsValidator.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Controller/F3_FLOW3_MVC_Controller_Default.php
/Packages/FLOW3/trunk/Classes/MVC/Controller/F3_FLOW3_MVC_Controller_DefaultController.php
/Packages/FLOW3/trunk/Classes/MVC/Controller/F3_FLOW3_MVC_Controller_RESTController.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Controller/F3_FLOW3_MVC_Controller_RequestHandlingController.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Exception/F3_FLOW3_MVC_Exception_InfiniteLoop.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Exception/F3_FLOW3_MVC_Exception_InvalidActionName.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Exception/F3_FLOW3_MVC_Exception_InvalidArgumentName.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Exception/F3_FLOW3_MVC_Exception_InvalidArgumentType.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Exception/F3_FLOW3_MVC_Exception_InvalidArgumentValue.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Exception/F3_FLOW3_MVC_Exception_InvalidController.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Exception/F3_FLOW3_MVC_Exception_InvalidControllerName.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Exception/F3_FLOW3_MVC_Exception_InvalidFormat.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Exception/F3_FLOW3_MVC_Exception_InvalidMarker.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Exception/F3_FLOW3_MVC_Exception_InvalidPackageKey.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Exception/F3_FLOW3_MVC_Exception_InvalidPart.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Exception/F3_FLOW3_MVC_Exception_InvalidRequestMethod.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Exception/F3_FLOW3_MVC_Exception_InvalidRequestType.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Exception/F3_FLOW3_MVC_Exception_InvalidRoutePartHandler.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Exception/F3_FLOW3_MVC_Exception_InvalidTemplateResource.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Exception/F3_FLOW3_MVC_Exception_NoSuchAction.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Exception/F3_FLOW3_MVC_Exception_NoSuchArgument.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Exception/F3_FLOW3_MVC_Exception_NoSuchController.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Exception/F3_FLOW3_MVC_Exception_StopAction.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Exception/F3_FLOW3_MVC_Exception_SuccessiveDynamicRouteParts.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Exception/F3_FLOW3_MVC_Exception_UnsupportedRequestType.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/F3_FLOW3_MVC_DefaultRequestHandler.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/F3_FLOW3_MVC_Dispatcher.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/F3_FLOW3_MVC_Exception.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/F3_FLOW3_MVC_Request.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/F3_FLOW3_MVC_RequestHandlerInterface.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/F3_FLOW3_MVC_RequestHandlerResolver.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/F3_FLOW3_MVC_RequestProcessorChainManager.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/F3_FLOW3_MVC_RequestProcessorInterface.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/F3_FLOW3_MVC_Response.php
View differences

1 2 3 ... 6 Next »