761 Commits (ebb5976a22f71b888e72315820f8582642b9d6b2)

Author SHA1 Message Date
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
Klimov Paul 1641e057a9 `VarDumper::export()` applied over framework. 10 years ago
Qiang Xue a2aa20f183 simplified errorhandler registration. 11 years ago
Qiang Xue 32aa175b7c renamed ErrorHandler::deRegister to unregister. [skip ci] 11 years ago
Carsten Brandt 2e6e318720 added ErrorHandler::deRegister() 11 years ago
Carsten Brandt 8134af0edd allow using errorhandler from the app namespace 11 years ago
Alexander Makarov d0ddb56639 Fixes #699: fixed wrong usage of self and static 11 years ago
Carsten Brandt c3fe4aa0fd `@inheritdoc` from interfaces and params 11 years ago
Qiang Xue 48c7e328c9 Finished behavior guide [skip ci] 11 years ago
Qiang Xue 5b6e79dc14 Fixes #3298: Supported configuring `View::theme` using a class name 11 years ago
Qiang Xue 7d31cba3a8 Finished event guide. [skip ci] 11 years ago
Qiang Xue d954618796 Added support to insert an event handler at the beginning of class-level event handler queue 11 years ago
Carsten Brandt c27ac8ef0e updated phpdoc 11 years ago
Qiang Xue f48a7aedfa Fixes #3251: controller should be created using DI container. 11 years ago
Philippe Gaultier 20e96cca05 Fix DateTime cast 11 years ago
Carsten Brandt 91965fd391 phpdoc formatting issues 11 years ago
Qiang Xue c15aceb094 Refactored filter error display for GridView. 11 years ago
Carsten Brandt 0a3f4e85f1 made grid\DataColumn::getDataCellValue() public 11 years ago
Qiang Xue 7d8dfe52cd Fixed test break. 11 years ago
Kartik Visweswaran b1a26ff336 Fix the Y2K38 bug 11 years ago
Alexander Makarov d3277ecf4f InvalidCallException, InvalidParamException, UnknownMethodException are now extended from SPL BadMethodCallException 11 years ago
Alexander Makarov 4d235f9f8b Fixed exception message to match the one in Component 11 years ago
marsuboss db244a61b2 Fix typo 11 years ago
Carsten Brandt 76d8e2b5b3 code style, fixes #3140 11 years ago
Thiago Talma c1445871f4 Correction of many errors code inspection. 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 a4809bca1b Fixes #3091: Fixed inconsistent treatment of `Widget::run()` when a widget is used as a container and as a self-contained object 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
Carsten Brandt 3c400dbca8 fixed file PHPdoc 11 years ago
Qiang Xue ea75177abc Refactored app bootstrap logic. 11 years ago
Qiang Xue 0b29c9607d fixed broken API links [skip ci] 11 years ago
Carsten Brandt fa767ceaca renamed attributes to attributeNames in model 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 3616d1f0d1 Fixes #2816: Changed default date and time format of `yii\base\Formatter` to `Y-m-d` and `H:i:s` 11 years ago
Qiang Xue 48e67e8b89 renamed `PrefixUrlRule` to `GroupUrlRule` 11 years ago
Qiang Xue c4e1416e37 fixed doc [skip ci] 11 years ago
Qiang Xue a15a3835c7 Moved all filter classes to namespace `yii\filters` 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
Qiang Xue 104c4fc3ae Added support to allow an event handler to be inserted at the beginning of the existing event handler list 11 years ago
Alexander Makarov ada39df60b Corrected theming docs not to give an example of theme view files under webroot 11 years ago
Alexander Makarov 6054ede16a Fixed phpdoc, removed unit tests for Formatter asRelativeTime that were relative to current time since it was impossible to specify correct expected values 11 years ago
Carsten Brandt 7be743e1a7 cleanup application errorHandler getter 11 years ago
Carsten Brandt a64429acf3 removed TODOs 11 years ago
Carsten Brandt a4b6fb263d handle Exceptions in application init() 11 years ago