Skip to content

Instantly share code, notes, and snippets.

View jmikola's full-sized avatar
💭
🌭

Jeremy Mikola jmikola

💭
🌭
View GitHub Profile
@jmikola
jmikola / transcript.txt
Created December 9, 2010 17:03
Log of #symfony-dev meeting 20101209 (all times GMT-5)
Dec 09 11:03:10 <lsmith> so i guess lets start with Service Container wrapper: http://bit.ly/eCg9r8
Dec 09 11:03:18 <fabpot> if it's about the remember me feature, I can talk about it
Dec 09 11:03:40 <lsmith> fabpot: he is also featured in 2 other topics
Dec 09 11:03:51 <fabpot> basically, the patch has been merged in a branch on my repo: https://github.com/fabpot/symfony/tree/refreshUserAfterUnserializing
Dec 09 11:04:05 <fabpot> but we still have some details to iron out before it lands into my master
Dec 09 11:04:18 <lsmith> ok what are the biggest concerns?
Dec 09 11:04:23 <fabpot> so, I will work with Jonhannes in the coming days to fix everything
Dec 09 11:04:24 <lsmith> i will probably try out the patch in the next days
Dec 09 11:04:35 <fabpot> no big concerns, just some interface tweaking
Dec 09 11:04:42 <lsmith> because i really need it for a sprint review next thursday :)
@jmikola
jmikola / transcript.txt
Created December 16, 2010 17:11
Log of #symfony-dev meeting 20101216 (all times GMT-5)
Dec 16 11:01:18 <lsmith> ok let s go then
Dec 16 11:01:20 <lsmith> johanness .. Progress on the security firewall: http://bit.ly/hfkdmg
Dec 16 11:01:24 <lsmith> take it away :)
Dec 16 11:01:26 <johanness> hehe
Dec 16 11:01:35 <lsmith> i have to eat my rasberry/blueberry cake thingi :)
Dec 16 11:01:53 <johanness> basically, the serialization is now almost finished, there are still a couple of issues to iron out but most of it has been merged
Dec 16 11:02:05 <johanness> remember-me is still blocked by one of these issues
Dec 16 11:02:20 * Felicitus ([email protected]) has joined #symfony-dev
Dec 16 11:02:29 <lsmith> johanness: you mean http://trac.symfony-project.org/ticket/9359 ?
Dec 16 11:03:03 <johanness> lsmith: yeah exactly, i also made a comment on the password encoding pull-request regarding this
@jmikola
jmikola / main_bundle.md
Created January 5, 2011 16:53
Structuring a main, application bundle for Symfony2

Suggested convention for MainBundle organization

Due to cross-dependencies in our domain model, we've grown accustomed to having all of our application's models in a single bundle. If we continue to do this, there's no logical reason to continue creating feature-specific bundles that hold their own services and controllers.

I propose the following directory structure, for an "Account" feature that will be integrated into MainBundle:

src/Application/MainBundle/
 |- Account/

| |- Exception/

@jmikola
jmikola / transcript.txt
Created January 6, 2011 16:59
Log of #symfony-dev meeting 20110106 (all times GMT-5)
Jan 06 11:00:22 <lsmith> ok .. meeting time ..
Jan 06 11:00:32 <lsmith> including assets: http://bit.ly/gJyDur
Jan 06 11:00:40 <lsmith> that seems like the number one topic
Jan 06 11:01:05 <lsmith> fabpot: can you maybe give us some pointers on your thoughts on this?
Jan 06 11:01:54 <fabpot> the old implementation of the helpers/tags has serious limitations
Jan 06 11:02:21 <fabpot> basically, it cannot work properly with Twig (due to the order in which templates and their parents are rendered)
Jan 06 11:02:32 <fabpot> and there is no way to add a css/js in an included file
Jan 06 11:02:56 <fabpot> so, the only way to use them is barely useful as using direct HTML tags is more or less equivalent
Jan 06 11:03:09 <fabpot> except for the fact that the helper/tag check for uniqueness
Jan 06 11:03:21 <fabpot> but there is another reason
@jmikola
jmikola / transcript.txt
Created January 13, 2011 17:00
Log of #symfony-dev meeting 20110113 (all times GMT-5)
Jan 13 10:59:42 <lsmith> fabpot: ping
Jan 13 11:00:09 <lsmith> first topic would be you -> Roadmap until Symfony2 stable release
Jan 13 11:00:35 <lsmith> johanness: ping
Jan 13 11:00:46 <johanness> yeah?
Jan 13 11:00:50 <johanness> can't comment on this :)
Jan 13 11:01:07 <fabpot> ok
Jan 13 11:01:21 <fabpot> we need to stabilize the Symfony2 API
Jan 13 11:01:39 <fabpot> like it or not, but like I said last week, we need to try to release Symfony2 final March 6th
Jan 13 11:01:44 <fabpot> which is in less than 2 months!
Jan 13 11:02:06 <fabpot> so, I propose to have some main topics for each week until the first RC to stabilize the API
@jmikola
jmikola / AggregatedTaggedServicesPass.php
Created January 18, 2011 20:35
Retrieving tagged services after the Symfony2 DIC has already been compiled
<?php
namespace OpenSky\Bundle\MainBundle\DependencyInjection\Compiler;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Reference;
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
class AggregatedTaggedServicesPass implements CompilerPassInterface
{
@jmikola
jmikola / transcript.txt
Created January 20, 2011 17:04
Log of #symfony-dev meeting 20110120 (all times GMT-5)
Jan 20 10:59:38 <henrikbjorn> lsmith?
Jan 20 11:01:05 <Seldaek> he's sitting beside me
Jan 20 11:01:16 <Seldaek> let me ping
Jan 20 11:01:57 <lsmith> ah
Jan 20 11:02:02 <lsmith> well lets go and stuff
Jan 20 11:02:04 <pgodel_work> did he fall asleep ? :)
Jan 20 11:02:13 <Seldaek> nah he was lost in code
Jan 20 11:02:16 <lsmith> some people have to do real work ... like refactoring unit tests
Jan 20 11:02:23 <pgodel_work> :)
Jan 20 11:02:27 <lsmith> so Template names: http://bit.ly/eYeTyW
@jmikola
jmikola / transcript.txt
Created January 27, 2011 17:03
Log of #symfony-dev meeting 20110127 (all times GMT-5)
Jan 27 11:00:47 <lsmith> meeting time
Jan 27 11:01:01 <henrikbjorn^ipad> No beberlei? Damm
Jan 27 11:01:02 <lsmith> bschussek: are you around?
Jan 27 11:01:03 <lsmith> [RFC] Supporting Doctrine2 in Form/Validator: http://bit.ly/eD3TIj
Jan 27 11:01:10 <bschussek> lsmith: yep
Jan 27 11:01:19 <henrikbjorn^ipad> Fabpot around?
Jan 27 11:01:22 <fabpot> yep
Jan 27 11:01:47 * ozmerk has quit (Ping timeout: 240 seconds)
Jan 27 11:01:58 <henrikbjorn^ipad> Awesome because i cant type really so both sides is repreented i think
Jan 27 11:02:00 <lsmith> bschussek: could you introduce the topic to us?
@jmikola
jmikola / FrameworkExtension.php
Created January 28, 2011 20:35
Adding intelligent configuration merging to FrameworkExtension
<?php
class FrameworkExtension extends Extension
{
public function configLoad(array $configs, ContainerBuilder $container)
{
$loader = new XmlFileLoader($container, __DIR__.'/../Resources/config');
$loader->load('web.xml');
$loader->load('form.xml');
@jmikola
jmikola / transcript.txt
Created February 3, 2011 17:25
Log of #symfony-dev meeting 20110203 (all times GMT-5)
Feb 03 11:01:18 <lsmith> ok .. lets start the meeting
Feb 03 11:01:38 * jonwage ([email protected]) has joined #symfony-dev
Feb 03 11:01:39 <lsmith> just a small note .. i have stopped writing a summary .. instead we will just have the log and the list of topics
Feb 03 11:01:54 <lsmith> i think that is probably sufficient .. and safes me the work writing a summary
Feb 03 11:01:58 * ajessu ([email protected]) has joined #symfony-dev
Feb 03 11:02:23 <lsmith> first topic .. RFC and update on Extension refactoring Options: http://bit.ly/gjJnGf
Feb 03 11:02:26 * becky ([email protected]) has joined #symfony-dev
Feb 03 11:02:30 <lsmith> jmikola|w, weaverryan?
Feb 03 11:02:45 * bobthecow (~bobthecow@unaffiliated/bobthecow) has left #symfony-dev
Feb 03 11:02:47 <jmikola|w> sure