Activity
From 2009-05-23 to 2009-06-21
2009-06-21
-
12:34 Revision ebf93fa9: Fluid:
- * (FIX) Adjusted DocbookGenerator to make it more easily backportable
-
11:03 Story #3714 (Rejected): Add advanced validation of ViewHelper arguments
- We should add a feature to support the @validate annotation inside the ViewHelper render() method comment.
See the...
2009-06-19
2009-06-18
-
17:00 Feature #3702 (Resolved): Inline notation should expect object-parameters by default
- Currently the syntax...
-
13:36 Bug #3294 (Resolved): Introduce reflection cache
2009-06-15
-
23:00 Bug #3676 (Resolved): SelectViewHelper should automatically use the persistence manager to determine the UID of an object
- It'd be very nice if the SelectViewHelper would work together with the persistence manager, so lists of objects are c...
-
21:02 Feature #3592 (Resolved): Alias view helper for setting template variables
- Applied in changeset r2614.
-
20:13 Revision c2ce91e5: * [FEAT] Fluid (ViewHelpers): Added AliasViewHelper, resolves #3592
- * [TASK] Fluid (Tests): Fixed and extended ForViewHelperTest
* [TASK] Fluid (Tests): Tweaked ViewHelperBaseTestcase
*... -
15:08 Task #3394 (Resolved): Adjust PHPDoc Comment of ImageViewHelper
- Applied in changeset r818.
-
15:01 Bug #3651 (Resolved): Call to a member function getBackend() on a non-object
- Applied in changeset r818.
-
13:21 Revision 354a3d7c: [TASK] Fluid (Tests): removed obsolete test from BaseViewHelperTest that belongs to FormViewHelperTest
- [TASK] Fluid (Tests): made ViewHelperBaseTestcase an abstract class to hush v4 testrunner which expects at least one ...
-
00:58 Revision 85c1ded5: [FIX] Fluid (Core): Set controller context only if not null. This needs to be done for rendering contexts without a controller context (e.g. in a service)
2009-06-14
-
19:09 Bug #3657: <f:form.select does not allow to specify selectedValue
- Marcel R. wrote:
> After applying the patch no error is thrown anymore. However the "visa" option is not selected.
... -
01:55 Bug #3657: <f:form.select does not allow to specify selectedValue
- After applying the patch no error is thrown anymore. However the "visa" option is not selected.
-
01:36 Bug #3657: <f:form.select does not allow to specify selectedValue
- Well, could you try this patch?
I do not think it will be final, as I am not sure about the value of $selectedValu... -
00:19 Bug #3657 (Resolved): <f:form.select does not allow to specify selectedValue
- The following code from documentation does not work:...
-
09:16 Feature #3661: <f:form.checkbox and <f:form.radio missing?!
- Marcel R. wrote:
> It would be nice to have <f:form.checkbox and <f:form.radio available in a Fluid-Template.
> <in... -
00:56 Feature #3661 (Resolved): <f:form.checkbox and <f:form.radio missing?!
- It would be nice to have <f:form.checkbox and <f:form.radio available in a Fluid-Template.
<input type="radio" name=...
2009-06-12
-
20:47 Bug #3635: Fluid: SelectViewHelper always appends the select-field's name with []
- I can confirm that this is now fixed in the current trunk version.
-
20:16 Bug #3635 (Closed): Fluid: SelectViewHelper always appends the select-field's name with []
- I can't reproduce this..
I use the exact input of your example and get... -
20:37 Bug #3651 (Resolved): Call to a member function getBackend() on a non-object
- When setting an object as value in View Helpers extending Tx_Fluid_ViewHelpers_Form_AbstractFormViewHelper, a fatal e...
-
13:54 Bug #3551 (Resolved): HtmlViewHelper outputs htmlspecialchared code
- resolved.
-
13:53 Revision bac0b7f1: Fluid:
- * Fixed a few doc comments
* Removed commented-out code as it was obsolete
2009-06-09
-
21:38 Revision e60c1afd: [FIX] FLOW3: fixed method signature for memorizeCleanState() in tests
- [FIX] Fluid: fixed method signature for memorizeCleanState() in tests
[FIX] TYPO3CR: fixed method signature for memor... -
21:21 Revision 57e8179c: Fluid:
- * Renamed RenderingContext::$argumentEvaluationMode to $objectAccessorPostProcessorEnabled (this is not part of the p...
-
19:14 Bug #3635 (Closed): Fluid: SelectViewHelper always appends the select-field's name with []
- The name for a select-field will always be appended by [] whether the field is multiple or not....
2009-06-08
-
17:50 Feature #3293: support for legacy TypoScript (with . at end)
- Here we go! CLA is on the way...
-
13:41 Revision d39c91ff: [TASK] Fluid (Documentation): added IDs to the structural parts of the DocBook sources
2009-06-06
-
16:17 Feature #3595 (Closed): Convert integer types to boolean for if viewhelper
- This was fixed in r2345.
See http://forge.typo3.org/issues/show/3412 -
09:13 Feature #3595 (Closed): Convert integer types to boolean for if viewhelper
- Hello, after wndeirng why certain if conditions didn't work in my flow templates, i figures out it was because it did...
-
10:25 Feature #3293 (Accepted): support for legacy TypoScript (with . at end)
- Christian Müller takes over this job!
-
08:42 Feature #3293: support for legacy TypoScript (with . at end)
- Problem:
All TypoScript settings are made available under $this->settings inside the Controller, and as well as {set... -
09:01 Bug #3298 (Resolved): "if" expression language
- Applied in changeset r2575.
-
08:45 Revision 4d158755: * [+FEAT] Fluid (Core): Implemented a simple Expression Language which is used for boolean ViewHelper arguments. The language supports statements of the form "XX Comparator YY", where Comparator is one of ==, %, >, >=, <, <= and XX/YY are an Object Accessor, an array, a ViewHelper or a number (NO string!). This expression language can be used always inside all boolean arguments of ViewHelpers. (fixes #3298)
- * [+MISC] Fluid (Core): Added some comments to ObjectAccessorPostProcessorInterface
* [-FEAT] Fluid (ViewHelpers): Re... -
08:40 Bug #3294: Introduce reflection cache
- Problem:
Some parts of Fluid/Extbase use Reflection to determine the parameters of an action and a ViewHelper. For t...
2009-06-05
-
15:56 Feature #3592 (Resolved): Alias view helper for setting template variables
- There should be an alias view helper that can set variables in the template.
The following use cases should be sup... -
12:15 Bug #3298 (Accepted): "if" expression language
-
09:43 Bug #3551 (Accepted): HtmlViewHelper outputs htmlspecialchared code
-
09:41 Bug #3551: HtmlViewHelper outputs htmlspecialchared code
- We'll create a new variable inside a ViewHelper called "$rawInput" which disables the postprocessing of ViewHelpers i...
2009-06-04
-
09:49 Bug #3551: HtmlViewHelper outputs htmlspecialchared code
- Note: The reason for this bug is the automatic htmlspecialchar'ing of object accessors introduced with http://forge.t...
2009-06-03
-
19:51 Bug #3551 (Resolved): HtmlViewHelper outputs htmlspecialchared code
- Hi,
using the HtmlViewHelper at least in typo3 4.3 the output is always htmlspecialchared.
Adding:
@$value = h...
2009-06-02
-
16:43 Revision 7af8001b: Increased version number to next release version.
-
16:23 Revision a6a152d5: Tagged package Fluid as version 1.0.0-alpha1
-
16:22 Revision 2612374f: Fluid: Fixed version number
-
12:35 Revision 354c4b52: Added svn:keywords where missing...
-
12:32 Revision 230cfb89: Fluid:
- * fixed #3529 (identity fields rendered for new objects)
2009-06-01
-
16:35 Feature #3525 (Resolved): translateViewHelper and key="LLL:EXT:lang/locallang_core.xml:show_item.php.table"
- The translateViewHelper should be able to resolve referenced paths to external lang files given in the form key="LLL:...
2009-05-29
-
12:22 Revision ed4fd70d: Fluid:
- * Added name, rel, rev and target tag attributes to link.action and link.external
* Added (yet empty) test cases for ...
2009-05-28
-
23:50 Revision e491a802: Fluid:
- * A non-functional change: Now using the fully qualified interface name in HTMLSpecialCharsPostProcessor
-
19:37 Revision c047ecc0: Fluid:
- * Changes to some testcases to make backporting work
-
10:08 Revision b1c380f9: Fluid:
- * Fixed StandardController
2009-05-27
-
23:06 Feature #2669: PDF version of the documentation
- Great.
Please publish the conversion script or send me a copy by mail typo3_*at*_t3node.com -
16:45 Revision 5d340047: Fluid:
- * Added "exp:equals" ViewHelper which compares two variables. This ViewHelper is experimental, use at your own risk!
-
16:17 Revision 1da70839: Fluid:
- * Fixed Docbook Generator
* Fixed some doc comments
* Generated the current ViewHelperLibrary reference in DocBook -
12:40 Feature #3317 (Accepted): AbstractFormViewHelper must be adjusted to be able to namespace arguments
-
12:21 Feature #3479 (Resolved): Implement ViewHelperVariableContainer
- done
-
11:54 Feature #3479 (Resolved): Implement ViewHelperVariableContainer
- Implement ViewHelperVariableContainer
-
12:21 Bug #3480 (Resolved): SelectViewHelper creates multiple select field by default
-
11:59 Bug #3480 (Resolved): SelectViewHelper creates multiple select field by default
- This Fluid HTML...
-
12:20 Revision ae52b4f9: Fluid:
- * Fixed #3480
-
12:09 Revision 30f8867e: Fluid:
- * Implementing ViewHelperVariableContainer (resolves #3479)
* Added more test cases for ViewHelpers -
12:05 Bug #3481 (New): Use ViewHelperVariableContainer in PostParseFacet
- Currently TemplateVariableContainer is used
-
11:56 Feature #3297 (Closed): flash message
- Resolved in #2819
-
11:52 Bug #3288 (Resolved): ViewHelper fine tuning
- Thanks Bastian for doing this :-)
Greets,
Sebastian -
09:26 Revision 76591aef: Fluid:
- * Fixed a testcase
-
00:00 Revision 5a75ced7: Fluid:
- * Added ViewHelperVariableContainer (refs #3288), but not using it so far.
2009-05-26
-
18:01 Revision d29662ce: Moved licenses to the Meta folder of the packages ExtJS, FLOW3, Fluid, PHP6, PHPCR, PHPUnit, Testing, TYPO3CR, YAML; resolves #3466
-
17:21 Revision e8b39a66: Adjusted version numbers for packages FLOW3, Fluid, PHP6, PHPCR, Testing, TYPO3CR and YAML. We now use "-dev" versions as long as the package lives in SVN. During packaging the version number is replaced by the actual release version number.
2009-05-25
-
22:47 Revision 5a8029bc: Fluid:
- * !!! Renamed variableContainer to templateVariableContainer in AbstractViewHelper. THIS IS A BREAKING CHANGE. Please...
-
17:20 Bug #3290 (Resolved): add ViewHelperContext
-
17:18 Bug #3287 (Resolved): add @internal annotations
- done for fluid core
-
17:17 Revision 2d76bbfd: Fluid:
- * Added @internal annotations for core. resolves #3287
-
13:10 Revision 528f7233: FLOW3:
- * some whitespace paranoia^Wcleanup
* removed a use statement
* (re-)introduced some inject methods - in FLOW3 itself... -
12:04 Bug #3443 (Resolved): Unreachable code in TemplateView
- line 246 in F3\Fluid\View\TemplateView can never be reached as there is a return before that:...
2009-05-23
-
19:01 Bug #3412 (Resolved): ViewHelperNode.php -> convertArgumentValue() -- wrong handling of integers and booleans
- Applied in changeset r2345.
-
18:51 Revision 5874c37a: Fluid:
- * Fixed convertArgumentValue() for values of type boolean - numeric values & booleans were not converted correctly. T...
Also available in: Atom