[symfony-users] symfony 1.2, doctrine and new plugins

2009-07-13 Thread Rene Jochum
Hi, I have a existing and running project ( "oma" ), now i want to extend it by a plugin which needs some new SQL Tables. Is there a automated way to extend my current database with the tables from my plugin? Thanks, Rene Jochum --~--~-~--~~~---~--

[symfony-users] Re: Anyone having trouble with svn and Phing?

2009-07-10 Thread Rene
I have the same troubles with phing ( in Austria ). Alexandru-Emil Lupu schrieb: > was down all day ... > > On Sat, Jul 11, 2009 at 12:05 AM, Phil > wrote: > > > Yes - it's been like all day for me and my team today too. > > Regards, > Philip > > On

[symfony-users] Re: Deployment Strategies

2009-07-09 Thread Rene
lso i agree to not depend on the sf framwork for updates, if something goes wrong the updater also isn't able to run anymore. Thank your for your descriptions, Rene Jochum Jonathan Wage schrieb: > They are just ruby scripts :) You just write ruby code essentially to > automate some

[symfony-users] Re: Get record values before save()

2009-07-09 Thread Rene
#x27;, $modified) { $log->old_value = $modified['value']; // changed } else { $log->old_value = $this->value; // not changed } $log->save(); } } Hope i could help you, Rene Jochum P.s.: Take a l

[symfony-users] Re: Get record values before save()

2009-07-09 Thread Rene
Hi Steve, Do you known a way to do that with doctrine integrated tools? Currently i use my "getModified()" way ... Thank you, Rene Jochum Steve the Canuck schrieb: > > The best way to do this is create an audit table and write a simple > trigger to insert records on each cha

[symfony-users] Re: Deployment Strategies

2009-07-09 Thread Rene
e theier repos. set the permissions and run if found a updater scripts for that revision. For me that works perfect currently ( one Projekt, 2 BIG clients ). Hope i could help, Rene Jochum P.s.: I keep symfony in the sandbox way (%SF_ROOT_DIR%/lib/vendor/symfony/) as svn:external with a fixe