Activity
From 2009-04-30 to 2009-05-29
2009-05-29
-
12:22 Revision ed4fd70d: Fluid:
- * Added name, rel, rev and target tag attributes to link.action and link.external
* Added (yet empty) test cases for ...
2009-05-28
-
23:50 Revision e491a802: Fluid:
- * A non-functional change: Now using the fully qualified interface name in HTMLSpecialCharsPostProcessor
-
19:37 Revision c047ecc0: Fluid:
- * Changes to some testcases to make backporting work
-
10:08 Revision b1c380f9: Fluid:
- * Fixed StandardController
2009-05-27
-
23:06 Feature #2669: PDF version of the documentation
- Great.
Please publish the conversion script or send me a copy by mail typo3_*at*_t3node.com -
16:45 Revision 5d340047: Fluid:
- * Added "exp:equals" ViewHelper which compares two variables. This ViewHelper is experimental, use at your own risk!
-
16:17 Revision 1da70839: Fluid:
- * Fixed Docbook Generator
* Fixed some doc comments
* Generated the current ViewHelperLibrary reference in DocBook -
12:40 Feature #3317 (Accepted): AbstractFormViewHelper must be adjusted to be able to namespace arguments
-
12:21 Feature #3479 (Resolved): Implement ViewHelperVariableContainer
- done
-
11:54 Feature #3479 (Resolved): Implement ViewHelperVariableContainer
- Implement ViewHelperVariableContainer
-
12:21 Bug #3480 (Resolved): SelectViewHelper creates multiple select field by default
-
11:59 Bug #3480 (Resolved): SelectViewHelper creates multiple select field by default
- This Fluid HTML...
-
12:20 Revision ae52b4f9: Fluid:
- * Fixed #3480
-
12:09 Revision 30f8867e: Fluid:
- * Implementing ViewHelperVariableContainer (resolves #3479)
* Added more test cases for ViewHelpers -
12:05 Bug #3481 (New): Use ViewHelperVariableContainer in PostParseFacet
- Currently TemplateVariableContainer is used
-
11:56 Feature #3297 (Closed): flash message
- Resolved in #2819
-
11:52 Bug #3288 (Resolved): ViewHelper fine tuning
- Thanks Bastian for doing this :-)
Greets,
Sebastian -
09:26 Revision 76591aef: Fluid:
- * Fixed a testcase
-
00:00 Revision 5a75ced7: Fluid:
- * Added ViewHelperVariableContainer (refs #3288), but not using it so far.
2009-05-26
-
18:01 Revision d29662ce: Moved licenses to the Meta folder of the packages ExtJS, FLOW3, Fluid, PHP6, PHPCR, PHPUnit, Testing, TYPO3CR, YAML; resolves #3466
-
17:21 Revision e8b39a66: Adjusted version numbers for packages FLOW3, Fluid, PHP6, PHPCR, Testing, TYPO3CR and YAML. We now use "-dev" versions as long as the package lives in SVN. During packaging the version number is replaced by the actual release version number.
2009-05-25
-
22:47 Revision 5a8029bc: Fluid:
- * !!! Renamed variableContainer to templateVariableContainer in AbstractViewHelper. THIS IS A BREAKING CHANGE. Please...
-
17:20 Bug #3290 (Resolved): add ViewHelperContext
-
17:18 Bug #3287 (Resolved): add @internal annotations
- done for fluid core
-
17:17 Revision 2d76bbfd: Fluid:
- * Added @internal annotations for core. resolves #3287
-
13:10 Revision 528f7233: FLOW3:
- * some whitespace paranoia^Wcleanup
* removed a use statement
* (re-)introduced some inject methods - in FLOW3 itself... -
12:04 Bug #3443 (Resolved): Unreachable code in TemplateView
- line 246 in F3\Fluid\View\TemplateView can never be reached as there is a return before that:...
2009-05-23
-
19:01 Bug #3412 (Resolved): ViewHelperNode.php -> convertArgumentValue() -- wrong handling of integers and booleans
- Applied in changeset r2345.
-
18:51 Revision 5874c37a: Fluid:
- * Fixed convertArgumentValue() for values of type boolean - numeric values & booleans were not converted correctly. T...
2009-05-22
-
16:15 Revision e555f97e: Second try
-
16:12 Revision db975fd1: FLuid:
- * Created Core/Rendering and moved appropriate classes into it
* !!! Removed format.htmlEscape ViewHelper as this is ... -
16:08 Bug #1929 (Resolved): HTMLSPECIALCHAR OUTPUT
- resolved
-
14:35 Feature #3289 (Resolved): view context
- resolved
-
14:19 Revision 1327300c: Fluid:
- * Fixing unit test for TemplateView
-
14:10 Revision ff909fba: Fluid:
-
14:08 Revision e9005198: Fluid:
- * Added ControllerContext to AbstractViewHelper (solves #3289)
-
13:11 Bug #3412 (Accepted): ViewHelperNode.php -> convertArgumentValue() -- wrong handling of integers and booleans
-
09:17 Bug #3412: ViewHelperNode.php -> convertArgumentValue() -- wrong handling of integers and booleans
- Snippet to reproduce:
<f:if condition={params.next}>
next
</f:if>
with
params->next = TRUE; -
08:51 Bug #3412 (Resolved): ViewHelperNode.php -> convertArgumentValue() -- wrong handling of integers and booleans
- If you enter in some fluid if condition a parameter that is a true boolean like TRUE it gets converted to FALSE by th...
-
08:55 Bug #3298: "if" expression language
- great would be something like <f:if condition="{params.myVar}" isGreaterThan="15"> (and of course additionally to isG...
-
08:53 Feature #3413 (Resolved): Handing the settings over to the view
- Hand over $this->settings to the view so it is accessible by {settings} in the template.
2009-05-20
-
21:34 Revision 269341ae: FLuid:
- * fixed rendering bug
-
15:51 Revision d74e8935: Fluid:
- * removed leftover getter and member variable declaration for ViewHelperContext
-
15:09 Task #3394 (Resolved): Adjust PHPDoc Comment of ImageViewHelper
- At a first glance it's not logical that the width and height are expected to be strings whereas maxWidth etc. are exp...
2009-05-19
-
23:16 Revision a2c2cf8f: Fluid:
- * now LGPLv3 or later, so it can be a dependency for FLOW3
-
23:12 Revision 10ca7712: Fluid:
- * !!! These are breaking changes, you need to adjust your Fluid templates if you made use of <f:actionLink> or <f:for...
-
22:04 Revision eede25fb: FLOW3, Fluid, TYPO3CR:
- * moved DocBook sources to Manual/DocBook/ - refs #3377
-
20:52 Revision 19b794e5: Fluid:
- * Renamed VariableContainer to TemplateVariableContainer
* Introduced RenderingContext
* Removed ViewHelperContext ag... -
19:01 Feature #2815 (Resolved): Support for objects as values in hidden fields
- Applied in changeset r2264.
-
18:50 Revision c5ac41a9: * Fluid: Added support for automatic conversion of objects into identity arrays in the AbstractFormViewHelper. That means you can pass an object as a value to an Hidden field view helper and this view helper will convert the object to a uuid which is rendered into the HTML form. Resolves #2815
-
18:01 Feature #3385 (Resolved): Add method to check for template availability
- Applied in changeset r2259.
-
16:42 Feature #3385 (Resolved): Add method to check for template availability
- It must be possible to ask Fluid\TemplateView if it could resolve a template file for the current controller context.
-
17:34 Revision d8551af7: Fluid:
- * Fluid\TemplateView and it's interface now have a hasTemplate() method, resolves #3385
FLOW3:
* Fluid is now the de...
2009-05-18
-
23:01 Bug #3359 (Resolved): Restructure Class structure in Fluid Core
- fixed :
-
09:49 Bug #3359: Restructure Class structure in Fluid Core
- So you would have:...
-
09:29 Bug #3359 (Resolved): Restructure Class structure in Fluid Core
- I propose to change the Fluid Core classes like that:
Core/
ViewHelper/
Facets/
AbstractViewHelper
TagB... -
22:02 Revision 4fd18e87: Fluid:
- * Restructuring node architecture (fixes #3359)
-
20:02 Bug #3339 (Resolved): TagBuilder->setContent should not escape HTML
- Applied in changeset r2246.
-
09:39 Bug #3339: TagBuilder->setContent should not escape HTML
- Sebastian Kurfuerst wrote:
> currently working on this
It's already resolved in tx_fluid. I'm about to "forward p... -
09:18 Bug #3339 (Accepted): TagBuilder->setContent should not escape HTML
- currently working on this
-
19:56 Revision 0c230c14: Fluid:
- * Cleaned up lots of PHPDoc
* TagBuilder->setContent() does not escape HTML anymore (fixes #3339)
* Added many @inter...
2009-05-16
-
12:18 Bug #3339 (Resolved): TagBuilder->setContent should not escape HTML
- TagBuilder->setContent should not escape HTML
-
11:37 Bug #3295 (Resolved): implement shorthand syntax
- :-) :-) :-)
Thanks for the great discussions at the coding night -
11:36 Revision c025bf63: Fluid:
- * Added Inline ViewHelper Syntax (resolves #3295)
2009-05-15
-
23:30 Feature #3289: view context
- Now called ControllerContext, already implemented in FLOW3 by Christopher
-
23:29 Bug #3071 (Resolved): Allow objects implementing Iterator interface in each attribute of for view helper
- Please reopen this issue in case it does not work :-)
Greets,
Sebastian -
22:24 Bug #3295: implement shorthand syntax
- Reason why we do shorthand syntax to call viewhelpers: <a href="{f:uri(action='...')}" class=""> </a>
This will be... -
20:11 Revision 1b7beaea: Refactored test to get request from controller context
-
19:21 Revision f155c1ff: * Fluid: Fixed the TemplateView: $this->request didn't exist anymore.
-
18:55 Revision 157eba09: Fluid: fixed FormViewHelper to supress exceptions when binding empty objects to a form
-
18:53 Revision d122aa95: * FLOW3: (Locale) comment fix
- * FLOW3: (MVC) Fixed the RoutePartHandler configuration parsing thing
-
17:40 Revision 638d2225: Fluid:
- * Fixed view helpers and tests that still injected VariableContainer through render/evaluate parameter.
-
16:33 Feature #3317 (Resolved): AbstractFormViewHelper must be adjusted to be able to namespace arguments
- see http://forge.typo3.org/issues/show/3316
-
13:19 Revision d8b9309e: Fluid:
- * AbstractViewHelper: there is no default data type of "Text" set anymore for method parameters to be able to throw a...
-
11:24 Task #3311 (Closed): Refactor Unit tests
- One unit test should only depend on *one* concrete class. All dependencies must be mocked or put in fixtures to avoid...
2009-05-14
-
13:04 Bug #3298 (Resolved): "if" expression language
- "if" expression language - we need some expression language for IF
-
12:47 Feature #3297 (Closed): flash message
- implement flash message
-
12:46 Bug #3296 (Resolved): override templatePath
- override templatePath with TypoScript
-
12:40 Bug #3295 (Resolved): implement shorthand syntax
- example: {f:date()} - the () are mandatory
-
12:38 Bug #3294 (Resolved): Introduce reflection cache
- Introduce reflection cache
-
12:37 Feature #3293 (Resolved): support for legacy TypoScript (with . at end)
- I HATE IT!!! I just entered 20 lines, but now I will just solve the bug...
-
12:28 Bug #3292 (Resolved): viewhelper backend support
- we need support for using viewhelpers in BE
-
12:27 Feature #3291 (Needs Feedback): Cacheable viewhelpers
- we need a concept for cacheable viewhelpers
-
12:27 Bug #3290 (Resolved): add ViewHelperContext
- add ViewHelperContext
- getView
- getRequest
- addVariables, ... -
12:27 Feature #3289 (Resolved): view context
- we need a view context to pass information from controller to view
TODO: Naming! -
12:25 Bug #3288 (Resolved): ViewHelper fine tuning
- - add correct documentation
- rename and move LinkViewHelpers
link.*
uri.*
link -> link.action
uri -> ur... -
12:22 Bug #3287 (Resolved): add @internal annotations
- add @internal annotations
-
12:17 Bug #2983 (Resolved): Create a LinkViewHelper for TYPO3 v4 Fluid
-
12:11 Feature #2669: PDF version of the documentation
- awesome :-) Thanks a bunch!
-
12:09 Major Feature #2228 (Rejected): Default namespaces
- We have thought about this as well, as we could use an HTML template and automatically turn the HTML form elements in...
-
12:03 Bug #1928: Fail silently in production mode
- not for now
-
12:00 Task #1795 (Resolved): Restructure Node Architecture
- already resolved
-
11:57 Bug #1929 (Accepted): HTMLSPECIALCHAR OUTPUT
2009-05-09
-
20:59 Revision 6c15df15: Fluid:
- * renderChildren() does not cast result to string anymore in AbstractViewHelper
* Added ViewHelperException. If this ...
2009-04-30
-
13:58 Bug #3065: ObjectFactory is unable to call t3lib_div::makeInstance.
- The original warning are gone, but now I get:
[Thu Apr 30 13:55:29 2009] [warn] mod_fcgid: stderr: PHP Fatal error... -
11:01 Bug #3065 (Resolved): ObjectFactory is unable to call t3lib_div::makeInstance.
- Applied in changeset r578.
-
10:33 Bug #3065: ObjectFactory is unable to call t3lib_div::makeInstance.
- Hey,
I think it should be fixed now. The problem only showed up in PHP versions between 5.2.0 and 5.2.3.
Can yo... -
10:36 Bug #3071: Allow objects implementing Iterator interface in each attribute of for view helper
- Hi,
should work already, can you confirm this?
Greets,
Sebastian
Also available in: Atom