hartym (Romain Dorgueil)

Name
Romain Dorgueil
Email
Website/Blog
http://www.dakrazy.net
Company
Sensio Labs
Location
Paris, France
Member Since
Oct 23, 2008 (about 1 year)

Following 28 coders and watching 39 repositories view all →

Public Repositories (11)

  • sfTwigPlugin

    Symfony Plugin to enable Twig usage in templates.

    legend

    Forked from henrikbjorn/sfTwigPlugin Tue Oct 13 21:42:06 -0700 2009

    Last updated Fri Feb 26 11:03:40 -0800 2010

  • symfony

    The Symfony 2 PHP framework (PHP 5.3 only -- everything is HIGHLY EXPERIMENTAL -- things WILL cha...

    legend

    Forked from symfony/symfony Sat Jan 23 05:34:10 -0800 2010

    Last updated Thu Feb 25 11:54:53 -0800 2010

  • git-review

    This tool provides an interactive shell for reviewing diffs in a git repository. It accepts argu...

    legend

    Forked from facebook/git-review Sat Feb 20 03:22:15 -0800 2010

    Last updated Sat Feb 06 17:18:27 -0800 2010

  • webkitfunctest

    functionnal testing using webkit python bindings. Just a proof of concept

    legend

    Last updated Sun Jan 31 09:07:51 -0800 2010

  • sfdynamicsplugin

    Symfony plugin for managing javascript libraries/dependance, scripts packing, caching and automation

    legend

    Last updated Wed Jan 13 01:43:18 -0800 2010

  • pyscm

    Python Source Control Management bindings

    legend

    Last updated Thu Dec 17 07:42:17 -0800 2009

  • watopy

    Web Application development framework (python)

    legend

    Last updated Sun Oct 11 23:20:37 -0700 2009

  • git-vim

    My vim files for Git

    legend

    Forked from motemen/git-vim Thu Feb 11 08:44:09 -0800 2010

    Last updated Tue Sep 08 03:20:03 -0700 2009

  • swim

    Python management tools for project pools (pre-alpha)

    legend

    Last updated Wed Aug 05 03:39:03 -0700 2009

  • stupid-as-php

    Don't take this seriously. This is uninteresting ideas of new PHP functionalities.

    legend

    Last updated Fri Jun 12 00:21:22 -0700 2009

  • fourmi

    This is a form framework. I don't know if I'll finish it one day, and I don't know if I will rele...

    legend

    Created Thu Apr 16 03:14:58 -0700 2009

Public Activity feed

hartym pushed to master at hartym/sfTwigPlugin Fri Feb 26 11:03:41 -0800 2010
HEAD is 14f7f36c4a55050707d942ce71f16f7369045c33

8 commits »

hartym pushed to master at hartym/sfTwigPlugin Fri Feb 26 11:01:22 -0800 2010
HEAD is 6613bea73b65c261105e2d1feacd0faa0dbfeae7

57 commits »

hartym pushed to master at hartym/sfTwigPlugin Fri Feb 26 10:36:04 -0800 2010
HEAD is 34ce30286b7e70feeca2e8f49ae2186f34400365
  • Romain Dorgueil committed 34ce3028:
    Adds development directions from henrik/romain jabber exchanges.
hartym pushed to master at henrikbjorn/sfTwigPlugin Fri Feb 26 10:33:46 -0800 2010
HEAD is 2892257562f599b6c5bbf981087e95903b825ee6
  • Romain Dorgueil committed 28922575:
    Adds development directions from henrik/romain jabber exchanges.
hartym started watching doctrine/doctrine Thu Feb 25 12:13:23 -0800 2010
doctrine's description:
Doctrine is an object relational mapper (ORM) for PHP
hartym created branch forms at hartym/symfony Thu Feb 25 11:54:54 -0800 2010
New branch is at hartym/symfony/tree/forms
hartym pushed to master at hartym/symfony Thu Feb 25 11:33:19 -0800 2010
HEAD is ab2f6574e13e5bfc797fa060808e7045d4390236

3 commits »

hartym pushed to master at hartym/symfony Thu Feb 25 11:31:58 -0800 2010
HEAD is 22e310e24014f7873721359f7f3c7eca17b9b933

86 commits »

hartym deleted branch hartym at hartym/symfony Thu Feb 25 11:31:36 -0800 2010
Deleted branch was at hartym/symfony/tree/hartym
hartym created branch hartym at hartym/symfony Thu Feb 25 11:31:09 -0800 2010
New branch is at hartym/symfony/tree/hartym
hartym started watching jwiegley/git-issues Sat Feb 20 04:40:10 -0800 2010
git-issues's description:
A distributed issue tracking system based on Git repositories, written in Python
hartym forked facebook/git-review Sat Feb 20 03:22:17 -0800 2010
Forked repository is at hartym/git-review
hartym started watching noelg/symfony-demo Wed Feb 17 14:45:24 -0800 2010
symfony-demo's description:
A shopping cart application built with Symfony 2
hartym started watching videlalvaro/InspectorD Wed Feb 17 08:00:55 -0800 2010
InspectorD's description:
python server to inspect php sessions
hartym commented on hartym/sfTwigPlugin Thu Feb 11 12:17:33 -0800 2010
Comment in c339e69:

Well, after trying this out I found out that it's not the best way to do, imho. I'm considering implementing only some functions that comes from symfony helpers, but that's a bit of too much work.

The biggest issue i'm facing is that some function echoes things, and other returns it. The other issue I don't like with tags is that it uses the {% %} notation, and i'd prefer using {{ url_for('pwet/pwet') }} for example.

What is this bug in symfony partial helper about ?

hartym commented on hartym/sfTwigPlugin Thu Feb 11 12:10:59 -0800 2010
Comment in c339e69:

anyway, I was planning to get back your default helper implementation. But I just did some "end of the day" toying with sfTwig and I wanted to get running things done fast so ...

hartym commented on hartym/sfTwigPlugin Thu Feb 11 12:10:06 -0800 2010
Comment in c339e69:

right

as said previously I'm just trying out things to find what fits our needs the best, there will be a big refactoring session needed before we use it the first time "for real" here.

As always, I will notify when I think it starts to be useable.

hartym commented on hartym/sfTwigPlugin Thu Feb 11 12:09:27 -0800 2010
Comment in d734837:

well, this is not the commit which does the change, but whatever.

I changed it because my vim is configured to use symfony coding conventions by default. Is there a reason why you did not use them ?

hartym pushed to master at hartym/sfTwigPlugin Thu Feb 11 10:40:46 -0800 2010
HEAD is c339e698ad07f3a03bc36839d26372178203c1fc
  • Romain Dorgueil committed c339e698:
    added some standards helpers to test it in real project.
hartym pushed to master at hartym/sfTwigPlugin Thu Feb 11 10:28:50 -0800 2010
HEAD is d734837b652aacaf9de49782bc9c7835d21f4b80
  • Romain Dorgueil committed d734837b:
    Refactoring, moved templates directories.
hartym pushed to master at hartym/sfTwigPlugin Thu Feb 11 09:54:09 -0800 2010
HEAD is 81281544d97332f55919fa93e99e2fac62cf95f3
  • Romain Dorgueil committed 81281544:
    refactoring, renamed classes to a more significant name, fixed the one
hartym forked motemen/git-vim Thu Feb 11 08:44:09 -0800 2010
Forked repository is at hartym/git-vim
hartym started watching mojombo/grit Thu Feb 11 04:21:40 -0800 2010
grit's description:
Grit gives you object oriented read/write access to Git repositories via Ruby.
hartym pushed to master at hartym/sfTwigPlugin Wed Feb 10 04:59:49 -0800 2010
HEAD is f75a3686154a6de6dff7ce64e37be29883d85d74

4 commits »

hartym applied fork commits to sfTwigPlugin/master Tue Feb 09 05:21:56 -0800 2010
master was changed to 205555