1. 24 Nov, 2014 7 commits
  2. 23 Nov, 2014 2 commits
  3. 12 Oct, 2014 6 commits
  4. 26 Sep, 2014 7 commits
    • Fabien Potencier's avatar
      Merge branch '1.2' · 4ad14ef0
      Fabien Potencier authored
      * 1.2:
        bumped version to 1.2.3-DEV
        prepared the 1.2.2 release
        updated CHANGELOG
        fixed translator
        fixed translator
        Update testing.rst
      
      Conflicts:
      	doc/changelog.rst
      	src/Silex/Application.php
      4ad14ef0
    • Fabien Potencier's avatar
      bumped version to 1.2.3-DEV · be10a763
      Fabien Potencier authored
      be10a763
    • Fabien Potencier's avatar
      prepared the 1.2.2 release · 8c5e86eb
      Fabien Potencier authored
      8c5e86eb
    • 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
  5. 22 Sep, 2014 6 commits
  6. 21 Sep, 2014 10 commits
  7. 17 Sep, 2014 2 commits