[symfony-devs] Re: Symfony 2.4

2013-09-01 Thread Dewos
Related Pull Request: https://github.com/sensiolabs/SensioFrameworkExtraBundle/pull/237 Il giorno domenica 1 settembre 2013 12:10:17 UTC+2, Dewos ha scritto: > > By the way, another feature that i miss a lot is a better RAD methodology. > I really like the "don't want to reinvent the wheel" philo

[symfony-devs] Re: Symfony 2.4

2013-09-01 Thread Dewos
By the way, another feature that i miss a lot is a better RAD methodology. I really like the "don't want to reinvent the wheel" philosophy, but for example RAD essential routing annotations from RestBundle like @Get, @Post, @Delete etc... and the simple @Secure annotation from SecurityExtraBundl

[symfony-devs] Re: Symfony 2.4

2013-08-02 Thread Thomas Lallement
Symfony contains a lot of great features and the bundles can complete all the missing ones. So, for me, the most important is to find ways to improve the performances because this kind of benchmark (http://www.techempower.com/benchmarks/) can be barrier to adoption of the Framework, even if it'

Re: [symfony-devs] Re: Symfony 2.4

2013-07-17 Thread Thomas Lundquist
This was quite interesting for sure. (JSON-LD aswell, I just wish they separated the context into "system"/"host" and object/object-name.) But! I also am in favour of adding REST to Symfony and I have a suggestion on where to start. Add handling and honourng of Accept: - headers in the error han

Re: [symfony-devs] Re: Symfony 2.4

2013-07-17 Thread Lukas Kahwe Smith
On Jul 5, 2013, at 8:49 , Thomas Lundquist wrote: > > This was quite interesting for sure. > (JSON-LD aswell, I just wish they separated the context into "system"/"host" > and object/object-name.) > > But! I also am in favour of adding REST to Symfony and I have a suggestion > on where to star

Re: [symfony-devs] Re: Symfony 2.4

2013-06-18 Thread Michał Piotrowski
Hi, 2013/6/15 giorgio > The greatest performance increase would be delivering symfony as a c > extension for php just like phalcon :P > http://phalconphp.com/ > > http://systemsarchitect.net/performance-benchmark-of-popular-php-frameworks/ > If you want something really fast http://cppcms.com/w

[symfony-devs] Re: Symfony 2.4

2013-06-18 Thread Markus Lanthaler
Since so many of you mentioned REST and I also saw quite some interest for this after my talk at the Symfony Live last month (slides: * http://slidesha.re/12y9z8C* ) I thought I set up a W3C community group to involve more people in the development of the approach I'm

Re: [symfony-devs] Re: Symfony 2.4

2013-06-15 Thread Lukas Kahwe Smith
FYI Patrick has been working on something like this giorgio wrote: >The greatest performance increase would be delivering symfony as a c extension >for php just like phalcon :P > >http://phalconphp.com/ > >http://systemsarchitect.net/performance-benchmark-of-popular-php-frameworks/ > >-- >--

[symfony-devs] Re: Symfony 2.4

2013-06-15 Thread giorgio
The greatest performance increase would be delivering symfony as a c extension for php just like phalcon :P http://phalconphp.com/ http://systemsarchitect.net/performance-benchmark-of-popular-php-frameworks/ -- -- If you want to report a vulnerability issue on Symfony, please read the procedur

[symfony-devs] Re: Symfony 2.4

2013-06-15 Thread Xavier Geerinck
+1 REST +1 Caching -- -- If you want to report a vulnerability issue on Symfony, please read the procedure on http://symfony.com/security 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@goog

[symfony-devs] Re: Symfony 2.4

2013-06-15 Thread Daniel A.Tiecher
Hey everyone! My number one feature to me would be native REST API support as more and more SPA and other kinds of rich web apps are being built these days. Performance improvements and a best of breed cache layer would be awesome, as well. Em segunda-feira, 3 de junho de 2013 03h52min30s UTC-3

[symfony-devs] Re: Symfony 2.4

2013-06-11 Thread Pablo Martelletti
Hi Fabien, +1 to native REST API support +1 to native ADMIN generator (such as django) El lunes, 3 de junio de 2013 03:52:30 UTC-3, Fabien Potencier escribió: > > Hi all, > > As Symfony 2.3 is going to be released today, that also means that work > on 2.4 can start now. > > We have 4 months of

[symfony-devs] Re: Symfony 2.4

2013-06-10 Thread j . janvier
A series of benchmarks. I don't want benchs to compare Symfony to other frameworks. But I want benchs to compare the different versions of Symfony between them to ensure that new functionalities do not become too greedy. Plus, this could lead to a performance audit / quest . This could have bee

[symfony-devs] Re: Symfony 2.4

2013-06-10 Thread esion
Hi, *Less configuration*; ~more convention~ (Actually I don't like the second part of the sentence). For example, It would be great to declare a service without describing it in a separated config file. Le lundi 3 juin 2013 08:52:30 UTC+2, Fabien Potencier a écrit : > > Hi all, > > As Symfony

[symfony-devs] Re: Symfony 2.4

2013-06-03 Thread Benoît Merlet
Hi all, So, if Symfony 2.4 was just about 1 new major change, which one would it > be for you? > To me, it would be nice to change what a bundle is. The main pain point is that there is no dependency handling with bundles. Having to instanciate a bundle and its dependency in AppKernel is not

Re: [symfony-devs] Re: Symfony 2.4

2013-06-03 Thread Mehdi MAYS
Hi fabien , i think it would be great if every Controller has 2 Overridden Methods one of *Initialisation()* and other for *destroy()* and possibility to use management of *scope session Listener * and as i know in view of symfony we can use twig or php it would be nice if there is possibility

Re: [symfony-devs] Re: Symfony 2.4

2013-06-03 Thread Matt Robinson
My ideal fantasy implementation would be the caching equivalent of Monolog - a nice, elegant standalone project with multiple backends which goes on to help define the PSR (IIRC!) and is then integrated into Symfony with a Bridge/Bundle. Making it a core component (as in, distributed with the St

[symfony-devs] Re: Symfony 2.4

2013-06-03 Thread Sebastiaan Stok
Define perfect :) there is already the ApyDatagridBundle and Fsi-open/datagrid-bundle (very extend-able) Op maandag 3 juni 2013 10:15:58 UTC+2 schreef Hoan Nguyen Van het volgende: > > I think we are missing a perfect Grid bundle > > On Monday, June 3, 2013 1:52:30 PM UTC+7, Fabien Potencier wrot

[symfony-devs] Re: Symfony 2.4

2013-06-03 Thread Patrik Gmitter
- cache component - performance -- -- If you want to report a vulnerability issue on Symfony, please read the procedure on http://symfony.com/security You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, sen

[symfony-devs] Re: Symfony 2.4

2013-06-03 Thread Matthias Noback
Hi Fabien, It would be great to be able to exchange the filesystem cache used by most Symfony2 caching mechanisms with something faster, by just switching a configuration option. This probably calls for a Cache component and many modifications made to all existing caching mechanisms. When it c

[symfony-devs] Re: Symfony 2.4

2013-06-03 Thread Hoan Nguyen Van
I think we are missing a perfect Grid bundle On Monday, June 3, 2013 1:52:30 PM UTC+7, Fabien Potencier wrote: > > Hi all, > > As Symfony 2.3 is going to be released today, that also means that work > on 2.4 can start now. > > We have 4 months of development, so if there is anything that you th

[symfony-devs] Re: Symfony 2.4

2013-06-03 Thread Varun Batra
Hi There are still 2 things I like about Yii, one if their grid views and other is their cache components with dependencies checks. On Monday, 3 June 2013 12:22:30 UTC+5:30, Fabien Potencier wrote: > > Hi all, > > As Symfony 2.3 is going to be released today, that also means that work > on