[symfony-users] Re: link_to_remote page flicker

2009-08-04 Thread DEEPAK BHATIA
Hi, This wait is for making page/template available on the main page. But I think the problem I am facing is that Yahoo Javascript library is available on main page but its called library functions is in main page. Regards Deepak On Mon, Aug 3, 2009 at 4:21 PM, DEEPAK

[symfony-users] Re: link_to_remote page flicker

2009-08-04 Thread Gareth McCumskey
Do you get any Firebug errors that point that out as the cause. If you were calling functions that weren't defined then there would be some kind of error - Original Message - From: DEEPAK BHATIA toreachdee...@gmail.com To: symfony-users@googlegroups.com Sent: Tuesday, August 4, 2009

[symfony-users] Re: link_to_remote page flicker

2009-08-04 Thread DEEPAK BHATIA
Hi, I am not getting firebug errors but the flicker is less in Firefox. I get the following error in IE though. Thanks Deepak Bhatia On Tue, Aug 4, 2009 at 12:23 PM, Gareth McCumskeygmccums...@gmail.com wrote: Do you get any Firebug errors that point that out as the cause. If you were

[symfony-users] Ajax functionality

2009-08-04 Thread DEEPAK BHATIA
Hi, In the below javascript function, we are using window.location.replace(/crb/web/tool_staging.php/home/showfullbooking?id=+selectdate); We want to replace the window.location.replace by the Ajax call using XMLHttpRequest object. Do we have any symfony interface to achive this ? Regards

[symfony-users] Admin generator and Doctrine column aggregation inheritance

2009-08-04 Thread Olivier Revollat
Hi does anybody tried to use Admin generator (1.2) with this concept (column aggregation inheritance) ... because it seems to have a bug http://trac.symfony-project.org/ticket/6853 But it's not solved Any suggestion, info ? --~--~-~--~~~---~--~~ You received

[symfony-users] Unable to load fixtures twice

2009-08-04 Thread Adrien Mogenet
Hi folks, I'm writing functional tests, and in bootstrap/functional.php I'm loading my own fixtures files. It works fine the first time I launch my test (DB is empty at the beginning). But if I try to relaunch the test (with data in my DB), symfony can't clean my database ! I read the log file,

[symfony-users] Re: symfony extensible model for other data source than default ORM (API, SOAP WS, CouchDB...)

2009-08-04 Thread James Cauwelier
I 'd think that simple CRUD actions wouldn 't be hard to abstract. Especially with RESTful interfaces like the ones used in couchDB. If the four HTTP methods are supported by your data source (GET, PUT, POST and DELETE), then all that would be needed is an CRUD interface that all data sources

[symfony-users] Re: Unable to load fixtures twice

2009-08-04 Thread Adrien Mogenet
Propel 1.3 On 4 août, 13:50, Szabolcs Heilig szabolcs.hei...@gmail.com wrote: Hello, What ORM are you using? Doctrine or Propel? I'm writing functional tests, and in bootstrap/functional.php I'm loading my own fixtures files. It works fine the first time I launch my test (DB is empty

[symfony-users] Re: symfony extensible model for other data source than default ORM (API, SOAP WS, CouchDB...)

2009-08-04 Thread Alan Bem
Hi JP In the matter-of-fact - datasource agnostic model is M in *proper* MVC. Look at Agavi frameworks' approach. Their initial model is simple PHP object with some framework tie-in's (of course it is possible to loose those tie-in and work with POPO). It gives developers the posibility to design

[symfony-users] Re: Unable to load fixtures twice

2009-08-04 Thread Adrien Mogenet
I wrote another test case... and I was able to launch this test twice, even if I load fixtures. So I think it was due to my test, but now I have to investigate to find the reason :-) On 4 août, 13:55, Adrien Mogenet adrien.moge...@gmail.com wrote: Propel 1.3 On 4 août, 13:50, Szabolcs Heilig

[symfony-users] Re: Unable to load fixtures twice

2009-08-04 Thread Szabolcs Heilig
I think this bug affects you: http://trac.symfony-project.org/ticket/5861 I reported this a half year ago with patches. Try apply this patch against your copy of sfPropelData class. 2009/8/4 Adrien Mogenet adrien.moge...@gmail.com Propel 1.3 What ORM are you using? Doctrine or Propel?

[symfony-users] Re: Upload image with admin generator

2009-08-04 Thread djones
The Jobeet tutorial has image uploading. Look at the Admin Generator chapter for more information: http://www.symfony-project.org/jobeet/1_2/Doctrine/en/12 On Aug 3, 6:29 pm, bogo bogo...@tlen.pl wrote: Hi, thanks for the hint, but I need upload input in the same form. I dug a lot and didn't

[symfony-users] Re: Form generator

2009-08-04 Thread James Collins
Daniel, I've never tried it, but I think you need to write your own form decorator. http://forum.symfony-project.org/index.php?t=rviewgoto=83063th=22032 Regards, James Collins 2009/8/4 Eno symb...@gmail.com On Mon, 3 Aug 2009, Richtermeister wrote: I am really liking the form framework,

[symfony-users] Re: table_method problem

2009-08-04 Thread Johannes
I had the same problem, and I traced it back to Connection::getTable. The root cause is that your table class is not loaded, and autoload is turned off. I'm not if there is any valid for this behavior since it affects all routing objects. The solution is to setAttribute

[symfony-users] Re: symfony extensible model for other data source than default ORM (API, SOAP WS, CouchDB...)

2009-08-04 Thread JP
Thanks for the feedback Andrei, James and Alan. I understand your point, I already create my own models to connect to a SOAP API. However, I still think this would be a great addition in symfony. I believe in not duplicating code and not reinventing the wheel and creating my own model/admin

[symfony-users] Re: Form generator

2009-08-04 Thread Richtermeister
Hey guys, thanks for the reply. I've actually written a few form decorators, and like I said, I like them and for my purposes all is good. However, the end result is usually still a lenghty form (since it's always generated in a loop). As the symfony documentation recommends, I'm looking to

[symfony-users] Re: Forms

2009-08-04 Thread Richtermeister
Hi juaninf, you cannot auto-generate forms that span more than 1 table. However, once all forms are generated, you can embed one inside the other via the embedForm() method. Hope this helps. Daniel On Aug 3, 3:12 pm, juaninf juan...@gmail.com wrote: I know that the php symfony

[symfony-users] Re: Can´t Install sfFormExtraPlugin - File Not Found

2009-08-04 Thread kory
Hi, i could install the plugin, so i had to do is download it directly to my computer and then install it. php symfony plugin:install /tmp/sfFormExtraPlugin-1.0.11.tgz plugininstalling plugin /Users/rvenc...p/sfFormExtraPlugin-1.0.11.tgz sfSymfonyPluginManager Installation successful for

[symfony-users] Re: Form generator

2009-08-04 Thread Eno
On Tue, 4 Aug 2009, Richtermeister wrote: I've actually written a few form decorators, and like I said, I like them and for my purposes all is good. However, the end result is usually still a lenghty form (since it's always generated in a loop). As the symfony documentation recommends, I'm

[symfony-users] PEAR required for sf1.3

2009-08-04 Thread Tom Haskins-Vaughan
Hi, This may have been covered somewhere before, but what's the reasoning behind having pear as a prerequisite for generating a symfony project? This means that you can't generate one while you're offline. Tom --~--~-~--~~~---~--~~ You received this message

[symfony-users] Re: search page with some checkboxes

2009-08-04 Thread SatBoy78
I'm working in frontend_dev.php: is that the dev controller that you suggest me? I've tried to see logs: REQUEST: parameterHolder: action: search conti_bancari: { chiusura_conto_gratis: 'on', id: '', id_dettagli: '', _csrf_token: 2fdaede2c6f2824289fadfc66f709e04 } module: cercaconti

[symfony-users] Re: Upload image with admin generator

2009-08-04 Thread Martin Ibarra Cervantes
need define this on your From type file, look in jobeet is very single On Tue, Aug 4, 2009 at 6:40 AM, djones damonljo...@gmail.com wrote: The Jobeet tutorial has image uploading. Look at the Admin Generator chapter for more information:

[symfony-users] Re: Upload image with admin generator

2009-08-04 Thread bogo
Hi, thanks a lot! It's exactly what I need. It should be mentioned in symfony documentation - part admin generator. On 4 Sie, 15:40, djones damonljo...@gmail.com wrote: The Jobeet tutorial has image uploading. Look at theAdminGeneratorchapter for more

[symfony-users] use niceforms plugin in symfony 1.2

2009-08-04 Thread sofiane oumaouche
is it possible to use obNiceForms in symfony 1.2 I tried to install it, an error says, that it's incompatible, if it's not possible, is it possible to go back to the version 1.0 of symfony, cause all the plugins, are only compatible with symfony 1.0 thanks

[symfony-users] Re: PEAR required for sf1.3

2009-08-04 Thread Fabien Potencier
Tom Haskins-Vaughan wrote: Hi, This may have been covered somewhere before, but what's the reasoning behind having pear as a prerequisite for generating a symfony project? As far as I know, PEAR is only needed if you use the plugin:install command. Fabien This means that you can't