761 Commits (ebb5976a22f71b888e72315820f8582642b9d6b2)

Author SHA1 Message Date
Carsten Brandt 89f6a00147 created console errorHandler 11 years ago
Carsten Brandt c93231e26b improved session error handling 11 years ago
Carsten Brandt bb2906917d adjusted guide and small code adjustements 11 years ago
Carsten Brandt 33543cbdb3 improved error handler output on console app 11 years ago
Qiang Xue 92bd71cd84 Fixes #2912: Relative view files will be looked for under the directory containing the view currently being rendered 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 fdface1646 added stack trace to exception output in API when YII_DEBUG is true 11 years ago
Carsten Brandt 67dd874e0c renamed console controller optoins param $id to $actionId 11 years ago
Carsten Brandt 293e807017 added missing constructor call 11 years ago
Carsten Brandt 1e75427393 updated classmap and phpdoc 11 years ago
Carsten Brandt a9e37b906c fixed typo 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 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