907 Commits

Author SHA1 Message Date
949cc4b5e4 Update security-authorization.md 2018-04-10 18:52:33 +08:00
5801d3e4ad Update security-overview.md 2018-04-10 16:46:49 +08:00
b4bc47bad4 Update security-cryptography.md 2018-04-10 16:38:10 +08:00
194a6cabe1 Update input-file-upload.md 2018-04-10 15:53:23 +08:00
ea123a53f9 Update input-forms.md 2018-04-10 15:31:28 +08:00
91c369d8df zh-CN translation (#16069)
* Update caching-fragment.md

* Update caching-data.md

* Update concept-autoloading.md

* Update concept-behaviors.md

* Update concept-di-container.md

* Update tutorial-console.md

* Update start-installation.md

* Update structure-controllers.md

* Update structure-controllers.md

* add blocktypes.json and fix blocks name

* update concept-behaviors.md

* translation

* Update intro-upgrade-from-v1.md

* documentation_style_guide.md

* Update concept-configurations.md
2018-04-10 09:22:29 +02:00
2fc5da3c96 Update concept-configurations.md 2018-04-10 14:22:50 +08:00
114bb419ec Merge branch 'doc' of github.com:yiichina/yii2 into doc 2018-04-10 14:19:21 +08:00
e61096bf4e documentation_style_guide.md 2018-04-10 14:19:05 +08:00
345b2ec544 Update intro-upgrade-from-v1.md 2018-04-10 14:02:09 +08:00
1da3a68412 translation 2018-04-09 18:19:32 +08:00
94333aeab4 update concept-behaviors.md 2018-04-09 16:47:26 +08:00
0565da8f0e merge from yiisoft/yii2 2018-04-09 16:13:05 +08:00
e59cb3806e fix chinese guide (#16061) 2018-04-09 09:19:08 +02:00
79a9a70bc2 add blocktypes.json and fix blocks name 2018-04-09 11:46:50 +08:00
598e57cd6a Update structure-controllers.md 2018-04-04 10:31:26 +08:00
b93bc2a62b Update structure-controllers.md 2018-04-04 09:02:36 +08:00
972d427ba4 Better ICU formatting reference link [skip ci] (#16019) 2018-04-01 23:25:30 +03:00
e3cc342571 Update start-installation.md 2018-03-30 21:29:10 +08:00
639816e4c1 Update tutorial-console.md 2018-03-30 19:42:23 +08:00
586d7476c4 Update concept-di-container.md 2018-03-30 19:06:45 +08:00
2876b1e035 Update concept-behaviors.md 2018-03-30 18:48:22 +08:00
6fca7df7da Update concept-autoloading.md 2018-03-30 18:27:25 +08:00
7aa0306dad Update caching-data.md 2018-03-30 18:19:49 +08:00
f850e360d1 Update caching-fragment.md 2018-03-30 17:35:45 +08:00
257dc749ec Update tutorial-yii-as-micro-framework.md
complete tutorial-yii-as-micro-framework.md translation
2018-03-30 14:58:29 +08:00
7a040e62b5 add file tutorial-yii-as-micro-framework.md
add file tutorial-yii-as-micro-framework.md
2018-03-30 14:06:53 +08:00
3a7ce93c80 add file tutorial-docker.md
add file tutorial-docker.md
2018-03-30 13:41:30 +08:00
4745b388fc add file input-form-javascript.md
add file add input-form-javascript.md
2018-03-30 12:03:41 +08:00
411f8fec65 add file start-prerequisites.md
add file start-prerequisites.md
2018-03-30 11:22:07 +08:00
8c91ffb8dd Update README.md 2018-03-30 11:08:09 +08:00
101f5d7ccc merge from 2.0.15 2018-03-23 13:37:04 +08:00
98aef96969 Update test-unit.md 2018-03-21 19:02:29 +08:00
491aee66d1 Update test-acceptance.md 2018-03-21 18:51:44 +08:00
cd98d6a1cf Update test-environment-setup.md 2018-03-21 18:24:24 +08:00
d419bb6061 Merge pull request #62 from biaoqianwo/patch-2
Update test-environment-setup.md
2018-03-21 18:19:47 +08:00
7e2490eb70 Update concept-properties.md 2018-03-03 12:05:28 +08:00
c389c08085 Update test-environment-setup.md 2018-02-27 09:43:29 +08:00
f34faec2f2 Update runtime-responses.md
翻译错误:触雷->除了
2018-02-23 11:26:05 +08:00
089685975a Wrap @inheritdoc tag in curly brackets [skip ci] 2018-02-19 00:16:19 +02:00
d9ce9f25fc FixBugs:afterRender trigger EVENT_AFTER_RENDER
ps:
#yii\base\View::afterRender()
    public function afterRender($viewFile, $params, &$output)
    {
        if ($this->hasEventHandlers(self::EVENT_AFTER_RENDER)) {
            $event = new ViewEvent([
                'viewFile' => $viewFile,
                'params' => $params,
                'output' => $output,
            ]);
            $this->trigger(self::EVENT_AFTER_RENDER, $event);
            $output = $event->output;
        }
    }
2018-02-13 17:01:39 +08:00
e6f5c46cdc Fixes #15633: Deprecate some things going away/changing in 2.1
- Deprecated `yii\base\BaseObject::className()` in favor of native PHP syntax `::class`, which does not trigger autoloading
- Deprecated XCache and Zend data cache support as caching backends
- Deprecated `yii\BaseYii::powered()` method
- Added `yii\base\InvalidArgumentException` and deprecated `yii\base\InvalidParamException`
- Added `yii\BaseYii::debug()` and deprecated `yii\BaseYii::trace()`
2018-02-11 01:48:29 +03:00
4ce42d9f46 Correction of the spelling of a word
修改文档内goodbye单词的拼写错误
2018-02-07 08:18:22 +00:00
844b73b45c Merge pull request #57 from cddwx/patch-2
Add the missing "```"
2018-02-06 13:24:28 +08:00
e6567fc29e Merge pull request #55 from YanlongMa/master
yii2-redis 扩展翻译和详解
2018-01-30 21:57:31 +08:00
myl
fc1b00c28b yii2-redis 2018-01-28 18:07:45 +08:00
myl
d36b674e2b yii2-redis 2018-01-28 18:02:26 +08:00
a8182ab630 Add the missing "```" 2018-01-19 15:29:24 +08:00
db18220838 "时间" to "事件" 2018-01-19 15:10:49 +08:00
cf8b1dfc8a Replaced .local with .test in installation guide [skip ci]
.local is used in mDNS by Apply and may cause routing issues
2017-12-21 02:35:56 +03:00