Commit History

Author SHA1 Message Date
  Fabien Potencier df81296443 [Routing] fixed generation when a default value is null 14 years ago
  Fabien Potencier be95bff7ca [Routing] tweaked error messages 14 years ago
  Gordon Franke 60527574d9 use param names in exception not the index 14 years ago
  Fabien Potencier 2cd04547fd [Routing] renamed some exceptions 14 years ago
  alexandresalome 07b7dc0c86 [Routing] Change the Exception namespacing + base class for every exception + update PHPDoc 14 years ago
  alexandresalome 05d9e74293 [Routing] Add specific exceptions for the UrlGenerator 14 years ago
  Fabien Potencier c7fddca891 replaced some url..code by rawurl..code 14 years ago
  Fabien Potencier 27d02a7d4a [Routing] fixed regression (/ should not be matched by /{foo} when foo has no default value) 14 years ago
  Fabien Potencier fefee0d5e5 [Routing] fixed URL generation when an optional variable value is 0 14 years ago
  Fabien Potencier 7c95bda751 [Routing] simplified route compiler 14 years ago
  Fabien Potencier 4ed8d4f6b5 [Routing] fixed URL generation when a non-optional variable is empty 14 years ago
  Pascal Borreli 8c0beea677 [Phpdoc] Cleaning/fixing 14 years ago
  Fabien Potencier 813627bd4c [Routing] added getContext() accessor 14 years ago
  Fabien Potencier 7e33159723 [Routing] the global parameters must not be added in the QS when generating URLs 14 years ago
  Fabien Potencier c6dcf0f8f3 [Routing] added a way to set default parameters that are applied when generating URLs 14 years ago
  Fabien Potencier f7d44148df [Routing] removed unused defaults variable 14 years ago
  Fabien Potencier 117321d3c6 replaced array for request context in Routing by a RequestContext class 14 years ago
  Fabien Potencier 07aae98495 [Routing] added support for _scheme requirement 14 years ago
  Lukas Kahwe Smith 1ecaade68d added support for parameters with default null 14 years ago
  Fabien Potencier 4de468e181 [Routing] makes the parameters argument of generate() optional 14 years ago
  Fabien Potencier b5857528e0 [Routing] moved protected to private 14 years ago
  Fabien Potencier dded1955e4 [Routing] fixed the / problem in a URL segment 14 years ago
  Fabien Potencier 8c423edfef replaced symfony-project.org by symfony.com 14 years ago
  Fabien Potencier f46c6f7e45 [Routing] fixed the %2f problem in URLs 14 years ago
  Daniel Holmes f4282eea98 [Routing] added support for non-standard port numbers in absolute urls 14 years ago
  Fabien Potencier ca8c7907e2 [Routing] added setContext() method to both matchers and generators 14 years ago
  Dominique Bongiraud 64fb94c725 normalized license messages in PHP files 14 years ago
  Fabien Potencier 944d91c1df made some method name changes to have a better coherence throughout the framework 14 years ago
  Kris Wallsmith f79e23ffb5 Removed all those spaces after @author that were bothering me so… 14 years ago
  Fabien Potencier bf82cf42dd renamed Symfony\Components to Symfony\Component 14 years ago