# |
Sep 12th 2009, 02:13 |
Predominant |
Check the timelines on the branches, to be sure. |
# |
Sep 12th 2009, 02:12 |
Predominant |
1.3-dev isnt used, to my knowledge. |
# |
Sep 12th 2009, 02:11 |
digiloco |
is this the tree that's being developed, as opposed to the last 1.3-dev release in august? |
# |
Sep 12th 2009, 02:11 |
digiloco |
great thanks! |
# |
Sep 12th 2009, 02:11 |
digiloco |
got it |
# |
Sep 12th 2009, 02:10 |
pimpnosis |
But I cannot figure out how to force a layout to be shown for an ajax redirect |
# |
Sep 12th 2009, 02:10 |
pimpnosis |
I'm trying to force a session flash on an Ajax redirect |
# |
Sep 12th 2009, 02:09 |
Predominant |
git checkout -b 1.3 origin/1.3 |
# |
Sep 12th 2009, 02:09 |
Predominant |
then |
# |
Sep 12th 2009, 02:09 |
Predominant |
git clone git@code.cakephp.org:cakephp.git |
# |
Sep 12th 2009, 02:09 |
digiloco |
i've tried git clone dev@code.cakephp.org:cakephp.git but it seems to be 1.2.5 |
# |
Sep 12th 2009, 02:09 |
digiloco |
morning all, how do I pull the latest 1.3 git tree? |
# |
Sep 12th 2009, 02:08 |
pimpnosis |
Is there any way to overwrite the default RequestHandler functions? |
# |
Sep 12th 2009, 02:00 |
HardPhuck |
saveAll |
# |
Sep 12th 2009, 01:56 |
Predominant |
HardPhuck: using save() or saveAll() ? |
# |
Sep 12th 2009, 01:48 |
HardPhuck |
i get no errors |
# |
Sep 12th 2009, 01:48 |
HardPhuck |
hmm i have a form that saves two models, however one model wouldn't validate |
# |
Sep 12th 2009, 00:18 |
savant |
no we are all dead |
# |
Sep 12th 2009, 00:16 |
dperry |
anyone out there? |
# |
Sep 11th 2009, 22:35 |
dhodgkin |
Cache::config('default', array('engine' => 'File')); |
# |
Sep 11th 2009, 22:34 |
dhodgkin |
when the cache is properly configured? |
# |
Sep 11th 2009, 22:34 |
dhodgkin |
why would I be getting CacheCache not configured properly. Please check Cache::config(); in APP/config/core.php [CORE/cake/libs/configure.php, line 663] |
# |
Sep 11th 2009, 22:14 |
palam |
i'm wondering if there's something built in instead of searching for some regex |
# |
Sep 11th 2009, 22:14 |
palam |
rather, just check if an email address is valid without running validates()? |
# |
Sep 11th 2009, 22:13 |
palam |
is it possible to validate just one field of a model? |
# |
Sep 11th 2009, 21:44 |
Rampage |
hey guys, i'm facing a little weird problem! my add/edit has a file upload field. in this field it shows the proper input name: data[XYZ][blah], but after i submit the form, xyz turns into 0, blah turns into 0. so i get an error in the controller when i try to reference it $this->data['XYZ']['blah']. anyone ever experience this :( |
# |
Sep 11th 2009, 20:55 |
FMC |
Ok, I asked too quickly... |
# |
Sep 11th 2009, 20:54 |
FMC |
Can I call $this->set() in AppController.afterFilter() ? 'Cause it doesn't work |
# |
Sep 11th 2009, 20:53 |
FMC |
Hi |
# |
Sep 11th 2009, 20:44 |
wesley_unipac |
Thanks |
# |
Sep 11th 2009, 20:40 |
Hiall |
All |
# |
Sep 11th 2009, 20:37 |
wesley_unipac |
at httpd.conf |
# |
Sep 11th 2009, 20:37 |
wesley_unipac |
Hiall AllowOverride All or None? |
# |
Sep 11th 2009, 20:24 |
wesley_unipac |
ok |
# |
Sep 11th 2009, 20:23 |
Hiall |
not entirely sure on windows I'm affraid |
# |
Sep 11th 2009, 20:22 |
wesley_unipac |
httpd.conf? |
# |
Sep 11th 2009, 20:22 |
wesley_unipac |
htdocs? |
# |
Sep 11th 2009, 20:22 |
wesley_unipac |
I'm Windows |
# |
Sep 11th 2009, 20:22 |
Hiall |
if your on a linux server |
# |
Sep 11th 2009, 20:22 |
Hiall |
/etc/apache2/sites-available |
# |
Sep 11th 2009, 20:21 |
Hiall |
you should edit the specific file within sites-available then |