Re: Issues upgrading component from 1.x to 2.x

2013-06-24 Thread Michael Gaiser
Don't get me wrong, I will have to do that too, but the unfortunate part is that if you have the aro added when you add a new user/group via parentNode() it doesn't update the alias which I want to use withing my check() function. I would like to build what I want to do on top of the existing acl

Re: Issues upgrading component from 1.x to 2.x

2013-06-24 Thread Rachman Chavik
On Mon, 24 Jun 2013 03:29:06 -0400, Michael Gaiser wrote: Don't get me wrong, I will have to do that too, but the unfortunate part is that if you have the aro added when you add a new user/group via parentNode() it doesn't update the alias which I want to use withing my check() function. I

Re: Issues upgrading component from 1.x to 2.x

2013-06-23 Thread Rachman Chavik
On Sun, 23 Jun 2013 01:43:28 -0400, Michael Gaiser wrote: Or even, just a solid example that extends the existing AclComponent so that I can actually override some of the functions in it? Thanks again! 2.x has loads of Auth enhancements. You probably don't want to extend AclComponent.

Re: Issues upgrading component from 1.x to 2.x

2013-06-22 Thread Gaurav Matta
Check component class it should extend. Component and not object On 22-Jun-2013 10:03 PM, Michael Gaiser mjgai...@gmail.com wrote: So I found this compoenent that I want to use as a base for some ideas I want to try, but unfortuanatly it seems to be setup for cake 1.2. I am getting errors

Re: Issues upgrading component from 1.x to 2.x

2013-06-22 Thread Michael Gaiser
Well, the code in the link actually extends AclComponent. Any other ideas? On Sat, Jun 22, 2013 at 3:37 PM, Gaurav Matta gauravgroup...@gmail.comwrote: Check component class it should extend. Component and not object On 22-Jun-2013 10:03 PM, Michael Gaiser mjgai...@gmail.com wrote: So I

Re: Issues upgrading component from 1.x to 2.x

2013-06-22 Thread Michael Gaiser
Or even, just a solid example that extends the existing AclComponent so that I can actually override some of the functions in it? Thanks again! On Sun, Jun 23, 2013 at 1:39 AM, Michael Gaiser mjgai...@gmail.com wrote: Well, the code in the link actually extends AclComponent. Any other ideas?