Activity
From 2012-07-08 to 2012-08-06
2012-08-06
-
12:14 Feature #33394: Logical expression parser for BooleanNode
- I'm not sure if it's a good idea to add a new syntax construct for expressions in fluid. It could confuse people on w...
2012-08-04
-
18:12 Task #6757: support literal strings in boolean arguments
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13421
2012-08-03
-
16:18 Bug #37543: Additional __identity field when using TYPO3.Media
- Two remarks from my point of view (using 1.1 rc2 and TYPO3.Media) to probably make things clearer:
1. The problem on...
2012-08-02
-
11:10 Bug #39456: Action URI of the form ViewHelper is not reset
- Patch set 1 for branch *FLOW3-1.1* has been pushed to the review server.
It is available at http://review.typo3.org/1... -
11:10 Revision 299ad012: [BUGFIX] Action URI of the form ViewHelper is not reset
- Form ViewHelpers store the action URI attribute for performance
reasons.
But because instances of ViewHelpers are reu... -
01:34 Task #6757: support literal strings in boolean arguments
- I just took the initial idea further and required string literals to be written in single quotes.
This is necessary ... -
01:09 Task #6757 (Under Review): support literal strings in boolean arguments
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13421
2012-08-01
-
18:44 Bug #39456 (Under Review): Action URI of the form ViewHelper is not reset
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13417 -
18:33 Bug #39456 (Resolved): Action URI of the form ViewHelper is not reset
- The Form ViewHelper stores the action URI attribute for performance reasons.
BUt because instances of ViewHelpers ar... -
18:44 Revision 69453896: [BUGFIX] Action URI of the form ViewHelper is not reset
- Form ViewHelpers store the action URI attribute for performance
reasons.
But because instances of ViewHelpers are reu...
2012-07-31
-
23:31 Bug #39428 (Under Review): Layout and partial identifiers should be independent of current controller name
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13391 -
19:12 Bug #39428 (Resolved): Layout and partial identifiers should be independent of current controller name
- Currently, all templates get an identifier made up of package/subpackage, controller, prefix and unique hash.
This l... -
11:08 Feature #39410 (Under Review): Implement reserved variables returning their intended representation
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13358 -
10:58 Feature #39410 (Accepted): Implement reserved variables returning their intended representation
-
10:58 Feature #39410 (Resolved): Implement reserved variables returning their intended representation
- currently, in Fluid there are reserved variables anyway, like true, false, on, off etc.
Enable accessing these value...
2012-07-30
-
09:00 Bug #31189 (Resolved): Make TextareaViewHelper HTML5 aware
-
08:40 Bug #31189: Make TextareaViewHelper HTML5 aware
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13076 -
08:28 Revision 2ed20916: [BUGFIX] Make TextareaViewHelper HTML5 aware
- This makes the arguments "rows" and "cols" of the form.textarea
ViewHelper optional.
Change-Id: Ia94a66ab4ee33e75aa7...
2012-07-26
-
14:46 Bug #36662: Checked state isn't always correct when property is collection
- Kevin Ulrich Moschallski wrote:
Hi Kevin,
> my case looks like yours and with the patch applied it works fine f... -
13:24 Bug #36662: Checked state isn't always correct when property is collection
- Hi Bastian,
my case looks like yours and with the patch applied it works fine for me. If you want i could upload m... -
12:44 Bug #36662 (Needs Feedback): Checked state isn't always correct when property is collection
- @Kevin could you please give some feedback on how to reproduce the problem...
-
12:42 Bug #36662: Checked state isn't always correct when property is collection
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10829 -
14:00 Bug #31189: Make TextareaViewHelper HTML5 aware
- Patch set 1 for branch *FLOW3-1.1* has been pushed to the review server.
It is available at http://review.typo3.org/1... -
13:59 Bug #31189: Make TextareaViewHelper HTML5 aware
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13076 -
13:58 Bug #31189 (Under Review): Make TextareaViewHelper HTML5 aware
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13076 -
14:00 Revision a5752cfd: [BUGFIX] Make TextareaViewHelper HTML5 aware
- This makes the arguments "rows" and "cols" of the form.textarea
ViewHelper optional.
Change-Id: Ia94a66ab4ee33e75aa7...
2012-07-25
-
18:37 Bug #36662: Checked state isn't always correct when property is collection
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10829 -
18:36 Bug #36662: Checked state isn't always correct when property is collection
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10829 -
15:24 Task #39255: reflectionService property in AbstractViewHelper should be protected instead of private
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13042 -
15:21 Task #39255: reflectionService property in AbstractViewHelper should be protected instead of private
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13042 -
15:21 Task #39255: reflectionService property in AbstractViewHelper should be protected instead of private
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13042 -
15:20 Task #39255 (Under Review): reflectionService property in AbstractViewHelper should be protected instead of private
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13042 -
15:17 Task #39255 (Resolved): reflectionService property in AbstractViewHelper should be protected instead of private
- The property "reflectionService" in the AbstractViewHelper should be protected instead of private to allow usage of t...
- 15:24 Revision 4b3c0967: [TASK] Make reflectionService property in AbstractViewHelper protected
- The property "reflectionService" in the AbstractViewHelper should be
protected instead of private to allow usage of t... -
14:40 Feature #39214 (Closed): The textfield viewhelper should have an attribute 'step' to allow decimal numbers
- Cool, thanks for the feedback!
-
14:11 Feature #39214: The textfield viewhelper should have an attribute 'step' to allow decimal numbers
- Hi Bastian - thanks for your reply. Yes, the way you suggested works perfectly. I was not aware of the additionalAttr...
-
13:02 Feature #39214 (Needs Feedback): The textfield viewhelper should have an attribute 'step' to allow decimal numbers
- IMO that is very specific and there are more possible attributes (like @min@ & @max@). That's why every tag based Vie...
2012-07-24
-
13:05 Feature #39214 (Closed): The textfield viewhelper should have an attribute 'step' to allow decimal numbers
- When using the textfield viewhelper to render a number field it will only accept integer values and no decimals. It i...
2012-07-23
-
00:19 Task #36207: Speed up performance in format.currency
- This micro optimization was now merged to v4 fluid with https://review.typo3.org/#/c/10443/ in ticket #34519
2012-07-19
-
18:00 Feature #38147: Suggested addition to SelectViewHelper - allowing prepend/append of child content to rendered option tag list
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/2113
2012-07-18
-
21:23 Revision c845ccc8: [TASK] Update Package.xml with new version number
- Change-Id: I84b81959ab9827d28661ac8bc56a571ca5a3b741
Releases: 1.1 -
18:12 Revision 6613e1ed: [TASK] Update Package.xml with new version number
- Change-Id: Ib8b204b98b1cfb14ccddb4d480e2e91802434ff1
Releases: 1.1 -
15:19 Feature #33143: Allow Format.Currency ViewHelper regard Locale
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7783 -
14:39 Feature #33143: Allow Format.Currency ViewHelper regard Locale
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7783 -
12:38 Revision 9a00d1b3: Merge "[TASK] Correct StripTags test because of unintended incompletion result"
-
12:37 Revision 492a8daa: [TASK] Correct StripTags test because of unintended incompletion result
- A test's data provider's method name began with the character sequence
'test', was hence regarded as test to be execu... -
12:35 Bug #37387 (Resolved): Translate Helper: Arguments replacement is not working for default value
-
12:35 Bug #37387 (Under Review): Translate Helper: Arguments replacement is not working for default value
- Patch set 1 for branch *FLOW3-1.1* has been pushed to the review server.
It is available at http://review.typo3.org/1... -
12:35 Bug #37387 (Resolved): Translate Helper: Arguments replacement is not working for default value
- Applied in changeset commit:96189df3951e77ed115c33d4a12603e0571c3f7a.
-
12:35 Revision a4a939cb: [BUGFIX] Replace placeholders in fallback for id translation
- When using id based translation and no translation is defined in XLIFF,
the tag value is used as a fallback in Transl... -
12:34 Revision c53abbf1: Merge "[BUGFIX] Replace placeholders in fallback for id translation"
-
11:40 Revision 96f77ee3: [TASK] Correct StripTags test because of unintended incompletion result
- A test's data provider's method name began with the character sequence
'test', was hence regarded as test to be execu... -
10:46 Bug #38592 (Resolved): attributes with dashes lead to wrong exception message
2012-07-13
-
15:13 Bug #38592 (Under Review): attributes with dashes lead to wrong exception message
- Patch set 1 for branch *FLOW3-1.1* has been pushed to the review server.
It is available at http://review.typo3.org/1... -
12:36 Bug #38592 (Resolved): attributes with dashes lead to wrong exception message
- Applied in changeset commit:88d7486d961daa35af376559675e93bcffe7756c.
-
15:13 Revision 049704f0: [BUGFIX] Make use of dashes in attribute names possible
- When using e.g. data-foo in VH tags, the parser would choke. This
change fixes this.
Change-Id: I2fee1b0413557814578... -
12:19 Revision 93c28ece: Merge "[BUGFIX] Make use of dashes in attribute names possible"
2012-07-12
-
15:04 Revision 7e68ea46: [BUGFIX] Remove (wrong) use of Internal annotation
- The internal annotation is used to declare command methods
as internal, not to mark things as not being public API.
... -
15:03 Revision 15c7ecd6: Merge "[BUGFIX] Remove (wrong) use of Internal annotation"
-
13:08 Bug #38592 (Under Review): attributes with dashes lead to wrong exception message
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12762 -
13:07 Bug #38592 (Accepted): attributes with dashes lead to wrong exception message
-
13:08 Revision 88d7486d: [BUGFIX] Make use of dashes in attribute names possible
- When using e.g. data-foo in VH tags, the parser would choke. This
change fixes this.
Change-Id: I2fee1b0413557814578... -
12:35 Bug #38873 (Resolved): Remove eval from StandaloneViewTest
- Applied in changeset commit:73c686b0ff4710e2a89f30a526f9bdb132723f95.
-
12:20 Bug #38873: Remove eval from StandaloneViewTest
- Patch set 2 for branch *FLOW3-1.1* has been pushed to the review server.
It is available at http://review.typo3.org/1... -
12:02 Bug #38873: Remove eval from StandaloneViewTest
- Patch set 1 for branch *FLOW3-1.1* has been pushed to the review server.
It is available at http://review.typo3.org/1... -
12:01 Bug #38873: Remove eval from StandaloneViewTest
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12753 -
12:20 Revision 73c686b0: [BUGFIX] Remove eval from StandaloneViewTest
- Removes the use of eval from the StandaloneViewTest so that
now a Fixture class is used that extends the StandaloneVi... -
12:17 Revision 50370f1a: [BUGFIX] Move functional test configuration to Testing
- This moves the functional test configuration to the
Testing context, to avoid errors in other contexts.
Change-Id: I... -
12:01 Revision ec1b9049: [BUGFIX] Remove eval from StandaloneViewTest
- Removes the use of eval from the StandaloneViewTest so that
now a Fixture class is used that extends the StandaloneVi...
2012-07-11
-
13:59 Bug #38873: Remove eval from StandaloneViewTest
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12753 -
13:59 Bug #38873 (Under Review): Remove eval from StandaloneViewTest
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12753 -
13:55 Bug #38873 (Resolved): Remove eval from StandaloneViewTest
- StandaloneViewTest uses eval to create a class that inherits from StandaloneView to override some things. This doesn'...
-
13:40 Bug #38871 (Closed): Generating links within script tags gives invalid documents
- When generating a link in a fluid template, which is enclosed by script-Tags to a given format, the ampersands are no...
2012-07-10
-
21:26 Bug #37543: Additional __identity field when using TYPO3.Media
- Still getting the error "it's not allowed to map property __identity" when submitting the upload form with a previous...
-
16:03 Bug #37543: Additional __identity field when using TYPO3.Media
- Thanks! I'll check on that this evening!
-
16:01 Bug #37543: Additional __identity field when using TYPO3.Media
- I just wrote Michel an email asking again for feedback.
-
16:22 Bug #37387 (Under Review): Translate Helper: Arguments replacement is not working for default value
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12743 -
16:07 Bug #37387 (Accepted): Translate Helper: Arguments replacement is not working for default value
- Krzysztof Daniel wrote:
> Also our customer is extracting f:translate tags automatically to xliff files. And than th... -
16:19 Revision 96189df3: [BUGFIX] Replace placeholders in fallback for id translation
- When using id based translation and no translation is defined in XLIFF,
the tag value is used as a fallback in Transl... -
08:27 Feature #33900 (Resolved): Change debug view helper for new extbase debugger
2012-07-09
-
11:38 Bug #37387: Translate Helper: Arguments replacement is not working for default value
- But those are workarounds. Expected behavior shall be unified.
And if you look into real life example:
<f:trans... -
11:14 Bug #37387: Translate Helper: Arguments replacement is not working for default value
- Krzysztof Daniel wrote:
> <f:translate arguments="{0: '{username}'}">Hello {username}</f:translate>
> But than tr... -
10:56 Bug #37387: Translate Helper: Arguments replacement is not working for default value
- Because the value comes form variable.
<f:translate id="something" arguments="{0: '{username}'}">Hello {0}</f:tran... -
10:37 Bug #37387: Translate Helper: Arguments replacement is not working for default value
- Krzysztof Daniel wrote:
> I have following tag and there is no translation in xliff file yet for key 'something'
... -
10:00 Bug #37387: Translate Helper: Arguments replacement is not working for default value
- Any update on this?
Also available in: Atom