Commit Graph

9345 Commits

Author SHA1 Message Date
Carsten Brandt
ef2f6a0887 Merge pull request #5027 from yiisoft/date-format-convert
[WIP] extracted date format converting to a helper class
2014-09-17 18:42:35 +02:00
Carsten Brandt
01600bf611 added test case for menu widget
fixes #5080
2014-09-17 17:48:16 +02:00
Qiang Xue
6230aa7523 minor fix. [skip ci] 2014-09-17 11:19:28 -04:00
Qiang Xue
a3cfafc761 Fixes #5058: Added $pageSize parameter to Pagination::createUrl() to allow creating URLs with arbitrary page sizes 2014-09-17 11:14:05 -04:00
Qiang Xue
68f203da19 Merge pull request #5076 from rmrevin/master
Fix alias in authclient widget asset bundle
2014-09-17 10:27:06 -04:00
Revin Roman
538bd65a73 Fix alias in bundle 2014-09-17 18:24:52 +04:00
Qiang Xue
924e4f97e9 typo fix. 2014-09-17 10:02:37 -04:00
Qiang Xue
ecdb41e046 Fixes #5061: Switched to use jquery composer package. 2014-09-17 09:59:44 -04:00
Klimov Paul
db26e65c62 Fixed yii\console\controllers\MessageController handles category name containing dot incorrectly 2014-09-17 15:48:12 +03:00
Klimov Paul
ec19536047 Fixed yii\mongodb\Collection::buildInCondition() handles non-sequent key arrays 2014-09-17 11:49:27 +03:00
Qiang Xue
7669689f0a removed empty bower.json files [skip ci] 2014-09-16 23:26:40 -04:00
Qiang Xue
70591e59d8 Fixes #5057. 2014-09-16 23:01:49 -04:00
Qiang Xue
0157964f5f Fixed test breaks. 2014-09-16 22:49:29 -04:00
Qiang Xue
c23435973b Fixed composer.json. 2014-09-16 21:23:00 -04:00
Qiang Xue
b1bb796ee0 Fixed wrong instruction. 2014-09-16 20:58:57 -04:00
Qiang Xue
999a39d004 Merge pull request #4855 from yiisoft/new-asset
[WIP] New asset management
2014-09-16 20:12:54 -04:00
Qiang Xue
bff8ca0880 Fixed test setting. 2014-09-16 20:12:19 -04:00
Qiang Xue
f253817b92 Fixes #4454: Improved asset bundle managed and used composer-asset-plugin to manage the dependencies on 3rd-party JS libraries 2014-09-16 20:09:35 -04:00
Qiang Xue
074c1f6c53 Merge branch 'master' into new-asset
Conflicts:
	apps/basic/composer.json
	composer.json
2014-09-16 20:03:53 -04:00
Carsten Brandt
3ff548a442 Refactored DateValidator to support ICU format 2014-09-16 22:53:12 +02:00
Qiang Xue
6526d7f91b reverted a prior change. 2014-09-16 16:28:49 -04:00
Alexander Makarov
c85260c608 Merge pull request #5052 from tebazil/patch-3
[ci skip] Update structure-views.md
2014-09-16 23:57:03 +04:00
Vasiliy Baukin
5c7e84cd98 Update structure-views.md
We should note that the application is the global module itself, otherwise the paragraph can hardly be understood by someone unfamiliar with yii architecture.
2014-09-16 22:40:38 +04:00
Qiang Xue
a187d47aec Fixes #5049: ActiveForm::validationDelay should be applied to user types only 2014-09-16 14:40:00 -04:00
Qiang Xue
8d082c11a1 Fixes #5050. 2014-09-16 14:15:32 -04:00
Carsten Brandt
9edf938bf1 Added tests for empty values
use "just now" for empty time difference in Formatter.

fixed wrong language name definition
2014-09-16 19:48:52 +02:00
Carsten Brandt
be655d4f39 extracted date format converting to a helper class
adding and reworking the conversion of:
- ICU to PHP
- PHP to ICU
- ICU to JUI
- PHP to JUI
2014-09-16 19:48:52 +02:00
Qiang Xue
b6a53e3046 WIP 2014-09-16 13:31:32 -04:00
Qiang Xue
583c660c80 Fixes #5047. 2014-09-16 11:47:40 -04:00
Qiang Xue
72a81b8e31 Fixes #3581: Added yii\validators\CompareValidator::type to support type conversion before comparing values 2014-09-16 11:41:54 -04:00
Qiang Xue
0fc46760b0 Fixes #4905: ActiveForm::$validationDelay doesn't delay after keyrelease when $validateOnType=true 2014-09-15 23:24:12 -04:00
Qiang Xue
11132cee1a Fixes #5006. 2014-09-15 23:03:10 -04:00
Qiang Xue
b9b6fbc94b Fixes #5039: UniqueValidator and ExistValidator did not respect query conditions added by default scope 2014-09-15 21:19:55 -04:00
Qiang Xue
cebc25679b updated README.md for gii extension [skip ci] 2014-09-15 16:39:19 -04:00
Alexander Makarov
b72aa50079 Fixed advanced app fixture data path 2014-09-15 02:53:58 +04:00
Alexander Makarov
dfcd887e8d Replaced tabs with spaces 2014-09-15 01:32:31 +04:00
Qiang Xue
017942f79e updated gii doc. [skip ci] 2014-09-14 16:57:32 -04:00
Alexander Makarov
a4b6c02f86 Fixes #5020: Fixed fixture path in advanced app tests console entry script 2014-09-15 00:55:13 +04:00
Alexander Makarov
0377571a94 Merge pull request #5024 from Skysplit/pl-docs
[skip ci] Added polish guide - README.md
2014-09-14 23:13:58 +04:00
Qiang Xue
00cfe93b20 Finished console Gii feature. 2014-09-14 14:25:11 -04:00
Qiang Xue
443779d693 Merge commit '81c3c48c53d5087be681fc5472a837bc4660ca12' into console-gii
Conflicts:
	framework/console/controllers/HelpController.php
2014-09-14 14:22:43 -04:00
Qiang Xue
6a9b3c7774 Finished console Gii. 2014-09-14 14:15:16 -04:00
Alexander Makarov
81c3c48c53 Edited Russian translation of REST Quick Start guide 2014-09-14 22:09:49 +04:00
Alexander Makarov
5331514896 Edited Russian translation of REST Controllers guide 2014-09-14 21:37:04 +04:00
Alexander Makarov
84e02efb5a Edited Russian translation of REST Authentication guide 2014-09-14 21:25:10 +04:00
Alexander Makarov
fa1a69959b Edited Russian translation of intro to Yii 2014-09-14 21:15:26 +04:00
Alexander Makarov
a6813325fb Edited Russian translation of Upgrading from Version 1.1 guide 2014-09-14 20:15:21 +04:00
Qiang Xue
063a4ebfc0 Merge pull request #5014 from yii2-chinesization/master
Chinese Translation for last month
2014-09-14 11:56:39 -04:00
Qiang Xue
7ce6a8a456 Fixed typo [skip ci] 2014-09-14 11:54:33 -04:00
Qiang Xue
bfb9aa84f7 WIP 2014-09-14 11:29:26 -04:00