1. 12 Apr, 2015 2 commits
  2. 11 Apr, 2015 17 commits
  3. 27 Mar, 2015 2 commits
  4. 06 Mar, 2015 1 commit
    • Fabien Potencier's avatar
      minor #1078 [1.2] Fix doc about running unit tests (GromNaN) · 0161e781
      Fabien Potencier authored
      This PR was merged into the 1.2 branch.
      
      Discussion
      ----------
      
      [1.2] Fix doc about running unit tests
      
      Alternative to #1075.
      
      I've kept the syntax using phpunit.phar as it must be the most portable way to run PHPUnit (like it is for Composer).
      
      Commits
      -------
      
      7bb4398e Fix README doc about running unit tests
      0161e781
  5. 05 Mar, 2015 1 commit
  6. 27 Feb, 2015 2 commits
  7. 20 Jan, 2015 6 commits
  8. 17 Jan, 2015 6 commits
  9. 15 Jan, 2015 2 commits
  10. 09 Jan, 2015 1 commit
    • Fabien Potencier's avatar
      bug #1086 Fixes #1068 by checking if translation file exists before adding it... · ed8423b9
      Fabien Potencier authored
      bug #1086 Fixes #1068 by checking if translation file exists before adding it as a resource (CarsonF)
      
      This PR was squashed before being merged into the 1.2 branch (closes #1086).
      
      Discussion
      ----------
      
      Fixes #1068 by checking if translation file exists before adding it as a resource
      
      Some locales (such as turkish) don't have translation files, which causes errors.
      
      Commits
      -------
      
      965f5896 Fixes #1068 by checking if translation file exists before adding it as a resource
      ed8423b9