[symfony-users] How to use the method getPartial in my worker? sfGearmanPlugin

2011-04-14 Thread Nei Rauni Santos
Hi, I found the sfGearmanPlugin very useful and I'm trying to use it, but I don't know how to use my swift code to send it in workers. I'm using sf 1.3 and today I have this code in my actions to send emails: $this-getLogger()-debug( SEND TO CUSTOMER ); $email = new

[symfony-users] Re: How to use the method getPartial in my worker? sfGearmanPlugin

2011-04-14 Thread Nei Rauni Santos
){ echo $e-getMessage(); $job-sendFail( ); } Regards, Nei On 14 abr, 11:01, Nei Rauni Santos nra...@gmail.com wrote: Hi, I found the sfGearmanPlugin very useful and I'm trying to use it, but I don't know how to use my swift code to send it in workers. I'm using sf 1.3 and today I

[symfony-users] Re: Symfony as a webservice for an iPhone app

2011-02-23 Thread Nei Rauni Santos
I have an application on iphone that connect to my sf app running xml- rpc, I think that session should be managed in your iphone application. On 22 fev, 15:35, HiDDeN davidmoralesmoj...@gmail.com wrote: Hello. I'm building a simple iPhone app that synchronizes to a webservice served by

[symfony-users] Is a good idea to handle error 503 when the server is too hight?

2010-11-19 Thread Nei Rauni Santos
on the application. Do you think it's a good idea? The best way to do that is on filters system? I hope to receive some ideas about that. Thank you, -- Nei Rauni Santos http://www.linkedin.com/in/neiraunisantos http://www.facebook.com/nei.santos http://www.twitter.com/nrauni http://blog.inuar.com Curitiba

[symfony-users] Cache system with uri parameters

2010-10-13 Thread Nei Rauni Santos
/ CJmNsvW3v6QCFU7u7QodLB7ozg/ CL7sw--axKQCFQPt7QodAWKRCw/ CMr09ISUvaQCFVNY2godnxwvyg/ COeJi7ahwaQCFcpS2godH3UMFQ/ How can I configure the symfony to not use this parameter gclid on cache? -- Nei Rauni Santos http://www.linkedin.com/in/neiraunisantos http://www.facebook.com/nei.santos http

[symfony-users] How add my plugin available to be installed by symfony cli tasks?

2010-09-21 Thread Nei Rauni Santos
Hi guys, I created my first plugin called mpStarRatingPlugin http://www.symfony-project.org/plugins/mpStarRatingPlugin that I uploaded a pear package manually, I receive a lot of mails asking help to install it. I remember that I forgot to leave available by symfony cli tasks.. now I created on

[symfony-users] ThunderBrowse is broking my application and probably yours too!

2010-09-20 Thread Nei Rauni Santos
Hi, guys, I'm having some problems today with a customer who use thunderbrowse plugin to thunderbird, my problem is that I'm using doctrineChoice to render some options like this: $widgets['review_audiences_list'] = new sfWidgetFormDoctrineChoice(array('multiple' = true, 'expanded' = true,

[symfony-users] Re: ThunderBrowse is broking my application and probably yours too!

2010-09-20 Thread Nei Rauni Santos
.. What do you think? I'm using the doctrine 1.3.4 nei On 20 set, 12:18, Nei Rauni Santos nra...@gmail.com wrote: Hi, guys, I'm having some problems today with a customer who use thunderbrowse plugin to thunderbird, my problem is that I'm using doctrineChoice to render some options like

[symfony-users] How to configure different connection but single database

2010-08-10 Thread Nei Rauni Santos
users for different databases, not my case. Nei -- Nei Rauni Santos http://www.linkedin.com/in/neiraunisantos http://www.facebook.com/nei.santos http://www.twitter.com/nrauni http://blog.inuar.com Curitiba - Paraná +55 41 85020985 -- If you want to report a vulnerability issue on symfony

[symfony-users] Re: How to configure different connection but single database

2010-08-10 Thread Nei Rauni Santos
sorry, it workds now. nei On Tue, Aug 10, 2010 at 12:18 PM, Nei Rauni Santos nra...@gmail.com wrote: My project: I have a project with many applications, one of them is the CRON, all applications share the same database and use the same user and password to autenticate. My problem: I'm

[symfony-users] Frameworks CSS

2010-07-12 Thread Nei Rauni Santos
use a lof of jquery widgets. Thank you, -- Nei Rauni Santos http://www.linkedin.com/in/neiraunisantos http://www.facebook.com/nei.santos http://www.twitter.com/nrauni http://blog.inuar.com Curitiba - Paraná +55 41 85020985 -- If you want to report a vulnerability issue on symfony, please

[symfony-users] Re: How can I use the sfWidgetFormDoctrineChoice widget as required true

2010-05-27 Thread Nei Rauni Santos
, it should be there. --- Tugdual 2010/5/26 Nei Rauni Santos nra...@gmail.com This is my code:  $widgets['review_audiences_list'] = new sfWidgetFormDoctrineChoice(array('multiple' = true,  'expanded' = true, 'model' = 'ReviewAudience', 'order_by' = array('weight', 'asc') )); I need

[symfony-users] How can I use the sfWidgetFormDoctrineChoice widget as required true

2010-05-26 Thread Nei Rauni Santos
it? Thanks, Nei -- /* Nei Rauni Santos http://www.facebook.com/nei.santos http://www.twitter.com/nrauni http://blog.inuar.com Curitiba - Paraná Mobile: +55 41 85020985 */ -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You

[symfony-users] Swift spool strategy on Symfony really works?

2010-05-18 Thread Nei Rauni Santos
/AbstractSmtpTransport.php on line 353 I tried to execute on action the method flushQueue but I gave the same error.. There is someone who use this feature. Nei -- Nei Rauni Santos nra...@gmail.com +55 41 85020985 -- If you want to report a vulnerability issue on symfony, please send it to security

[symfony-users] Re: How to get user object on libs to not get the erro The default context does not exist.

2010-02-22 Thread Nei Rauni Santos
::createInstance($configuration); return $context-getUser(); }else{ return sfContext::getInstance()-getUser(); } } Nei On Fri, Feb 19, 2010 at 2:08 PM, Nei Rauni Santos nra...@gmail.com wrote: It worked for me, do you think it's a good solution? ?php class tools

[symfony-users] How to get user object on libs to not get the erro The default context does not exist.

2010-02-19 Thread Nei Rauni Santos
a solution. Can you help me? Nei -- Nei Rauni Santos nra...@gmail.com +55 41 85020985 -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe from this group, send

[symfony-users] Re: How to get user object on libs to not get the erro The default context does not exist.

2010-02-19 Thread Nei Rauni Santos
() Nei On Fri, Feb 19, 2010 at 12:10 PM, Nei Rauni Santos nra...@gmail.com wrote: I'm trying to write unit tests and all methods that I use sfContext::getInstance()-getUser() not work. I always get this error The default context does not exist. My libs check informations on user's

[symfony-users] sfRichTextEditorFCK on sf 1.3

2009-12-14 Thread Nei Rauni Santos
Guys, I'm trying to configure the sfRichTextEditorFCK on sf 1.3, I tried to copy original file of /usr/share/php/symfony/helper/ sfRichTextEditorFCK.class.php to /usr/share/php/symfony/helper/ sfRichTextEditorFCKHelper.class.php and on my form class I add the loadhelper call.

[symfony-users] Sending mail on Exceptions with sf1.3

2009-12-10 Thread Nei Rauni Santos
I have a class to send mails each exception.. I sent mails with sf 1.2 using my classes downloaded on lib/vendor/swift, now I need to rewrite this lib to send mails using sf 1.3.. Anybody has any example of sending mails like this way??? -- Nei Rauni Santos nra...@gmail.com +55 41 85020985

[symfony-users] widgets's javascripts and stylesheets aren't included on layout using sf1.3

2009-12-10 Thread Nei Rauni Santos
::getInstance()-getResponse()-addJavascript(autosuggest/autocomplete); sfContext::getInstance()-getResponse()-addStylesheet(autosuggest/autocomplete); on layouts I'm printing ?php include_javascripts() ? ?php include_stylesheets() ? but not worked.. Any idea?? Nei -- Nei Rauni Santos nra

[symfony-users] Re: widgets's javascripts and stylesheets aren't included on layout using sf1.3

2009-12-10 Thread Nei Rauni Santos
these lines on partial symfony print the script tag on middle of my template... ?php include_stylesheets_for_form($form) ? ?php include_javascripts_for_form($form) ? how to fix it?? Nei On Thu, Dec 10, 2009 at 5:17 PM, Nei Rauni Santos nra...@gmail.com wrote: Guys, I've upgraded my symfony

[symfony-users] Re: widgets's javascripts and stylesheets aren't included on layout using sf1.3

2009-12-10 Thread Nei Rauni Santos
()-getStylesheets() ); ? /pre div id=searchboxleft class=block ... I think that it's a but.. Nei On Thu, Dec 10, 2009 at 5:31 PM, Nei Rauni Santos nra...@gmail.com wrote: I notice that this way was wrong, and on my widget I put thow 2 methods:; /** * Gets

[symfony-users] Re: widgets's javascripts and stylesheets aren't included on layout using sf1.3

2009-12-10 Thread Nei Rauni Santos
I tried to put this code on my partial too: ?php use_helper('Asset'); foreach ($form-getJavascripts() as $js ){ use_javascript($js); } foreach ($form-getStylesheets() as $css ){ use_stylesheet($css); } ? didn't work. On Thu, Dec 10, 2009 at 6:17 PM, Nei Rauni Santos nra...@gmail.com

[symfony-users] Re: [doctrine-user] sfDoctrineGuard

2009-11-12 Thread Nei Rauni Santos
-user?hl=. -- Nei Rauni Santos nra...@gmail.com +55 41 85020985 --~--~-~--~~~---~--~~ 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

[symfony-users] jobbet using sf 1.3

2009-10-14 Thread Nei Rauni Santos
There is any diference of this tutorial using sf 1.3? or it´s iquals the old one using 1.2 ? -- Nei Rauni Santos nra...@gmail.com +55 41 85020985 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group

[symfony-users] Extract the time life of a component, is it possible??

2009-08-12 Thread Nei Rauni Santos
Rauni Santos nra...@gmail.com +55 41 85020985 --~--~-~--~~~---~--~~ 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

[symfony-users] How change an admin generator filter to use a multiple choose select field

2009-08-06 Thread Nei Rauni Santos
Guys, I'm trying to change a field to use multiple choose select on my admin generator module. For to do it I follow these steps. I've changed the formfilter class on generate.yml like this filter: class: BackendHotelDescriptionFormFilter than, I create this class extending the Base

[symfony-users] How can I add a select field on generator list to choose the number of results by page

2009-08-06 Thread Nei Rauni Santos
Anyone already do it? I need to add a select field on bottom of my admin generator list page to choose the number of results by page. I think that I need to override the template file to add the field, but what's the action that I change? Do you already do it to send me the examples?? Regards,

[symfony-users] table_method problem

2009-08-03 Thread Nei Rauni Santos
I'm trying to use the table_method option of my generator.yml file ( symfony version 1.2.7 (/usr/share/php/symfony) and Doctrine 1.2 ) Unknown method Doctrine_Table::retrieveBackendHotelDescriptionList I trace the error e put the var_dump on execption is called. 2606 } catch

[symfony-users] Cache system causing White Screen

2009-04-23 Thread Nei Rauni Santos
Guys, I report this problem here http://forum.symfony-project.org/index.php/m/77323/ If you can help.. Thanks.. Nei --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send

[symfony-users] my custom handler isn't autoloading

2009-04-17 Thread Nei Rauni Santos
I'm trying to write a custom handles based in this page Adding Your Own Handler) on http://www.symfony-project.org/book/1_2/19-Mastering-Symfony-s-Configuration-Files my codes is here: http://pastebin.com/d7f7d1cfe. I wrote all passes but it isn't loading.. Is needed to do others things??

[symfony-users] Re: my custom handler isn't autoloading

2009-04-17 Thread Nei Rauni Santos
the paths are wrong.. this is ok http://pastebin.com/m47f52810 all files are under frontend app directory.. Thanks On Apr 17, 4:39 pm, Nei Rauni Santos nra...@gmail.com wrote: I'm trying to write a custom handles based in this page Adding Your Own Handler) onhttp://www.symfony

[symfony-users] Re: my custom handler isn't autoloading

2009-04-17 Thread Nei Rauni Santos
Rauni Santos nra...@gmail.com wrote: the paths are wrong.. this is okhttp://pastebin.com/m47f52810 all files are under frontend app directory.. Thanks On Apr 17, 4:39 pm, Nei Rauni Santos nra...@gmail.com wrote: I'm trying to write a custom handles based in this page Adding Your Own

[symfony-users] Re: Many sites using the same application

2009-04-16 Thread Nei Rauni Santos
:13 AM, HAUSa jeroen_heeft_behoefte_aan_r...@hotmail.com wrote: Create a symbolic link on your server? Search Google for the command ln -s! On 16 apr, 00:03, Nei Rauni Santos nra...@gmail.com wrote: Hi guys, Anyone here already created a Symfony's project where the frontend

[symfony-users] Atom Template

2009-03-26 Thread Nei Rauni Santos
Hi, I did the day 15 of Jobeet today, and I got an error when it render the atom template: *Parse error*: syntax error, unexpected T_STRING in * /var/www/sfprojects/jobeet/apps/frontend/modules/job/templates/indexSuccess.atom.php * on line *2* It's because the template start like a php tag:

[symfony-users] urls matching with default route.

2009-03-26 Thread Nei Rauni Santos
... booking_search: url: /exterior/pesquisar param: { module: booking, action: search } default: url: /:module/:action/* end file... Do you have any idea? -- Nei Rauni Santos nra...@gmail.com cel: (41) 9944-2745 --~--~-~--~~~---~--~~ You received

[symfony-users] Re: Atom Template

2009-03-26 Thread Nei Rauni Santos
. On Thu, Mar 26, 2009 at 14:48, Nei Rauni Santos nra...@gmail.com wrote: Hi, I did the day 15 of Jobeet today, and I got an error when it render the atom template: Parse error: syntax error, unexpected T_STRING in /var/www/sfprojects/jobeet/apps/frontend/modules/job/templates