[symfony-users] Upgrade path: 1.2 w/sfCompat10Plugin -> 1.4

2009-11-23 Thread David Brewer
destroying them all? :-) David Brewer -- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe from this group, send email to symfony-users+unsubscr...@goog

[symfony-users] Symfony BOF session at Open Source Bridge

2009-06-05 Thread David Brewer
g/sessions/277 If you're NOT attending Open Source Bridge, it's worth considering. It's a volunteer-run conference that sprang up to fill the vacuum left behind when OSCON decided to move to San Jose. It's looking like it's going to be a fu

[symfony-users] Re: Attaching global Doctrine listeners in a symfony application

2009-01-21 Thread David Brewer
odule, that would clear the cache, then call the parent, I think > that would cover any type of modification. > > Julien > > On Jan 21, 9:36 pm, David Brewer wrote: >> Filed a doctrine ticket on this >> issue:http://trac.doctrine-project.org/ticket/1847 >> >>

[symfony-users] Re: Attaching global Doctrine listeners in a symfony application

2009-01-21 Thread David Brewer
Filed a doctrine ticket on this issue: http://trac.doctrine-project.org/ticket/1847 On Wed, Jan 21, 2009 at 6:18 PM, David Brewer wrote: > Followup #2: > > I think I've figured out what the hangup is. I added some logging to > Doctrine_Configurable class where it gets the

[symfony-users] Re: Attaching global Doctrine listeners in a symfony application

2009-01-21 Thread David Brewer
ge is made using the admin console? :-) On Wed, Jan 21, 2009 at 5:10 PM, David Brewer wrote: > Followup: it does appear that the record listener I created works so > long as I add it directly to a record. So, the super-shortened > version of this question is: how can I globally attach a r

[symfony-users] Re: Attaching global Doctrine listeners in a symfony application

2009-01-21 Thread David Brewer
PM, David Brewer wrote: > I'm starting to try to wrap my head around using Doctrine listeners in > the context of a symfony application, and I'm encountering some > confusion that I was hoping someone out there might be able to help me > clear up. > > The rough o

[symfony-users] Attaching global Doctrine listeners in a symfony application

2009-01-21 Thread David Brewer
o fire. Am I misunderstanding what it means to attach a listener to the manager? I thought that the listener would fire for matching events on any model. Thanks for any clarification on this issue. I'm looking forward to mastering listeners as

[symfony-users] Re: SF.1.2 Admin Generator-Two modules in one

2009-01-21 Thread David Brewer
Is this symfony 1.2? If so, you can customize the form for your model to handle this. In the configure method for your form, you can add widgets and validators for the address-related fields. Then, you can override the 'doSave()' method to do custom handling of your extra fields. You'll also n

[symfony-users] New admin generator: getting options to widgets?

2009-01-14 Thread David Brewer
l for displaying the date in the list view of the admin generator, and once in code for formatting the widget itself. Not very DRY. Any suggestions on how I can eliminate this duplication? Thanks, David Brewer --~--~-~--~~~---~--~~ You received this message beca

[symfony-users] Re: Best path for upgrading a doctrine-based symfony 1.1 admin console to 1.2?

2009-01-05 Thread David Brewer
Good idea: http://trac.symfony-project.org/ticket/5535 On Sat, Jan 3, 2009 at 5:35 PM, Jonathan Wage wrote: > That would be a decision for Fabien. Add a ticket seeing what he thinks? > > - Jon > > On Sun, Dec 28, 2008 at 2:38 AM, David Brewer > wrote: >> >>

[symfony-users] Re: New form framework: displaying non-editable fields

2008-12-28 Thread David Brewer
ht talk fabien in > approving this for 1.2, otherwise it can come earliest in 1.3 > > Fabian > > > On Dec 28, 2008, at 9:34 AM, David Brewer wrote: > >> >> To anyone who might be interested in how I managed this, I ended up >> implementing my own widget clas

[symfony-users] Re: Best path for upgrading a doctrine-based symfony 1.1 admin console to 1.2?

2008-12-28 Thread David Brewer
> You could use virtual columns by defining the accessor in your model. > > - Jon > > On Sun, Dec 21, 2008 at 7:31 PM, David Brewer > wrote: >> >> Hi Jon -- I'm taking your advice on this. It isn't terrible, but >> still relatively time consuming jus

[symfony-users] Re: New form framework: displaying non-editable fields

2008-12-28 Thread David Brewer
m ccing the dev list to see if there is any interest in this as a feature there. What do you think? Is this a use case that comes up often enough that a widget for this purpose would be useful? On Sat, Dec 27, 2008 at 3:20 PM, David Brewer wrote: > I sometimes need to display a value in a form

[symfony-users] New form framework: displaying non-editable fields

2008-12-27 Thread David Brewer
generator.yml. What is the preferred way to handle this situation using the new admin generator and forms framework? Thanks, David Brewer david.bre...@gmail.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "

[symfony-users] Re: Best path for upgrading a doctrine-based symfony 1.1 admin console to 1.2?

2008-12-21 Thread David Brewer
label and help text defined in the generator.yml. Is there an option of some kind for changing this behavior? Or perhaps an alternative to partials for inserting a custom field? I guess I could define a specific widget class for these cases... is that the recommended approach? David Brewer On Fr

[symfony-users] sf1.2 admin generator: including label/help text on partial fields?

2008-12-21 Thread David Brewer
perhaps an alternative to partials for inserting a custom field? Note that this is a change from the sf 1.0 admin generator, where you always got the label and help text and when I didn't want the label I used css to hide it. :-) David Brewer --~--~-~--~~~---~--~---

[symfony-users] Best path for upgrading a doctrine-based symfony 1.1 admin console to 1.2?

2008-12-19 Thread David Brewer
ty of the admin generation system. * Give up and revert to symfony 1.1 This is undoubtedly the easiest path, but I don't want to give up! Any suggestions? David Brewer --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gr

[symfony-users] Re: Problem with callbacks and autoloading in sf 1.1?

2008-12-17 Thread David Brewer
dalone test outside of symfony to > verify if it is a problem with php itself. > > - Jon > > On Wed, Dec 17, 2008 at 4:41 PM, David Brewer > wrote: >> >> I discovered that this issue can be 'fixed' (or rather, hacked around) >> by explicitly checking for the e

[symfony-users] Re: Problem with callbacks and autoloading in sf 1.1?

2008-12-17 Thread David Brewer
e white screen of death problems, try out my > sfErrorHandlerPlugin here : > http://www.symfony-project.org/plugins/sfErrorHandlerPlugin > > > On 17 Dec 2008, at 19:36, David Brewer wrote: > >> >> So, I'm working my way through the process of upgrading to symfony 1.1 >&g

[symfony-users] Problem with callbacks and autoloading in sf 1.1?

2008-12-17 Thread David Brewer
.2.4 on Ubuntu Hardy. Symfony 1.1 (was originally Symfony 1.0 project, in progress of upgrading). Thanks, David Brewer --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group,

[symfony-users] Plans for support duration for 1.2?

2008-11-12 Thread David Brewer
I know that symfony 1.0 is supported for 3 years from its release, and that symfony 1.1 is supported for 1 year from its release... do we know yet how long symfony 1.2 will be supported after its release? I guess I'm really asking if this is determined separately for each release, or if there is

[symfony-users] Re: Which IDE do you use?

2008-09-11 Thread David Brewer
I'm a big fan of Komodo IDE. On Mon, Sep 8, 2008 at 11:13 PM, Sumedh <[EMAIL PROTECTED]> wrote: > > I don't think we have a feature of poll here...? > > Thought would help to know what are people generally using for symfony > projects... > > I am using Eclipse PDT so far...but it's crashing every

[symfony-users] Re: Multiple applications sharing one set of assets

2008-06-23 Thread David Brewer
x27;SCRIPT_NAME'] = > preg_replace('/\.php/','.htm',$_SERVER['SCRIPT_NAME']); // needed, because > legacy html files use .htm extension, not .php > // This will make symfony prepend the current url and append the 'route' > param to all outbo

[symfony-users] Multiple applications sharing one set of assets

2008-06-17 Thread David Brewer
put in hacky relative paths for certain assets, such as '../../css/styles.css' to get to the stylesheet I want. David Brewer --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group.

[symfony-users] Re: Routing in sf1.0 - '/'s in the URL

2007-10-30 Thread David Brewer
5:08 PM, Ian P. Christian <[EMAIL PROTECTED]> wrote: > > David Brewer wrote: > > That's a good idea, I will see if I can find a few moments to look > > into that. Thanks! > > > > if you don't get time to make a fix, please do

[symfony-users] Re: Anyone using MAMP

2007-10-30 Thread David Brewer
I'm a fan of Komodo. It's commercial, but there is a free version (and they are in the midst of open sourcing most of the core of the product). It works on Windows, Mac, and Linux -- I'm using it on Ubuntu right now. And it's multi-lingual... php, perl, ruby, python, javascript, etc... http://

[symfony-users] Re: Routing in sf1.0 - '/'s in the URL

2007-10-30 Thread David Brewer
branch, where the future routing > class of symfony 1.1 waits for trunk integration, to see if you can post a > patch for optional trailing slashes. > > Cheers, > > François > > 2007/10/29, David Brewer < [EMAIL PROTECTED]>: > > > > I have a semi-re

[symfony-users] Re: Routing in sf1.0 - '/'s in the URL

2007-10-29 Thread David Brewer
I have a semi-related routing question which I would like to piggy-back on this thread. :-) I would like to make routes which behave like regular directory names typically do, in that the closing slash is optional. I see two ways of doing this right now: 1) Using the technique you just describ

[symfony-users] Re: Developer tools / Task / Team Managment

2007-10-22 Thread David Brewer
We're pretty happy so far using Trac. Although we're hungry for decent multi-project support. On 10/22/07, Jon Busby <[EMAIL PROTECTED]> wrote: > > While we're on the subject of developer tools - what does everyone use > for their team / task management... > > we're currently using activecollab

[symfony-users] Re: Developer tools

2007-10-20 Thread David Brewer
Platform: Ubuntu Gutsy (was Feisty until this morning) IDE: ActiveState Komodo IDE Browser: Firefox + Firebug, web developer toolbar, etc. Also, we make heavy use of VMware Server to manage test and staging servers. We're mostly using Ubuntu Dapper for our server environment. On 10/20/07, Loïc

[symfony-users] Re: Autoloading and symbolic links

2007-09-02 Thread David Brewer
I filed a new ticket on this issue: http://trac.symfony-project.com/trac/ticket/2164 On 9/2/07, David Brewer <[EMAIL PROTECTED]> wrote: > Yes, that was the approach that led me to discover the issue with the > config handler ignoring symlinks. I modified the config handler

[symfony-users] Re: Autoloading and symbolic links

2007-09-02 Thread David Brewer
ml.php > > There you will see all classes that symfony found and will be able to > autoload when requested. If you do not see some of your files there then > check the config handler for autoload.yml and you will find the problem. > > Kiril > > David Brewer wrote: > >

[symfony-users] Re: Autoloading and symbolic links

2007-09-01 Thread David Brewer
r on the difference between the ones that work and those that don't. On 9/1/07, David Brewer <[EMAIL PROTECTED]> wrote: > I have a strange autoloading-related question. Can symbolic links > interfere with the ability of symfony to autoload library classes? > > The details: > &g

[symfony-users] Autoloading and symbolic links

2007-09-01 Thread David Brewer
ality whether or not it should follow symlinks? This is symfony 1.0.6 on Ubuntu Feisty, BTW. Thanks for any insight, David Brewer --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to

[symfony-users] Re: Routing Problem

2007-08-31 Thread David Brewer
i David, > > thanks for your answer. I defined category1 under param to give it a default > value to avoid another routing rule when there isn't category1 on the url. > > > On 8/31/07, David Brewer <[EMAIL PROTECTED]> wrote: > > > > Try this variation on

[symfony-users] Re: Routing Problem

2007-08-31 Thread David Brewer
URL, they will automatically get set. David Brewer On 8/31/07, Yeray Rodriguez <[EMAIL PROTECTED]> wrote: > > Hi, I'm using Symfony 1.0.6 and i have a problem con routing > > if i define this rule: > > example: > url: /:mode/:category1 > param: { module

[symfony-users] Re: Customize error 500 page for several applications

2007-08-30 Thread David Brewer
! The code which I stuck at the top of web/errors/error500.php is below: David Brewer On 8/27/07, Olivier Revollat <[EMAIL PROTECTED]> wrote: > How can I customize error 500 page > (symfony_core/data/web/errors/error500.php) for

[symfony-users] Re: symfony sync command on Windows with cwRsync - permissions problem

2007-08-17 Thread David Brewer
if there is a > better solution. I really like the idea that svn is still using svn as a > backend which means that I can still continue using svn as usual and > have the added decentralized option. It seems to me important enough > that maybe the svn guys should make svk part of svn a

[symfony-users] Re: symfony sync command on Windows with cwRsync - permissions problem

2007-08-16 Thread David Brewer
that other people also > reached the same process for development as I did with trial and error. > > Regards, > Kiril > > David Brewer wrote: > > I can't speak directly to your rsync issues, but I can speak a little > > to your virtualization question. > >

[symfony-users] Re: symfony sync command on Windows with cwRsync - permissions problem

2007-08-16 Thread David Brewer
at are locked to the specific hardware they came with; make sure you research this issue before going that path (ESPECIALLY if you are using Vista, which has stricter rules regarding virtualization). Hope that helps, David Brewer Second Story Interactive Studios On 8/16/07, Alex Salle <[EMAIL

[symfony-users] Re: OSCON 2007 and symfony "birds-of-a-feather" session

2007-07-02 Thread David Brewer
If you do happen to be at OSCON -- here is the Birds of a Feather session I submitted. David Brewer Second Story Interactive Studios http://conferences.oreillynet.com/cs/os2007/view/e_sess/14802 On 6/30/07, David Brewer <[EMAIL PROTECTED]> wrote: > I can understand that... if I was

[symfony-users] Re: OSCON 2007 and symfony "birds-of-a-feather" session

2007-06-30 Thread David Brewer
word out. :-) David Brewer Second Story Interactive Studios On 6/30/07, Stefan Koopmanschap <[EMAIL PROTECTED]> wrote: > > I'd love to but I won't be able to make it to the other side of the > big water. My boss won't pay for such things ;) > > It would be good

[symfony-users] OSCON 2007 and symfony "birds-of-a-feather" session

2007-06-29 Thread David Brewer
anybody on this list planning on attending OSCON this year? Interesting in attending a symfony-related BoF session and putting some faces to names? David Brewer Second Story Interactive Studios --~--~-~--~~~---~--~~ You received this message because you are subscribed

[symfony-users] Re: test-unit is "dubious" and returns status 255

2007-06-02 Thread David Brewer
a suite, each test is run at the command line using a command similar to what I suggested running above. In other words, if your test does not properly set up the symfony context that it needs to run, it may work when run individually using test-unit but not when run in a suite. David Brewer

[symfony-users] symfony users attending OSCON 2007?

2007-04-18 Thread David Brewer
Coming up in late July here in Portland, Oregon, there is going to be O'Reilly's excellent open source convention called OSCON. I'll be there and I was wondering if any other symfony fans were planning on attending. If so, we should organize a "Birds of a Feather" ses