Qiang Xue
|
98b4540e38
|
fixed test break
|
11 years ago |
Qiang Xue
|
831e51153b
|
proper check of "db" property of ActiveDataProvider.
|
11 years ago |
Qiang Xue
|
a5e3c00d75
|
replaced inheritdoc tags.
|
11 years ago |
Qiang Xue
|
c9e4773ebb
|
Moved key serialization from data provider to data viewers.
|
11 years ago |
Panagiotis Moustafellos
|
2ff8ac3d61
|
fixed PhpDoc by swapping to {@inheritdoc}
|
11 years ago |
Qiang Xue
|
9efe446545
|
Fixes #1236: removed Sort::ASC and DESC
|
11 years ago |
Qiang Xue
|
42a58870fe
|
moved db interfaces and traits back to yii/db.
|
11 years ago |
Carsten Brandt
|
8250cfbb0f
|
reverted change of count() signature
|
11 years ago |
Carsten Brandt
|
ced7ee1b8a
|
dataprovider: reset orderBy when counting
strict sql dbms like postgres would fail otherwise
|
11 years ago |
Carsten Brandt
|
65338972c7
|
refactored ActiveRecord classes to use Interfaces and traits
this allows us to implement other activerecord implementations based on
NoSQL dbms
|
11 years ago |
Alexander Mohorev
|
51211898f8
|
Control statements based on the if and elseif constructs must have a single space before the opening parenthesis of the conditional and a single space after the closing parenthesis.
|
11 years ago |
Carsten Brandt
|
3b05e71561
|
ensure parameter types in baselistview message
fixes #1072
|
11 years ago |
Alexander Makarov
|
1f6a823073
|
Short array syntax
|
11 years ago |
Alexander Makarov
|
6f9785a293
|
fixes #995
|
11 years ago |
Qiang Xue
|
0035f23781
|
refactored data providers.
|
11 years ago |
Jin Hu
|
b7948e4840
|
Removed unnecessary lines
|
11 years ago |
Qiang Xue
|
cb60fa5ddd
|
Make sure query cloning works as expected.
|
11 years ago |
Carsten Brandt
|
ca69ef09d4
|
update of @property annotations
|
11 years ago |
Carsten Brandt
|
bdb77f33ba
|
updated @property annotations of many classes
|
11 years ago |
Carsten Brandt
|
a2eb49cd3e
|
use `@inheritdoc` for ActiveDataProvider::setSort
|
11 years ago |
Carsten Brandt
|
713a987a9d
|
auto fill sorting colums in ActiveDataProvider if none are configured
|
11 years ago |
Qiang Xue
|
d4c8f47c17
|
Fixes #753: fixed sorting issue of ActiveDataProvider
|
11 years ago |
Qiang Xue
|
27238f8d03
|
refactored ActiveDataProvider.
|
11 years ago |
Qiang Xue
|
dd5368b349
|
Refactored ActiveDataProvider.
|
11 years ago |
Qiang Xue
|
b31b02a55d
|
renamed IDataProvider::getItems() to getModels()
|
11 years ago |
Qiang Xue
|
111e7b3f60
|
method renaming.
|
12 years ago |
Qiang Xue
|
aa31b56aaf
|
Finished unit test of ActiveDataProvider.
|
12 years ago |
Qiang Xue
|
53a1f9608a
|
Added unit test for ActiveDataProvider.
|
12 years ago |
Qiang Xue
|
3996c7990d
|
Allow customizing DB connection for ActiveDataProvider.
|
12 years ago |
Qiang Xue
|
ad2d18814e
|
Refactored ActiveDataProvider.
|
12 years ago |
Qiang Xue
|
c4a57a9f6c
|
Refactored Query and ActiveQuery.
Finished ActiveDataProvider.
|
12 years ago |