63 Commits (4efb36d309ecee23a1109662087afbe3d52e32e9)

Author SHA1 Message Date
Qiang Xue eec716d88f Fixes #4040: Added `$viewFile` and `$params` to the `EVENT_BEFORE_RENDER` and `EVENT_AFTER_RENDER` events for `View`. 10 years ago
Alexander Makarov 0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
Qiang Xue b489cada30 guide WIP [skip ci] 10 years ago
Qiang Xue 5b6e79dc14 Fixes #3298: Supported configuring `View::theme` using a class name 11 years ago
Qiang Xue 0b29c9607d fixed broken API links [skip ci] 11 years ago
Qiang Xue 92bd71cd84 Fixes #2912: Relative view files will be looked for under the directory containing the view currently being rendered 11 years ago
Carsten Brandt 67dd874e0c renamed console controller optoins param $id to $actionId 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Carsten Brandt 40cb98bb02 updated `@property` annotations 11 years ago
Qiang Xue 992f8edcb0 proper implementation of View::viewFile. 11 years ago
Qiang Xue 97d291ca6a Added `View::viewFile` and removed `ViewEvent::viewFile` 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Qiang Xue a1f7f8bcbe Fixes #1335: support view extension fallback 11 years ago
Qiang Xue 1b504be650 Fixes #1323: Added View::defaultExtension. 11 years ago
Sergey Gonimar ff92af3f0b Fix doc 11 years ago
slavcodev b0b1c27c85 Fix phpDoc var tag format 11 years ago
Taras Gudz 9b95a81b0c Fixed the rest phpDocs [skip ci] 11 years ago
Alexander Makarov 927e9dddb4 Refactored View 11 years ago
Qiang Xue 155e9c6cba minor refactoring of view resolving code. 11 years ago
Alexander Mohorev 51211898f8 Control statements based on the if and elseif constructs must have a single space before the opening parenthesis of the conditional and a single space after the closing parenthesis. 11 years ago
Qiang Xue b316ebee7f typo fix. 11 years ago
Qiang Xue e4299afac1 minor code refacotring. 11 years ago
Paul Klimov e0294ea724 'ViewContext' renamed to 'ViewContextInterface'. 11 years ago
Paul Klimov 83e353dd41 'ViewContext' interface extracted, files render workflow refactored to use this interface. 11 years ago
Qiang Xue b03b38fb0d Added $publish parameter to AssetManager::getBundle(). 11 years ago
Carsten Brandt 1475b46249 adjusted asset phpdoc after refactoring #996 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Qiang Xue 3e159c9969 Removed the extra EOLs. 11 years ago
egorpromo af966d529a I add new line in methods that render code in the head and for body 11 years ago
iJackUA 253becaef5 View default value for $params 11 years ago
Carsten Brandt 72b4f4f717 added comment 11 years ago
Carsten Brandt 80cf9c8be9 better error message 11 years ago
Carsten Brandt a922c41ee6 more asset bundle tests and docs 11 years ago
Carsten Brandt abc1e0c2bb fix issue #700 11 years ago
Carsten Brandt a6784f4ae9 doc fix 11 years ago
Qiang Xue 9836b28ed3 Fixes #884. 11 years ago
Qiang Xue 1aa836ffc7 use meta tags to pass CSRF token. 11 years ago
Carsten Brandt ca69ef09d4 update of @property annotations 11 years ago
Carsten Brandt bdb77f33ba updated @property annotations of many classes 11 years ago
Alexander Makarov 805706b26e more view docs 11 years ago
Qiang Xue 922f185b6f bug fix. 11 years ago
Qiang Xue d1c41fe144 changed to trace from info. 11 years ago
Qiang Xue a128bffb47 Fix for asset command. 11 years ago
Qiang Xue 368a4cfe66 Asset feature refactoring (WIP) 11 years ago
Qiang Xue 4ec0a61af1 Added logging of view files. 11 years ago
Qiang Xue 20666567e8 debug toolbar WIP 11 years ago
Qiang Xue 03e07f4340 cleaned up "use" statements. 11 years ago
Qiang Xue c9a7119b91 Fixes issue #467: allow view file to be absent as long as the themed version exists. 11 years ago
Qiang Xue e1cde74b7b Fixed doc. 11 years ago