Activity
From 2009-05-08 to 2009-06-06
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: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-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-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 -
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: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
2009-05-25
-
17:20 Bug #3290 (Resolved): add ViewHelperContext
-
17:18 Bug #3287 (Resolved): add @internal annotations
- done for fluid core
-
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.
2009-05-22
-
16:08 Bug #1929 (Resolved): HTMLSPECIALCHAR OUTPUT
- resolved
-
14:35 Feature #3289 (Resolved): view context
- resolved
-
13:11 Bug #3412 (Accepted): ViewHelperNode.php -> convertArgumentValue() -- wrong handling of integers and booleans
-
09:17 Bug #3412: ViewHelperNode.php -> convertArgumentValue() -- wrong handling of integers and booleans
- Snippet to reproduce:
<f:if condition={params.next}>
next
</f:if>
with
params->next = TRUE; -
08:51 Bug #3412 (Resolved): ViewHelperNode.php -> convertArgumentValue() -- wrong handling of integers and booleans
- If you enter in some fluid if condition a parameter that is a true boolean like TRUE it gets converted to FALSE by th...
-
08:55 Bug #3298: "if" expression language
- great would be something like <f:if condition="{params.myVar}" isGreaterThan="15"> (and of course additionally to isG...
-
08:53 Feature #3413 (Resolved): Handing the settings over to the view
- Hand over $this->settings to the view so it is accessible by {settings} in the template.
2009-05-20
-
15:09 Task #3394 (Resolved): Adjust PHPDoc Comment of ImageViewHelper
- At a first glance it's not logical that the width and height are expected to be strings whereas maxWidth etc. are exp...
2009-05-19
-
19:01 Feature #2815 (Resolved): Support for objects as values in hidden fields
- Applied in changeset r2264.
-
18:01 Feature #3385 (Resolved): Add method to check for template availability
- Applied in changeset r2259.
-
16:42 Feature #3385 (Resolved): Add method to check for template availability
- It must be possible to ask Fluid\TemplateView if it could resolve a template file for the current controller context.
2009-05-18
-
23:01 Bug #3359 (Resolved): Restructure Class structure in Fluid Core
- fixed :
-
09:49 Bug #3359: Restructure Class structure in Fluid Core
- So you would have:...
-
09:29 Bug #3359 (Resolved): Restructure Class structure in Fluid Core
- I propose to change the Fluid Core classes like that:
Core/
ViewHelper/
Facets/
AbstractViewHelper
TagB... -
20:02 Bug #3339 (Resolved): TagBuilder->setContent should not escape HTML
- Applied in changeset r2246.
-
09:39 Bug #3339: TagBuilder->setContent should not escape HTML
- Sebastian Kurfuerst wrote:
> currently working on this
It's already resolved in tx_fluid. I'm about to "forward p... -
09:18 Bug #3339 (Accepted): TagBuilder->setContent should not escape HTML
- currently working on this
2009-05-16
-
12:18 Bug #3339 (Resolved): TagBuilder->setContent should not escape HTML
- TagBuilder->setContent should not escape HTML
-
11:37 Bug #3295 (Resolved): implement shorthand syntax
- :-) :-) :-)
Thanks for the great discussions at the coding night
2009-05-15
-
23:30 Feature #3289: view context
- Now called ControllerContext, already implemented in FLOW3 by Christopher
-
23:29 Bug #3071 (Resolved): Allow objects implementing Iterator interface in each attribute of for view helper
- Please reopen this issue in case it does not work :-)
Greets,
Sebastian -
22:24 Bug #3295: implement shorthand syntax
- Reason why we do shorthand syntax to call viewhelpers: <a href="{f:uri(action='...')}" class=""> </a>
This will be... -
16:33 Feature #3317 (Resolved): AbstractFormViewHelper must be adjusted to be able to namespace arguments
- see http://forge.typo3.org/issues/show/3316
-
11:24 Task #3311 (Closed): Refactor Unit tests
- One unit test should only depend on *one* concrete class. All dependencies must be mocked or put in fixtures to avoid...
2009-05-14
-
13:04 Bug #3298 (Resolved): "if" expression language
- "if" expression language - we need some expression language for IF
-
12:47 Feature #3297 (Closed): flash message
- implement flash message
-
12:46 Bug #3296 (Resolved): override templatePath
- override templatePath with TypoScript
-
12:40 Bug #3295 (Resolved): implement shorthand syntax
- example: {f:date()} - the () are mandatory
-
12:38 Bug #3294 (Resolved): Introduce reflection cache
- Introduce reflection cache
-
12:37 Feature #3293 (Resolved): support for legacy TypoScript (with . at end)
- I HATE IT!!! I just entered 20 lines, but now I will just solve the bug...
-
12:28 Bug #3292 (Resolved): viewhelper backend support
- we need support for using viewhelpers in BE
-
12:27 Feature #3291 (Needs Feedback): Cacheable viewhelpers
- we need a concept for cacheable viewhelpers
-
12:27 Bug #3290 (Resolved): add ViewHelperContext
- add ViewHelperContext
- getView
- getRequest
- addVariables, ... -
12:27 Feature #3289 (Resolved): view context
- we need a view context to pass information from controller to view
TODO: Naming! -
12:25 Bug #3288 (Resolved): ViewHelper fine tuning
- - add correct documentation
- rename and move LinkViewHelpers
link.*
uri.*
link -> link.action
uri -> ur... -
12:22 Bug #3287 (Resolved): add @internal annotations
- add @internal annotations
-
12:17 Bug #2983 (Resolved): Create a LinkViewHelper for TYPO3 v4 Fluid
-
12:11 Feature #2669: PDF version of the documentation
- awesome :-) Thanks a bunch!
-
12:09 Major Feature #2228 (Rejected): Default namespaces
- We have thought about this as well, as we could use an HTML template and automatically turn the HTML form elements in...
-
12:03 Bug #1928: Fail silently in production mode
- not for now
-
12:00 Task #1795 (Resolved): Restructure Node Architecture
- already resolved
-
11:57 Bug #1929 (Accepted): HTMLSPECIALCHAR OUTPUT
Also available in: Atom