[symfony-users] Re: Event when configuration (app.yml) has changed? (solution + some remarks about documentation)

2009-03-06 Thread Roel
location and include() it from frontEndConfiguration.class.php but that's a details that is left as an exercise for the reader :) cheers, roel On Mar 6, 2:50 am, Ant Cunningham prodigital...@vectrbas-d.com wrote: Is there a specific reason youre doing it this way as opposed to just

[symfony-users] Event when configuration (app.yml) has changed?

2009-03-05 Thread Roel Vanhout
Hi, I want to put a certain url that is defined in the frontend's app.yml and put it in my .htaccess file., in a RewriteRule (I want to redirect all file downloads that match a certain pattern to the setting from the app.yml - all people who link to an old version of my software installer should

[symfony-users] Re: PHP 5.2.4 dependency

2009-02-11 Thread Roel
I found out I had the same problem this weekend. I'm running CentOS 4.7. What I did was to download packages from http://www.smudge-it.co.uk/pub/yum/centos/4/i386/, install them with yum install *rpm (in the directory where I had downloaded the relevant packages) and boom I was good to go. Maybe

[symfony-users] Re: SymfonyCamp update

2007-08-16 Thread Roel Vanhout
Do you have a projection on when the programme for the dev days will be available? I'd like to know what subject wills be discussed before committing 2 days. cheers, roel -Original Message- From: symfony-users@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stefan

[symfony-users] translated strings in yml file

2007-07-23 Thread Roel Vanhout
this as a separate plugin? Also, is there any interest for something like this at all? cheers, roel PS on a technical note: does anyone know of a way to pretty-print (indent) xml files generated with php's SimpleXML or do I have to rely on the tidy extension being available in php

[symfony-users] Re: dynamically generating stylesheet

2007-05-25 Thread Roel Vanhout
, but I'd prefer not to. Thanks for your answer. cheers, roel Nautile On 24 mai, 10:32, Roel Vanhout [EMAIL PROTECTED] wrote: Hi, I'd like to generate my stylesheets dynamically (so that I can use variables for colors and use the link_to() helper for image tags in @url's) but I didn't find

[symfony-users] Re: dynamically generating stylesheet

2007-05-25 Thread Roel Vanhout
overhead. Anyway, thanks for your answer. cheers, roel 2) How do I stop symfony from adding .css to my stylesheet, or will I have to use mod_rewrite to re-route /css/style.css to /css/style? U can use a route like /index.php/getmystylesheet.css just use index.php! so the webserver can

[symfony-users] dynamically generating stylesheet

2007-05-24 Thread Roel Vanhout
stop symfony from adding .css to my stylesheet, or will I have to use mod_rewrite to re-route /css/style.css to /css/style? Thanks. cheers, roel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group

[symfony-users] Re: Setting default permissions for log files? (unable to write to file)

2007-04-12 Thread Roel Vanhout
Use the setgid bit (chmod +S) on the log directory and put the batch user in the group that you set on that log directory. cheers, roel Andreas Hucks wrote: Hi all, the server I run my app on will run cronjobs (= symfony batch files) as a different user than the webserver