Ecosyste.ms: OpenCollective

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

github.com/yiisoft/yii-core

Yii Framework 3.0 core
https://github.com/yiisoft/yii-core

Redone `TranslationEvent` to new style

6ab8432da31ab30dee3b1699f7a52e4a6b37f1d2 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Fixing tests

ad7d279629058ddd8b39c6b9498c964a40d15605 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Changed `Component` to use Yii instead of own app

231bbac69a774dd28ac399c37283d0096ba3ee6b authored over 6 years ago by Andrii Vasyliev <[email protected]>
Added `Component::__construct(Application $app)`

3fe82a0f68e29221579770a3f11cbd93946365af authored over 6 years ago by Andrii Vasyliev <[email protected]>
Fixed `ApplicationTest` together with bugs in Application and Module

803703eb2ac70e2476071704475469c9274887fe authored over 6 years ago by Andrii Vasyliev <[email protected]>
http code cleanup

59a0a13659318f0310aa2311bf88ccef79abd2cf authored over 6 years ago by Alexander Makarov <[email protected]>
Fixed Uri, made it immutable, removed custom syntax

f9ffb7914e339e1bfadcc23335a9efd3b3fc1c31 authored over 6 years ago by Alexander Makarov <[email protected]>
Fixed directory path in UploadedFileTest

2fbbe15d5a70a86989644ae73d2a968e8f402186 authored over 6 years ago by Alexander Makarov <[email protected]>
Fixed ResourceStreamTest

14ab2b82786bce72b33cbab0289be5b2a3dcfaaa authored over 6 years ago by Alexander Makarov <[email protected]>
Fixed FileStream tests

37b4914a48df3bf8daec0dd9505f5f3b43694110 authored over 6 years ago by Alexander Makarov <[email protected]>
No need for application mock

f7cfcefdff136aef9e4e9d79ef91fb0efdc43c7d authored over 6 years ago by Alexander Makarov <[email protected]>
No need for application mock in file helper test

c3da602900fb57bbc09f44392aff5ebdc3090bd8 authored over 6 years ago by Alexander Makarov <[email protected]>
Fixed missing import

fbaeb27e3d6bf575c4c368d3d6704afb7321ba2f authored over 6 years ago by Alexander Makarov <[email protected]>
Fixed destroying session in tests

a06251d7d78d844259547243d077a7cde275371f authored over 6 years ago by Alexander Makarov <[email protected]>
Safer init for default config

4b41c3960a00799cec201fdbd58ca99081ac31a8 authored over 6 years ago by Alexander Makarov <[email protected]>
Better type-hint for base test case

7cfeeca3679f20fdb397c6ba7334d21a931e5bc9 authored over 6 years ago by Alexander Makarov <[email protected]>
Fixed create object reference

6b5860e4cf54293dc50bc7830e2022e9545c4f03 authored over 6 years ago by Alexander Makarov <[email protected]>
Updated composer.lock

cb5fa4e60f049764e10efe2e225294e9a87e31e7 authored over 6 years ago by Alexander Makarov <[email protected]>
Added `3.0.x-dev` branch-alias

92ad38bd6fa95ee5d008d93593215a8b669704b5 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Removed use of Yii helper from Module

9796945765020b2dad2771395a09ec8594210ea7 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Moved container related functions `get`, `has` and `createObject` from Application to Module

645d604d1d864069f5450f7a867f3bd0a4c13ea8 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Renamed `Initiable` interface (was Initable)

faaae522908e97c6673bb8fa40e3d80e7ab4147a authored over 6 years ago by Andrii Vasyliev <[email protected]>
Added back `Application::bootstrap()`

01b45f9787462281c063e478fc54f501fef3568d authored over 6 years ago by Andrii Vasyliev <[email protected]>
Added `Application::createObject() and used everywhere

af2c0803160531d1d067fbeadd48dc3a6d5c53cc authored over 6 years ago by Andrii Vasyliev <[email protected]>
Fixed configs definition in `composer.json`

59a7c7c4da38006e25dfff7a43b2b523e6bf284e authored over 6 years ago by Andrii Vasyliev <[email protected]>
Removing 3.0 mentions, it is Yii Framework now, version is in release

b224ec7e4909d4f3a6baaa045a5f66ef386135c8 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Moved `yii` script to `yii-console` package

eed82350a856f4301069dbe8f034c1f66b67be41 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Adjusted wording [skip ci]

ccdfd2e699d771692f56db4c52b3c215c1d45bc8 authored over 6 years ago by Alexander Makarov <[email protected]>
minor

010b4bf54d7a7dcee2ed63ca07bc3dcdaacb651e authored over 6 years ago by Andrii Vasyliev <[email protected]>
Added more 3.0 changes outline

7758c9626b524b509832aa953727d0b81a62d540 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Added 3.0 changes outline in UPGRADE.md

e08a5f9b87f943c46100cbf1f6e0c00b041dd576 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Improved checks and error messages in `BaseYii`

110ab6238098cc0f611ea437f9eda3672ed0b026 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Used `Yii::ensureObject` instead of `Instance::ensure`

d2b09f9478193bc1d99c86df9329f9c4f6d1f035 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Changed `BaseYii::setContainer()` to return given container

0ad318ada04a3f9001b3f81a89d01c9e5fabc9a2 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Moved `createObject` and `ensureObject` implementation to DI `Factory`

aa91e346f4af85990855bb3f703fd0549a3ce491 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Enhanced phpdocs for logging and profiling functions in `BaseYii`

fa98014a45376a9695bd90e4cba9a7f4cb23249e authored over 6 years ago by Andrii Vasyliev <[email protected]>
Fixed stupid typo

ddab0fee58742dfc31c3e5b4b85c9a78fe4b7118 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Fixing tests

913b23552b14de26cd68d0b982e3a4ab4e6ea1c7 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Fixed `YII_PATH` definition

b7709884d909b19436ac2576f2f33358d1615855 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Minor style adjustments in BaseYii

4907fe4da8a1ea90c1d8a979f6b0789a4a4e2050 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Added logging and profiling functions to Application

680b71e0c619a7d82b6d37311bc71df4811efc46 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Fixed `BaseYii` profiling functions to not die without container

b8bbcd7340c226ee99f63f99248a37a2b5f0541d authored over 6 years ago by Andrii Vasyliev <[email protected]>
Moved `BaseYii` log messages preparation to `yii\log\Logger`

07dd7cd027ac2e3c3d6802b42080f976d8f59821 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Fixing tests in general, fixed `TestCase::mockApplication()`

7133518bdc971b0c8788ec6a7ebf52ff53006150 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Fixed renamed `AbstractContainer::setAll()`

7957d9f920cc583ac94428b9553701b32ffbd321 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Added `BaseYii::getContainer()`

16c13b5c1a4b17955706b253d4eb22df81516767 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Changed messages default path to `@yii/messages`

edac49c45f504a627e7cff5331ed752815c5e96a authored over 6 years ago by Andrii Vasyliev <[email protected]>
Moving tests to packages

5291f04135382e11e773ce8b1bf97a88463f4a82 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Fixing `TestCase::mockApplication`

523c5fbfb31a19ad8b544490ba02912e563d3244 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Added require-dev `ezyang/htmlpurifier` for tests

2652b07e34eeeb5b0c3a0062bab9337076d15712 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Fixed `BaseYiiTest`

aab8333f6c0abcea2a079647f8bb3b614d4520e0 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Still fixing tests in general

2381f9b1f666431fc28d06f67b61a5027cda744d authored over 6 years ago by Andrii Vasyliev <[email protected]>
Removed testSetupLogger and Profiler from BaseYiiTest

18baa850022d9b8b768995fa6fa88badb25c17e7 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Renamed `YII2_PATH` to `YII_PATH`

e4f9203c7e499940bd76507df0b64df8f4d35f52 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Fixing helpers (#5)

* Fixing helpers

* Removed markdown helper

* Fixed FileHelperTest

* Adjustments

* Fi...

e3aea38cdd27b380e97b91e0f356037bbc9320a7 authored over 6 years ago by Alexander Makarov <[email protected]>
Minor style adjustments and return type declaration for Application

811ff53d2cdcac970675a561e6d45c1c8a214d86 authored over 6 years ago by Alexander Makarov <[email protected]>
Fixed constructors in base Module and Controller

6212fb13ccc1979f2c562110711d577720cf359b authored over 6 years ago by Andrii Vasyliev <[email protected]>
Fixed `ActionFilterTest`

496a0b0dec3012903e14248fd7da74f09917aa56 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Added `Event::getResult()`

d3a54b63c812bca39c45771bd065b7e0547267ca authored over 6 years ago by Andrii Vasyliev <[email protected]>
Still fixing tests in general

7d631ddcdb00810970419a26485a0d5dc39c0053 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Fixed ArrayHelper tests

651477faf10c6c0975141b3debe00913ec897e63 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Started moving tests to extensions

c7a1096d7f3afb9ede7d91ffc8ba903a05b6cf3d authored over 6 years ago by Andrii Vasyliev <[email protected]>
Started fixing tests

39919697670fffbfb5e90328b712c437c614d5b2 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Renamed `yiiunit` namespace to `yii\tests`

abaa1a6311bc8df2d3f7ea37303d2fe05e96f364 authored over 6 years ago by Andrii Vasyliev <[email protected]>
csfixed

4400a059638f77cc69ec9036bdb41ba87f567d67 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Refactored events. Not finished, to be repeated for all events

5a3e47331a0a9146d80cccd889d77f891c5aee39 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Removed `BaseYii::getCharset()`

66aa7564c92a1d0d2321d97d72d29bcaf18960b1 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Removing use of `Yii::$app`

bc672b71b2b7988d6245d50888985b1fc3db3f36 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Moved `getObjectVars()` to `ArrayHelper`

9551a0a05cbdd3e5b922bcac6c98be374b904d00 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Added all collected aliases to config

d16d1ca31726727f79be1d0d92a648581d3cdad1 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Changed `YII_DEBUG` constant to default to `YII_ENV_DEV`

ca39522c7a66ebc189f3d0da299a30297333d1a3 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Added more upgrading instructions on moving files around

a31fe7de5c8c931b7984644319f6d39f22a5a5aa authored over 6 years ago by Andrii Vasyliev <[email protected]>
Changed `FileStream` to use Application instead of Yii

71e0458a15bf4244d20e39c8149837c2152fd524 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Added `Yii::instanceOf`

4b271a969fbd5fcd3c4cdabea0f9ff8f2b5d5c2d authored over 6 years ago by Andrii Vasyliev <[email protected]>
Added `Application::t()` to be used instead of `Yii::t()`

709b9106868aeea6b91a61f240870bd8b99bf209 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Fixed `use yii\helpers\Yii` globally

cad145e4b98d59328c81f565aa23d98f033ab5da authored over 6 years ago by Andrii Vasyliev <[email protected]>
Added missing `Action::$app` property

a5f8f926f0a1bb2dd15ac8ac8ccbd7ab04e11774 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Added `Controller::getApp()` and used in Action

706dbe61626a604ae36de3eebe041a1c861bab9d authored over 6 years ago by Andrii Vasyliev <[email protected]>
Fixing work with runtime path

8b1dc9858b92ce4994f1b111291721f42565da8d authored over 6 years ago by Andrii Vasyliev <[email protected]>
Added `Application::has()` to check if service in instantiated

2d5274529ad51d64734495ed527ded880637a0b5 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Added app with DI to `Response`

7639efff2626d3545bd9bbe443bb03466fd2093a authored over 6 years ago by Andrii Vasyliev <[email protected]>
Moved exceptions to own dir

0a04322519b264e75e02865e5ba08e6b21b587d9 authored over 6 years ago by Andrii Vasyliev <[email protected]>
fixed Yii namespace

91fc09595647db46ffaa3b1905399b4bfeb6f70c authored over 6 years ago by Andrii Vasyliev <[email protected]>
Trying my best with `Yii::$app` in helpers

f6ce1843f031c2836a2521ccba9f4908ea695168 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Added app with DI to `View` and `Widget`

ff6f3c89423522392f9813da3919c7bb420bbe65 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Trying to fix `Component::trigger()`

5961841bb74eae03604bb57ad169a57e658a0e93 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Added `getUser()` and `getSession()` to Application

7c6e42f3c23423914a726eae2f24775cc8c4b711 authored over 6 years ago by Andrii Vasyliev <[email protected]>
fixed root and vendor aliases

26d206043909b5abcd33b97c54350c14534647e1 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Added app with DI to `PhpMessageSource`

2c8278530ad02095873765b20c1134fa7ed86fce authored over 6 years ago by Andrii Vasyliev <[email protected]>
minor

fbff497c2f384fed4d2a160279017d0544fcdda8 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Added `Application::getSecurity()`

18b71b75020e448050a16dce0b9e513cc52c7c47 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Changed `CookieCollection` constructor, removed config

7a410f047eea84d3b3fe6a8afb091a30d8b02660 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Removed get/set `vendorPath` from Application

479da425e5b537a2524ac9beeb0bef2e74faeebf authored over 6 years ago by Andrii Vasyliev <[email protected]>
Added getting response in Application with DI

73b6ba7af61ea8838d806a6fa58441d5468b686d authored over 6 years ago by Andrii Vasyliev <[email protected]>
Fixing use of moved exceptions

5fb9dd570d451c116852b05c3e52564ce5393edc authored over 6 years ago by Andrii Vasyliev <[email protected]>
Removing use of `BaseObject` constructor

0de82e09eaac2bdb854df3a1d428ed1a60513f04 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Added Application to Action

b0773b5efe50eaf9532209e107cfdaa8f085e3e9 authored over 6 years ago by Andrii Vasyliev <[email protected]>
Added Application to Request

7ed8a6695daab1eb78439ee3a2676b61c95089cb authored over 6 years ago by Andrii Vasyliev <[email protected]>
Fixed stupid error

54429bc4245dfa3a72bc2b5658e679d326f5386a authored over 6 years ago by Andrii Vasyliev <[email protected]>
Used DI in base Controller to get app

0cc3202200d76178f7753638c7ab3c61026c7b97 authored over 6 years ago by Andrii Vasyliev <[email protected]>