Fabien Potencier
|
42cad4e57e
[FrameworkBundle] made logger optional in ExceptionManager
|
14 年之前 |
Fabien Potencier
|
47a26a0a42
[HttpKernel] fixed typo
|
14 年之前 |
Fabien Potencier
|
cbdde58ddd
[FrameworkBundle] added error logging with error_log() when logger is disabled
|
14 年之前 |
Fabien Potencier
|
d5069fc594
[FrameworkBundle] refactored Exception management
|
15 年之前 |
Fabien Potencier
|
955fd40dd8
moved Logger interfaces to a HttpKernel Log sub-namespace
|
14 年之前 |
Fabien Potencier
|
5ea4b348c0
[ZendBundle] added DebugLoggerInterface
|
14 年之前 |
Fabien Potencier
|
3f2aa37f12
[HttpFoundation] added Request::setRequestFormat()
|
14 年之前 |
Fabien Potencier
|
f48aeb1021
[FrameworkBundle] added the possibility to render a template for a different format than the one from the current Request
|
14 年之前 |
ornicar
|
51680a2d95
[Routing] made Router->generate optional, default to empty array
|
15 年之前 |
Fabien Potencier
|
42dd155ad8
[FrameworkBundle] fixed CS
|
15 年之前 |
ornicar
|
4ed65d026e
fixed Controller::redirect must return the response
|
15 年之前 |
Fabien Potencier
|
42c2affbb1
[FrameworkBundle] removed Container dependency for RequestListener
|
15 年之前 |
Fabien Potencier
|
509bfb8940
[FrameworkBundle] removed Container dependency for ExceptionFormatter
|
15 年之前 |
Fabien Potencier
|
917da00763
[FrameworkBundle] changed error_log() calls to logger calls
|
15 年之前 |
Fabien Potencier
|
0da7295a9c
[FrameworkBundle] clean up Request before forwarding
|
15 年之前 |
ornicar
|
c9ff42955b
fixed usage of getRequest() in ControllerResolver
|
15 年之前 |
Fabien Potencier
|
e510778e18
[FrameworkBundle] removed old file
|
15 年之前 |
Fabien Potencier
|
714fa6f652
[FrameworkBundle] fixed built-in controllers
|
15 年之前 |
Fabien Potencier
|
96e9a682b3
removed old code
|
15 年之前 |
Fabien Potencier
|
880f37c4ee
changed Controller to implements ArrayAccess, removed getRequest() method
|
15 年之前 |
Fabien Potencier
|
38edd2aafa
added ControllerResolver::forward() (will probably move it elsewhere later on)
|
15 年之前 |
Fabien Potencier
|
75ea0b8395
added Engine::renderResponse()
|
15 年之前 |
Fabien Potencier
|
f61bb19548
added Response::setRedirect()
|
15 年之前 |
Fabien Potencier
|
ef0347c1b9
simplified HttpKernel types of request
|
15 年之前 |
Fabien Potencier
|
c139fd64d1
updated bootstrap.php
|
15 年之前 |
ornicar
|
6461e27066
Fix CRLF in xliff-core-1.2-strict.xsd
|
15 年之前 |
Fabien Potencier
|
b514d767ef
simplified some code
|
15 年之前 |
Brandon Turner
|
84446fe0ec
[FrameworkBundle] Updated kernel test to create tmp directory on instantiation
|
15 年之前 |
Fabien Potencier
|
50617e1acb
[FrameworkBundle] added an error message when an exception is thrown when handling another exception
|
15 年之前 |
Jonathan H. Wage
|
625d0ab322
Fixing naming issue (fixes #8953)
|
15 年之前 |