Activity
From 2013-06-16 to 2013-07-15
2013-07-15
-
13:23 Bug #35090: base64-encode of URI-transferred serialized objects
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/22264 -
13:21 Bug #35090: base64-encode of URI-transferred serialized objects
- changed to Bug because the current behavior will definitely break for the mentioned circumstances (using Suhosin)
-
13:22 Revision f53ee1c6: [BUGFIX] Base64-encode widget context
- In order to avoid various null-byte-issues as they occur
when serializing an object with protected members (see
[1]);...
2013-07-13
-
01:11 Bug #34682 (Under Review): Radio Button missing checked on validation error
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/22272
2013-07-12
-
18:23 Bug #34682: Radio Button missing checked on validation error
- This bug only happens for radio buttons with name="something" and not for radio buttons specified with property="some...
-
17:12 Bug #35090 (Under Review): base64-encode of URI-transferred serialized objects
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/22264 -
16:56 Bug #35090: base64-encode of URI-transferred serialized objects
- as a side note, the URI length w/o base64 encoding, resulting in the need to urlencode it, is 546 bytes; where the ba...
-
16:42 Bug #35090 (Accepted): base64-encode of URI-transferred serialized objects
-
16:29 Bug #35090: base64-encode of URI-transferred serialized objects
- another reason would be that, apparently, the Pound (http://linux.die.net/man/8/pound) does also not support NULL byt...
2013-07-09
-
16:48 Feature #39870: Allow configuration of template path fallbacks
- Christian Kuhn wrote:
> I do understand that this feature adds complexity to the system, but it is really useful i...
2013-07-07
-
01:58 Feature #49756: Select values by array key in checkbox viewhelper
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/22085 -
01:56 Feature #49756 (Under Review): Select values by array key in checkbox viewhelper
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/22085 -
01:52 Feature #49756 (Under Review): Select values by array key in checkbox viewhelper
- my model:...
2013-07-06
-
18:05 Feature #48355: Assign output of viewhelper to template variable for further processing.
- Alexander Berl wrote:
> I see your point now. What I don't like about it, is that the assigned variable will be "glo... -
15:39 Feature #49726 (Under Review): f:form autofocus attribute is missing in f:form.textfield and f:form.textarea
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/22013 -
13:22 Feature #49726: f:form autofocus attribute is missing in f:form.textfield and f:form.textarea
- I made the code changes on TYPO3.Fluid but can not push them to the repository. Here is the git diff origin/master ou...
-
13:11 Feature #49726 (Resolved): f:form autofocus attribute is missing in f:form.textfield and f:form.textarea
- As in f:form.button there should be an attribute "autofocus" as well for f:form.textfield and f:form.textarea to be c...
-
15:34 Revision c763e759: [FEATURE] Added autofocus attribute to textfield and textarea
- The ViewHelpers f:form.textfield and f:form.textarea were lacking the
HTML5 "autofocus" attribute. It is available fo...
2013-07-04
-
21:24 Feature #48355: Assign output of viewhelper to template variable for further processing.
- I see your point now. What I don't like about it, is that the assigned variable will be "global" scope, which might c...
2013-07-02
-
17:09 Bug #49600 (New): f:form tag shown as a HTML on frontend
- Hello guys,
I have one problem using the f:form tag
I integrated the template using the FLUIDTEMPLATE in Typo3 ve...
2013-06-24
-
18:13 Revision 2f7a9255: [FEATURE] CSRF token ViewHelper
- With I9d667aa451a7510cf12ab13be745fed1f7ca477e CSRF tokens
are not added to URIs any longer.
Therefore you need to ad... -
11:37 Bug #47968 (Resolved): Resource Interceptor should declare objectManager that it is using
- Applied in changeset commit:132f6a120d5d5e8516c7838da36dcd7c7f5a6ff0.
-
11:35 Bug #47968: Resource Interceptor should declare objectManager that it is using
- Patch set 1 for branch *FLOW3-1.1* has been pushed to the review server.
It is available at https://review.typo3.org/... -
11:34 Bug #47968 (Under Review): Resource Interceptor should declare objectManager that it is using
- Patch set 1 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/21627 -
11:36 Revision c9bd3320: Merge "[BUGFIX] Declare ObjectManager property" into 2.0
-
11:35 Revision 132f6a12: [BUGFIX] Declare ObjectManager property
- The objectManager is injected and used but the property is not
declared in the class.
Fixes: #47968
Change-Id: Ia918... -
11:33 Revision d1b04071: [BUGFIX] Declare ObjectManager property
- The objectManager is injected and used but the property is not
declared in the class.
Fixes: #47968
Change-Id: Ia918...
2013-06-23
-
15:32 Feature #39870: Allow configuration of template path fallbacks
- It seems, TYPO3 CMS will go ahead here and implements an 'overlay' system with #39868.
This issue is a general dem...
2013-06-22
-
20:21 Feature #49344 (Closed): Allow template paths to use overlays
- CMS Fluid is about to merge this feature from ext:view, could come in handy for Flow Fluid as well?
Find the patch...
2013-06-21
-
19:14 Bug #47674: HtmlentitiesViewHelper is scope singleton
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20273 -
15:36 Bug #49143 (Resolved): Petabytes missing in VH f:format.bytes()
- Applied in changeset commit:27e6ebe6c40fac69acedf7692b470a7438a91cca.
-
11:27 Feature #49305 (Closed): Support for Data Attributes in tag-based ViewHelpers
- Closing as duplicate
-
11:24 Feature #49305: Support for Data Attributes in tag-based ViewHelpers
- Sorry, duplicate
-
11:21 Feature #49305 (Closed): Support for Data Attributes in tag-based ViewHelpers
- Adding Data Attributes to tag-based ViewHelpers via "additionalAttributes" is an exhausting task, because of the esca...
2013-06-20
-
16:46 Bug #47363: Error Classes are only set for form fields in object context
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20276 -
15:11 Bug #47363: Error Classes are only set for form fields in object context
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20276
2013-06-19
-
17:37 Bug #49143: Petabytes missing in VH f:format.bytes()
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/21446 -
17:36 Revision 27e6ebe6: [BUGFIX] format.bytes ViewHelper: add peta-byte and support large numbers
- In the row of prefixes for multiples "peta" is missing between
"tera" and "exa".
pow() will use float if the numbers...
2013-06-17
-
09:21 Bug #49143: Petabytes missing in VH f:format.bytes()
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/21446
Also available in: Atom