761 Commits (ebb5976a22f71b888e72315820f8582642b9d6b2)

Author SHA1 Message Date
Qiang Xue ad19e332f4 Added back some toArray() implementations. 11 years ago
Qiang Xue fad635440b Fixes #2655: Arrayable and ArrayableTrait are incompatible for some PHP versions. 11 years ago
Carsten Brandt e2aacad8aa Added links to PHP.net to apidoc 11 years ago
Qiang Xue bbea1ab19c Fixes #2629: `Module::controllerPath` is now read only, and all controller classes must be namespaced under `Module::controllerNamespace` 11 years ago
Alexander Makarov 96d131899f Fixed ErrorException changes 11 years ago
Qiang Xue 11baf61977 Fixed unsetting relation bug. 11 years ago
Alexander Makarov 44558df59d #2603: `yii\base\ErrorHandler` now extends `\ErrorHandler` 11 years ago
Alexander Makarov c5ec3550de Removed unused "use" statements 11 years ago
Qiang Xue 1b03dc8f4c major features and documentation finished for REST API. 11 years ago
Qiang Xue 3f42d5826a REST wip. 11 years ago
Qiang Xue 5474300c8b fixed loading namespaceless controller classes. 11 years ago
Qiang Xue 10061359ed Fixes #1467: Added support for organizing controllers in subdirectories 11 years ago
AlexGx c047fbe0df fix code style `No space found after comma in function call` 11 years ago
AlexGx 112f67d20a fix code style `There must be one blank line after the namespace declaration` 11 years ago
Alexander Makarov 9973a2fa20 Fixed phpdoc class reference in Theme 11 years ago
Qiang Xue a8c7d36c02 Finished HATEOAS support. 11 years ago
Alexander Mohorev c7e8d8b900 @param, @var, @property and @return must declare types as boolean, integer, string, array or null 11 years ago
Qiang Xue 7b46dc3443 Fixed incorrect error handling. 11 years ago
Qiang Xue 39947be66b rest WIP 11 years ago
Qiang Xue 9beba31fc0 rest WIP 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 33d6acba25 Improved behavior support, fixes #2550 11 years ago
Qiang Xue 6f9e9cd5b0 minor fix. 11 years ago
ivokund 7c63c6db3b Update Action.php 11 years ago
Qiang Xue f9648fed4e Fixed action beforeRun/afterRun calls. 11 years ago
Alexander Makarov 03b2fc3e58 Adjusted code formatting 11 years ago
Vincent 84a48ac93e updated changelog 11 years ago
Vincent 9f6cc54154 updated code according to code style and removed unused property 11 years ago
Vincent 3cb97fb8c8 updated formatting 11 years ago
Vincent d12c8d5820 #2524 updated as size method to include translation and verbose mode 11 years ago
Carsten Brandt 8d2e68b40e removed duplicate arguments from base formattter 11 years ago
Vincent Gabriel 9427f4e76b no need for as number #2524 11 years ago
Vincent Gabriel 9e231eb8c8 added asSize method to format file size #2524 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
Carsten Brandt 8f491f2836 moved `@include` tags of api docs directly into the class 11 years ago
Florian Fackler 7b61873425 Changed Exception wording to be more clear 11 years ago
Florian Fackler c600572f34 The missing Component.php tests 11 years ago
gureedo f9e58d92fc check error level in error handler 11 years ago
Alexander Makarov 97917e6580 Revert "Added `yii\base\Module::getParam($name, $defaultValue = null)` to conveniently work with application parameters" 11 years ago
Alexander Makarov 9c0572bff9 Fixed `$model->load($data)` returned `true` if `$data` and `formName` were empty 11 years ago
Alexander Makarov 3b95aa9cd1 Added `yii\base\Module::getParam($name, $defaultValue = null)` to conveniently work with application parameters 11 years ago
Qiang Xue 00f34f390a Fixes #2303: Fixed the bug that `yii\base\Theme::pathMap` did not support dynamic update with path aliases 11 years ago
Alexander Makarov d9d36006a7 Fixed default scenario constant in docs 11 years ago
Carsten Brandt 214f66a8c1 skip exiting in test env. 11 years ago
Alexander Makarov 91444b20c8 #2248: Renamed `yii\base\Model::DEFAULT_SCENARIO` to `yii\base\Model::SCENARIO_DEFAULT` 11 years ago
Carsten Brandt 0cfd41a21a let application exit with code 1 on error/exception in console 11 years ago
Qiang Xue 6bc4a8cf94 Fixes #706: Added `yii\widgets\Pjax` and enhanced `GridView` to work with `Pjax` to support AJAX-update 11 years ago
Carsten Brandt 262189533a huge amount of documentation link fixes 11 years ago
Carsten Brandt f93054a486 fixed possible problem with realpath and false value 11 years ago