Re: ***SPAM*** [symfony-users] Re: is creating subdomains on the fly possible - username.mysite.com ?? instead of mysite.com/username from controller

2009-09-28 Thread Jan De Coster
write a filter on the requested hostname ? kr, Jan dtwist schreef: > Hi Dagger, > > I'm brand new to Symfony, so I can't speak to any ingrained abilities > it has with regards to subdomains (for instance, would routing > help?). I can offer two things though: > > One, my own experience: We have

[symfony-users] Re: sfGuard problem

2009-05-20 Thread Jan De Coster
What ORM are you using ? Kr, -Oorspronkelijk bericht- Van: symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com] Namens murthy Verzonden: woensdag 20 mei 2009 13:58 Aan: symfony users Onderwerp: [symfony-users] sfGuard problem When I try to do "symfony propel:build-mo

[symfony-users] Re: question

2009-05-06 Thread Jan De Coster
equest()->setAttribute( 'foo', 'bar' ); //action: $request->hasAttribute('foo'); $request->getAttribute('foo'); Do not mix up request attributes with normal request parameters! Cheers, Frank Am 06.05.2009 um 09:00 schrieb Jan De Co

[symfony-users] question

2009-05-06 Thread Jan De Coster
Hi, Is there anyway i can set a variable from within a filter and access this from any template/action from my app ? Kr, Jan De Coster --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony

[symfony-users] question about i18n

2009-05-04 Thread Jan De Coster
Hi, Recently they dicided to put the app to i18n and now i'm facing some problems I have log files (masses) stuffed in a database like 'Document 1234 placed in procedure' Anyone knows a way how i can translate this using i18n ? Kind regards,

[symfony-users] Re: Is it possible to trigger an action from the command line?

2009-04-09 Thread Jan De Coster
I'm pondering what the action does ? you should take a look at tasks ... Kr, Jan alvaro schreef: > use in a script: > > sfContext::getInstance()->getController()->forward($module, $action); > > instead of a call to dispatch() > > > On Apr 9, 2009, at 11:38 PM, Mark Smith wrote: > > >> I've st

[symfony-users] Re: How to use cli task command in linux cron?

2009-04-09 Thread Jan De Coster
...@lab:~/projects/lab/batch$ echo "echo \"hi world! \\n\";" >> foo.php j...@lab:~/projects/lab$ cd j...@lab:~$ php /home/jan/projects/lab/batch/foo.php hi world! j...@lab:~$ Kr, Jan De Coster Eno schreef: > On Thu, 9 Apr 2009, Jan De Coster wrote: > > >&g

[symfony-users] Re: Serious character problems

2009-04-09 Thread Jan De Coster
Hi, I solved this by using htmlspecialchars and their decode() function ... Kr, Jan De Coster FÁSI Gábor schreef: > I remember we talked about this site a few weeks ago. > Let me ask you again: please double check that your template files > (especially the one where you have problem

[symfony-users] Re: How to use cli task command in linux cron?

2009-04-08 Thread Jan De Coster
Eno schreef: > On Tue, 7 Apr 2009, Frank He wrote: > > >> The first solution can be realized with as new script, but can you specify >> more about the second solution. And sample scripts? Thanks >> > > (cd /path/to/symfony/folder; php symfony clearAciveUsers) > > > why not php /path/to/s

[symfony-users] Re: Missing Javascript Libraries after PEAR installation

2009-03-22 Thread Jan De Coster
Couldn't it be that the symlinks to the js directory is wrong ? (I had this issue before between my mac and linux machine) Kind regards, Jan De Coster -Oorspronkelijk bericht- Van: symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com] Namens Campezzi Verz

[symfony-users] Re: question regarding form

2009-03-05 Thread Jan De Coster
OK, Thanks alot i'll try this kr, Jan Paolo Mainardi wrote: > > > On Thu, Mar 5, 2009 at 11:46 AM, Jan De Coster <mailto:j...@we-create.be>> wrote: > > so what i need to do is create somthing like this ? > > modules/foo/lib/form/FooForm.class.php

[symfony-users] Re: question regarding form

2009-03-05 Thread Jan De Coster
so what i need to do is create somthing like this ? modules/foo/lib/form/FooForm.class.php and modules/foo/lib/form/base/BaseFooForm.class.php ? kr, Paolo Mainardi wrote: > > > On Thu, Mar 5, 2009 at 11:40 AM, Jan De Coster <mailto:j...@we-create.be>> wrote: > > >

[symfony-users] question regarding form

2009-03-05 Thread Jan De Coster
is it possible to define a form in a module/lib folder ? can't find any documentation about this. Kr, Jan De Coster --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to t

[symfony-users] Re: frontend & backend routing

2009-03-04 Thread Jan De Coster
Did u cleared the cache ? kr, Tomasz Ignatiuk wrote: > It is strange because in dev everything works fine. But only in prod > environment this bug is shown. > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[symfony-users] question about propel and tinymce

2009-03-04 Thread Jan De Coster
hi, Is it possible to set the default editor for a form to the rich variant ? Kr, --~--~-~--~~~---~--~~ 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@googlegro

[symfony-users] question about 500 errorcode

2009-03-02 Thread Jan De Coster
Hi, Is it possible to parse a 500 error with a module/action ? like a 404 ? Kr, Jan De Coster --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email

[symfony-users] Re: sfErrorLoggerPlugin

2009-03-02 Thread Jan De Coster
.4. > > What specifically did you change? create a patch and send it to me, I'll QA, > apply and test. > > - Original Message - > From: "Jan De Coster" > To: symfony-users@googlegroups.com > Sent: Monday, 2 March, 2009 1:50:15 PM GMT +00:00 GMT Bri

[symfony-users] sfErrorLoggerPlugin

2009-03-02 Thread Jan De Coster
Hi, I made some adjustments at the plugin so it's 1.2 ready ... is there anyway to get this in the working repo's ? Kr, Jan De Coster --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony u

[symfony-users] Re: I am unable to install sfErrorHandlerPlugin

2009-03-02 Thread Jan De Coster
Hi, I have the same problems with my 'cc' so what i do is 'sudo chmod -R 777 cache; symfony cc' and usualy does the job ... Kr, Lawrence Krubner wrote: > I want to use this plugin: > > http://www.symfony-project.org/plugins/sfErrorHandlerPlugin/1_0_7 > > The installation seemed to work correctl

[symfony-users] Re: Propel - Two columns of a table not_equal

2009-02-26 Thread Jan De Coster
$c->add(TablePeer::Column1, TablePeer::Column2, Criteria::NOT_LIKE); Or somthing like that ... -Oorspronkelijk bericht- Van: symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com] Namens Tomasz Ignatiuk Verzonden: donderdag 26 februari 2009 21:00 Aan: symfony users Onde

[symfony-users] Re: sfWidgetFormTextareaTinyMCE() not working

2009-02-26 Thread Jan De Coster
"advanced", >editor_selector: "tiny_mce", >width: "550px", >height:"350px", > theme_advanced_toolbar_location: "top&qu