Activity
From 2015-02-11 to 2015-03-12
2015-03-11
-
09:27 Revision 1b7db7d9: [BUGFIX] Fix support for multi-part namespace identifiers
- This change fixes support for namespaces containing dots.
Previously the ``TemplateParser`` skipped those when used i...
2015-03-04
-
16:31 Revision 54652d0b: [BUGFIX] Render Form CSRF token field only if authenticated
- Currently ``CSRF`` tokens are only enforced if an account is
authenticated. But the form ViewHelper rendered the corr...
2015-03-03
-
09:36 Revision ebb8fc6c: [BUGFIX] Always respect property binding in hidden fields
- This is a follow up to the
``Submitted form data has precedence over value argument`` change
(I80e7e664e7a1fa41dc36bd...
2015-03-02
-
19:28 Revision f3a5f160: [BUGFIX] Always respect property binding in hidden fields
- This is a follow up to the
``Submitted form data has precedence over value argument`` change
(I80e7e664e7a1fa41dc36bd...
2015-02-28
-
22:23 Bug #65424 (Under Review): SelectViewHelper must respect option(Value|Label)Field for arrays
- Patch set 1 for branch *master* of project *Packages/TYPO3.Fluid* has been pushed to the review server.
It is availab... -
22:21 Bug #65424 (Under Review): SelectViewHelper must respect option(Value|Label)Field for arrays
<f:form.select options="{array}" optionValueField="uid" optionLabelField="title" />
should work with the given...
2015-02-27
-
09:01 Revision de15ffde: [TASK] Update composer manifest
- See https://ci.neos.typo3.org/job/typo3-flow-release/33/
Releases: 3.0
2015-02-26
-
20:54 Revision ef574937: [TASK] Undo requirements adjustment from CI job
- The release CI job adjusted requirements dutifully, but the result was
not as expected, because we humans missed some... -
18:17 Revision 51eb9b87: [TASK] Update composer manifest
- See https://ci.neos.typo3.org/job/typo3-flow-release/30/
Releases: 3.0 -
15:25 Revision 403f1157: [TASK] Update composer manifest
- See https://ci.neos.typo3.org/job/typo3-flow-branch/7/
Releases: 3.0 -
08:31 Revision 6ef62c01: [TASK] Mark recent core migrations applied
- This commit doesn't contain any changes, it simply marks recent
migrations applied so that::
./flow flow:core:migr...
2015-02-25
-
15:18 Revision 5820a1ea: [BUGFIX] Fix unit test in AbstractFormViewHelperTest test case
- This is a follow-up to I80e7e664e7a1fa41dc36bdf89e331086c6815f78 that
fixes a unit test.
Change-Id: I98f9ba03ea5b9f2... -
15:11 Revision ad7c7060: Merge "[BUGFIX] Fix retrieval of property mapping results if formObjectName is not specified"
-
15:03 Revision 65c449e4: [BUGFIX] Fix retrieval of property mapping results if formObjectName is not specified
- This is a follow-up to I18c99dcd057435a15ebdf2faf55c7cbfc83cb47f that
fixes an issue that lead to ``getMappingResults... -
13:35 Revision c2abfe97: [!!!][BUGFIX] Submitted form data has precedence over value argument
- This adjusts the behavior of all Form ViewHelpers so that any
submitted value is redisplayed even if a "value" argume... -
12:32 Revision 8c3363ee: Merge "[BUGFIX] Highlight validation errors for unbound Form ViewHelpers"
-
12:31 Revision e4a06ae5: [BUGFIX] Highlight validation errors for unbound Form ViewHelpers
- This change makes sure that the error class attribute is set on
validation/property-mapping errors even if the "prope... -
10:29 Bug #34186 (Closed): Setting a value always resets the field on mapping errors
- Truly sorry for the huge delay, this was a tricky one (because it is a breaking behavior).. But I just moved this to ...
-
10:29 Bug #47363 (Closed): Error Classes are only set for form fields in object context
- Truely sorry for the huge delay, this was a tricky one (because it is a breaking behavior).. But I just moved this to...
2015-02-17
-
18:41 Revision 8d1496af: [BUGFIX] Fix risky unit tests
- Adjusts two unit tests that are marked "risky"/fail when
running PhpUnit in ``strict`` mode.
Change-Id: I27c3b889024...
2015-02-15
2015-02-14
-
13:48 Revision 3506ba63: [!!!][FEATURE] Consistent escaping behavior
- This is a major rework of the interceptors that are currently mostly
used to automatically apply ``htmlspecialchars()... -
12:57 Revision 18f28e0a: [FEATURE] Allow usage of "else" argument with child nodes in AbstractConditionViewHelper
- This feature allows for mixing usage of arguments and child node
rendering for all ``AbstractConditionViewHelpers``. ...
Also available in: Atom