[symfony-users] [symfony2] first test and first question

2010-07-12 Thread samuel
Hello,
I'm seeing in the symfony2 best practice : "A bundle must not embed
third-party libraries."

What about javascript libraries ?
I think they should forward the same logic and don't be present in the
bundle, isn't it ?

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] [symfony2] first test and first question

2010-07-12 Thread Fabien Potencier

On 7/12/10 11:14 PM, samuel wrote:

Hello,
I'm seeing in the symfony2 best practice : "A bundle must not embed
third-party libraries."

What about javascript libraries ?
I think they should forward the same logic and don't be present in the
bundle, isn't it ?


Yes, you are right.

Fabien



--
If you want to report a vulnerability issue on symfony, please send it
to security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


--
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] [symfony2] first test and first question

2010-07-13 Thread samuel
ok,but we can put javascript library in vendor directory or is only for php
library ?

2010/7/13 Fabien Potencier 

> On 7/12/10 11:14 PM, samuel wrote:
>
>> Hello,
>> I'm seeing in the symfony2 best practice : "A bundle must not embed
>> third-party libraries."
>>
>> What about javascript libraries ?
>> I think they should forward the same logic and don't be present in the
>> bundle, isn't it ?
>>
>
> Yes, you are right.
>
> Fabien
>
>
>> --
>> If you want to report a vulnerability issue on symfony, please send it
>> to security at symfony-project.com
>>
>> You received this message because you are subscribed to the Google
>> Groups "symfony users" group.
>> To post to this group, send email to symfony-users@googlegroups.com
>> To unsubscribe from this group, send email to
>> symfony-users+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/symfony-users?hl=en
>>
>
> --
> If you want to report a vulnerability issue on symfony, please send it to
> security at symfony-project.com
>
> You received this message because you are subscribed to the Google
> Groups "symfony users" group.
> To post to this group, send email to symfony-users@googlegroups.com
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en
>

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] [symfony2] first test and first question

2010-07-13 Thread Fabien Potencier


On 7/13/10 10:04 AM, samuel wrote:

ok,but we can put javascript library in vendor directory or is only for
php library ?


You should not bundle any vendor with a bundle. That said, the tools to 
ease installation and management of such dependencies are not available 
yet. So, don't pay too much attention to this specific rule for now.


Fabien



2010/7/13 Fabien Potencier mailto:fabien.potenc...@symfony-project.com>>

On 7/12/10 11:14 PM, samuel wrote:

Hello,
I'm seeing in the symfony2 best practice : "A bundle must not embed
third-party libraries."

What about javascript libraries ?
I think they should forward the same logic and don't be present
in the
bundle, isn't it ?


Yes, you are right.

Fabien


--
If you want to report a vulnerability issue on symfony, please
send it
to security at symfony-project.com 

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to
symfony-users@googlegroups.com

To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com

For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


--
If you want to report a vulnerability issue on symfony, please send
it to security at symfony-project.com 

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com

To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com

For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


--
If you want to report a vulnerability issue on symfony, please send it
to security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


--
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] [symfony2] first test and first question

2010-07-13 Thread samuel
ok,
thank you.
So I'm waiting to see this tool available.


2010/7/13 Fabien Potencier 

>
> On 7/13/10 10:04 AM, samuel wrote:
>
>> ok,but we can put javascript library in vendor directory or is only for
>> php library ?
>>
>
> You should not bundle any vendor with a bundle. That said, the tools to
> ease installation and management of such dependencies are not available yet.
> So, don't pay too much attention to this specific rule for now.
>
> Fabien
>
>
>> 2010/7/13 Fabien Potencier > >
>>
>>
>>On 7/12/10 11:14 PM, samuel wrote:
>>
>>Hello,
>>I'm seeing in the symfony2 best practice : "A bundle must not embed
>>third-party libraries."
>>
>>What about javascript libraries ?
>>I think they should forward the same logic and don't be present
>>in the
>>bundle, isn't it ?
>>
>>
>>Yes, you are right.
>>
>>Fabien
>>
>>
>>--
>>If you want to report a vulnerability issue on symfony, please
>>send it
>>to security at symfony-project.com 
>>
>>
>>You received this message because you are subscribed to the Google
>>Groups "symfony users" group.
>>To post to this group, send email to
>>symfony-users@googlegroups.com
>>
>>
>>To unsubscribe from this group, send email to
>>
>> symfony-users+unsubscr...@googlegroups.com
>>
>> > >
>>
>>For more options, visit this group at
>>http://groups.google.com/group/symfony-users?hl=en
>>
>>
>>--
>>If you want to report a vulnerability issue on symfony, please send
>>it to security at symfony-project.com 
>>
>>
>>You received this message because you are subscribed to the Google
>>Groups "symfony users" group.
>>To post to this group, send email to symfony-users@googlegroups.com
>>
>>
>>To unsubscribe from this group, send email to
>>
>> symfony-users+unsubscr...@googlegroups.com
>>
>> > >
>>
>>For more options, visit this group at
>>http://groups.google.com/group/symfony-users?hl=en
>>
>>
>> --
>> If you want to report a vulnerability issue on symfony, please send it
>> to security at symfony-project.com
>>
>> You received this message because you are subscribed to the Google
>> Groups "symfony users" group.
>> To post to this group, send email to symfony-users@googlegroups.com
>> To unsubscribe from this group, send email to
>> symfony-users+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/symfony-users?hl=en
>>
>
> --
> If you want to report a vulnerability issue on symfony, please send it to
> security at symfony-project.com
>
> You received this message because you are subscribed to the Google
> Groups "symfony users" group.
> To post to this group, send email to symfony-users@googlegroups.com
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en
>

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en