Re: Old release downloads and subversion history...

2007-03-06 Thread AD7six
On Mar 6, 3:02 pm, TheIdeaMan <[EMAIL PROTECTED]> wrote: > AD, > > Thanks for asking about what I've been stuck on. I was able to figure > out the problems not long after your e-mail. The problems were mostly > related to using $uses in the app_controller and removing underscores > from model fi

Re: Old release downloads and subversion history...

2007-03-06 Thread TheIdeaMan
AD, Thanks for asking about what I've been stuck on. I was able to figure out the problems not long after your e-mail. The problems were mostly related to using $uses in the app_controller and removing underscores from model file names. I ended up using ThinkingPHP's method of adding models into

Re: Old release downloads and subversion history...

2007-02-21 Thread TheIdeaMan
Ah. Thanks, Grant. I suppose I should have realized that I could use the revision numbers from the back of the release numbers. I had been looking for taged copies, but revision numbers should work just fine. I'll give the upgrade another try. To date it hasn't been as easy as hoped or promised,

Re: Old release downloads and subversion history...

2007-02-20 Thread AD7six
On Feb 21, 1:01 am, "Grant Cox" <[EMAIL PROTECTED]> wrote: > You can check out every revision through Subversion, > viahttps://svn.cakephp.org/repo/trunk/cake/1.1.x.x/ > > You should find minimal changes migrating to 1.1.13 (the latest 1.1.x > code). Look through the old release announcements

Re: Old release downloads and subversion history...

2007-02-20 Thread Grant Cox
You can check out every revision through Subversion, via https://svn.cakephp.org/repo/trunk/cake/1.1.x.x/ You should find minimal changes migrating to 1.1.13 (the latest 1.1.x code). Look through the old release announcements from PhpNut - he will mention in those anything that changed that woul

Old release downloads and subversion history...

2007-02-20 Thread TheIdeaMan
I have some CakePHP apps that were build on earlier versions of Cake (1.0.1.2708) and I'm wanting to migrate them up to the latest 1.2. Doing this has proved to be a headache thus far. Each release (even minor) changed enough things (syntax, api) to make moving from 1.0 to 1.1 to 1.2 rather hard.