606 Commits (f4f2a708b2882bf9c3039af4ce9a3a819237c9c4)

Author SHA1 Message Date
Vladimir d4d8237263 Update CHANGELOG.md 10 years ago
Carsten Brandt b5e1959bcb changelog for #1160 10 years ago
Carsten Brandt 33edfcff2e Use `limit(null)` instead of `limit(-1)` 10 years ago
Carsten Brandt c0a15ded02 added trace level to log message formatting 10 years ago
Steve 47923cccbe Fix bug in `yii\db\mysql\Schema` 10 years ago
Qiang Xue a2a6028253 Fixes #3992 10 years ago
Alexander Makarov dd5a16aa4a Fixes #4127: `CaptchaValidator` clientside error message wasn't formed properly 10 years ago
Alexander Makarov efe5727ff7 Fixed changelog 10 years ago
Alexander Makarov 481db35512 Fixes #4114: Added Security::generateRandomHexKey(), used it for various tokens and default key generation 10 years ago
Alexander Makarov c68e5f1fdb Adjusted naming 10 years ago
Carsten Brandt 1085f1bd9b cleanup after #4092 10 years ago
Alexander Makarov 3eee7b8e4b Fixes #4072: `\yii\rbac\PhpManager` adjustments 10 years ago
Qiang Xue 09b00c5cd0 Reverted #4098. 10 years ago
Qiang Xue dfadb6a917 Fixes #4098: `yii\db\Query::addSelect()` should include `*` when it is called the first time 10 years ago
Carsten Brandt 085f2c0142 gridview and listview use widget ID in base tag 10 years ago
Vladimir Zbrailov f9febd0087 unify changedAttributes of afterSave in extensions 10 years ago
Vladimir Zbrailov 44f20c61a0 changedAttributes of AfterSaveEvent contain an old values 10 years ago
Carsten Brandt b5ccf3bc04 changed default for rotateByCopy of FileTarget 10 years ago
Klimov Paul c86db26136 Notes about `Security` class refactoring added to CHANGELOG.md and UPGRADE.md 10 years ago
Carsten Brandt bd9cddb8d9 fixed rotateByCopy to avoid any rename() 10 years ago
resurtm fb9df78795 Fixes #4080, FileHelper::removeDirectory(): 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
Carsten Brandt 5d0452b2ae rename ColumnSchema::typecast to phpTypecast 10 years ago
Qiang Xue 4969f51e3f Fixes #3221: Added events for DB transaction commit/rollback 10 years ago
Qiang Xue 838a79cdae minor doc fixes [skip ci] 10 years ago
Alexander Makarov 2457e24795 Fixes #4071: `mail` component renamed to `mailer`, `yii\log\EmailTarget::$mail` renamed to `yii\log\EmailTarget::$mailer` 10 years ago
Carsten Brandt e856cb6c90 changelog for #4020 10 years ago
Alexander Makarov a92dd65e0e Fixes #3101: Improved handling of log target failures. It will now skip target and log reason instead of going into infinite cycle 10 years ago
Qiang Xue 1b4a9b62cd Fixes #3568: When the primary query sets `asArray`, it is not respected by the `via` relational query 10 years ago
Qiang Xue 7c2be49576 Fixes #3638: `yii\filters\HttpCache` does not work as expected when session is started before the filter 10 years ago
Carsten Brandt 8a70d9fbd1 rename column schema typecast method 10 years ago
Carsten Brandt 6a48f68955 split typecast method into two 10 years ago
Qiang Xue c6f711ccca Fixes #3765: Added `yii\web\User::enableSession` to support authentication without using session 10 years ago
Carsten Brandt eeb784a11e added typecast to auto increment PK 10 years ago
Carsten Brandt b04e23f8b7 use native suppport for batch insert in SQLite >= 3.7.11 10 years ago
Carsten Brandt 7b13c370e9 fixes #3681, disambiguate PK in findOne and findAll 10 years ago
Carsten Brandt 109c4b44bc attempt to fix multiple header issue 10 years ago
Carsten Brandt 775141ab96 move mail event class 10 years ago
Carsten Brandt 651e6a3feb added support for BIT default values 10 years ago
Carsten Brandt 2cab70b064 Ensure consistent behavior in ActiveRecord::afterSave() 10 years ago
Qiang Xue 06235cd156 Fixes #2558: Enhanced support for memcached by adding `yii\caching\MemCache::persistentId` and `yii\caching\MemCache::options` 10 years ago
Qiang Xue 607294a4f1 Fixes #2821: Console help command incorrectly lists non-console controllers as available commands 10 years ago
Dmitry Chernikov 56e4f7ba8e Updated CHANGELOG.md 10 years ago
Dmitry Chernikov d26f36d45d Updated CHANGELOG.md 10 years ago
Carsten Brandt bbbe2a3e4b Added support for transaction isolation levels 10 years ago
Dmitry Chernikov 8b8e5c4de9 fixed 10 years ago
Dmitry Chernikov 1cb4036d14 updated CHANGELOG.md 10 years ago
Carsten Brandt ba690d5451 Imagick image can not be converted to string on HHVM 10 years ago
Qiang Xue 7b1cef269d Fixes #3996: Traversing `Yii::$app->session` may cause a PHP error 10 years ago
Qiang Xue 209dd7e600 Fixes #3956: Flash messages set via `Yii::$app->session->setFlash()` will be removed only if they are accessed 10 years ago