[symfony-users] Re: Session Timeout Issue

2009-06-01 Thread DEEPAK BHATIA
Hi, Thanks for the response. I am attaching the factories.yml file used by me. Please let me know if there is any issue regarding session timeout. Regards Deepak Bhatia On Sun, May 31, 2009 at 6:38 PM, Tomasz Ignatiuk tomek.ignat...@gmail.com wrote: You don;t need sfGuardPlugin. Are you

[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

[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 === ?php

[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 toreachdee...@gmail.comwrote: 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

[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

[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

[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

[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,

[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 -

[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] 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] 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

[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 and

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: 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 tomek.ignat...@gmail.com wrote: Symfony should escape those dots and commas. How do you create link? On 27 Maj, 16:03, halla dha.maili...@googlemail.com wrote: Hi, I'm trying

[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/

[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] 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 l...@leesbian.net wrote: Hmm... I'm not sure how far I got to be honest.

[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