Globally adjusted all code for the above change.
Related to http://bugs.typo3.org/view.php?id=9747
Refactored all packages of the TYPO3 distribution to match the above changes.
Note: The test "F3::TYPO3CR::NodeTest::setPropertySetsValue" currently fails on my machine with the following message:
Error in setPropertySetsValue with data set #34 Detail TYPO3CR/Classes/F3_TYPO3CR_Node.php:577 Unable to convert value of type string to Name: Namespace prefix is invalid
FLOW3: (MVC) Implemented the new naming conventions for controllers and actions as discussed in the mailing list. The convention for controller names now is F3::Foo::Controller::BarController (note the trailing "Controller"). The convention for the default action is now "index" instead of "default" (method name: "indexAction" instead of "defaultAction")
FLOW3: (MVC) Added a new option "viewComponentNamePattern" analogue to "controllerComponentNamePattern" which allows for customising the building of the view component name.
!!! Major change, will break existing code.
Part 3 - Packages
PhoneBookTutorial, Testing, TYPO3CR, Widget: Removed @required annotations; autowired setter injectors are now required by default in FLOW3, see r1145, relates to #1209.
!!! Important global change !!!
Extracted the getComponent() method from the Component Manager into its own class, the Component Factory. From now on, use the factory if you only need the getComponent() functionality and use the manager if you need the more advanced functions.
Further implementaion of the new Reflection Service and integration into the AOP proxy building process and the component manager. Note that reflection information is now cached even in development mode (you can disable it through the FLOW3.php configuration file). In practice that means that annotations and new classes (or removed classes) will only be recognized by FLOW3 if you flush the cache (currently manually by delteing the FLOW3 directories in /tmp).
Speed gain for the default view: 350%.
Changed the @type annotation to @var, fixes #670
Made the Install, GUI, PhoneBookTutorial and Widget packages run greener in FLOW3CGL.
Pending commit, fixes #477.
Moving packages up
Added the ExtJSWidgetViews package to the TYPO3 v5 distribution.
Widget: Deleted all the old stuff which doesn't fit into the currently planned concept anymore.
Added svn:keywords Id to all PHP files in the repository.
Globally renamed the PackageInfo.xml files to Package.xml and updated the FLOW3 code accordingly. Resolves #409.
Big global change: Renamed the class prefix "T3_" to "F3_". Resolves #423.
Subversion reorganisation, part 5: * Moved some directories again to create a structure agreed upon by the RnD committee
Renamed Framework to FLOW3. Step 6
Subversion reorganisation, part 2: * Moved current code into respective trunk directories
1 2 Next » (1-25/43) | Per page: 25, 50, 100, 200