You can't just add a feature in trunk just because you have a need for it:
* All new features must come with unit tests. The new form/validator/widget framework has 100% code coverage. * As we now have a 1.1 branch, changes must go to the 1.1 branch and then ported back to the trunk. * Try to respect symfony coding standards. So, even if I think this is a reasonable feature to add, I've reverted the change. Fabien P.S.: same goes for r6589: coding standard, backport to 1.1 branch and associated ticket has to be closed. -- Fabien Potencier Sensio CEO - symfony lead developer http://www.sensiolabs.com/ http://www.symfony-project.com/ Sensio Labs Tél: +33 1 40 99 80 80 Ian P. Christian wrote: > Ian P. Christian wrote: >> Any objections to adding a getValue() call into sfForm? >> >> There's currently a getValues() which returns all values, but not a call >> to get a single value from the form. >> > I had to write this for my own needs really -so I commited it - should > we not want it feel free to revert r6588 > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
