Activity
From 2009-07-20 to 2009-08-18
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?
2009-08-03
-
12:45 Revision bc254163: [TASK] Fluid (View): Added a placeholder to TemplateView as a hook point for custom code when backporting.
- [TASK] Fluid (ViewHelpers): AbstractFormViewHelper - Now using Persistence\Backend to determine if an object is updat...
2009-08-01
2009-07-31
-
12:18 Feature #3661: <f:form.checkbox and <f:form.radio missing?!
- Attached is a patch that implements a simple checkbox & radio viewhelper.
*Note:*
Something like ... -
12:06 Bug #3657 (Resolved): <f:form.select does not allow to specify selectedValue
- Inline documentation has been fixed in r2914
2009-07-30
-
15:30 Bug #4063: CObjectViewHelper erases field data in TypoScript
- Tx_Fluid_ViewHelpers_Format_CropViewHelper uses $GLOBALS['TSFE']->cObj, too.
2009-07-29
-
22:20 Revision af32a66f: * [~TASK] Fluid (ViewHelpers): Changed some doc comments in the ifAccess view helper.
-
21:28 Revision 3601c445: * [+FEATURE] Fluid (ViewHelpers): Implemented the ifAccess view helper, that renders its content based on the configured FLOW3 policy. Resolves #3622.
-
19:37 Bug #4063 (Resolved): CObjectViewHelper erases field data in TypoScript
- If no cObj is handed, CObjectViewHelper uses cObj from the GLOBALS-array. But this way it erases all data in this cOb...
-
17:45 Bug #3969 (Closed): "Fatal error: Objects used as arrays.." with PHP 5.2.0
-
14:01 Bug #4051 (Needs Feedback): TagBuilder is not resetted when a view helper is initialized multiple times
- The attached patch fixes the issue for me.
@Robert: Please have a look and commit if there are no objections -
13:46 Bug #4051 (Resolved): TagBuilder is not resetted when a view helper is initialized multiple times
- Since r2895 ViewHelpers that belong to the same ViewHelperNode (inside loops) are only instantiated once. This leads ...
-
13:51 Bug #3792 (Closed): Special tag attributes for form view helpers are missing (e.g. size)
- Apparently the size was added by me already. Then I'll close the ticket.
-
13:31 Bug #3792: Special tag attributes for form view helpers are missing (e.g. size)
- Christopher Hlubek wrote:
> standard attributes like size for an input element should really be settable directly ... -
09:51 Bug #3792: Special tag attributes for form view helpers are missing (e.g. size)
- It solves my problem at first glance, but standard attributes like size for an input element should really be settabl...
2009-07-28
-
21:01 Bug #4028 (Resolved): Email Uri Helper creates a link tag instead of an URI
- Applied in changeset r2914.
-
20:17 Bug #4028 (Resolved): Email Uri Helper creates a link tag instead of an URI
- \F3\Fluid\ViewHelpers\Uri\EmailViewHelper actually does the same as \F3\Fluid\ViewHelpers\Link\EmailViewHelper - crea...
-
21:01 Bug #4027 (Resolved): options-argument of the SelectViewHelper should not be optional
- Applied in changeset r2914.
-
20:05 Bug #4027 (Resolved): options-argument of the SelectViewHelper should not be optional
- The SelectViewHelper expects $this->arguments['options'] to be an array. A Select field without options wouldn't make...
-
20:26 Revision 7286ef57: [+FEATURE] Fluid (Core): Added "not equal" Comparator. Now you can use booleanArgument="{foo} != {bar}" in your template
- [TASK] Fluid (Core): Whitespace- and doc comment tweaks in ViewHelperNode, TagBuilder, EmailViewHelper amd ThenViewHe...
-
19:58 Bug #3792: Special tag attributes for form view helpers are missing (e.g. size)
- Christopher Hlubek wrote:
> Form input elements can have a lot of HTML attributes e.g. for the size or maxlength.
>... -
13:55 Revision ee2556be: [~TASK] Fluid (Documentation): adjusted IDs in the docbook sources.
- [~TASK] Fluid (Service): the docbook generator adds an ID to the section it generates.
2009-07-27
-
23:41 Revision 961b7fd2: [TASK] Fluid (View): Refactored TemplateView. Now, We're using a clever fallback scheme to resolve Partials and Templates.
- [!!!] Fluid (View): In case you used Partials until now, the Syntax changed! Partials are not allowed to have / in fr...
-
22:01 Feature #3997 (Resolved): Enable bulk assignment of template variables
- Applied in changeset r2899.
-
14:54 Feature #3997 (Resolved): Enable bulk assignment of template variables
- Currenly TemplateView::assign() expects two arguments: the key and the value of the variable to assign. When lots of ...
-
21:49 Revision bf0a33ad: [+FEATURE] FLOW3 (MVC): Enable bulk assignment of template variables in AbstractView. Just call $this->view->assignMultiple(array('key1' => 'value1', 'key2' => 'value2')) to set multiple keys at once. Resolves #3997
- [+BUGFIX] FLOW3 (MVC): AbstractView::assign() now returns itself as stated in the comment. This enables method chaini...
-
18:03 Revision 361ad47b: [TASK] Fluid (Core): Removed a few @api annotations.
-
18:02 Bug #3994 (Resolved): Viewhelpers are instanciated multiple times in ViewHelperNode
- Applied in changeset r2895.
-
14:38 Bug #3994 (Accepted): Viewhelpers are instanciated multiple times in ViewHelperNode
-
12:36 Bug #3994 (Resolved): Viewhelpers are instanciated multiple times in ViewHelperNode
- In the evaluate() method of \F3\Fluid\Core\Parser\SyntaxTree\ViewHelperNode there is...
-
17:45 Revision 758a2e10: [+BUGFIX] Fluid (Core): ViewHelpers are not anymore instanciated multiple times for one tag in the template. Now, you can store values inside a ViewHelper, f.e. to see how often it has been rendered. Fixes #3994.
-
11:27 Task #3987 (Resolved): Inconsistent attribute naming in Form view helper
- The action link view helper uses the following attributes for specifying the action:...
-
11:17 Bug #3443: Unreachable code in TemplateView
- I roughly fixed this in r2873, however the partials rendering mechanism still needs to be checked by Sebastian.
-
10:40 Bug #3985 (Resolved): f:form.textbox is not usable anymore without wrapping an f:form element
- Hi,
you have been able to use ViewHelper form.textbox as standalone to create an input field.
Since some time (cann...
2009-07-26
-
11:54 Story #3714: Add advanced validation of ViewHelper arguments
- So sorry, this is a mix up. Of course it can't be protected, the v3 patch changes this to public as it is on my other...
2009-07-25
-
22:37 Story #3714 (Needs Feedback): Add advanced validation of ViewHelper arguments
- Hey Christian,
I just had a quick look at the patch, and I still have two questions:
1) How can initializeRende...
2009-07-24
-
17:34 Revision 2b986cd3: [~BUGFIX] FLOW3 (Validation): The ValidatorResolver test case failed - but only if the Blog package was installed. This was due to some Blog model being used by a data provider which in reality should have been a sample, not existing class. Fixed that.
- [~TASK] FLOW3 (Validation): The TextValidator was too restrictive because it did not allow line breaks and other comm...
-
17:04 Revision 08c95808: [~BUGFIX] Fluid (ViewHelpers): Fixed a failing test of the For view helper introduced in the last commit.
-
16:47 Revision 32458fc8: [+FEATURE] Fluid (ViewHelpers): Introduced a new attribute "reverse" to the for view helper which allows for iterating reversely over arrays and SPLObjectStorages.
-
13:21 Bug #3969: "Fatal error: Objects used as arrays.." with PHP 5.2.0
- We considered in TYPO3 core not to make workarounds for PHP Bugs - these will be fixed in later releases anyway
-
00:43 Bug #3969: "Fatal error: Objects used as arrays.." with PHP 5.2.0
- As far as I know this was actually a problem in some PHP releases, so an PHP update fixing this bug seems OK to me. I...
2009-07-23
-
17:39 Bug #3969 (Closed): "Fatal error: Objects used as arrays.." with PHP 5.2.0
- I spend some time now, to understand this error:
Fatal error: Objects used as arrays in post/pre increment/decreme... -
16:30 Revision 90a1d988: [+BUGFIX] Fluid (View): Fixed the partials render method. Now partials do basically work, however I don't recommend using them yet until tests and further fixes have been written.
-
16:20 Revision 63ca0b83: [+TASK] Fluid (Documentation): Updated the documentation regarding the new "absolute" and "format" attributes for URI view helpers.
-
15:36 Story #3714 (Resolved): Add advanced validation of ViewHelper arguments
- Patch v2 working good with some basic testing. Think it could be integrated, what do I have to do now with the patch?
-
15:12 Revision 4ebbc8c0: [+FEAT] Fluid (ViewHelper): The Action View Helper and the URI Builder now support rendering of absolute URIs. This comes in handy if you need an URI pointing to your feed or the like. Absolute URIs can be generated by specifying the "absolute" property: <f:link.action action="index" controller="Post" absolute="TRUE" />...
-
13:39 Revision adb4bd63: [+FEAT] FLOW3 (MVC): The format of a request may now contain any character which allows to specify formats like "rss.xml" or "foo.bar.baz.html" instead of just "xml".
- [~TASK] FLOW3 (Validation): Fixed an exception message in the Validator Resolver.
[+FEAT] Fluid (View): While resolvi...
2009-07-22
2009-07-21
-
23:01 Feature #3861 (Resolved): Backport fluids f:form:errors feature
- Applied in changeset r977.
2009-07-20
-
08:16 Feature #3861: Backport fluids f:form:errors feature
- I'll give it a try now.
Greets,
Sebastian
Also available in: Atom