Re: Calling core devs for a quick brief on Admin Routing in 1.2

2007-09-19 Thread Grant Cox
Hi Seb, For reference, the devs don't read every post on this mailing list. If you find an issue like this that you are sure is a bug, post a ticket on trac ( https://trac.cakephp.org ). If you just want to discuss it to find out, there is almost always one of the devs on IRC ( http://irc.cakeph

Re: Calling core devs for a quick brief on Admin Routing in 1.2

2007-09-19 Thread Seb
Mmmm.. quick enough! fixed in r5672 by phpnut! Thanks heaps! Seb. On Sep 20, 11:28 am, Seb <[EMAIL PROTECTED]> wrote: > Right on! Cake is getting sweeter every day! :) > > Would it help for me to raise a TRAC ticket or is it all under > control? > > Thanks Chris! > > Seb. > > On Sep 19, 10:45

Re: Calling core devs for a quick brief on Admin Routing in 1.2

2007-09-19 Thread Seb
Right on! Cake is getting sweeter every day! :) Would it help for me to raise a TRAC ticket or is it all under control? Thanks Chris! Seb. On Sep 19, 10:45 pm, "Chris Hartjes" <[EMAIL PROTECTED]> wrote: > On 9/19/07,Seb<[EMAIL PROTECTED]> wrote: > > > > > The error is; You are seeing this erro

Re: Calling core devs for a quick brief on Admin Routing in 1.2

2007-09-19 Thread Chris Hartjes
On 9/19/07, Seb <[EMAIL PROTECTED]> wrote: > > The error is; You are seeing this error because the private class > method admin_index should not be accessed directly. > and it happens the second we add function admin_index() {} to the > AppController. Turns out that a recent commit inadvertently

Re: Calling core devs for a quick brief on Admin Routing in 1.2

2007-09-18 Thread Seb
Hi Chris, Thanks for your input. As I mentioned we've been updating the core from the 1.2.x branch in the SVN quite regularily and without major issues. This is why I was surprised to even think that the core was broken not only unstable). Now with you comment in mind, we've exported a version fr

Re: Calling core devs for a quick brief on Admin Routing in 1.2

2007-09-18 Thread Chris Hartjes
On 9/18/07, Seb <[EMAIL PROTECTED]> wrote: > > > We've ran into a few issues with using admin routing with this > version, to a point where I asked a dev to start a new app from > scratch, with the latest core and configuring admin.routing properly. > The results weren't great to tell you the leas

Re: Calling core devs for a quick brief on Admin Routing in 1.2

2007-09-18 Thread Seb
> > - Original Message - > From: "Seb" <[EMAIL PROTECTED]> > To: "Cake PHP" > Sent: Tuesday, September 18, 2007 5:18 PM > Subject: Calling core devs for a quick brief on Admin Routing in 1.2 > > > Hi guys, > > > I'd be inte

Re: Calling core devs for a quick brief on Admin Routing in 1.2

2007-09-18 Thread Adam Royle
7 5:18 PM Subject: Calling core devs for a quick brief on Admin Routing in 1.2 > > Hi guys, > > I'd be interested to hear any of the core developers (nate, nut, gwoo > and co.) to tell me a little more about admin.routing in the latest > 1.2 (atm r5669 - though the dispatcher.p

Re: Calling core devs for a quick brief on Admin Routing in 1.2

2007-09-18 Thread Seb
Mmmm... my dyslexia's getting quite bad ain't it... let me try again When calling /admin/controller/index variable $this- >params['action'] becomes admin_index at line 163 which is quite right, but then the check on line 173 fails because $protected contains a list of *ALL* methods in the ap

Calling core devs for a quick brief on Admin Routing in 1.2

2007-09-18 Thread Seb
Hi guys, I'd be interested to hear any of the core developers (nate, nut, gwoo and co.) to tell me a little more about admin.routing in the latest 1.2 (atm r5669 - though the dispatcher.php was last modified in r5628) We've ran into a few issues with using admin routing with this version, to a p