1. 22 Sep, 2014 1 commit
  2. 21 Sep, 2014 10 commits
  3. 17 Sep, 2014 2 commits
  4. 16 Sep, 2014 1 commit
  5. 27 Aug, 2014 2 commits
  6. 24 Jul, 2014 1 commit
  7. 08 Jul, 2014 3 commits
    • Fabien Potencier's avatar
      Merge branch '1.2' · 78a9a90a
      Fabien Potencier authored
      * 1.2:
        Minor optimization in ValidatorServiceProvider
        bumped version to 1.2.2-DEV
        prepared the 1.2.1 release
        updated CHANGELOG
        added a caution about how to configure security for php-cgi/Apache
      
      Conflicts:
      	doc/changelog.rst
      	doc/phar.rst
      	src/Silex/Application.php
      	src/Silex/Provider/ValidatorServiceProvider.php
      78a9a90a
    • Fabien Potencier's avatar
      minor #978 Minor optimization in ValidatorServiceProvider (elazar) · 73652ba0
      Fabien Potencier authored
      This PR was merged into the 1.2 branch.
      
      Discussion
      ----------
      
      Minor optimization in ValidatorServiceProvider
      
      `ReflectionClass` is only needed if a translator is present. Moving usage of it inside the related conditional means one less object instantiation.
      
      Commits
      -------
      
      1aed8cdf Minor optimization in ValidatorServiceProvider
      73652ba0
    • Matthew Turland's avatar
      Minor optimization in ValidatorServiceProvider · 1aed8cdf
      Matthew Turland authored
      ReflectionClass is only needed if a translator is present. Moving usage of it inside the related conditional means one less object instantiation.
      1aed8cdf
  8. 01 Jul, 2014 16 commits
  9. 30 Jun, 2014 4 commits