- 19 Jul, 2010 1 commit
-
-
Bastian Waidelich authored
[~TASK] Fluid (ViewHelpers): Fixed BE support of the ViewHelpers cObject, format.crop, uri.resource. Relates to #8947 [~TASK] Fluid (ViewHelpers): Added BE support in the ViewHelpers format.html and image. Relates to #8947
-
- 15 Jul, 2010 2 commits
-
-
Bastian Waidelich authored
[!!!][+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 (backported from Fluid package r4864) [+FEATURE] Fluid (Core): implemented overrideArgument() method in AbstractViewHelper to be able to override previously registered arguments in subclasses. This resolves #8852 (backported from Fluid package r4864) [+BUGFIX] Fluid (Core): Negative numeric values are properly converted to FALSE when used in boolean ViewHelper arguments. This resolves #8893 (backported from Fluid package r4864)
-
Bastian Waidelich authored
[+BUGFIX] Fluid (ViewHelpers): Reversed the rendering order of header and childNodes in be.container ViewHelper to enable child nodes to modify the pageRenderer. This resolves #8880 (thanks to Andreas Wolf)
-
- 13 Jul, 2010 5 commits
-
-
Bastian Waidelich authored
-
Bastian Waidelich authored
[+BUGFIX] Fluid: Replaced SplObjectStorage by Tx_Extbase_Persistence_ObjectStorage to be PHP 5.2-compatible (which ships with a broken implementation of SplObjectStorage) [!!!][~TASK] Fluid (Core): Renamed ConditionViewHelper and TagBasedViewHelper to Abstract*ViewHelper as per CGL. (backported from Fluid package r4840). To be backwards-compatible, TagBasedViewHelper.php still exists and will write an entry to TYPO3s deprecation log if used. Please adapt your custom ViewHelpers and inherit from AbstractTagBasedViewHelper instead of TagBasedViewHelper. This resolves #8834 [~TASK] Fluid: Marked vfs unit tests to be skipped, as vfs is not part of v4 (yet)
-
Bastian Waidelich authored
[-TASK] Fluid: Removed @package/@subpackage annotations from all Fluid classes. They have already been removed in FLOW3 packages in r2813.
-
Bastian Waidelich authored
[-TASK] Fluid: Removed @version annotation from all Fluid classes to ease the backporting process. Relates to #8835 (backported from Fluid package)
-
Bastian Waidelich authored
[+BUGFIX] Fluid (View): fixed method signature of AbstractTemplateView:getTemplateSource() that was different from the concrete implementation (backported from Fluid package)
-
- 12 Jul, 2010 2 commits
-
-
Sebastian Kurfürst authored
[+FEATURE] Fluid: The TemplateVariableContainer now provides a method to retrieve all variables. [~TASK] Fluid (Core): Introduced a RenderingContextInterface to more cleanly decouple Fluid's rendering context from the TypoScript rendering context. Note that view helpers (and other code) should now refer to that interface instead of the concrete Fluid implementation! [!!!][+BUGFIX] Fluid (Core): Refactored all Condition-ViewHelpers like f:if, f:security.if* to use a newly created base class F3\Fluid\Core\ViewHelper\ConditionViewHelper. This greatly simplifies the implementation of custom conditions. However, THIS IS A BREAKING CHANGE in case you copied the f:if ViewHelper to create a custom condition ViewHelper, as the internal workings changed. Please check the new f:if ViewHelper to see how to adjust your ViewHelper -- you basically just have to throw away a lot of code. Resolves #8824. [!!!][-API] Fluid (TemplateView): Removed renderSection() and renderWithLayout() from public API in Tx_Fluid_View_TemplateView, as this should only be called from inside Fluid. [!!!][TASK] Fluid (ViewHelpers): the <f:section />-ViewHelper now does NOT render itself anymore when encountered in a normal template. Example: Before the change, the template "before <f:section name='...'> middle </f:section> after" was rendered as "before middle after", but now it is only rendered as "before after". Although this is a breaking change, it is quite unlikely that anybody relied on this behavior, as it was inconsistent beforehand. [TASK] Fluid (TemplateView): Major refactoring of the layout, partial and section rendering mechanism. This also induces a speedup as retundant rendering is eliminated. [+FEATURE] Fluid (ViewHelpers): The <f:render>-ViewHelper can be now used to render sections in the same partial and template. In these cases, all arguments need to be specified explicitely. Additionally, it can now be used to render a section recursively. [~TASK] Fluid (Core): Removed some non-API-methods which were never called.
-
Bastian Waidelich authored
[+FEATURE] Fluid (ViewHelpers): format.crop ViewHelper now supports all features in Backend mode. Relates to #8648
-
- 25 Jun, 2010 1 commit
-
-
Bastian Waidelich authored
[+TASK] Fluid: Set dependency to Extbase 1.2.x in ext_emconf.php to avoid confusions when working with different versions
-
- 24 Jun, 2010 2 commits
-
-
Bastian Waidelich authored
[+FEATURE] Fluid (ViewHelpers): added "selectAllByDefault" argument to form.select ViewHelper. Resolves #4984 [~TASK] Fluid (Parser): Got rid of the constructor in Parser\Configuration.
-
Bastian Waidelich authored
[+FEATURE] Fluid (ViewHelpers): Added URI options noCache, noCacheHash, section, format, additionalParams, absolute, addQueryString & argumentsToBeExcludedFromQueryString to FormViewHelper. Resolves #8247 [+BUGFIX] Fluid: Removed a leading backslash in ViewHelperBaseTestcase that led to an error with PHP < 5.3 [+TASK] Fluid: Backported some recent Fluid changes (Note: this is not a complete backport, there are still changes in Fluid Package that are not backported yet): [+BUGFIX] Fluid (ViewHelpers): form.select ViewHelper did only check whether "multiple" attribute was set and not whether it was empty or not. Resolves #5879 [+FEATURE] Fluid (ViewHelpers): GroupedForViewHelper can now group by object. Resolves #7389
-
- 22 Jun, 2010 1 commit
-
-
Sebastian Kurfürst authored
-
- 18 Jun, 2010 5 commits
-
-
Sebastian Kurfürst authored
-
Bastian Waidelich authored
-
Bastian Waidelich authored
[!!!][+TASK] Fluid: Template filenames are expected to be UpperCamelCased from now on. For a grace period there is still a fallback mechanism, so that your old template filenames will still work. But you should rename your templates from "myaction.html" to "MyAction.html" to make sure, that it still works in upcoming versions of Fluid! Resolves #7243
-
Sebastian Kurfürst authored
-
Sebastian Kurfürst authored
-
- 17 Jun, 2010 2 commits
-
-
Bastian Waidelich authored
[TASK] Fluid: Replaced some RuntimeExceptions by Tx_Fluid_Core_ViewHelper_Exception_InvalidVariableExceptions in ViewHelperVariableContainer to get green unit tests again [TASK] Fluid: Added new Exception classes to ext_autoload.php
-
Bastian Waidelich authored
-
- 15 Jun, 2010 3 commits
-
-
Sebastian Kurfürst authored
-
Sebastian Kurfürst authored
[+BUGFIX] Fluid (Core): Now, it is possible to "unselect" checkboxes in editing forms; also with multiselect checkboxes. Resolves #5638
-
Sebastian Kurfürst authored
-
- 01 Jun, 2010 1 commit
-
-
Felix Oertel authored
[+BUGFIX] Fluid (ViewHelpers): added auto-detection of string-format and propper cropping of HTML. Resolves #7743
-
- 02 May, 2010 1 commit
-
-
Sebastian Kurfürst authored
-
- 16 Apr, 2010 1 commit
-
-
Sebastian Kurfürst authored
[+BUGFIX] Fluid (ViewHelpers): escapeViewHelper now takes encoding of resulting web page into account. Resolves #7292.
-
- 27 Mar, 2010 1 commit
-
-
Steffen Ritter authored
-
- 19 Mar, 2010 1 commit
-
-
Sebastian Kurfürst authored
[+FEATURE] Fluid (ViewHelpers): The <f:form.error> ViewHelper now supports property paths for the "for"-Argument. Now, one can display only the errors of a given property of an object. Example: In the Blog Example, one could now write <f:form.errors for="blog.title">.
-
- 16 Mar, 2010 7 commits
-
-
Sebastian Kurfürst authored
[+TASK] Fluid (ViewHelpers): Improved Documentation in *PageViewHelper. Thanks to Falk Kühnel for the suggestion! Resolves #6297.
-
Sebastian Kurfürst authored
[+BUGFIX] Fluid (ViewHelpers): f:link.action can now be used inside f:form without breaking hmac verification. Resolves #6809, Resolves #6808, Resolves #6514. Thanks to Peter Niederlag for providing a patch!
-
Sebastian Kurfürst authored
-
Sebastian Kurfürst authored
-
Sebastian Kurfürst authored
[TASK] Fluid: Backported all changes from Fluid v5 again. This includes mostly some internal restructurings. [!!!][TASK] Fluid (ViewHelpers): The <f:base> ViewHelper now creates a self-closing tag instead of an opening/closing tag. This is standards-conformant, but will BREAK IE6!!
-
Sebastian Kurfürst authored
-
Sebastian Kurfürst authored
-
- 29 Nov, 2009 1 commit
-
-
Sebastian Kurfürst authored
[+BUGFIX] Fluid (ViewHelpers): Fixing potential XSS Attack if $TYPO3_CONF_VARS['SYS']['sitename'] contains malicious code. Resolves bug #12764 on bugs.typo3.org.
-
- 25 Nov, 2009 3 commits
-
-
Michael Stucki authored
-
Oliver Hader authored
-
Oliver Hader authored
-