18625 Commits

Author SHA1 Message Date
d58ebc507f Update db-query-builder.md 2018-11-21 14:46:09 +08:00
e430cc5adb Update db-query-builder.md 2018-11-21 14:34:25 +08:00
4076d59332 Update db-query-builder.md
美化
2018-11-21 14:11:48 +08:00
8a98c82945 Update db-query-builder.md
add 自 2.0.14 版起的对象格式
add 条件构建安全过滤提醒
add 批量查询的论述
add 自定义查询条件和表达式的长篇论述
2018-11-21 13:34:11 +08:00
423331a113 add En lines to db-query-builder.md 2018-11-20 19:03:55 +08:00
66dd477be0 Update db-active-record.md 2018-11-18 18:56:32 +08:00
f0fc4fbff8 update db-active-record.md
翻译 2.0.16 新加的关于 OptimisticLockBehavior 的部分文档
2018-11-18 14:42:37 +08:00
a82157bbd3 Merge pull request #1 from yiichina/master
update pr
2018-11-18 13:19:02 +08:00
8177c53dad Merge pull request #94 from yiichina/doc
Doc
2018-11-15 13:48:25 +08:00
a69bd401e4 Update runtime-routing.md 2018-11-15 13:45:49 +08:00
a2e86762a2 Update structure-applications.md 2018-11-15 13:41:04 +08:00
fda5161ba8 Update structure-entry-scripts.md 2018-11-15 13:32:27 +08:00
36e5f34ce0 Update structure-entry-scripts.md 2018-11-15 13:32:08 +08:00
800d3d7789 Update structure-modules.md 2018-11-15 13:30:29 +08:00
2082fbc445 Update structure-filters.md 2018-11-15 13:26:46 +08:00
33a9239cbf Update rest-versioning.md 2018-11-15 13:21:01 +08:00
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
02287e238e Merge pull request #90 from yiichina/doc
Doc
2018-11-04 19:27:20 +08: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