Page 393 of 211,273, showing 20 records out of 4,225,447 total, starting on record 7,841, ending on 7,860
# | Username | Text | |
---|---|---|---|
# | Aug 9th 2008, 19:47 | kalileo | Jezek: as Matt1 proposed, check for admin access and then allow or dissalow the current action |
# | Aug 9th 2008, 19:48 | Jezek | ok |
# | Aug 9th 2008, 19:49 | kalileo | Jezek: there is sample code for that in the multitude of auth tutorials out there |
# | Aug 9th 2008, 19:49 | Matt1 | how can I use unique with find('all') |
# | Aug 9th 2008, 19:50 | Jezek | hmm |
# | Aug 9th 2008, 19:50 | Spoom | any ideas with the ajax pagination? |
# | Aug 9th 2008, 19:51 | Matt1 | Spoom: you using an some access control ? |
# | Aug 9th 2008, 19:53 | Spoom | i am now, since i forgot to remove the domain when i pasted the access log ;^) |
# | Aug 9th 2008, 19:53 | Spoom | but i wasn't before |
# | Aug 9th 2008, 19:53 | Jezek | ok it seems to be working now, thanks |
# | Aug 9th 2008, 19:53 | Spoom | hmm |
# | Aug 9th 2008, 19:53 | Spoom | i am using auth |
# | Aug 9th 2008, 19:54 | Spoom | ACTION checks if allowing it helps even though he's logged into cake |
# | Aug 9th 2008, 19:55 | Spoom | nope, no deal |
# | Aug 9th 2008, 19:56 | Spoom | hmm |
# | Aug 9th 2008, 19:56 | Spoom | is there a reason that cake itself would generate a 403? |
# | Aug 9th 2008, 19:57 | Spoom | i'm thinking something like the fact that it's posting to the url as opposed to get |
# | Aug 9th 2008, 20:01 | Spoom | haven't found something similar to this googling |
# | Aug 9th 2008, 20:03 | rafaelbandeira3 | Spoom: |
# | Aug 9th 2008, 20:03 | rafaelbandeira3 | $this->Auth->allowedActions = array('*') |