32 Commits

Author SHA1 Message Date
34dc150f63 doc fixes. 2014-01-06 20:51:43 -05:00
98b4540e38 fixed test break 2013-11-30 20:11:32 -05:00
831e51153b proper check of "db" property of ActiveDataProvider. 2013-11-30 15:52:22 -05:00
a5e3c00d75 replaced inheritdoc tags. 2013-11-29 12:49:07 -05:00
c9e4773ebb Moved key serialization from data provider to data viewers. 2013-11-29 12:42:26 -05:00
2ff8ac3d61 fixed PhpDoc by swapping to {@inheritdoc} 2013-11-26 04:24:20 +02:00
9efe446545 Fixes #1236: removed Sort::ASC and DESC 2013-11-19 10:20:07 -05:00
42a58870fe moved db interfaces and traits back to yii/db. 2013-11-14 22:01:26 -05:00
8250cfbb0f reverted change of count() signature 2013-11-14 08:06:57 +01:00
ced7ee1b8a dataprovider: reset orderBy when counting
strict sql dbms like postgres would fail otherwise
2013-11-13 19:47:35 +01:00
65338972c7 refactored ActiveRecord classes to use Interfaces and traits
this allows us to implement other activerecord implementations based on
NoSQL dbms
2013-11-13 18:42:50 +01:00
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. 2013-10-28 23:51:48 +03:00
3b05e71561 ensure parameter types in baselistview message
fixes #1072
2013-10-28 11:01:38 +01:00
1f6a823073 Short array syntax 2013-10-18 20:52:38 +04:00
6f9785a293 fixes #995 2013-10-17 12:30:41 +04:00
0035f23781 refactored data providers. 2013-10-01 21:35:35 -04:00
b7948e4840 Removed unnecessary lines 2013-09-26 23:35:02 +08:00
cb60fa5ddd Make sure query cloning works as expected. 2013-08-29 17:19:22 -04:00
ca69ef09d4 update of @property annotations 2013-08-28 14:59:52 +02:00
bdb77f33ba updated @property annotations of many classes 2013-08-28 14:16:13 +02:00
a2eb49cd3e use @inheritdoc for ActiveDataProvider::setSort 2013-08-25 11:54:17 +02:00
713a987a9d auto fill sorting colums in ActiveDataProvider if none are configured 2013-08-25 00:00:14 +02:00
d4c8f47c17 Fixes #753: fixed sorting issue of ActiveDataProvider 2013-08-13 07:46:04 -04:00
27238f8d03 refactored ActiveDataProvider. 2013-08-03 17:02:36 -04:00
dd5368b349 Refactored ActiveDataProvider. 2013-08-03 13:19:33 -04:00
b31b02a55d renamed IDataProvider::getItems() to getModels() 2013-08-03 08:20:30 -04:00
111e7b3f60 method renaming. 2013-07-10 17:04:36 -04:00
aa31b56aaf Finished unit test of ActiveDataProvider. 2013-07-09 09:34:45 -04:00
53a1f9608a Added unit test for ActiveDataProvider. 2013-07-09 08:47:19 -04:00
3996c7990d Allow customizing DB connection for ActiveDataProvider. 2013-07-09 08:36:09 -04:00
ad2d18814e Refactored ActiveDataProvider. 2013-07-09 08:28:00 -04:00
c4a57a9f6c Refactored Query and ActiveQuery.
Finished ActiveDataProvider.
2013-07-09 07:59:08 -04:00