[symfony-devs] Re: OO Lime Tests

2008-09-23 Thread synace
+1 re: continuous integration On Sep 23, 8:51 am, "Tristan Rivoallan" <[EMAIL PROTECTED]> wrote: > On Tue, Sep 23, 2008 at 2:35 PM, [EMAIL PROTECTED] > > <[EMAIL PROTECTED]> wrote: > > But if PHPUnit could get citizenship or replace lime in future that > > would be the best thing that could happe

[symfony-devs] Re: The new symfony 1.2 admin generator

2008-08-27 Thread synace
#symfony-sprint on freenode, 8am EST, Friday 29, 2008. I should be there. We have some interesting ideas dealing mostly w/ handling of relationships. I'll try to host a demo as well. ~synace at M2Synergies (STUDIO) On Aug 27, 10:30 am, Fabien Potencier <[EMAIL PROTECTED] project.co

[symfony-devs] Re: Sfguard improve and system optimization

2007-05-15 Thread synace
r traffic between 12AM and 12:30AM. We use: 2 front-end servers: apache for php, nginx for static assets 1 db server, mysql, customized creole session storage We don't use sfGuard though. We built our own system for sessions, auth, autologin cookies, etc.. -- synace -Original Mes

[symfony-devs] Re: sfDcotrine model extensibility

2007-04-26 Thread synace
ect, including being able to reference additional fields and methods that you've added for this partictular project. +/- on this folks, I need a little support on this one. It's complex to explain but highly beneficial once it's in place. ~synace -Original Message- From: sy

[symfony-devs] Re: sfDcotrine model extensibility

2007-04-26 Thread synace
Oops :) Don't forget to put the same table name when extending the model! tableName: member -Original Message- From: symfony-devs@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of synace Sent: Thursday, April 26, 2007 11:12 AM To: symfony-devs@googlegroups.com Su

[symfony-devs] Re: sfDcotrine model extensibility

2007-04-26 Thread synace
ubject: [symfony-devs] Re: sfDcotrine model extensibility Hi Synace I believe (but not 100% sure), that you can use the extends table key in your schema.yml to alter the inheritance chain. So User: inheritance: {extends: myUser} myUser would then extend sfDoctrineRecord, and woul

[symfony-devs] sfDcotrine model extensibility

2007-04-25 Thread synace
lined here? +/- on this if this is an unexplored concept as of yet. Thanks! ~synace --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to symfony-d

[symfony-devs] Re: Remove attachments from wiki doc

2006-11-14 Thread synace
Actually, also remove: http://www.symfony-project.com/trac/attachment/wiki/HowtoUseDbDesigner4X ML/index.php Thanks~ -Original Message- From: symfony-devs@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of synace Sent: Tuesday, November 14, 2006 9:54 PM To: symfony-devs

[symfony-devs] Remove attachments from wiki doc

2006-11-14 Thread synace
/dbd2propel.2.xsl Thanks! ~synace --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to symfony-devs@googlegroups.com To unsubscribe from this g

[symfony-devs] Re: (enhancement) adding custom methods to plugin model classes during build time

2006-11-09 Thread synace
Oops.. BEFORE: was supposed to read: ~synace -Original Message- From: symfony-devs@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of synace Sent: Thursday, November 09, 2006 2:49 PM To: symfony-devs@googlegroups.com Subject: [symfony-devs] Re: (enhancement

[symfony-devs] Re: (enhancement) adding custom methods to plugin model classes during build time

2006-11-09 Thread synace
build-model. The plugin's model files will be rebuilt in /plugins/x/lib/model/om/* and will contain member variables for your project classes that were linked

[symfony-devs] Re: (enhancement) adding custom methods to plugin model classes during build time

2006-11-09 Thread synace
hough. As far as I understand, the foreginKey restraint is per-package. So that's why you "shouldn't" be able to setup a FK from your project model to a plugin model. Ideas? Is this a propel limitation or a plugin system limitation? ~synace -Original Message- From: sym

[symfony-devs] (enhancement) adding custom methods to plugin model classes during build time

2006-11-08 Thread synace
inition. Dunno if this is a side effect or whatever. I'm going to give that a shot and see what else I can do. ~synace --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony developers" group

[symfony-devs] Re: (Enhancement) Project-wide configuration file

2006-11-07 Thread synace
project-wide, non-overridable configuration options app.yml -> project wide when in /config, overridable in /apps/x/config I'm personally using app.yml right now until the project.yml patch is in. ~synace -Original Message- From: symfony-devs@googlegroups.com [mailto:[EMAIL PR

[symfony-devs] Re: (Enhancement) Project-wide configuration file

2006-11-06 Thread synace
Note: I've provided a turn-key patch that does what you just described at: http://www.symfony-project.com/trac/ticket/1036 ~synace -Original Message- From: symfony-devs@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael Quinn Sent: Monday, November 06, 2006 4:25

[symfony-devs] Re: (Enhancement) Project-wide configuration file

2006-11-06 Thread synace
p://www.symfony-project.com/forum/index.php/m/14363/#msg_14363 ~synace -Original Message- From: symfony-devs@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Joby Walker Sent: Friday, November 03, 2006 2:40 PM To: symfony-devs@googlegroups.com Subject: [symfony-devs] Re: (Enhancemen

[symfony-devs] Re: Namespaces aka classes for helpers

2006-11-03 Thread synace
a __call in sfHelper that translates to sfUrlHelper::linkTo() or myUrlHelper::linkTo depending on helper.yml ex: UrlLinkTo(...); ?> Url()->linkTo(...); ?> Please post your thoughts or other proposals to this. --- ~synace --~--~-~--~~~

[symfony-devs] (Enhancement) Project-wide configuration file

2006-11-03 Thread synace
Addition of a project.yml file in the /config directory for turn-key project-wide settings. This replaces the old way of putting config settings into /config/config.php now that it is loaded before the symfony classes. http://www.symfony-project.com/trac/ticket/1036 + or - please. ~synace