Activity
From 2009-11-01 to 2009-11-30
2009-11-30
-
18:02 Revision d1c3c016: [~TASK] Fluid: Fixed tests failing after reflection service change.
-
16:18 Revision 1eea52f9: [~TASK] Fluid: Fixed tests failing after reflection service change.
-
15:48 Revision ac99b6ae: [~TASK] Fluid: The interceptors now accept any node and pass through if the type is not supported. Fixed some @param annotations.
-
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.
-
19:07 Revision 41e5943b: [+FEATURE] Fluid (ViewHelpers): Now select view helpers can sort options by label if "sortByOptionLabel" attribute is true. Thanks to Markus Dreyer! This resolves #4968
-
17:02 Bug #5020 (Resolved): SelectViewHelper produces invalid code
- Applied in changeset r3512.
-
16:20 Revision dba85061: [~BUGFIX] Fluid (ViewHelpers): Fixed the Select view helper to always create at least one option element. This fixes #5020
-
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... -
10:20 Revision 202483af: [+API] FLOW3 (AOP): Added the JoinPoint class to the supported API. Also added a new method "hasException()" to the JoinPoint implementation. Resolves #5480
- [~TASK] FLOW3 (Cache): Set the log level of flushCachesByTag to DEBUG
[~FEATURE] FLOW3 (Security): Implemented a logg...
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-21
-
17:09 Revision 4e1b1fc2: [~TASK] Fluid (Core): Fixed a side effect of the double viewhelper instantiation removal that manifested itself when the syntaxtree cache was hit...
-
17:07 Revision a6df1bd8: [~TASK] Fluid (Core): Removed double instantiation of view helpers handed over to view helper nodes. Removed some "caching" in ViewHelperNode that is not (no longer) needed.
-
12:19 Revision 76075130: [~TASK] Fluid (Core): Removed double instantiation of view helpers handed over to view helper nodes. Removed some "caching" in ViewHelperNode that is not (no longer) needed.
2009-11-19
-
11:56 Revision fff6dc09: [-TASK] Fluid (Core): Removed object accessor post processing in favor of generic interceptors used during parsing.
- [+TASK] Fluid (Core): Added interceptors (for escaping and resource handling) that are activated in TemplateView.
[+T... -
09:56 Revision de09ca1c: [~TASK] Fluid: Created branch to commit (transitional) changes regarding the removal of ObjectAccessorPostProcessor in favor if parser interceptor concept.
2009-11-17
-
22:26 Revision b548a9e2: [~TASK] Fluid: Removed injectTemplateParser() from TemplateViewInterface (that's infrastructure and should not be in an interface). Some markup fixes to the DocBook sources.
-
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... -
11:26 Revision 30521ebd: [~TASK] Fluid: Some more fixes to the TemplateViewTest...
-
11:21 Revision 9fed00a9: [~BUGFIX] Fluid (View): Fixed the TemplateView::parseTemplate() method which now throws an exception like the test assumes ...
2009-11-08
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...
2009-11-06
-
16:37 Bug #5256: htmlspecialchars() applied inconsistently and of little use
- As a reminder:
# Object accessor nodes (e.g. @{customer.name}@)should be processed by the @ObjectAccessorPostProcesso... -
15:25 Bug #5256 (Resolved): htmlspecialchars() applied inconsistently and of little use
- Observations:
* When a value assigned to Fluid is put into a template, it remains untouched (i.e. angle brackets sta... -
15:58 Revision 985fa6c5: [~TASK] Fluid: non-functional changes done while reading the code.
-
15:25 Feature #5257 (Resolved): Allow generic post-processing of template content
- Currently relative URLs to resources must be created using the resource viewhelper. It would be a lot nicer if that w...
-
15:03 Bug #4972: f:format.date does not respect locale.
- Karsten Dambekalns wrote:
> And why the heck is there no locale-aware date formatting on DateTime? Grr.
Probably ...
2009-11-05
-
23:17 Bug #5237 (Resolved): fix v4's resource ViewHelper
- resolved in r1608.
-
11:32 Bug #5237 (Resolved): fix v4's resource ViewHelper
- [!!!][+BUGFIX] Fluid (ViewHelpers): FIxed the Resource ViewHelper to be in sync with FLOW3 again. This means that ins...
-
14:41 Revision 48c0f93c: [~API] FLOW3 (Log): setLogFileURL() was renamed to setLogFileUrl() in FileBackend.
- [~API] FLOW3 (MVC): redirectToURI() was renamed to redirectToUri() in AbstractController.
[~API] FLOW3 (MVC): setRequ... -
12:21 Revision 1f92952c: [~TASK] Fluid: Adapted Fluid unit tests to match the changes committed in the previous revision (re: controller context)
-
11:33 Revision e758d57b: [+BUGFIX] Fluid (ViewHelpers): Fixed comments of ViewHelpers.
-
09:25 Revision db0ef8be: [+BUGFIX] Fluid (Core): Now, the inline notation also works if spaces are before and after ->. This makes it a lot more error-tolerant.
2009-11-03
-
12:18 Revision c51d654b: [~TASK] Fluid: Fixed the exception hierarchy - \F3\Fluid\Exception is now the most generic exception. Also added generic exceptions for Core and View.
- [~TASK] Fluid (View): Wrote tests for the TemplateView::parseTemplate() method and added a safeguard for when the spe...
2009-11-02
Also available in: Atom