# |
Aug 9th 2008, 14:17 |
Anon323 |
markstory: Thanks, works. |
# |
Aug 9th 2008, 14:17 |
klaasjan |
yes |
# |
Aug 9th 2008, 14:17 |
markstory |
is it running locally? |
# |
Aug 9th 2008, 14:17 |
klaasjan |
at http://boven:8080/cake/ i'm getting Release Notes for CakePHP 1.2.0.7296 RC2. |
# |
Aug 9th 2008, 14:17 |
markstory |
klaasjan: I can't get to that url. |
# |
Aug 9th 2008, 14:16 |
markstory |
just assign the array. |
# |
Aug 9th 2008, 14:16 |
markstory |
oh. disabledFields isn't a method. |
# |
Aug 9th 2008, 14:16 |
markstory |
Anon323: what kind of fatality did you get? |
# |
Aug 9th 2008, 14:15 |
klaasjan |
at this url http://boven:8080/posts/index |
# |
Aug 9th 2008, 14:15 |
klaasjan |
I'm following the 15 minute blog tut but I get an 404 page |
# |
Aug 9th 2008, 14:14 |
cpierce |
for the helper that is |
# |
Aug 9th 2008, 14:14 |
cpierce |
does anyone know if they plan on moving away from prototype for something say a little more oop like jquery? |
# |
Aug 9th 2008, 14:14 |
klaasjan |
get an 404 pageI'm following the 15 minute blog tut but i h |
# |
Aug 9th 2008, 14:14 |
Anon323 |
@security component: I implemented it this way http://bin.cakephp.org/view/757377840 , but it doesnt work (Fatal error). whats wrong? |
# |
Aug 9th 2008, 14:14 |
klaasjan |
I've red the manual and I onderstand most of it |
# |
Aug 9th 2008, 14:13 |
markstory |
what doesn't work? |
# |
Aug 9th 2008, 14:13 |
klaasjan |
i feel like i'm a newbie to php again but i can't get the framework to work for me |
# |
Aug 9th 2008, 14:13 |
Martz |
Riddle me this.. |
# |
Aug 9th 2008, 14:12 |
klaasjan |
all right |
# |
Aug 9th 2008, 14:12 |
markstory |
only in riddle form. |
# |
Aug 9th 2008, 14:12 |
Martz |
klaasjan: fire away |
# |
Aug 9th 2008, 14:12 |
klaasjan |
Is it normal to aks your questions here?? |
# |
Aug 9th 2008, 14:12 |
markstory |
helo |
# |
Aug 9th 2008, 14:11 |
klaasjan |
Hello everyone |
# |
Aug 9th 2008, 14:10 |
Matt1 |
markstory: perfect. thank you. |
# |
Aug 9th 2008, 14:04 |
markstory |
Router::url('/'); |
# |
Aug 9th 2008, 14:02 |
Matt1 |
FULL_BASE_URL . DS . Configure::read('App.dir') not gettting it all. |
# |
Aug 9th 2008, 14:01 |
Matt1 |
How do i get the full current url in controller ? |
# |
Aug 9th 2008, 13:58 |
markstory |
Anon323: the component include is good. |
# |
Aug 9th 2008, 13:57 |
jaredhoyt |
Anon323: you can whitelist in save() |
# |
Aug 9th 2008, 13:57 |
Anon323 |
in my function? |
# |
Aug 9th 2008, 13:57 |
Anon323 |
$this->Security->disabledFields(array("foo", "bar")); |
# |
Aug 9th 2008, 13:57 |
Anon323 |
in my controller and |
# |
Aug 9th 2008, 13:57 |
Anon323 |
var $components = array("Security"); |
# |
Aug 9th 2008, 13:57 |
Anon323 |
markstory: @security component: Means I have to add |
# |
Aug 9th 2008, 13:56 |
Anon323 |
yes. i read about whitelisting. cleanUpFields() turned up as acceptable search result. |
# |
Aug 9th 2008, 13:55 |
markstory |
are you refereing to controller::cleanUpFields? |
# |
Aug 9th 2008, 13:54 |
markstory |
Anon323: security component stops form tampering. |
# |
Aug 9th 2008, 13:54 |
Anon323 |
markstory: So form inputs I didn't specify will be discarded? (e.g. an attacker can't manually add an form input element which cake will automatically save?) |
# |
Aug 9th 2008, 13:50 |
markstory |
its done automatically in Model::deconstruct |
# |
Aug 9th 2008, 13:49 |
markstory |
cleanUpFields doesnt exist any more in 1.2 |