Activity
From 2009-04-22 to 2009-05-21
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
2009-04-29
-
11:34 Bug #3065: ObjectFactory is unable to call t3lib_div::makeInstance.
- I can reproduce this.
What information do you need?
I installed extbase and fluid as sysext and blog_example as loca...
2009-04-24
-
14:28 Revision 8f637c52: FLOW3:
- * changed $viewObjectNamePattern in ActionController to expect views classes in a namespace reflecting the controller...
2009-04-23
-
17:45 Feature #1907: Default values for view helpers based on context
- > I don't really know anymore the intention of this
I still remember - it's a very neat feature. And it will be es... -
17:23 Feature #1907: Default values for view helpers based on context
- I don't really know anymore the intention of this... We need to discuss this as soon as I am back (e.g. next tuesday)...
-
00:52 Revision 9a9ee187: * Fluid: fixed FormViewHelper by setting argument defaults to the UriHelper defaults
- * Fluid: removed type hint from "each" argument in ForViewHelper to avoid Exception when passing \Countable objects t...
2009-04-22
-
17:03 Revision 40aef446: * FLOW3: Raised required PHP version to 5.3.0RC1
- * FLOW3: (Error) The \F3\FLOW3\Error\Error class now supports __toString()
* FLOW3: (MVC) Finished implementation of ... -
16:12 Revision 84a9ffbb: * Fluid: removed LinkViewHelper that should have been replaced by ActionLinkViewHelper in previous commit. replaced all occurrences of <f:link> by <f:actionLink>. Please adopt your templates accordingly!
Also available in: Atom