1618 Commits (master)

Author SHA1 Message Date
Nikolay Poryadin fc98a95a90 Fixes #17185: Fixed `AssetManager` timestamp appending when a file is published manually 6 years ago
Mikk Tendermann 81f7d381e5 Fixes #17180: Do not populate `yii\web\Response::$response` when response code is 204 6 years ago
Pavel Dovlatov bdb7c64910 Update to https protocol for php.net links (#17168) [skip ci] 6 years ago
Alexander Makarov 26789ed04e
Fixes #17093 by reverting #16891 (#17154) 6 years ago
Brandon Kelly 1cc83f02f5 Fixes #17150: Fixed `yii\helpers\BaseInflector::camel2words()` splitting `ALLCAPS` words on each letter 6 years ago
Pavel Ivanov 2da6773b68 Fixes #17089: Fixed caching of related records when `via()` using with callable 6 years ago
Pavel Ivanov 905cfd9725 Fixes #17098: Fixed message/extract when using message params returned from method calls 6 years ago
Nikolay fd3eb699d4 Fixes #17094: Fixed response on 204 status. Now it is empty 6 years ago
Carsten Brandt 6fe809ea26 added test case for checking BC of #16772 and #14759 6 years ago
Bizley de5b903806 Fixed regression in #16817 (#17056) 6 years ago
Dmytro Naumenko adf8f9a32f Fixes #15931: `yii\db\ActiveRecord::findOne()` now accepts quoted table and column names using curly and square braces respectively 6 years ago
SilverFire - Dmitry Naumenko b9ee17014e
Removed wrong test addded in dfcf037c7 6 years ago
SilverFire - Dmitry Naumenko dfcf037c76
ActiveQuery::viaTable() now throws exception on wrongly prepared query 6 years ago
Vladimir Votinov 3c091b802a When uses filter \yii\filters\PageCache, then yii\web\JsonResponseFor… (#17044) 6 years ago
SilverFire - Dmitry Naumenko 659b3d4b77
Fixing DB session override problems 6 years ago
Pavel Ivanov 4333b90186 Fixes #15482: AR::find()->with() missing data when using string identifiers for relations 6 years ago
Pavel Ivanov 7ccadb4a79 Fixes #15167: Fixed loading of default value `current_timestamp()` for MariaDB >= 10.2.3 6 years ago
Pavel Ivanov 22d30f1999 Fixes #15286: Fixed incorrect formatting of time with timezone information 6 years ago
Pavel Ivanov e5ecea653f Fixed random fails of RetryAcquireTraitTest (#17024) 6 years ago
Pavel Ivanov 108155ad1d Fixed nightly build (#17025) 6 years ago
Albert Borsos ec1809bed2 Fix to do not delete used message files with nested category names (#17021) 6 years ago
Pavel Ivanov b4cb42fb9d Fix of Oracle tests for proper skipping (#17019) 6 years ago
Pavel Ivanov 92c66758de Added tests for DateValidator when no time is specified for 'format' (#17018) 6 years ago
Pavel Ivanov 36ed136caf Issue #14388: test of dependent ActiveFixtures loading (#17012) 6 years ago
Pavel Ivanov 4584487126 Fixes DateValidatorTest for ICU 55.1 (#17013) 6 years ago
Dzhuneyt a790685e66 Fixes #16974: Regular Expression Validator to include support for 'u' (UTF-8) modifier 6 years ago
Pavel Ivanov bc9f8bd8a3 Fixes CommandTest::testCreateView() cleanup logic (#17006) 6 years ago
Pavel Ivanov 966f262016 Fixes AssetBundleTest for vagrant ENV (#17003) 6 years ago
taobig e1623868f9 Fixes #16891: Fixed Pagination::totalCount initialized incorrectly 6 years ago
Pavel Ivanov 379a2002dd Issue #14609: test case for further discussion (#16990) 6 years ago
Pavel Ivanov 7d494d0d24 Fixes #16028: Fix serialization of complex cache keys that contain non-UTF sequences 6 years ago
Pavel Ivanov b128ec85f4 Fixes #16081: Fixed composite IN using just one column 6 years ago
Andrew 572e5f6655 Fixes #15850: check basePath is writable on publish in AssetManager 6 years ago
Andrew c162bd7ae7 Fixes #16910: Fix messages sorting on extract 6 years ago
Bizley 1db55e6b0d Normalizing string numeric (#16943) 6 years ago
Andrew 3221ab0769 Fix #15683: Fix file as array uploading in MultipartFormDataParser (#16950) 6 years ago
Dmitry V. Alexeev b5be47321b Fixes #16469: Allow cache to be specified as interface and to be configured in DI container 6 years ago
SilverFire - Dmitry Naumenko 4d3a140482
Fixed additional regression in number formatting 6 years ago
Groonya db1d730695 Fixes #16822: Create config dir recursively in message/config 6 years ago
Groonya 8150cd1ed4 Fixes #16580: Delete unused php message files in MessageController if `$removeUnused` option is on 6 years ago
Alex b4adada51e Fixes #16022: Fix UniqueValidator for PostgreSQL. Checks the uniqueness of keys in `jsonb` field 6 years ago
SilverFire - Dmitry Naumenko a03376413c
Fixed regression in formatter when passed value is a string representation of float without decimals 6 years ago
Bizley bbfa45f133 Removed wrong spellout formatter test (#16924) 6 years ago
Bizley 59e99a67c7 Fixes #14950: Fixed `yii\i18n\Formatter` methods `asInteger`, `asDecimal`, `asPercent`, and `asCurrency` outputs for very big numbers 6 years ago
Robert Korulczyk 5349132043 Use `sprintf()` in `Target::getTime()` (#16883) 6 years ago
SilverFire - Dmitry Naumenko 826a0fecdd
Fixed excess logging of sensitive information in `\yii\log\Target` 6 years ago
SilverFire - Dmitry Naumenko 1e13bfd13d
Fixed CSRF token check bypassing in Request::getMethod() 6 years ago
Anna Borzenko d7ffda020b Fixes #16903: Fixed 'yii\validators\NumberValidator' method 'isNotNumber' returns false for true/false value 6 years ago
Bizley 3907895324 Fixes #16897: Fixed `yii\db\sqlite\Schema` missing primary key constraint detection in case of `INTEGER PRIMARY KEY` 6 years ago
Carsten Brandt e16dcd9674
added test to verify intl number formatter works with text options 6 years ago