115 Commits (394ca05b72931947ed3ee887fb672f4504b09274)

Author SHA1 Message Date
Alexander Makarov c7d8439072 Fixes #3687: Default `sourceLanguage` and `language` are now `en-US` in order for i18n formatter to work correctly 10 years ago
Alexander Kochetov a034fc2659 Additional `Application` property for `$formatter` 10 years ago
Qiang Xue 5210573622 guide WIP [skip ci] 10 years ago
Alexander Makarov 1122da950c Adjustments according to comments on #3575 10 years ago
Alexander Makarov 07f30cb04c Fixes #3542: Removed requirement to specify `extensions` in application config 10 years ago
Qiang Xue 313437f3c0 Fixes #3284: Added support for checking multiple ETags by `yii\filters\HttpCache`. 10 years ago
Carsten Brandt 44d7d5fdd8 fixed wrong usage of @see 10 years ago
Carsten Brandt e899406494 improved docs about application and module namespace 10 years ago
Qiang Xue a2aa20f183 simplified errorhandler registration. 11 years ago
Carsten Brandt 8134af0edd allow using errorhandler from the app namespace 11 years ago
Qiang Xue 5fbb65ad81 Fixes #3121: `yii\base\Application::bootstrap` may fail to load some components if they are specified as class names 11 years ago
Qiang Xue 8bbcff70db prepare for 2.0.0-beta release. 11 years ago
Qiang Xue a6136e1b16 Renamed `yii\web\User::checkAccess()` to `yii\web\User::can()` 11 years ago
Qiang Xue ea75177abc Refactored app bootstrap logic. 11 years ago
Carsten Brandt 3fdcf11f24 updated phpdoc 11 years ago
Qiang Xue 586f5b87b0 Removed `Application::preload` in favor of `Application::bootstrap` 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
Carsten Brandt 7be743e1a7 cleanup application errorHandler getter 11 years ago
Carsten Brandt a4b6fb263d handle Exceptions in application init() 11 years ago
Carsten Brandt 89f6a00147 created console errorHandler 11 years ago
Qiang Xue 48383f9a19 app end improvement. 11 years ago
Qiang Xue 43b8430e0f improvement of Application::end() handling. 11 years ago
Qiang Xue c40ae85994 typo fix. 11 years ago
Qiang Xue ac74fede28 Fixes #2910: Added `Application::end()` 11 years ago
Carsten Brandt d4ad533d48 moved error handling related methods from app to errorhandler 11 years ago
Qiang Xue b9b4555da6 move assetManager to base application. 11 years ago
Qiang Xue f8b63591b0 Fix #2877: `yii\log\Logger` is split into `yii\log\Logger` and `yii\log\Dispatcher`. (qiangxue) 11 years ago
Carsten Brandt 1e75427393 updated classmap and phpdoc 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
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 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
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
gureedo f9e58d92fc check error level in error handler 11 years ago
Carsten Brandt 214f66a8c1 skip exiting in test env. 11 years ago
Carsten Brandt 0cfd41a21a let application exit with code 1 on error/exception in console 11 years ago
Alexander Makarov 8bdc437bc2 Fixes #2079: 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Qiang Xue c88016f9d8 added default mail config to application. 11 years ago
Carsten Brandt b59b77cd4f added timeZone property to i18n formatter 11 years ago
Carsten Brandt 83273382a7 changed order of preloading components and extensions 11 years ago
Qiang Xue 73442fb12a doc fix. 11 years ago
Qiang Xue c7c13a6693 Added concrete http exception classes. 11 years ago
Qiang Xue a5e3c00d75 replaced inheritdoc tags. 11 years ago