Qiang Xue
f72c451c86
Display debug toolbar on error pages.
2013-08-02 16:36:11 -04:00
yiidevelop
5790a00de5
Add encodeLabels configure
...
Please, review and approval.
Thanks
2013-08-03 03:08:32 +07:00
Qiang Xue
1398de3f4a
Renamed DataColumn::type to format.
...
Added GridView::dataColumnClass.
2013-08-02 15:17:37 -04:00
Qiang Xue
d1ebf65597
Fixed the issue that ActiveQuery::one() doesn't bring back related objects when asArray is true.
2013-08-02 15:07:23 -04:00
Qiang Xue
d135631f8e
Avoid logging db errors repeatedly.
2013-08-01 20:06:58 -04:00
creocoder
c091248e0d
ActiveRecord::getNamespacedClass() call style
2013-08-01 17:19:44 +04:00
Qiang Xue
4b9e965454
GridView WIP
2013-08-01 08:26:54 -04:00
Alexander Makarov
445854171b
Merge pull request #696 from creocoder/ar-getnamespacedclass-static
...
Make ActiveRecord::getNamespacedClass() static
2013-07-31 13:27:49 -07:00
davert
7f2d2da52c
formatting fix
2013-07-31 23:01:11 +03:00
davert
2a08297ac8
formatting fix
2013-07-31 22:47:45 +03:00
Michael Bodnarchuk
58083f6ed0
A simple patch to get AspectMock and Go Aop working with Yii2
...
This is a very tiny patch that changes nothing in code logic, but is required to get [AspectMock](https://github.com/Codeception/AspectMock ) and Go Aop working with Yii2.
Go Aop is processing all `include` and `require` directives, replacing them with its filters. Unfortunately it doesn't play well with one-liners. So I had to break the code into few lines to get that working.
I was trying to fix this issue in [Go Aop](https://github.com/lisachenko/go-aop-php/pull/78 ) but looks like, the only option is to fix that in Yii2.
AspectMock can dramaticly improve unit testing in Yii2, and I plan to do a blogpost with tutorial about it.
2013-07-31 22:39:13 +03:00
creocoder
02581c59e7
Make ActiveRecord::getNamespacedClass() static
2013-07-31 18:56:36 +04:00
Qiang Xue
a23f233457
enhanced the usage of StringValidator.
2013-07-31 07:42:59 -04:00
Qiang Xue
eda171e1be
Added more YII_ENV constants.
2013-07-31 07:18:59 -04:00
Qiang Xue
5d9c23c67b
Added Sort::hasAttribute().
2013-07-30 12:01:02 -04:00
Qiang Xue
f2ceef4c76
Fixes #686
2013-07-30 11:56:09 -04:00
Alexander Makarov
0645445523
fixes #677
2013-07-29 20:08:47 +04:00
Ilya Antipenko
7fd68199e5
Fix SORT_DESC comment in Query.php
2013-07-29 17:40:58 +03:00
Qiang Xue
458f50acd0
typo fix
2013-07-29 06:23:52 -04:00
Qiang Xue
ef0d709f62
Merge branch 'master' of github.com:yiisoft/yii2
2013-07-28 17:28:57 -04:00
Qiang Xue
539be8ebaa
Refactored ListView.
2013-07-28 17:28:12 -04:00
Qiang Xue
dc893ec669
Added DataProvider::id
2013-07-28 08:59:44 -04:00
Luciano Baraglia
3c642f0b9c
Example usage consistent with other widgets [skip ci]
2013-07-28 01:46:36 -03:00
Qiang Xue
f4f57bf08b
Fixed method name display in error view.
2013-07-27 21:09:49 -04:00
Qiang Xue
0b1fad2089
Fixes #668
2013-07-27 12:54:53 -04:00
sv3tli0
89f11519ef
Fix description
2013-07-27 15:32:31 +03:00
Qiang Xue
b42f5181e7
reorganized debug panels.
2013-07-26 08:16:54 -04:00
Qiang Xue
6e851e9547
reorganized RequestPanel.
2013-07-26 08:07:14 -04:00
Qiang Xue
e96ef1f40b
removed tabindex attribute
2013-07-26 08:06:54 -04:00
Qiang Xue
3bef7365f1
Fixes #624 : renamed www to web.
2013-07-25 07:57:49 -04:00
Qiang Xue
ae287f12d6
Fixes #660 .
2013-07-24 16:23:02 -04:00
Qiang Xue
f7257e53f0
Fixes #659 .
2013-07-24 13:41:14 -04:00
Qiang Xue
0404874092
Merge branch 'master' of github.com:yiisoft/yii2
2013-07-24 11:45:22 -04:00
Qiang Xue
64fe535e0a
Finished ListView.
2013-07-24 11:44:40 -04:00
resurtm
fc801ee601
Merge branch 'master' of github.com:yiisoft/yii2
2013-07-24 21:36:35 +06:00
resurtm
c98dae8430
Doc fix.
2013-07-24 21:36:10 +06:00
Qiang Xue
d1212bc73b
Support relative route in Controller::createUrl()
2013-07-24 11:20:04 -04:00
Qiang Xue
5c02038377
ListView WIP
2013-07-24 09:04:40 -04:00
Qiang Xue
39817de330
Ensure correct type.
2013-07-24 08:02:19 -04:00
Qiang Xue
3d10cb1852
Changed default value of Logger::traceLevel.
2013-07-24 07:51:12 -04:00
Qiang Xue
e433c98ed4
Fixes #599
2013-07-23 22:01:16 -04:00
Qiang Xue
e33089960f
Added call stack display for DB debug panel.
2013-07-23 22:00:44 -04:00
Qiang Xue
915a3cd779
Fixes #653 : use boolean type to indicate boolean attributes.
2013-07-23 20:45:14 -04:00
Qiang Xue
1f5d77790f
Fixed test breaks.
2013-07-22 10:54:43 -04:00
Qiang Xue
20bde29f58
Added typecasting for SQL insertion and update.
2013-07-22 10:47:22 -04:00
Qiang Xue
ec23b1b481
Added new boolean attributes.
2013-07-22 09:51:43 -04:00
Qiang Xue
f1ba923e91
Fixes #648 : EVENT_BEFORE_ACTION is triggered twice.
2013-07-21 20:39:05 -04:00
Qiang Xue
6f4e2c9b3c
Fixes #647
2013-07-21 19:10:29 -04:00
Qiang Xue
7eb33d65c6
Refactored Sort.
2013-07-21 13:20:47 -04:00
Alexander Makarov
02608626fb
class import cleanup
2013-07-21 19:29:18 +04:00