5673 Commits (8b951796ac5ef8f86e426bc17767dfad11249275)

Author SHA1 Message Date
Alexander Mohorev afe21a986a PSR-2 anonymous functions 9 years ago
Alexander Mohorev d34d890a32 PSR-2 if-else statement 9 years ago
Alexander Mohorev ae42a054bb PSR-2 spaces, commas, etc 9 years ago
Alexander Mohorev 38ca276e1f PSR-2 try-catch statement 9 years ago
Alexander Mohorev 789cdfea86 PSR-2 switch statement 9 years ago
Alexander Mohorev fa428a130c PSR-2 while statement 9 years ago
Alexander Mohorev 0c5e4b7105 PSR-2 foreach statement 9 years ago
Klimov Paul 4283f29a5a `yii\web\MultiFieldSession` created 9 years ago
Alexander Mohorev 7b5744a5c3 Add to list declared variables 9 years ago
Alexander Mohorev 651ed4ee2c Undefined class NotSupportedException 9 years ago
Alexander Mohorev 2134c72bb0 Undefined class Expression 9 years ago
Alexander Mohorev 2288f339e6 Parameter type is not compatible with declaration 9 years ago
Alexander Mohorev fcb45848dd The formatting value must be array 9 years ago
Klimov Paul e683e3e79d Schema refresh moved to `Migration::init()`. 9 years ago
Marius Ebel e056f17b38 - Updated upgrade log 9 years ago
Marius Ebel fff61bf99b - Reworked order of parameters in order to keep backwards compatibility 9 years ago
Marius Ebel 622ed0130a - Corrected documentation 9 years ago
Marius Ebel 0dcb50db5e - i18n MessageController now supports config parameter 'markUnused' that turns adding @@s either on or off 9 years ago
Alexander Mohorev 3ec0d94b4a Remove unused variable 9 years ago
Alexander Mohorev e9494d15c3 Remove unused variable 9 years ago
Alexander Mohorev e8535eea22 Incorrect property type declared. 9 years ago
Qiang Xue 874ecfaa37 code formatting [skip ci] 9 years ago
Paul Klimov 8e4518c81f Doc comments updated 9 years ago
Paul Klimov 0bfa2e2673 Reset of `refreshTableName` on `yii\db\Command` reuse ensured 9 years ago
Carsten Brandt f68e970de2 link to PHP classes just as we do with normal classes 9 years ago
Carsten Brandt ec76a3015a use yii\base\Event in BaseAR to fix phpdoc reference 9 years ago
Newerton f70067db03 Update yii.php 9 years ago
Steve Guns 7e797213f4 [FR] Updated translations 9 years ago
Klimov Paul 6ea19e8f45 Schema refreshing added to `yii\db\Migration::execute()` 9 years ago
Klimov Paul 72f9e63e10 Table schema auto refreshing on DDL added to `yii\db\Command` 9 years ago
Klimov Paul fb0062114e Method `yii\db\Schema::refreshTableSchema()` added 9 years ago
Klimov Paul 0d48f1041e Fixed `yii\db\Command::getRawSql()` unable to parse params specified without colon (':') 9 years ago
Carsten Brandt 0959b5d28e updated docs about dirty attributes 9 years ago
Carsten Brandt 0802d3eb60 added more detailed comment for #8556 9 years ago
mpstegeman e8ed316520 Correct tokens in NL translation of the StringValidator->tooLong message 9 years ago
Alexander Makarov 816ebd1e17 Additional phpdoc and minor code style fixes 9 years ago
Alexander Makarov 67658cf57d Replaced static with $this in phpdoc since current IDEs are finally able to handle it correctly 9 years ago
Brandon Kelly c339ed2949 Fixes #7764: `\yii\helpers\ArrayHelper::toArray()` wasn't passing `$recursive` to `Arrayable::toArray` 9 years ago
Alexander Makarov acb7b2ebbb Fixes #8556: Extracted `yii\web\User::getAuthManager()` method 9 years ago
Philippe Gaultier 4851d7f9e3 Fixes #8574: Added `yii\console\controllers\MessageController` support .pot file creation 9 years ago
Qiang Xue 07bcc8fda1 Fixes #8595: Fixed `yii\rbac\DbManager::checkAccessFromCache()` to check against auth items loaded in cache recursively 9 years ago
Klimov Paul 886e99be11 Fixed `yii\web\Response::xSendFile()` does not reset format 9 years ago
Klimov Paul a849e815df Fixed `yii\db\ActiveQuery` produces incorrect SQL for aggregations, when `sql` field is set 9 years ago
Klimov Paul 0874ffac38 Fixed `yii\helpers\Html::activeTextarea()` does not allow value overriding via options 9 years ago
Carsten Brandt aa5887fec7 added missing use statement to fix #8572 9 years ago
Klimov Paul 95ba06c01b Added ability to use aliases and domain relative URLs at `yii\web\AssetManager::assetMap` 9 years ago
Klimov Paul 8a506e1ee3 Added support for 'only' and 'except' options for `yii\web\AssetManager::publish()` 9 years ago
kidol 88371fb147 Trigger garbage collection in FileCache 9 years ago
Carsten Brandt 47bcd020ff fixed bug in console controller 9 years ago
Klimov Paul 5c68dde13c CHANGELOG.md fixed 9 years ago