Skip to content
  1. Apr 09, 2016
  2. Jun 26, 2015
  3. Feb 17, 2015
  4. Sep 27, 2014
  5. Feb 09, 2014
  6. Feb 05, 2014
  7. Dec 15, 2013
  8. Jul 31, 2013
  9. Jan 17, 2013
  10. Oct 01, 2012
  11. May 28, 2012
  12. May 24, 2012
    • Larry Garfield's avatar
      Rename UrlMatcher to LegacyUrlMatcher. · f5079ffb
      Larry Garfield authored
      The current matcher is a temporary legacy shiv to support the old routing system.
      Label it as such so that we can reserve the class name for the new and imroved
      router.
      f5079ffb
  13. May 19, 2012
  14. May 12, 2012
  15. May 04, 2012
  16. May 01, 2012
  17. Apr 13, 2012
  18. Apr 02, 2012
  19. Apr 01, 2012
  20. Mar 31, 2012
  21. Mar 23, 2012
  22. Mar 17, 2012
  23. Mar 12, 2012
  24. Mar 06, 2012
  25. Mar 01, 2012
  26. Feb 24, 2012
  27. Feb 21, 2012
  28. Feb 13, 2012
    • James Gilliland's avatar
      Stash the Drupal menu item · cf096e69
      James Gilliland authored
      This will bubble down to the request and since that will be passed around, make
      a lot of integration with Symfony and transitioning easier.
      cf096e69
    • James Gilliland's avatar
      Convert to our own UrlMatcher · 3ef99f90
      James Gilliland authored
      This is a transitional implementation but by using the UrlMatcherInterface
      we can embed our matching logic directly into Symfony's routing logic.
      3ef99f90