Activity
From 2009-03-25 to 2009-04-23
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.
2009-03-27
-
22:29 Revision 778c720f: * Fluid: (Core) Objects which implement the ArrayAccess interface are now accepted as data type "array".
- * Fluid: (ViewHelpers) The if view helper now checks if an object implementing the interface Countable counts more th...
-
18:28 Revision 00645f0c: * FLOW3: (MVC) Added 'delay' and 'statusCode' as arguments for the new redirect() action. Relates to #2816
- * Fluid: Quickfix for the FormViewHelper so it at least doesn't cause fatal exceptions.
-
17:33 Revision 174aa131: Fluid: Disabled validtion of default values
-
01:05 Revision 97e8ed0c: Fluid:
- * Implemented nicer argument handling, taking default arguments into account correctly
2009-03-26
-
23:34 Revision f9213592: * Fluid: added standard tag attributes "accesskey" and "tabindex" to TagBasedViewHelper
- * Fluid: added missing call to registerUniversalTagAttributes() in TagBasedViewHelper fixture class
-
23:21 Revision e40bcdff: Fluid:
- * Fixed ugly issue with argument order
-
21:35 Bug #2983 (Accepted): Create a LinkViewHelper for TYPO3 v4 Fluid
-
18:19 Bug #2983 (Resolved): Create a LinkViewHelper for TYPO3 v4 Fluid
- Currently, Fluid for TYPO3 v4 does not have the possibility to create links to other pages in TYPO3.
This needs to b... -
18:01 Revision 6872f187: Fluid:
- * improved exception messages
-
17:43 Revision fe1b2dc9: Fluid:
- * Started working on automatic __identity field generation in form view helper.
* Commented out some test cases which... -
16:19 Revision ef274736: Fluid:
- * Fluid now supports parsing of argument documentation
-
15:24 Revision 8912aca9: Fluid:
- * Implemented automagic registration of arguments
-
12:36 Revision 1f749750: Fluid:
- * Adjustments to make transformation to TYPO3 v4 possible
2009-03-25
-
20:15 Revision f7fd8924: Fluid:
- * replaced regular expression constants with static
-
16:46 Revision 4b1425b8: * FLOW3: (Persistence) The DirtyMonitoringAspect now introduces a __clone() method which unsets the clean properties of the monitored object.
- * Fluid: Fixed the registerTag methods which lacked the new $type argument. Symptom was that tag attributes which wer...
Also available in: Atom