[symfony-devs] I can work 600$ per week

2007-12-18 Thread symfonyDeveloper
Hi, I'll go abroad 2-3 months later, for some time interval, I'm free. I've a 6-month experience w/ Symfony Framework. I worked with many libraries of Symfony. I can work for you for some weeks and complete many things I guess. I can either work in my local (SandBox) and send work periodically o

[symfony-devs] Re: notice to sf1.1 users - filters.yml

2007-12-18 Thread Ian P. Christian
Carl Vondrick wrote: > A simple patch in this ticket: http://trac.symfony-project.com/ticket/2676 Tested - works for me. -- Ian P. Christian ~ http://pookey.co.uk --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[symfony-devs] Re: notice to sf1.1 users - filters.yml

2007-12-18 Thread Carl Vondrick
A simple patch in this ticket: http://trac.symfony-project.com/ticket/2676 On Tuesday, December 18, 2007, Fabien POTENCIER wrote: > You're right. This is a bug. patch welcome. > > Fabien > > Fabien Potencier > Sensio CEO - symfony lead developer > http://www.sensiolabs.com/ > http://www.symfony-p

[symfony-devs] Re: table widget

2007-12-18 Thread Tristan Rivoallan
On 12/18/07, Ian P. Christian <[EMAIL PROTECTED]> wrote: > > > Fabien POTENCIER wrote: > > The biggest problem of a table widget IS the separation between what > > belongs to which layer: the View, the Model, or the Controller. This > > separation is very important and quite difficult to achieve. T

[symfony-devs] Re: table widget

2007-12-18 Thread Ian P. Christian
Fabien POTENCIER wrote: > The biggest problem of a table widget IS the separation between what > belongs to which layer: the View, the Model, or the Controller. This > separation is very important and quite difficult to achieve. This is the > same kind of problem I tried to solve with the new f

[symfony-devs] Re: notice to sf1.1 users - filters.yml

2007-12-18 Thread Fabien POTENCIER
You're right. This is a bug. patch welcome. Fabien Fabien Potencier Sensio CEO - symfony lead developer http://www.sensiolabs.com/ http://www.symfony-project.com/ Sensio Labs Tél: +33 1 40 99 80 80 Ian P. Christian wrote: > Ian P. Christian wrote: >> I'm not sure if this is desired behaviour o

[symfony-devs] Re: table widget

2007-12-18 Thread Fabien POTENCIER
The biggest problem of a table widget IS the separation between what belongs to which layer: the View, the Model, or the Controller. This separation is very important and quite difficult to achieve. This is the same kind of problem I tried to solve with the new form framework. Fabien -- Fabie

[symfony-devs] htmlspecialchars instead of htmlentities (ticket 1827)

2007-12-18 Thread Pavel Treutner
Hi, are you going to commit my patch (http://trac.symfony-project.com/ ticket/1827) anytime soon? I've created a ticket and provided a patch. Is there any problem I should be aware of? Should I ask you really nicely? (Then I do.) Thanks. --~--~-~--~~~---~--~~ You re

[symfony-devs] Re: table widget

2007-12-18 Thread Ian P. Christian
weaverryan wrote: > Well I don't have a lot of input for you - but I thought i'd chime in > with words of encouragement. I too would love to see this - I hate > tables and I hate having to do things like alternate their row colors. > However, it's often a great way to display data and seems like i

[symfony-devs] Re: table widget

2007-12-18 Thread weaverryan
Well I don't have a lot of input for you - but I thought i'd chime in with words of encouragement. I too would love to see this - I hate tables and I hate having to do things like alternate their row colors. However, it's often a great way to display data and seems like it should be just as easy a

[symfony-devs] Re : [symfony-devs] Re: table widget

2007-12-18 Thread Loïc Vernet
Perhaps something could be done using the Pear libraries ? - Message d'origine De : rihad <[EMAIL PROTECTED]> À : symfony developers Envoyé le : Mardi, 18 Décembre 2007, 12h21mn 34s Objet : [symfony-devs] Re: table widget I really think such common functionality as sortable data grids

[symfony-devs] Re: table widget

2007-12-18 Thread Ian P. Christian
rihad wrote: > I really think such common functionality as sortable data grids with > paging should be supported by a web framework, and not by a 3rd party > extension. Otherwise many people will have to write the same thing > from scratch over and over again. That is indeed what I'm proposing, b

[symfony-devs] Re: table widget

2007-12-18 Thread rihad
I really think such common functionality as sortable data grids with paging should be supported by a web framework, and not by a 3rd party extension. Otherwise many people will have to write the same thing from scratch over and over again. --~--~-~--~~~---~--~~ You

[symfony-devs] Re: notice to sf1.1 users - filters.yml

2007-12-18 Thread Ian P. Christian
Ian P. Christian wrote: > I'm not sure if this is desired behaviour or not. I can simply modify > my apache vhost config, however I think this new behavior is wrong (as > you might want 2 different symfony projects under the same vhost) Ok, I'm assumign this is a bug, and will create a ticket

[symfony-devs] Re: notice to sf1.1 users - filters.yml

2007-12-18 Thread Ian P. Christian
Fabien POTENCIER wrote: > Be aware that the trunk (the future 1.2 release) will become unstable in > the coming weeks as I will make some significant changes. Hi Fabien, sfWebDebugLogger.class.php now does this: 91 // add needed assets for the web debug toolbar 92 $assets = sprin