Re: Best practices on upgrading

2006-07-18 Thread Jeroen Janssen
Hi, I'm using a local svk mirror setup and 'merge' back CakePHP changes into my own project. You all use a version control when developing your website(s)... right? --- Jeroen Janssen --~--~-~--~~~---~--~~ You received this message because you ar

Re: New JavaScript Features

2006-06-13 Thread Jeroen Janssen
Sjeezz... I was just talking about this five minutes ago with a friend and he pointed to this posting... guess I have to update to the latest CakePHP stuff and do some experimenting :) Thanks a lot! --~--~-~--~~~---~--~~ You received this message because you are

Re: live preview textile rendering?

2006-05-06 Thread Jeroen Janssen
Hi, thanks for the information... Since there are a couple fields that I'm interested I decided to try observeForm, but hit a small bug in the ajax helper. Luckily, the solution was already present on this mailinglist. Unluckily, the bug was not reported/fixed in CakePHP yet. --~--~-~-

Re: observeForm

2006-05-06 Thread Jeroen Janssen
Since this bug was not reported/fixed yet, I took the liberty of submitting a bug myself. https://trac.cakephp.org/ticket/767 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group,

live preview textile rendering?

2006-05-06 Thread Jeroen Janssen
browser 4) the browser renders the information from the server in a seperate div Now, since I already have an "element" that renders a single title/content combination, is this something I can reuse for step 3? Best regards, Jeroen Janssen --~--~-~--~~~---~-

Re: created_on/by & updated_on/by implementation?

2006-05-02 Thread Jeroen Janssen
Hi, I think I can also manage with using a beforeSave function (as I was already questioning that mysefl). As for filling in the data automaticly, that was exactly the idea behind it :) I have a couple of tables that users can add/edit information from, so I want a 'generic' solution that works

Re: created_on/by & updated_on/by implementation?

2006-05-02 Thread Jeroen Janssen
Hi, Yesterday I did a small experiment with the following code that seems to work ok (created_on / updated_on implementation) http://cakephp.org/pastes/show/7b93a7004474afdece1ebd35e751f14d I don't use afterSave, but beforeValidate for two reasons: * you can use empty($this->id) to check if we

created_on/by & updated_on/by implementation?

2006-05-01 Thread Jeroen Janssen
;m not sure if this logic should be done in the (App) Model for me or not (by overriding the create and save functions, but then how do I 'neatly' access the user id from the Model? Best regards, Jeroen Janssen --~--~-~--~~~---~--~~ You received this messa

Re: Hosting and php5

2006-04-23 Thread Jeroen Janssen
Hi, only the .php files in the 'webroot' get directly "executed", you don't have to rename any other .php files. Jeroen --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send

Re: Hosting and php5

2006-04-22 Thread Jeroen Janssen
nd/show/PHP ) Maybe this helps? Best regards, Jeroen Janssen --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscri

advanced CakePHP routing with regular expressions?

2006-04-16 Thread Jeroen Janssen
with a route for http://myserver/:controller/:action/ because there seems to be no way to describe what regular expressions for :year, : month, :controller and :action should be used for CakePHP (as a result, you can't always 'match' to the