[symfony-users] Re: dwPrototypeTooltipPlugin + AJAX Request

2008-06-18 Thread Ryan Oblak
Hi Dustin, Just the man I was hoping would respond. :) Thanks for all the work and support you give to the symfony community-- we appreciate it. In the past I've used your sfDimensions plugin as well, which saved me a lot work :D I tried adding tooltip.js (and its scriptaculous effects) to my

[symfony-users] Re: DOMElement::setAttribute() error in sfFillInForm.class

2008-06-18 Thread gestadieu
one more thing... it does work if I use name="source[1]" and so on but not name="source[]" On Jun 18, 10:09 pm, gestadieu <[EMAIL PROTECTED]> wrote: > I should mention that if I remove the bunch of name="source[]", > everything work fine therefore the problem does not come from a wrong > xhtml pa

[symfony-users] Re: dwPrototypeTooltipPlugin + AJAX Request

2008-06-18 Thread Dustin Whittle
Rod, You should just include the tooltip js in your view.yml and make it always available. Cheers, Dustin On 6/18/08 2:42 PM, "Rod" <[EMAIL PROTECTED]> wrote: > > Hi all, > > I'm trying to use the dwPrototypeTooltipPlugin. I've that it works as > advertised on a normal synchronous GET req

[symfony-users] Re: Security: How can I restrict an action to the "owner" only?

2008-06-18 Thread arhak
no, I ended doing a function myself On May 2, 1:49 pm, arhak <[EMAIL PROTECTED]> wrote: > Thanks! > This sounds like it should do > > On May 2, 1:03 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > > > > > You may watch to this > > snippesthttp://www.symfony-project.org/snippets/snippet/

[symfony-users] dwPrototypeTooltipPlugin + AJAX Request

2008-06-18 Thread Rod
Hi all, I'm trying to use the dwPrototypeTooltipPlugin. I've that it works as advertised on a normal synchronous GET request of my action. However, on my site I have a set of tabs at the top, and I would like for each tab to be an AJAX link to various actions, one of which being the action whic

[symfony-users] Re: a _partial rant

2008-06-18 Thread Charley Tiggs
There are also open source projects out there built on Symfony for you to look at. The symfonians.net website is one such open source project. Charley Peter Haza said on Wednesday, June 18, 2008: > >Just want to add IRC to the list of places to get help: >irc://irc.freenode.net/ >#symfony >

[symfony-users] Re: a _partial rant

2008-06-18 Thread Peter Haza
Just want to add IRC to the list of places to get help: irc://irc.freenode.net/ #symfony I agree it can be hard to get help sometimes, but if you ask on the ML and on irc, you're very likely to get help in either place. And as Fabian said, the Docs aren't too bad, and the symfony code is pre

[symfony-users] Re: a _partial rant

2008-06-18 Thread Peter Haza
The reason why you have to explicitly send parameters is to give you more freedom in your partials variable naming, and also in how you use the partial. As a (perhaps bad) example, imagine you want to do this: partial: (Removed some _necessary_ stuff, just to make the example short)

[symfony-users] Re: a _partial rant

2008-06-18 Thread Fabian Lange
Hi Daevid, you are missing the design concept of partials. They are not intended to throw in arbitrary code you don't know what it does into the global namespace. Imagine a partial that does this User/_display.php: getName(),$user->getMail()) ?> Now you want to display this in a list of comments

[symfony-users] Re: a _partial rant

2008-06-18 Thread Daevid Vincent
Thanks for that tidbit Peter. But this just illustrates my point. Why should I have to be bothered with passing the variables explicitly when a simple PHP include() works just fine?! It seems that Symfony has just reduced functionality and in the name of MVC or something gone out of it's way to

[symfony-users] Re: How do I access a validate .yml setting in my template?

2008-06-18 Thread Peter Haza
Sounds like someone hasn't read the manual: "Partials have access to the usual symfony helpers and template shortcuts. But since partials can be called from anywhere in the application, they do not have automatic access to the variables defined in the action calling the templates tha

[symfony-users] Re: How do I access a validate .yml setting in my template?

2008-06-18 Thread Kris Wallsmith
Yes, that code should accomplish what you're looking to do. Another resource is the #symfony IRC room, but that can sometimes be an echo chamber as well. Kris On Jun 18, 2008, at 11:58 AM, Daevid Vincent wrote: > > Finally a possible solution! > > If I understand this correctly, you're sayin

[symfony-users] Re: How do I access a validate .yml setting in my template?

2008-06-18 Thread Daevid Vincent
Finally a possible solution! If I understand this correctly, you're saying I would put all my errors and min / max values in this FormErrors class (pseudo code below). FormErrors { const PASS_REQUIRED_ERROR = 'A password is required'; } Then in the validate.yml file I would do as you show

[symfony-users] Re: sfLucene and Lucene questions

2008-06-18 Thread Carl Vondrick
On Wed, Jun 18, 2008 at 05:54:09AM -0700, pghoratiu wrote: > 1. Search for properties of an item - like the color of a car, engine > size. How well the search engine works in this case? sfLucene/Zend_Search_Lucene can do this. > 2. Is it possible to combine the search provided by Lucene with oth

[symfony-users] Re: Reboot 10 , Copenhagen Anyone ?

2008-06-18 Thread Nadia El-Imam
I would really really lik to go but the tickets are sold out. If you or anyone you know wants to sell their ticket, please get in touch with me ASAP: +46703930377 On 17 Juni, 18:09, Joao <[EMAIL PROTECTED]> wrote: > Anyone going to Reboot10 ? > > 26 and 27 June > Reboot10Copenhagen --~--~

[symfony-users] Re: How do I access a validate .yml setting in my template?

2008-06-18 Thread Kris Wallsmith
Sighs all around... If all you're concerned about is the error messages you could take advantage of the YAML files being parsed as PHP before being parsed as YAML: fields: my_field: required: msg: "" Then you can easily access the error messages from the FormErrors class in your tem

[symfony-users] Re: Location of symfony developers

2008-06-18 Thread Lee Bolding
You mean like http://track.leesbian.net ? ;) It's not tracking me at the moment, not until I switch my satellite tracker on but it's the same idea. Every 10 minutes it updates my GPS location and it's displayed on the map. At some point I'm going to grab the XML that is generated from t

[symfony-users] Re: Location of symfony developers

2008-06-18 Thread Gunnar Lium
What would be cool is integration with Fireeagle (once it gets live). It would allow for continous updates of location, so that we can use the map to see who is actually in your neighbourhood right now! http://fireeagle.yahoo.net/ -gunnar On 18/06/2008, Brian Hoke <[EMAIL PROTECTED]> wrote: > >

[symfony-users] Re: Location of symfony developers

2008-06-18 Thread Brian Hoke
Nice! And quick! On Wed, Jun 18, 2008 at 10:48 AM, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > http://symfonians.net/maps > > On 18 juin, 16:30, "Ian P. Christian" <[EMAIL PROTECTED]> wrote: > > Brian Hoke wrote: > > > Some kind of Google maps mashup, with easy post-where-i-am > > > functio

[symfony-users] Re: Location of symfony developers

2008-06-18 Thread [EMAIL PROTECTED]
http://symfonians.net/maps On 18 juin, 16:30, "Ian P. Christian" <[EMAIL PROTECTED]> wrote: > Brian Hoke wrote: > > Some kind of Google maps mashup, with easy post-where-i-am > > functionality, perhaps? I agree with Tom - I'd love to see if there > > are folks near us. > > > ~ > > symfonians.net

[symfony-users] Re: Location of symfony developers

2008-06-18 Thread Ian P. Christian
Brian Hoke wrote: > Some kind of Google maps mashup, with easy post-where-i-am > functionality, perhaps? I agree with Tom - I'd love to see if there > are folks near us. > > ~ symfonians.net might do it? if not... Nicolas, there's an idea for you :) --~--~-~--~~~-

[symfony-users] Re: Location of symfony developers

2008-06-18 Thread Brian Hoke
Some kind of Google maps mashup, with easy post-where-i-am functionality, perhaps? I agree with Tom - I'd love to see if there are folks near us. ~Brian On Wed, Jun 18, 2008 at 10:12 AM, Tom Haskins-Vaughan < [EMAIL PROTECTED]> wrote: > > Hi guys, > > Kind of following on from the "London meetup

[symfony-users] Location of symfony developers

2008-06-18 Thread Tom Haskins-Vaughan
Hi guys, Kind of following on from the "London meetup" thread, is there someway we can do one of those maps to show where developers are based. I'd love to find out if there are any near where I am. Any ideas? Cheers, Tom -- Tom Haskins-Vaughan Temple Street Media: Design and Development fo

[symfony-users] Re: DOMElement::setAttribute() error in sfFillInForm.class

2008-06-18 Thread gestadieu
I should mention that if I remove the bunch of name="source[]", everything work fine therefore the problem does not come from a wrong xhtml page... On Jun 18, 9:58 pm, gestadieu <[EMAIL PROTECTED]> wrote: > I copy the test file in my project and run symfony test-unit > sfFillInFormTest > I do not

[symfony-users] Re: DOMElement::setAttribute() error in sfFillInForm.class

2008-06-18 Thread gestadieu
I copy the test file in my project and run symfony test-unit sfFillInFormTest I do not get any result... if I run symfony test-unit I got util/ sfFillInFormTestdubious Test returned status 255 Failed Test Stat Total Fail L

[symfony-users] Re: Routing problem

2008-06-18 Thread Centerax
Thanks a lot Lee! That worked great. See ya On Jun 17, 4:44 pm, Lee Bolding <[EMAIL PROTECTED]> wrote: > You need to modify your .htaccess to skip routing rules for files > ending .rss > > Add : RewriteCond %{REQUEST_URI} !\.rss$ > > after the line with !\.html$ in it. > > On 17 Jun 2008, at

[symfony-users] Re: DOMElement::setAttribute() error in sfFillInForm.class

2008-06-18 Thread Fabian Lange
Hi, are you sure? Can you run the unit test in test\unit\util\sfFillinFormTest.php ? This has multiple tests for this and they do work for me. .: Fabian On Wed, Jun 18, 2008 at 3:28 PM, gestadieu <[EMAIL PROTECTED]> wrote: > > Hi all, > > I've been looking all around to fix this problem...no luck

[symfony-users] Re: sfLucene and Lucene questions

2008-06-18 Thread gestadieu
Hi, you can actually do almost anything with sfLucene, it is quite powerful. It is just a matter of indexing the right information you need for your search, it might mean to index as well the metadata such as date or category in order to be able to search them. On Jun 18, 8:54 pm, pghoratiu <[EM

[symfony-users] DOMElement::setAttribute() error in sfFillInForm.class

2008-06-18 Thread gestadieu
Hi all, I've been looking all around to fix this problem...no luck! Here it is: I have a form with some input tag such as and according to http://trac.symfony-project.com/ticket/2811 included since sf 1.0.14 (I am running 1.0.16, PHP 5.2.1) it should be fixed, but I still get the problem. I know

[symfony-users] sfLucene and Lucene questions

2008-06-18 Thread pghoratiu
Hi! I'm trying to find out the suitability of using sfLucene/Zend Lucene/ Lucene as a search engined (instead of the traditional in database search). I'm not sure how the following problems will be solved by using an external search service in the following situation: 1. Search for properties of

[symfony-users] Re: London meetup

2008-06-18 Thread Alistair Stead
I'd be up for that... if a date is confirmed... 2008/6/18 Lee Bolding <[EMAIL PROTECTED]>: > > Not till the 3rd week of September :-/ > > There's another cow car to come yet, and a zebra jeep ;) > > On 18 Jun 2008, at 10:58, Ian P. Christian wrote: > > > > > Lee Bolding wrote: > >> Normally, I wo

[symfony-users] Re: London meetup

2008-06-18 Thread Lee Bolding
Not till the 3rd week of September :-/ There's another cow car to come yet, and a zebra jeep ;) On 18 Jun 2008, at 10:58, Ian P. Christian wrote: > > Lee Bolding wrote: >> Normally, I would - but I'll be rallying across Africa :) >> >> > > Well, I've not set a date - when are you back? > > BTW

[symfony-users] Re: London meetup

2008-06-18 Thread Ian P. Christian
Lee Bolding wrote: > Normally, I would - but I'll be rallying across Africa :) > > Well, I've not set a date - when are you back? BTW - Love the cow car on that site ;) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[symfony-users] Re: London meetup

2008-06-18 Thread Lee Bolding
Normally, I would - but I'll be rallying across Africa :) Check it out - http://www.t2rally.com On 18 Jun 2008, at 10:31, Ian P. Christian wrote: > > Ian P. Christian wrote: >> Anyone interested at a casual meet up in London some time in the >> next 4 >> weeks? >> > > Don't all shout at once

[symfony-users] Re: London meetup

2008-06-18 Thread Ian P. Christian
Ian P. Christian wrote: > Anyone interested at a casual meet up in London some time in the next 4 > weeks? > Don't all shout at once ;) So far the count is at 4 would be nice to have a few more! --~--~-~--~~~---~--~~ You received this message because you

[symfony-users] Routing problems on Prod env with "http://host/project/" domain type.

2008-06-18 Thread Shinkan
Hi there ! On my Dev env, I use Apache with Virtual Host, like many Symfony project does. Everything works perfectly, calling "http://project"; or "http:// project/app_dev.php". But on my Prod env, I must use a "http://host/project"; domain name. "project" is just a symlink to my Symfony app's w