Revision:

Revisions

# Date Author Comment
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.

1444 2008-11-06 21:15 k-fish FLOW3:
  • refactored cache frontend and backend API: save() is now set(), load() is now get(), findByTag() is now loadByTag()

Related to http://bugs.typo3.org/view.php?id=9747

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
1226 2008-09-16 13:53 robert

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.

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
1148 2008-08-22 13:15 k-fish

PhoneBookTutorial, Testing, TYPO3CR, Widget: Removed @required annotations; autowired setter injectors are now required by default in FLOW3, see r1145, relates to #1209.

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.

959 2008-06-20 16:32 robert

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

900 2008-06-04 11:31 robert
  • FLOW3: Added the Persistence Manager to FLOW3's initialization sequence (makes the whole thing slower ... sorry).
  • FLOW3: (AOP) Removed the AOP Aspect Interface - now it's sufficient to tag a class as @aspect, no need to implement an interface anymore
  • FLOW3: (Persistence) Further implementation of the Class Schema and the builder.
  • TestPackage: Adapted aspects to the removal of the Aspect Interface
878 2008-05-29 12:39 k-fish

Changed the @type annotation to @var, fixes #670

864 2008-05-22 17:02 robert
  • Added the "ExtJSWidgetViews" package to the FLOW3 distribution
  • Testing: Continued working on the new Testrunner controller which will use the Widget package. Work in progress ...
848 2008-05-17 20:50 k-fish

Made the Install, GUI, PhoneBookTutorial and Widget packages run 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

779 2008-04-30 17:41 robert
  • Widget: Started experimenting with a new Widget mechanism. This is all work in progress and very much unlike the real thing will look like.
  • FLOW3: (AOP) The proxy class cache is now disabled by default in Development context.
764 2008-04-25 14:43 robert

Added the ExtJSWidgetViews package to the TYPO3 v5 distribution.

761 2008-04-25 11:58 robert

Widget: Deleted all the old stuff which doesn't fit into the currently planned concept anymore.

675 2008-04-02 14:07 k-fish

Added svn:keywords Id to all PHP files in the repository.

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

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