Commit Graph

69 Commits

Author SHA1 Message Date
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
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
Klimov Paul
950577d52b Dynamic naming added to DbPanel 2014-09-11 11:51:19 +03: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
ac7007206d Update index.php 2014-06-24 11:48:27 +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
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
Alexander Makarov
af1a266665 Fixes #2299: Date and time in request list is now never wrapped 2014-06-08 03:20:57 +04:00
Evgeniy Tkachenko
b45409327d Hide debug toolbar when media = print
fix https://github.com/yiisoft/yii2/issues/3050
2014-04-15 11:47:12 +03:00
Carsten Brandt
c501ae4f4d debug: fix highlight of redirect HTTP status
1xx status is not that common.
2014-04-14 14:52:36 +02:00
Carsten Brandt
94d6fb1804 Fixed view path in debug mail panel 2014-04-14 14:45:10 +02:00
Qiang Xue
92bd71cd84 Fixes #2912: Relative view files will be looked for under the directory containing the view currently being rendered 2014-03-28 21:54:32 -04:00
Carsten Brandt
c3ce904af5 fixed detailview attributes
fixes #2765
2014-03-17 12:27:01 +01:00
SonicGD
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
Alexander Makarov
5d6c314d4e Adjusted URL helper, fixed usage 2014-03-10 15:25:15 +04:00
Alexander Makarov
92b381795b Adjusted Url helper methods 2014-03-10 01:34:05 +04:00
Alexander Makarov
3400eb5215 #2630: yii\heplers\Html::url moved to new yii\helpers\Url::create 2014-03-09 16:41:55 +04:00
Carsten Brandt
1b7e1cd027 Merge pull request #2605 branch 'feature' of https://github.com/mongosoft/yii2 into code-style
* 'feature' of https://github.com/mongosoft/yii2:
  returned back formatting language files
  code style. WHILE
  code style. FOR
  code style. FOREACH
  code style. operator IF
  @param, @var, @property and @return must declare types as boolean, integer, string, array or null
  short echo tags
  short array syntax

Conflicts:
	extensions/apidoc/commands/RenderController.php
	extensions/apidoc/models/BaseDoc.php
	extensions/apidoc/models/Context.php
	extensions/apidoc/templates/bootstrap/Renderer.php
	extensions/apidoc/templates/bootstrap/layouts/guide.php
	extensions/apidoc/templates/bootstrap/layouts/main.php
	extensions/apidoc/templates/bootstrap/views/index.php
	extensions/apidoc/templates/html/Renderer.php
	extensions/apidoc/templates/offline/views/index.php
	extensions/apidoc/templates/offline/views/offline.php
	extensions/apidoc/templates/online/views/index.php
	extensions/elasticsearch/Connection.php
	extensions/redis/ActiveQuery.php
	framework/base/ErrorException.php
	framework/helpers/BaseFileHelper.php
	tests/unit/framework/helpers/FileHelperTest.php
2014-03-07 21:54:44 +01:00
AlexGx
1982efbdfe many phpcs fixes 2014-03-05 00:22:55 +02:00
Alexander Makarov
61b64d7513 Removed unused "use" statements 2014-03-04 22:40:04 +04:00
Alexander Mohorev
95ea1c20bb code style. FOREACH 2014-03-03 21:47:47 +03:00
Qiang Xue
6bdf02dc93 Fixes #2601 2014-03-02 17:04:40 -05:00
Qiang Xue
da13b336be minor css fixes. 2014-02-24 15:26:47 -05:00
Mark
5534b513d5 fixed label in view 2014-02-14 21:01:57 +04:00
Mark
f7f30f4ef7 added mail count filtering 2014-02-14 20:33:06 +04:00
Qiang Xue
6ad357d93c Merge pull request #2385 from Ragazzo/debug_module_mail_panel
Debug module mail panel
2014-02-12 13:56:18 -05:00
Tobias Munk
4d6162980a added check for db and request panel, disabled output if one is missing 2014-02-11 12:52:21 +01:00
Tobias Munk
87cb3e5b04 added h1 for request panel 2014-02-11 12:51:17 +01:00
Tobias Munk
02f3bc7ecf applied coding standards 2014-02-11 12:51:00 +01:00
Tobias Munk
028570b902 spaces to tabs 2014-02-11 12:50:30 +01:00
Mark
be9645dd7f mail panel added 2014-02-09 21:34:05 +04:00
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
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
c998461757 added parsed phpinfo to config detail, removed controller action 2014-02-07 02:46:20 +01: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