Activity
From 2011-09-21 to 2011-10-20
2011-10-19
-
21:40 Revision 58f143c1: [TASK] Update version in Package.xml
- Change-Id: Ib5491477f0aca90aba516467b6e9bae89b5b22f1
-
19:05 Bug #31119 (Resolved): AjaxWidgetContext is not stored in session
- Applied in changeset commit:4b480637f842093727ddd86f0515e9868813a9d1.
-
18:31 Bug #31119: AjaxWidgetContext is not stored in session
- Patch set 1 of change I2e1ff54d2b1254d0a43b31b8a456046676de1a61 has been pushed to the review server.
It is available... -
18:30 Bug #31119 (Resolved): AjaxWidgetContext is not stored in session
- The AjaxWidgetContextHolder is missing an *@FLOW3\Session(autoStart=true)* annotation that initiates the session.
-
18:31 Revision 4b480637: [BUGFIX] AjaxWidgetContext is not stored in session
- This change adds the required Session autostart annotation
to the AjaxWidgetContext.
Change-Id: I2e1ff54d2b1254d0a43...
2011-10-18
-
17:15 Revision caafde68: [TASK] Remove scope annotations for prototypes
- Change-Id: I470e274e5f575d6b0e6b85d1d3bf3b94f1ec4308
-
16:14 Revision 9c2e837a: [TASK] Drop @author tags from source code
- Change-Id: If152506ef8cd9d47a2a327b045f529e2e9b2e83c
-
13:52 Bug #29303: TYPO3\Fluid\View\TemplateView getTemplateRootPath should be public
- Bastian Waidelich wrote:
> > no it's the root path of the current view...
> > (which is the value from plugin.tx_... -
13:44 Bug #29303: TYPO3\Fluid\View\TemplateView getTemplateRootPath should be public
- Thomas Allmer wrote:
> Bastian Waidelich wrote:
> > In your example @$this->view->getTemplateRootPath()@ would be N... -
13:29 Bug #29303: TYPO3\Fluid\View\TemplateView getTemplateRootPath should be public
- Bastian Waidelich wrote:
> In your example @$this->view->getTemplateRootPath()@ would be NULL as you didn't specify ... -
10:06 Bug #29303: TYPO3\Fluid\View\TemplateView getTemplateRootPath should be public
- Fernando Arconada wrote:
> if TYPO3\Fluid\View\TemplateView setTemplateRootPath is public then
> the getTemplateR... -
13:16 Feature #30555: Make TagBuilder more extensible
- I would suggest something like this (concept from MooTools)...
-
09:55 Feature #30555: Make TagBuilder more extensible
- I agree that the TagBuilder could be more flexible.
Here some more ideas that came up during a discussion in the FLO... -
12:44 Revision cf7b9db7: [TASK] Fix two failing unit tests
- Change-Id: Ib6b61f492ac8d1595b8879340e83683a107ccecd
Related: #31015
2011-10-17
-
21:48 Feature #31019: FlashMessages ViewHelper should render message title and severity
- Patch set 2 of change Icf2c3e0bff3140bfd7da0c3c0808cca0097f6197 has been pushed to the review server.
It is available... -
21:36 Feature #31019: FlashMessages ViewHelper should render message title and severity
- Patch set 1 of change Icf2c3e0bff3140bfd7da0c3c0808cca0097f6197 has been pushed to the review server.
It is available... -
21:27 Feature #31019 (Resolved): FlashMessages ViewHelper should render message title and severity
- Currently <f:flashmessages /> renders the FlashMessages only by converting them into a string implicitly. That only r...
-
15:05 Revision 984cc21a: [TASK] Adjust to new annotation syntax
- The syntax for annotations changed with #27627, this adjusts the
code as needed.
Change-Id: I51cfd212683a690b0175598... -
15:05 Revision 88941212: [TASK] Fix two failing unit tests
- Two tests started to fail because the annotation reader was not
initialized. Bad functional style unit tests fixed th...
2011-10-15
-
10:02 Bug #29303: TYPO3\Fluid\View\TemplateView getTemplateRootPath should be public
- Thomas Allmer wrote:
In your example @$this->view->getTemplateRootPath()@ would be NULL as you didn't specify a path.
2011-10-14
-
20:16 Bug #30935 (Under Review): Catch ViewHelper exceptions and log them in production context
-
20:16 Bug #30935: Catch ViewHelper exceptions and log them in production context
- Patch set 2 of change I4af4d03ff6048fcc8999f4a48d5c2897dc43fc4e has been pushed to the review server.
It is available... -
15:14 Bug #30935 (Resolved): Catch ViewHelper exceptions and log them in production context
- from line 241 of the AbstractViewHelper:...
-
20:05 Feature #30777 (Resolved): Catch Routing Exceptions in uri and link ViewHelpers
- Applied in changeset commit:24a8e237a5134b7576b24dcc18d27200d312819b.
-
15:19 Feature #30777: Catch Routing Exceptions in uri and link ViewHelpers
- Patch set 1 of change Ie34ef79049b2160334c331a1b83031e80430e5ee has been pushed to the review server.
It is available... -
16:32 Bug #30937 (New): CropViewHelper stringToTruncate can't be supplied so it can't be easily extended
- the CropViewHelper always gets its content via $this->renderChildren(); so you can't provide the text when using the ...
-
15:18 Revision 24a8e237: [FEATURE] Catch Routing Exceptions in uri and link ViewHelpers
- This change makes sure that exceptions that are thrown by the
router are caught and rethrown as ViewHelper exceptions...
2011-10-13
-
22:42 Revision a6f41f52: Merge "[TASK] Remove scope annotations from interfaces"
-
12:55 Revision 77b5d773: [TASK] Remove scope annotations from interfaces
- They have no effect and in userland code even trigger an error.
Change-Id: I9c147c24a8a8e938db7944cce1f1792644723599
2011-10-12
-
14:15 Revision 11ddba99: [TASK] Cleaned up Flash Messages API
- Adjust to Flash Message cleanup in TYPO3.FLOW3.
Change-Id: I1719da162c1a298e8b21a71f0f3e6bd670903bd1
2011-10-11
-
11:14 Feature #30777 (Resolved): Catch Routing Exceptions in uri and link ViewHelpers
- Developers having a hard time figuring out what went wrong, if FLOW3 dies with a Routing Exception. Especially when y...
2011-10-04
-
22:02 Bug #29303: TYPO3\Fluid\View\TemplateView getTemplateRootPath should be public
- I would totally agree to this as if you define the complete path to the template you loose the ability to configure/c...
-
21:18 Feature #30555 (New): Make TagBuilder more extensible
- As a developer for Viewhelpers I would like to Extend available Viewhelper and probably modify some tag attributes ba...
-
00:41 Revision 10e0d074: [TASK] Fix case of a @see annotation
- The annotation used @See (uppercase s), but @see is correct.
Change-Id: I5bc119e68773ecb098d6568a7e2da00e43ae91ff
2011-10-03
-
10:26 Bug #26394: Form Viewhelper does not work with html5 custom data attributes
- Thomas Allmer wrote:
> I can confirm that the following syntax works
Thanks for the update!
2011-09-30
-
23:39 Bug #26394: Form Viewhelper does not work with html5 custom data attributes
- I can confirm that the following syntax works...
-
12:29 Task #10911: Tx_Fluid_ViewHelpers_Form_AbstractFormViewHelper->renderHiddenIdentityField should be more reliable
- Not FLOW3 related?
-
12:27 Task #6560 (Closed): A reset button for formViewHelper [Made and attached]
- I'll close this issue for the following reasons:
* as Bastian pointed out, not using a view helper is even more si...
2011-09-29
-
11:35 Revision 14bacba8: [TASK] Simplify license header in PHP files
- Change-Id: Ife851de7b36e4bf1bcabcd1aa2cc508de4c200b6
Resolves: #29415
2011-09-26
-
20:43 Bug #29395: SelectViewHelper with multiple=true cannot work with Collections
- Patch set 1 of change Ifc005c58287c4d1479bb42eb04455f38c37efc40 has been pushed to the review server.
It is available...
2011-09-22
-
15:16 Bug #26394: Form Viewhelper does not work with html5 custom data attributes
- martin wrote:
> Sorry, must have missed that in the docs :)
Can you confirm, that the syntax from above works?... -
15:09 Feature #29065 (Closed): HTML5 Custom Data Attributes
- Closing as duplicate of #26394
Also available in: Atom