4387 Commits (5c767e5d34b5abcc7900098f0ee2cb36dd3629fc)

Author SHA1 Message Date
Klimov Paul c86db26136 Notes about `Security` class refactoring added to CHANGELOG.md and UPGRADE.md 10 years ago
Klimov Paul e6f7d9b625 Security helper files removed 10 years ago
Klimov Paul 2bab6259d1 'Security' helper usage switched to 'security' application component. 10 years ago
Klimov Paul 54ac875e21 Component 'security' added tp the base application 10 years ago
Klimov Paul db0beb6b6b 'yii\base\Security' component created. 10 years ago
Carsten Brandt bd9cddb8d9 fixed rotateByCopy to avoid any rename() 10 years ago
Carsten Brandt 910151d787 typo 10 years ago
resurtm fb9df78795 Fixes #4080, FileHelper::removeDirectory(): 10 years ago
resurtm 02545ce7a3 Fix #4081: invalid brazilian portuguese translation. 10 years ago
Qiang Xue 9f08d18f96 Fixes #3020 [skip ci] 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 0ff0f9d32e Missing files for #4071 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
Alexander Makarov 9f3e716932 Added example to EmailTarget phpdoc 10 years ago
Tóth Sándor 332f2a07ee OCI/Schema getlastinsertedid function fix and i add const oracle column type to schema 10 years ago
Alexander Makarov 38c056c736 Moved handling from Target to Dispatcher, fixed edge cases 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
Qiang Xue 86f06677e9 Refactored AR findOne() and findAll(). 10 years ago
Carsten Brandt 574f67feff fixed test break 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
Carsten Brandt cc5c413711 better fix for #2988 10 years ago
Carsten Brandt 18c3e8ef01 clear stat cache in logger to avoid cache of file state 10 years ago
Carsten Brandt bc00449c5f removed wrong use statement for MailEvent 10 years ago
Carsten Brandt 7e4bdef445 updated classmap to fix test break 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 edb95052e8 use an AfterSaveEvent class to be consistent 10 years ago
Carsten Brandt 2f4a09ef53 phpdoc 10 years ago
Carsten Brandt 1c1dcc2c15 fixed gridview documentation 10 years ago
Carsten Brandt 6578cfbdab updated phpdoc and classmap 10 years ago
Carsten Brandt 284ec069ad implemented ANSI strlen helper 10 years ago
Carsten Brandt 10dc407a3c implemented markdown parsing for console command description 10 years ago
Carsten Brandt f46cffb4e4 Implement console color ansi2html 10 years ago
Carsten Brandt 0d03f720a4 added usage example of ActiveField::widget() 10 years ago
Carsten Brandt 29cacc8a05 added mysql blob and longblob to the list 10 years ago
Carsten Brandt 1391253a58 fixed postgres default value parsing 10 years ago
Carsten Brandt 651e6a3feb added support for BIT default values 10 years ago
Carsten Brandt 4f95fcd91f added unit tests for schema detection 10 years ago
Carsten Brandt b0fb04efd4 fixed test break and wrong parameter 10 years ago