Commit Graph

1067 Commits

Author SHA1 Message Date
Suralc
d9f87f4045 Added RequiredValidatorTest 2013-08-13 16:49:53 +02:00
Alexander Makarov
533b1eeb6e fixed phpdoc 2013-08-13 02:47:30 +04:00
Alexander Makarov
0596fa82fd code style fixes 2013-08-13 02:43:47 +04:00
Carsten Brandt
b84097c1ae fixed redis response parsing for large data
fixes #743
2013-08-12 01:17:53 +02:00
Carsten Brandt
133e5c6e35 Merge branch 'master' into redis
* master: (806 commits)
  avoid confusing docs about autoload return value
  doc fix.
  Fixed doc.
  Fixed autoloader behavior according to leading \
  Fix in RequestPanel
  changed to trace from info.
  Removed yii\debug\Module::enabled.
  minor enhancement of debugger.
  Refactored the basic app.
  Added ErrorAction.
  Use `hasAttribute()` instead to avoid code duplication
  refactored NavBar and basic app navbar.
  test break fix.
  test break fix.
  Fixed test breaks.
  #735: removed hiddenInput to avoid confusion.
  ResizableAsset typo fix!
  Update radio and checkbox due to e3801fbf6b
  css fix.
  Fixed the basic app template.
  ...

Conflicts:
	.travis.yml
	tests/unit/data/config.php
2013-08-12 00:45:37 +02:00
Qiang Xue
24a66b383d test break fix. 2013-08-09 09:50:19 -04:00
Qiang Xue
6d66a98acb test break fix. 2013-08-09 09:32:28 -04:00
Qiang Xue
7aeb2fcf4f Fixed test breaks. 2013-08-09 09:21:41 -04:00
Suralc
a81480d309 Improved ValidatorTest organization. 2013-08-06 19:56:05 +02:00
Suralc
b5472c20e3 Typo fix 2013-08-06 15:21:29 +02:00
Suralc
8f8de7cf60 Added NumberValidatorTest 2013-08-06 13:13:58 +02:00
Suralc
f78a77dfcf Merge branch 'master' of github.com:yiisoft/yii2 into add-tests 2013-08-06 10:52:17 +02:00
Qiang Xue
27238f8d03 refactored ActiveDataProvider. 2013-08-03 17:02:36 -04:00
Qiang Xue
60ba20491e Added support for passing parameters to the format method. 2013-08-03 16:51:57 -04:00
Qiang Xue
b31b02a55d renamed IDataProvider::getItems() to getModels() 2013-08-03 08:20:30 -04:00
Qiang Xue
3d5388ff2b Reorganized captcha code. 2013-08-03 07:20:39 -04:00
Suralc
f7bb54be1c Test fix for Php 5.3 2013-07-31 23:03:34 +02:00
Suralc
467d88faf9 Added StringValidatorTest 2013-07-31 22:48:19 +02:00
Suralc
1ce7344e18 Additional tests in EmailValidator. 2013-07-31 21:14:14 +02:00
Suralc
777ff792c4 DateValidatorTest 2013-07-31 20:12:45 +02:00
Suralc
1c6b64e717 Added CompareValidatorTest and improved BooleanValidatorTest and UrlValidatorTest 2013-07-31 19:42:20 +02:00
Suralc
fc1d2af36c UrlValidator Tests 2013-07-29 16:21:07 +02:00
Suralc
09c5e61462 fix test 2013-07-29 15:25:05 +02:00
Suralc
cde97847f4 BooleanValidatorTest 2013-07-29 15:15:33 +02:00
Suralc
e9f22eb44e Travis-ci and phpunit config for coveralls 2013-07-29 13:17:57 +02:00
Suralc
e5cc17f94e Add .gitkeep for coveralls reports 2013-07-29 13:16:57 +02:00
Qiang Xue
b1c67b86a9 Fixed test break. 2013-07-28 17:27:16 -04:00
Qiang Xue
e433c98ed4 Fixes #599 2013-07-23 22:01:16 -04:00
Qiang Xue
915a3cd779 Fixes #653: use boolean type to indicate boolean attributes. 2013-07-23 20:45:14 -04:00
Qiang Xue
6f4e2c9b3c Fixes #647 2013-07-21 19:10:29 -04:00
Qiang Xue
dacee193fa test break fix. 2013-07-21 13:23:00 -04:00
Qiang Xue
7eb33d65c6 Refactored Sort. 2013-07-21 13:20:47 -04:00
Qiang Xue
9aa7b26184 Added LinkSorter. 2013-07-20 07:28:22 -04:00
Qiang Xue
ac8801bc63 Added SortTest 2013-07-19 20:40:51 -04:00
Qiang Xue
e15938474c Refactored console commands. 2013-07-18 18:21:21 -04:00
Qiang Xue
a6cd7b72bb refactored helper organization. 2013-07-17 20:45:36 -04:00
Qiang Xue
7ebbc46a5b Fixed wrong class uses. 2013-07-17 20:14:43 -04:00
Qiang Xue
0778937097 disabled asset test temporarily. 2013-07-16 21:43:35 -04:00
Qiang Xue
0affeb1f84 Fixed test break. 2013-07-09 09:37:29 -04:00
Qiang Xue
aa31b56aaf Finished unit test of ActiveDataProvider. 2013-07-09 09:34:45 -04:00
Qiang Xue
53a1f9608a Added unit test for ActiveDataProvider. 2013-07-09 08:47:19 -04:00
Qiang Xue
f03cdf0a47 renamed Command::queryRow() to queryOne(). 2013-07-09 08:01:10 -04:00
Qiang Xue
aa568aacb5 Added support for using callables as "ActiveQuery::indexBy". 2013-07-08 21:25:00 -04:00
Qiang Xue
c3df0beecd changed parameter ordering. 2013-07-07 09:46:14 -04:00
Qiang Xue
e105f1ae7c Merge branch 'master' of github.com:yiisoft/yii2 2013-07-06 21:20:56 -04:00
Qiang Xue
ba6c10eb30 Yii debugger WIP 2013-07-06 21:20:49 -04:00
Klimov Paul
2fdfacc918 Unit test "AutoTimestampTest" has been reworked to use static model class. 2013-07-06 16:04:24 +03:00
Klimov Paul
09d84f11a7 Unit test for "yii\behaviors\AutoTimestamp" has been created 2013-07-06 00:07:39 +03:00
Qiang Xue
f2e57b2eec Fixed test breaks. 2013-07-02 22:19:05 -04:00
Qiang Xue
0845f4b183 Enhanced ArrayHelper::toArray() 2013-06-28 07:07:18 -04:00