41 Commits (358186548ae7ba4bce1b84eb593932f4a7095f64)

Author SHA1 Message Date
Qiang Xue a153750efe Fixes #5745: Gii and debug modules may cause 404 exception when the route contains dashes 10 years ago
Qiang Xue 0909e0252a Fixes #5600: Allow configuring debug panels in `yii\debug\Module::panels` as panel class name strings 10 years ago
Qiang Xue 4a31628b01 Fixes #5089: Added asset debugger panel 10 years ago
artur 4b32837455 Improvements for debug toolbar (#838) - add panel to display used asset bundles 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt a9aebfab7c minor message improvements 10 years ago
Alexander Makarov 0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
Carsten Brandt e899406494 improved docs about application and module namespace 10 years ago
Carsten Brandt d622442acf improved debugger on handling unreadable files 11 years ago
Qiang Xue b55ce76479 Fixes #1263: Fixed the issue that Gii and Debug modules might be affected by incompatible asset manager configuration 11 years ago
Qiang Xue 707e4e810e fixed typo. [skip ci] 11 years ago
Qiang Xue 520011fff6 Fixes #3088: The debug and gii modules will manage their own URL rules now 11 years ago
Qiang Xue b0b8056f6c Fixes #3108: Added `yii\debug\Module::enableDebugLogs` to disable logging debug logs by default 11 years ago
Qiang Xue ea75177abc Refactored app bootstrap logic. 11 years ago
Qiang Xue 629ed62983 start debug logging only if debug runs when bootstrap. 11 years ago
Qiang Xue 586f5b87b0 Removed `Application::preload` in favor of `Application::bootstrap` 11 years ago
Qiang Xue 6e8c460273 Fixes #2724: consistent use of absolute and relative routes. 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Alexander Makarov 43c17d99cc Fixes #2426: Changed URL creation method signatures to be consistent 11 years ago
Mark be9645dd7f mail panel added 11 years ago
Tobias Munk 68281d55cb fixed code-style 11 years ago
Alexander Makarov dd26d39dd8 Removed unused namespace imports 11 years ago
Qiang Xue 1019f51bba support panel hiding. 11 years ago
Qiang Xue 365c5819c6 further improved custom panel setting. 11 years ago
Tobias Munk 61cb44478b moved getYiiLogo from panel to module 11 years ago
Qiang Xue beafb99e56 Added support to disable a debug panel. 11 years ago
Tobias Munk d4c3c356bb added panels position 11 years ago
Mark 9a6cda5ea9 added total queries monitoring 11 years ago
Alexander Makarov 18be221270 Refactored debug module, added all missing docs 11 years ago
Daniel Schmidt f24454a458 Renames AccessDeniedHttpException to ForbiddenHttpException in framework, docs, and extension files 11 years ago
Qiang Xue da9d544c54 psr-4 change. 11 years ago
Qiang Xue b89cd9266b Fixes #1827: Debugger toolbar is loaded twice if an action is calling `run()` to execute another action 11 years ago
Carsten Brandt 421ebeee1e refactored debug toolbar assets 11 years ago
Qiang Xue 41685a2409 moved extensions under yii. 11 years ago
Carsten Brandt 5a3dba60be created debug panel for elasticsearch 11 years ago
Qiang Xue c7c13a6693 Added concrete http exception classes. 11 years ago
Qiang Xue 182dfb39dc Added warning log when access to gii and debugger is denied due to IP restriction. 11 years ago
Qiang Xue a69fa1bfed Do not render debug toolbar in ajax request. 11 years ago
Alexander Makarov 927e9dddb4 Refactored View 11 years ago
Carsten Brandt bca3e95c86 reverted commit about aliases in debug and gii module 11 years ago
Carsten Brandt f6ba1f0082 fixed asset path problem in gii and debug module 11 years ago
Qiang Xue c4bb668b90 moved gii and debug to extensions. 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
resurtm b3b5e36d42 Remove use ($this). Related to 9e1b498fb5. 11 years ago
resurtm 9e1b498fb5 PHP 5.4 supports $this with closures. 11 years ago
Carsten Brandt cba8ec7310 fixes issue with debugmodule initializing view component too early 11 years ago
Carsten Brandt 147558ea19 added some class documentation 11 years ago
Qiang Xue ce4f37a183 doc fix. 11 years ago
Qiang Xue 9193e4777c Removed yii\debug\Module::enabled. 11 years ago
Qiang Xue 1f63bf0040 minor enhancement of debugger. 11 years ago