Commit Graph

128 Commits

Author SHA1 Message Date
qiang.xue
dc99b7cdeb (Fixes issue 1868) 2011-03-14 00:28:38 +00:00
alexander.makarow
b32b8753b3 2011-03-05 15:45:50 +00:00
alexander.makarow
2698e0fe11 Additional tests for AR through 2011-03-05 08:06:08 +00:00
alexander.makarow
78bf76d3ae (Fixes issue 1117) Added support for "through" in Active Record relations allowing to handle association table data 2011-02-28 17:19:09 +00:00
alexander.makarow
286d95aac3 Added ability to perform Relational JOIN without getting related models 2011-02-25 22:54:03 +00:00
alexander.makarow
9e328dedfc (Fixes issue 2138) Updated required PHPUnit version 2011-02-23 13:51:40 +00:00
alexander.makarow
7f04955dd0 additional tests for issue 1755 2011-02-21 00:29:52 +00:00
alexander.makarow
69edc13582 corrected HAS_MANY through test 2011-02-20 04:19:27 +00:00
alexander.makarow
486acc4f5c (Fixes issue 558) Added parametrized named scopes, added scopes to criteria, implemented scope criteria merging 2011-02-19 00:11:00 +00:00
alexander.makarow
0f82a6fb52 2011-02-18 21:31:21 +00:00
alexander.makarow
cc02af46c3 (Fixes issue 2122) Fixed typo in relation in CActiveRecordHasManyThroughModels 2011-02-18 21:20:22 +00:00
alexander.makarow
04b6dd9331 (Fixes issue 1221) fixed CActiveRecordHasManyThroughTest 2011-02-18 21:16:18 +00:00
alexander.makarow
1f757cbf53 improved unit tests 2011-02-18 15:25:38 +00:00
alexander.makarow
29cb0059c7 2011-02-18 15:24:57 +00:00
alexander.makarow
783f544165 2011-02-14 21:01:15 +00:00
alexander.makarow
5fe8ca334a (Fixes issue 2099) Fixed CDbCriteria::mergeWith error 2011-02-14 20:40:45 +00:00
alexander.makarow
1d157b218d (Fixes issue 2011) Added CDbCommand::setFetchMode to allow setting PDO result fetching mode 2011-02-11 22:30:05 +00:00
alexander.makarow
95ba5db4b5 Added test for CEmailValidator::allowEmpty 2011-01-27 23:57:19 +00:00
alexander.makarow
a9733dd2db fixed unit test to be able to run the whole set at once 2011-01-24 18:28:44 +00:00
qiang.xue
a5b6904338 * (Fixes issue 802) Added RESTful URL support 2011-01-18 15:31:24 +00:00
qiang.xue
117026ed1c fixed unit test. 2011-01-16 05:05:30 +00:00
alexander.makarow
d83cfe93f7 Fixed 'build cldr' command, updated data, added tests 2011-01-15 23:15:17 +00:00
alexander.makarow
12179169cc 2011-01-15 00:55:46 +00:00
alexander.makarow
ac5cb6a7d8 2011-01-14 23:50:20 +00:00
alexander.makarow
4cac39053f 2011-01-14 23:46:08 +00:00
alexander.makarow
e669af972d 2011-01-14 23:01:30 +00:00
alexander.makarow
b8da77e40b more tests for Yii::t 2011-01-14 21:37:13 +00:00
alexander.makarow
245d32df76 (Fixes issue 1987) Added {n} placeholder for Yii::t, updated tests 2011-01-14 20:58:04 +00:00
alexander.makarow
0f3dcd99c5 2011-01-14 17:04:46 +00:00
alexander.makarow
709f5ffbeb Allowed passing multiple forms or choice format quantity parameter without wrapping it with array 2011-01-13 11:11:51 +00:00
alexander.makarow
fdda26ddfa (Fixes issue 1875) Added support for CLDR-based plural forms format to Yii::t 2011-01-13 01:29:55 +00:00
alexander.makarow
44f5e08670 Fixed CDateTimeParser::parse() default hour, minute and second handling when they are not used in pattern 2011-01-07 04:51:27 +00:00
qiang.xue
42436761bd changed like operands. 2011-01-02 01:14:27 +00:00
alexander.makarow
823090183f Test and implementation for CSort::getDirections with dots in CSort::attributes 2010-12-22 00:57:54 +00:00
qiang.xue
836e11ed6f * Added support for adding/dropping foreign key constraints using query builder. 2010-12-02 17:23:27 +00:00
qiang.xue
fb256b4605 refactored query builder methods. 2010-11-28 19:55:05 +00:00
qiang.xue
3d984fbc25 * Added query builder methods for building database schema manipulation queries. 2010-11-28 02:49:35 +00:00
qiang.xue
3c2077e24b * Finished query builder documentation. 2010-11-17 19:56:48 +00:00
qiang.xue
0b3883783a * Added query builder 2010-11-16 22:33:30 +00:00
qiang.xue
55de5dc025 Fixed tests. 2010-11-12 22:12:29 +00:00
alexander.makarow
dc204dff85 Additional unit tests for behavior attaching/detaching 2010-09-14 20:56:26 +00:00
alexander.makarow
3002816cd6 test for "CComponent::disableBehaviors() does not work with models" issue 2010-09-08 11:54:43 +00:00
qiang.xue
55b7e5447a Removed typecasting feature of action parameters. 2010-09-02 14:40:22 +00:00
qiang.xue
e202b8cfab fixed test breaks. 2010-09-01 15:07:16 +00:00
alexander.makarow
66e27d0585 2010-08-31 11:54:42 +00:00
qiang.xue
83f2881598 * Added support of using controller action parameters. 2010-08-29 18:49:37 +00:00
alexander.makarow
324248b614 HAS_MANY through test fixes and additions 2010-08-20 15:57:05 +00:00
alexander.makarow
95a265de19 not yet completed HAS_MANY through tests 2010-08-19 22:54:11 +00:00
qiang.xue
a1f3e2bc6c (Fixes issue 1359) 2010-07-21 17:07:05 +00:00
alexander.makarow
055ef53632 more tests for CModel 2010-07-12 22:07:31 +00:00