[symfony-users] Re: Database caching propel

2007-03-13 Thread François Zaninotto
You should use the sfFunctionCache: http://www.symfony-project.com/book/trunk/18-Performance#Caching%20the%20Res ult%20of%20a%20Function%20Call Francois -Message d'origine- De : symfony-users@googlegroups.com [mailto:[EMAIL PROTECTED] De la part de adventex Envoyé : mardi 13 mars 2007

[symfony-users] sfDoctrine indices from schema.yml?

2007-03-13 Thread Michael Hart
Hi, Does anyone know a way of generating compound/composite keys/indices (ie, unique keys, etc) from schema.yml using the sfDoctrinePlugin? I was thinking of something like this: FinanceSummary: tableName: finance_summaries columns: my_internal_id: {type: integer, primary: true}

[symfony-users] Re: lighttpd configuration

2007-03-13 Thread Kiril Angov
Symfony application is under //_websrv/vhosts/domain.com// The main Lighttpd config file (relevant section): / fastcgi module ## read fastcgi.txt for more info ## for PHP don't forget to set cgi.fix_pathinfo = 1 in the php.ini fastcgi.server = ( ".php" =>

[symfony-users] Re: Database caching propel

2007-03-13 Thread Jonathan Williams
I know that you can include php in the yaml which will be cached in the config cache. http://www.symfony-project.com/book/trunk/05-Configuring-Symfony#YAML%20Syntax%20and%20Symfony%20Conventions Or perhaps a cached component with a very long expiry? On Mar 13, 4:59 pm, "adventex" <[EMAIL PROTEC

[symfony-users] Re: Documentation contributors: Please use the preview button

2007-03-13 Thread brt.river
Hi, François I am one of the Japanese translators. I will follow your instruction. And I am announcing to the other Japanese translators in Japanese. Thanks brt.river --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[symfony-users] batches

2007-03-13 Thread Alexander Deruwe
Hey everyone, Just a little question to add to my understanding of batches... I created a batch with 'symfony init-batch ', which creates a file sortof like this in batch/ --- define('SF_ROOT_DIR',realpath(dirname(__FILE__).'/..')); define('SF_APP', 'app name'); define('SF_ENVIRO

[symfony-users] Re: sfSmiliesPlugin and sfSIFRPlugin

2007-03-13 Thread Dustin Whittle
Michael, I like the sfSIFRPlugin... If I get a vote, a flash video player would be nice and then the Prince plugin would be even better :) As for the square thumbnails, submit a patch to trac assigned to the plugin. Good job! - Dustin Michael Nolan wrote: > Hi All, > > I've released my first

[symfony-users] Database caching propel

2007-03-13 Thread adventex
I have some data in a non-local mysql database that is used to fill drop down boxes for a search page. These values change VERY rarely but they do change and hence need to be in the DB instead of an array, however the time to retrieve these values 200ms * 20 queries per page adds up to quite a lon

[symfony-users] lighttpd configuration

2007-03-13 Thread Jorge Laranjo
Does anyone uses lighttpd for running Symfony? What is your lighttpd.conf file like? -- Atentamente, Jorge Laranjo email> [EMAIL PROTECTED] gTalk > [EMAIL PROTECTED] msn > [EMAIL PROTECTED] aim > [EMAIL PROTECTED] skype> jorge.laranjo http://www.olhares.com/fueg0/ http://www.flickr.com/photos/fue

[symfony-users] sfSmiliesPlugin and sfSIFRPlugin

2007-03-13 Thread Michael Nolan
Hi All, I've released my first two plugins for symfony over the last couple of days. They're both fairly basic - sfSmiliesPlugin provides a helper to convert text to smilies while sfSIFRPlugin is a filter wrapper for the sIFR flash text replacement library. You can see them in action at our lat

[symfony-users] Documentation contributors: Please use the preview button

2007-03-13 Thread François Zaninotto
Hi list, This is a message for the translators of the symfony book. We appreciate a lot the contributions of translators from Russia, China, France, Italy, Spain, and so on, but one habit that some of the translators have makes the trac timeline quite hard to read. See for yourself: http://www.

[symfony-users] New community page, lots of plugins

2007-03-13 Thread Francois Zaninotto
If you are a regular visitor of the symfony community page, you probably noticed that it radically changed recently. Instead of a simple hub page leading to the forums , mailing-lists

[symfony-users] Re: Re : [symfony-users] Re: Problem with yaml and arrays

2007-03-13 Thread TecLliure - Marc Montañés
El mar, 13-03-2007 a las 13:43 +, Lo�c Vernet escribi�: > Did you tried quotes ? [ "es" , "es_ES" ] Yes, i've tried it. And also tried (with and without ""): all: langs: - "en" - "es_ES" - "ca_ES" The strange thing is that it reads the array but put variables in strange for

[symfony-users] Re: Plugin release alert

2007-03-13 Thread Jonotron
And/or an RSS feed On Mar 13, 4:25 am, Loïc Vernet <[EMAIL PROTECTED]> wrote: > It would be nice it there was an email alert on this mailing-list when a new > plugin or new version of a plugin is released. > > ? > > ___ > Dé

[symfony-users] Re: Which php version should be used?

2007-03-13 Thread Kiril Angov
Haris Zukanović wrote: > Hi, symfony developers! > Which is the php version do you use? > Which do you recommend be used in production environment? > > TIA > > 5.2.1 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[symfony-users] Re : [symfony-users] Re: Problem with yaml and arrays

2007-03-13 Thread Loïc Vernet
Did you tried quotes ? [ "es" , "es_ES" ] - Message d'origine De : TecLliure - Marc Montañés <[EMAIL PROTECTED]> À : symfony-users@googlegroups.com Envoyé le : Mardi, 13 Mars 2007, 14h20mn 07s Objet : [symfony-users] Re: Problem with yaml and arrays El mar, 13-03-2007 a las 12:50 +00

[symfony-users] Which php version should be used?

2007-03-13 Thread Haris Zukanović
Hi, symfony developers! Which is the php version do you use? Which do you recommend be used in production environment? TIA -- Haris Zukanović CEO Software development and research International Business Development, SOFTING ltd. office +387 36 318 339 GSM +387 61 839 069 http://www.eu-

[symfony-users] Re: Problem with yaml and arrays

2007-03-13 Thread TecLliure - Marc Montañés
El mar, 13-03-2007 a las 12:50 +, [EMAIL PROTECTED] escribió: > app.yml config parameters must have 3 levels like, for example: > all > langs > available: >- en >- es_ES >- ca_ES Are you sure ? I think it is not the problem. If i put: all: name: TestName An

[symfony-users] Re: Problem with yaml and arrays

2007-03-13 Thread [EMAIL PROTECTED]
app.yml config parameters must have 3 levels like, for example: all langs available: - en - es_ES - ca_ES nautile On 13 mar, 13:42, TecLliure - Marc Montañés <[EMAIL PROTECTED]> wrote: > I have this conf in my app.yml (i've also tried in i18n.yml) file: > > all: > l

[symfony-users] Problem with yaml and arrays

2007-03-13 Thread TecLliure - Marc Montañés
I have this conf in my app.yml (i've also tried in i18n.yml) file: all: langs: [en, es_ES, ca_ES] Then in my module actions.php i try to read it: print_r (sfConfig::get('app_langs')); And it's empty !! I've debug the config array and saw that it transforms the array in variables: app_langs_0

[symfony-users] Re: Observer Design Pattern

2007-03-13 Thread Jonathan Franks
No, that went under the radar. Looks great! I will investigate... Martin Kreidenweis wrote: > Hi > > >> It would be nice to have the observer pattern used with the javascript >> helpers. Prototype includes observer functions, but symfony still drops >> alot of javascript into the body that c

[symfony-users] Plugin release alert

2007-03-13 Thread Loïc Vernet
It would be nice it there was an email alert on this mailing-list when a new plugin or new version of a plugin is released. ? ___ Découvrez une nouvelle façon d'obtenir des réponses à t

[symfony-users] Re: Cannot redeclare get_callbacks()

2007-03-13 Thread Leif
Hi, > I've been looking for a solution to this error (which according to > symfony trac has been fixedhttp://www.symfony-project.com/trac/ticket/965 > - but I'm using the latest stable release and it still happens there). > It only ever happens when I do a > > use_helper( 'JavaScript' ); > > in d

[symfony-users] Re: Observer Design Pattern

2007-03-13 Thread Martin Kreidenweis
Hi > It would be nice to have the observer pattern used with the javascript > helpers. Prototype includes observer functions, but symfony still drops > alot of javascript into the body that could be elsewhere. Did you have a look at the Unobtrusive JavaScript Plug-In? http://www.symfony-projec