4385 Commits (9fa9dee3e695ae2f581a14dbd967c904f6af40e3)

Author SHA1 Message Date
RichWeber 92cd13a913 pull origin 10 years ago
slavcodev fa8e576251 Refactored ActiveQuery::one() to be consistent with all() creation 10 years ago
Qiang Xue b19fa0c3db minor fixes [skip ci] 10 years ago
xjflyttp c5fbf89b44 - Enh #4520: yii\caching/MemCache.php add sasl support (xjflyttp) 10 years ago
Alex-Code 3a10c4cfa4 Update yii.activeForm.js 10 years ago
Alex-Code 6d2bc729c0 Update CHANGELOG.md 10 years ago
Alex-Code 4d337c3068 Update CHANGELOG.md 10 years ago
Carsten Brandt 7af92173b1 length arg of byteSubstr is now optional 10 years ago
Alexander Makarov cde71f4318 Added encoding to StringHelper::byteSubst() fallback 10 years ago
Oleg Belostotskiy 57335523d2 Fix Russian translation 10 years ago
mbman 94dc27a30e Fixes #4497: Bad Request, Unable to verify your data submission 10 years ago
Qiang Xue da544b2676 Fixes #4519: `yii\base\Model::isAttributeRequired()` should check if the `when` option of the validator is set 10 years ago
Thiago Talma 45ee387f92 It is not required by default when you set the "when" attribute 10 years ago
Qiang Xue a0d19e922b Fixes #4497: changed to use hex digits by default when hashing data. 10 years ago
Alexander Makarov 100ba6c3ab Replaced substr_compare with strncmp where possible 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Alexander Makarov 1c414caace Improved checks where substr_compare is used, replaced more substr + comapre cases with substr_compare 10 years ago
Carsten Brandt ca9d4867f4 code style 10 years ago
Carsten Brandt 1f31f27787 phpdoc 10 years ago
Carsten Brandt 6d1dd1d556 class map 10 years ago
Carsten Brandt 08a480c6e6 make Request more robust against invalid CSRF data 10 years ago
Alexander Makarov 2fc8cb4523 Fixes #4489: Fixed MySQL RBAC manager 10 years ago
Carsten Brandt 8701d7df3b more explicit comment in phpdoc, code style 10 years ago
Carsten Brandt 74c99dc959 code style + test groups 10 years ago
Alexander Makarov c2c7bbe2b9 [skip ci] Fixes #4461 10 years ago
Alexander Makarov d1ccb92a34 Fixes #4489: RBAC PhpManager wasn't saving multiple assignmentsFixes #4489: RBAC PhpManager wasn't saving multiple assignments properly 10 years ago
Alex-Code 66e0e8aafb Update yii.activeForm.js 10 years ago
Alex-Code 334b313020 Update yii.activeForm.js 10 years ago
Alexander Makarov be24a2e2c7 Removed mentions of $deriveKeyStrategy from Security phpdoc 10 years ago
Alex-Code b4ca343bd2 deferred validation 10 years ago
Alex-Code 5186343734 deferred validation 10 years ago
Carsten Brandt 1e9350abe1 guide on ajax validation 10 years ago
Carsten Brandt 9e9175fe09 fixed typo 10 years ago
Alexey Samoylov b3260567c2 Mistype 10 years ago
Carsten Brandt 31a56b59b0 Avoid endless loop when exporting logs 10 years ago
tom-- 33f2525a39 Remove nonsense branch logic 10 years ago
tom-- c6a8b418ef compareString(): timing depends only on length of `$actual` input, unit test 10 years ago
Vincent 56a9536b51 Typo in docs 10 years ago
Qiang Xue b680afc721 Fixes #4462. 10 years ago
Alexander Makarov c5a3cd511e Security component adjustments: fixed comment style, hkdf() and pbkdf2() are now protected, compareString() is now public 10 years ago
tom-- 2c5c2c101b Fixes #4131: Security adjustments 10 years ago
Alexander Makarov 8f81e231da Fixes #4453: `yii message/extract` wasn't properly writing to po files in case of multiple categories 10 years ago
Alexander Makarov ed533172d7 Adjusted rbac ManagerInterface 10 years ago
Alexander Makarov 77e4a80edc Removed unused code 10 years ago
Alexander Makarov 0edd8bc65a Fixed missing and incorrect phpdoc 10 years ago
ilyaz 5f4801874c Update schema-mssql.sql 10 years ago
Thiago Talma 88191bbe5c New callback functions for form validation using Ajax. 10 years ago
Zeng Xi ac90f2b7c0 Generate Traditional Chinese messages 10 years ago
Qiang Xue 368bf3dc65 Fixes #1388: Added mapping from physical types to abstract types for OCI DB driver [skip ci] 10 years ago
Qiang Xue 1f0d2ab7d9 Fixed Oracle DB type mapping. (Fixes #4) 10 years ago