Activity
From 2009-11-07 to 2009-12-06
2009-12-05
-
18:13 Task #5636 (Under Review): Form_RadioViewHelper and CheckBoxViewHelper miss check for existing object before it is accessed.
- If you have an form for creating an Object currently this will fail with an exception.
The other FormViewHelper use ...
2009-11-30
-
14:39 Story #5583 (Closed): DateFormat View Helper doesn't respect locale setting
- Hi [this is related to fluid, I don't know if this is the right bugtracker],
just found out that the format date v...
2009-11-26
-
20:01 Feature #4968 (Resolved): Sorting by OptionLabel for Selectbox
- Applied in changeset r3514.
-
17:02 Bug #5020 (Resolved): SelectViewHelper produces invalid code
- Applied in changeset r3512.
-
15:39 Bug #5512: form view helper produces invalid XHTML output
- Mh.. another XHTML compatibility issue:
in XHTML 1.0 Strict it's not allowed to set the "name" attribute of the form... -
15:37 Bug #5512: form view helper produces invalid XHTML output
- new version with tweaked output (new lines)
-
15:13 Bug #5512: form view helper produces invalid XHTML output
- @Sebastian: could you please verify the attached patch and commit if ok?
-
13:53 Bug #5512 (Resolved): form view helper produces invalid XHTML output
- By default the form view helper inserts hidden fields for referrer & hmac to the generated form at the very top.
I j... -
15:37 Bug #4667: Error class magic only works for object properties....
- Bastian Waidelich wrote:
> Ok, I see. But AFAIK the property validation only works for bound objects yet. I'm assign... -
15:17 Bug #4667: Error class magic only works for object properties....
- Nikolas Hagelstein (pulponair) wrote:
> A property would presume an object.
Ok, I see. But AFAIK the property v... -
14:38 Bug #4667: Error class magic only works for object properties....
- Bastian Waidelich wrote:
> Nikolas Hagelstein (pulponair) wrote:
>
> > yes but it has a name and it's bound to th... -
14:27 Bug #4667: Error class magic only works for object properties....
- Nikolas Hagelstein (pulponair) wrote:
> yes but it has a name and it's bound to the namespaced form so it could be... -
13:56 Bug #4667: Error class magic only works for object properties....
- Bastian Waidelich wrote:
> But how should the error handling work, if the textbox was not bound to a property?
ye...
2009-11-24
-
12:48 Feature #5485 (Rejected): Missing operators "===", "!==" and "!" in fluid comparism mechanism
- implement them :)
Attached patch adds the operators and furthermore adds a unit test to for all operators in diffe...
2009-11-23
-
15:50 Bug #5256 (Resolved): htmlspecialchars() applied inconsistently and of little use
- The bug contained here has been fixed, the remaining stuff has it's own issue.
-
15:47 Feature #5257: Allow generic post-processing of template content
- See r3475 for the start of this and feel free to try it out...
2009-11-17
-
13:23 Bug #5301: Select with option multiple throws Fatal Error
- Ok, that was my fault. I forgot to set name="myObject" in the form tag. We can close this issue.
2009-11-10
-
09:58 Bug #5301 (Closed): Select with option multiple throws Fatal Error
- The following code results in a fatal error:
<f:form.select id="categories" property="categories" options="{catego...
2009-11-09
-
12:11 Bug #5256: htmlspecialchars() applied inconsistently and of little use
- Bastian Waidelich wrote:
> # Object accessor nodes (e.g. @{customer.name}@)should be processed by the @ObjectAccesso...
2009-11-07
-
23:35 Feature #4218: Support for properties of nested objects using "property"-argument
- I noticed that the error only appears when I send the "section" property. The snipped from my view looks like this:
... -
23:13 Feature #4218 (New): Support for properties of nested objects using "property"-argument
- Using r1642 and my snippet posted above <f:form.textbox property="user.name" /> is resolved correctly. However when s...
Also available in: Atom