[symfony-users] sfLucenePlugin problems

2008-01-24 Thread Tamas Amon
Hello, I have some problems with sfLucenePlugin 1. Search is case sensitive. How can I change it to case insensitive? 2. The highlighter do not want to work for me. If I remove some lines from the /sfLuceneHighlighter.class.php-s highlightTerm function it is working, but not nice. (I removed

[symfony-users] Session Question

2008-01-24 Thread Andrew von Hoesslin
Hello All Does anybody know how to use the same user session for different apps? I know that this is a bit out of the norm, but I really need to transfer some data from one app to another. Thank you Andrew No virus found in this outgoing message. Checked by AVG Free Edition.

[symfony-users] Re: Session Question

2008-01-24 Thread Haris Zukanović
I think the apps must to be on the same second level domain app1.test.com app2.test.com app3.test.com and then you must setup the cookie path to test.com I do not remember where exactly in symfony config you can do this Andrew von Hoesslin wrote: Hello All Does anybody know how to use

[symfony-users] Re: sfLucenePlugin problems

2008-01-24 Thread Carl Vondrick
On Thursday, January 24, 2008, Tamas Amon wrote: I have some problems with sfLucenePlugin Hi, You are using an old version of the plugin. Update either to the subversion head or download the latest release from the wiki. The highlighter has been since refactored in the 1.0 branch. Carl

[symfony-users] Re: Session Question

2008-01-24 Thread drmikecrowe
YMMV, but this worked for me. In my controller in /web/.php, I did: $_COOKIE['symfony'] = OTHERSESSIONID; sfContext::getInstance()-getController()-dispatch(); On Jan 24, 6:36 am, Andrew von Hoesslin [EMAIL PROTECTED] wrote: Hello All Does anybody know how to use the same user session

[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] Re: who's trying zend for eclipse?

2008-01-24 Thread Nicolas Perriault
On Jan 24, 2008 4:33 PM, Thierry [EMAIL PROTECTED] wrote: Looks nice: http://www.zend.com/en/products/studio/compare I tried Neon some times ago, it looks really promising but a bit heavy on large projects (maybe it was just unstable at this time) The full code reflection with type hinting

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

2008-01-24 Thread Tristan Rivoallan
On Jan 24, 2008 4:44 PM, Nicolas Perriault [EMAIL PROTECTED] wrote: The full code reflection with type hinting through phpdoc tags is amazingly useful and worthes to give it a try. afaik, this feature is provided by eclipse PDT so you don't need neon to get it. ++ tristan

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

2008-01-24 Thread Lee Bolding
I can never get on with Eclipse, it just rubs me up the wrong way - too slow, bloated and uses far too many resources. FWIW, I use Komodo in Winblowz and either TextMate or TextWrangler in OS X. A PHP module for IDEA would be awesome though :) Lee Bolding w: http://www.leesbian.net

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

2008-01-24 Thread Nicolas Perriault
On Jan 24, 2008 4:50 PM, Tristan Rivoallan [EMAIL PROTECTED] wrote: afaik, this feature is provided by eclipse PDT so you don't need neon to get it. Yes, you're right. ++ -- Nicolas Perriaulthttp://www.clever-age.com Clever Age - conseil en architecture technique GSM: +33 6 60 92 08 67

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

2008-01-24 Thread Peter Bowyer
At 15:50 24/01/2008, you wrote: afaik, this feature is provided by eclipse PDT so you don't need neon to get it. I've yet to install the Zend for Eclipse or PDT, but AFAICT there's not much you gain be using the paid-for Zend one? Some refactoring support (which could be very useful), and a

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

2008-01-24 Thread Tristan Rivoallan
On Jan 24, 2008 5:15 PM, Peter Bowyer [EMAIL PROTECTED] wrote: I've yet to install the Zend for Eclipse or PDT, but AFAICT there's not much you gain be using the paid-for Zend one? Some refactoring support (which could be very useful), + a working debugger profiler, which are worst the

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

2008-01-24 Thread Pierre Joye
On Jan 24, 2008 5:39 PM, Tristan Rivoallan [EMAIL PROTECTED] wrote: On Jan 24, 2008 5:15 PM, Peter Bowyer [EMAIL PROTECTED] wrote: I've yet to install the Zend for Eclipse or PDT, but AFAICT there's not much you gain be using the paid-for Zend one? Some refactoring support (which could

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

2008-01-24 Thread Ian P. Christian
Pierre Joye wrote: I'm a happy user of vim with the xdebug plugin. The *only* reason I RSSed your blog was because *someone* told me that you were going to document this.. ;) Looking forward to your post Pierre :D -- Ian P. Christian ~ http://pookey.co.uk

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

2008-01-24 Thread Pierre Joye
On Jan 24, 2008 5:46 PM, Ian P. Christian [EMAIL PROTECTED] wrote: Pierre Joye wrote: I'm a happy user of vim with the xdebug plugin. The *only* reason I RSSed your blog was because *someone* told me that you were going to document this.. ;) Looking forward to your post Pierre :D

[symfony-users] Re: $sf_user in model?

2008-01-24 Thread [EMAIL PROTECTED]
Thanks to all, it turn out to be a stupider error -- I forgot 'peer_method' = 'getStaff', On Jan 23, 5:17 pm, Kiril Angov [EMAIL PROTECTED] wrote: sfContext::getInstance()-getUser() http://start.gotapi.com Ian P. Christian wrote: [EMAIL PROTECTED] wrote: static function

[symfony-users] Re: sfLucenePlugin search problem

2008-01-24 Thread Nicolas
Hi ! Sorry for my delay. What is a custom interface for you?...I'm not sure to understand you ! But i think i'm not using any custom interface modif. The stack trace is : stack trace * at () in SF_ROOT_DIR/plugins/sfLucenePlugin/lib/sfLucene.class.php line 363 ... 360.

[symfony-users] Re: sfLucenePlugin search problem

2008-01-24 Thread Nicolas
Just a precision, about my problem with the accents. I had an exception : Notice: iconv_strlen() [function.iconv-strlen]: Detected an illegal character in input string in /var/www/adlm/plugins/sfLucenePlugin/lib/ vendor/Zend/Search/Lucene/Search/QueryLexer.php on line 346 I have change in the

[symfony-users] Re: sfLucenePlugin search problem

2008-01-24 Thread Fabian Lange
Hi, I don't use Carls Plugin, but here some ideas for resolving issue: - Make sure you use utf-8 analyzer: $analyzer = new Zend_Search_Lucene_Analysis_Analyzer_Common_Utf8Num(); Zend_Search_Lucene_Analysis_Analyzer::setDefault($analyzer, $analyzer); - if you are lowercasing your strings, which

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

2008-01-24 Thread Sid Bachtiar
I'm using Zend Studio for Eclipse at work already :) I'm loving it On Jan 25, 2008 4:33 AM, Thierry [EMAIL PROTECTED] wrote: Looks nice: http://www.zend.com/en/products/studio/compare Combines my two favorite editors :) --~--~-~--~~~---~--~~ You received

[symfony-users] FCK Editor + Safari Problems

2008-01-24 Thread [EMAIL PROTECTED]
Hi + Thanks in advance for any insights. I am having a problem using FCK in Safari 2.0.4 and 3.0.4. It works great in Firefox on both platforms as well as IE 6 + 7. FCK version (2.5.1) I am using FCK as the default editor for Rich Text Slots. I followed the implementation instructions here:

[symfony-users] Re: FCK Editor + Safari Problems

2008-01-24 Thread Eno
On Jan 24, 2:54 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: A separate problem that I am concerned with a little less: Safari 2 doesn't show FCK at all. It's just a textarea with the HTML source. I think FCK is only compatible with Safari 3+ right? Same problem with TinyMCE too.

[symfony-users] how to use setFlash in sfBasicSecurityUser

2008-01-24 Thread Uli Nitsche
Hi all, what's the right way to make use ot the setFlash-method in a myUser class extending the sfBasicSecurityUser class. I'm a bit helpless there. Thanks in advance jo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[symfony-users] LinkedIn symfony Group

2008-01-24 Thread Mike Bronner
I would like to join your group; my membership is pending approval. -- Celebrate Liberty, Freedom, and Rights at http://www.theconstitutionalist.us. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users

[symfony-users] Re: Doctrine or Propel 1.3

2008-01-24 Thread Nate
One more vote for Propel 1.3 - I did many inheritance tests with sfDoctrine and got stuck in a few places with complex relationships. It's s close, but with the timing on my project we can't wait or spend extra time debugging. I'm currently using a class key column in Propel and it's been

[symfony-users] Re: how to use setFlash in sfBasicSecurityUser

2008-01-24 Thread weaverryan
for setting: $this--setAttribute($name, $value, 'symfony/flash'); for getting: return $this-getUser()-getAttribute($name, null, 'symfony/flash'); For the setting, you may also have to do this $this-getUser()-setAttribute($name, true, 'symfony/flash/remove'); not entirely sure - that has

[symfony-users] Re: Doctrine or Propel 1.3

2008-01-24 Thread drmikecrowe
Agreed. I crashed and burned with Doctrine, but Propel 1.3 has been rock solid. That's with experience in using Doctrine stand-alone in other applications. We must fully support both. On Jan 24, 4:55 pm, Nate [EMAIL PROTECTED] wrote: One more vote for Propel 1.3 - I did many inheritance

[symfony-users] Load testing file uploads

2008-01-24 Thread David Wang
I'm trying to figure out a good way to load test my application. Primarily the app allows the user to upload an image, then the image is analyzed and the hexidecimal values are displayed back to the user. The part im trying to figure out is how many uploads my server can take at a time