125 Commits (3d55ee5af06c8e790cc1a02ffd22731687802d0f)

Author SHA1 Message Date
Carsten Brandt d82195706f UPGRADE and CHANGELOG notes for the Formatter changes 10 years ago
Carsten Brandt 73cb5f8aac changed syntax for referencing the guide in apidoc 10 years ago
Qiang Xue 60e07e0d2a new asset WIP: renabled asset publishing 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt 1f31f27787 phpdoc 10 years ago
Alexander Makarov 0edd8bc65a Fixed missing and incorrect phpdoc 10 years ago
Qiang Xue 9c4d4715dd guide WIP [skip ci] 10 years ago
Klimov Paul 54ac875e21 Component 'security' added tp the base application 10 years ago
Qiang Xue 8e96623a56 Fixes #1452: Added `Module::getInstance()` to allow accessing the module instance from anywhere within the module 10 years ago
Alexander Makarov 0ff0f9d32e Missing files for #4071 10 years ago
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