Activity
From 2011-06-20 to 2011-07-19
2011-07-19
-
23:41 Bug #8648: format.crop ViewHelper should support all features of the crop stdWrap function
- v4-implementation uses features from tslib_cObj, the v5-implementation substr currently. So that's why the CropProces...
-
23:34 Task #6560: A reset button for formViewHelper [Made and attached]
- @Sebastian/Bastian: Please make up your mind about this one.
-
23:22 Bug #27826: Missing "size" Attribute in the Form.Upload ViewHelper
- Afaik there is no "size" with a meaning of field-width (for display) of a file-field, other than using css-styles. Or...
-
23:13 Bug #26844: Wrong PaddingViewHelper description
- Patch set 2 of change I129a20878ee8831807e9add5ac87d388c79a3737 has been pushed to the review server.
It is available... -
23:13 Feature #26843: Padding Type in ViewHelper
- Patch set 2 of change I129a20878ee8831807e9add5ac87d388c79a3737 has been pushed to the review server.
It is available... -
20:50 Feature #26843: Padding Type in ViewHelper
- Patch set 1 of change I129a20878ee8831807e9add5ac87d388c79a3737 has been pushed to the review server.
It is available... -
20:28 Bug #28283 (Under Review): Paginate Widget does not highlight current page
-
11:05 Bug #28245 (Resolved): Autocomplete Widget modifies query with every request
- Applied in changeset commit:3145bf0dccf5f7201bdcee35b3b873485cc3935e.
2011-07-18
-
10:18 Bug #28283: Paginate Widget does not highlight current page
- Patch set 1 of change I9fda9b95be1f21df56aed0d7f5356d544aa86f85 has been pushed to the review server.
It is available... -
10:12 Bug #28283 (Resolved): Paginate Widget does not highlight current page
- The line...
-
09:53 Feature #12442: Provide format.json ViewHelper
- *Note:* The escape ViewHelper will be deprecated in the next version (see #27628) so this functionality should be put...
-
09:48 Bug #28245: Autocomplete Widget modifies query with every request
- Patch set 2 of change I169da665f4b2a8561c1feac10ac79739b4a98754 has been pushed to the review server.
It is available...
2011-07-15
-
19:25 Bug #28245 (Resolved): Autocomplete Widget modifies query with every request
- The autocomplete widget changes the query by adding constraints in the autocompleteAction of the widget controller.
...
2011-07-11
-
14:38 Bug #8484 (Closed): Revise EscapeViewHelper
- Will be resolved with #27628
-
14:35 Task #27668 (Under Review): Change Escape Interceptor to use new format.htmlspecialchars ViewHelper
- Patch set available at https://review.typo3.org/2979
-
14:33 Task #27628 (Under Review): Split escape ViewHelper into dedicated format ViewHelpers
- Patch set available at http://review.typo3.org/2864
2011-07-08
-
12:35 Bug #27968 (Resolved): DebugViewHelper doesn't use correct Vendor-Namespace
- Applied in changeset commit:0d41129981591f9a01d097019426e9ec8a980526.
-
11:21 Bug #27968: DebugViewHelper doesn't use correct Vendor-Namespace
- Patch set 1 of change I33b8ff6b6ec3217b32a49cf15d81b22f826e184a has been pushed to the review server.
It is available...
2011-07-07
-
23:18 Bug #27968 (Resolved): DebugViewHelper doesn't use correct Vendor-Namespace
- should be:...
-
13:03 Bug #27938 (Resolved): Textfield view helper can not handle zero (not empty) values
When using the form.textfield view helper strings or integers that are 0 (zero) are treated as empty values. So if ...
2011-07-04
-
14:35 Bug #27793 (Resolved): Replace "f3" namespace by "f" in fixtures & manual
- Applied in changeset commit:5bcd85d18a843b45b244ba255dca798803efcdba.
-
11:57 Bug #27826 (Rejected): Missing "size" Attribute in the Form.Upload ViewHelper
- All inputs have the same attribute base. The "size" Attribute is missing in the Form.Upload ViewHelper...
2011-07-03
-
22:07 Bug #27822 (Resolved): f:form.select performace
- hi there,
i have actualy a page with 20 select fields.
and it takes up do 20 sek. to render them out.
without sele...
2011-07-01
-
13:06 Bug #27793 (Under Review): Replace "f3" namespace by "f" in fixtures & manual
-
13:06 Bug #27793: Replace "f3" namespace by "f" in fixtures & manual
- Patch set 1 of change Ie4c0bfeacb775ef6ecb6b3a93c675b040f8c5673 has been pushed to the review server.
It is available... -
12:58 Bug #27793 (Accepted): Replace "f3" namespace by "f" in fixtures & manual
-
12:58 Bug #27793 (Resolved): Replace "f3" namespace by "f" in fixtures & manual
- Currently Fluid still uses the "old" ViewHelper namespace "f3" in some Unit test fixtures and in the user manual. Tha...
2011-06-30
-
15:11 Bug #27277: Make widgets work again after recent changes in the UriBuilder and Request Handling
- This must be backported to v4, currently widgets are broken there
2011-06-29
-
13:37 Bug #27678 (Under Review): Deactivate EscapeInterceptor for certain ViewHelpers
-
13:23 Bug #27678: Deactivate EscapeInterceptor for certain ViewHelpers
- Patch set 1 of change Iebabe42e5f0d674f4fe9f367b33f6dd7e8acdcda has been pushed to the review server.
It is available...
2011-06-28
-
12:23 Task #9135 (Rejected): FormViewHelper cannot get the value of DateTime
- Hidden fields can only render string values.
If you want to put the timestamp of a DateTime into a hidden field you ...
2011-06-24
-
13:51 Bug #27678: Deactivate EscapeInterceptor for certain ViewHelpers
- Affected ViewHelpers:
* f:count (not really relevant as it expects numeric strings/integers, but still inconsisten... -
12:56 Bug #27678 (Resolved): Deactivate EscapeInterceptor for certain ViewHelpers
- For some of the provided ViewHelpers one can exchangeably use either the *value* attribute or *childnodes* as input.
...
2011-06-23
-
18:54 Task #27668 (Resolved): Change Escape Interceptor to use new format.htmlspecialchars ViewHelper
- and mark the existing escape ViewHelper deprecated.
-
08:35 Task #27583 (Resolved): Move raw ViewHelper to format.raw
- Applied in changeset commit:33df954e1f26fcb35bd2d59daafbaa91a1a0c7e2.
2011-06-21
-
17:51 Task #27628 (Resolved): Split escape ViewHelper into dedicated format ViewHelpers
- Currently the *f:escape* ViewHelper is targeted at a lot of different use cases (html escaping, url encoding, strip t...
-
16:13 Task #27583: Move raw ViewHelper to format.raw
- Patch set 2 of change I18baaee80db9e536513ef90ee4af683ae3ebef6b has been pushed to the review server.
It is available... -
15:58 Task #27583 (Under Review): Move raw ViewHelper to format.raw
-
15:58 Task #27583: Move raw ViewHelper to format.raw
- Patch set 1 of change I18baaee80db9e536513ef90ee4af683ae3ebef6b has been pushed to the review server.
It is available... -
06:45 Bug #27607 (New): Make Fluid comparisons work when first element is STRING, second is NULL.
- Taken from https://review.typo3.org/#patch,unified,2824,2,Classes/Core/Parser/SyntaxTree/ViewHelperNode.php :
> I ...
2011-06-20
-
21:05 Task #27583 (Resolved): Move raw ViewHelper to format.raw
- And adjust affected templates.
For compatibility reasons the old ViewHelper should be marked *deprecated* and kept f... -
15:11 Bug #27286 (Needs Feedback): FLUID: #1: Warning: htmlspecialchars(): Invalid multibyte sequence in argument
- The data you imported, is that in UTF-8 as well? This is usually caused by an encoding mismatch...
Also available in: Atom