[symfony-users] Re: how do I enable more than one plugin?

2009-02-25 Thread Colin Williams
cking if it'll work, to figure out where the problem is. --Colin On Thu, Feb 26, 2009 at 2:06 AM, Lawrence Krubner wrote: > > > > On Feb 26, 1:38 am, Colin Williams wrote: > > I'm not sure what the author of that plugin meant, but the syntax for > > enabling modu

[symfony-users] Re: how do I enable more than one plugin?

2009-02-25 Thread Colin Williams
I'm not sure what the author of that plugin meant, but the syntax for enabling modules is a comma-separated list inside of square brackets. The parenthesis should not be there. So, for example: all: .settings: enabled_modules: [sfMediaLibrary, default, sfOtherPluginModule] --Colin O

[symfony-users] Google Summer of Code 2009

2009-02-24 Thread Colin Williams
Hi everyone, I know that symfony applied as a mentoring organization for SoC 2008, and was rejected. With the mentoring organization application deadline coming up in a couple of weeks (Mar 9-13), I'm wondering whether symfony will be applying again this year. As a student, I can say that at lea

[symfony-users] symfony 1.1 + sfPropelVersionableBehaviourPlugin

2008-10-16 Thread Colin Williams
Hi All, I have need of adding versioning to various model classes in my current project. What's the status of the sfPropelVersionableBehaviourPlugin with symfony 1.1? The plugin page [1] lists it as 1.0, 1.1, and 1.2 compatible, but I have a feeling that might simply be auto-generated, since the

[symfony-users] Re: I can't validate the upload file type. Help me!

2008-01-01 Thread Colin Williams
I see. A quick look at your file and the admin generator cheat sheet[1] shows that the "validations" key under your avatar{image} header should read "validators". Perhaps this is the problem? Does the file size validation work? If not, I suspect this is your problem. --Colin 1. < http://www.s

[symfony-users] Re: I can't validate the upload file type. Help me!

2007-12-30 Thread Colin Williams
I haven't worked very much with the forms part of symfony, so I don't know if this is related to the problem. But why are you using admin_input_file_tag instead of the normal input_file_tag? Unless it's in the admin generator, i don't think there's any reason to use the admin_ helpers. On Dec 30

[symfony-users] Re: render a view into a variable?

2007-08-01 Thread Colin Williams
Hi Colin, What you're looking for is the getPresentationFor() method. You can find the API docs for it here: http://www.symfony-project.com/api/symfony/action/sfComponent.html#method_getpresentationfor I've never used it myself, so I can't really help beyond this. --Colin On 8/1/07, hutchic <[E

[symfony-users] Re: sfDoctrinePlugin - simple cross join???

2007-07-30 Thread Colin Williams
Without having tested it, I believe it would be something like this: $result = $q->select('p.propertyid, s.suburb')->from('AroProperties p, p.AroSuburbs s')->execute(array(), Doctrine::FETCH_ARRAY); Assuming you have the foreign relationships set up correctly. If your suburb object is name AroSu

[symfony-users] Re: Add css from plugins

2007-07-19 Thread Colin Williams
> How the best way to set stylesheet's plugins for app in view.yml? > > I've used the following way > > stylesheets: [ ../sfMyPlugin/css/main.css ] > > If you've symlinked it correctly, which it sounds like you have, all you need to have in the stylesheets declaration is this: stylesheets: [sfMyPlu

[symfony-users] Re: Class not autoloaded in plugin

2007-07-18 Thread Colin Williams
Well I'm not entirely sure if this would solve your problem, but I believe it is bad practice to have the plugin refer to a class that is not contained in the plugin. What happens if the plugin is installed in a project that doesn't have that specific MyTools class? It'd be much better for you to

[symfony-users] Re: PHP Development tool

2007-07-13 Thread Colin Williams
I think he is using PDT (PHP Development Tools, is it not? he just dropped the s) Carlos, just follow the directions on the page Eric linked to. I used them, and they do seem to work thus far. On 7/13/07, eric williams <[EMAIL PROTECTED]> wrote: > > > Hi Carlos, > > slightly OT, but you should c

[symfony-users] Re: AJAX indicator always visible

2007-06-04 Thread Colin Williams
I believe the function you desire can be done simply with the CSS position property set to 'fixed'. Unfortunately, IE6 screws it all up for everyone, as usual, so you'll have to resort to some hacks for that. http://www.cssplay.co.uk/layouts/fixed.html http://tagsoup.com/cookbook/css/fixed/ http:

[symfony-users] Re: making symfony calls shorter from bash shell

2007-05-25 Thread Colin Williams
I haven't used Macs, so I don't know if there's anothing like this for them, but in my linux distro, there's a file called .bashrc in my home folder. It's run every time bash starts, for default config. I put something like this in there: alias symfony='php /path/to/symfony' Works like a charm. -

[symfony-users] Ajax Rating Height Issues

2007-05-22 Thread Colin Williams
Hi everyone, I'm trying to get the Ajax rating system working for another project, and I'm having issues with enforcing the correct height of the star boxes. Doesn't matter what I tell it to be, it's always exactly 15px high. I've tried to use Firebug to set the height, by directly editing the st

[symfony-users] Re: sfGuardDoctrine

2007-05-19 Thread Colin Williams
I think I tracked the issue down to an incomplete removal of the email_address field. More here: http://trac.symfony-project.com/trac/ticket/1766#preview However, if someone else who knows more about the plugin can very that, it'd be helpful. On 5/19/07, Colin Williams <[EMAIL PROTECTED

[symfony-users] sfGuardDoctrine

2007-05-19 Thread Colin Williams
Hi all, I have another problem, this time with the sfGuardDoctrinPlugin. The frontend modules work fine, but whenever I try to edit the users with the backend module (sfGuardUser), it throws an exception: [Doctrine_Record_Exception] Unknown property / related component 'email_address'. I have no i

[symfony-users] Re: Doctrine/Lucene Search Engine

2007-05-19 Thread Colin Williams
A I really should remember to clear the cache... Problem solved. --Colin On 5/18/07, Colin Williams <[EMAIL PROTECTED]> wrote: > > Hi all, > For the past couple of days, I've been trying, with slow success, to > modify the ZSL snippets from spindrop &

[symfony-users] Doctrine/Lucene Search Engine

2007-05-18 Thread Colin Williams
Hi all, For the past couple of days, I've been trying, with slow success, to modify the ZSL snippets from spindrop & archivematica to work with Doctrine & the sfDoctrine plugin. Let me say, however, that I am new to both Lucene and Doctrine, so it's been going very slow. I've run into a problem w

[symfony-users] Re: [sfSimpleBlogPlugin] Issues with tags

2007-04-19 Thread Colin Williams
-- > *De :* symfony-users@googlegroups.com [mailto: > [EMAIL PROTECTED] *De la part de* Colin Williams > *Envoyé :* jeudi 19 avril 2007 06:22 > *À :* symfony-users@googlegroups.com > *Objet :* [symfony-users] Re: [sfSimpleBlogPlugin] Issues with tags > >

[symfony-users] Re: [sfSimpleBlogPlugin] Issues with tags

2007-04-18 Thread Colin Williams
array('authorEmail' => '', 'authorName' => 'getUser') should have the authorName method set to getAuthor, since the getUser method doesn't exist. --Colin On 4/18/07, Colin Williams <[EMAIL PROTECTED]> wrote: > > Hi Francois, > > That s

[symfony-users] Re: [sfSimpleBlogPlugin] Issues with tags

2007-04-18 Thread Colin Williams
gin (I > didn't release a new package yet) ? > > François > > -- > *De :* symfony-users@googlegroups.com [mailto: > [EMAIL PROTECTED] *De la part de* Colin Williams > *Envoyé :* mercredi 18 avril 2007 05:48 > *À :* symfony-users@googlegroups.com > *

[symfony-users] [sfSimpleBlogPlugin] Issues with tags

2007-04-17 Thread Colin Williams
Hello all, Just trying out the new plugin. I've taken the sidebar tag thingy and stuck it in my main site, but alas, all it gives me is a link to /sfSimpleBlog/showByTag/tag, with the same text, and a number that is presumably the number of tags. Looking in the database, I can see that I have 4 t