18605 Commits

Author SHA1 Message Date
e26e9572a7 Update rest-quick-start.md 2018-11-15 13:17:09 +08:00
5cec88d1c2 Update tutorial-mailing.md 2018-11-15 13:10:29 +08:00
d0310d3ae5 Update runtime-responses.md 2018-11-15 13:07:17 +08:00
458ceaf21d Update output-pagination.md 2018-11-15 13:02:56 +08:00
dd25513619 Update concept-aliases.md 2018-11-15 12:59:23 +08:00
9d5d0344e8 Update test-overview.md 2018-11-15 12:54:25 +08:00
1c3c96a2d6 Update rest-authentication.md 2018-11-15 12:51:36 +08:00
d2410c2d1c Update test-functional.md 2018-11-15 12:47:55 +08:00
6a54a2c98b Update rest-routing.md 2018-11-15 12:46:51 +08:00
4862e95f5a Update caching-data.md 2018-11-15 12:43:06 +08:00
ffb607b54b Update rest-resources.md 2018-11-14 21:08:22 +08:00
d591a660fb Update rest-rate-limiting.md 2018-11-14 21:06:39 +08:00
518487536e Update output-sorting.md 2018-11-14 21:01:46 +08:00
5342fcc606 Update output-data-providers.md 2018-11-14 16:15:51 +08:00
9b60398422 Update rest-error-handling.md 2018-11-14 16:13:58 +08:00
9f22e37099 Update structure-views.md 2018-11-14 16:12:22 +08:00
49f9e87b40 Update rest-authentication.md 2018-11-14 15:38:29 +08:00
716a69388c merge from yiisoft/yii2 2018-11-14 15:11:19 +08:00
9d7bcbd01d fix confilicts 2018-11-14 15:10:52 +08:00
489dd119a5 merge from yiisoft/yii2 2018-11-14 11:57:32 +08:00
82adaefc89 Update rest-resources.md (#16881) [skip ci]
some words are  unnecessary were delete
2018-11-13 00:59:26 +03:00
bbf2ffb5d1 Update concept-events.md (#16874) [skip ci] 2018-11-11 01:46:57 +03:00
db6670e802 Add working with forms to ar guide (#16868)
* Update README.md

* Update start-workflow.md

* Update README.md

* Update README.md

* Update start-workflow.md

* Update README.md

* Update README.md

* Add files via upload

* Update start-forms.md

* Update start-forms.md

* Update start-forms.md

* Update start-forms.md

* Update start-forms.md

* Update start-forms.md

* Update start-forms.md

* Update start-forms.md

* Update start-forms.md

* Update start-forms.md

* Update start-forms.md

* Update start-forms.md

* Update start-forms.md

* Update start-forms.md

* Update start-forms.md

* Update start-forms.md

* Update start-forms.md

* Update start-forms.md

* Update start-forms.md

* Update start-forms.md

* Update start-forms.md

* Update start-forms.md

* Update start-forms.md

* Update start-forms.md

* Update start-forms.md

* Update start-forms.md

* Update start-forms.md

* Update start-forms.md

* Update start-forms.md

* Update start-forms.md

* Update start-forms.md
2018-11-09 21:44:57 +01:00
9864837764 Revert change and added default time zone to test (#16876)
* Revert change and added default time zone to test(#15528)

* Return comment(#15528)
2018-11-09 21:05:51 +01:00
e11e3eb4c5 Allow \yii\console\widgets\Table to render empty table (#16865)
When headers provided but no columns.
Ref #16858
2018-11-06 00:05:49 +03:00
1fe3d61a3b Fixes #16838: yii\mutex\Mutex::acquire() no longer returns true if lock is already acquired by the same component in the same process 2018-11-05 00:23:23 +03:00
47df8a8cc0 Merge pull request #89 from HongqiZhao/patch-1
Update helper-array.md
2018-11-03 18:50:32 +08:00
0d8d7a0f8e Update helper-array.md 2018-11-03 18:49:52 +08:00
8402f6b2dd Merge pull request #88 from haobingwang/patch-4
Update rest-resources.md
2018-11-03 18:47:17 +08:00
b90e6a59f2 Update rest-resources.md 2018-11-03 18:46:57 +08:00
5208ef761e Fixes #16828: yii\console\controllers\MessageController::translator recognized object' methods and functions calls as identical sets of tokens 2018-11-03 11:19:27 +03:00
2664225cad Update helper-array.md
一个demo中数组定义写法有误,将$array = [ ... ); 更正为 $array = [ ... ];
2018-11-02 17:46:50 +08:00
40d8639a91 Update Formatter.php 2018-11-02 10:20:28 +01:00
91c96ff452 Fixes #16839
- Increase frequency of lock tries for `yii\mutex\FileMutex::acquireLock()` when $timeout is provided (rob006)
- Add support for `$timeout` in  `yii\mutex\PgsqlMutex::acquire()`
2018-11-01 01:19:33 +03:00
46c50e43c4 Skip validation if file input does not exist (#13977) 2018-10-31 01:40:04 +03:00
0f0e895475 Fixes #13977: Skip validation if file input does not exist 2018-10-31 01:39:55 +03:00
8ac45fa962 Upgrade version Mocha (#16842) 2018-10-29 14:27:53 +03:00
6e6d9534d6 Add start hello to ar guide (#16840) [skip ci] 2018-10-28 20:21:51 +03:00
ae5dee485e Improve Query PHPDoc [skip ci]. (#16834) 2018-10-27 20:37:56 +03:00
ab39246ab5 Fixes #16101: Fixed Error Handler to clear registered meta tags, link tags, css/js scripts and files in error view 2018-10-27 20:27:58 +03:00
c92eb7761d Fixes #16836: Fix yii\mutex\MysqlMutex to handle locks with names longer than 64 character 2018-10-27 20:19:17 +03:00
c84a64a0c3 Add $message parameter to TestCase::assertEqualsWithoutLE(). (#16837) 2018-10-27 20:17:08 +03:00
ba0a3c00ca Fixes #16183: Fixed when yii\helpers\BaseFileHelper sometimes returned wrong value 2018-10-27 02:07:17 +03:00
f8f53a2d07 Merge pull request #16833 from aneeshikmat/add-start-workflow-to-ar-guide [skip ci]
Add start workflow to ar guide
2018-10-27 01:45:41 +03:00
4e732d8036 Update start-workflow.md 2018-10-26 23:43:41 +02:00
97e87b33a0 Update start-workflow.md 2018-10-26 16:39:49 +02:00
a139deabf7 Update start-workflow.md 2018-10-26 16:34:48 +02:00
cd3e861cf4 Update start-workflow.md 2018-10-26 16:20:23 +02:00
31e56d4a22 Remove unnecessary check from DI container 2018-10-26 13:13:27 +03:00
2ef24d9c65 Fixes #16331: Fixed console table without headers 2018-10-26 13:00:49 +03:00