761 Commits (ebb5976a22f71b888e72315820f8582642b9d6b2)

Author SHA1 Message Date
Alexander Mohorev bb8550886e PHP type casting 10 years ago
Alexander Mohorev f1edafffaf PHPDoc comment doesn't contain all necessary @throws tag 10 years ago
Ilya Antipenko 9061874bdb Fixes #5646: Call `yii\base\ErrorHandler::unregister()` instead of `restore_*_handlers` directly 10 years ago
db6178 2bebfee5aa Update Object.php 10 years ago
Sergey 783d1ccaed typo fix 10 years ago
Carsten Brandt f3a6b1985d do not call afterAction() if beforeAction returned false 10 years ago
Qiang Xue eec716d88f Fixes #4040: Added `$viewFile` and `$params` to the `EVENT_BEFORE_RENDER` and `EVENT_AFTER_RENDER` events for `View`. 10 years ago
Qiang Xue 710e70b8fd Fixes #2037: Dropped the support for using `yii\base\Module` as concrete module classes 10 years ago
Qiang Xue 858ceb5039 Added `yii\base\Application::loadedModules` 10 years ago
Carsten Brandt d82195706f UPGRADE and CHANGELOG notes for the Formatter changes 10 years ago
Carsten Brandt f8f0ff5445 moved formatter to i18n namespace 10 years ago
Carsten Brandt 065db64db3 finsihed formatter implementation 10 years ago
Carsten Brandt 2a15ae12e6 refactored number formatting 10 years ago
Carsten Brandt a4e86c02de date formatter iteration 10 years ago
Carsten Brandt 7f1f759472 small doc adjustments 10 years ago
Qiang Xue e3ca5a8168 Reverted/fixed some incorrect changes. 10 years ago
Alexander Makarov 73045c83b9 Simplified ArrayTrait::fields() default implementation since it works fine w/ just field names as values 10 years ago
Carsten Brandt 73cb5f8aac changed syntax for referencing the guide in apidoc 10 years ago
Qiang Xue ef1a6d20d1 When an ID is found to be in both `Application::controllerMap` and `Application::modules`, the former will take precedence 10 years ago
Alexander Makarov 277d8cbaeb Got rid of console inline action 10 years ago
Alexander Makarov d74e89a1ca Extracted inline action object creation, implemented it in console controller in order to use console inline action instead of base one 10 years ago
Alexander Makarov 3af08064b8 Fixes #4911: Changed callback signature used in `yii\base\ArrayableTrait::fields()` from `function ($field, $model) {` to `function ($model, $field) {` 10 years ago
Qiang Xue 60e07e0d2a new asset WIP: renabled asset publishing 10 years ago
Klimov Paul 6709154792 `yii\base\ErrorHandler::handleError()` adjusted keeping native error processing on error reporting miss match. 10 years ago
disem a83d441534 typo fix 10 years ago
Henry Abbott 00aab7c379 Fixed typo in comments for generatePasswordHash 10 years ago
Qiang Xue dee0382c1f Added `yii\base\InvalidValueException`. 10 years ago
Carsten Brandt 0ed6355ee1 test and docs to be clear about #4558 10 years ago
RichWeber 92cd13a913 pull origin 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
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Carsten Brandt ca9d4867f4 code style 10 years ago
Carsten Brandt 1f31f27787 phpdoc 10 years ago
Carsten Brandt 8701d7df3b more explicit comment in phpdoc, code style 10 years ago
Alexander Makarov be24a2e2c7 Removed mentions of $deriveKeyStrategy from Security phpdoc 10 years ago
Carsten Brandt 9e9175fe09 fixed typo 10 years ago
Alexey Samoylov b3260567c2 Mistype 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 0edd8bc65a Fixed missing and incorrect phpdoc 10 years ago
Kai Mindermann 46b553f012 fixes formatter doing one division too much, fixes #4427 10 years ago
Kai Mindermann f3520187d6 formatter: adds unit tests for base 1000, fixes #4412 10 years ago
Qiang Xue 390a6c782e Fixes #4409: Upper case letters in subdirectory prefixes of controller IDs were not properly handled 10 years ago
Alexander Makarov 8802d0305e Avoid method call in for condition 10 years ago