1. 09 Oct, 2013 1 commit
  2. 01 Oct, 2013 2 commits
  3. 27 Sep, 2013 2 commits
  4. 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
  5. 20 Sep, 2013 1 commit
  6. 16 Sep, 2013 5 commits
  7. 15 Sep, 2013 1 commit
  8. 14 Sep, 2013 1 commit
  9. 12 Sep, 2013 1 commit
  10. 10 Sep, 2013 4 commits
  11. 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
  12. 03 Sep, 2013 1 commit
  13. 29 Aug, 2013 2 commits
  14. 23 Aug, 2013 8 commits
  15. 21 Aug, 2013 2 commits
    • Fabien Potencier's avatar
      merged branch niklasf/patch-1 (PR #763) · 1f1fc4e6
      Fabien Potencier authored
      This PR was merged into the master branch.
      
      Discussion
      ----------
      
      Make clear that twig-bridge is required to use path and url in Twig
      
      Not sure what the best way is to make this explicit, but twig-bridge is required to use path() and url() in Twig. Just having Twig alone is not enough.
      
      Commits
      -------
      
      956a2768 Make clear that twig-bridge is required to use path and url in Twig
      1f1fc4e6
    • Fabien Potencier's avatar
      merged branch Danez/patch-1 (PR #762) · d18adaff
      Fabien Potencier authored
      This PR was merged into the master branch.
      
      Discussion
      ----------
      
      Remove usage of deprecated function getPattern()
      
      Found another one.
      Did also some search now and there is no set/get-Pattern anymore.
      
      Commits
      -------
      
      36be14f9 Remove usage of deprecated function getPattern()
      d18adaff
  16. 20 Aug, 2013 1 commit
  17. 19 Aug, 2013 1 commit
  18. 15 Aug, 2013 2 commits
    • Fabien Potencier's avatar
      merged branch Danez/patch-1 (PR #760) · 9b9bc73e
      Fabien Potencier authored
      This PR was merged into the master branch.
      
      Discussion
      ----------
      
      Remove usage of deprecated function
      
      Remove usage of deprecated function setPattern() and replace with replacement function setPath().
      
      I was not sure if we also want to rename the variables/arguments $pattern to $path inside silex. For now i haven't touched them.
      
      Commits
      -------
      
      3b4895de Remove usage of deprecated function setPattern()
      9b9bc73e
    • Daniel Tschinder's avatar
      Remove usage of deprecated function setPattern() · 3b4895de
      Daniel Tschinder authored
      and replace with replacement function setPath()
      3b4895de