|
bd9e68eb0a
|
Optimize imports (#13033)
|
2016-11-17 17:12:56 +03:00 |
|
|
9f71bf400e
|
Fixes #12038: Introduced yii\base\ViewNotFoundException which is thrown when views file doesn't exists, used it in ViewAction
|
2016-07-30 15:07:56 +03:00 |
|
|
fbe5bb7d20
|
Fixed generation of canonical URLs for ViewAction pages
|
2015-10-03 17:58:38 +03:00 |
|
|
aaf931a5e8
|
Fixes #9070: Fixed ViewAction::resolveViewName() not to accept /../ and /./
|
2015-07-10 12:34:09 +03:00 |
|
|
3a1e0f3a5c
|
property codestyle framework
|
2014-07-30 00:21:31 +02:00 |
|
|
c1445871f4
|
Correction of many errors code inspection.
Adjustments code according to the standards.
Adding missing PHPDoc comment.
|
2014-04-16 19:29:07 -03:00 |
|
|
663d3fedc8
|
Added defaultView to ViewAction
|
2014-04-02 12:42:04 +04:00 |
|
|
c0e06b447c
|
Refactored ViewAction.
|
2014-04-01 12:14:59 -04:00 |
|
|
0cce768443
|
Removed ViewAction::afterRun()
|
2014-04-01 19:12:34 +04:00 |
|
|
9fd0dcedaa
|
Extracted render method to allow custom renderers by subclassing
|
2014-04-01 13:15:51 +04:00 |
|
|
a4be5bc910
|
Dropped defaultView
|
2014-04-01 13:13:15 +04:00 |
|
|
542d532b12
|
Renamed basePath to viewPrefix
|
2014-04-01 13:12:09 +04:00 |
|
|
9936acf764
|
Fixes #2932: Added yii\web\ViewAction that allow you to render views based on GET parameter
|
2014-04-01 00:41:21 +04:00 |
|