Statistics
| Revision:

Repository (Subversion)

You can find the Subversion repository at https://svn.typo3.org/FLOW3/Packages/Widget

Name Size Revision Age Author Comment
  branches 459 245 days k-fish Subversion reorganisation, part 1: * Added tru...
  tags 459 245 days k-fish Subversion reorganisation, part 1: * Added tru...
  trunk 1226 20 days robert FLOW3: (MVC) Implemented the new naming convent...

Latest revisions

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

View revisions