16998 Commits (732e7d9cbff8fb1d5eb6336632aa372e5e5ba664)
 

Author SHA1 Message Date
Ondřej Vašíček 203e3d3441 Updates Czech translations (#14547) [skip ci] 7 years ago
BowenChen 20c0e9391a Updated a slip of a pen on db-dao.md in guide-zh-CN (#14541) [skip ci] 7 years ago
Michaël Arnauts e472b4e29c Fixes #14525: Fixed 2.0.12 regression of loading of global fixtures trough `yii fixture/load` 7 years ago
rhertogh 2ada766d83 Restored part of original Yii::trace documentation (#14534) [skip ci] 7 years ago
Klimov Paul 2466d397ae Fixed `yii\validators\ExistValidator` and `yii\validators\UniqueValidator` throw exception in case they are set for `yii\db\ActiveRecord` with `$targetClass` pointing to NOSQL ActiveRecord 7 years ago
Dmitry Dorogin a731fd4142 Fixes #14318: Trigger `yiiActiveForm.events.afterValidateAttribute` after updating attribute 7 years ago
Dmitry Dorogin d4ded67f69 Fixes #14513: Updated phpdoc and added tests for yii\rbac\ManagerInterface::assign and yii\rbac\ManagerInterface::revoke functions (#14528) 7 years ago
Carsten Brandt f24d29a46f Added guide about Client side Javascript of ActiveForm (#12541) [skip ci] 7 years ago
Dmitry Dorogin 1ee29c630d Fixes #14493: Fixed getting permissions in `yii\rbac\Dbmanger::getPermissionsByUser` by user with id equals 0 7 years ago
Dmitry Dorogin e2ba94abd6 Fixes #7823: Added `yii\filters\AjaxFilter` filter 7 years ago
Klimov Paul 578b2caf42 Added `yii\web\MultipartFormDataParser::$force` option allowing to enforce parsing even on 'POST' request 7 years ago
Alexander Makarov 915c78facd
Fixed ExitCode::getReason() 7 years ago
PowerGamer1 8a6f5829d4 Fix for invalid example in Request phpdoc [skip ci] 7 years ago
Dmitry Dorogin 8ae2223c6a Fixes #14370: Fixed creating built-in validator in model with same function name 7 years ago
Evgeniy Tkachenko a55de109aa Update input-validation.md (#14514) 7 years ago
Alexander Makarov f9121fc2e0 Removed HHVM status from readme since service providing it seems to be down for a while [skip ci] 7 years ago
Alexander Makarov b1a49a18a7
Fixes #14509: clarified on when AJAX validation is triggered 7 years ago
Robert Korulczyk 6782ad96f0 Reduce `Segmentation fault` errors for PHP 5.4 tests on travis. (#14092) 7 years ago
Robert Korulczyk 462b5f5b50 Use new trusty images on travis (#14508) 7 years ago
Alexander Makarov 1f26db9fb7
Applied code style fixes 7 years ago
Alexander Makarov acf29e0001 Fixes #14492: Fixed error handler not escaping error info debug mode 7 years ago
Dmitry Dorogin 21d2d72534 Fixes #14487: Changed i18n message error to warning 7 years ago
Sergey Makinen 92d2245ca6 Add support for an older SQLite in constraints (fixes #14483) (#14497) 7 years ago
Dmitry Dorogin 6d2e0aff82 Fixes #14406: Fixed caching rules in `yii\web\UrlManager` with different `ruleConfig` configuration 7 years ago
Carsten Brandt 393fc2744a Added yii\base\Object for backwards compatibility 7 years ago
Carsten Brandt 758f01934f Make PHPUnit run on PHP 7.2 7 years ago
Carsten Brandt 69673c0c94 Rename Object -> BaseObject for PHP 7.2 compatibility 7 years ago
Robert Korulczyk 5b2101f14c Update guide: Object -> BaseObject 7 years ago
Carsten Brandt d4e584f7a7 UPGRADE notes for Object -> BaseObject for PHP 7.2 compatibility 7 years ago
Alexander Makarov 000192522b
Fixes #14482: fixed tests incompatibility with PHP 5.4 7 years ago
PowerGamer1 40e242b562 Fixes #14469: updated RFC links [skip ci] 7 years ago
Nikolay Oleynikov ea33bbd369 Fix docs of a base file helper (#14477) [skip ci] 7 years ago
Alexander Makarov d38908fc13
Fixed #14469: updated RFC links 7 years ago
Alexander Makarov 062e1c7e67 Uppercased HTTP methods as required by RFC [skip ci] 7 years ago
Carsten Brandt aba0b4a59a added test that fails #14413 7 years ago
Alex 59002a9e1e Fixes #6644: Added `yii\helpers\ArrayHelper::setValue()` 7 years ago
Carsten Brandt 2f9f15bf92 Fixes #14188: Add constants and function for sysexits(3) to `ConsoleHelper` 7 years ago
Alexander Makarov 0adae899ce
Additional fix for SluggableBehavior immutability after merge of #13449 7 years ago
Boudewijn Vahrmeijer 03d53b785d Fixes #14449: Fix PHP 7.2 compatibility bugs and add explicit closure support in `yii\base\Application` 7 years ago
SilverFire - Dmitry Naumenko b0162d3a48
Revert "Fixes #14294: Added `InputWidget::renderInput()` to move behavior described in `InputWidget` class docs to the class itself" 7 years ago
Carsten Brandt a5b393a3c1 Fixes #14294: Added `InputWidget::renderInput()` to move behavior described in `InputWidget` class docs to the class itself 7 years ago
Robert Korulczyk 2fa4ccc1da Fix phpdoc for $_master and $_slave properties in yii\db\Connection (#14447) 7 years ago
Carsten Brandt 6fa48eab38 Update CHANGELOG for #14206 7 years ago
Dmitry Dorogin 6e223e6db2 Fixes #14423: Fixed `ArrayHelper::merge` behavior with null values for integer-keyed elements 7 years ago
nikosid fe607b83d2 Fixes #14434: fixed metadata cache regression 7 years ago
Carsten Brandt 445019779f Fixes #14206: `MySqlMutex`, `PgsqlMutex` and `OracleMutex` now use `useMaster()` to ensure lock is aquired on the same DB server 7 years ago
qihuajun f5e8a89319 Fix slave usage disabled after Connection::close, set _slave to false instead of nulll 7 years ago
Carsten Brandt c9347b0a57 Fixed ambiguous column error on indexBy with JOIN 7 years ago
Carsten Brandt 173108b5b0 Move getTablesUsedInFrom() from ActiveQuery to Query 7 years ago
Carsten Brandt 0070b97837 allow migrate/mark to mark the history base (#14428) 7 years ago