1. 10 Sep, 2013 2 commits
  2. 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
  3. 03 Sep, 2013 1 commit
  4. 29 Aug, 2013 2 commits
  5. 23 Aug, 2013 8 commits
  6. 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
  7. 20 Aug, 2013 1 commit
  8. 19 Aug, 2013 1 commit
  9. 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
  10. 09 Aug, 2013 2 commits
  11. 27 Jul, 2013 4 commits
  12. 26 Jul, 2013 1 commit
  13. 19 Jul, 2013 3 commits
  14. 18 Jul, 2013 1 commit
  15. 16 Jul, 2013 1 commit
  16. 15 Jul, 2013 1 commit
    • nleduc's avatar
      Update internals.rst · a38db51a
      nleduc authored
      Fixed minor typo and added a missing comma in the same sentence.
      a38db51a
  17. 04 Jul, 2013 5 commits
    • Igor Wiedler's avatar
      Adjust docs on how to enable logger service · 9ba29bde
      Igor Wiedler authored
      9ba29bde
    • Fabien Potencier's avatar
      bumped version to 1.1.1-DEV · aa8a25d5
      Fabien Potencier authored
      aa8a25d5
    • Fabien Potencier's avatar
      prepared the 1.1.0 release · a4d3f85f
      Fabien Potencier authored
      a4d3f85f
    • Fabien Potencier's avatar
      fixed markup · 5b3e31bf
      Fabien Potencier authored
      5b3e31bf
    • Fabien Potencier's avatar
      Merge branch '1.0' · 99ddee03
      Fabien Potencier authored
      * 1.0:
        bumped version to 1.0.2-DEV
        prepared the 1.0.1 release
        updated CHANGELOG for 1.0
        added a unit test for previous merge (refs #706)
        Fixed typo in the ServiceProviderInterface interface PHPDoc block.
        Add note on how to handle fatal errors, as per mailing list
        Alter app references in middleware doc
        Make DoctrineServiceProvider db connection lazy
        Workaround for OptionsResolver validating options
        add '_route' key to RedirectableUrlMatcher::redirect
        reflect change: Modularity chapter renamed to Organizing Controllers (#570)
        Add target branch notes
        Fixed namespace path
      
      Conflicts:
      	doc/changelog.rst
      	src/Silex/Application.php
      	tests/Silex/Tests/Provider/ValidatorServiceProviderTest.php
      99ddee03