Re: nice new API layout

2009-01-28 Thread James S
Looks like the view source links aren't done yet. Nice work otherwise! James --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email to cake-php@googlegroups.com To

Javascript-object(...) handling of types

2008-06-05 Thread James S
Here is the scenario: 1. I get some data with a find query and flatten the data. 2. I run this through the Javascript-object(...) to obtain the JSON string. First, a simple schema for the data: id: integer name: string donation: decimal(13,2) created: datetime modified: datetime What I get

Re: Javascript-object(...) handling of types

2008-06-05 Thread James S
Here's the patch that would implement it, along with the unit test change. http://bin.cakephp.org/view/1767727164 James On Jun 5, 12:47 pm, James S [EMAIL PROTECTED] wrote: Here is the scenario: 1. I get some data with a find query and flatten the data. 2. I run this through the Javascript

Trac Bug #3537

2007-12-13 Thread James S
I encountered a problem with using paginator with: https://svn.cakephp.org/repo/trunk/cake/1.2.x.x/cake r6147 For some reason all the table sort links and paging links are coming out like so: /admin/faqs/admin_index/page:2 That extra /admin_index/ should really be /index/. It appears there's