Fabien Potencier
|
68b7662400
fixed CS
|
13 年 前 |
Fabien Potencier
|
5c8a2fb48d
[Routing] fixed route overriden mechanism when using embedded collections (closes #2139)
|
13 年 前 |
Alberto Pirovano
|
ae3aded83f
Added PCRE_DOTALL modifier to RouteCompiler to allow urlencoded linefeed in route parameters.
|
13 年 前 |
Jordi Boggiano
|
761724ae57
[Routing] Adjust urlescaping rules, fixes #752
|
14 年 前 |
Fabien Potencier
|
c72537da6b
[Routing] fixed route matching when the prefix contains variables
|
14 年 前 |
Fabien Potencier
|
c561f4f0c0
[Routing] changed HTTP method to always be uppercased (to be consistent with HttpFoundation/Request)
|
14 年 前 |
Fabien Potencier
|
f9ffdf5b33
[Routing] added proper support for the HEAD method
|
14 年 前 |
Fabien Potencier
|
2cd04547fd
[Routing] renamed some exceptions
|
14 年 前 |
Fabien Potencier
|
02e77ec4e3
[Routing] moved Matcher exceptions
|
14 年 前 |
Fabien Potencier
|
fe9ef5c68b
[Routing] fixed deep nested route collections (closes #770)
|
14 年 前 |
Fabien Potencier
|
27d02a7d4a
[Routing] fixed regression (/ should not be matched by /{foo} when foo has no default value)
|
14 年 前 |
Fabien Potencier
|
d2a9b23c28
[Routing] fixed routing when a pattern has only one segment which is an optional variable
|
14 年 前 |
Fabien Potencier
|
035afc1f4e
[Routing] fixed regression in Routing matching algorithm
|
14 年 前 |
Fabien Potencier
|
117321d3c6
replaced array for request context in Routing by a RequestContext class
|
14 年 前 |
Fabien Potencier
|
e159c47cc9
[Routing] fixed UrlMatcher when no method requirement is defined
|
14 年 前 |
Kris Wallsmith
|
b2f5ac8beb
[Routing] refactored URL matching to support 405 Method Not Allowed responses
|
14 年 前 |
Fabien Potencier
|
17ef911f19
[Routing] removed the normalizeUrl() method and renamed url to pathinfo as this is more correct
|
14 年 前 |
Jordi Boggiano
|
4c0ea6179b
[Routing] UrlMatcher shouldn't collapse multiple slashes
|
14 年 前 |
Fabien Potencier
|
8c423edfef
replaced symfony-project.org by symfony.com
|
14 年 前 |
Pascal Borreli
|
3a47fa6eed
[Tests] Fixed Typo
|
14 年 前 |
Fabien Potencier
|
e16c666266
[Routing] made an empty path info to redirect to / (as for any other route that ends with a /)
|
14 年 前 |
Fabien Potencier
|
9619c7dade
[Routing] removing the routing hack where we add a / at the beginning if it does not exist
|
14 年 前 |
Fabien Potencier
|
6dd1d6172f
fixed some routing patterns
|
14 年 前 |
Fabien Potencier
|
b63de46374
[Routing] moved from :var to {var}
|
14 年 前 |
Ryan Weaver
|
739ebf92f5
[Routing] Changing the _method route requirement to be a regular expression so that it's consistent with all other requirements.
|
14 年 前 |
Ryan Weaver
|
1e9e1b346d
[Routing] Adding tests for the ApacheMatcherDumper, PhpMatcherDumper and UrlMatcher.
|
14 年 前 |
Fabien Potencier
|
944d91c1df
made some method name changes to have a better coherence throughout the framework
|
14 年 前 |
Fabien Potencier
|
bf82cf42dd
renamed Symfony\Components to Symfony\Component
|
14 年 前 |