Activity
From 2009-10-08 to 2009-11-06
2009-11-06
-
16:37 Bug #5256: htmlspecialchars() applied inconsistently and of little use
- As a reminder:
# Object accessor nodes (e.g. @{customer.name}@)should be processed by the @ObjectAccessorPostProcesso... -
15:25 Bug #5256 (Resolved): htmlspecialchars() applied inconsistently and of little use
- Observations:
* When a value assigned to Fluid is put into a template, it remains untouched (i.e. angle brackets sta... -
15:25 Feature #5257 (Resolved): Allow generic post-processing of template content
- Currently relative URLs to resources must be created using the resource viewhelper. It would be a lot nicer if that w...
-
15:03 Bug #4972: f:format.date does not respect locale.
- Karsten Dambekalns wrote:
> And why the heck is there no locale-aware date formatting on DateTime? Grr.
Probably ...
2009-11-05
-
23:17 Bug #5237 (Resolved): fix v4's resource ViewHelper
- resolved in r1608.
-
11:32 Bug #5237 (Resolved): fix v4's resource ViewHelper
- [!!!][+BUGFIX] Fluid (ViewHelpers): FIxed the Resource ViewHelper to be in sync with FLOW3 again. This means that ins...
2009-10-29
-
12:31 Bug #5150 (Resolved): Rewrite ViewHelpers to support new inline notation
- Resolved in r3365
-
08:29 Feature #3702 (Resolved): Inline notation should expect object-parameters by default
- the syntax is now like in arrays.
-
08:27 Feature #5118 (Resolved): Allow ViewHelpers to be Cascading in Shorthand-Syntax
- Hi,
we discussed this again, and for now came to two conclusions:
- we think it is a rather rare case to need thi...
2009-10-28
-
12:03 Bug #5150: Rewrite ViewHelpers to support new inline notation
- *UPDATE:*
We've decided to rewrite the affected view helpers instead.
That is:
*uri.resource*:
from
@{foo -> f... -
11:58 Feature #5158 (Closed): Add "true" and "false" to Fluid syntax
- Currently...
2009-10-27
-
18:12 Bug #5150: Rewrite ViewHelpers to support new inline notation
- Hey :-)
With the f:format.crop example, I don't really see why this should be needed :-) You can just crop it manu... -
17:14 Bug #5150 (Resolved): Rewrite ViewHelpers to support new inline notation
- With the new syntax for the Fluid inline notation (aka "shorthand syntax") implemented with r3333 we introduced a bre...
-
13:55 Bug #4667 (Needs Feedback): Error class magic only works for object properties....
- But how should the error handling work, if the textbox was not bound to a property?
-
13:54 Feature #4968 (Accepted): Sorting by OptionLabel for Selectbox
-
13:52 Bug #5020: SelectViewHelper produces invalid code
- Karsten Dambekalns wrote:
> To fix the issue one could add one option with "---" as a last resort.
Ok, I'll tak... -
11:09 Bug #5020: SelectViewHelper produces invalid code
- To fix the issue one could add one option with "---" as a last resort.
-
13:02 Task #5136 (Resolved): Cleanup in unit tests: class_exists, comments and license
- Applied in changeset r3350.
-
11:19 Task #5136 (Resolved): Cleanup in unit tests: class_exists, comments and license
- A lot of the unit tests contain the TYPO3 4.x license boilerplate and claim to use GPL v2. There are some extra docbl...
-
13:02 Task #5135 (Resolved): Make method names CGL conform in TemplateParser
- Applied in changeset r3350.
-
11:16 Task #5135 (Resolved): Make method names CGL conform in TemplateParser
- The TemplateParser class has a few methods named @handler_*()@ which violates the CGL.
-
13:02 Bug #5138 (Resolved): ResourceViewHelper uses hardcoded path to mirrored resources
- Applied in changeset r3350.
-
11:26 Bug #5138 (Resolved): ResourceViewHelper uses hardcoded path to mirrored resources
- The path to the public resource mirror can be configured in FLOW3, so the ResourceViewHelper must follow suit.
-
13:02 Bug #5137 (Resolved): ResourceViewHelper not usable with new shorthand syntax
- Applied in changeset r3350.
-
11:23 Bug #5137 (Resolved): ResourceViewHelper not usable with new shorthand syntax
- Since the resource to be included has no parameter in the view helper, one cannot use shorthand syntax with it.
-
12:50 Bug #4972: f:format.date does not respect locale.
- Karsten Dambekalns wrote:
> Then use @return strftime($format, $date->getTimestamp());@ - but the format string must... -
11:14 Bug #4972: f:format.date does not respect locale.
- Then use @return strftime($format, $date->getTimestamp());@ - but the format string must be different then, sigh.
...
2009-10-26
-
19:14 Feature #5003 (Resolved): Parse output of view helper 'translate'
- Thomas Deinhamer wrote:
Hi,
> Sorry, I don't get it - how is this related to #4858?
You're right, the issues are n... -
18:20 Feature #5003: Parse output of view helper 'translate'
- Sorry, I don't get it - how is this related to #4858?
-
13:58 Feature #5118 (Resolved): Allow ViewHelpers to be Cascading in Shorthand-Syntax
- If you want to do something like this:...
-
07:09 Bug #5107 (Resolved): namespaces names cant have more than one letter
-
06:21 Bug #5107 (Accepted): namespaces names cant have more than one letter
-
07:09 Bug #5108 (Resolved): Custom ViewHelper couldnt find validator of its own domain
-
06:20 Bug #5108 (Accepted): Custom ViewHelper couldnt find validator of its own domain
2009-10-25
-
18:22 Bug #5108 (Resolved): Custom ViewHelper couldnt find validator of its own domain
- I've a model Tx_Mytube_Domain_Model_Video
I have created a ViewHelper
<?php
class Tx_Mytube_ViewHelpers_VideoVi... -
18:10 Bug #5107 (Resolved): namespaces names cant have more than one letter
- namespaces names cant have more than one letter in partials called from the layout
- {namespace z=Tx_foor_ViewHelp...
2009-10-21
-
19:02 Bug #3985 (Resolved): f:form.textbox is not usable anymore without wrapping an f:form element
- Applied in changeset r3336.
-
18:50 Bug #5020: SelectViewHelper produces invalid code
- What do you suggest as solution?
Always add @<option value=""></option>@ if options array is empty?
I'd prefer to... -
18:41 Feature #5003: Parse output of view helper 'translate'
- Reminder: last patches at #4858 resolves this by adding an "arguments"-attribute to the translate view helper. Implem...
-
18:02 Bug #5069 (Resolved): Fluid Viewhelper link.email misses universal tag attributes
- Applied in changeset r3335.
-
17:46 Bug #5069 (Accepted): Fluid Viewhelper link.email misses universal tag attributes
- I'll take care of this.
Until then, you can write... -
14:36 Bug #5069 (Resolved): Fluid Viewhelper link.email misses universal tag attributes
- The EmailViewHelper misses the initialization of the universal tag attributes. Due to this class and misc other tag a...
-
17:40 Bug #5075 (Rejected): Fluid Viewhelper link.email misses universal tag attributes
- Duplicates #5069
-
17:37 Bug #5075 (Rejected): Fluid Viewhelper link.email misses universal tag attributes
- see:
http://forge.typo3.org/issues/show/5069 -
14:40 Feature #5033: Improve Shorthand Syntax of ViewHelpers
- Hi @all,
as this is a breaking change (if you have made use of the shorthand syntax in your templates) here some "... -
12:02 Feature #5033 (Resolved): Improve Shorthand Syntax of ViewHelpers
- Applied in changeset r3333.
-
07:59 Bug #5056 (Closed): F3\Fluid\Core\RuntimeException thrown in file TemplateVariableContainer.php
- I tried to build some kind of tree by invoking a section/for recurse.
Template:
<f:section name="children">
<f:...
2009-10-20
-
10:39 Feature #5033: Improve Shorthand Syntax of ViewHelpers
- attached is a first patch which implements this.
-
05:55 Feature #4218 (Resolved): Support for properties of nested objects using "property"-argument
- done.
2009-10-19
-
11:39 Feature #5033: Improve Shorthand Syntax of ViewHelpers
- Hi,
obviously I strongly agree to this change ;)
Just a few additional notes to clarify the intention of this RFC... -
10:29 Feature #5033 (Resolved): Improve Shorthand Syntax of ViewHelpers
- h1. Proposal for shorthand syntax
The goal of this RFC is to propose a re-done shorthand syntax for fluid after so...
2009-10-17
-
13:48 Bug #5020 (Resolved): SelectViewHelper produces invalid code
- The Select View Helper produces invalid code with strange output, if the value of the attribute "options" is empty. T...
2009-10-16
-
00:00 Feature #5003 (Resolved): Parse output of view helper 'translate'
- Expecting you have this html/template source...
@<f:translate key="any">The quick brown {dog} jumps over the lazy ...
2009-10-13
-
20:30 Feature #4984: Add option "selectAll" to Select View Helper
- Hmm. It's not possible anymore to attach files on forge?!
-
18:15 Feature #4984 (Resolved): Add option "selectAll" to Select View Helper
- Add an option "selectAll" to the Select View Helper. If it is set, all options of a multiple selector are preselected...
2009-10-12
-
17:49 Bug #4967 (Closed): Missing Event type onchange
- I reverted the changes to fluid because the event handlers are not "universal". Please use the "additionalAttributes"...
-
10:04 Bug #4972 (Closed): f:format.date does not respect locale.
- The fluid date helper does not respect the locale date format set by e.g. setlocale.
This issue is causef by the fac... -
08:28 Feature #4218 (Accepted): Support for properties of nested objects using "property"-argument
2009-10-11
-
12:50 Feature #4968 (Resolved): Sorting by OptionLabel for Selectbox
- I would like to have a sorting option for selectboxes.
sometihng like:
@$this->registerArgument('sortByOptionLa... -
12:39 Bug #4967 (Closed): Missing Event type onchange
- After Jochen added the event Handler tags in TagBasedViewHelper I noticed that the onchange Event is missing.
Also available in: Atom