Activity
From 2009-09-10 to 2009-10-09
2009-10-09
-
14:59 Revision abbe60c6: [!!!][+FEATURE] FLOW3 (Security): Added a HMAC generator and checker to prevent unauthorized access on objects where no edit fields were generated for. It is mandatory in case objects are modified on the server side. See the issue for a more in-depth explanation. This feature does NOT break backwards-compatibility as long as you use only Fluid for form-generation. In case of custom fields, it WILL break backwards compatibility, and you might need the @dontverifyrequesthash annotation. Resolves #4960.
- [+FEATURE] Fluid (ViewHelpers): Added a request hash to all form fields. It is mandatory in case objects are modified...
2009-10-08
-
15:15 Revision 374a29bb: [~TASK] FLOW3 (MVC): Fixed an error with handling an error in transformValue().
- [~TASK] FLOW3 (Persistence): changed the way cloning affect the memorized clean state of an entity, relates to #4931....
2009-10-07
-
09:41 Revision cabcf4a9: [+TASK] FLOW3 (Reflection): Added a new helper method in ObjectAccess which can traverse object graphs (with the "."-Syntax)
- [+TASK] Fluid (ViewHelpers): Refactored the generation of the hidden identity field.
[+FEATURE] Fluid (ViewHelpers): ...
2009-10-05
2009-10-02
-
12:20 Bug #3292 (Resolved): viewhelper backend support
- BE support is implemented.
Not all view helpers work in BE mode yet, but I'm closing this issue for now. -
12:18 Bug #4794 (Resolved): Translator view helper does not work when no BE user is logged in
-
12:18 Bug #4794: Translator view helper does not work when no BE user is logged in
- Fixed in r1386
-
10:41 Revision f709113c: [~TASK] Fluid (Controller): fixed target path in DocumentationController
- [~TASK] Fluid (Documentation): updated ViewHelperLibrary.xml
2009-10-01
-
11:58 Revision dd954329: Set next version number of package Fluid to version 1.0.0-alpha6
-
11:58 Revision 5de7737d: Tagged package Fluid as version 1.0.0-alpha5
2009-09-30
-
19:39 Revision 05201d9b: [!!!][~API] FLOW3 (Validation): The RangeValidator now expects the arguments "minimum" and "maximum" instead of "startRange" and "endRange". The CountValidator also uses "minimum" and "maxmimum", previously it was "min" and "max"
- [!!!][~API] FLOW3 (MVC): The recently introduced class "FlashMessages" was renamed to "FlashMessageContainer" and the...
2009-09-28
-
22:54 Bug #4794 (Resolved): Translator view helper does not work when no BE user is logged in
- Tx_Fluid_ViewHelpers_TranslateViewHelper depends on $GLOBALS['LANG'] which is only available in BE mode (or in FE mod...
-
14:02 Feature #4380 (Resolved): Implement an ifRole view helper
- Resolved in r3215.
2009-09-23
-
13:25 Revision 8cc5589e: [+FEATURE] FLOW3 (Security): Implemented the logoutAction() in the authenctication controller
- [+FEATURE] Fluid (ViewHelpers): Implemented an ifGrantedAuthority view helper
[~TASK] Fluid (ViewHelpers): Fixed some...
2009-09-20
-
16:47 Feature #4704 (Needs Feedback): Improve parsing exception messages
- Attached is a very first version of a patch that includes template path, linenumber and current template extract to t...
-
16:30 Feature #4704 (New): Improve parsing exception messages
- Fluid Parsing Exceptions should contain the path and linenumber of the affected template for easier bug fixing.
-
11:46 Revision 57b2fa32: [+TASK] Fluid (ViewHelpers): Improved documentation.
2009-09-18
-
15:24 Bug #3292: viewhelper backend support
- Bastian Waidelich wrote:
> Almost all fluid view helpers work in backend mode too now with following restrictions
... -
13:00 Bug #3292: viewhelper backend support
- Almost all fluid view helpers work in backend mode too now with following restrictions:
* cObject - works with the s... -
13:45 Bug #3985: f:form.textbox is not usable anymore without wrapping an f:form element
- Bastian Waidelich wrote:
> First: why would you want to place a fluid textbox outside of a form?
Since for ajax R...
2009-09-17
-
12:23 Revision b2a1463d: [~BUGFIX] Fluid: fixed test cases that were broken in previous commit
-
12:15 Revision ea2156e9: [!!!][FEATURE] Fluid (TemplateView): made layoutRootPath and partialRootPath configurable. Now templateRootPath defines the path to the "Templates" folder. LayoutRootPath & PartialRootPath can be specified independently. Related to #3296.
-
10:56 Bug #4667 (Resolved): Error class magic only works for object properties....
- Like:...
2009-09-16
-
19:01 Feature #4460 (Resolved): Add GroupedForViewHelper
- Applied in changeset r3190.
-
19:01 Feature #4458 (Resolved): Add CycleViewHelper
- Applied in changeset r3190.
-
18:48 Revision c0d0f79d: [~TASK] Fluid: tweaked exception that is thrown when trying to iterate through non-traversable objects in ForViewHelper
- [~TASK] Fluid: fixed typo in ForViewHelperTest
[+FEATURE] Fluid: added CycleViewHelper. Resolves #4458
[+FEATURE] Flu... -
15:03 Revision 56d2e1f0: [~TASK] Fluid: Fixed method parameter documentation found by new reflection service checks.
-
13:06 Feature #4459: Add PaddingViewHelper
- in r3169
-
12:20 Feature #4459 (Resolved): Add PaddingViewHelper
- backported to v4 as well.
-
13:01 Feature #4648 (Resolved): Enhance the textbox viewhelpter to be capable of type=password
- Applied in changeset r3182.
-
12:46 Feature #4648 (Accepted): Enhance the textbox viewhelpter to be capable of type=password
-
11:39 Feature #4648 (Resolved): Enhance the textbox viewhelpter to be capable of type=password
- Currently it's not possible to use the textbox viewhelper to render a password (i.e. <input type="password"...) textf...
-
12:35 Revision 15e03693: [+FEATURE] Fluid (ViewHelpers): Added a Form Password ViewHelper, to generate password input boxes. Resolves #4648.
-
12:01 Revision 827ebdcc: [TASK] Fluid (Tests): Added a token for the backporter to work correctly.
-
11:01 Bug #4488 (Resolved): SubmitViewHelper ignores name/value attributes
- Applied in changeset r3178.
-
11:01 Bug #4492 (Resolved): ViewHelper render method arguments not initialized/passed correctly
- Applied in changeset r3178.
-
10:51 Revision c10e5a80: [+BUGFIX] Fluid: Renamed several leftover occurences of URIBuilder to UriBuilder
-
10:13 Revision 255e04ba: [+BUGFIX] Fluid (Core): Made sure that ViewHelper arguments can not be re-declared with the same name. Resolves #4492.
- [+BUGFIX] Fluid (ViewHelpers): Fixed the Form Submit ViewHelper. Now, Name and Value are used correctly. Resolves #4488.
2009-09-15
-
19:57 Bug #4492: ViewHelper render method arguments not initialized/passed correctly
- updated patch. now with proper unit tests.
-
19:46 Bug #4492: ViewHelper render method arguments not initialized/passed correctly
- the attached patch should solve the issue. I added a check which throws an exception. will commit after bastian has f...
-
19:31 Bug #4492 (Accepted): ViewHelper render method arguments not initialized/passed correctly
-
19:31 Bug #4492: ViewHelper render method arguments not initialized/passed correctly
- Hey,
> Please note that the Tx_Fluid_ViewHelpers_Form_AbstractFormFieldViewHelper registers the name and value ar... -
19:47 Feature #4460 (Accepted): Add GroupedForViewHelper
-
19:47 Feature #4459 (Accepted): Add PaddingViewHelper
-
19:47 Feature #4458 (Accepted): Add CycleViewHelper
-
19:33 Feature #4277 (Accepted): Putting form fields in a partial causes error
- I'll fix this.
-
17:16 Revision aa079432: [!!!][~FEATURE] Fluid (ViewHelpers): Improved the way flash messages are handled. Now there is a separate "FlashMessages" object which encapsulates handling the flash messages. This removes $this->pushFlashMessage and $this->popFlashMessages inside the Controller and {flashMessages} inside Fluid Template. PLEASE UPGRADE by replacing "$this->pushFlashMessage(" with "$this->flashMessages->add(" inside your Controllers, and use <f:renderFlashMessages /> instead of the custom for loop inside your templates. Note: You can set a custom CSS class for outputting flash messages by using <f:renderFlashMessages class="..." /> inside your templates. Resolves #4638.
-
16:29 Feature #3717 (Resolved): "Designators" for Form view helper
- This is already implemented.
In FLOW3 the "designator" is not used by default yet. -
16:27 Task #3987 (Resolved): Inconsistent attribute naming in Form view helper
-
16:27 Task #3987: Inconsistent attribute naming in Form view helper
- Applied in changeset r3131.
2009-09-14
-
19:57 Feature #4277: Putting form fields in a partial causes error
- It works :-))
thx! -
14:35 Bug #4492: ViewHelper render method arguments not initialized/passed correctly
- Hi Sebastian,
Great idea! Undefined behaviour is bad :)
Please note that the Tx_Fluid_ViewHelpers_Form_Abstract... -
12:11 Bug #4492: ViewHelper render method arguments not initialized/passed correctly
- Hi Frans,
currently I'd rather like to add a check that if one tries to register the same argument multiple times,... -
11:58 Revision 4fc7ec00: [+FEATURE] Fluid: Added internal debug mode. Now, during normal operation, the description of ViewHelper arguments is not parsed anymore. We need to rename the debug mode still.
-
11:05 Bug #4488: SubmitViewHelper ignores name/value attributes
- Update: Bastian will write a test for it and commit.
-
11:05 Bug #4488 (Accepted): SubmitViewHelper ignores name/value attributes
- Thanks for your patch, I'll test it and commit.
2009-09-12
-
17:01 Bug #4357 (Resolved): A selected object in a form could not be persisted
- Applied in changeset r1226.
2009-09-10
-
23:00 Bug #4492: ViewHelper render method arguments not initialized/passed correctly
- Note: I believe this also fixes the following issue:
http://forge.typo3.org/issues/show/4488
-
14:52 Revision 689247db: [+FEATURE] Fluid (ViewHelpers): added padding viewhelper (by Bastian Waidelich).
Also available in: Atom