63 Commits (9fa9dee3e695ae2f581a14dbd967c904f6af40e3)

Author SHA1 Message Date
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Qiang Xue d62f7bebb5 Fixes #4231: turned Controller::findLayoutFile() from protected to public. 10 years ago
Alexander Makarov 0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
Qiang Xue c8cb40cb50 Finished view tutorial [skip ci] 10 years ago
Qiang Xue b618920326 Fixed the bug that requesting protected or private action methods would cause 500 error instead of 404 10 years ago
Carsten Brandt c27ac8ef0e updated phpdoc 11 years ago
Carsten Brandt 0a3f4e85f1 made grid\DataColumn::getDataCellValue() public 11 years ago
Carsten Brandt 3fdcf11f24 updated phpdoc 11 years ago
Qiang Xue 50e338127d Improved action filter and action execution flow by supporting installing action filters at controller, module and application levels 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 bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
Qiang Xue 87df068eb0 DI WIP 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Qiang Xue 49010df192 Changed `Controller::afterAction()`, `Module::afterAction()` and `ActionFilter::afterAction()` to pass `$result` by value instead of reference 11 years ago
Carsten Brandt 21ae27b306 updated phpdoc properties 11 years ago
Qiang Xue aa5e82ec07 Fixes #1965: `Controller::findLayoutFile()` returns incorrect file path when layout name starts with a slash 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Alexander Makarov 4bbd844b23 fixes #1796 11 years ago
Paul Kofmann 934051e804 Small fixes for the sake of consistency 11 years ago
Qiang Xue 323008b177 Fixes #1296: stricter check of dashes in route. 11 years ago
Qiang Xue a1f7f8bcbe Fixes #1335: support view extension fallback 11 years ago
Qiang Xue 1fe7f5aaf8 Fixes #1335: findLayoutFile() should respect View::defaultExtension. 11 years ago
Alexander Makarov af778d1a13 Fixed actions() docs where alias was used to refer to class 11 years ago
Taras Gudz 2617dfbaf3 Removed links to non-existent things phpDocs [skip ci] 11 years ago
Taras Gudz 9b95a81b0c Fixed the rest phpDocs [skip ci] 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
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Qiang Xue f9b957554f Added Controller::enableCsrfValidation to support turning on/off CSRF validation for particular actions. 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
Qiang Xue ce4f37a183 doc fix. 11 years ago
Qiang Xue f1ba923e91 Fixes #648: EVENT_BEFORE_ACTION is triggered twice. 11 years ago
Qiang Xue ba6c10eb30 Yii debugger WIP 11 years ago
Qiang Xue 682c0a346f Added trace messages. 11 years ago
Qiang Xue 7a587f62a6 Added back the events for Controller. 11 years ago
Qiang Xue 3a365dae49 Added new events. 11 years ago
Qiang Xue 16dcd9701f Added Model::loadMultiple() and validateMultiple(). 11 years ago
Qiang Xue 3e18479d1f Fixes issue #545: PageCache doesn't work. 11 years ago
Qiang Xue f18d6df625 Revert "Merge pull request #548 from cebe/action-response" 11 years ago
Carsten Brandt 71782b344e Changed existing code to match the changes regarding response 11 years ago
Carsten Brandt b138199c59 implementation of Response tied to actions 11 years ago
Qiang Xue 75b614787c doc clarification. 11 years ago
Carsten Brandt 82c978f86a draft idea of action based responses 11 years ago
Qiang Xue 5a8e4b648b Added XmlResponseFormatter. 11 years ago
Qiang Xue 420637443c Refactored the way of sending response in controller actions. 11 years ago
Qiang Xue 5e8154ed7f Removed unused method. 11 years ago
Qiang Xue f690f0db13 Fixes issue #441: InvalidRequestException should be HttpException 11 years ago
Qiang Xue f72105166c reorganized the main repo to satisfy PSR-0. 12 years ago