[symfony-users] Re: Applying Filter to JS/CSS for CDN support

2010-01-22 Thread dancablam
) and prepend that to the urls in that function. Cheers, PM dancablam wrote: I'm trying to create a filter that, if in the production environment, prependhttp://my.cdn.netto all JavaScripts and StyleSheets and add mtime to the file. Therefore: /css/main.css would becomehttp://my.cdn.net/css/main

[symfony-users] Applying Filter to JS/CSS for CDN support

2010-01-20 Thread dancablam
I'm trying to create a filter that, if in the production environment, prepend http://my.cdn.net to all JavaScripts and StyleSheets and add mtime to the file. Therefore: /css/main.css would become http://my.cdn.net/css/main.1234567.css It seems no matter where in the filter chain I add my filter

[symfony-users] Re: Many-to-Many fields not working in admin generator (doctrine)

2009-08-26 Thread dancablam
My issue was related to this bug: http://trac.symfony-project.org/ticket/6569 and was fixed by applying the supplied patch. On Aug 20, 7:48 pm, dancablam danhstev...@gmail.com wrote: Hi Guys, I have a few many-to-many relationships in my schema that I'm accessing through the admin generator

[symfony-users] Many-to-Many fields not working in admin generator (doctrine)

2009-08-20 Thread dancablam
Hi Guys, I have a few many-to-many relationships in my schema that I'm accessing through the admin generator. All of the m2m fields show correctly when editing as a multi-select list. But when I select one or more items in the list and click save, it says update was completed but the

[symfony-users] Re: Multiple Databases with non-unique table names in Doctrine

2009-04-16 Thread dancablam
...@gmail.com wrote: You only ever generate your schema once. Right at the beginning of the project. So you only have to do the renaming of the models and table names once. - Jon On Mon, Apr 13, 2009 at 10:17 AM, dancablam danhstev...@gmail.com wrote: Hi Jonathan, Assuming I understand

[symfony-users] Re: Multiple Databases with non-unique table names in Doctrine

2009-04-13 Thread dancablam
Hi Jonathan, Assuming I understand you correctly, that approach won't help me when I generate-schema, only after. What I'm hoping for is a configuration parameter that will allow me to generate-schema and have that task generate the unique model names. Otherwise the non-unique model names are