Commit Graph

179 Commits

Author SHA1 Message Date
Qiang Xue
a153750efe Fixes #5745: Gii and debug modules may cause 404 exception when the route contains dashes 2014-10-24 08:01:35 -04:00
Alexander Makarov
6a794f6b1b Simpler fix for #5402 2014-10-19 18:42:58 +04:00
Alexander Makarov
084d355448 Fixes #5402: Debugger was not loading when there were closures, resources or PDO instances in the logged data 2014-10-19 17:00:52 +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
Qiang Xue
0909e0252a Fixes #5600: Allow configuring debug panels in yii\debug\Module::panels as panel class name strings 2014-10-16 09:30:12 -04: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
Alexander Makarov
812ec39e71 more phpdoc 2014-10-14 01:52:05 +04:00
Qiang Xue
47f2272652 prepare for next release. 2014-10-12 16:44:45 -04:00
Qiang Xue
ae8d978270 2.0.0 release. 2014-10-12 13:09:06 -04:00
Qiang Xue
5205eabe3e prepare for next release. 2014-09-28 01:44:31 -04:00
Qiang Xue
d2b864da84 prepare for 2.0.0-rc release. 2014-09-27 21:59:54 -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
Carsten Brandt
e40fd9d623 added branch alias to composer.json 2014-09-22 17:26:21 +02:00
Qiang Xue
ad4f652ca9 Removed unused bower.json files. Adjusted version dependencies. 2014-09-18 23:25:38 -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
Carsten Brandt
3ff548a442 Refactored DateValidator to support ICU format 2014-09-16 22:53:12 +02:00
Klimov Paul
4ce785ef76 DbPanel summary view fixed 2014-09-12 10:40:32 +03:00
Qiang Xue
6db5126515 send accept header for debug toolbar. [skip ci] 2014-09-11 12:43:52 -04:00
Klimov Paul
950577d52b Dynamic naming added to DbPanel 2014-09-11 11:51:19 +03:00
Qiang Xue
6c123c9556 Fixes ignores in bower.json [skip ci] 2014-08-28 16:28:03 -04:00
Qiang Xue
e0035e257c typo fix [skip ci] 2014-08-28 15:37:52 -04:00
Qiang Xue
f04970ec07 typo fix [skip ci] 2014-08-28 15:27:39 -04:00
Qiang Xue
1954810531 adjusted dependencies. [skip ci] 2014-08-28 15:14:57 -04:00
Alexander Makarov
78ae63250f Fixes #4812 2014-08-26 02:20:59 +04:00
Alexander Makarov
22839d92af Fixes #4812: Fixed search filter 2014-08-25 17:04:31 +04:00
Qiang Xue
c36417a831 Added bower.json for gii and debug extensions. 2014-08-15 21:18:37 -04:00
Carsten Brandt
7736853837 property code style extensions 2014-07-30 00:40:46 +02:00
Carsten Brandt
a9aebfab7c minor message improvements 2014-07-29 22:01:28 +02:00
Carsten Brandt
1cef60db17 debug toolbar: use textbox filter as fallback
see bf599b96bb
2014-06-25 00:35:03 +02:00
Carsten Brandt
bf599b96bb gridview filter disable is false, not true 2014-06-24 10:45:46 +02:00
Serge Postrash
86797ef49f Update CHANGELOG.md 2014-06-24 11:51:00 +04:00
Serge Postrash
ac7007206d Update index.php 2014-06-24 11:48:27 +04:00
Serge Postrash
1e06f3b905 Update CHANGELOG.md 2014-06-24 11:47:28 +04:00
Serge Postrash
b0524955bc Http status codes are hardcoded in filter
Manifest was not passed to view as was expected according to phpdoc.
We need it to extract status codes for filter.
2014-06-24 11:20:10 +04:00
Serge Postrash
7e19f799d6 Http status codes are hardcoded in filter
Arbitrary http status codes are hardcoded in filter so it is impossible to search by status code not present in select.
2014-06-24 11:11:24 +04:00
Serge Postrash
85d06fbd2e Update _item.php 2014-06-22 14:28:25 +04:00
Serge Postrash
6488a2bf1a Fix html markdown for span class="not-set" when time is not set
See #4000
2014-06-22 13:41:04 +04: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
Thiago Talma
59c981c832 Update CHANGELOG.md 2014-06-16 22:01:48 -03:00
Qiang Xue
6b799d392d Fixes #3358: Removed automatic CSRF meta tag generation by View. Added Html::csrfMetaTags() and its call to main layout files 2014-06-13 10:04:48 -04:00
Thiago Talma
683ee12529 Update view.php 2014-06-11 17:10:33 -03:00
Klimov Paul
dc9f9d9271 Doc comments and code style for 'debug' extension adjusted 2014-06-11 10:54:08 +03:00
Carsten Brandt
9679721e0c fixes display of array log messages in debug toolbar
fixes #3244
2014-06-09 15:17:54 +02: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
Alexander Makarov
af1a266665 Fixes #2299: Date and time in request list is now never wrapped 2014-06-08 03:20:57 +04:00