Activity
From 2009-03-28 to 2009-04-26
2009-04-24
-
14:28 Revision 8f637c52: FLOW3:
- * changed $viewObjectNamePattern in ActionController to expect views classes in a namespace reflecting the controller...
2009-04-23
-
17:45 Feature #1907: Default values for view helpers based on context
- > I don't really know anymore the intention of this
I still remember - it's a very neat feature. And it will be es... -
17:23 Feature #1907: Default values for view helpers based on context
- I don't really know anymore the intention of this... We need to discuss this as soon as I am back (e.g. next tuesday)...
-
00:52 Revision 9a9ee187: * Fluid: fixed FormViewHelper by setting argument defaults to the UriHelper defaults
- * Fluid: removed type hint from "each" argument in ForViewHelper to avoid Exception when passing \Countable objects t...
2009-04-22
-
17:03 Revision 40aef446: * FLOW3: Raised required PHP version to 5.3.0RC1
- * FLOW3: (Error) The \F3\FLOW3\Error\Error class now supports __toString()
* FLOW3: (MVC) Finished implementation of ... -
16:12 Revision 84a9ffbb: * Fluid: removed LinkViewHelper that should have been replaced by ActionLinkViewHelper in previous commit. replaced all occurrences of <f:link> by <f:actionLink>. Please adopt your templates accordingly!
2009-04-21
-
22:57 Revision 674dbfab: * Fluid: adding format view helper tests that were not part of previous commit for some reason..
-
22:52 Revision c6a5191e: Fluid:
- * major cleanup and refactoring of core and view helper classes & comments
* added validation for boolean arguments i...
2009-04-17
-
19:51 Bug #3122 (Resolved): ViewHelper arguments are not properly passed to render() method
- resolved. will still be backported
-
19:28 Bug #3122: ViewHelper arguments are not properly passed to render() method
- i'll take care of this
-
17:36 Bug #3122 (Resolved): ViewHelper arguments are not properly passed to render() method
- If a ViewHelper registers different arguments than it accepts in the render()-method, arguments are not properly inje...
-
19:51 Revision e43ebd66: Fluid:
- * Fixed bug 3122: ViewHelper arguments are not properly passed to render() method
-
10:26 Feature #1907: Default values for view helpers based on context
- while writing some view helpers i realized again: we need a "private" context that is available in the view helpers.
... -
10:12 Bug #1929: HTMLSPECIALCHAR OUTPUT
- IMHO this should not be done globally. In some cases you don't want to htmlspecialchar variables.
Besides, Fluid sho...
2009-04-16
-
08:39 Revision 60f12363: * Fluid: Fix in the AbstractViewHelperTest which broke the last build.
-
08:22 Revision 0bc3a9e2: * FLOW3: (MVC) Implemented the automatic validation rule registration based on @validate annotations in action methods. Note that validators are registered now but validation still does not happen (yet). Resolves #3092
- * FLOW3: (Validation) Modified the API of the ValidatorResolver
-
06:32 Revision 5cb6fc5b: Fluid:
- * validateArguments() in the AbstractViewHelper now accepts anything \Traversable as "array"
2009-04-14
-
10:22 Bug #3075: TranslateViewHelper: TypoScript override does not work
- Thanks, Jochen! It would have taken me years to figure out where that issue comes from. Sometimes fixes are so easy.
-
01:03 Bug #3075 (Resolved): TranslateViewHelper: TypoScript override does not work
2009-04-11
-
21:08 Bug #3065: ObjectFactory is unable to call t3lib_div::makeInstance.
- Hi,
it was during a presentation in the TYPO3 UG Stuttgart. A friend of mine installed extbase and fluid on his re... -
21:05 Bug #3075 (Accepted): TranslateViewHelper: TypoScript override does not work
-
15:11 Bug #3075 (Resolved): TranslateViewHelper: TypoScript override does not work
- The problem is that the configuration manager that is requested in the TranslateViewHelper has an empty array in $thi...
-
15:22 Bug #3071: Allow objects implementing Iterator interface in each attribute of for view helper
- Sebastian Kurfuerst wrote:
> so you mean the <f:for> ViewHelper, right?
Exactly. -
15:20 Bug #3071: Allow objects implementing Iterator interface in each attribute of for view helper
- Hey,
so you mean the <f:for> ViewHelper, right?
Greets,
Sebastian
2009-04-10
-
19:16 Bug #3071 (Resolved): Allow objects implementing Iterator interface in each attribute of for view helper
- I am currently plaing a bit around with porting the extension seminars to extbase and fluid. We already have our own ...
-
12:46 Bug #3068 (Resolved): Fluid: TranslateViewHelper does only work once
-
11:52 Bug #3068 (Resolved): Fluid: TranslateViewHelper does only work once
- The TranslateViewHelper does only work once. If you put more than one translate tag in your template only the first g...
-
12:38 Bug #3065: ObjectFactory is unable to call t3lib_div::makeInstance.
- Hey,
how did you do this? :-)
Greets,
Sebastian
2009-04-09
-
21:36 Bug #3065 (Resolved): ObjectFactory is unable to call t3lib_div::makeInstance.
- ObjectFactory is unable to call t3lib_div::makeInstance. See attached image.
2009-04-06
-
11:34 Revision e07be7f3: * FLOW3: (AOP) Fixed a bug in the AOP Framework which led to proxy classes being proxied again - resulting in weird side effects like the package manager not being injected into the proxy class etc. Now the target class is being checked before building a proxy.
- * FLOW3: (Fluid) Fixed a bug in the AbstractFormViewHelper: The identity hidden field were not rendered even though t...
2009-04-02
-
17:40 Revision 0dc2ce23: This commit mostly consists of speed optimizations.
- * FLOW3: (AOP) Fixed a few pointcut filters which crashed while trying to match against an automatically created cons...
-
16:29 Revision 41ecf615: Fluid:
- * Improved generation of documentation
* Generated Fluid-ViewHelper documentation
2009-04-01
-
17:46 Revision 501ba40f: Fluid:
- * Preliminary ViewHelper->DocBook conversion
* Refactores User manual a bit -
15:34 Revision 7b405eba: Fluid:
- * Speed improvements by a factor of 3-4 through optimizing regular expressions.
-
11:08 Revision e978b24c: Fluid:
- * Updated documentation
* Set default form submission method from GET to POST
2009-03-30
-
15:40 Revision 97b5b6df: * Fluid: (ViewHelpers) Implemented a mechanism which automatically renders a hidden identity field into a form if the form's object attribute is set.
- * TYPO3CR: (FLOW3) Fixed the matchUUID() constraint.
Also available in: Atom