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
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
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
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
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
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
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
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
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
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 '';
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
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
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
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,
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
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
16 matches
Mail list logo