Activity
From 2014-06-12 to 2014-07-11
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...
2014-06-23
-
14:37 Bug #45735 (Resolved): Error when using If-Condition in Layout-Tag
- Applied in changeset commit:4d1672792d523a457b48bd009ab01f0ce7702b29.
-
13:48 Bug #45735: Error when using If-Condition in Layout-Tag
- Patch set 1 for branch *2.1* of project *Packages/TYPO3.Fluid* has been pushed to the review server.
It is available ... -
13:48 Bug #45735: Error when using If-Condition in Layout-Tag
- Patch set 1 for branch *2.2* of project *Packages/TYPO3.Fluid* has been pushed to the review server.
It is available ... -
11:59 Bug #45735: Error when using If-Condition in Layout-Tag
- Patch set 2 for branch *master* of project *Packages/TYPO3.Fluid* has been pushed to the review server.
It is availab... -
11:15 Bug #45735 (Under Review): Error when using If-Condition in Layout-Tag
- Patch set 1 for branch *master* of project *Packages/TYPO3.Fluid* has been pushed to the review server.
It is availab... -
10:29 Bug #45735 (Accepted): Error when using If-Condition in Layout-Tag
-
13:48 Revision b79dabb1: [BUGFIX] Support for ViewHelper usage within layout tags
- Previously, when using ViewHelpers in the ``name`` argument of the
``<f:layout />`` tag, the TemplateCompiler threw a... -
11:59 Revision 4d167279: [BUGFIX] Support for ViewHelper usage within layout tags
- Previously, when using ViewHelpers in the ``name`` argument of the
``<f:layout />`` tag, the TemplateCompiler threw a...
2014-06-20
-
14:14 Bug #45735: Error when using If-Condition in Layout-Tag
- I have the same problem, so yes, it's still present.
2014-06-18
-
21:49 Revision c897a811: [BUGFIX] Paginate Widget: Correctly highlight current page
- With #28283 the current page is correctly highlighted most of the
time. But if a non-existing page is requested (for ... -
17:23 Bug #59057: Hidden empty value fields shoud be disabled when related field is disabled
- Patch set 2 for branch *master* of project *Packages/TYPO3.Fluid* has been pushed to the review server.
It is availab... -
17:01 Bug #59057 (Under Review): Hidden empty value fields shoud be disabled when related field is disabled
- Patch set 1 for branch *master* of project *Packages/TYPO3.Fluid* has been pushed to the review server.
It is availab... -
12:15 Revision 6440e138: [TASK] Update composer manifest
- See https://ci.neos.typo3.org/job/typo3-flow-release/19/
Releases: 2.2 -
12:13 Bug #53806: Paginate widget maximumNumberOfLinks rendering wrong number of links
- Sorry for the late reaction, completely missed this one..
-
12:07 Revision 5717d53c: [BUGFIX] Paginate Widget: Correctly highlight current page
- With #28283 the current page is correctly highlighted most of the
time. But if a non-existing page is requested (for ... -
12:07 Revision 0647ae89: Merge "[BUGFIX] Paginate Widget: Correctly highlight current page"
2014-06-17
2014-06-16
2014-06-13
-
18:46 Feature #58829: Register package namespaces automatically
- Patch set 1 for branch *master* of project *Packages/TYPO3.Fluid* has been pushed to the review server.
It is availab... -
18:27 Feature #53059: Throw exception for unresolved namespaces
- Patch set 9 for branch *master* of project *Packages/TYPO3.Fluid* has been pushed to the review server.
It is availab...
2014-06-12
-
20:22 Feature #58829: Register package namespaces automatically
- Patch set 8 for branch *master* of project *Packages/TYPO3.Fluid* has been pushed to the review server.
It is availab... -
18:16 Feature #58829: Register package namespaces automatically
- Patch set 7 for branch *master* of project *Packages/TYPO3.Fluid* has been pushed to the review server.
It is availab... -
18:13 Feature #58829: Register package namespaces automatically
- Patch set 6 for branch *master* of project *Packages/TYPO3.Fluid* has been pushed to the review server.
It is availab... -
14:46 Feature #58829: Register package namespaces automatically
- Patch set 5 for branch *master* of project *Packages/TYPO3.Fluid* has been pushed to the review server.
It is availab... -
11:15 Feature #58829: Register package namespaces automatically
- Patch set 4 for branch *master* of project *Packages/TYPO3.Fluid* has been pushed to the review server.
It is availab... -
16:56 Revision 941c4d41: [TASK] Avoid warnings in two unit tests
- Change-Id: I4eab3c418f7c0c72306f2f78f663633f49aa689f
Releases: master, 2.2 -
16:15 Revision 573f0807: [TASK] Avoid warnings in two unit tests
- Change-Id: I4eab3c418f7c0c72306f2f78f663633f49aa689f
Releases: master, 2.2 -
11:15 Feature #53059: Throw exception for unresolved namespaces
- Patch set 4 for branch *master* of project *Packages/TYPO3.Fluid* has been pushed to the review server.
It is availab...
Also available in: Atom