Globally adjusted all code for the above change.
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
TypoScript: Updated documentation to reflect the namespace changes from last week.
!!! Major change, will break existing code.
Part 3 - Packages
FLOW3: removed unused option for specifying the persistence backend PHP6: completely removed the check for the PHP version, we fulfill it anyway Install, TypoScript: replaced dirname(FILE) with DIR
!!! 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.
With this the old SVN is no longer needed. Rendering of a complete "Definitive Guide" will be rising from the ashes in a new form.
Made the TypoScript package run a little greener in FLOW3CGL.
Pending commit, fixes #477.
Moving packages up
Added the ExtJSWidgetViews package to the TYPO3 v5 distribution.
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
Subversion reorganisation, part 1: * Added trunk, branches, tags directories for all packages * Added new directories for structuring the repository content * Added some README files explaining the structure
1 2 Next » (1-25/48) | Per page: 25, 50, 100, 200