19 Commits

Author SHA1 Message Date
101f5d7ccc merge from 2.0.15 2018-03-23 13:37:04 +08: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
db18220838 "时间" to "事件" 2018-01-19 15:10:49 +08:00
ebc1f0ceaf update block name 2017-09-26 14:53:52 +08:00
3ed0fea789 merge from xiaoliushifu 2017-09-08 11:15:43 +08:00
6bbdada426 Fixed zh-CN docs [skip ci] (#14573) 2017-08-02 13:20:40 +03:00
8821e23410 操作->动作 2017-02-27 20:43:34 +08:00
7af578a139 check line nums 2016-07-05 07:29:48 +08:00
7fd063c8a9 add new files 2016-06-11 19:50:50 +08:00
b6a0592903 fixed broken links in the guide 2016-06-09 14:33:39 +02:00
619a2328e3 Block types in the guide should not be translated in the code
close #10384
2015-12-14 03:58:50 +01:00
36bebbfefb use id instead of name for anchor references in the guide
fixes #7013
2015-01-25 22:13:16 +01:00
Nin
2f446d89bf fix
If there is no active module
2014-11-20 14:56:27 +08:00
1900249861 Update structure-views.md 2014-11-06 11:54:04 +08:00
21cb13737f typo fixed
typo fixed
2014-11-02 23:25:59 +08:00
f170c22255 little fix 2014-10-21 22:31:07 +08:00
dcc7cc543e new tranlation 2014-10-21 22:28:10 +08:00
7554721eed for check 2014-10-21 22:22:37 +08:00
fb248554a0 copy files, prepare to translate. 2014-09-29 21:51:06 +08:00