Commit History

Author SHA1 Message Date
  Fabien Potencier 7514177b51 [Templating] changed helpers from Engine properties to Engine array items 14 years ago
  Fabien Potencier 9881a401f2 [FrameworkBundle] moved internal_routing.xml 14 years ago
  Fabien Potencier 54c36030e8 [Framework] added Kernel::getBundleForClass() 14 years ago
  Fabien Potencier 66a81b362c [FrameworkBundle] made a small refactoring 14 years ago
  Fabien Potencier 443c7180dc [FrameworkBundle] fixed YAML skeleton 14 years ago
  Fabien Potencier e03642dfa6 made ClassCollectionLoader smarter 14 years ago
  Fabien Potencier 68af528813 [FrameworkBundle] fixed typo 14 years ago
  Fabien Potencier 42cad4e57e [FrameworkBundle] made logger optional in ExceptionManager 14 years ago
  Fabien Potencier 47a26a0a42 [HttpKernel] fixed typo 14 years ago
  Fabien Potencier cbdde58ddd [FrameworkBundle] added error logging with error_log() when logger is disabled 14 years ago
  Fabien Potencier d5069fc594 [FrameworkBundle] refactored Exception management 14 years ago
  Fabien Potencier 955fd40dd8 moved Logger interfaces to a HttpKernel Log sub-namespace 14 years ago
  Fabien Potencier 5ea4b348c0 [ZendBundle] added DebugLoggerInterface 14 years ago
  Fabien Potencier 3f2aa37f12 [HttpFoundation] added Request::setRequestFormat() 14 years ago
  Fabien Potencier f48aeb1021 [FrameworkBundle] added the possibility to render a template for a different format than the one from the current Request 14 years ago
  ornicar 51680a2d95 [Routing] made Router->generate optional, default to empty array 14 years ago
  Fabien Potencier 42dd155ad8 [FrameworkBundle] fixed CS 14 years ago
  ornicar 4ed65d026e fixed Controller::redirect must return the response 14 years ago
  Fabien Potencier 42c2affbb1 [FrameworkBundle] removed Container dependency for RequestListener 14 years ago
  Fabien Potencier 509bfb8940 [FrameworkBundle] removed Container dependency for ExceptionFormatter 14 years ago
  Fabien Potencier 917da00763 [FrameworkBundle] changed error_log() calls to logger calls 14 years ago
  Fabien Potencier 0da7295a9c [FrameworkBundle] clean up Request before forwarding 14 years ago
  ornicar c9ff42955b fixed usage of getRequest() in ControllerResolver 14 years ago
  Fabien Potencier e510778e18 [FrameworkBundle] removed old file 14 years ago
  Fabien Potencier 714fa6f652 [FrameworkBundle] fixed built-in controllers 14 years ago
  Fabien Potencier 96e9a682b3 removed old code 14 years ago
  Fabien Potencier 880f37c4ee changed Controller to implements ArrayAccess, removed getRequest() method 14 years ago
  Fabien Potencier 38edd2aafa added ControllerResolver::forward() (will probably move it elsewhere later on) 14 years ago
  Fabien Potencier 75ea0b8395 added Engine::renderResponse() 14 years ago
  Fabien Potencier f61bb19548 added Response::setRedirect() 14 years ago