Activity
From 2010-07-14 to 2010-08-12
2010-08-11
-
09:05 Feature #9244 (Resolved): Add support for subproperty and __toString() in GroupedForViewHelper
- Problem 1:
I have an array of objects and I want to group them by a property being a ValueObject. The VH should en...
2010-08-10
-
11:12 Task #9214: Improve handling of bound properties in checkbox, radio and select ViewHelpers
- Hey
thanks for your work on this :)
I think you missed the value-attribute in the form.select matrix. The combina...
2010-08-09
-
20:03 Task #9214: Improve handling of bound properties in checkbox, radio and select ViewHelpers
- Updated version of the input-output matrices and the corresponding Excel file
-
15:32 Task #9214: Improve handling of bound properties in checkbox, radio and select ViewHelpers
- Added examples for properties of type string/integer after discussion with Michael Feinbier.
-
14:51 Task #9214: Improve handling of bound properties in checkbox, radio and select ViewHelpers
- Attached is a first version of an input-output-matrix for checkbox and radio ViewHelpers. A sheet for select ViewHelp...
-
14:43 Task #9214 (Closed): Improve handling of bound properties in checkbox, radio and select ViewHelpers
- Currently the behavior for form.checkbox, form.radio & form.select ViewHelpers is not clear and leads to errors when ...
-
13:18 Bug #9210 (Rejected): imageViewHelper should not throw exception
- Currently all ViewHelper exceptions are catched and their message is outputted as string.
The corresponding code sni... -
13:08 Bug #9210: imageViewHelper should not throw exception
- thanks a bunch ;-)
-
12:37 Bug #9210 (Rejected): imageViewHelper should not throw exception
- Hey guys,
i don't like the imageViewHelper to throw exceptions if an image is not found. it should behave like the... -
13:17 Feature #9211 (Rejected): Improve ViewHelper exception handling
- Currently, if a ViewHelper throws an exception, we catch that in the corresponding ViewHelperNode and simply output t...
2010-08-06
-
21:26 Feature #6289: {settings} not automatically available in partials
- Sebastian Kurfuerst wrote:
> Bastian, could I somehow convince you? :-)
gn gn.. not really ;)
compare partia... -
21:02 Feature #8989: Search path for fluid template files
- I'm not sure about this one to be honest.. I think, the template path resolution is already quite complex.
Usually y... -
20:50 Feature #9037 (Rejected): new comparator for CheckboxViewhelper
- Hi Thomas,
I get your point now, but I think that we should try to avoid to add too many keywords to Fluid.
Inste... -
20:29 Task #8724 (Resolved): remove not needed argument from renderPartial
- In the meantime this feature has been backported. The renderPartial() method has been moved to the AbstractTemplateView.
-
16:13 Revision d403729c: [+BUGFIX] Fluid (View): AbstractTemplateView now correctly implements F3\FLOW3\MVC\View\ViewInterface and assign() and assignMultiple() will return an instance of $this to allow chaining again like $this->view->assign()->assign()... This fixes #9090
-
13:46 Feature #5485: Missing operators "===", "!==" and "!" in fluid comparism mechanism
- yes I wanted to negate the outcome of the expression afterwards
2010-08-05
-
14:49 Revision 36a8a4fe: [~TASK] Fluid: Removed execute bit from file permissions, was there in error.
- Change-Id: I9c9324be3dcd4519eddb8761ea7fd6353eaff65d
-
10:42 Feature #9143 (Resolved): Backport f:security.ifAuthenticated and f:security.ifHasRole ViewHelpers
- f:security.ifAuthenticated and f:security.ifHasRole ViewHelpers should be available in v4 too.
Note: The $role att...
2010-08-04
-
20:00 Bug #9090 (Resolved): Chaining of ->assign() does not work anymore
- Applied in changeset r4931.
-
19:33 Bug #9090: Chaining of ->assign() does not work anymore
- I'll take care of this (for trunks of FLOW3, Fluid, tx_extbase & tx_fluid)
-
17:23 Task #9135: FormViewHelper cannot get the value of DateTime
- There's a small typo above:
My model has two properties @$product_date@ and @$warranty_date@ which are both DateTime... -
17:14 Task #9135 (Rejected): FormViewHelper cannot get the value of DateTime
- Hey,
not quite shure if i did something wrong but I think I found a misbehaviour in the @AbstractFormViewHelper@. ...
2010-08-02
-
15:24 Bug #9090: Chaining of ->assign() does not work anymore
- Attached patches fixes the issue by adapting the interface and concrete view implementations. Additionally they add s...
-
13:14 Bug #9114: TemplateView - still using $viewData instead of $variables - error "Context has to be initialized with an array, NULL given."
- *argh* But thank you for mentioning that.
Maybe an email to typo3-announce would have been a good idea then, since... -
12:51 Bug #9114 (Resolved): TemplateView - still using $viewData instead of $variables - error "Context has to be initialized with an array, NULL given."
- Hey,
this has been already resolved in SVN and will be resolved with the next release coming tomorrow.
http://l... -
10:55 Bug #9114 (Resolved): TemplateView - still using $viewData instead of $variables - error "Context has to be initialized with an array, NULL given."
- Error-message is: Context has to be initialized with an array, NULL given.
This is a follow-up to the resolved bug...
2010-07-30
-
12:29 Bug #9090: Chaining of ->assign() does not work anymore
- The feature of chaining variable assignments was added with r2899
Since r4659 This feature was (unintentionally?) rem... -
12:07 Bug #9090 (Resolved): Chaining of ->assign() does not work anymore
- Since the latest release of Fluid the chaining of the ->assign() method does not work anymore...
-
10:58 Revision a49eaea5: [~TASK] TYPO3 (ViewHelpers): Outdented break statements in switch.
- [~TASK] FLOW3 (I18n): Renamed doParsing() back to parseFormat().
[~TASK] Fluid (ViewHelpers): Indented comments and r...
2010-07-28
-
15:02 Feature #6289: {settings} not automatically available in partials
- Hi,
I think as well that it would be a helpful feature. To me, partials are useful in two cases:
# to encapsula... -
11:46 Feature #6289: {settings} not automatically available in partials
- Hey Bastian,
I don't think that providing the settings in partials would conflict with this concept - especially when... -
10:34 Feature #6289: {settings} not automatically available in partials
- Hi all,
I don't like to play the grinch, but I'm not sure if we really want this feature..
In the mailing list I ... -
10:03 Feature #6289: {settings} not automatically available in partials
- Felix Oertel wrote:
> Great, thanks. Should be
>
> @$arguments = t3lib_div::array_merge_recursive_overrule(array... -
10:00 Feature #6289: {settings} not automatically available in partials
- Great, thanks. Should be
@$arguments = t3lib_div::array_merge_recursive_overrule(array('settings' => $this->templ... -
09:56 Feature #6289: {settings} not automatically available in partials
- attached one-liner solves this issue...
2010-07-27
-
18:36 Feature #9037: new comparator for CheckboxViewhelper
hi Bastian,
its a bit tricky to explain. I have fieldsets and formfields which can be arranged by the be-user (s...-
12:02 Feature #6149: for: add iteration informations
- FYI: I got some really positive feedback. Apparently this was a heavily missing feature - I promised to forward the c...
2010-07-26
-
18:17 Feature #9037 (Needs Feedback): new comparator for CheckboxViewhelper
- Hi Thomas,
could you provide an example of what you want to achieve?
normally you shouldn't have to care about se... -
16:54 Feature #9037 (Rejected): new comparator for CheckboxViewhelper
- i have a suggestion for a new "in_array" comparator in ViewHelperNode. Reason is that i'm creating forms in the front...
-
17:08 Revision 7feab9f3: [+TASK] Fluid (ViewHelpers): Small performance improvement in ForViewHelper: Objects will only be converted to arrays if reverse is TRUE. Relates to #8732
- [+TASK] Fluid (View): Added getter for template parser to AbstractTemplateView. This is useful if you want to use the...
-
17:02 Revision c610daf1: [+BUGFIX] Fluid (ViewHelpers): Fixed a possible security issue where the content inside the Fluid a is not properly HTML escaped. (forwardport from fluid extension r2482)
-
16:43 Bug #8749 (Needs Feedback): SelectViewHelper throws fatal error on PHP 5.2
- Hi Jochen and sorry for the late reaction.
I just tried to reproduce this and failed..... -
16:30 Task #6521 (Resolved): form ViewHelper: add "objectName" argument that overrules name attribute
- Applied in changeset r4905.
-
12:31 Task #6521 (Accepted): form ViewHelper: add "objectName" argument that overrules name attribute
-
16:23 Revision 8905c94a: [~TASK] Fluid (ViewHelpers): Added argument "objectName" to form ViewHelper. This is now the recommended way to specify the name of the object that is bound to a form! If objectName is not specified, the name attribute will be used as object name for backwards-compatibility reasons. This resolves #6521
-
13:05 Feature #6149 (Resolved): for: add iteration informations
- Applied in changeset r4904.
-
12:35 Feature #6149: for: add iteration informations
- Sorry for moving this around and around. But, good news: We decided that we don't need to go the "incubator way" for ...
-
12:34 Feature #6149 (Accepted): for: add iteration informations
-
13:04 Revision 1c1ca47b: [+FEATURE] Fluid (ViewHelpers): Added iteration information to for ViewHelper. Thanks to all the contributors for your input and patches! This resolves #6149
2010-07-23
-
10:55 Feature #9005 (Accepted): Fluid Template Analyzer (FTA)
- We want to implement a wizard like tool, that allows developers to analyze and test their Fluid templates. Following ...
-
10:42 Feature #4704 (Accepted): Improve parsing exception messages
- We decided, that we need to decouple this feature from the core.
We want to implement a hook mechanism that allows u...
2010-07-22
-
16:50 Feature #8992 (Resolved): Forwardport count ViewHelper
- Applied in changeset r4899.
-
15:58 Feature #8992 (Resolved): Forwardport count ViewHelper
- v5 is currently missing the count ViewHelper that we have in v4.
-
16:50 Task #8732 (Resolved): Small improvement of ForViewHelper
- Applied in changeset r4898.
-
16:46 Revision 2742ab60: [+FEATURE] Fluid (ViewHelpers): Added count ViewHelper (slightly improved forwardport from fluid extension). This resolves #8992
-
16:45 Revision bc55efa4: [~TASK] Fluid (ViewHelpers): Replaced custom convertToArray() method by PHPs iterator_to_array() function in cycle, for and groupedFor ViewHelpers. This resolves #8732. Thanks to Michael Feinbier!
-
10:26 Feature #8989 (Needs Feedback): Search path for fluid template files
- I'm currently working on a project where multiple extensions need to share some generic views, as well as be able to ...
2010-07-20
-
09:18 Bug #8540 (Closed): Call to undefined method F3\\Fluid\\View\\TemplateView::parseTemplate()
- great that it is solved :-)
Greets,
Sebastian -
02:02 Bug #8540: Call to undefined method F3\\Fluid\\View\\TemplateView::parseTemplate()
- Hmmm... we are unable to reproduce this issue again. In (newer) FLOW3/Fluid versions, Partials are working. Also test...
2010-07-19
-
23:00 Bug #6897 (Resolved): Fluid: form.select no (pre)selected values in multiple-mode
- Applied in changeset r4874.
-
23:00 Bug #8535 (Resolved): CheckBoxViewHelper hidden value creates extra data when using multi-valued field names
- Applied in changeset r4874.
-
22:55 Revision b71ce346: [+BUGFIX] Fluid (ViewHelpers): Now, it is possible to "unselect" checkboxes and multiselect fields in editing forms. This fixes #5638. This fixes #8535. This fixes #6897 (improved forwardport from Fluid extension r2346)
-
21:45 Bug #5512 (Resolved): form view helper produces invalid XHTML output
- Applied in changeset r4872.
-
21:40 Task #6521: form ViewHelper: add "objectName" argument that overrules name attribute
- Hey,
Bastian Waidelich wrote:
> This is indeed a problem.. But using the id would be dangerous as the same id can... -
21:38 Task #6521 (Needs Feedback): form ViewHelper: add "objectName" argument that overrules name attribute
- This is indeed a problem.. But using the id would be dangerous as the same id can't be used multiple times on one pag...
-
21:39 Revision dadfec9c: [+BUGFIX] Fluid (ViewHelpers): FormViewHelper wraps hidden fields with a div tag to create XHTML valid output. This fixes #5512
-
18:16 Bug #8939 (Rejected): format.date does not handle TYPO3/UNIX timestamps
- Hi Xavier,
as you have seen, the format.date ViewHelper internally passes the date argument to the DateTime constr... -
15:34 Bug #8939 (Rejected): format.date does not handle TYPO3/UNIX timestamps
- Hi,
I just upgraded an Extbase extensions I developed for TYPO3 4.3 and came across a bug in the format.date ViewH... -
13:20 Feature #6149: for: add iteration informations
- I did it just like in Alexander Stehliks patch with one exception: I always add the itterator to the view. If no spec...
-
10:14 Bug #8880 (Resolved): Be.ContainerViewHelper renders page header too early
- Applied with changeset r2417
2010-07-15
-
19:19 Bug #8893 (Resolved): Negative numeric values are not correctly converted to FALSE
- Applied in changeset r4864.
-
19:08 Bug #8893 (Resolved): Negative numeric values are not correctly converted to FALSE
- ...
-
19:19 Feature #8852 (Resolved): Add method overrideArgument() to AbstractViewHelper
- Applied in changeset r4864.
-
19:18 Revision 8cb5a00c: [!!!][+TASK] Fluid (ViewHelpers): The value argument is required again in form.checkbox and form.radio ViewHelpers. This is a breaking change, as the value argument has not been mandatory for a while. But it probably won't break existing templates as omitting the value makes no sense at all. Relates to #8852
- [+FEATURE] Fluid (Core): implemented overrideArgument() method in AbstractViewHelper to be able to override previousl...
-
17:19 Bug #8540: Call to undefined method F3\\Fluid\\View\\TemplateView::parseTemplate()
- Hey,
can you upload your template please? Here, everything seems to work with the exact same setup.
Greets,
Se... -
15:44 Bug #8879: { } when using as JavaScript
- Hi Bastian,
but why, and sorry for the question, not make it mandatory to let the namespace identifier immediately... -
15:24 Bug #8879: { } when using as JavaScript
- Adrian Foeder wrote:
Hi Adrian,
> Am I understanding right that inline view helper parsing would NOT take place
> i... -
14:24 Bug #8879: { } when using as JavaScript
- Hi Bastian,
sorry for that double posting; I didn't find an already existing report similar to mine.
In fact, m... -
14:06 Bug #8879 (Closed): { } when using as JavaScript
- Hi Adrian, thanks for your feedback.
This seems to be the same issue as #6338.
Because it would be really difficult... -
13:43 Bug #8879 (Closed): { } when using as JavaScript
- assuming the following FLUID code:...
-
13:57 Bug #8880 (Resolved): Be.ContainerViewHelper renders page header too early
- It is currently impossible to add something to the pageRenderer object in a child view helper of a Be.ContainerViewHe...
2010-07-14
-
09:57 Bug #8854 (Resolved): form.checkbox ViewHelper throws Exception in newAction
- When using the form.checkbox ViewHelper in ObjectAccessorMode (bound to a property of the form object) this leads to ...
-
09:53 Feature #8852 (Resolved): Add method overrideArgument() to AbstractViewHelper
- When registering an argument twice, you'll get an exception...
Also available in: Atom