/admin goes nowhere?

2008-01-30 Thread AJS
I've enabled admin routing in core.php Configure::write('Routing.admin', 'admin'); And this works for relevant controllers' actions, eg: www.mysite.com/admin/articles works fine. But I can't seem to hook up the root admin path - ie mysite.com/admin - to anything. I'm trying to do that i

Re: cleanUpFields, $form->input, type date and nightly SVN version 1.2

2007-12-12 Thread AJS
It was a bug - see https://trac.cakephp.org/ticket/3724 - and was fixed last night after I raised a ticket. The date info is now contained within data['Post']['date']['month'] etc, but these get automatically concatenated into single 'date' property just before saving (by a method in the Model ca