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... -
23:12 Revision e7ae2aab: [+FEATURE] Add padding-type to PaddingViewHelper
- Allow passing third parameter for "left", "right" or "both".
Also add a small fix to the php-doc.
Change-Id: I129a20... -
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...
-
10:18 Revision fca5d265: [BUGFIX] Paginate Widget does not highlight current page
- The "isCurrent" property of a page is not set correctly for certain
pages because the PaginationController fails to c... -
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... -
09:48 Revision 3145bf0d: [BUGFIX] Original Query is modified with every autocomplete request
- In the autocompleteAction of the Autocomplete widget constraints are
added to the query that is fetched from $objects...
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... -
11:21 Revision 0d411299: [BUGFIX] DebugViewHelper doesn't use correct Vendor-Namespace
- Changed namespaces to correct vendor namespace.
Change-Id: I33b8ff6b6ec3217b32a49cf15d81b22f826e184a
Resolves: #27968
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...
-
13:06 Revision 5bcd85d1: [BUGFIX] Use "f" namespace not "f3" in fixtures & manual
- Change-Id: Ie4c0bfeacb775ef6ecb6b3a93c675b040f8c5673
Fixes: #27793
2011-06-30
-
23:07 Revision f08b5d2c: [TASK] Adjust code to new vendor namespace and package key format
- This change set contains all the simple replacements adjusting the
code to the new \TYPO3\* vendor namespace and the ... -
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
-
20:56 Revision ccef95db: [TASK] Use strpos(), not strstr(), to speed up TemplateParser
- Faster and less memory-intensive if just checking for the presence of
one character (according to PHP-documentation).... -
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... -
16:13 Revision 33df954e: [~TASK] Move raw ViewHelper to format.raw
- Moved raw ViewHelper to format subpackage and marked
exisitng raw ViewHelper deprecated.
Change-Id: I18baaee80db9e53... -
10:51 Revision bc64d1e8: [+FEATURE] Support target type "text" to Escape View Helper
- This adds the target type "text" to the Escape View Helper which comes
handy when you're trying to convert some HTML ... -
07:02 Revision 2a51123b: [TASK] (ViewHelpers): Add Backporting token
- Change-Id: Ic39d37a475c0bba0c190d08901bf1654d6db4407
-
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...
-
09:59 Revision 496ef09c: [TASK] Introduce new tokens for the backporter
- Change-Id: If4a66df40cfbb7184c6a1f1add95878d4aeb6011
-
06:44 Revision 45183e4d: [+BUGFIX] (Tests): Clean up unit tests
- Move several unit tests to the right location, according to CGL
and forward-ports some unit tests from Fluid v4.
Cha...
Also available in: Atom