440 Commits (5f77cb97c5cf0c41c9532f62a6010797ba2e03b1)

Author SHA1 Message Date
Qiang Xue a9546a9906 do not throw exception for Application::getCache() when cache is not installed. 11 years ago
Qiang Xue b9eb5de96d Fixes #2796: Added BootstrapInterface. 11 years ago
Qiang Xue be6b259c4e A better fix. 11 years ago
Qiang Xue 993339f080 Fixes #2842 11 years ago
Qiang Xue b1c4416218 Final touchup. 11 years ago
Qiang Xue 87df068eb0 DI WIP 11 years ago
Alexander Pletnev a73abd9300 better to use strict comparison as much as possible 11 years ago
Dmitry Erofeev 0fa8f8cc01 fixed Theme::getPath() 11 years ago
Dmitry Erofeev ac0a56e9d0 reverted deletion of Theme::getPath() 11 years ago
Dmitry Erofeev b3053f4346 Made Theme::basePath optional fixes #2810 11 years ago
David Renty ed70735b22 Changelog and doc 11 years ago
Qiang Xue 530d7baabe fixed test break. 11 years ago
Qiang Xue a3274c5ffc Fixed test break. 11 years ago
Qiang Xue 8c2e39235f Turn module and application into DI containers. 11 years ago
Qiang Xue d2c84606a9 Fixes #2775: Added `yii\base\Application::bootstrap` to support running bootstrap classes when starting an application 11 years ago
Qiang Xue b9287abf81 minor fixes. 11 years ago
David Renty 91e4ad5978 PSR-2 compliance 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Qiang Xue c01ffe7dc2 Fixes #2303: support setting basePath and baseUrl as aliases during runtime. 11 years ago
David Renty 0fa5230cd0 Removed debug code, changed doc 11 years ago
David Renty cb3eb9c6d8 Added support for inverted intervals (future time) and unit tests 11 years ago
ivokund f84de98efb Fixes #2735 11 years ago
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