[symfony-devs] Re: Fatal error on form display

2010-11-20 Thread HTC
On Nov 16, 9:39 pm, Bernhard Schussek wrote: > I just committed a bigger refactoring of the Form template layer, > which should fix this problem. Thanks for fixing that. The custom HTML attributes have stopped working however, (for example on ChoiceField) but this is easier to workaround with te

[symfony-devs] Re: Fatal error on form display

2010-11-17 Thread Michael
Great, seems to work fine! Just a quick note: i would recommend adding making a small change to the fields view, by adding: getId() ?> attributes($attr) ?> and for the label.php: attributes($params) ?>>trans($label) ? > makes it more dynamic. -- If you want to report a vulnerability issue on

Re: [symfony-devs] Re: Fatal error on form display

2010-11-16 Thread Bernhard Schussek
I just committed a bigger refactoring of the Form template layer, which should fix this problem. Bernhard -- Software Architect & Engineer Blog: http://webmozarts.com Twitter: http://twitter.com/webmozart -- If you want to report a vulnerability issue on symfony, please send it to security at s

[symfony-devs] Re: Fatal error on form display

2010-11-15 Thread Michael
Hi Fabien, do you think you can give it a look and see what you can do.. thanks. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To

[symfony-devs] Re: Fatal error on form display

2010-11-12 Thread Florian
I have the same problem. Just for information, it seems a ticket has been opened by conantbr here: http://trac.symfony-project.org/ticket/9229 On 9 nov, 10:54, Fabien Potencier wrote: > http://trac.symfony-project.org/ > > -- > Fabien Potencier > Sensio CEO - symfony lead developer > sensiolabs

Re: [symfony-devs] Re: Fatal error on form display

2010-11-09 Thread Fabien Potencier
http://trac.symfony-project.org/ -- Fabien Potencier Sensio CEO - symfony lead developer sensiolabs.com | symfony-project.org | fabien.potencier.org Tél: +33 1 40 99 80 80 On 11/8/10 11:39 PM, Michael wrote: What the link to create tickets? -- If you want to report a vulnerability issue on s

[symfony-devs] Re: Fatal error on form display

2010-11-09 Thread Petr Jaroš
Some information about bug reporting can be sound here: http://docs.symfony-reloaded.org/contributing/code/bugs.html and here: http://trac.symfony-project.org/wiki/HowToContributeToSymfony#Reportingbugs. Bugs related to Symfony2 are here: http://trac.symfony-project.org/report/24 To fill in new bug

[symfony-devs] Re: Fatal error on form display

2010-11-08 Thread Michael
What the link to create tickets? -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to symfony-devs@g

Re: [symfony-devs] Re: Fatal error on form display

2010-11-08 Thread Fabien Potencier
You have identified the problem but the solution cannot be the one you suggest. The HtmlGenerator should not be aware of the output escaping. I have no obvious solution right now. So, can you create a ticket for that issue? Thanks, Fabien -- Fabien Potencier Sensio CEO - symfony lead develop

[symfony-devs] Re: Fatal error on form display

2010-11-06 Thread Michael
it seems that the $attributes is an instanceof of ArrayDecorator, so you should convert it to an array, see fixed code for Symfony\Bundle \FrameworkBundle\Templating\HtmlGenerator.php. public function tag($tag, $attributes = array()) { if (empty($tag)) { return '';

[symfony-devs] Re: Fatal error on form display

2010-11-03 Thread Derek ROTH
Hi, I was facing the same problem. I got around it by coding a very ugly hack: I removed all "array" keywords in the methods prototypes and converted the ArrayAccess objects to arrays in the content of the methods (HtmlGenerator::attributes, HtmlGenerator::choices and HtmlGenerator::doChoices). I

[symfony-devs] Re: Fatal error on form display

2010-11-03 Thread Michael
Hi Bernhard or Fabien, This issue still not fixed, can you take a look at it and see what you can do. Thanks -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups

[symfony-devs] Re: Fatal error on form display

2010-10-29 Thread Michael
I think i found the problem, take a look at this link http://github.com/fabpot/symfony/commit/13f36b165778acff165e1f7a4356a2ab784c625c#diff-1 one of the latest changed made: "Removed logic that tried to avoid double-escaping" -- If you want to report a vulnerability issue on symfony, please send

[symfony-devs] Re: Fatal error on form display

2010-10-28 Thread Michael
Hi, Bernhard, Please keep me updated if you fix it. Thanks -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group,

Re: [symfony-devs] Re: Fatal error on form display

2010-10-28 Thread Bernhard Schussek
Hi Michael, Thanks for reporting. I will look into it. Cheers, Bernhard -- Software Architect & Engineer Blog: http://webmozarts.com Twitter: http://twitter.com/webmozart -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received

[symfony-devs] Re: Fatal error on form display

2010-10-28 Thread Michael
also i noticed that in the "Content of the Output" section on the Exception you see the HTML source and not the view.. maybe related too -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscri