That's good news. Jon, will you be ditching the profile table (except for bc with people who use it) and using the "plugins can extend each other's schemas" stuff and/or simple inheritance for this?
My sfDoctrineApplyPlugin is probably very close to what you're doing here and I imagine it will make sense to retire it at some point if the functionality is similar enough. You might want to look at it to see if you're covering all of the same ground, perhaps we could merge some code from it... it's already pretty much a straight extension of sfGuard with no other dependencies (except Zend Mail, which is easily replaced with Swift Mail). I did use a profile class, but would love to ditch that forever in favor of the schema merging technique. On Wed, Dec 16, 2009 at 1:44 PM, Jonathan Wage <[email protected]> wrote: > Hi, > > I am sending this message to notify everyone of some plans for > sfDoctrineGuardPlugin. > > Today I branched > http://svn.symfony-project.org/plugins/sfDoctrineGuardPlugin/trunk/ to > http://svn.symfony-project.org/plugins/sfDoctrineGuardPlugin/branches/1.3/ > > If you are using symfony 1.3 or 1.4 and want a stable sfDoctrineGuardPlugin > you should use this branch. Today I will begin development of a new version > of sfDoctrineGuardPlugin that merges some functionality from > sfSympalUserPlugin for forgot password, registration, etc. so that > sfSympalPlugin can just use sfDoctrineGuardPlugin instead of maintaining its > own sfSympalUserPlugin. I will maintain BC in this version for the most part > and only add new functionality. Once I have this version done, Dustin > Whittle and I will branch yet again to work on another newer version that is > not BC at all and will be a completely new version of sfDoctrineGuardPlugin > containing many new cool things. > > Thanks, Jon > > -- > Jonathan H. Wage (+1 415 992 5468) > Open Source Software Developer & Evangelist > sensiolabs.com | jwage.com | doctrine-project.org | symfony-project.org > > You should follow me on Twitter: http://www.twitter.com/jwage > > You can contact Jonathan about Doctrine, Symfony and Open-Source or for > training, consulting, application development, or business related questions > at [email protected] > > -- > > 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. > -- Tom Boutell P'unk Avenue 215 755 1330 punkave.com window.punkave.com -- 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.
