16815 Commits (758f01934f180b4a4a47d36e1be103b1f979d76b)
 

Author SHA1 Message Date
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
Alexander Makarov 5a01c09270 Updated testing docs [skip ci] 7 years ago
yyxx9988 46bf3c410a Add `yii\web\Request::getOrigin()` method that returns HTTP_ORIGIN of current CORS request 7 years ago
Jitendra Joshi 2914dbb6aa Fixes #14427: ISO-3166 link updated [skip ci] 7 years ago
Carsten Brandt 0559a95db9 Fixed ambiguous column error in `BaseActiveRecord::refresh()` 7 years ago
Robert Korulczyk d2781cd232 Added configuration for headers in PHP files generated by `message/extract` command (#14417) 7 years ago
Robert Korulczyk a50d9d8e3e Enable `include` rule in php-cs-fixer (#14418) 7 years ago
Robert Korulczyk 12eb936083 Enable `heredoc_to_nowdoc` rule in php-cs-fixer (#14419) 7 years ago
Robert Korulczyk fe8a0a6a2e Enable `no_useless_else` rule in php-cs-fixer (#14420) 7 years ago
girmate 341b8d04c5 Fixed typos in tutorial-mailing.md (#14404) [skip ci] 7 years ago
Carsten Brandt a7d2aaffd5 mention usage of deleteAll() in AR unlinkAll 7 years ago
Carsten Brandt e0dde88b87 Merge PR #14015 branch 'db-constraints' from sergeymakinen/yii2 7 years ago
Carsten Brandt 583a1da16c CHANGELOG for #14105 7 years ago
Carsten Brandt 53f380ca46 improved docs of Query::from() 7 years ago
Carsten Brandt f67d8d5a79 Fixed broken error page when calling an undefined method 7 years ago
Carsten Brandt 93f88bb7db mention defaultRoles in getRolesByUser() docs 7 years ago
Alex 266bfc0419 fix phpDoc [skip ci] (#14394) 7 years ago
Sergey Makinen 57857c8a36 Merge pull request #1 from cebe/db-constraints 7 years ago
Konstantin Tsukur cb09e1e463 calling getAttributeNames() only once 7 years ago
Carsten Brandt ef457c340d added missing abstract methods to ConstraintFinderTrait 7 years ago
Carsten Brandt 888f9f87b6 avoid dependency of SqlTokenizer on sqlite implementation 7 years ago
Andrew Nester d26493a287 Fixes #13378: Added skipOnEmpty option to SluggableBehaviour 7 years ago
Anton Anisimov c0af66cfda Fixed typo in the guide (#14390) [skip ci] 7 years ago
Sergey Makinen ecf8984096
Mention an usage magic in descriptions 7 years ago
Sergey Makinen f0c66c5a1d
Fix an unknown variable usage bug 7 years ago
Carsten Brandt 95950d1a23 updated phpdoc 7 years ago