Commit Graph

66 Commits

Author SHA1 Message Date
Qiang Xue
60a17fe337 doc fix. 2014-02-07 10:59:08 -05:00
Tobias Munk
68281d55cb fixed code-style 2014-02-07 12:12:27 +01:00
Tobias Munk
dc110a9c05 Merge commit '4a201c7ad5b1baad3487d21d888f6e683052017f' into feature/toolbar-ui-2 2014-02-07 11:13:44 +01:00
Alexander Makarov
dd26d39dd8 Removed unused namespace imports 2014-02-07 13:26:00 +04:00
Qiang Xue
1019f51bba support panel hiding. 2014-02-06 21:54:44 -05:00
Qiang Xue
365c5819c6 further improved custom panel setting. 2014-02-06 21:45:23 -05:00
Tobias Munk
2f5526656b fixed indent (tabs) 2014-02-07 03:17:37 +01:00
Tobias Munk
70cebf2507 Merge commit 'beafb99e562bf52f2496d106788160b776243bbd' into feature/toolbar-ui-2
Conflicts:
	extensions/debug/Module.php
2014-02-07 03:02:55 +01:00
Tobias Munk
e4f0e800c6 refactored panels to achieve a consistent look 2014-02-07 02:49:29 +01:00
Tobias Munk
18a3e9aa0b removed separator, panel has only one unique link 2014-02-07 02:48:12 +01:00
Tobias Munk
840d588fe0 added panel support for index view 2014-02-07 02:47:23 +01:00
Tobias Munk
c998461757 added parsed phpinfo to config detail, removed controller action 2014-02-07 02:46:20 +01:00
Tobias Munk
61cb44478b moved getYiiLogo from panel to module 2014-02-07 02:40:27 +01:00
Qiang Xue
beafb99e56 Added support to disable a debug panel. 2014-02-06 20:24:27 -05:00
Tobias Munk
ac3304c34a fixed indent (tabs) 2014-02-07 00:43:02 +01:00
Tobias Munk
ec63c91510 added medium size columns 2014-02-07 00:42:16 +01:00
Tobias Munk
898c17887a use the url of the first panel as link, when toolbar is minimized 2014-02-07 00:42:03 +01:00
Tobias Munk
bc20c64e16 fixed time formatting 2014-02-07 00:40:36 +01:00
Tobias Munk
09f303a589 moved 'Yii Debugger' from view to panel 2014-02-07 00:40:19 +01:00
Tobias Munk
d4c3c356bb added panels position 2014-02-07 00:38:44 +01:00
Tobias Munk
bbb0a22246 fixed home icon display 2014-02-05 16:21:47 +01:00
Tobias Munk
646ed1515a readded phpinfo links and separator, now opens in a new tab 2014-02-05 16:21:18 +01:00
Tobias Munk
b3e6aedc45 toolbar UI updates
added home icon
removed separators with summary sections to make browsing with the panel more intuitive
updated version number display, now also shown as label
2014-02-05 02:03:19 +01:00
Qiang Xue
9f5dbd72b6 Merge pull request #2292 from gonimar/patch-8
Fix url for db panel.
2014-02-04 12:22:02 -08:00
Mark
67d323a13b debug changelog 2014-02-04 16:18:23 +04:00
Sergey Gonimar
201422a723 Fix url for db panel. 2014-02-04 00:24:56 +06:00
Sergey Gonimar
29d2eeca2e Fix url for db panel. 2014-02-03 23:08:31 +05:00
Qiang Xue
86c6d744ed label fix. 2014-02-03 11:58:04 -05:00
Mark
4742514570 method renamed, more php-docs added 2014-02-03 20:35:08 +04:00
Mark
717d2641a8 changed setting name, fixed php-docs 2014-02-03 20:23:46 +04:00
Mark
9a6cda5ea9 added total queries monitoring 2014-02-02 20:36:05 +04:00
Alexander Makarov
b78ae6d97e Minor cleanup for debug module 2014-02-01 04:30:00 +04:00
Alexander Makarov
18be221270 Refactored debug module, added all missing docs 2014-02-01 04:24:01 +04:00
Alexander Makarov
135b7b5543 Added array initialization 2014-02-01 01:10:17 +04:00
Carsten Brandt
5c26f01f84 fixed doc links 2014-01-29 12:22:30 +01:00
Qiang Xue
b948454597 minor fixes. 2014-01-29 00:08:03 -05:00
Qiang Xue
150d71368b Merge branch 'request-params-refactoring' of github.com:cebe/yii2 into cebe-request-params-refactoring
Conflicts:
	framework/CHANGELOG.md
2014-01-26 17:41:14 -05:00
Daniel Schmidt
40090577c5 Merge branch 'master' of git://github.com/yiisoft/yii2 into 2103-rename-accessdeniedhttpexception 2014-01-22 19:23:51 -08:00
Vladimir Zbrailov
4dabe605e3 added use http_get_request_headers and use getHeaders method in Gii module 2014-01-22 18:54:10 +04:00
Carsten Brandt
7438b6b450 removed unused use tag 2014-01-22 09:40:32 +01:00
Daniel Schmidt
f24454a458 Renames AccessDeniedHttpException to ForbiddenHttpException in framework, docs, and extension files 2014-01-21 17:11:28 -08:00
Carsten Brandt
ab59a795e2 more reliable way of saving debug index file
fixes #1884
2014-01-21 18:34:29 +01:00
Carsten Brandt
477ee2e5eb added information about request body to debug toolbar 2014-01-21 17:16:50 +01:00
Carsten Brandt
0d669f5e6b refactored params methods in Request
issue #2043
2014-01-21 15:04:43 +01:00
Luciano Baraglia
7d33a5d3b5 Some Code style fixes 2014-01-19 13:35:36 -03:00
djagya
a33907f6e2 Using VarDumper::dumpAsString() instead var_export() in the Request panel 2014-01-16 13:29:52 +01:00
Qiang Xue
f4a8e895f7 Fixes #1845: removed pagination from debug panels. 2014-01-13 21:55:31 -05:00
Qiang Xue
da9d544c54 psr-4 change. 2014-01-10 21:06:25 -05:00
Qiang Xue
41685a2409 moved extensions under yii. 2013-12-09 23:51:49 -05:00
Carsten Brandt
5a3dba60be created debug panel for elasticsearch
this panel shows all logged elasticsearch queries and allows to execute
them to see the results.
2013-12-01 22:21:22 +01:00