Activity
From 2010-11-17 to 2010-12-16
2010-12-16
-
21:17 Revision e66cf6d9: [+FEATURE] Fluid (ViewHelpers): Add support for SubRequests in FormViewHelper
- This implements support for SubRequests in Fluid forms. The hidden
referrer fields contain referrer data of sub- and ...
2010-12-15
-
13:06 Revision 570b4f05: [~TASK] Fluid: Use new base test namespace
- This changeset adjusts the base test case class name used in
the tests of this package to the new namespace.
Relates... -
09:17 Feature #11286: Alternative syntax for fluid objects inside JavaScript
- +1 very helpful feature to make JS in fluid readable.
2010-12-14
-
19:21 Bug #8749 (Resolved): SelectViewHelper throws fatal error on PHP 5.2
- Applied in changeset r3362
-
18:52 Bug #8749: SelectViewHelper throws fatal error on PHP 5.2
- I'll take care
2010-12-08
-
12:43 Revision 3818a8b0: [~FEATURE] Fluid: Remove title parameter in ResourceViewHelper
- Change-Id: I894527355bd91da3a2be74ff554cb6d4d7c63e01
2010-12-07
-
20:23 Revision 87298736: [~TASK] Fluid (Core): Simplify debugging of exceptions thrown during render
- If a sub node of the SyntaxTree throws an exception, PHP would issue a
fatal error because __toString() methods must ...
2010-12-05
-
11:05 Feature #11286 (Closed): Alternative syntax for fluid objects inside JavaScript
- Fluid objects in the way of tags and braces are uncomfortable inside javascript code cause fluid syntax conflicts wit...
2010-12-02
-
19:31 Bug #10975: Deprecation message about lowercase template files names suggest lowercase file name
- What's the status of this one? Can someone confirm, that this is broken in the current trunk (on an OS with case sens...
-
19:29 Bug #11101 (Resolved): Pagination widget creates incorrect absolute URLs
- Applied in changeset r3064
-
19:29 Bug #11101: Pagination widget creates incorrect absolute URLs
- Martin Helmich wrote:
> Ah, sorry, I forgot to mention the patch.
No problem. In the meantime it's committed and ...
2010-11-30
-
17:13 Feature #10821 (Resolved): add possibility to output FlashMessageQueue
- Applied in changeset r3063
-
17:13 Feature #10821: add possibility to output FlashMessageQueue
- Thanks Tolleiv, it's already committed ;)
-
16:51 Feature #10821: add possibility to output FlashMessageQueue
- +1 by reading and testing the v2 patches :)
-
12:41 Revision e2d35a34: [~TAKS] Fluid (Tests): Fix two warnings following FLOW3 change
- The change "FLOW3 (Reflection): Improved speed of reflection service"
caused two tests in Fluid to emit a warning. Th...
2010-11-29
-
09:27 Bug #11122 (Closed): Doc comments for render method not work with tabs
- There are problem with tabs in doc comments in render method. Fluid crash with exception:
@#1242292003: could not ...
2010-11-26
-
17:42 Bug #11101: Pagination widget creates incorrect absolute URLs
- Ah, sorry, I forgot to mention the patch. The patch fixes the issue by generating relative URLs instead of absolute o...
-
17:25 Bug #11101 (Accepted): Pagination widget creates incorrect absolute URLs
- Does the patch you provided, fixes the issue?
-
16:52 Bug #11101 (Resolved): Pagination widget creates incorrect absolute URLs
- Currently, the paginate widget creates absolute URLs. However, if your TYPO3 is installed in a subdirectory of the do...
2010-11-25
-
16:46 Feature #10821: add possibility to output FlashMessageQueue
- Attached patches extend Extbase and the FlashMessage ViewHelper of Fluid in order to use the t3lib_FlashMessageQueue....
2010-11-24
-
20:56 Bug #11007: PaginateController uses wrong offset
- Note: The first part of the patch:...
2010-11-23
-
18:28 Bug #11028 (Closed): Output of domain and property validator error messages performs always an default error
- Hello guys,
I've seen a strange error with validators and its error messages.
When a domain validator and a pro...
2010-11-22
-
13:32 Bug #11007 (Closed): PaginateController uses wrong offset
- The PaginateController doesn't work with an offset set in the original query.
Example:
7 news records should be d...
2010-11-19
-
19:17 Bug #10975: Deprecation message about lowercase template files names suggest lowercase file name
- Bastian Waidelich wrote:
> The code you are referring to has only been committed a few hours ago (see r2984).
l... -
19:17 Bug #10975: Deprecation message about lowercase template files names suggest lowercase file name
- Oliver Klee wrote:
> This problem occured on fluid 1.3.0alpha3 for me.
> (I haven't tested with 1.3.0beta1a yet b... -
19:07 Bug #10975: Deprecation message about lowercase template files names suggest lowercase file name
- This problem occured on fluid 1.3.0alpha3 for me. (I haven't tested with 1.3.0beta1a yet because I'll need to fix my ...
-
18:24 Bug #10975 (Needs Feedback): Deprecation message about lowercase template files names suggest lowercase file name
- Hi Oliver,
are you using the current trunk of Fluid (1.3.0beta2a)?
in line 185 the filename is already upper case... -
17:46 Bug #10975 (Resolved): Deprecation message about lowercase template files names suggest lowercase file name
- This is what the error messages looks like in Fluid 1.3.0a3:
09-11-10 12:57: the template filename "<extension-p...
2010-11-18
-
14:13 Feature #10821 (Accepted): add possibility to output FlashMessageQueue
-
14:11 Bug #10902 (Resolved): Paginate widget produces exception with too high offset
- Applied in Changeset r2951
-
13:09 Bug #10902 (Accepted): Paginate widget produces exception with too high offset
-
13:00 Bug #10882 (Closed): PaginateViewHelper got wrong example
- Lets collect doc comment issues in one ticket (#10908).
I uploaded your patch there. Closing this issue as duplicate -
12:57 Bug #10908 (Accepted): Fix and cleanup inline documentation of ViewHelpers
2010-11-17
-
19:40 Task #10911: Tx_Fluid_ViewHelpers_Form_AbstractFormViewHelper->renderHiddenIdentityField should be more reliable
- okay, I found the reason - this happens when FormViewHelper->getFormObjectName() returns null; This happens when name...
-
19:25 Task #10911 (New): Tx_Fluid_ViewHelpers_Form_AbstractFormViewHelper->renderHiddenIdentityField should be more reliable
- (Poor title)...
-
17:47 Bug #10908 (Resolved): Fix and cleanup inline documentation of ViewHelpers
- some more cleanups to viewhelpers where the examples in the comments doesn't fit the actual code.
as using fluid s... -
15:02 Bug #10902 (Resolved): Paginate widget produces exception with too high offset
- If the offset is too high, an exception is thrown. This neeeds to be avoided as this can happen if there are old link...
-
09:11 Bug #10882 (Accepted): PaginateViewHelper got wrong example
-
07:37 Bug #10882 (Closed): PaginateViewHelper got wrong example
- The example of the PaginateViewHelper is outdated.
Would be nice to have a working example
Also available in: Atom