Revision:

Revisions

# Date Author Comment
1696 2009-01-05 21:04 sebastian TypoScript:
  • Refactored getter/setter access to use the new F3\FLOW3\Reflection\ObjectAccess
1631 2008-12-15 12:58 k-fish FLOW3, TypoScript:
  • adapted the MVC-documentation to the viewObjectNamePattern and added an example of the standard resolving of the URI, fixes #2266. Thanks to Irene Höppner.
  • adjusted documentation a little more to fit the new namespaces syntax
1599 2008-12-10 15:39 k-fish !!! 5.3.0alpha3 namespaces refactoring:
  • changed namespace delimiter from :: to \
  • all class references in namespaced code prepended by \
PHPUnit:
  • adapted mock object handling to the new namespaces syntax
FLOW3:
  • PropertyReflection now uses setAccessible() instead of array cast to access protected properties
PHPCR:
  • added a missing interface already used for type hints
1481 2008-11-11 12:16 robert
  • FLOW3: (Component) Renamed "component" to "object" - everywhere. That means we now have an Object Manager instead of a Component Manager, an Object Factory etc. Resolves #2119

Globally adjusted all code for the above change.

1422 2008-11-03 19:23 robert
  • FLOW3: (Component) Renamed the method Component::Factory->getComponent() to Component::Factory->create(). Resolves #1846
  • FLOW3: (Component) Component::Factory->create() will now throw an exception on trying to create a component of scope != prototype
  • FLOW3: (Component) The Component::Manager->getComponent() method can still be used as a last resort to retrieve components of any scope. However dependency injection for singletons and the component factory for prototype should always be the first choice!

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
1365 2008-10-16 11:09 sebastian TypoScript:
  • Cleaned up EBNF
  • Extended EBNF for float arguments
  • Implemented Float arguments
1360 2008-10-14 19:50 robert
  • TYPO3: Implemented a new TypoScript processor: substring(). Done at the TYPO3 Transistion Days
  • TypoScript: Fixed a bug in the TypoScript Parser: integer arguments were not recognized / allowed and passed to the processor method
1220 2008-09-15 18:03 k-fish

TypoScript: Updated documentation to reflect the namespace changes from last week.

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

!!! 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
1087 2008-08-06 17:20 k-fish

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

1047 2008-07-22 11:46 robert

!!! 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.

879 2008-05-29 21:55 k-fish DocBook documentation consolidation and update:
  • moved TypoScript documentation from the old SVN to the TypoScript package documentation
  • moved the Coding Guidelines from the old SVN to an appendix in the FLOW3 package documentation
  • Coding Guidelines have been updated in various places
  • the "Documentor's Guide" content from the old SVN is now in the DocTools package documentation

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.

846 2008-05-17 18:13 k-fish

Made the TypoScript package run a little greener in FLOW3CGL.

831 2008-05-10 17:43 k-fish

Pending commit, fixes #477.

817 2008-05-09 11:01 root

Moving packages up

764 2008-04-25 14:43 robert

Added the ExtJSWidgetViews package to the TYPO3 v5 distribution.

663 2008-03-25 15:36 robert

Globally renamed the PackageInfo.xml files to Package.xml and updated the FLOW3 code accordingly. Resolves #409.

661 2008-03-25 15:03 robert

Big global change: Renamed the class prefix "T3_" to "F3_". Resolves #423.

539 2008-02-20 14:57 robert
  • Replaced declare(encoding = 'utf-8'); by declare(ENCODING = 'utf-8'); in all packages of the current TYPO3v5 distribution. Relates to #265.
  • FLOW3: Sorted tests into subdirectories grouped by the subpackages.
476 2008-02-07 17:25 k-fish

Subversion reorganisation, part 5: * Moved some directories again to create a structure agreed upon by the RnD committee

475 2008-02-07 14:14 robert

Renamed Framework to FLOW3.
Step 6

460 2008-02-04 17:35 k-fish

Subversion reorganisation, part 2: * Moved current code into respective trunk directories

459 2008-02-04 16:01 k-fish

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

404 2007-12-19 17:09 robert
  • TYPO3: Made the Page Controller subclass the Request Handling Controller instead of the Abstract Controller. * Log, PHP6, TypoScript, Widget: Refactored unit tests, addresses #76
403 2007-12-19 11:15 robert
  • CMS: Renamed the CMS package to "TYPO3". Fixes #80.

1 2 Next » (1-25/48) | Per page: 25, 50, 100, 200