Activity
From 2010-07-26 to 2010-08-24
2010-08-24
-
20:29 Revision 782b0809: [TASK] Fluid (Core): Regular Expression performance improvements
- In rare cases, on some systems (like mine), the
PCRE parser reproducably crashes if one passes very
long argument str... -
20:04 Revision 62be1676: [TASK] Fluid (Core): Formatted Regular Expressions more nicely
- There were some undocumented regular expressions
in the parser, which needed to be formatted nicely.
Change-Id: I5a0... -
18:00 Bug #9434 (Resolved): f:if condition does not treat integers right
- Applied in changeset commit:"b56726a8c322e7a8eb976272fa1fdc4db8a8de38".
-
17:10 Bug #9434 (Resolved): f:if condition does not treat integers right
- if you compare a discrete value with a negativ number it will always return true.
Example:
In the controller:
... -
17:56 Revision b56726a8: [+BUGFIX] Fluid (Core): Boolean expressions can now contain negative numbers. Resolves #9434.
- Boolean expressions with negative numbers did not work so far.
Now, they work as expected. Example from Viewhelpertes... -
15:32 Feature #9429 (Needs Feedback): f:render section with arguments
- Hey,
please try this feature out in newest trunk, or the version which will be included in 4.5alpha1. This feature... -
14:03 Feature #9429 (Closed): f:render section with arguments
- Why only partials can use arguments ?
I want to transfer some arguments to a sections, but i dont want to make eve...
2010-08-23
-
18:22 Revision d95c595b: [~TASK] *: Raised version numbers of packages contained in the FLOW3 distribution.
- Change-Id: Id6a5b647282a46e7b35ec6df4a410b8f9099d226
-
17:12 Revision 9c459564: [~TASK] FLOW3 (MVC): Changed the order how views are resolved: If a dedicated view exists for the controller / action pair, it is chosen instead of the Fluid Template View.
- [+FEATURE] FLOW3 (MVC): The ActionController now allows for specifying view object names for each format, e.g. a spec...
-
15:59 Revision 3d7251d5: [-TASK] Fluid: Removed @version keyword from files, relates to #8835.
- Change-Id: Ic68412b87cb3e6cc2e8d0553a59551113a3c7fd4
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
Also available in: Atom