[symfony-users] not compressing output of specific action/module

2007-07-19 Thread Amit Rana
Hi, I am following http://www.symfony-project.com/book/trunk/18-Performance#Compressing%20the%20Response Is it possible to disable compressing on module or action level? I tried putting settings.yml in modules/mymodule/config folder but it didnt work. Am I doing something wrong? prod:

[symfony-users] Not able to download sfPropelLoadbalancerPlugin

2007-07-19 Thread Janak Jadeja
Not able to download newly added plugin : sfPropelLoadbalancerPlugin -- JJ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-users@googlegroups.com To

[symfony-users] Re: Not able to download sfPropelLoadbalancerPlugin

2007-07-19 Thread Matthias N.
On 19 Jul., 11:45, Janak Jadeja [EMAIL PROTECTED] wrote: Not able to download newly added plugin : sfPropelLoadbalancerPlugin There is no release available, yet. You have to check it out from subversion: change into your plugins dir and run: svn co

[symfony-users] Re: Online Askeet Demo and Askeet Day 17 - API tutorial do not work

2007-07-19 Thread Hal
Is there any possibility that someone could help me to confirm that this is an issue, and to bring it to the attention of someone who could fix it? Thank you On Jul 18, 12:05 am, Phu Son [EMAIL PROTECTED] wrote: Hal, can you please elaborate a bit more on what kind of login error you've

[symfony-users] observe_field()

2007-07-19 Thread Alexander Deruwe
Hey everyone, Is there any easy way to have an observe_field() call also be triggered when an update is made through javascript? In my case selecting a value in one select tag will update the next one (I chain 4 together this way). If by chance the next select tag only has to contain

[symfony-users] Manage the two tables created for i18n with one propel-init-admin

2007-07-19 Thread ranonE
Hi, how to manage the two tables created for i18n with one propel-init- admin? Into config/schema.yml: code propel: my_product: _attributes: { phpName: Product } id: price: float my_product_i18n: _attributes: { phpName: ProductI18n } name:varchar(50) /code

[symfony-users] Re: Manage the two tables created for i18n with one propel-init-admin

2007-07-19 Thread Nicolas Perriault
ranonE wrote: how to manage the two tables created for i18n with one propel-init- admin? Useful readings: http://trac.symfony-project.com/trac/wiki/HowToHandlei18nDbFieldsWithAdminGenerator Or: http://trac.symfony-project.com/trac/wiki/HowToHandlei18nDbFieldsWithAdminGeneratorMethod2 HTH

[symfony-users] Re: Online Askeet Demo and Askeet Day 17 - API tutorial do not work

2007-07-19 Thread Nate
Well, I see what you're seeing - login failed on that page - but I'm not sure how to fix it. I am currently going through the tutorial and if this is still an issue when I get to day 17, I'll hopefully be able to dig deeper and find it. Surely someone has gone through the tutorial lately and

[symfony-users] symfony propel-load-data cli

2007-07-19 Thread Marco Catunda
Hi, The command symfony propel-load-data has the following syntax: symfony propel-load-data aplication environment [append] I think the Connection Database Name it's very important too, so the syntax will turn to: symfony propel-load-data aplication environment [connection database] [append]

[symfony-users] Re: Online Askeet Demo and Askeet Day 17 - API tutorial do not work

2007-07-19 Thread Hal
Great, thank you, Nate! Good luck with the tutorial; most of it is excellent, however, some days are a bit fubar'd. I would be interested to hear your comments about any days or sections that you feel were not possible. On Jul 19, 3:43 pm, Nate [EMAIL PROTECTED] wrote: Well, I see what

[symfony-users] Add css from plugins

2007-07-19 Thread Marco Catunda
Hi, I've been developing a plugin. This plugin has some css files. I put all theses css in plugins/sfMyPlugin/web/css directory and make a symbolic link in web's directory application: app -- plugins -- sfMyPlugin -- web -- css -- main.css -- web

[symfony-users] Re: symfony propel-load-data cli

2007-07-19 Thread Francois Zaninotto
Hi, A similar change has recently been made to the trunk: http://trac.symfony-project.com/trac/changeset/4629 François -Message d'origine- De : symfony-users@googlegroups.com [mailto:[EMAIL PROTECTED] De la part de Marco Catunda Envoyé : jeudi 19 juillet 2007 19:00 À :

[symfony-users] Re: symfony propel-load-data cli

2007-07-19 Thread Marco Catunda
Hi, This sounds is good. Would you know when we see it in production tag? -- Marco Catunda 2007/7/19, Francois Zaninotto [EMAIL PROTECTED]: Hi, A similar change has recently been made to the trunk: http://trac.symfony-project.com/trac/changeset/4629 François -Message

[symfony-users] Re: symfony propel-load-data cli

2007-07-19 Thread Fabien POTENCIER
I will be included in symfony 1.1. We will try to release a first beta by the end of August. Fabien Marco Catunda wrote: Hi, This sounds is good. Would you know when we see it in production tag? -- Marco Catunda 2007/7/19, Francois Zaninotto [EMAIL PROTECTED]: Hi, A

[symfony-users] Re: Online Askeet Demo and Askeet Day 17 - API tutorial do not work

2007-07-19 Thread Phu Son
Hal, I got it working on my own dev server. Here is my action code for the API part, it's a bit modified from what was included on askeet tutorial site. http://hashbin.com/1a80.html Check it out and let me know if you have any questions regarding it. On Jul 19, 10:07 am, Hal [EMAIL

[symfony-users] Re: Add css from plugins

2007-07-19 Thread Colin Williams
How the best way to set stylesheet's plugins for app in view.yml? I've used the following way stylesheets: [ ../sfMyPlugin/css/main.css ] If you've symlinked it correctly, which it sounds like you have, all you need to have in the stylesheets declaration is this: stylesheets:

[symfony-users] Re: Add css from plugins

2007-07-19 Thread Marco Catunda
I've just tested it and didn't work. -- Marco Catunda 2007/7/19, Colin Williams [EMAIL PROTECTED]: How the best way to set stylesheet's plugins for app in view.yml? I've used the following way stylesheets: [ ../sfMyPlugin/css/main.css ] If you've symlinked it correctly, which

[symfony-users] Interface Translation - task 'i18n-extract' don't create files into i18n folder

2007-07-19 Thread ranonE
Hi, i'm testing the Interface Translation. It doesn't work, because when i run the task 'symfony i18n-extract -- auto-save backend it' the result is: i18n extracting i18n strings for the backend application i18n found 17 new i18n strings i18n found 0 old i18n strings i18n