sfPropel16Plugin Is Already There, Didn't You Know?
The question arose several times in the past weeks: When will sfPropel16Plugin be published? Well, it's been published for a long time already, it's just that it was called "sfPropel15Plugin/1.6 branch". You can find it on GitHub:
18 comments
it s becoming a little hard/impossible to manage externals with github that itself need svn external :)
In the future, could it be possible to name it, once for all, sfPropelPlugin ?
Please consider it, thanks.
Me and probably many other users prefer to install and upgrade plugins using symfony peer channel.
Why not use the newest Propel in symfony then?
Most users upgrade it anyway (it's not m$ - so it's becomes faster and better) by themselves to the newest version and as you just mentioned, Propel is backward compatible (IMHO to exaggeration - it may hold evolution) so there's no good reason for symfony to stick with old releases, right?
I have no idea what happened to my posts above - delete them, please?
Once again, thank you for all your hard work, we appreciate it so much.
I was trying to install the 1.6 branch and followed all the instructions from the INSTALL.md file (github site)
I did everything, but then I run a simple "symfony cc" and I got this message:
PHP Warning: require_once(propel/Propel.php): failed to open stream: No such file or directory in /myproject/plugins/sfPropel15Plugin/config/sfPropel15PluginConfiguration.class.php on line 29
By the way, why did I have to do "mkdir vendor"?
Thanks!
Have a nice day
When adding primaryString: true to the schema of an article_i18n table, it generates two __toString() methods in /om/BaseArticle.class.php when building forms, causing an error. Removing the primaryString option from the schema doesn't cause error.
In INSTALL.md file, there's: "git checkout -b 1.6 remotes/origin/1.6" but AFAIK "-b" is used for branch creation - shouldn't it be removed?