On Fri, Dec 19, 2008 at 2:19 AM, David Brewer <[email protected]>wrote:
> > I am going through the process of upgrading some projects from 1.0 to > 1.2 (with a brief stop at 1.1 in between). It's been going relatively > smoothly, but now I've hit my rough spot. > > The problem is that one of my project includes an extensively > customized admin console created using the sfDoctrinePlugin version of > the admin generator from 1.0. I got this working perfectly in 1.1, > but upon upgrading to 1.2 I was confronted with this exception: > > "Class sfDoctrineAdminGenerator does not exist". > > My understanding is that the old Propel admin generator has been kept > in this release for backward compatibility, but not the Doctrine admin > generator. That's fine, I understand that prioritization needs to > happen. For this project I need to find the lowest-effort route to > getting the existing admin console working again, and I could use some > feedback on the easiest way to accomplish that. As I see it my > choices are: > > * Recreate the admin console using the new system and port over the > specific functionality. This seems like a lot of work. ^^^^^ I would do this. Generating new admin generator modules and customizing them is incredibly simple with 1.2 so I don't think it would be as much work as you think. > > * Try to port the 1.1 Doctrine admin generator to 1.2. I'm not clear > on how difficult this would be... I'm guessing difficult, since I > presume there is a good reason it didn't make it into the new release. > > * Copy the generated admin console files from the 1.1 version of the > site into the modules of the admin console. I don't like this idea > since of course it dramatically decreases the flexibility of the admin > generation system. > * Give up and revert to symfony 1.1 This is undoubtedly the easiest > path, but I don't want to give up! > > Any suggestions? > > David Brewer > > > > -- Jonathan H. Wage Open Source Software Developer & Evangelist http://www.jwage.com http://www.doctrine-project.org http://www.symfony-project.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
