6927 Commits (bd39b53985371079250edd5492d37217ba5d7134)

Author SHA1 Message Date
Angel Guevara b923adf75c Enh: Support for useTablePrefix parameter in migrate command 9 years ago
Klimov Paul a90ffecdb3 `MigrateController` refactored avoiding internal state changing 9 years ago
Alexander Makarov 48a2df5d52 Fixes #11283: `ActiveRecord::unlink()` is not setting FK to `null` before deleting itself anymore 9 years ago
Alexander Makarov 81b18e1538 Fixed variable name 9 years ago
Alexander Makarov 371440d59a More Security component enhancements 9 years ago
Tom Worster c455a3c54b Security component enhancements 9 years ago
Alexander Makarov f312163258 Fixes #11220: NumberValidator now handles objects properly 9 years ago
Paul Klimov b72524d490 Fixes #11280 migrate autogenerate breaks MongoDB migration 9 years ago
Aris Karageorgos 6bffe761b1 Fixed Wording 9 years ago
Carsten Brandt e05f55bd13 Update PgsqlMutex.php 9 years ago
Angel Guevara 49aec24ae1 Enh: Migrate command now supports foreign keys 9 years ago
Yaroslav Lukyanov db1a96d876 Added tests for #8920, used 16bit integers to avoid out of range error 9 years ago
John Was 84f37705bf Fixes #8920: Added `yii\mutex\PgsqlMutex` which implements mutex "lock" mechanism via PgSQL locks 9 years ago
Misbahul D Munir 0e17d652dc Enhanced RBAC Rule assignment 9 years ago
Andrii Vasyliev e8d30f0c51 enable use of yii2 inside of phar packaged console applications 9 years ago
Joel Waldock 20de74d343 Fix spelling in Controller.php 9 years ago
Robbert Jan van de Velde d438c03dbc Bug #11223: Fixed returning an empty array when DbManager::getRolesByUser() was called on a user with user id 0 9 years ago
Daniel Gomez Pan 5c38b93691 Fix changelog [skip ci] 9 years ago
Dmitrijs Goroščuks cd47752e77 Fix LV translation in compare validator 9 years ago
Angel Guevara 0bd7bb961f [doc] link to unexistant class 9 years ago
Alexander Makarov cfbe50e96d Fixes #11026: Fixed `StringHelper::truncateWords()` to count words properly for non-English text 9 years ago
githubjeka 59fea15ee2 refactoring code 9 years ago
githubjeka 8e1ec62191 update BooleanValidator 9 years ago
Carsten Brandt a46015124c improved docs for Html::a() and absolute URLs 9 years ago
Carsten Brandt 79a4241fff fixed rest controller PHPdoc 9 years ago
Nikola Kovacs ff37be0fb8 add doc summary for getUniqueID 9 years ago
Evgeniy Tkachenko 4e59f92829 phpDoc updated 9 years ago
Carsten Brandt 608066b05f fixed ActiveForm tests for output buffering 9 years ago
Carsten Brandt be3453fe1c improved HttpCache documentation 9 years ago
Daniel Gomez Pan 7dc984d359 Fixed #8779: Automatically set enctype form option when using file input field 9 years ago
Angel Guevara 3cbd64547a Additional phpdoc for #11187 9 years ago
particleflux 1dfab19b77 Fixes #11137: Added weak ETag support to `yii\filters\HttpCache`. It could be turned on via setting `$weakEtag` to `true` 9 years ago
Alexey 5e1e42839f Fixes #11188: Fixed wrong index usage in `CaptchaAction` when calling `imagefilledrectangle` 9 years ago
Damian Zajkowski 3fb85fb84e Fixing VarDumper for throwing PHP Fatal when dumping __PHP_Incomplete_Class. #11196 issue. 9 years ago
Alexander Makarov 706b98ee0f Changelog for #11187 9 years ago
Angel Guevara 2ccf9e46f8 documentation snippet 9 years ago
micro-maureen e410562841 Update UrlRuleInterface.php 9 years ago
Carsten Brandt e0e19aea64 fixed broken markdown in VerbFilter 9 years ago
Evgeniy Tkachenko aa0bf9a3c7 phpDoc: Added null to Controller::$layout 9 years ago
SilverFire - Dmitry Naumenko 7d263d2271 ArrayCache - updated PHPDoc 9 years ago
SilverFire - Dmitry Naumenko 2de79d7ee4 CHANGELOG reordered 9 years ago
SilverFire - Dmitry Naumenko 46a0f2ef50 Updated CHANGELOG 9 years ago
SilverFire - Dmitry Naumenko 9a73593908 yii\web\User - updated PHPDoc 9 years ago
Sam Mousa c7436909f4 Added optional `$checkHeader` param to loginRequired for checking the Accept header; defaults to `true`. 9 years ago
SilverFire - Dmitry Naumenko 3298ea6b31 Updated CHANGELOG 9 years ago
SilverFire - Dmitry Naumenko 5db2afbaeb Code style fixed, PHPDoc updated 9 years ago
mdmunir 67b5f4ea19 fix for unsafe validator 9 years ago
Chris Harris e8c3f6cc6f Fixing tests 9 years ago
SilverFire - Dmitry Naumenko 1d74e761d5 Fixed UploadedFile::getBaseName() - mb_substr wrong arguments order 9 years ago
SilverFire - Dmitry Naumenko a0f9bf2893 Fixed `yii\web\UploadedFile::getBaseName()` to be multibyte-safe, added test 9 years ago