Today I have upgraded the Doctrine website to symfony 1.1 and Doctrine 0.11. The integration between the symfony framework and Doctrine with sfDoctrinePlugin has become pretty complete in the last few days. It now has all the same functionality as the bundled sfPropelPlugin with symfony 1.1 plus dozens more features a long with the Doctrine DBAL and ORM. The main features introduced to the symfony framework are migrations, DQL, behaviors, inheritance and a sprinkle of additional admin generator features. I have also completely re-ported sfGuardDoctrinePlugin from sfGuardPlugin so it is in sync with it and has exactly the same features, nothing more. The removed functionality will be moved to separate plugins that work with sfGuardDoctrinePlugin.
The source of the Doctrine website can be gotten from svn here http://www.phpdoctrine.org/svnweb
Comments (9) [ add comment ]
sfGuarDoctrinePlugin Posted by adrive about about 1 year ago.
What functionality belongs to "dropped"? Wouldn't be better to port all the sfGuardDoctrinePlugin 1.0 functionality 1.0 to 1.1?
Posted by jwage about about 1 year ago.
The modules for registration and forgot password. The reason is because the sfGuardDoctrinePlugin is not the place for registration and that functionality. I will introduce this functionality as separate plugins that work with sfGuardDoctrinePlugin. Also because I want the sfGuardDoctrinePlugin to be identical to sfGuardPlugin, easier to maintain :)
Posted by adrive about about 1 year ago.
Thanks for the response. Fortunately, those things are not that I used :-)
Posted by Lucas Stephanou about about 1 year ago.
Hi, A little [OT] here: The feeds of doctrine site is escaped, when reading in feed reader, the html markup are show!
Posted by jwage about about 1 year ago.
fixed
Posted by Martin about about 1 year ago.
Link to sfDoctrinePlugin in the first paragraph is broken.
Keep up the great work for doctrine!
PDF Version of the Manual Posted by Alex about about 1 year ago.
Hello,
Great work on Doctrine! Couldn't live without. The new site looks great.
I'm having trouble opening PDF version of the manuaul @ http://www.phpdoctrine.org/documentation/manual/0_11?format=pdf
If I view the source of the generated PDF I see that it's a symfony 500 page.
Might have something to do with broken plugin going from sf1.0 to 1.1.
Thanks!
post howto Posted by malte about about 1 year ago.
It would be really nice if a short howto for how this site was set up using symfony 1.1 and sfDoctrine 0.11.
Reason being I'm trying to use the same combination here, and its not working very well, without giving me any very helpful error messages.
bad work Posted by ghost3d about about 1 year ago.
"Reason being I'm trying to use the same combination here, and its not working very well, without giving me any very helpful error messages."
Me too. Very unstable - especially i18n internationalization. I spent a lot time to get it working, Blah!