Fabien Potencier
|
46a93c376c
[Routing] optimized PHP dumper when the parent prefix is the same for several adjacent collections (avoids the same test to be made)
|
14 年之前 |
Fabien Potencier
|
1438f6be04
[Routing] added some unit tests for latest merge (and fixed a bug ;))
|
14 年之前 |
Lee McDermott
|
49dd558444
Couple more CS fixes
|
14 年之前 |
Lee McDermott
|
5a986bfc27
Add $keysCount & minor CS fix
|
14 年之前 |
Lee McDermott
|
91f4097a09
[Routing] Better nesting for RouteCollections in dumped URL matcher classes
|
14 年之前 |
Fabien Potencier
|
96554e645a
Merge remote branch 'lmcd/master'
|
14 年之前 |
Lee McDermott
|
2c0efa7488
$code referenced but not defined in compileRoute()
|
14 年之前 |
Lee McDermott
|
10bb4ff25e
[Routing] Optimised the PHP URL matcher dumper
|
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
|
944a98086e
[Routing] optimized PHP route dumper
|
14 年之前 |
Fabien Potencier
|
7c95bda751
[Routing] simplified route compiler
|
14 年之前 |
Fabien Potencier
|
f7d44148df
[Routing] removed unused defaults variable
|
14 年之前 |
Fabien Potencier
|
0dbfa18c46
[Routing] made a small optimization to the route dumper
|
14 年之前 |
Fabien Potencier
|
117321d3c6
replaced array for request context in Routing by a RequestContext class
|
14 年之前 |
Fabien Potencier
|
07aae98495
[Routing] added support for _scheme requirement
|
14 年之前 |
Fabien Potencier
|
e3679ef44f
[Routing] decoupled Routing from FrameworkBundle
|
14 年之前 |
Fabien Potencier
|
372907ead1
[Routing] fixed CS
|
14 年之前 |
Fabien Potencier
|
7c0a39c353
[Routing] optimized the output of the PHP matcher dumper
|
14 年之前 |
Aurelijus
|
38318f8f80
removes unwanted characters from goto name
|
14 年之前 |
Fabien Potencier
|
b5857528e0
[Routing] moved protected to private
|
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 年之前 |
Fabien Potencier
|
8c423edfef
replaced symfony-project.org by symfony.com
|
14 年之前 |
Fabien Potencier
|
e16c666266
[Routing] made an empty path info to redirect to / (as for any other route that ends with a /)
|
14 年之前 |
Jordi Boggiano
|
fe694de746
[Routing] Make trailing slashes in urls optional
|
14 年之前 |
Dominique Bongiraud
|
64fb94c725
normalized license messages in PHP files
|
14 年之前 |