Commit History

Author SHA1 Message Date
  Ryan Weaver be94daba66 [HttpKernel] Reworking the HttpException class constructor to be more consistent with normal OO classes. Additionally, the base HttpException constructor was changed to require a code argument as it doesn't make sense to create an exception that will translate into a status code of 0 (in fact it'll cause a strange error). 14 years ago
  Jonathan H. Wage ab7ad4808b [DependencyInjection] Allow parameter replacement within extension configurations. 14 years ago
  Kris Wallsmith 5da423be20 [HttpKernel] Added getRequest() to HttpKernelInterface. 14 years ago
  Fabien Potencier 973a8f1f24 fixed typo 14 years ago
  Fabien Potencier 626af39800 fixed tabs 14 years ago
  Fabien Potencier 3dfd59b6bc updated comment for the request service 14 years ago
  Fabien Potencier 04f8bc7317 fixed default httpkernel configuration 14 years ago
  Jeremy Mikola 7eea4882db [HttpKernel] Move request-stashing behavior to the Kernel class 14 years ago
  Jeremy Mikola 2ff474fc3a [HttpKernel][FrameworkBundle] Rename BaseHttpKernel to HttpKernel 14 years ago
  Fabien Potencier 7c653305a3 [DependencyInjection] fixed typo 14 years ago
  Fabien Potencier 39721f25bd fixed indentation 14 years ago
  Johannes M. Schmitt d94420f3a5 logout refactoring 14 years ago
  Kévin Dunglas 915973f458 [DoctrineMongoDbLogger] fixed the "Call to a member function getDebugLogger() on a non-object" error 14 years ago
  mwsaz 99bda3d8c4 [Form] removed extra blank line in textarea 14 years ago
  Philip Dahlstrøm b171ab9b7d Added renderer for PasswordField. 14 years ago
  Johannes M. Schmitt eef6578c15 fixes bugs due to not disconnected listeners 14 years ago
  Henrik Bjørnskov 50cfd4a7bf [FrameworkBundle] Create the bundles directory before trying to symlink else it will throw an error 14 years ago
  Jordi Boggiano 70a793b33d [DoctrineBundle] Make the proxy dir configurable 14 years ago
  Jordi Boggiano fb41389999 [HttpFoundation] Fixed Request::create handling of full URIs 14 years ago
  Jordi Boggiano beecd1fef8 [HttpKernel] Log query string as well as path in Cache debug headers 14 years ago
  Jordi Boggiano f6bc712028 [HttpFoundation] Always force the request method to full caps 14 years ago
  Fabien Potencier e8672740c7 [HttpFoundation] allowed any HTTP method for a Request 14 years ago
  Fabien Potencier 38d11aaf1a [DependencyInjection] fixed template support in security extension 14 years ago
  Fabien Potencier 7cb5dd1fdc [Security] fixed typo 14 years ago
  Jordi Boggiano a832885960 [HttpFoundation] Fixed default netmask to be restricted to one IP 14 years ago
  Kris Wallsmith 3e02eafc70 Fixed visibility of PHPUnit setUp and tearDown methods. 14 years ago
  Justin Hileman 112fb5ad99 Fix Request::overrideGlobals $_COOKIE global var reference. 14 years ago
  Fabien Potencier 2547bbffc3 a-[Console] added some phpdoc 14 years ago
  Jonathan H. Wage bc7657bd8a Removing the symfony version of DisconnectedClassMetadataFactory as the orm has it now. 14 years ago
  Jonathan H. Wage 53c1f1f509 Fixing issue with memcache di configuration. 14 years ago