Re: RFC 6160

2009-05-28 Thread Braulio
Hello. I just want to add a couple of comments. On May 25, 3:40 am, WebbedIT p...@webbedit.co.uk wrote: If anyone is confused with this post it is in relation to the below posting which Braulio could not reply to due to it's age: http://groups.google.com/group/cake-php/browse_thread/thread

Re: RFC 6160

2009-05-26 Thread Braulio
Hello. On 25 mayo, 03:49, WebbedIT p...@webbedit.co.uk wrote: I didn't make the first few comments ... but in honesty I didn't even think you could use spaces in MySQL table/field names as I've never seen a schema in all my time using such a naming convention. Just because you did not know

Re: RFC 6160

2009-05-24 Thread Braulio José Solano Rojas
it: http://www.seas.upenn.edu/~zives/03f/cis550/codd.pdf. It would do more expressive the mathematical model behind relational databases. Therefore I argue expressibility in column names. What would be your argument to say that it is a lame idea? Best regards, Braulio Solano

RFC 6160

2009-03-17 Thread Braulio
Hello. Please comment on this: https://trac.cakephp.org/ticket/6160 Best regards, B. --~--~-~--~~~---~--~~ 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

Pagination not working with MS SQL...

2008-10-22 Thread Braulio
Hi. I am having troubles with pagination, because when I go to the next page or another one the browsers always reloads the same page in all of the actions where I use it. I have Configure::write('debug', 2) and I am seeing that the SQL queries generated are wrong (there is no ORDER BY). They

Re: requestAction not receiving $this-data

2008-10-22 Thread Braulio
Fixed and committed! Maybe you would like to copy the solution... On 21 oct, 21:38, Braulio [EMAIL PROTECTED] wrote: I think I may have found the bug and the solution.  See here:https://trac.cakephp.org/ticket/5628#comment:6. Regards, B. On 20 oct, 17:04, Braulio [EMAIL PROTECTED

Re: Incompatible CSRF defense with Security::requireAuth and AJAX

2008-10-21 Thread Braulio
, Braulio [EMAIL PROTECTED] wrote: Hello... I have added this to my app_controller: var $components = array('Auth', 'Security'); Then in one of my controllers I have: $this-Security-requireAuth('add', 'add_streams'); $this-Security-allowedActions = array('ajax_cantons', 'ajax_districts

Re: requestAction not receiving $this-data

2008-10-21 Thread Braulio
I think I may have found the bug and the solution. See here: https://trac.cakephp.org/ticket/5628#comment:6. Regards, B. On 20 oct, 17:04, Braulio [EMAIL PROTECTED] wrote: I reported it as a bug, and it has been accepted.  I hope it will soon be corrected. https://trac.cakephp.org/ticket

Re: requestAction not receiving $this-data

2008-10-20 Thread Braulio
I reported it as a bug, and it has been accepted. I hope it will soon be corrected. https://trac.cakephp.org/ticket/5628 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send

Incompatible CSRF defense with Security::requireAuth and AJAX

2008-10-20 Thread Braulio
Hello... I have added this to my app_controller: var $components = array('Auth', 'Security'); Then in one of my controllers I have: $this-Security-requireAuth('add', 'add_streams'); $this-Security-allowedActions = array('ajax_cantons', 'ajax_districts'); The actions ajax_cantons and

requestAction not receiving $this-data

2008-10-19 Thread Braulio
Hello. With RC2 when I used requestAction $this-data was automatically passed to the action I was requesting, now with RC3 it does not. Does someone know what happened? Regards, B. --~--~-~--~~~---~--~~ You received this message because you are subscribed to