Re: [symfony-devs] Re: The Symfony mailing-lists on Google

2013-03-26 Thread Kevin Bond
I like the idea of a modern Q&A site - I guess option C. Code highlighting would be fabulous. On Tuesday, 26 March 2013 07:21:13 UTC-4, Matt Robinson wrote: > > As far as I know, PHPbb doesn't do email round-tripping (putting email > replies back on the site), but something like https://postmar

[symfony-devs] Disable all cache in symfony2

2012-12-14 Thread Kevin Caporaso
is post, please don't encourage me to "not" turn off caching. Thanks, Kevin -- -- 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 "sym

[symfony-devs] Re: hinclude in core

2011-12-16 Thread Kevin Bond
I created a new PR: https://github.com/symfony/symfony/pull/2903 On Dec 16, 1:45 am, Fabien Potencier wrote: > On 12/15/11 7:06 PM, Kevin Bond wrote: > > > Hey Guys, > > > I want to get the ball rolling on creating a PR for this but had a few > > questions/concerns b

[symfony-devs] hinclude in core

2011-12-15 Thread Kevin Bond
Hey Guys, I want to get the ball rolling on creating a PR for this but had a few questions/concerns before I start. 1) How could we display default content? I think we would need another tag (ie {% hinclude ... %}default{% endhinclude %}) where we could set content (similar to the block tag) - u

[symfony-devs] Re: twig render [standalone|sync|async]

2011-12-15 Thread Kevin Bond
Let's move discussion to https://github.com/symfony/symfony/pull/2865 On Dec 15, 10:26 am, Francesco Levorato wrote: > On Wed, Dec 7, 2011 at 3:52 PM, Lukas Kahwe Smith wrote: > > > Hi, > > > was just talking to people on IRC when I realized we have a great > > opportunity to reuse the way we mak

[symfony-devs] Re: twig render [standalone|sync|async]

2011-12-13 Thread Kevin Bond
I tried my hand at implementing this. https://github.com/kbond/symfony/commit/95ab178a28293ce056b334a815cc94ae1bd75fa0 Example: https://github.com/kbond/symfony-standard/tree/render-ajax What do you think? On Dec 12, 8:34 am, Kevin Bond wrote: > I really like this - not having to setup a

Re: [symfony-devs] twig render [standalone|sync|async]

2011-12-12 Thread Kevin Bond
I really like this - not having to setup a new route for every js content controller would be nice. I think bundling with a template that does embedded js would be fine, that way it at least would work out of the box. Maybe having _internal/secure prefix for the esi and just _internal for the

Re: [symfony-devs] issue creating bundle using init:bundle command

2011-05-30 Thread Kevin Bond
> To post to this group, send email to symfony-devs@googlegroups.com >> To unsubscribe from this group, send email to >> symfony-devs+unsubscr...@googlegroups.com >> For more options, visit this group at >> http://groups.google.com/group/symfony-devs?hl=en > > -- > I

[symfony-devs] Re: Form Framework feedback thoughts

2011-05-27 Thread Kevin
Any update on the "Required Attribute" issue. I find it annoying to be set as true by default. On May 4, 6:15 pm, Venzon wrote: > How to changeformname when using type "form" in createBuilder. For > example here: > >  $form= $this->get('form.factory') >     ->createBuilder('form', $product) >  

[symfony-devs] Re: Cache Problems: Shell vs Webserver Rights

2011-05-21 Thread Kevin
@Magnus mac solution worked for me but only when the directories are empty. Had problems when cache/log files existed before running command. On Mar 28, 6:42 pm, Venzon wrote: > I solved this issue by adding unmask() in first line of my kernel file > because my admin is not going to change a

[symfony-devs] Re: Symfony config_handlers.yml

2010-01-07 Thread Kevin
I seem to be having this problem as well - with 'modules/*/config/ cache.yml:' It works fine in dev/cache environment, but not in production. On Dec 31 2009, 3:04 pm, Alexandru-Emil Lupu wrote: > I have Forgot to mention that i am using > Symfony 1.4.2-DEV > Php 5.2.1 > Ubuntu Linux 9.10 > Apach

[symfony-devs] svn commit problem

2009-11-10 Thread Kevin
ssword for trac (I can login to trac fine). Any ideas? Thanks, Kevin --~--~-~--~~~---~--~~ 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@googlegroup

[symfony-devs] Re: Need an antique copy of a specific version of the Symfony framework...

2009-02-09 Thread Kevin Barsotti
ct.org | fabien.potencier.org > Tél: +33 1 40 99 80 80 > > > Kevin Barsotti wrote: > >> I feel a bit foolish here: it turns out the proper version number was >> 0.7.929. That being said, since the revision numbers are 1881 to 1931, >> it still sounds fishy. >&

[symfony-devs] Re: Need an antique copy of a specific version of the Symfony framework...

2009-02-09 Thread Kevin Barsotti
.potencier.org > Tél: +33 1 40 99 80 80 > > > Kevin Barsotti wrote: > >> That is interesting. Do you know how such a version could have come to >> reside in the system we use? Could this version perhaps have been a 0.7 >> checkout that was modified by the pri

[symfony-devs] Re: Need an antique copy of a specific version of the Symfony framework...

2009-02-09 Thread Kevin Barsotti
ct.org | fabien.potencier.org > Tél: +33 1 40 99 80 80 > > > Kevin Barsotti wrote: > >> That is interesting. Do you know how such a version could have come to >> reside in the system we use? Could this version perhaps have been a 0.7 >> checkout that was modified by

[symfony-devs] Re: Need an antique copy of a specific version of the Symfony framework...

2009-02-09 Thread Kevin Barsotti
valid symfony > version. > > So, unfortunately, you won't be able to find this specific version > anywhere as it never existed. > > HTH, > Fabien > > -- > Fabien Potencier > Sensio CEO - symfony lead developer > sensiolabs.com | symfony-project.org | fabien.potenci

[symfony-devs] Need an antique copy of a specific version of the Symfony framework...

2009-02-09 Thread Kevin Barsotti
er their wisdom or advice, please do so! http://forum.symfony-project.org/index.php/t/18528 Thanks in advance! -- Kevin Barsotti Operations Director Tribal Dawn, LLC 412.736.1357 --~--~-~--~~~---~--~~ You received this message because you are subscribed to th

[symfony-devs] Re: RFC: disable all caching

2008-09-29 Thread Kevin Burkhardt
hat it can't completely manage its cache w/ out user intervention. -- Kevin On Fri, Sep 26, 2008 at 11:10 AM, Fabien Potencier < [EMAIL PROTECTED]> wrote: > > The problem is that the symfony autoloading mecanism allows you to have > the structure you want for your classes

[symfony-devs] Re: RFC: disable all caching

2008-09-28 Thread Kevin Burkhardt
doesn't completely manage its cache w/ out user intervention. -- Kevin [ ps. My apologies if this comes through twice ... the first posting didn't appear to work ] On Sep 26, 11:10 am, Fabien Potencier <[EMAIL PROTECTED] project.com> wrote: > The problem is that the symf

[symfony-devs] generator.yml ticket 1949

2007-07-08 Thread Kevin Barnard
while not inadvertently creating generator cache files for non existent modules. -- Kevin Barnard "Great Beauty, great strength, and great Riches, are really and truly of no great Use; a right Heart exceeds all." -- Benjamin Franklin --~--~-~--~~~---~--

[symfony-devs] Trac access and a bug

2007-07-04 Thread Kevin Barnard
46 Thanks -- Kevin Barnard "Great Beauty, great strength, and great Riches, are really and truly of no great Use; a right Heart exceeds all." -- Benjamin Franklin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goo