[symfony-devs] Re: Options +FollowSymLinks +ExecCGI

2008-02-05 Thread Thierry

Looks like i'm not the only one which doesn't know :)
--~--~-~--~~~---~--~~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~--~~~~--~~--~--~---



[symfony-devs] Options +FollowSymLinks +ExecCGI

2008-02-04 Thread Thierry

Small question, why are we using the +ExecCGI option?
--~--~-~--~~~---~--~~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~--~~~~--~~--~--~---



[symfony-devs] performance tests between 1.0 and 1.1

2008-02-02 Thread Thierry

Noticed this in the svn:
http://trac.symfony-project.com/browser/tools/performance/bin

Any preliminary results available?
--~--~-~--~~~---~--~~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~--~~~~--~~--~--~---



[symfony-devs] Re: migrations

2007-11-04 Thread Thierry

Sorry about that :)

Do you know if there are any good third party solutions out there?


--~--~-~--~~~---~--~~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~--~~~~--~~--~--~---



[symfony-devs] migrations

2007-11-04 Thread Thierry

How do you guys currently deal with upgrading the production database
to the development structure?

Cheers,
Thierry


--~--~-~--~~~---~--~~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~--~~~~--~~--~--~---



[symfony-devs] Config Request

2007-10-26 Thread Thierry

Could you please include a config value to disable the adding of
javascript in the JavascriptHelper.

When you want to load your own version of prototype this behavior is
really a pain.


--~--~-~--~~~---~--~~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~--~~~~--~~--~--~---



[symfony-devs] Re: cascading configuration in the database

2007-10-14 Thread Thierry

I was thinking of doing it like this:

 confc:
   foreignid:   { type: integer, primaryKey: true}
   foreignref:  { type: integer, primaryKey: true}
   cname:   varchar(30)
   cvalue:  varchar(80)

problem is that I need to do a join when the cname=template on the
cvalue.
would that be possible
left join on cname='template' cvalue = template.id
never had a database construction like this, lets try :)


--~--~-~--~~~---~--~~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~--~~~~--~~--~--~---



[symfony-devs] cascading configuration in the database

2007-10-14 Thread Thierry

Symfony is a really good example of cascading configuration.

I would like to have such advanced configuration options for the users
of my website.

The cascade would be as follows: account->sites->thread

Problem is I would need to store this in the database.

What do you think is the most effective way to have a configuration
cascade for each user in the database?


--~--~-~--~~~---~--~~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~--~~~~--~~--~--~---



[symfony-devs] Re: init-module not working, problem with an update or just broken?

2007-10-01 Thread Thierry

Any tips for debugging this?


--~--~-~--~~~---~--~~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~--~~~~--~~--~--~---



[symfony-devs] init-module not working, problem with an update or just broken?

2007-09-30 Thread Thierry

This pretty much sums it up, something is wrong :)


>symfony init-module frontend user


  [pakeException]
  Property "symfony/name" does not exist.


--~--~-~--~~~---~--~~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~--~~~~--~~--~--~---



[symfony-devs] templating in symfony

2007-09-10 Thread Thierry

how do you go about putting all your templates in a template/
directory

and have different looking templates?


--~--~-~--~~~---~--~~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~--~~~~--~~--~--~---



[symfony-devs] Re: bypass symfony routing... and load url as provided

2007-09-10 Thread Thierry

RewriteCond %{REQUEST_FILENAME} !-f

should be able to help out


--~--~-~--~~~---~--~~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~--~~~~--~~--~--~---



[symfony-devs] symfony-project.com/community cronjob needs to be run more frequently

2007-09-05 Thread Thierry

symfony-project.com/community cronjob needs to be run more frequently

currently there are too many posts and some never appear on the list,
because of daily updates.


I suppose this is a happy moment in time for Symfony


--~--~-~--~~~---~--~~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~--~~~~--~~--~--~---



[symfony-devs] Re: Plugin released (sfPropelActAsSluggableBehaviorPlugin)

2007-09-03 Thread Thierry

This is actually nice, I was actually passing both the title and the
id in the url, and using only the id to do the lookup.

In terms of performance, how does the slug hold up.

On mysql what is the performance hit of switching from a number based
to a text-based key, is it noticeable?


--~--~-~--~~~---~--~~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~--~~~~--~~--~--~---



[symfony-devs] Code Profilling

2007-08-12 Thread Thierry

The Symfony community has always thought me a great deal regarding a
diverse number of php related best practices.

I am curious regarding the solutions being used for code profiling.

I use:
xdebug, with wincachegrind


--~--~-~--~~~---~--~~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~--~~~~--~~--~--~---



[symfony-devs] Re: propel dump-data bug

2007-08-05 Thread Thierry

I do not have a workaround yet for loading the data back in, because
than it also complains with a:

  [sfException]

  The object "sfGuardUser_" from class "sfGuardUser" is not defined in
your data
 file.


suppose it would require a lot of code digging to figure out what is
going wrong there, if someone knows, please post it:)


--~--~-~--~~~---~--~~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~--~~~~--~~--~--~---



[symfony-devs] Re: propel dump-data bug

2007-08-05 Thread Thierry

For anyone wondering how to work around this.
this is what i do:
copy sfGuardUser.php from plugins/sfGuardPlugin/Lib/Model to lib/model/


--~--~-~--~~~---~--~~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~--~~~~--~~--~--~---



[symfony-devs] propel dump-data bug

2007-08-05 Thread Thierry

the propel-dump-data issue is starting to really bug me.

would really like if it could be fixed.

the problem is that propel-dump-data breaks when there are plugins
since it doesn't search in the plugin directories for its files. So
installing sfGuard plugin breaks the propel-dump-data issue as soon as
you refer in your schema.yml to the sfGuard id foreign variable.


--~--~-~--~~~---~--~~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~--~~~~--~~--~--~---



[symfony-devs] Re: symfony site down, no one notices?

2007-08-05 Thread Thierry

Seems to be fixed now,

off course it is essential to keep the symfony site kicking.
I would really like to see it being adopted by a wider audience.

On Aug 5, 5:08 am, Carl Vondrick <[EMAIL PROTECTED]> wrote:
> On Saturday, August 04, 2007, Thierry wrote:
> > symfony site down, no-one notices?
>
> Actually, it's just the homepage that is down.  The docs and so forth are
> still up:http://www.symfony-project.com/content/documentation.html


--~--~-~--~~~---~--~~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~--~~~~--~~--~--~---



[symfony-devs] symfony site down, no one notices?

2007-08-04 Thread Thierry

symfony site down, no-one notices?

looks like a little symfony configuration error.


--~--~-~--~~~---~--~~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~--~~~~--~~--~--~---



[symfony-devs] Re: The new symfony CLI system

2007-07-27 Thread Thierry

When you type just propel
without the :build-all
you should prompt the user with an interface to select the desired
command

this would ease the learning process for beginners


--~--~-~--~~~---~--~~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~--~~~~--~~--~--~---



[symfony-devs] Re: Trac account

2007-07-24 Thread Thierry

Yes i am also still waiting :)


--~--~-~--~~~---~--~~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~--~~~~--~~--~--~---



[symfony-devs] Re: trac account

2007-07-22 Thread Thierry

Exactly, no need for version control access, perfectly happy
submitting tickets for now.
need to learn for some more time before I fully follow whats going
on :)

On Jul 22, 9:21 pm, Martin Kreidenweis <[EMAIL PROTECTED]> wrote:
> > I'm not a core developer for Symfony, but most of the open source
> > projects don't give away access to they're version control system,
> > instance try to see which problem you can solve and send a patch to
> > the team.
>
> Yeah, but you still need a trac account to be able to submit patches
> using the ticket system. :)
>
>  Martin


--~--~-~--~~~---~--~~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~--~~~~--~~--~--~---



[symfony-devs] trac account

2007-07-21 Thread Thierry

i've been practising symfony for some days now. Would like to help to
make it better.
Could you get me a trac account so i can submit specific points and
contribute?


--~--~-~--~~~---~--~~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~--~~~~--~~--~--~---



[symfony-devs] Re: Linking to assets in helpers

2007-07-21 Thread Thierry

>From what i've read they have made it like that by intent, the helper
is not really useful or faster for absolute urls anyhow.


--~--~-~--~~~---~--~~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~--~~~~--~~--~--~---



[symfony-devs] why specify the database connection twice?

2007-07-20 Thread Thierry

why are we specifying database connections in both databases.yml and
propel.ini?


--~--~-~--~~~---~--~~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~--~~~~--~~--~--~---



[symfony-devs] Re: sfFileValidator chapter 10 using mime types

2007-07-17 Thread Thierry


am i wrong?


--~--~-~--~~~---~--~~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~--~~~~--~~--~--~---



[symfony-devs] sfFileValidator chapter 10 using mime types

2007-07-16 Thread Thierry

sfFileValidator example in chapter 10 only validates mime-types, or
atleast so it appears. Not validating the actual extension would
normally allow third parties to have control over your php server by
inserting php in the image code.
Maybe the symfony routing system prevents this from happening, but
still it looks like a security risk waiting to be exploited


--~--~-~--~~~---~--~~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~--~~~~--~~--~--~---