Commit Graph

50 Commits

Author SHA1 Message Date
Tobias Munk
5cb9349273 Fixes #6113: Improved debugger configuration and request UI
- Responsive tables.
- Route is displayed by default, action is available as tooltip.
- Better config table display.
- PHP extensions are sorted alphabetically.
2014-11-20 12:28:05 +03:00
Alexander Makarov
6a794f6b1b Simpler fix for #5402 2014-10-19 18:42:58 +04:00
Carsten Brandt
179be14ce1 revert incorrect change in #5617 2014-10-17 13:12:47 +02:00
pana1990
8c8b7a77cf refactoring code 2014-10-17 06:42:26 +02:00
Alexander Makarov
1e40bc75d3 Merge branch 'mongodb-debug-short' of github.com:klimov-paul/yii2 into klimov-paul-mongodb-debug-short 2014-10-15 12:16:41 +04:00
Alexander Makarov
d8df7d5a22 Removed unused code 2014-10-14 01:58:38 +04:00
Alexander Makarov
5a99797f86 Removed unused aliases 2014-10-14 01:56:52 +04:00
Nikola Kovacs
f82519b1c3 Use text/plain part of multipart message for text body and charset in debug mail panel.
Fixes #5126
2014-09-22 11:41:30 -04:00
Qiang Xue
4a31628b01 Fixes #5089: Added asset debugger panel 2014-09-18 00:07:30 -04:00
artur
4b32837455 Improvements for debug toolbar (#838) - add panel to display used asset bundles 2014-09-17 22:57:15 -04:00
Klimov Paul
950577d52b Dynamic naming added to DbPanel 2014-09-11 11:51:19 +03:00
Carsten Brandt
7736853837 property code style extensions 2014-07-30 00:40:46 +02:00
Alexander Makarov
0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 2014-06-20 17:40:00 +04:00
Alexander Makarov
b12f4dd791 Fixes #3956: Debug toolbar was affecting flash message removal 2014-06-20 14:40:36 +04:00
Klimov Paul
dc9f9d9271 Doc comments and code style for 'debug' extension adjusted 2014-06-11 10:54:08 +03:00
Carsten Brandt
efbd23b52e refactored logger to support array values out of the box.
fixes #3245, #3244
2014-06-09 14:58:36 +02:00
Klimov Paul
bcf71310cb Typo fixed 2014-06-05 15:07:29 +03:00
Klimov Paul
6cdd40e9ad Extra tab symbol removed 2014-06-05 15:04:41 +03:00
Carsten Brandt
3838b501ba refactored Debug Mail panel to work with different vendors
implementation checks for instanceof for additional swiftmailer
capabilities.

issue #2870
2014-04-25 21:04:39 +02:00
Carsten Brandt
fe14f0c5e3 fixed all the PHPdoc in extensions 2014-04-23 03:25:11 +02:00
Carsten Brandt
3c400dbca8 fixed file PHPdoc
issue #3026
2014-04-10 22:10:59 +02:00
Qiang Xue
f8b63591b0 Fix #2877: yii\log\Logger is split into yii\log\Logger and yii\log\Dispatcher. (qiangxue) 2014-03-26 21:48:41 -04:00
Carsten Brandt
1e75427393 updated classmap and phpdoc 2014-03-24 23:26:30 +01:00
Qiang Xue
72c99663ff Refactored container. 2014-03-18 11:49:52 -04:00
Qiang Xue
8c2e39235f Turn module and application into DI containers. 2014-03-17 23:57:01 -04:00
SonicGD
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
AlexGx
1982efbdfe many phpcs fixes 2014-03-05 00:22:55 +02:00
Carsten Brandt
098567ce16 fixed phpdoc errors and updated properties 2014-02-20 13:42:30 +01:00
resurtm
b6b10ded56 Fix scrollbar in the Debug module when viewing PHP info output 2014-02-19 23:30:19 +06:00
Mark
f7f30f4ef7 added mail count filtering 2014-02-14 20:33:06 +04:00
Qiang Xue
4e6aa21198 The directory holding email templates is renamed from mails to mail 2014-02-12 15:01:01 -05:00
Mark
be9645dd7f mail panel added 2014-02-09 21:34:05 +04:00
Tobias Munk
68281d55cb fixed code-style 2014-02-07 12:12:27 +01:00
Tobias Munk
61cb44478b moved getYiiLogo from panel to module 2014-02-07 02:40:27 +01: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
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
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
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
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
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
Qiang Xue
d2e5f2c507 Fixes #1234: use dash instead of underscore to separate language and country in locale id. 2013-11-19 16:33:52 -05:00
Qiang Xue
f6b9337766 Adjusted extension list. 2013-11-09 23:18:01 -05:00
Qiang Xue
896b7d1528 typo fix. 2013-11-09 23:13:20 -05:00
Qiang Xue
9867ffb6f7 Added display of installed extension to debug panel. 2013-11-09 22:36:56 -05:00
Qiang Xue
c4bb668b90 moved gii and debug to extensions. 2013-11-03 00:16:35 -04:00