[symfony-users] Re: Search plugin for sf1.2

2009-06-01 Thread Thomas Rabaix
Hello The 1.2 branch works fine with Doctrine; I have added new indexing tasks which are, for now, not implemented with propel. There is also a 1.2 branch for Solr, I have updated the code to remove Zend references and to use Solr. The code is still in beta but work very well for us. On Tue, Jun

[symfony-users] symfony-javascript

2009-06-01 Thread janlarosa
hi, I'm trying to setup a replication of my server but in my new server when u click the button the pop up window to select a date do not appear what do i need to configure?? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[symfony-users] get php warning while creating new instance in my symfony task!!!

2009-06-01 Thread ravi
here is my code for the symfony task... i want to render the partial in symfony generated task... so for that i have included few lines for partial $configuration = ProjectConfiguration::getApplicationConfiguration ('frontend', 'dev', false); sfContext::createInstance($configuration); $configurat

[symfony-users] Search plugin for sf1.2

2009-06-01 Thread Craig Boxall
Hi there, After looking through the Plugins section of the Symfony website, I cant tell for sure whether there is a search plugin for symfony 1.2? If so, what is it? I found a branch of sfLucene for 1.1. Is that ok for use with 1.2? Cheers Craig -

[symfony-users] Re: Status of PayPal plugin(s)

2009-06-01 Thread Sid Bachtiar
Hi guys, I recently worked on a Symfony project that involved integration of Paypal. I'm keen to contribute/test/join the sfPaypalPlugin if I'm allowed to. Kind regards, Sid On Tue, Jun 2, 2009 at 1:09 PM, Lee Bolding wrote: > > Hmm... I'm not sure how far I got to be honest. I remember that

[symfony-users] Re: Status of PayPal plugin(s)

2009-06-01 Thread Lee Bolding
Hmm... I'm not sure how far I got to be honest. I remember that I spent a lot of time trying to work out an API that would work as transparently as possible for whatever payment method you wanted to use... the machine my code for this is on is back home in UK - I'm in South America at the

[symfony-users] Error while trying to extend from sfGuard

2009-06-01 Thread Reynier Perez Mira
Hi every: I try to build my own logic with sfGuard for LDAP authentication because the code in the Wiki doesn't work for me. I'm based on this two posts from Sensio Labs: http://www.symfonylab.com/extra-questions-and-solutions-for-sfguardplugin/ http://www.symfonylab.com/extending-sfguardplugin

[symfony-users] Re: Using decimal-values throws an routing error

2009-06-01 Thread danielwinter
Try commenting this line out in your .htaccess file: RewriteRule .* - [L] On May 31, 11:12 pm, Tomasz Ignatiuk wrote: > Symfony should escape those dots and commas. How do you create link? > > On 27 Maj, 16:03, halla wrote: > > > Hi, > > > I'm trying to transport geo-coordinates as part of an

Yan: [symfony-users] Re: jquery - json problem

2009-06-01 Thread Guychmyrat Amanmyradov
Hello Alexandru, long time i could not care with this problem. Again the same problem... alert(typeof(request)) returns "undefined" this is my code in acionts class         $output = '[["title", "My basic letter"], ["name", "Mr Brown"]]';         $this->getResponse()->setHttpHeader("X-JSON", '(

[symfony-users] Re: Page specific javascript question

2009-06-01 Thread Eno
On Mon, 1 Jun 2009, Mark Smith wrote: > If I am writing some page specific javascript where should I put it? > > The way I see it I have 3 options: > > 1) Embed it in the page template (feels very hacky) > > 2) Stick it in a global .js and load it every time regardless. (could > cause problems

[symfony-users] Re: hiding a field in admin generator by a credential?

2009-06-01 Thread pcummins
It seems that this functionality is missing in the 1.2 branch, but it can be fixed with a small patch: http://trac.symfony-project.org/ticket/5832 As posted in the ticket, I don't believe the field level credentials are respected in the list views. -pat On Apr 28, 5:07 am, axe wrote: > Hi, >

[symfony-users] Solving a concurrency problem

2009-06-01 Thread Rytis Daugirdas
Hello, I'm having what seems to be a concurrency problem while using Propel 1.3. Below is a small example of the "save" method of a Propel object. public function save(PropelPDO $con = null) { $con = Propel::getConnection(); try { $con->beginTransaction();

[symfony-users] Binding CheckBoxes?

2009-06-01 Thread Gustavo G.
Hi there, I have a big problem with sfForm... I've looked for many similar problems, but no solutions. In my form class, I have this: ... $this->widgetSchema['magazines'] = new sfWidgetFormChoiceMany(array ('choices' => $magazines, 'expanded' => true)); $this->validatorSchema['magazines'] =

[symfony-users] Re: Page specific javascript question

2009-06-01 Thread DEEPAK BHATIA
Please refer text below link http://www.symfony-project.org/book/1_2/07-Inside-the-View-Layer = File Inclusion Configuration Adding a specific style sheet or JavaScript file to a view is easy, as Listing 7-26 demonstrates. Listing 7-26 - A

[symfony-users] Re: Status of PayPal plugin(s)

2009-06-01 Thread Antoine Leclercq
Hi Lee, hi all, Great for the sfPaypalPlugin, I'll take the lead. Did you start the development test oriented as you suggested on your previous email ? If this is the case, even if it is just a start, I'll be glad to take it over. If not I'll start from scratch. About the sfGoogleCheckoutPlugin, I

[symfony-users] Re: Page specific javascript question

2009-06-01 Thread Gábor Fási
Put it in the global js folder, and use the modules view.yml to include it in the templates that need it. On Mon, Jun 1, 2009 at 18:01, Mark Smith wrote: > > If I am writing some page specific javascript where should I put it? > > The way I see it I have 3 options: > > 1) Embed it in the page te

[symfony-users] Page specific javascript question

2009-06-01 Thread Mark Smith
If I am writing some page specific javascript where should I put it? The way I see it I have 3 options: 1) Embed it in the page template (feels very hacky) 2) Stick it in a global .js and load it every time regardless. (could cause problems and isn't really scalable) 3) Put it in its own .js f

[symfony-users] Re: Status of PayPal plugin(s)

2009-06-01 Thread Lee Bolding
My PayPal and GoogleCheckout plugins kind of got shelved. I was planning to create an eCommerce solution - but then discovered Magento, and have been working with that a lot recently. I'm happy to transfer leadership of the sfPaypalPlugin and sfGoogleCheckoutPlugin plugins to anybody that wa

[symfony-users] Status of PayPal plugin(s)

2009-06-01 Thread Antoine Leclercq
Dear all, We were aiming to use and eventually improve an existing Symfony plugin to implement online PayPal payment for one of our customers. After searching in the plugin repository, we were kind of puzzled... http://www.symfony-project.org/plugins/sfPayPalPlugin http://www.symfony-project.org/

[symfony-users] Re: Spreadsheet_Excel_Writer

2009-06-01 Thread Gareth McCumskey
Perhaps ask the Spreadsheet_Excel_Writer mailing list? On Mon, Jun 1, 2009 at 12:10 PM, DEEPAK BHATIA wrote: > > Hi, > > I have installed the libraries for Spreadsheet_Excel_Writer in php > directory where I am accessing the correct php files for below example > but I am not able to get test.xls

[symfony-users] Spreadsheet_Excel_Writer

2009-06-01 Thread DEEPAK BHATIA
Hi, I have installed the libraries for Spreadsheet_Excel_Writer in php directory where I am accessing the correct php files for below example but I am not able to get test.xls file. Please help me in this regard. Thanks Deepak Bhatia === addFormat(

[symfony-users] Javascript format and Content-Type

2009-06-01 Thread Vojto
Hello, symfony is using content type of 'application/javascript' when using 'js' sf_format. Internet Explorer can't handle this content-type, it can handle only text/javascript. Anyone know how to fix it? --~--~-~--~~~---~--~~ You received this message because yo