[symfony-users] /lib/vendor

2010-02-20 Thread Thierry Boulanger
Hello Symfonians friends, I'm a really really beginner. In the "Pracatical Symfony" is mentionned that we have to create these directories /lib/vendor. Could we call these directories with other names? same questions for sfprojects |mkdir -p lib/vendor ||mkdir -p /home/sfprojects/jobeet Thanks

[symfony-users] vim and eclipse

2008-02-16 Thread Thierry
Anybody knows if there are decent key bindings out there (vim style) for eclipse? --~--~-~--~~~---~--~~ 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.

[symfony-users] Django

2008-02-04 Thread Thierry
Would like to hear some of the opinions. I'm considering giving it a spin... --~--~-~--~~~---~--~~ 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 T

[symfony-users] Re: changing the location of template files

2008-02-03 Thread Thierry
To have different templates for different languages... --~--~-~--~~~---~--~~ 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 unsubscribe from thi

[symfony-users] changing the location of template files

2008-02-02 Thread Thierry
Is there any docs on how to change the location of template files. So instead of having module - template to have templates - module Furthermore any docs on how to support full template i18n? --~--~-~--~~~---~--~~ You received this message because you are su

[symfony-users] variable scope and template system

2008-02-01 Thread Thierry
Is there any way to access/ copy the variables in the local scope of a function onto another function. So instead of doing: $this->myvar = $myvar; To simply send all variables in the functions' variable scope to the template. If you use simple includes for your templating you don't have this iss

[symfony-users] who's trying zend for eclipse?

2008-01-24 Thread Thierry
Looks nice: http://www.zend.com/en/products/studio/compare Combines my two favorite editors :) --~--~-~--~~~---~--~~ 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

[symfony-users] Re: editing over FTP

2008-01-22 Thread Thierry
Indeed I run windows on my pc, but have a remote development environment in linux. Eclipse with RSE has been rather buggy for me. It would occasionally save files, but usually would just claim to save files :) I currently use Zend Studio, but the eclipse PDT features are just too nice. Did anyone

[symfony-users] editing over FTP

2008-01-19 Thread Thierry
Hey, Im just wondering, editing over FTP is always a bit of a hassle for me. What editor do you use to easily edit files on a remote server. Currently i use Zend Studio, I prefer Eclipse but can't get the remote plugins to work properly. Cheers, Th

[symfony-users] Re: lucene

2008-01-13 Thread Thierry
I ended up implementing it with a levenshtein distance. Works like a charm. I'm quite happy with how the search is working right now. Zend Lucene is really a charm. Thanks for the help! --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[symfony-users] Re: lucene

2008-01-12 Thread Thierry
Actually is there a did u mean suggestion feature (aka google) included in the zend lucene implementation? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to sy

[symfony-users] Re: lucene

2008-01-12 Thread Thierry
Hey Carl, I did indeed download your plugin to investigate the code :) Amazing work you've done on the plugin. Unfortunately I can not use Symfony for this particular project. Thanks for the tip! --~--~-~--~~~---~--~~ You received this message because you are subs

[symfony-users] Re: lucene

2008-01-11 Thread Thierry
One thing in particular has been a surprise to me. On a Text field a search on 42PFL9632D gives: 42PFL9632D and 37PFL9732D as 100% relevant results Maybe this has something to do with the query parsing, or is it just a bug? --~--~-~--~~~---~--~~ You received this

[symfony-users] lucene

2008-01-11 Thread Thierry
Hey, Its been a while since I posted here. Any advice at how to go in-depth with zend lucene? Their manual is nice, but just doesn't cover the harder stuff. Cheers, Thierry --~--~-~--~~~---~--~~ You received this message because you are subscribed to the G

[symfony-users] Re:

2007-12-19 Thread Thierry
Honoustly, why not use the http://groups.google.com/group/symfony-users?hl=en -~--~~~~--~~--~--~---

[symfony-users] Re: finding and fixing performance issues on shared host

2007-11-14 Thread Thierry
There are some great articles on speeding up your symfony app. Have a look at the wiki and the book. In order of importance: - caching - db calls Also checkout jslow and other tools to make sure it is not your front experience which is slow --~--~-~--~~~---~--~~

[symfony-users] Re: Picture field?

2007-11-12 Thread Thierry
Combine it with the thumbnailer plugin, and all you need to do is extend the save and delete methods of your object with picture storage --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post

[symfony-users] Re: Propel difference

2007-11-12 Thread Thierry
Here the pake: http://www.mellowmorning.com/2007/11/11/pake-propel-build-all-save-mysql/ --~--~-~--~~~---~--~~ 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@goog

[symfony-users] Re: Propel difference

2007-11-11 Thread Thierry
27;d be pretty cool. > > On Nov 10, 9:57 am, Thierry <[EMAIL PROTECTED]> wrote: > > > I like the approach of dumping the mysql data. It is the probably the > > only solutions, considering propel. > > Now have a little pake task: > > propel-build-all-save-mysql >

[symfony-users] Re: Propel difference

2007-11-10 Thread Thierry
Ok tried mysqldiff, I'm pretty sure I'm using it right, but it is messing up completely. Time to do some fixing now :) On Nov 10, 10:32 am, Thierry <[EMAIL PROTECTED]> wrote: > This all looks really good. > Great :) > > Now to i

[symfony-users] Re: Propel difference

2007-11-10 Thread Thierry
I like the approach of dumping the mysql data. It is the probably the only solutions, considering propel. Now have a little pake task: propel-build-all-save-mysql which does mysqldump, propel-build-all, load dump in that order It's still quite raw, but working nicely. Mysqldiff seems to be worki

[symfony-users] Re: Propel difference

2007-11-10 Thread Thierry
This all looks really good. Great :) Now to include it in my build script :) --~--~-~--~~~---~--~~ 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.co

[symfony-users] Re: Propel difference

2007-11-09 Thread Thierry
I think there are many programs out there to sync the structure of two databases, but I simply don't know what to look for. Any help would be appreciated. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony use

[symfony-users] Re: Propel difference

2007-11-09 Thread Thierry
My site already has a production live, dumping the db is no longer possible. (I can do it in development, but not in production) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this

[symfony-users] Propel difference

2007-11-09 Thread Thierry
Is there any way to generate the sql needed to bring the structure of the existing database up to the specification in the schema.yml? How do you guys handle db scheme changes? Any best practices? --~--~-~--~~~---~--~~ You received this message because you are su

[symfony-users] Re: fillin

2007-11-04 Thread Thierry
Got it to work :) Thanks for the help (Browsing source with eclipse made me find my problem) --~--~-~--~~~---~--~~ 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

[symfony-users] Re: fillin

2007-11-04 Thread Thierry
Found it http://groups.google.com/group/symfony-users/browse_thread/thread/da53afaf1d8765f3/8cd21fdd20998f4b?lnk=gst&q=Meta+tags+losing+correct+closing+tag+on+POST#8cd21fdd20998f4b And this: http://symfoniac.wordpress.com/2007/08/16/getting-sffillinformfilter-to-output-valid-xhtml/ http://trac.sy

[symfony-users] fillin

2007-11-04 Thread Thierry
my xhtml is nicely valid, however fillin is not working for me. Furthermore it seems to make my xhtml not valid. are there any solutions for this out there? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony

[symfony-users] pake docs

2007-11-02 Thread Thierry
are there any docs on pake available. I have only just started to realize how nice a tool it is :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-

[symfony-users] Re: rsync and permissions

2007-11-02 Thread Thierry
Well i've gone through that mess. I have to admit, Rsync is AMAzing. Things which used to take 10 minutes complete in 5 seconds now. The difference with rsync and ftp is immense. I made a pake task to deal with the messed up permissions, suppose I will blog about it at some point in the future.

[symfony-users] rsync and permissions

2007-11-02 Thread Thierry
anyone know how to get around the permission problem after using rsync? --~--~-~--~~~---~--~~ 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 u

[symfony-users] error in sfViewConfigHandler.class.php

2007-11-02 Thread Thierry
Warning: htmlentities() expects parameter 1 to be string, array given in D:\wamp\php\PEAR\pear\symfony\config\sfViewConfigHandler.class.php on line 229 any ideas what is causing this? --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[symfony-users] Re: validation files for different situations

2007-10-30 Thread Thierry
Ahh thats great, glad to hear that you solved the problem so nicely. Good work Lucas! --~--~-~--~~~---~--~~ 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@googleg

[symfony-users] Re: validation files for different situations

2007-10-28 Thread Thierry
Ahh, I see.. hmm that might not be a bad idea at all. Thanks, ill go try that :) --~--~-~--~~~---~--~~ 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

[symfony-users] Re: validation files for different situations

2007-10-28 Thread Thierry
Yes, but this way I cannot use yml files can I? Or is there any way to use yml validation from the action? --~--~-~--~~~---~--~~ 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] Re: validation files for different situations

2007-10-28 Thread Thierry
Nope, nothing too much about this in the manual. Im curious, how did you guys deal with this problem? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfo

[symfony-users] Re: validation files for different situations

2007-10-28 Thread Thierry
The validateXXX() might be nice The validation process doesn't stop when a validator fails. Symfony tests all the validators and declares the validation failed if at least one of them fails. And even if some of the rules of the validation file fail, symfony will still look for a validateXXX() met

[symfony-users] validation files for different situations

2007-10-28 Thread Thierry
What if depending on some parameters you serve a different form, which submits to the same update actions. So someone which is logged in might have to fill in one field and someone which is not logged in 4. However if you are not logged in you really need to fill in all 4. How to accomplish thi

[symfony-users] thank you Symfony

2007-10-27 Thread Thierry
I just had to rewrite a major part of my site's database structure. Changing a the primaryKey structure can be a real pain. Fortunately all the nice tools in Symfony kept me sane. Thanks :) --~--~-~--~~~---~--~~ You received this message because you are subscribe

[symfony-users] Re: OT: Eclipse Workflow

2007-10-26 Thread Thierry
Also what i am missing after using textmate is there vertical selection and mirror typing in Eclipse? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symf

[symfony-users] Re: OT: Eclipse Workflow

2007-10-26 Thread Thierry
good stuff here :) the last question is also interesting had no idea about the new file templates (have been using the templates though) Also a nice one is to type /** above a function, you'll see what it does :) --~--~-~--~~~---~--~~ You received this message

[symfony-users] Best Practices: what about your static content?

2007-10-26 Thread Thierry
I'm just wondering, when you have your nice webapp finished, what do you do with your static pages. Such as about, etc. etc. Do you keep them in a static module in Symfony, or do you use a nice CMS? I lightweight CMS would be very convenient for managing those static pages. Then again, I think a

[symfony-users] Re: OT: Eclipse Workflow

2007-10-25 Thread Thierry
I am listening :) Just switched to Eclipse, its sort of counter intuitive and different. So i switch to textmate quite often :) Still its growing on me and it has a lot of great features Anyone know how to do those author inserts, like they are always in the top of the Symfony files? --~--~---

[symfony-users] Re: Ajax, get requests not being send through validator?!

2007-10-24 Thread Thierry
I see now, I believed the default was post and get, that explains :) --~--~-~--~~~---~--~~ 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 unsu

[symfony-users] Re: Ajax, get requests not being send through validator?!

2007-10-24 Thread Thierry
No nothing is specified: fields: author: required: msg: The name field cannot be left blank sfStringValidator: min: 2 min_error: This name is too short (2 characters minimum) max: 100 max_error: This name is too long. (100 characters maxim

[symfony-users] Re: Ajax, get requests not being send through validator?!

2007-10-24 Thread Thierry
POST: Oct 24 14:21:22 symfony [info] {sfValidator} validation execution Oct 24 14:21:22 symfony [info] {sfRequest} error in form for parameter "author" (with message "The name field cannot be left blank") Oct 24 14:21:22 symfony [info] {sfRequest} error in form for parameter "body" (with message "

[symfony-users] Ajax, get requests not being send through validator?!

2007-10-24 Thread Thierry
Ajax, get requests not being send through validator?! --~--~-~--~~~---~--~~ 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 unsubscribe from th

[symfony-users] Re: how to turn off, prototype include?

2007-10-24 Thread Thierry
So this basically asumes, that you share a version of prototype within all your projects, or just freeze them. I was hoping for a config setting :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" gro

[symfony-users] Re: how to turn off, prototype include?

2007-10-23 Thread Thierry
Exactly, how do i stop those helpers from doing that? In the current situation im loading prototype from one location and symfony is loading it again, because of these helpers. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Googl

[symfony-users] Re: Developer tools

2007-10-22 Thread Thierry
@ Sylvio, you really need a black keyboard :P Great setup, I only have one 17 inch here, considering to get myself a 22 though :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to th

[symfony-users] how to turn off, prototype include?

2007-10-21 Thread Thierry
I prefer to load my prototype myself, not automatically. How do i keep Symfony from loading prototype.js ? --~--~-~--~~~---~--~~ 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] Re: Developer tools

2007-10-21 Thread Thierry
Platform: XP Editor: Eclipse (PDT), E-texteditor (textmate for windows) Browser: Firefox2 and IE7(for testing), firebug and webdeveloper toolbar Currently still missing decent Javascript editor capabilities --~--~-~--~~~---~--~~ You received this message because

[symfony-users] Re: Ajax Interaction like on the new Xing Profile

2007-10-14 Thread Thierry
I've also needed something like this. For me I needed to dive straight into the Prototype javascript, might blog about it at some point. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To pos

[symfony-users] Re: advanced Symfony usage - not enough tutorials or docs available

2007-10-01 Thread Thierry
Thanks, I had no idea about the list of open-source apps. Never used zend, is it any good? --~--~-~--~~~---~--~~ 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@

[symfony-users] advanced Symfony usage - not enough tutorials or docs available

2007-09-29 Thread Thierry
After using Symfony for some time, there is just not that much left in the manuals to learn. We could really do with some posts on the more advanced problems and topics. Just seeing other people's code can be helpful. --~--~-~--~~~---~--~~ You received this mess

[symfony-users] Re: Symfony coders needed

2007-09-24 Thread Thierry
I have time available. Have a look at my blog: http://www.mellowmorning.com Cheers, Thierry --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to sym

[symfony-users] Re: Database creation and modification to be improved in 1.1?

2007-09-08 Thread Thierry
Well indeed the current situation could definitely be improved, however for my usual development the problem is not that major. Hope they fix it soon though. On Sep 7, 5:36 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Thanks for all the support around this. I'm glad to know I'm not > alo

[symfony-users] Re: Two new plugins: polling and rating

2007-09-05 Thread Thierry
This was already quite easy to do with Symfony, put now it has become instant. Great work! --~--~-~--~~~---~--~~ 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@g

[symfony-users] Re: server and client side caching

2007-09-04 Thread Thierry
After having done some reading regarding this topic it is a bit more clear to me. There are two situations it is either - reused without checking the server - used and checking the server to make sure (just not transfering) having the info like this Expires: Tue, 04 Sep 2007 20:48:16 GMT, (the d

[symfony-users] Re: server and client side caching

2007-09-03 Thread Thierry
Anyone? --~--~-~--~~~---~--~~ 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 unsubscribe from this group, send email to [EMAIL PROTECTED] For

[symfony-users] server and client side caching

2007-09-02 Thread Thierry
When trying to understand the caching system better, I came across the following problem. Enabling server side caching as such: index: enabled: on with_layout: true lifetime:3600 Also enables client side caching by setting the http-header: Cache-Control: max-age=3600 Why is thi

[symfony-users] Re: csI18nRoutingPlugin release / Translatable URLs

2007-08-30 Thread Thierry
Great work. Actually such good work that it should be included in the 1.1 release (IMHO) --~--~-~--~~~---~--~~ 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@goo

[symfony-users] Re: sfFLVPlayerPlugin

2007-08-22 Thread Thierry
Good work! --~--~-~--~~~---~--~~ 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 unsubscribe from this group, send email to [EMAIL PROTECTED] F

[symfony-users] Re: SymfonyCamp update

2007-08-15 Thread Thierry
Which members from Holland are going? Could you maybe publicize the list (give the registered people the option to disclose this info) Would like to know who is working with Symfony. On Aug 14, 4:38 pm, Stefan Koopmanschap <[EMAIL PROTECTED]> wrote: > Hi Darren, > > I have one other registration

[symfony-users] Re: SymfonyCamp update

2007-08-14 Thread Thierry
Unfortunately I am on vacation at the time of the event :( please be sure to post everything --~--~-~--~~~---~--~~ 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

[symfony-users] Re: Rails vs. Symfony

2007-08-11 Thread Thierry
Yeay i also read that one in the past, also the thembid posts regarding scaling helped. --~--~-~--~~~---~--~~ 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@googl

[symfony-users] Re: Using layout with an action template (was Re: [symfony-users] debugging json apps)

2007-08-07 Thread Thierry
Think you can work arround it. You can specify the action template you want to render. Just display the variable in that template. There should also be a way to do exactly what you requested, but i would not know how to do that. On Aug 7, 10:56 am, Lukas Kahwe Smith <[EMAIL PROTECTED]> wrote:

[symfony-users] Re: Started dutch translation of the symfony book - any help welcome

2007-08-04 Thread Thierry
Sounds like a good idea, hope i'll have some time to contribute :) --~--~-~--~~~---~--~~ 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 unsubs

[symfony-users] Re: symfony sync broken

2007-07-30 Thread Thierry
It is also not the properties.ini file because when i totally removed it the problem remained is there anything else i could look at? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post t

[symfony-users] Re: symfony sync broken

2007-07-30 Thread Thierry
I appreciate all the help i can get. Debugging something like this with limited knowledge about rsync is not really too smooth. - running symfony version 1.0.5 - sure the port is 22 - for exclude file see below 1 works: rsync --progress -azC --force [EMAIL PROTECTED]:/home/topdown/ symfony/jo

[symfony-users] Re: symfony sync broken

2007-07-30 Thread Thierry
I've been trying to find the problem by seeing what rsync command symfony is actually using symfony production go, does the following: rsync --progress -azC --force .../home/topdown/symfony/jobrsync rsync --progress -azC --force --delete --exclude-from=config/ rsync_exclude.txt -e "ssh -p22" ./

[symfony-users] Re: symfony sync broken

2007-07-30 Thread Thierry
SSH is working fine, rsync command is available running as follows: C:\wamp\www\jobV2>symfony sync production >> exec rsync --progress --dry-run -azCnet:/home/topdown/symfony/job/ stays nice and completely stuck there --~--~-~--~~~---~--~~ You received

[symfony-users] symfony sync broken

2007-07-30 Thread Thierry
i get the impression symfony sync is broken, at least it's not working for me and in the forums people seem to be also having trouble and using workarounds. what is the current status on sync? --~--~-~--~~~---~--~~ You received this message because you are subscr

[symfony-users] Re: symfony site

2007-07-25 Thread Thierry
Yes by the looks of it looks like you really need a nice captcha, or throw in akismet --~--~-~--~~~---~--~~ 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@googleg

[symfony-users] Re: SymfonyCamp - here's some facts

2007-07-20 Thread Thierry
Whow, didn't know there was much of anything going on in the Dutch php community. Very interesting, might drop by :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send

[symfony-users] development symfony

2007-07-13 Thread Thierry
Hey I was wondering if there is anywhere i can read about the upcoming features in symfony i heard that the validation layer is being moved? also saw some people complaining about Creole and Propel. What's the current position on this, can we expect a switch to Doctrine? http://trac.symfony-proj