- 23 Jun, 2014 1 commit
-
-
Markus Klein authored
Namespaces are not supported in PHP 5.2.x, hence one must not prefix a class name with backslash. Regression fix to #54748. Resolves: #59825 Releases: 4.5 Change-Id: Ideb2cef1c5e2ec0d2ac3328ebd4f318a161d368a Reviewed-on: https://review.typo3.org/31084 Tested-by: Sebastian Sommer Tested-by: Steffen Mächtel Reviewed-by: Markus Klein Tested-by: Markus Klein
-
- 16 Jan, 2014 1 commit
-
-
Marc Bastian Heinrichs authored
The be.tableList view helper uses the class localRecordList which relies on a available $GLOBALS['SOBE']->doc object. Since https://review.typo3.org/19000/ the doc instance in SOBE does not get instantiated in any case, which results in a PHP fatal error using this view helper. For 6.x this was fixed with https://review.typo3.org/15007/ Fixes: #54748 Releases: 4.7, 4.5 Change-Id: I4ac4a1718ec6c8e0a02723802bf73dbabd1648ab Reviewed-on: https://review.typo3.org/26890 Reviewed-by: Markus Klein Tested-by: Markus Klein
-
- 18 Mar, 2013 1 commit
-
-
The object `$GLOBALS['SOBE']` is not always set and thus setting a propery fails. Change-Id: Ic70833516cb34c3ace9b58aaab61fd8887d0fcf6 Fixes: #40519 Releases: 6.0, 4.7, 4.5 Reviewed-on: https://review.typo3.org/19001 Reviewed-by: Alexander Schnitzler Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 14 Jun, 2011 1 commit
-
-
Oliver Hader authored
Change-Id: I43fd669a02faeaf75cc1dabd61516a4527c896d1 Resolves: #27446 Reviewed-on: http://review.typo3.org/2740 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
- 12 Jan, 2011 1 commit
-
-
Sebastian Kurfürst authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10040 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 30 Dec, 2010 1 commit
-
-
Bastian Waidelich authored
Resolves #10908
-
- 01 Dec, 2010 1 commit
-
-
Sebastian Kurfürst authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9705 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 19 Nov, 2010 1 commit
-
-
Bastian Waidelich authored
-
- 24 Aug, 2010 1 commit
-
-
Sebastian Kurfürst authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@8665 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 13 Jul, 2010 1 commit
-
-
Bastian Waidelich authored
[-TASK] Fluid: Removed @package/@subpackage annotations from all Fluid classes. They have already been removed in FLOW3 packages in r2813.
-
- 11 Jul, 2010 1 commit
-
-
Susanne Moog authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@8156 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 02 May, 2010 2 commits
-
-
Sebastian Kurfürst authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7504 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Sebastian Kurfürst authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7503 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 16 Mar, 2010 2 commits
-
-
Sebastian Kurfürst authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7115 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Sebastian Kurfürst authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7114 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 25 Nov, 2009 1 commit
-
-
Michael Stucki authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6558 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 24 Oct, 2009 1 commit
-
-
Sebastian Kurfürst authored
* Changed the fluid-specific RuntimeException to SPL's RuntimeException.
-
- 23 Sep, 2009 1 commit
-
-
Bastian Waidelich authored
[+FEATURE] Fluid(ViewHelpers): Added BE view helpers be.container, be.buttons.csh, be.buttons.icon, be.menus.actionMenu, be.pageInfo & be.tableList. NOTE: BE view helpers are still experimental and subject of change! [+FEATURE] Fluid(ViewHelpers): TranslateViewHelper now fully works in BE mode and respects BE user language. This relates to #3292 [~BUGFIX] Fluid(ViewHelpers): Email addresses are now prepend with "mailto:" in uri.email view helper (BE mode) [+TASK] Fluid(ViewHelpers): uri.resource view helper now prepends "../" to relative URIs in BE mode [~BUGFIX] Fluid(Tests): Fixed some unit tests so that they run green. We still need more tests and a way to simulate FE mode from phpunit.
-
- 17 Sep, 2009 1 commit
-
-
Bastian Waidelich authored
[+FEATURE] Fluid (Viewhelpers): Added backend mode support for view helpers base, cObject, format.crop (partly), link.email, translate (partly), uri.email. Now only image- and renderFlashMessages view helpers are not working in BE
-
- 03 Aug, 2009 1 commit
-
-
Sebastian Kurfürst authored
[~TASK] Fluid: Now, one ViewHelperNode only ever uses one instance of a ViewHelper
-
- 28 May, 2009 1 commit
-
-
Sebastian Kurfürst authored
* Backported major changes from Fluid v5 to Fluid v4 * !!! Many of these changes are not backwards-compatible! Please read this if you have written custom ViewHelpers! * Introduced Shorthand Syntax for calling ViewHelpers * Core: ** Lots of internal cleanup and refactorings. ** !!! Complete restructuring into subpackages. * ViewHelpers: ** !!! The base classes of ViewHelpers changed to Tx_Fluid_Core_ViewHelper_AbstractViewHelper and Tx_Fluid_Core_ViewHelper_TagBasedViewHelper. Please adjust your ViewHelpers! ** !!! $this->variableContainer has been renamed to $this->templateVariableContainer ** !!! the view is not in $this->variableContainer anymore. Currently there is no way to fetch the View from a ViewHelper. ** Introduced a new $this->controllerContext containing the context variables of the controller ** !!! The request can be now found in $this->controllerContext->getRequest() ** !!! The URIHelper has been renamed to URIBuilder and can be now found in $this->controllerContext->getURIBuilder() ** Introduced a new ViewHelperVariableContainer, available in $this->viewHelperVariableContainer to pass data between ViewHelpers. Should only be needed in very rare cases. ** !!! Removed <f:format.htmlEscape> ViewHelper! Please remove these declarations in your template! Escaping of object accessors is now automatically done, see next point. * !!! ObjectAccessors {...} are now automatically HTMLspecialChar'd if not used as an argument to a ViewHelper. This is done using a new ObjectAccessorPostProcessor. Lateron, this will be made configurable.
-
- 08 May, 2009 1 commit
-
-
Bastian Waidelich authored
* FormViewHelper: fixed render() method according to the latests URIHelper changes, tweaked renderHiddenIdentityField() * Added backported ViewHelperException * Added backported BaseViewHelper (this is mainly needed for the unit tests to run) * Added backported Fluid tests and fixtures * Removed unused files README.txt, test.php and doc/* * Set extension version to 0.1.0
-
- 05 May, 2009 1 commit
-
-
Bastian Waidelich authored
* Changes backported from FLOW3: * major cleanup and refactoring of core and view helper classes & comments * added validation for boolean arguments in AbstractViewHelper * added initialize-method to AbstractViewHelper, that is called before render(). This was especially needed for tagbased viewhelpers. * renderChildren() now directly calls evaluateChildNodes() on the respective view helper node allowing us to render objects/arrays. * improved boolean type conversion for arguments in ViewHelperNode. * added TagBuilder class, re-wrote all tag based view helpers to use it (see form view helpers for some examples) * ViewHelperArguments collection got a new method "hasArgument()" that returns TRUE when the specified argument exists and is not NULL * tx_fluid changes: * Improved fake object factory. Now objects are injected to subclasses and implementations of the specified classes/interfaces. * cleaned up and tweaked view helpers. Removed Parsefunc, Stdwrap and TypoScript view helpers for now. Added CObject, If/Then/Else, EmailLink, Crop, Currency, Debug, HTML, Nl2br, Image view helpers. Thanks to Sebastian Böttger, Christopher Hlubek, Niels Pardon, Andreas Pattynama for the help! * Note: Unit tests not fully backported yet.
-
- 31 Mar, 2009 1 commit
-
-
Sebastian Kurfürst authored
* Added Form* view helpers backported from v5 * Adjusted view helpers to refactoring of URIHelper
-
- 26 Mar, 2009 1 commit
-
-
Sebastian Kurfürst authored
-
- 25 Mar, 2009 1 commit
-
-
Sebastian Kurfürst authored
-