Activity
From 2009-02-15 to 2009-03-16
2009-03-16
-
19:10 Revision 1bf8ba4b: * FLOW3: (MVC) Renamed $viewObjectName to $defaultViewObjectName in ActionController. If no custom view class can be found that matches $viewObjectNamePattern, $defaultViewObjectName is used. Please adjust your controllers accordingly, this is a breaking change! Resolves #2852
-
17:16 Revision 52cec08d: *FLOW3: (MVC) added missing slash in F3\FLOW3\MVC\Controller\Arguments. Resolves #2856.
2009-03-12
-
14:59 Revision d01c41e0: * FLOW3: (MVC) For now removed the ArgumentsValidator. It will surely reappear in a different form, but currently doesn't fit anymore.
- * FLOW3: (Validation) Refactored the ValidatorInterface and the ObjectValidatorInterface and adapated all of their im...
-
10:07 Revision d1a4a7b4: This is a commit of work in progress. If you're already using FLOW3 (semi-) productively, you better skip this version because the MVC framework currently lacks validation and might lead to some other unexpected behavior. OTOH the code seems to be quite stable, so nothing to really worry about. More code related to the MVC framework and especially validation will follow soon, I just had to get rid of all these changes ...
- * FLOW3: (Persistence) Made sure that the object name "...\Persistence\ManagerInterface" is used everywhere instead o...
2009-03-11
2009-03-10
-
18:24 Revision 9f34a55b: FLOW3 (Security):
- * changed the security aspects to use the new AOP setting filter format
-
18:15 Revision 0da46f3b: FLOW3 (AOP):
- * Changed the setting filter to use the '.' as separator.
* Adjusted the documentation accordingly.
2009-03-09
-
16:39 Revision b1e95f80: FLOW3:
- * removed an useless unit test forgotten when changing stuff earlier...
-
16:34 Revision 80f88d8d: FLOW3:
- * renamed Package\Meta to Package\MetaData, fixes #2511
2009-03-05
-
22:01 Revision 78740ff1: FLOW3:
- * removing use of an undefined variable that broke unit tests after the last commit
-
18:20 Revision 1de20d2f: FLOW3:
- * another slight change to URI rewriting, fixes #2765
-
16:10 Revision 492958c6: FLOW3, TYPO3CR:
- * persistence now supports properties of type \SplObjectStorage, fixes #2621
* general cleanup in persistence backend...
2009-03-03
-
15:19 Revision c1df49a2: FLOW3:
- * changed request URI handling, fixes #2557
-
14:46 Revision eaca0c09: FLOW3:
- * Package\Meta\XMLWriter now uses startDocument() instead of writeRaw()
* replaced chr(10) with PHP_EOL (where applic... -
14:09 Revision 1d6327d6: FLOW3:
- * small fix to AOP documentation
-
12:41 Revision 6277226b: * FLOW3: (MVC) Moved the logic for the NotFound mechanism from the dispatcher into the request.
- * FLOW3: (MVC) Wrote test case for the NotFoundController fallback
* FLOW3: (MVC) Improved the NotFoundView a bit
* F...
2009-03-02
-
15:33 Revision 848b6361: FLOW3:
- * fixed use of get_class_methods in reflection service and proxy class builder, fixes #2683
* made Router.findMatchRe... -
11:51 Revision fe2501ed: FLOW3:
- * removed controllerObjectNamePattern and viewObjectNamePattern from some places, refs #2444
* added caching to routi...
2009-02-25
-
18:09 Revision 4e3c22e8: FLOW3:
- * the NotFoundController now sets 404 as one would expect.
-
18:02 Revision 0a852562: FLOW3:
- * added (simple) NotFoundController, refs #1511
* some tiny cleanup -
17:11 Revision ee2b88c8: FLOW3:
- * the route() method now strips index*.php from the request URI if present, refs #2557
FLOW3, TYPO3v5 & Blog Distrib...
2009-02-23
-
23:52 Revision e4dd5484: FLOW3:
- * restructured documentation to fit new rendering scheme
* a slew of (markup) fixes to the documentation -
23:49 Revision 00a8abd6: FLOW3:
- * added copyDirectoryRecursively() to Utility\Files
2009-02-16
-
17:25 Revision 679b72c5: FLOW3: (MVC) SVN duplicated file contents of added files in previous commit.. Weird effect and hopefully fixed by this commit.
-
17:04 Revision ff26a5c3: FLOW3:
- * improved strategy pattern implementation in DynamicRoutePart to simplify creation of custom RoutePartHandlers.
* pa...
Also available in: Atom