468 Commits (394ca05b72931947ed3ee887fb672f4504b09274)

Author SHA1 Message Date
David Renty b5cd0a6f0c asElapsedTime can now take a DateInterval string as a parameter 11 years ago
David Renty b7cf618348 asElapsedTime style improvements 11 years ago
David Renty f7871e2458 asElapsedTime can now take DateInterval as parameter 11 years ago
David Renty a74fa20d2d Typo 11 years ago
David Renty ced45c5450 Call Yii::t everytime instead of passing a template variable 11 years ago
David Renty fd7ed28221 Typo in asElapsedTime description 11 years ago
David Renty e77ffe2c4a Added asElapsedTime function 11 years ago
Carsten Brandt 40cb98bb02 updated `@property` annotations 11 years ago
Carsten Brandt 595f55c504 api doc improvements 11 years ago
Qiang Xue 35018bfb21 Refactored controller creation process. 11 years ago
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