1. 11 Apr, 2015 1 commit
  2. 27 Mar, 2015 2 commits
  3. 18 Jan, 2015 1 commit
    • Fabien Potencier's avatar
      feature #1060 Introduce KernelServiceProvider in order to remove "hacks" (henrikbjorn) · e12be31a
      Fabien Potencier authored
      This PR was merged into the 2.0.x-dev branch.
      
      Discussion
      ----------
      
      Introduce KernelServiceProvider in order to remove "hacks"
      
      This introduces a new KernelServiceProvider that is auto registered
      by Silex\Application.
      
      The main reason for including this is to remove the ugly
      "dispatcher_class" hack we used to have. But since we introduced a
      seperate interface for listeners to use for subscribing we can just have
      a nice normal service.
      
      Commits
      -------
      
      cc34489e Introduce KernelServiceProvider in order to "hacks"
      e12be31a
  4. 18 Dec, 2014 1 commit
  5. 16 Dec, 2014 1 commit
  6. 13 Dec, 2014 18 commits
  7. 09 Dec, 2014 1 commit
  8. 06 Dec, 2014 1 commit
  9. 04 Dec, 2014 1 commit
  10. 03 Dec, 2014 1 commit
  11. 29 Nov, 2014 1 commit
    • Henrik Bjornskov's avatar
      Introduce KernelServiceProvider in order to "hacks" · cc34489e
      Henrik Bjornskov authored
      This introduces a new KernelServiceProvider that is auto registered
      by Silex\Application.
      
      The main reason for including this is to remove the ugly
      "dispatcher_class" hack we used to have. But since we introduced a
      seperate interface for listeners to use for subscribing we can just have
      a nice normal service.
      cc34489e
  12. 24 Nov, 2014 11 commits