[symfony-users] Re: Doctrine2 symfony 1.4

2010-09-01 Thread Maxim Oleinik
Add partial migrations support. See: ./symfony list migrations -- 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 users group. To post to this group, send

[symfony-users] Re: Doctrine2 symfony 1.4

2010-08-30 Thread Maxim Oleinik
Have you even tried to contribute to the original plugin first? It would be nice if the changes can be made in the original sfDoctrine2Plugin instead of having 2 of them. Right. But i'd prefer to make pull requests to official plugin git mirror instead of direct commiting to official svn

[symfony-users] Doctrine2 symfony 1.4

2010-08-29 Thread Maxim Oleinik
Does anybody use subj? I found sfDoctrine2Plugin but it seems to be outdated. So i've forked it, fix some tasks and etc. If anybody interested my fork: http://github.com/maxim-oleinik/sfDoctrine2Plugin -- If you want to report a vulnerability issue on symfony, please send it to security

[symfony-users] Re: EmbedForm and decorators

2009-06-13 Thread Maxim Oleinik
How do you hide label for 'employer_branch_id' (the parent label for embed form) ? On Jun 12, 9:41 pm, Matthew Penrice matthew.penr...@gmail.com wrote: yes, should have explained i was using the dynamic form object and echo'ing it out. I've found a decent solution - custom widgetFormFormatter