Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/yiisoft/yii2

Yii 2: The Fast, Secure and Professional PHP Framework
https://github.com/yiisoft/yii2

Fix #18472: Fix initializing `db` component configuration in `yii\data\ActiveDataProvider`

19da4511fb54d7850f64d0cbbaaac9a2abe23388 authored almost 4 years ago by Bizley <[email protected]>
Tolerate errors during fixing phpdoc

ff0760142d768b03e192098d94a3c0edc2710990 authored almost 4 years ago by Alexander Makarov <[email protected]>
Fix #18448: Fix issues in queries and tests for older MSSQL versions

9883b782148dbb6e0482571c3f4cfc6d2cf8052d authored almost 4 years ago by Valerii Gorbachev <[email protected]>
Fix #18447: Do not use `getLastInsertID` to get PK from insert query to lower collision probability for concurrent inserts

0571e806b92340816721fc39cae19767f201f352 authored almost 4 years ago by Valerii Gorbachev <[email protected]>
prepare for next release

ca538955009e193081c6481760d38a18020a3141 authored almost 4 years ago by Alexander Makarov <[email protected]>
release version 2.0.40

ea8fe8dcc1ddff5cf0155860ada50c7feb40401d authored almost 4 years ago by Alexander Makarov <[email protected]>
Move incorrectly placed changelog line

0e5dbabd7d28550fb73f0889b94cab9f92b0b640 authored almost 4 years ago by Alexander Makarov <[email protected]>
Fix language

a1035ee43ee09ae7f053fbe618f252f9f265a892 authored almost 4 years ago by Alexander Makarov <[email protected]>
Fix #18414: Fix `AssetManager::appendTimestamp()` not appending timestamp for website root in sub-directory

bceba86952573ecc009de78972032313053bc2e1 authored almost 4 years ago by Isitar <[email protected]>
Fix changelog typo

74ecc1423815f3d96c463c26600e065340c17fcd authored almost 4 years ago by Alexander Makarov <[email protected]>
Fix #18365 : Move quoting of table names to upper level to function `getSchemaMetadata()` in MSSQL driver to get clean names from schema

82400fc33eba77660873e74fbfd15c20557a194c authored almost 4 years ago by Valerii Gorbachev <[email protected]>
Fix #18442: Fix calls with array access to strings

b8f495809223cf4b5b690f7fa87239402666b40d authored almost 4 years ago by Bizley <[email protected]>
Fix #18395: Fix regression in `yii\helpers\BaseArrayHelper::filter()` (allowing filtering arrays with numeric keys)

02c77da81209693b340c23df3fabfc59c6bc6bcd authored almost 4 years ago by Bizley <[email protected]>
Few quick fixes to make IDE happy

cffb12960570bde92f6f2cb8f13cbcdd9eade07d authored almost 4 years ago by Bizley <[email protected]>
Fix typo in SafeValidator

assigment -> assignment

8824ee7eed70f2010db544c6b6ad52fdb1112ac7 authored almost 4 years ago by Ikko Ashimine <[email protected]>
Fix #18435: Change the check order whether an object is an implementation of `Arrayable` or `JsonSerializable` in `\yii\base\ArrayableTrait::toArray()` and `\yii\rest\Serializer::serialize()`

fb35f20f6d4667d7717ae14a8a3a30170535bb16 authored almost 4 years ago by Spell6inder <[email protected]>
Fix #18435: Fix ensuring Active Record relation links' keys to be strings

112effc631ca489dd32aefb8d63628c31d7d4395 authored almost 4 years ago by Bizley <[email protected]>
Fix typo in ArrayableTrait.php

embeded -> embedded

15327fe969eb4bf8ee761c24fe6324d131de9374 authored almost 4 years ago by Ikko Ashimine <[email protected]>
Fix #16492: Fix eager loading Active Record relations when relation key is a subject to a type-casting behavior

ff0fd9a9ea043bcd915f055a868585b945399864 authored almost 4 years ago by Bizley <[email protected]>
Fix #18400: Set parent module of the newly attached child module by `Module::setModule()` and `Module::setModules()`

771e96d7dbf0c900909c17e762636554b3f4ac2b authored almost 4 years ago by Yusup Hambali <[email protected]>
Add negative timezone in tests for date-only with non-UTC timezone (#18432)

8dc313143564767d3de517d279c433c7fbc0d17b authored almost 4 years ago by Andriy Borysov <[email protected]>
Fix #18339: Fix migrate controller actions to return exit codes

Co-authored-by: Bizley <[email protected]>

6cba80d8878293b28913ed322766e34dcd82c5bf authored almost 4 years ago by 代码之美 <[email protected]>
Fix #18426: Fix check for route's leading slash in `yii\widgets\Menu`

98533b7e31977639ffeb03c0b64b19cee4e2398e authored almost 4 years ago by stevekr <[email protected]>
Fix #18287: Fix the OUTPUT got SQL syntax error if the column name is MSSQL keyword e.g key

7c7c7148f6c8e8befadb2cd189cdb8ca47f139ef authored almost 4 years ago by Valerii Gorbachev <[email protected]>
Add int return type queryScalar and scalar method docs

7c5fcf32b404e64581f34d04291031234a51e7b2 authored almost 4 years ago by flight643 <[email protected]>
Fix typo

f450760449a0a51b7f99cdee8993c6a59289df11 authored almost 4 years ago by Sergei Predvoditelev <[email protected]>
Fix Croatian message translation

c46d209b56fda9aca05a9cc7fc858ce2fe25477d authored almost 4 years ago by mrblc <[email protected]>
Fix #18406: Fix PDO exception when committing or rolling back an autocommitted transaction in PHP 8

cafe8e315cc9410e1116141b8256e22b1d1834dc authored almost 4 years ago by Brandon Kelly <[email protected]>
Fix #18383: RBAC's generated file made PSR-12 compliant

e208a5aa0d00ea9548582f179cc3f1438b02895a authored almost 4 years ago by Aleksandr Bogatikov <[email protected]>
Fix #18393: Fix ` framework/db/ActiveRecord.php ` to load data from db id cache is enabled

b647c87e98f08708e86363b6781162452aaad1b9 authored almost 4 years ago by hooman-mirghasemi <[email protected]>
Fix phpdoc types

e77fee24828ad351fb7534f1554f9258eb9203c4 authored almost 4 years ago by stevekr <[email protected]>
Fix #18385: Add ci-oracle and fix tests

* Add github action for testing oci8 Oracle.
* Fix CommandTest::testQueryCache.
* Fix tests Co...

8784331022e17b7b06a54ce669c098501c762059 authored almost 4 years ago by Wilmer Arambula <[email protected]>
Fix #18386: Fix `assets/yii.activeForm.js` incorrect target selector for `validatingCssClass`

47446a5a99d4104ac6efa30fa16ce15595a968a9 authored almost 4 years ago by Dmitry Brusensky <[email protected]>
Fix #18381: The `yii\web\AssetManager` `$basePath` readable and writeable check has been moved to the `checkBasePathPermission()`. This check will run once before `publishFile()` and `publishDirectory()`

890df1c867efd85bb69782e53a0e67a2d04c5797 authored almost 4 years ago by Basil <[email protected]>
Fix #18199: Fix content body response on 304 HTTP status code, according to RFC 7232

6b33ddf4413e862003e8d75fb993c0f60a753c8d authored almost 4 years ago by Rober Díaz <[email protected]>
Fix #18394: Add support for setting `yii\web\Response::$stream` to a callable

279f59a3d4b6df31440df09b883652174f5590c5 authored almost 4 years ago by Brandon Kelly <[email protected]>
prepare for next release

f72718ebbe0adc5e6cf2537ab9445cef234f58f2 authored almost 4 years ago by Alexander Makarov <[email protected]>
release version 2.0.39.3

939b1883828933cd25f44de7dd2bd97ecb647558 authored almost 4 years ago by Alexander Makarov <[email protected]>
Adjust version in changelog

b7a3e17d1d5e236bf96bc03465ee76dcd3c2b8a8 authored almost 4 years ago by Alexander Makarov <[email protected]>
Fix #18396: Fix not throw `InvalidConfigException` when failed to instantiate class via DI container in some cases

22d325589037fe2894601f5a97dc439a8716b459 authored almost 4 years ago by Sergei Predvoditelev <[email protected]>
Fix types in Controller and View classes (#18397)

* Set yii\base\Controller::actions() return type
* Change yii\base\View::$params type to array

51c72b582b47d8bf3228c6a6f9f0dc4cc13aed60 authored almost 4 years ago by stevekr <[email protected]>
Add inheritdoc to generate proper docblock in API docs

9ed1b4c94a4aa63e8d9b64bb54a26b8a67e30d60 authored almost 4 years ago by Vikas Yadav <[email protected]>
Fix typo in test-environment-setup.md

2334f39b392a886b3bd818fca1a778cdaed948bb authored almost 4 years ago by Artyom <[email protected]>
Fix #18200: Add `maxlength` attribute by default to the input text when it is an active field within a `yii\grid\DataColumn`

763a2b04eae79ce3cb4cc448ad179605c52bdec2 authored almost 4 years ago by Rober Díaz <[email protected]>
prepare for next release

b4723c9f49c75d59b87c41a1312de599211be613 authored almost 4 years ago by Alexander Makarov <[email protected]>
release version 2.0.39.2

a7879df9692623eee2fd1708e972fb859c6bc510 authored almost 4 years ago by Alexander Makarov <[email protected]>
Fix #18378: Fix not taking default value when unable to resolve abstract class via DI container

d633a9188e392a739d84c5e4970e1f598c17ea85 authored almost 4 years ago by Sergei Predvoditelev <[email protected]>
Fix typo

59a9c81ce53bd4d541c98040a5de5d326dc9fa29 authored almost 4 years ago by Alexander Makarov <[email protected]>
Update pipline syntax

f637c5f143133691c2a78f2db3d587a50aa5fa8f authored almost 4 years ago by Deryabin Sergey <[email protected]>
prepare for next release

c6a8b307e1816f8f5fcc2da88d7b8a0cde634fc2 authored almost 4 years ago by Alexander Makarov <[email protected]>
release version 2.0.39.1

ca0c31f4a7bc79f01402d9f3cba44f25bc7da00d authored almost 4 years ago by Alexander Makarov <[email protected]>
Fix property check in phpdoc command

eb65069312574125fbb3d70513edace8dd6d6172 authored almost 4 years ago by Alexander Makarov <[email protected]>
Fix #18373: Fix not taking default value when unable to resolve non-exing class via DI container

bbd9a267d62edbaf00fa20266c3a20885d5012fd authored almost 4 years ago by Sergei Predvoditelev <[email protected]>
Fix #18370: Add option to provide a string replacement for `null` value in `yii\data\DataFilter`

ee0fe97a4564b0fd3d849bf8f323e813dd51b1ac authored almost 4 years ago by Bizley <[email protected]>
prepare for next release

d60252f051eb051dde49052a00a5c7d24981887c authored almost 4 years ago by Alexander Makarov <[email protected]>
release version 2.0.39

ccb14ff6671279f184906024144544ce3b732393 authored almost 4 years ago by Alexander Makarov <[email protected]>
Fix changelog lines

09d9600b44b1266ab6156fc600ebe4e7a9a496ff authored almost 4 years ago by Alexander Makarov <[email protected]>
Fix @method signatures in ActiveRelationTrait (#18369)

bdc29982fa72f6eb84db99c30bf45b472bb585dd authored almost 4 years ago by stevekr <[email protected]>
Revert "Fix anchors in docs (#18344)"

This reverts commit 0f4b147352f2524f2a1530d419d13a8c8acd5069.

1d514e2ded415976ca52fae110d391821493c12b authored almost 4 years ago by Alexander Makarov <[email protected]>
Fix #18304: Added support of constructor parameters with default values to DI container

50d5fb2bd9ca8ce8ab065cd60673c9bd2f44b729 authored almost 4 years ago by Sergei Predvoditelev <[email protected]>
Fix Controller phpdoc annotations

835971c6f64d344f68535d5f2e4a87e8e4e13a14 authored almost 4 years ago by Alexander Makarov <[email protected]>
Fix anchors in docs (#18344)

0f4b147352f2524f2a1530d419d13a8c8acd5069 authored almost 4 years ago by Toir427 <[email protected]>
Add phpdoc for properties "request" and "response" in web and console controllers (#18361)

306171b5820b5d1c7b32ff8ad1a1819b190ef827 authored almost 4 years ago by Sergei Predvoditelev <[email protected]>
Fixed UPGRADE.md for "Respect ini session use strict mode" (#18362)

7e4026cd62c899eee74c26f41d638050cef655fa authored almost 4 years ago by rhertogh <[email protected]>
Fix #18285: Enhanced DI container to allow passing parameters by name in constructor

23cfb38ceaab5d378c5e9ee577fbc3b8a685fbeb authored almost 4 years ago by Sergei Predvoditelev <[email protected]>
Fix #18351: Added option to change default timezone for parsing formats without time part in `yii\validators\DateValidator`

840083724e2c736c862ed92d21563f7e0709cf15 authored almost 4 years ago by Bizley <[email protected]>
Fix #18247: Added support for the 'session.use_strict_mode' ini directive in `yii\web\Session`

ce088e05df897030ff8e7282d3309b1396d5fab9 authored almost 4 years ago by rhertogh <[email protected]>
Merge remote-tracking branch 'origin/master'

9bd0a7c53009932ccbea12434295157f54d92df7 authored almost 4 years ago by Alexander Makarov <[email protected]>
Add bootstrap4 to build tools packages list

c60e715df1b7397b821aa40cacd4a80f1c93a0d7 authored almost 4 years ago by Alexander Makarov <[email protected]>
Apply PHPUnit patches from URL (#18356)

7d25dc72a98f6c6b2d72e6e5f2cbe77bb3b6b0c9 authored almost 4 years ago by Alexander Makarov <[email protected]>
Update lock

e026e9e7bee08ce1c9c6c55ea8e13a63c4bbc913 authored almost 4 years ago by Alexander Makarov <[email protected]>
Update tutorial-core-validators.md (#18348)

The `DefaultValueValidator` works only with closures not with any callable as suggested.
See ht...

8651a7971672f7a1fc603c1cd8a4bc54a71219fa authored almost 4 years ago by Tobias <[email protected]>
Fix: chinese document index page sphinx,redis,mogondb,elastic link is inactive (#18354)

9d338eed2b63119217a3e680a36bfb6bae33a918 authored almost 4 years ago by daqiu <[email protected]>
Typo fix "Enntêtes HTTP" (#18350)

Typo fix on "Enntêtes HTTP", should be "Entêtes HTTP" instead.

9e184aaeae1b1ab6dfad02830c6de2f0d7dcf7b4 authored almost 4 years ago by Pixelisator <[email protected]>
Fix #18263: Fix writing `\yii\caching\FileCache` files to the same directory when `keyPrefix` is set

f8337a15c2d48951b4e3b34d331e61e2eb784b97 authored almost 4 years ago by Evgeniy Tkachenko <[email protected]>
Fix #16831: Fix console Table Widget does not render correctly in combination with ANSI formatting

cd36f505b1b4d70fa81778a5846edf9c68d08855 authored almost 4 years ago by Ivan Sidorov <[email protected]>
Fix #18317: Additional PHP 8 compatibility fixes

Co-authored-by: Bizley <[email protected]>

ed1c087784e313fdb10ae873146af84a0bd4da29 authored almost 4 years ago by Alexander Makarov <[email protected]>
Improvements for Russian documentation (#18343)

Added a little grammar, removed redundant words, improved the perception
of the text

7354329ed67b54098b6f94881f0e03bd87593a53 authored almost 4 years ago by Evgeniy Tkachenko <[email protected]>
Adjust types in ActiveRecordInterface::updateAll() phpdoc (#18341)

f94fd13228130e1787a4526c83e94de4acfe6bef authored almost 4 years ago by DarkDef <[email protected]>
Fix #18336: typo in documentation

251a3aaf23ddccd48dfe6149afffb95099016eff authored about 4 years ago by Toir427 <[email protected]>
Fix #18160, fix #18192: Fixed `registerFile` with argument depends set does not use the position and appendTimestamp argument, also modify the unit view

7ff516063de41a9f75ee7ac01c5c7c364e5b10d4 authored about 4 years ago by 杨晶旭 <[email protected]>
Fix typo (#18324)

d451eaf53b0fb44f44fb3f24d150ad9c8d891f37 authored about 4 years ago by Toir427 <[email protected]>
Update db-migrations.md (#18320)

Correcting a typo

1e7fbb268952d0eab614ec3fb08354735f24fbd5 authored about 4 years ago by Alexander Koltygin <[email protected]>
Fix #16077: Improved phpdoc generation for class properties (#18319)

When generating documentation, the `@property-read` and
`@property-write` tags are set to the m...

801ac17657059b42b63db2b6af9c85c831fc668d authored about 4 years ago by Evgeniy Tkachenko <[email protected]>
Add colors to CI (#18316)

7a8d32e1767bf3e6fd76a5b5a55505f772a691ef authored about 4 years ago by Alexander Makarov <[email protected]>
Fix #18313: Fix multipart form data parse with double quotes

3dabcdb6abae2d93e04bc220b52f5ac4cec66e40 authored about 4 years ago by Walid Said <[email protected]>
Fix #18303: Fix creating migration issue for column methods used after defaultValues

3f3003d823f9ef4471904bf17a0ad3aad3cdd95c authored about 4 years ago by Walid Said <[email protected]>
Fix #18287: Fix for OUTPUT INSERTED and computed columns. Added flag to computed values in table schema

7a50da5cf854996b4e6df7d14d06b5afe4ecdccd authored about 4 years ago by DarkDef <[email protected]>
Fix #18290: Fix response with non-seekable streams

88e79d3f8eb0121542d8174762cc9a1dca35313d authored about 4 years ago by Tobias Munk <[email protected]>
Fix #18308: Fixed `\yii\base\Model::getErrorSummary()` reverse order

02109997483ffcc7a17334c96359bf4fd7c01870 authored about 4 years ago by DrDeath72 <[email protected]>
Fix usage of Object in Chinese guide (#18310)

c16a7fdfb2096ea13b946d3c90a1a9ba434e28c8 authored about 4 years ago by daqiu <[email protected]>
Updates to ErrorHandler, add missing type hint \Throwable (#18302)

* Updated phpdoc so it has \Throwable

- `abstract protected function renderException($excepti...

03da5bb6890fb308a0a9aaec1bfc1497ac3cdd05 authored about 4 years ago by My6UoT9 <[email protected]>
Fix #18297: Replace usage of deprecated `ReflectionParameter::isArray()` method in PHP8

1d7baabab509be3617253d553f2c992348346a22 authored about 4 years ago by Alex <[email protected]>
Updated phpdoc return type for getExceptionName (#18296)

`getExceptionName` can return null, as described in phpdoc.

affd796c5cac8fb8a7ed40cae1bb6ffa5f3e297a authored about 4 years ago by My6UoT9 <[email protected]>
Update phpdoc for widget->getId (#18295)

The private variable `$_id` is only set when `$autogenerate` is true, else it stays null, and w...

2ce927788a875d2cf94bb86b1e509134df6642dd authored about 4 years ago by My6UoT9 <[email protected]>
Fix #16418: Fixed `yii\data\Pagination::getLinks()` to return links to the first and the last pages regardless of the current page

67728476ecff8d45cbe09ac4dd7ff25fc4449816 authored about 4 years ago by Bizley <[email protected]>
Add tests to ensure ActiveQuery is using DB connection set by model (#18286)

9790ea3a35bc545ff0ce34f8757ae0c1fb41e39a authored about 4 years ago by Bizley <[email protected]>
Minor typo fix in bg translation (#18282)

c48254cafa6fd42873b34adaeb9a49f5b8a34e0c authored about 4 years ago by yakninja <[email protected]>
prepare for next release

928b511d75ee719cd4007f220eafce9eab4d1b4a authored about 4 years ago by Alexander Makarov <[email protected]>
release version 2.0.38

6e694ee249148fff06e5d68f7117d33218b8858c authored about 4 years ago by Alexander Makarov <[email protected]>