Activity
From 2010-06-19 to 2010-07-18
2010-07-15
-
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...
2010-07-13
-
11:39 Revision 2e9a1c03: [-TASK] Fluid: Removed @version annotation from all Fluid classes to ease the backporting process. Relates to #8835
-
11:13 Revision ca83b5a5: [+BUGFIX] Fluid (View): fixed method signature of AbstractTemplateView:getTemplateSource() that was different from the concrete implementation.
-
09:56 Revision 0bc19954: [~TASK] Fluid: Renamed ConditionViewHelper and TagBasedViewHelper to Abstract*ViewHelper as per CGL.
2010-07-12
-
21:49 Revision 5e628526: [+BUGFIX] Fluid (Core): Added AbstractTemplateView Type Hints to ViewHelperVariableContainer again. Resolves #8319.
- [+BUGFIX] Fluid (Core): Renamed F3\Fluid\Core\Parser\SyntaxTree\ViewHelperNode::getViewHelper() to F3\Fluid\Core\Pars...
-
20:12 Revision 02cabd1e: [!!!][+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.
2010-07-09
2010-07-03
-
21:52 Revision 2d858a92: [~TASK] DocumentationBrowser: Bumped version number in Package.xml to next release version.
- [~TASK] FLOW3: Bumped version number in Package.xml to next release version, resolves #8025.
[~TASK] Fluid: Bumped ve...
2010-06-30
-
17:37 Revision ec9e4b37: [~TASK] TYPO3 (TypoScript): Added a JavaScript and Stylesheet TypoScript object to the Head
- [~TASK] Fluid (ViewHelpers): Added URI attribute to ResourceViewHelper
[~TASK] PhoenixDemoTypo3Org (TypoScript): Adde... -
16:31 Revision d38f5692: [+FEATURE] Fluid: The TemplateVariableContainer now provides a method to retrieve all variables.
-
10:25 Revision f242b42a: [~TASK] FLOW3 (Object): Added a more meaningful exception message to the ObjectContainerBuilder which detects leading backslashes in object names specified in an Objects.yaml file
- [~TASK] Fluid (Core): Introduced a RenderingContextInterface to more cleanly decouple Fluid's rendering context from ...
2010-06-29
-
19:16 Revision 6173d215: [~TASK] Fluid (ViewHelpers): Refactored f:persistence.identity ViewHelper to f:identity.json ViewHelper, giving the identity of an object as JSON string.
-
19:16 Revision 18c9986d: [~TASK] Fluid (ViewHelpers): Refactored f:persistence.identity ViewHelper to f:identity.json ViewHelper, giving the identity of an object as JSON string.
-
17:27 Revision b5df0eb6: [~TASK] Fluid: Changed a test from incomplete to skipped. Phing in trunk handles this correctly now (http://phing.info/trac/ticket/484), hopefully it will be released soon.
-
17:16 Revision dae248de: [-TASK] Fluid (Core): Removed removeInterceptor() from Parser\Configuration, clear case of YAGNI.
-
12:45 Revision 964b3e8b: [+BUGFIX] FLOW3 (Resource): The ResourceInterceptor can now be given a default package key to use, fixes #8455; using that in TYPO3, resolves #8459, resolves #8456.
-
11:30 Revision f7f0be25: [+BUGFIX] Fluid (ViewHelpers): fixed security viewhelpers: Since r4653 you'll have to set the rendering Context in the parent object when implementing ChildNodeAccessInterface. That was a breaking change..
-
10:36 Revision 5726e609: [+BUGFIX] Fluid (Core): added a missing file. sorry!
-
10:35 Revision e503baae: [~TASK] Fluid: Deleted the AbstractTemplateView because Sebastian told me to ;-)
-
00:08 Revision f61dd510: [+BUGFIX] FLOW3: Some missing files, excessive files and other corrections as a followup to Sebastian's patch in r4653.
2010-06-28
2010-06-24
-
20:10 Revision 0a31f4a3: [+FEATURE] Fluid (ViewHelpers): added "selectAllByDefault" argument to form.select ViewHelper. Resolves #4984
-
16:34 Revision 6e830e3f: [~TASK] TYPO3: Adjusted Policy.yaml to new expected format.
- [~TASK] FLOW3: Some small fixes to doc comments and code.
[~TASK] Fluid (Parser): Got rid of the constructor in Parse... -
12:03 Revision 31cc22b8: [+FEATURE] Fluid (ViewHelpers): Added URI options format, additionalParams, absolute, addQueryString & argumentsToBeExcludedFromQueryString to FormViewHelper. Resolves #8247
- [+FEATURE] Fluid (ViewHelpers): GroupedForViewHelper can now group by object. Resolves #7389
[+FEATURE] Fluid (ViewHe...
2010-06-23
2010-06-22
-
08:02 Revision ac373b65: [!!!][-API] Fluid (TemplateView): Removed renderSection() and renderWithLayout() from public API in F3\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 ...
Also available in: Atom