Activity
From 2009-08-06 to 2009-09-04
2009-09-04
-
20:27 Feature #4460 (Resolved): Add GroupedForViewHelper
- Provide a view helper that allows to iterate through values and group the result by a given key.
This might look lik... -
20:10 Feature #4459 (Resolved): Add PaddingViewHelper
- A PaddingViewHelper can be useful to format strings, especially in text/xml templates. It is a wrapper for PHPs str_p...
-
20:08 Feature #4458 (Resolved): Add CycleViewHelper
- A cycle view helper is useful for iterating through a predefined set of values in loops. E.g.:...
-
20:05 Bug #3292: viewhelper backend support
- What needs to be done here?
-
20:04 Feature #3793: CSS class for errors in form view helpers
- This is already implemented, right?
-
20:03 Task #4442 (Resolved): Rename TagBuilder->render() to TagBuilder->build()
- Applied in changeset r1179.
-
18:54 Feature #4207: Make action argument optional in ActionViewHelpers
- Jeff Segars wrote:
Hey Jeff,
> Sorry for now responding sooner.
No problem.
> In my case, I'm using parti... -
18:20 Feature #4207: Make action argument optional in ActionViewHelpers
- Hey Bastian,
For some reason I didn't get a notification on your first reply. Sorry for now responding sooner.
In... -
18:10 Feature #4207 (Resolved): Make action argument optional in ActionViewHelpers
- Since r1180 action argument of action viewhelpers is optional.
If action is not specified, it won't appear in the re... -
17:05 Task #3987: Inconsistent attribute naming in Form view helper
- I'll take care of that during the UriBuilder rewrite (90% finished)
2009-09-03
-
22:01 Bug #4051 (Resolved): TagBuilder is not resetted when a view helper is initialized multiple times
- Applied in changeset r3119.
-
21:38 Task #4442: Rename TagBuilder->render() to TagBuilder->build()
- Attached patch incorporates the required changes.
I'm not committing it for now, cause it forces an API change, but ... -
21:36 Task #4442 (Resolved): Rename TagBuilder->render() to TagBuilder->build()
- The render() method might be a bit misleading. The default name for the main method of a Builder is... build().
-
21:27 Revision 6b203075: [+FEATURE] Fluid (ViewHelpers): Added reset() method to TagBuilder. This is called in all TagBasedViewHelper's initialize() method. This resolves #4051.
2009-08-31
-
20:01 Feature #3661 (Resolved): <f:form.checkbox and <f:form.radio missing?!
- Applied in changeset r3109.
-
19:22 Revision 35083ea4: [FEATURE] Fluid (ViewHelpers): Added checkbox and radio form viewHelpers. Resolves #3661
- [FEATURE] Fluid (ViewHelpers): Added fieldNamePrefix to FormViewHelper as a preparation for namespaced forms. Relates...
-
15:29 Feature #4277 (Needs Feedback): Putting form fields in a partial causes error
- Please check if the attached patch solves the issue.
-
15:23 Feature #2669 (Closed): PDF version of the documentation
- as we have the manual on http://flow3.typo3.org/documentation/manuals/fluid/ available for now, I think we can close ...
-
13:37 Bug #3296: override templatePath
- Sebastian Kurfuerst wrote:
Two little notes:
> - set plugin.tx_blogexample.view.templatePath to filedmin/templa... -
13:22 Bug #3296 (Resolved): override templatePath
- works now via view.templateRootPath
The workflow is as follows:
- Copy the directories "Partials" "Templates" "La... -
12:55 Revision 5d8a7f06: [FEATURE] Fluid (TemplateView): Made templateRootPath configurable. Related to #3296.
-
10:36 Bug #4231 (Resolved): [Fluid] Only one level is possible for directories in ViewHelpers
- done.
-
10:36 Revision ef384c7c: [FEATURE] Fluid (TemplateParser): Now, multiple nesting levels are possible for nested ViewHelpers, instead of just one. Resolves #4231.
-
10:23 Bug #3443 (Resolved): Unreachable code in TemplateView
- resolved a while ago by completely rewriting the TemplateView
-
10:16 Feature #4207: Make action argument optional in ActionViewHelpers
- Hi Jeff,
sorry for the delay, the optional action argument makes perfect sense!
Only, there is an "issues" with that...
2009-08-28
-
16:39 Feature #4380 (Resolved): Implement an ifRole view helper
- Analog to the ifAccess view helper the ifRole view helper should render it's contents only if the current user has th...
2009-08-27
-
12:08 Bug #4357 (Resolved): A selected object in a form could not be persisted
- Adding a new Blog results in a fatal error:...
2009-08-26
2009-08-24
-
12:01 Bug #4287 (Resolved): Missing reference in ext_autoload.php
- Applied in changeset r1127.
2009-08-21
-
08:45 Bug #4287 (Resolved): Missing reference in ext_autoload.php
- Index: ext_autoload.php
===================================================================
--- ext_autoload.php ...
2009-08-20
-
10:15 Feature #4277 (Resolved): Putting form fields in a partial causes error
- You often have the same form-fields in a new-template like in an edit-template. So I would like to put them into a pa...
2009-08-18
-
15:53 Revision c0a64ae8: Set next version number of package Fluid to version 1.0.0-alpha4
-
15:53 Revision fe2db5c2: Tagged package Fluid as version 1.0.0-alpha3
2009-08-17
-
18:38 Feature #4230: Create ViewHelpers for Backend Modules
- I committed them to blog_example to show how it works. Later these viewhelpers could be part of FLUID, but for now i ...
2009-08-14
-
12:39 Feature #4207 (Accepted): Make action argument optional in ActionViewHelpers
- Hi Bastian. Could you please take care of this issue?
-
11:27 Bug #3985 (Needs Feedback): f:form.textbox is not usable anymore without wrapping an f:form element
- @Bastian: Could you please check, if this is a Bug or a missing feature ;-)
-
11:25 Bug #4231 (Needs Feedback): [Fluid] Only one level is possible for directories in ViewHelpers
- @Sebastian Please check the patch.
-
11:02 Bug #4231 (Resolved): [Fluid] Only one level is possible for directories in ViewHelpers
- Applied in changeset r1106.
-
10:58 Bug #4231 (Needs Feedback): [Fluid] Only one level is possible for directories in ViewHelpers
2009-08-12
-
11:09 Bug #4231 (Resolved): [Fluid] Only one level is possible for directories in ViewHelpers
- Fluid only resolves one level in Tx_Fluid_Core_Parser_TemplateParser::resolveViewHelperName
Change it to infinetiv... -
11:08 Feature #4230 (Resolved): Create ViewHelpers for Backend Modules
- Creating backend modules should be very simple. I started with creating these viewhelpers and grouped them by categor...
2009-08-11
-
02:01 Feature #3317 (Resolved): AbstractFormViewHelper must be adjusted to be able to namespace arguments
- Applied in changeset r1096.
2009-08-10
-
17:06 Feature #4218 (Resolved): Support for properties of nested objects using "property"-argument
- Hi all,
it would be great to be able to use the "property"-argument to specify values for nested objects. Here is ... -
10:02 Feature #3317: AbstractFormViewHelper must be adjusted to be able to namespace arguments
- Jochen Rau wrote:
Hi Jochen,
> Is this a bug or did I miss something.
This was a mistake. I've renamed "pref... -
06:43 Revision 5c289e3a: [+BUGFIX] Fluid (View): Improved error message in case no layout/partial was found. Resolves #4204.
-
01:36 Feature #4207 (Resolved): Make action argument optional in ActionViewHelpers
- The action view helpers for links and URIs both require the action argument. These view helpers may be used to genera...
2009-08-09
-
22:54 Feature #3317: AbstractFormViewHelper must be adjusted to be able to namespace arguments
- Thanks a lot for the very large patch.
I tested the patch and had to change line 61 in Tx_Fluid_ViewHelpers_Form_A... -
20:24 Feature #3317: AbstractFormViewHelper must be adjusted to be able to namespace arguments
- Attached patch implements the namespacing of field names in forms and contains some refactorings and enhancements.
@... -
22:01 Bug #4063 (Resolved): CObjectViewHelper erases field data in TypoScript
- Applied in changeset r1084.
-
22:01 Feature #4202 (Resolved): Add "absolute" argument to action link viewhelpers
- Applied in changeset r1083.
-
20:36 Feature #4202 (Resolved): Add "absolute" argument to action link viewhelpers
- Since r2914 Fluid supports to generate absolute links/URIs by setting the argument $absolute. This is useful for news...
-
21:50 Feature #3661: <f:form.checkbox and <f:form.radio missing?!
- Attached is a patch that implements a simple checkbox/radio viewhelper. Once for Fluid (package) and once for tx_flui...
2009-08-06
-
15:02 Bug #4170 (Resolved): Form Viewhelper creates hidden identity field even for new objects
- Applied in changeset r2991.
-
14:05 Bug #4170 (Resolved): Form Viewhelper creates hidden identity field even for new objects
- Every entity has a uuid, no matter if it's new, reconstituted or clone of a reconstituted object.
Earlier the form... -
14:09 Revision 5dfceac0: [+FEATURE] FLOW3 (Persistence): The persistence framework (Dirty Monitoring Aspect to be exact) now traces if an entity is a clone of an existing (= reconstituted) entity. This allows for intelligently rendering a hidden identity field in forms by Fluid's Form Viewhelper. Relates to #4170
- [+BUGFIX] Fluid (ViewHelpers): Added an additional check for rendering the hidden identity field: the hidden field is...
-
11:40 Revision 459b892f: [+FEATURE] FLOW3 (MVC): It is now possible to disable validation temporarily for single controller arguments. This is necessary in situations where a knowingly incomplete / invalid argument needs to be passed to an action, for example an edit action. Validation can be disabled either by calling the disableValidation() method on the argument object or by adding a @dontvalidate $argumentName annotation to an action method. Resolves #4166
- [+TASK] FLOW3 (Documentation): Documented the new @dontvalidate annotation.
[+FEATURE] FLOW3 (Package): The package m... -
08:32 Bug #4063: CObjectViewHelper erases field data in TypoScript
- Bastian, can you take care of this issue?
Also available in: Atom