6873 Commits (0d72e37f3ce759a7286423eb32f19814bc2e0392)

Author SHA1 Message Date
Robert Korulczyk 099b364b14 Fixed #9574: Implicit run ColumnSchemaBuilder::null() when default value is set to null. (#11813) 8 years ago
Robert Korulczyk 104712103b Fixes #11693: Handle QueryBuilder::batchInsert() calls with no data to insert. (#11812) 8 years ago
Ondřej Vašíček 4931f3f123 Adds indexes on message tables which partly fixes #11725 (#11818) 8 years ago
Alexander Makarov c370c17e93 Additional fix for ##11168 8 years ago
Cesar Nicola 348cc17dbb Fixes #11168: `yii\helpers\BaseHtml` now uses abstracted `booleanInput()` and `activeBooleanInput()` methods to render `radio()`, `checkbox()`, `activeRadio()` and `activeCheckbox()` 8 years ago
Sam Mousa dfa292652d Fixes #11561: Fixed DI container throwing exceptions for optional dependencies 8 years ago
Sam Mousa b30b5a99ea Fixes #11672: Fixed `yii\validators\NumberValidator` erroring when value is an object without `__toString()` method 8 years ago
Thiago Talma 60a2a54fc8 CheckboxColumn - Use CSS class to find the elements (#11729) 8 years ago
Carsten Brandt 7ba631b4ae improved docs about using CORS with REST controllers 8 years ago
Carsten Brandt 4e3c9e4a98 fixed scalar value for IN condition 8 years ago
Carsten Brandt 4e7f6f64d2 added errorHandler, Request and Response getter 8 years ago
Carsten Brandt 98ed490c3d Consistent behavior of `run()` method in widgets 8 years ago
Kirill Pomerantsev 7f61cc81d8 change echo to return 8 years ago
Carsten Brandt e4dc2026bc note about JOIN syntax 8 years ago
刘李鹏 0fe003195a Updated language packs zh-CN and ZH-TW 8 years ago
Ricardo Pérez 33dfddd0c2 Fixes #8644: Fixed trying to ENABLE/DISABLE TRIGGER ALL on a view in PostgreSQL 8 years ago
wanghui 01c84e2ff2 Fixes #11549: Fixed `ArrayHelper::getValue()` to work properly with float keys 8 years ago
AnikanovD 239d7814eb Fixes #11739: Fixed `ArrayHelper::index()` losing precision for float keys 8 years ago
AnikanovD b39a0a1e5a Fixes #11774: Fixed incorrect recusuive symlinks check in FileHelper 8 years ago
Thiago bafc8b3325 Fixes #10422, #9574: New proposal fix for ColumnSchemaBuilder not null column 8 years ago
Artur Fursa 0b6169858f Fix tables prefix use for i18n migrations (#11748) 8 years ago
Nazar Mokrynskyi cc102294f8 Simplify ready callback (#11749) 8 years ago
Alexander Makarov c5b87fd932 Updated deprecation notice 8 years ago
Erkan Karataş 89ad1f534a Update yii.php (#11742) 8 years ago
Rogério c9d30b2a66 Fixes #11735: Fixed `yii\web\UploadedFile` to return `null` when there's no file uploaded 8 years ago
Hisateru Tanaka 9585939d9f Fixes #11723: Fixed PHP 7 + XDebug error handling displaying "Expected array for frame 0" 8 years ago
Alexander Makarov c952e8052b Removed deprecated method 8 years ago
Sam Mousa 03e23adab8 Fixes #11679: Extracted `CheckAccessInterface` from `ManagerInterface` 8 years ago
taobig 2238c32098 fix BaseArrayHelper::isIn() in strict mode 8 years ago
Carsten Brandt 84e9c40ca1 updated datevalidator docs 8 years ago
Evgeniy Tkachenko 8e34f9f45d Update DataColumn.php (#11724) [skip ci] 8 years ago
Nikola Kovacs 662f86acb5 fix missing closing bracket in documentation (#11716) 8 years ago
Oleg Poludnenko b9eb09b8b5 Set attribute $form as a scope for selector 8 years ago
Oleg Poludnenko 251812f426 Pass $form to the attribute 8 years ago
Alexander Makarov 94dfb97e69 Reverted #11702: Added `yii\rbac\DbManager::$assignmentTablePk` to be able to customize RBAC DB schema more (reverted from commit 532242041c) 8 years ago
Jorge Robles 532242041c Fixes #11702: Added `yii\rbac\DbManager::$assignmentTablePk` to be able to customize RBAC DB schema more 8 years ago
Alexander Makarov 7cea46bcb4 Changed SQLite fix #11652 according to https://github.com/yiisoft/yii2/pull/11653#issuecomment-224016289 8 years ago
Boudewijn Vahrmeijer 0a60466729 Fixes #11527: Fixed `bigPrimaryKey()` for SQLite 8 years ago
Alexander Makarov 1918f271da Changelog for #11662 8 years ago
jonny7 dca4f00030 Update schema-oci.sql (#11662) 8 years ago
hableel f89307655b Update yii.php (#11694) 8 years ago
Nikola Kovacs f538878142 remove superfluous whitespace 8 years ago
Nikola Kovacs 9d327baa8b coding style fixes 8 years ago
Klimov Paul c9fa71e5ca added missing `@since` tag 8 years ago
Klimov Paul b7b8348c73 `yii\rbac\PhpManager` now invalidates script file cache performed by 'OPCache' or 'APC' on file saving 8 years ago
Evgeniy Tkachenko dbb54f986c Updated phpDoc of scalar 8 years ago
SilverFire - Dmitry Naumenko a23cbda185 Code style fixed 8 years ago
SilverFire - Dmitry Naumenko e6c01ab081 Updated CHANGELOG 8 years ago
SilverFire - Dmitry Naumenko 38be74446e
Update PHPDoc, CHANGELOG, UPGRADE.md 8 years ago
maine-mike 7249a6c99e Move Identity Cookie code into separate functions 8 years ago