1. 16 Sep, 2013 3 commits
  2. 15 Sep, 2013 1 commit
  3. 14 Sep, 2013 1 commit
  4. 10 Sep, 2013 4 commits
  5. 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
  6. 03 Sep, 2013 1 commit
  7. 29 Aug, 2013 2 commits
  8. 23 Aug, 2013 8 commits
  9. 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
  10. 20 Aug, 2013 1 commit
  11. 19 Aug, 2013 1 commit
  12. 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
  13. 09 Aug, 2013 2 commits
  14. 27 Jul, 2013 4 commits
  15. 26 Jul, 2013 1 commit
  16. 19 Jul, 2013 3 commits
  17. 18 Jul, 2013 1 commit