Activity
From 2014-06-30 to 2014-07-29
2014-07-25
-
11:46 Revision 18e8b999: [BUGFIX] Use htmlspecialchars to escape hidden query parameters in form
- Query parameters from the action URI of a form are sent as hidden values
for the GET method. UTF-8 values were not ha... -
11:44 Revision aa812026: [BUGFIX] Use htmlspecialchars to escape hidden query parameters in form
- Query parameters from the action URI of a form are sent as hidden values
for the GET method. UTF-8 values were not ha... -
11:37 Revision 031f7428: [BUGFIX] Relax FormViewHelper unit test
- With the previous change (I944ad1389092d97000acc89d591a0d05b887232d)
the Fluid unit tests fail in some circumstances ...
2014-07-22
-
15:57 Revision 99f43ca5: Merge "[BUGFIX] Use htmlspecialchars to escape hidden query parameters in form"
2014-07-21
-
13:14 Feature #60430 (Closed): Add a negate-option to the IfViewHelper
- Allows to simply turn conditions into the opposite.
2014-07-15
-
11:40 Revision 94851432: [TASK] Cosmetic cleanup in ViewHelper classes
- This change just applies some non-functional changes to the
ViewHelper classes according to the Flow CGL:
* Import P...
2014-07-11
-
20:39 Feature #48218 (Resolved): Make NumberViewHelper regard locale like CurrencyViewHelper does.
- Applied in changeset commit:df00bf92a42d92b26e66c30976272115a24992f1.
-
20:39 Feature #31765 (Resolved): Forward to Action of widgetController
- Applied in changeset commit:78aa1b635fb83f454ccf74f5dbc07c4aad0d3fc7.
-
20:39 Feature #49726 (Resolved): f:form autofocus attribute is missing in f:form.textfield and f:form.textarea
- Applied in changeset commit:c763e759de10e329963465b1a3e06e1fdf4bc286.
-
16:24 Revision 8447c1ce: [BUGFIX] Allow ViewHelperVariableContainer to hold NULL values
- ``ViewHelperVariableContainer::exists()`` checks whether a specified
key is set via ``isset()`` which leads to the be... -
13:19 Feature #60271 (New): Paginate viewhelper, should also support arrays
- Hello,
i want to use this viewhelper for a search result page,...
2014-07-08
-
13:18 Feature #60181 (New): Caching mechanism for Fluid Views/Templates
- It would be nice to have have a way to tell Fluid to cache the result of a getter or ViewHelper. This could be done e...
-
09:58 Revision 8f41edf7: [BUGFIX] Use htmlspecialchars to escape hidden query parameters in form
- Query parameters from the action URI of a form are sent as hidden values
for the GET method. UTF-8 values were not ha...
2014-07-07
-
20:36 Bug #60069 (Resolved): Objects cast to string are not escaped
- Applied in changeset commit:315f375362dd2f7964af756205e5cb08fd1f9763.
2014-07-04
-
10:48 Feature #33394: Logical expression parser for BooleanNode
- What's the status on this one? Either this patch should be integrated or Eel expressions made available in Fluid, als...
2014-07-03
-
15:37 Bug #60069: Objects cast to string are not escaped
- Patch set 2 for branch *master* of project *Packages/TYPO3.Fluid* has been pushed to the review server.
It is availab... -
15:26 Bug #60069 (Under Review): Objects cast to string are not escaped
- Patch set 1 for branch *master* of project *Packages/TYPO3.Fluid* has been pushed to the review server.
It is availab... -
13:13 Bug #60069: Objects cast to string are not escaped
- Cool that you found the issue already!
Copied the Bug to the CMS Tracker:
http://forge.typo3.org/issues/60082 -
12:59 Bug #60069: Objects cast to string are not escaped
- Philipp Maier wrote:
> I forgot to mention that the CMS version behaves the very same way.
> Should I create an i... -
10:52 Bug #60069: Objects cast to string are not escaped
- I forgot to mention that the CMS version behaves the very same way.
Should I create an issue in that bugtracker as w... -
10:41 Bug #60069 (Accepted): Objects cast to string are not escaped
- This is bad, thanks for reporting!
-
09:02 Bug #60069 (Resolved): Objects cast to string are not escaped
- Basically if you have a class like this:
class HelloWorld {
public function __toString() { return '<script>alert(... -
15:37 Revision 315f3753: [!!!][BUGFIX] Enforce escaping on string-casted objects
- This change assures that the escape interceptor is active for objects
that are casted to strings implicitly.
Backgro...
2014-06-30
-
16:53 Feature #60003: Add required-Attribute to f:form.password
- Hi David,
this makes sense. In the meantime you can use the *additionalAttributes* argument:... -
16:33 Feature #60003 (New): Add required-Attribute to f:form.password
- Currently the ViewHelper f:form.password doesn't support the required-Attribute.
According to W3C the required attri...
Also available in: Atom