1. 26 Sep, 2014 4 commits
    • Fabien Potencier's avatar
      updated CHANGELOG · 535244c3
      Fabien Potencier authored
      535244c3
    • Fabien Potencier's avatar
      bug #1029 fixed translator (fabpot) · f8b75984
      Fabien Potencier authored
      This PR was merged into the 1.2 branch.
      
      Discussion
      ----------
      
      fixed translator
      
      Fixes #1028, #988, #983, #1023
      
      That makes the tests pass again.
      
      Commits
      -------
      
      712375b9 fixed translator
      f8b75984
    • Fabien Potencier's avatar
      fixed translator · 712375b9
      Fabien Potencier authored
      As of Symfony 2.5.2, Translator::__construct() calls setLocale.
      As the Silex Translator calls it with null and because we synchronize
      the translator language with the app one, the locale was always
      set to null when calling the translator for the first time, overriding
      the current app locale.
      712375b9
    • Fabien Potencier's avatar
      fixed translator · 57d74eb0
      Fabien Potencier authored
      As of Symfony 2.5.2, Translator::__construct() calls setLocale.
      As the Silex Translator calls it with null and because we synchronize
      the translator language with the app one, the locale was always
      set to null when calling the translator for the first time, overriding
      the current app locale.
      57d74eb0
  2. 22 Sep, 2014 2 commits
  3. 21 Sep, 2014 9 commits
  4. 08 Jul, 2014 2 commits
  5. 01 Jul, 2014 6 commits
  6. 30 Jun, 2014 2 commits
  7. 27 Jun, 2014 1 commit
  8. 26 Jun, 2014 1 commit
  9. 23 Jun, 2014 2 commits
  10. 16 May, 2014 2 commits
    • Fabien Potencier's avatar
      minor #956 Update service_controller.rst (cxj) · 0a4d5c05
      Fabien Potencier authored
      This PR was submitted for the master branch but it was merged into the 1.2 branch instead (closes #956).
      
      Discussion
      ----------
      
      Update service_controller.rst
      
      The word "it's" is a contraction for "it is".  "Its" is a possessive pronoun.
      
      Commits
      -------
      
      09a5fe34 Update service_controller.rst
      0a4d5c05
    • Chris Johnson's avatar
      Update service_controller.rst · 09a5fe34
      Chris Johnson authored
      The word "it's" is a contraction for "it is".  "Its" is a possessive pronoun.
      09a5fe34
  11. 04 May, 2014 3 commits
  12. 15 Apr, 2014 3 commits
  13. 07 Apr, 2014 1 commit
  14. 29 Mar, 2014 1 commit
  15. 19 Mar, 2014 1 commit
    • Fabien Potencier's avatar
      feature #895 Replace Monolog middlewares by an event listener (GromNaN) · a6e15a75
      Fabien Potencier authored
      This PR was merged into the 1.2.x-dev branch.
      
      Discussion
      ----------
      
      Replace Monolog middlewares by an event listener
      
      This is an alternative to the changes introduced by #894 in order to allow replacement of the logging middlewares.
      Instead of having a Closure for each listener, this PR introduces a listener class.
      The listener can be used independently from the MonologServiceProvider.
      
      | Q             | A
      | ------------- | ---
      | Bug fix?      | no
      | New feature?  | yes
      | BC breaks?    | no
      | Deprecations? | no
      | Tests pass?   | yes
      | Fixed tickets | #870
      | License       | MIT
      | Doc          | yes
      
      Commits
      -------
      
      499a626f Replace Monolog middlewares by an event listener
      a6e15a75