Fabien Potencier
|
c72537da6b
[Routing] fixed route matching when the prefix contains variables
|
14 éve |
Fabien Potencier
|
c561f4f0c0
[Routing] changed HTTP method to always be uppercased (to be consistent with HttpFoundation/Request)
|
14 éve |
Fabien Potencier
|
f9ffdf5b33
[Routing] added proper support for the HEAD method
|
14 éve |
Fabien Potencier
|
2cd04547fd
[Routing] renamed some exceptions
|
14 éve |
Fabien Potencier
|
02e77ec4e3
[Routing] moved Matcher exceptions
|
14 éve |
Fabien Potencier
|
c7fddca891
replaced some url..code by rawurl..code
|
14 éve |
Fabien Potencier
|
944a98086e
[Routing] optimized PHP route dumper
|
14 éve |
Pascal Borreli
|
8c0beea677
[Phpdoc] Cleaning/fixing
|
14 éve |
Fabien Potencier
|
813627bd4c
[Routing] added getContext() accessor
|
14 éve |
Fabien Potencier
|
f7d44148df
[Routing] removed unused defaults variable
|
14 éve |
Fabien Potencier
|
117321d3c6
replaced array for request context in Routing by a RequestContext class
|
14 éve |
Fabien Potencier
|
b5857528e0
[Routing] moved protected to private
|
14 éve |
Fabien Potencier
|
e159c47cc9
[Routing] fixed UrlMatcher when no method requirement is defined
|
14 éve |
Kris Wallsmith
|
b2f5ac8beb
[Routing] refactored URL matching to support 405 Method Not Allowed responses
|
14 éve |
Fabien Potencier
|
dded1955e4
[Routing] fixed the / problem in a URL segment
|
14 éve |
Fabien Potencier
|
17ef911f19
[Routing] removed the normalizeUrl() method and renamed url to pathinfo as this is more correct
|
14 éve |
Jordi Boggiano
|
4c0ea6179b
[Routing] UrlMatcher shouldn't collapse multiple slashes
|
14 éve |
Fabien Potencier
|
8c423edfef
replaced symfony-project.org by symfony.com
|
14 éve |
Fabien Potencier
|
e16c666266
[Routing] made an empty path info to redirect to / (as for any other route that ends with a /)
|
14 éve |
Fabien Potencier
|
f46c6f7e45
[Routing] fixed the %2f problem in URLs
|
14 éve |
Fabien Potencier
|
9619c7dade
[Routing] removing the routing hack where we add a / at the beginning if it does not exist
|
14 éve |
Fabien Potencier
|
ca8c7907e2
[Routing] added setContext() method to both matchers and generators
|
14 éve |
Dominique Bongiraud
|
64fb94c725
normalized license messages in PHP files
|
14 éve |
Ryan Weaver
|
739ebf92f5
[Routing] Changing the _method route requirement to be a regular expression so that it's consistent with all other requirements.
|
14 éve |
Ryan Weaver
|
5aa6ad28ae
Updating RouteCollection::getRoutes() call to RouteCollection::getAll() in many places.
|
14 éve |
Kris Wallsmith
|
f79e23ffb5
Removed all those spaces after @author that were bothering me so…
|
14 éve |
Fabien Potencier
|
bf82cf42dd
renamed Symfony\Components to Symfony\Component
|
14 éve |