Activity
From 2009-10-25 to 2009-11-23
2009-11-23
-
15:50 Bug #5256 (Resolved): htmlspecialchars() applied inconsistently and of little use
- The bug contained here has been fixed, the remaining stuff has it's own issue.
-
15:47 Feature #5257: Allow generic post-processing of template content
- See r3475 for the start of this and feel free to try it out...
2009-11-21
-
17:09 Revision 4e1b1fc2: [~TASK] Fluid (Core): Fixed a side effect of the double viewhelper instantiation removal that manifested itself when the syntaxtree cache was hit...
-
17:07 Revision a6df1bd8: [~TASK] Fluid (Core): Removed double instantiation of view helpers handed over to view helper nodes. Removed some "caching" in ViewHelperNode that is not (no longer) needed.
-
12:19 Revision 76075130: [~TASK] Fluid (Core): Removed double instantiation of view helpers handed over to view helper nodes. Removed some "caching" in ViewHelperNode that is not (no longer) needed.
2009-11-19
-
11:56 Revision fff6dc09: [-TASK] Fluid (Core): Removed object accessor post processing in favor of generic interceptors used during parsing.
- [+TASK] Fluid (Core): Added interceptors (for escaping and resource handling) that are activated in TemplateView.
[+T... -
09:56 Revision de09ca1c: [~TASK] Fluid: Created branch to commit (transitional) changes regarding the removal of ObjectAccessorPostProcessor in favor if parser interceptor concept.
2009-11-17
-
22:26 Revision b548a9e2: [~TASK] Fluid: Removed injectTemplateParser() from TemplateViewInterface (that's infrastructure and should not be in an interface). Some markup fixes to the DocBook sources.
-
13:23 Bug #5301: Select with option multiple throws Fatal Error
- Ok, that was my fault. I forgot to set name="myObject" in the form tag. We can close this issue.
2009-11-10
-
09:58 Bug #5301 (Closed): Select with option multiple throws Fatal Error
- The following code results in a fatal error:
<f:form.select id="categories" property="categories" options="{catego...
2009-11-09
-
12:11 Bug #5256: htmlspecialchars() applied inconsistently and of little use
- Bastian Waidelich wrote:
> # Object accessor nodes (e.g. @{customer.name}@)should be processed by the @ObjectAccesso... -
11:26 Revision 30521ebd: [~TASK] Fluid: Some more fixes to the TemplateViewTest...
-
11:21 Revision 9fed00a9: [~BUGFIX] Fluid (View): Fixed the TemplateView::parseTemplate() method which now throws an exception like the test assumes ...
2009-11-08
2009-11-07
-
23:35 Feature #4218: Support for properties of nested objects using "property"-argument
- I noticed that the error only appears when I send the "section" property. The snipped from my view looks like this:
... -
23:13 Feature #4218 (New): Support for properties of nested objects using "property"-argument
- Using r1642 and my snippet posted above <f:form.textbox property="user.name" /> is resolved correctly. However when s...
2009-11-06
-
16:37 Bug #5256: htmlspecialchars() applied inconsistently and of little use
- As a reminder:
# Object accessor nodes (e.g. @{customer.name}@)should be processed by the @ObjectAccessorPostProcesso... -
15:25 Bug #5256 (Resolved): htmlspecialchars() applied inconsistently and of little use
- Observations:
* When a value assigned to Fluid is put into a template, it remains untouched (i.e. angle brackets sta... -
15:58 Revision 985fa6c5: [~TASK] Fluid: non-functional changes done while reading the code.
-
15:25 Feature #5257 (Resolved): Allow generic post-processing of template content
- Currently relative URLs to resources must be created using the resource viewhelper. It would be a lot nicer if that w...
-
15:03 Bug #4972: f:format.date does not respect locale.
- Karsten Dambekalns wrote:
> And why the heck is there no locale-aware date formatting on DateTime? Grr.
Probably ...
2009-11-05
-
23:17 Bug #5237 (Resolved): fix v4's resource ViewHelper
- resolved in r1608.
-
11:32 Bug #5237 (Resolved): fix v4's resource ViewHelper
- [!!!][+BUGFIX] Fluid (ViewHelpers): FIxed the Resource ViewHelper to be in sync with FLOW3 again. This means that ins...
-
14:41 Revision 48c0f93c: [~API] FLOW3 (Log): setLogFileURL() was renamed to setLogFileUrl() in FileBackend.
- [~API] FLOW3 (MVC): redirectToURI() was renamed to redirectToUri() in AbstractController.
[~API] FLOW3 (MVC): setRequ... -
12:21 Revision 1f92952c: [~TASK] Fluid: Adapted Fluid unit tests to match the changes committed in the previous revision (re: controller context)
-
11:33 Revision e758d57b: [+BUGFIX] Fluid (ViewHelpers): Fixed comments of ViewHelpers.
-
09:25 Revision db0ef8be: [+BUGFIX] Fluid (Core): Now, the inline notation also works if spaces are before and after ->. This makes it a lot more error-tolerant.
2009-11-03
-
12:18 Revision c51d654b: [~TASK] Fluid: Fixed the exception hierarchy - \F3\Fluid\Exception is now the most generic exception. Also added generic exceptions for Core and View.
- [~TASK] Fluid (View): Wrote tests for the TemplateView::parseTemplate() method and added a safeguard for when the spe...
2009-11-02
-
17:29 Revision 591397a4: Set next version number of package Fluid to version 1.0.0-alpha7
-
17:29 Revision 2cba70f9: Tagged package Fluid as version 1.0.0-alpha6
2009-10-29
-
17:16 Revision f0b53212: [~TASK] Fluid (ViewHelpers): Renamed "packageKey" attribute to "package" in ResourceViewHelper to be consistent with other link/uri view helpers
-
17:05 Revision ca245d05: [+FEATURE] Fluid (ViewHelpers): added "additionalParams" attribute to uri.action & link.action view helpers. This allows you to add non-prefixed parameters to links.
-
12:31 Bug #5150 (Resolved): Rewrite ViewHelpers to support new inline notation
- Resolved in r3365
-
11:07 Revision c52fbdd7: [~TASK] Fluid (Core): No need to use our "PHP6" strtolower(), as all values checked against are plain ASCII.
-
08:29 Feature #3702 (Resolved): Inline notation should expect object-parameters by default
- the syntax is now like in arrays.
-
08:27 Feature #5118 (Resolved): Allow ViewHelpers to be Cascading in Shorthand-Syntax
- Hi,
we discussed this again, and for now came to two conclusions:
- we think it is a rather rare case to need thi...
2009-10-28
-
16:20 Revision 3ff7f92a: [!!!][+FEATURE] Fluid: Strings inside Arrays and the inline notation are now parsed by Fluid as well. This enables things like {fullName: '{firstName} {lastName}'} - thus, everything can be nested inside arrays and the ViewHelper inline notation arguments. This is a breaking change in case you used literal {...} inside your arguments, but not else. Relates to #5118.
-
16:16 Revision beaa1450: [+FEATURE] Fluid (ViewHelpers): extended format.date viewhelper by an additional "date" argument. Now you can write {f:format.date(date: 'yesterday')} in your templates. This change is backwards compatible! Relates to #5150
- [+FEATURE] Fluid (ViewHelpers): extended if viewhelper by arguments "then" and "else". Now you can write {f:if(condit...
-
13:28 Revision f15efd6d: [+BUGFIX] Fluid (ViewHelpers): Fixed no-brainer which prevented the Inline ViewHelper notation with object arguments from working.
-
12:03 Bug #5150: Rewrite ViewHelpers to support new inline notation
- *UPDATE:*
We've decided to rewrite the affected view helpers instead.
That is:
*uri.resource*:
from
@{foo -> f... -
11:58 Feature #5158 (Closed): Add "true" and "false" to Fluid syntax
- Currently...
-
07:57 Revision 208a4c9e: [~TASK] Fluid (ViewHelpers): Fixed inline documentation for ResourceViewHelper.
2009-10-27
-
20:56 Revision 5e5d02c1: [~TASK] Fluid (ViewHelpers): Changed the ResourceViewHelper again, the 'resource' argument is now called 'path'; added 'absolute' argument to generate absolute URLs.
-
18:12 Bug #5150: Rewrite ViewHelpers to support new inline notation
- Hey :-)
With the f:format.crop example, I don't really see why this should be needed :-) You can just crop it manu... -
17:14 Bug #5150 (Resolved): Rewrite ViewHelpers to support new inline notation
- With the new syntax for the Fluid inline notation (aka "shorthand syntax") implemented with r3333 we introduced a bre...
-
13:55 Bug #4667 (Needs Feedback): Error class magic only works for object properties....
- But how should the error handling work, if the textbox was not bound to a property?
-
13:54 Feature #4968 (Accepted): Sorting by OptionLabel for Selectbox
-
13:52 Bug #5020: SelectViewHelper produces invalid code
- Karsten Dambekalns wrote:
> To fix the issue one could add one option with "---" as a last resort.
Ok, I'll tak... -
11:09 Bug #5020: SelectViewHelper produces invalid code
- To fix the issue one could add one option with "---" as a last resort.
-
13:02 Task #5136 (Resolved): Cleanup in unit tests: class_exists, comments and license
- Applied in changeset r3350.
-
11:19 Task #5136 (Resolved): Cleanup in unit tests: class_exists, comments and license
- A lot of the unit tests contain the TYPO3 4.x license boilerplate and claim to use GPL v2. There are some extra docbl...
-
13:02 Task #5135 (Resolved): Make method names CGL conform in TemplateParser
- Applied in changeset r3350.
-
11:16 Task #5135 (Resolved): Make method names CGL conform in TemplateParser
- The TemplateParser class has a few methods named @handler_*()@ which violates the CGL.
-
13:02 Bug #5138 (Resolved): ResourceViewHelper uses hardcoded path to mirrored resources
- Applied in changeset r3350.
-
11:26 Bug #5138 (Resolved): ResourceViewHelper uses hardcoded path to mirrored resources
- The path to the public resource mirror can be configured in FLOW3, so the ResourceViewHelper must follow suit.
-
13:02 Bug #5137 (Resolved): ResourceViewHelper not usable with new shorthand syntax
- Applied in changeset r3350.
-
11:23 Bug #5137 (Resolved): ResourceViewHelper not usable with new shorthand syntax
- Since the resource to be included has no parameter in the view helper, one cannot use shorthand syntax with it.
-
13:01 Revision 1e492c77: [+BUGFIX] Fluid (ViewHelpers): The ResourceViewHelper can now be used with the new shorthand syntax, fixes #5137.
- [+BUGFIX] Fluid (ViewHelpers): The ResourceViewHelper uses the mirror path configured in FLOW3 now, fixes #5138.
[~TA... -
12:50 Bug #4972: f:format.date does not respect locale.
- Karsten Dambekalns wrote:
> Then use @return strftime($format, $date->getTimestamp());@ - but the format string must... -
11:14 Bug #4972: f:format.date does not respect locale.
- Then use @return strftime($format, $date->getTimestamp());@ - but the format string must be different then, sigh.
...
2009-10-26
-
19:14 Feature #5003 (Resolved): Parse output of view helper 'translate'
- Thomas Deinhamer wrote:
Hi,
> Sorry, I don't get it - how is this related to #4858?
You're right, the issues are n... -
18:20 Feature #5003: Parse output of view helper 'translate'
- Sorry, I don't get it - how is this related to #4858?
-
13:58 Feature #5118 (Resolved): Allow ViewHelpers to be Cascading in Shorthand-Syntax
- If you want to do something like this:...
-
07:09 Bug #5107 (Resolved): namespaces names cant have more than one letter
-
06:21 Bug #5107 (Accepted): namespaces names cant have more than one letter
-
07:09 Bug #5108 (Resolved): Custom ViewHelper couldnt find validator of its own domain
-
06:20 Bug #5108 (Accepted): Custom ViewHelper couldnt find validator of its own domain
-
07:06 Revision 64b1682d: [+BUGFIX] Fluid (Core): Validation of ViewHelper arguments is non-mandatory now, as there is no validator for each domain object / we do not always want to call it. Resolves #5108.
- [+BUGFIX] Fluid (Core): Shorthand Syntax of ViewHelpers can now use longer namespace prefixes than one character. Res...
2009-10-25
-
18:22 Bug #5108 (Resolved): Custom ViewHelper couldnt find validator of its own domain
- I've a model Tx_Mytube_Domain_Model_Video
I have created a ViewHelper
<?php
class Tx_Mytube_ViewHelpers_VideoVi... -
18:10 Bug #5107 (Resolved): namespaces names cant have more than one letter
- namespaces names cant have more than one letter in partials called from the layout
- {namespace z=Tx_foor_ViewHelp...
Also available in: Atom