1. 11 Oct, 2013 7 commits
  2. 09 Oct, 2013 2 commits
  3. 07 Oct, 2013 1 commit
  4. 01 Oct, 2013 2 commits
  5. 27 Sep, 2013 2 commits
  6. 23 Sep, 2013 2 commits
    • Fabien Potencier's avatar
      merged branch project-a/master (PR #791) · b4bb327c
      Fabien Potencier authored
      This PR was merged into the master branch.
      
      Discussion
      ----------
      
      Change deprecated functions and remove unused imports
      
      I changed the deprecated translation function setFallbackLocale() and the debug Exception- and Error-Handler.
      Therefore i added symfony/debug to composer.json.
      
      I also removed unused imports and fixed some classnames in docblock comments.
      
      Commits
      -------
      
      d214e2e0 Test for TranslationServiceProvider
      67c7e3fe Handle locale_fallback
      380792b9 Also update doc for translation changes
      60baeadc Remove unused imports and fix docblock for exceptions
      69756f95 Use new debug component
      92d4f0f1 Remove usage of deprecated function setFallbackLocale
      b4bb327c
    • Fabien Potencier's avatar
      merged branch sylvaincombes/patch-1 (PR #781) · 5e957d33
      Fabien Potencier authored
      This PR was merged into the master branch.
      
      Discussion
      ----------
      
      Bad doc link : correction of the link to the documentation
      
      The link to the doc was wrong (404), fixed.
      
      Commits
      -------
      
      8898de0e Bad doc link : correction of the link to the documentation
      5e957d33
  7. 20 Sep, 2013 1 commit
  8. 16 Sep, 2013 5 commits
  9. 15 Sep, 2013 1 commit
  10. 14 Sep, 2013 1 commit
  11. 12 Sep, 2013 1 commit
  12. 10 Sep, 2013 6 commits
  13. 04 Sep, 2013 3 commits
    • Fabien Potencier's avatar
      Merge branch '1.0' · 466beac0
      Fabien Potencier authored
      * 1.0:
        Use null controller as fake route to be dumpable
        Add link for twig options
      466beac0
    • Jérôme Tamarelle's avatar
      f44db3ed
    • Fabien Potencier's avatar
      merged branch GromNaN/null-controller (PR #775) · 727932da
      Fabien Potencier authored
      This PR was merged into the master branch.
      
      Discussion
      ----------
      
      [Security] Make fake routes dumpable by setting NULL as controller
      
      | Q             | A
      | ------------- | ---
      | Bug fix?      | yes
      | New feature?  | no
      | BC breaks?    | no
      | Deprecations? | no
      | Tests pass?   | yes
      | Fixed tickets | #774
      | License       | MIT
      
      By setting `NULL` as controller, the route will end in 404 error if it's not bypassed by a security listener.
      
      Commits
      -------
      
      5e2c4b62 Use null controller as fake route to be dumpable
      727932da
  14. 03 Sep, 2013 1 commit
  15. 29 Aug, 2013 2 commits
  16. 23 Aug, 2013 3 commits
    • Fabien Potencier's avatar
      merged branch romainneutron/symfony-2.4 (PR #764) · d6fe48ea
      Fabien Potencier authored
      This PR was squashed before being merged into the master branch (closes #764).
      
      Discussion
      ----------
      
      Enable compatibility and testing with Symfony 2.4
      
      Hello,
      
      Symfony 2.4 is scheduled for november then, according to Symfony release process, the stabilization phase should start in september.
      
      I think it's a good idea to add Symfony 2.4 compatibility as it seems there's no breakage and some people would like to work on the 2.4 branch while working on Silex.
      
      Commits
      -------
      
      0819b49a Enable compatibility and testing with Symfony 2.4
      d6fe48ea
    • Romain Neutron's avatar
      0819b49a
    • Fabien Potencier's avatar
      merged branch Tobion/patch-1 (PR #765) · 0213365d
      Fabien Potencier authored
      This PR was squashed before being merged into the master branch (closes #765).
      
      Discussion
      ----------
      
      remove deprecated calls in Route
      
      Commits
      -------
      
      ec615cfa remove deprecated calls in Route
      0213365d