[symfony-users] Closed open source business model... will it work?

2010-06-27 Thread tc74
I am in a midst of a big long term project (a directory portal in short), meant to generate profit for my company. I am wondering and considering, whether I should move this to an alternate business model of partnering programmers in a Closed open source project, and thus sharing the profit. I run

[symfony-users] Routing, Complex Route

2010-06-27 Thread mr.mo...@googlemail.com
Hi everyone, i have a complex route and atm i split it into four different routes. but i would be more easy to have it all in one routing rule. Is there a way to do that? here are my rules. events: url: /events param: { module: events, action: list } events_filtered: url:

[symfony-users] importing a symfony made website back into symfony to make changes??

2010-06-27 Thread Martyn
hello symfony users, my programmer made an excellent website using Symfony with MySQL appl. due to a family occurance he is off the project- and I mean OFF. i think he's left the city as well as the continent. i have a back-up of the complete project exactly as it was orig. made by Symfony.

[symfony-users] Re: importing a symfony made website back into symfony??

2010-06-27 Thread pghoratiu
First check how was symfony installed, it was installed via PEAR or it is a local installation available in directory lib/vendor. In case of local installation you have everything in place. Otherwise find out which symfony version was used (1.0.x, .1.1.x, 1.2.x, 1.3.x, 1.4.x) and download/install

[symfony-users] automated response

2010-06-27 Thread Saad Tazi | Twist Image
Merci de votre message. Je suis présentement absent du bureau. Je serai de retour le 5 juillet 2010. L'accès à mes courriels pourrait être limité durant cette période. En cas d'urgence, veuillez contacter Tisha au 514 987-9992 #150 ou par courriel à ti...@twistimage.com. Cordialement, Saad

Re: [symfony-users] Abridged summary of symfony-users@googlegroups.com - 12 Messages in 9 Topics

2010-06-27 Thread joost . farla
Beste, Tot en met 27 juni ben ik niet aanwezig op kantoor. U kunt voor dringende zaken contact opnemen met Wout Withagen: w...@freshheads.com of 013 5448761. Met vriendelijke groet, Joost Farla joost.fa...@freshheads.com - - freshheads grafisch ontwerp en internet applicaties Dunantstraat 1c

[symfony-users] Lucene Search and Symfony

2010-06-27 Thread Ricardo Jose Guzman Milanes
Hello We are using sf 1.4 and doctrine. I installed Lucene according to the Jobeet tutorial. And I've been getting into some problems with it. When I do the search without any values I get the complete table that Lucene is working with. But When I do the search with values I get this error,

[symfony-users] Custom filter for admin generated sfGuardUser module

2010-06-27 Thread juro
Hi, I have read a few tutorials and howtos but have not gotten this to work. I have also looked at the base classes to get an idea on best practice etc. I have installed the sfDoctrineGuardPlugin and created a Profile model, that relates to sfGuardUser. In my admin generated list, I want to be

[symfony-users] Re: importing a symfony made website back into symfony??

2010-06-27 Thread James Cauwelier
It 's difficult to answer these questions without a clue to the nature of these problems. First thing to check is indeed how it was installed, which version and from there you could consult the docs for the symfony version you use. Importing won 't be necessary, but it could be that you have to

[symfony-users] Re: Routing, Complex Route

2010-06-27 Thread xzyfer
Hi, What is :calendar meant to be? Could you possible pass the :calendar, :month and :year variables as a single formatted token? Or better yet, if you keep the variables in a consistent order, you could define the one rule. ie. events_month_filtered: url: /events/:calendar/:month/:year