1. 07 Jan, 2015 2 commits
  2. 16 Dec, 2014 1 commit
  3. 14 Dec, 2014 1 commit
  4. 13 Dec, 2014 8 commits
  5. 09 Dec, 2014 1 commit
  6. 06 Dec, 2014 1 commit
  7. 24 Nov, 2014 7 commits
  8. 23 Nov, 2014 2 commits
  9. 14 Oct, 2014 1 commit
  10. 12 Oct, 2014 4 commits
  11. 26 Sep, 2014 6 commits
    • 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
  12. 22 Sep, 2014 2 commits
  13. 21 Sep, 2014 4 commits
    • Fabien Potencier's avatar
      fixed CS · 81a08269
      Fabien Potencier authored
      81a08269
    • Fabien Potencier's avatar
      minor #995 Update session.rst (davtwix) · 6b81db32
      Fabien Potencier authored
      This PR was submitted for the master branch but it was merged into the 1.2 branch instead (closes #995).
      
      Discussion
      ----------
      
      Update session.rst
      
      May be a bug, but Sessions expire after 30 minutes (or less ?)
      To have the default behavior describe in documentation, you must set cookie_lifetime to 0
      
      $app->register(new Silex\Provider\UrlGeneratorServiceProvider(), array(
          'session.storage.options' => array(
              'cookie_lifetime' => 0
              )
          )
      );
      
      Commits
      -------
      
      0e553e36 Update session.rst
      6b81db32
    • dav_twix's avatar
      Update session.rst · 0e553e36
      dav_twix authored
      May be a bug, but Sessions expire after 30 minutes (or less ?)
      To have the default behavior describe in documentation, you must set cookie_lifetime to 0
      
      $app->register(new Silex\Provider\UrlGeneratorServiceProvider(), array(
          'session.storage.options' => array(
              'cookie_lifetime' => 0
              )
          )
      );
      0e553e36
    • Fabien Potencier's avatar
      updated docs and changelog · 5ae31dae
      Fabien Potencier authored
      5ae31dae