Alexander Makarov
322dc10d22
fixes #687
11 years ago
Alexander Makarov
9c97e3e38a
fixed phpdoc of Request
11 years ago
Qiang Xue
3368a29b74
Merge pull request #716 from crtlib/patch-4
...
Fixing typo in Captcha.php
11 years ago
Qiang Xue
6823fdedaf
Fixes #717 : Added ActiveRecord::hasAttribute()
11 years ago
crtlib
bbfc18cae9
Fixing typo in Captcha.php
11 years ago
Qiang Xue
9d8c096832
Merge pull request #714 from crtlib/patch-3
...
Another try for Component::hasProperty() optimization
11 years ago
Alexander Makarov
a1d1b2fb96
draft of security section
11 years ago
Alexander Makarov
9c568c03ff
added note about Redis to performance section
11 years ago
crtlib
80f1fda740
checkVar => checkVars
11 years ago
crtlib
004c509ca3
checkVar => checkVars
11 years ago
Alexander Makarov
f00fd142fc
a bit more overview
11 years ago
Alexander Makarov
c861474bb0
mentioned installing from Composer in docs
11 years ago
Alexander Makarov
d7f93350a4
bumped up twig version
11 years ago
crtlib
bb05ed4f24
Update Component.php
11 years ago
crtlib
846f17017c
Component::hasProperty() small optimization
11 years ago
Qiang Xue
27238f8d03
refactored ActiveDataProvider.
11 years ago
Qiang Xue
250ec28e0c
Fixes #713 .
11 years ago
Qiang Xue
60ba20491e
Added support for passing parameters to the format method.
11 years ago
Qiang Xue
d836654af9
Fixes #704 .
11 years ago
Qiang Xue
6b41d41fd9
Fixes #711 .
11 years ago
Qiang Xue
62dee1490b
Fixes #709 .
11 years ago
Qiang Xue
dd5368b349
Refactored ActiveDataProvider.
11 years ago
Alexander Makarov
58eb23d3e8
Merge pull request #708 from lucianobaraglia/master
...
Minor doc and messages fixes [skip ci]
11 years ago
Qiang Xue
b31b02a55d
renamed IDataProvider::getItems() to getModels()
11 years ago
Qiang Xue
3d5388ff2b
Reorganized captcha code.
11 years ago
Luciano Baraglia
8760407cc9
Some doc code cleanup [skip ci]
11 years ago
Luciano Baraglia
f829b9478b
Minor doc and messages fixes [skip ci]
11 years ago
Qiang Xue
9f4ccb6243
Added status code display to debugger toolbar.
11 years ago
Qiang Xue
da81f8da9e
Merge branch 'master' of github.com:yiisoft/yii2
11 years ago
Qiang Xue
4ac501f492
Removed placeholders.
11 years ago
Alexander Makarov
0cde54bc3c
added note about routes for camelCased controllers and actions
11 years ago
Alexander Makarov
3a2215b833
fixed length constraints check to always result in correct range
11 years ago
Alexander Makarov
478560fdd1
requirements: fixed intl version checking
11 years ago
Qiang Xue
7f27ef59c5
Merge branch 'master' of github.com:yiisoft/yii2
11 years ago
Qiang Xue
f72c451c86
Display debug toolbar on error pages.
11 years ago
Qiang Xue
2017a96a16
Merge pull request #707 from yiidevelop/patch-2
...
Add encodeLabels configure
11 years ago
yiidevelop
5790a00de5
Add encodeLabels configure
...
Please, review and approval.
Thanks
11 years ago
Qiang Xue
1398de3f4a
Renamed DataColumn::type to format.
...
Added GridView::dataColumnClass.
11 years ago
Qiang Xue
d1ebf65597
Fixed the issue that ActiveQuery::one() doesn't bring back related objects when asArray is true.
11 years ago
Qiang Xue
b2739b84c5
Merge branch 'master' of github.com:yiisoft/yii2
11 years ago
Alexander Makarov
71fae803bc
fixes #684
11 years ago
Qiang Xue
d135631f8e
Avoid logging db errors repeatedly.
11 years ago
Alexander Makarov
af6f6d15e5
Merge pull request #702 from creocoder/ar-getnamespacedclass-call-type
...
ActiveRecord::getNamespacedClass() call style
11 years ago
creocoder
c091248e0d
ActiveRecord::getNamespacedClass() call style
11 years ago
Qiang Xue
4b9e965454
GridView WIP
11 years ago
Alexander Makarov
445854171b
Merge pull request #696 from creocoder/ar-getnamespacedclass-static
...
Make ActiveRecord::getNamespacedClass() static
11 years ago
Alexander Makarov
92d3c98cde
Merge pull request #697 from DavertMik/patch-1
...
A simple patch to get AspectMock and Go Aop working with Yii2
11 years ago
davert
7f2d2da52c
formatting fix
11 years ago
davert
2a08297ac8
formatting fix
11 years ago
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.
11 years ago