Activity
From 2009-04-23 to 2009-05-22
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
2009-04-30
-
13:58 Bug #3065: ObjectFactory is unable to call t3lib_div::makeInstance.
- The original warning are gone, but now I get:
[Thu Apr 30 13:55:29 2009] [warn] mod_fcgid: stderr: PHP Fatal error... -
11:01 Bug #3065 (Resolved): ObjectFactory is unable to call t3lib_div::makeInstance.
- Applied in changeset r578.
-
10:33 Bug #3065: ObjectFactory is unable to call t3lib_div::makeInstance.
- Hey,
I think it should be fixed now. The problem only showed up in PHP versions between 5.2.0 and 5.2.3.
Can yo... -
10:36 Bug #3071: Allow objects implementing Iterator interface in each attribute of for view helper
- Hi,
should work already, can you confirm this?
Greets,
Sebastian
2009-04-29
-
11:34 Bug #3065: ObjectFactory is unable to call t3lib_div::makeInstance.
- I can reproduce this.
What information do you need?
I installed extbase and fluid as sysext and blog_example as loca...
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)...
Also available in: Atom