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
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
e899406494
improved docs about application and module namespace
...
fixes #3539
2014-05-23 19:14:36 +02:00
Carsten Brandt
b7e493fca0
Tabs to spaces to be consistent
...
```
vendor/bin/indent --spaces -r framework/
vendor/bin/indent --tabs -r . --pattern=*.json
vendor/bin/indent --spaces -r . --pattern=*.md
vendor/bin/indent --spaces -r . --pattern=yii.*.js
vendor/bin/indent --spaces -r . --pattern=*.css
```
2014-05-23 16:58:21 +02:00
Carsten Brandt
d622442acf
improved debugger on handling unreadable files
...
issue #3494
2014-05-17 14:43:47 +02: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
Qiang Xue
b55ce76479
Fixes #1263 : Fixed the issue that Gii and Debug modules might be affected by incompatible asset manager configuration
2014-04-22 12:42:51 -04:00
Qiang Xue
707e4e810e
fixed typo. [skip ci]
2014-04-17 23:33:13 -04:00
Qiang Xue
520011fff6
Fixes #3088 : The debug and gii modules will manage their own URL rules now
2014-04-17 20:42:50 -04:00
Qiang Xue
12c3b59b9b
log fixes [skip ci]
2014-04-15 14:44:11 -04:00
Qiang Xue
b0b8056f6c
Fixes #3108 : Added yii\debug\Module::enableDebugLogs to disable logging debug logs by default
2014-04-15 14:43:09 -04:00
Alexander Makarov
b568c904ea
Updated changelog
2014-04-15 13:57:15 +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
f4c38faf74
prepare for next release.
2014-04-13 21:22:29 -04:00
Qiang Xue
8bbcff70db
prepare for 2.0.0-beta release.
2014-04-13 17:58:59 -04:00
Carsten Brandt
c6e1a2f02f
Merge branch 'master' of github.com:yiisoft/yii2
...
* 'master' of github.com:yiisoft/yii2: (79 commits)
Refactored app bootstrap logic.
Update authorization.md
Fixes #3052 : Fixed the issue that cache dependency data is not reused when `reusable` is set true
start debug logging only if debug runs when bootstrap.
Update finnish translation
Add ODBC support to yii\db\Connection
updated error handler and requirement checker links.
fixed broken API links [skip ci]
added more doc [skip ci]
update class map.
Fixes #2034 : Added `ContentNegotiator` to support response format and language negotiation
renamed attributes to attributeNames in model
updated phpdoc
Removed `Application::preload` in favor of `Application::bootstrap`
Update module-debug.md
Update model.md
Fixes
Update basics.md
typo fix [skip ci]
Added `HtmlResponseFormatter` and `JsonResponseFormatter`
...
2014-04-10 22:22:36 +02:00
Carsten Brandt
3c400dbca8
fixed file PHPdoc
...
issue #3026
2014-04-10 22:10:59 +02:00
Qiang Xue
ea75177abc
Refactored app bootstrap logic.
2014-04-10 15:05:01 -04:00
Qiang Xue
629ed62983
start debug logging only if debug runs when bootstrap.
2014-04-10 08:45:33 -04:00
Qiang Xue
0b29c9607d
fixed broken API links [skip ci]
2014-04-09 22:22:49 -04:00