4075 Commits (d40c744e0d9a2bd22f7b9e82dfe24574a486c565)

Author SHA1 Message Date
Qiang Xue 32aa175b7c renamed ErrorHandler::deRegister to unregister. [skip ci] 11 years ago
Carsten Brandt 9e0a157fa5 improved docs for AR::findAll() 11 years ago
Carsten Brandt 613b3a138c changelog 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
Qiang Xue 3ea2ffbbd2 Fixed the issue that `ServiceLocator` still returns the old component after calling `set()` with a new definition 11 years ago
Alexander Kochetov e08473a082 CHANGELOG fixed 11 years ago
Alexander Kochetov 9b092e51a8 CHANGELOG 11 years ago
Alexander Kochetov ccaa052d57 ExistValidator count logic fix 11 years ago
Alexander Kochetov 697e909c30 Comments updated 11 years ago
Alexander Kochetov 40de668a80 CHANGELOG updated 11 years ago
Alexander Kochetov 5f2101893e MigrateCommand enhancement. `all` option added for `down` action. 11 years ago
Maikel Brouwer 46add80ac2 Add missing Exception when wrong validator is used 11 years ago
Paul Klimov e11ecad1ce Object handling at `BaseVarDumper::export()` reworked 11 years ago
Paul Klimov 3469b47114 Issue #3232 added to CHANGELOG 11 years ago
Paul Klimov b94b18337b Doc comments for `BaseVarDumper::export()` added 11 years ago
Paul Klimov 7c69c9141c BaseVarDumper::export() added 11 years ago
dalli 1722d28fbe Update config.php 11 years ago
stevekr cff8046c45 Estonian translation 11 years ago
Qiang Xue d6f6b7b6f2 guide WIP [skip ci] 11 years ago
Alexander Kochetov fe5376ff7d Refactoring 11 years ago
Alexander Kochetov 8188cc78d3 Refactoring 11 years ago
Alexander Kochetov 3eb257c302 Improve `exist` validator to support array attributes 11 years ago
Fourteenmeister 3e45097126 MS SQL Server fix for older versions than 2012 (alternative solution) 11 years ago
Alexander Makarov b491441246 Removed `yii\rest\ActiveController::$transactional` property and connected functionality 11 years ago
Alexander Makarov 8886fb235f Fixed handleException method visibility, removed unnecessary slashes from FQN 11 years ago
Alexander Makarov e0b701bb87 Added SQL files for RBAC back 11 years ago
Carsten Brandt b65b0ce591 better exception message for non existing validator 11 years ago
Alexander Makarov bea7cf8449 Moved exception handling to schema 11 years ago
Alexander Makarov b1d94e5c95 Removed unnecessary instance check, fixed Sphinx schema 11 years ago
Alexander Makarov a86d2ad11e Added `yii\console\Controller::EXIT_CODE_NORMAL` and `yii\console\Controller::EXIT_CODE_ERROR` constants, `yii\console\MigrateController` now returns `yii\console\Controller::EXIT_CODE_ERROR` in case of failed migration 11 years ago
Alexander Makarov c7b05f0c22 Fixed inconsistent return of \yii\console\Application::runAction() 11 years ago
Adam Altman 1ddcd8e705 correct typo in phpdoc for HttpBearerAuth class 11 years ago
Qiang Xue af7530663d Fixes #3383: Added `$type` parameter to `IdentityInterface::findIdentityByAccessToken()` 11 years ago
Alexander Makarov ef4d9683ce Fixed RBAC migration for SQLite 11 years ago
Alexander Makarov 905e39ede9 RBAC migration is now aware of custom table names, speeded up RBAC tests 11 years ago
Alexander Makarov 12732cfa53 Fixed rbac tests to use migration 11 years ago
Alexander Makarov ff3a20a785 Removed duplicate property 11 years ago
Alex-Code 7ff1f4ae33 Update DefaultValueValidator.php 11 years ago
Alexander Makarov d0ddb56639 Fixes #699: fixed wrong usage of self and static 11 years ago
Alexander Makarov ca465eae18 Renamed handleError to handleException 11 years ago
Alexander Makarov 6cfc949691 Added CUBRID support for throwing integrity exception 11 years ago
Alexander Makarov 7764086c5d IntegrityException should be thrown for relational DBs only 11 years ago
Alexander Makarov d1ec2a0241 Better naming for Schema properties 11 years ago
Alex-Code 8d80582f0c Update CHANGELOG.md 11 years ago
Alex-Code 7dfd210b79 Update DefaultValueValidator.php 11 years ago
Marius Kubrakov 1182ba5e45 Fixes #3368 value also has to be parsed. 11 years ago
Alexander Makarov 2aa5555654 Fixes #2435: `yii\db\IntegrityException` is now thrown on database integrity errors instead of general `yii\db\Exception` 11 years ago
Alexander Makarov ca23cd8a2c Implemented throwing \yii\db\IntegrityException on DB integrity errors 11 years ago
Carsten Brandt c3fe4aa0fd `@inheritdoc` from interfaces and params 11 years ago