630 Commits (6e6005b148032a8585df332887b9118aa71cf112)

Author SHA1 Message Date
Qiang Xue e8c6bb516f Fixes #4048: Added `init` event to `ActiveQuery` classes 10 years ago
Qiang Xue 4e4e76e883 Request::cookieValidationKey must be explicitly specified now. 10 years ago
Qiang Xue 8633d0f91c `yii\web\Request::cookieValidationKey` is now automatically generated by the installation script for the basic and advanced application templates 10 years ago
OmgDef 697a85dd26 Check for UPLOAD_ERR_NO_FILE in UploadedFile 10 years ago
artur 0c6516a87c Fixes #3443: Fixed `yii\bootstrap\Nav` and `yii\bootstrap\Dropdown` were generating wrong ids for submenus 10 years ago
Qiang Xue e5a87af234 Fixes #4331: `yii\helpers\Url` now uses `UrlManager` to determine base URL when generating URLs 10 years ago
Qiang Xue 61b627a6fc Fixes #4318: `yii\helpers\Html::ul()` and `ol()` will return an empty list tag if an empty item array is given 10 years ago
Alexander Makarov ddf8085b8e Fixes #4297: Added check for DOM extension to requirements 10 years ago
Nikola Kovacs 30e751fec9 update changelog for 4317 10 years ago
Qiang Xue fe2611186e Fixes #4051: Renamed `yii\caching\GroupDependency` to `TagDependency` and added support for associating multiple tags to a single cached data item 10 years ago
Qiang Xue eee8a1506a Updated history [skip ci] 10 years ago
Carsten Brandt 8b70a55b14 Improved global configuration of assetmanager 10 years ago
Sorokin Victor 504e973f67 Fixes #4241: `yii\widgets\Pjax` was incorrectly setting container id 10 years ago
Ragazzo e5195937e4 Fixes #3384: Added callback-style transactions 10 years ago
Qiang Xue 038d5a5375 Fixes #4232: `TableSchema::sequenceName` for PostgreSQL should remove the enclosing quotes 10 years ago
Alexander Makarov 374b98e2e4 Fixes #4227: `\yii\widgets\LinkPager::$hideOnSinglePage` is now `true` by default 10 years ago
Qiang Xue 9cb36d01a7 Fixes #4212: MSSQL query builder should not generate the `ORDER BY` clause when it is not needed 10 years ago
Qiang Xue acaa4f8194 Fixes #4204: `yii\web\Request::getUserIP()` will return null if it cannot detect user IP address 10 years ago
Vladimir d4d8237263 Update CHANGELOG.md 10 years ago
Carsten Brandt b5e1959bcb changelog for #1160 10 years ago
Philippe Gaultier ba74d97ad8 Fix changelog 10 years ago
Philippe Gaultier 6493cb87f3 Adding enhancement CORS 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