Ecosyste.ms: OpenCollective

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

github.com/yiisoft/demo

Yii 3 demo application
https://github.com/yiisoft/demo

Use yiisoft/composer-config-plugin classes

14e95539fc11234b6643d9a4d51ae4b8b88e4d7a authored over 4 years ago by Alexander Makarov <[email protected]>
Add CSRF protection

485236e05ccdcd57335b5ec88db899064004119e authored over 4 years ago by Alexander Makarov <[email protected]>
Use yiisoft/composer-config-plugin

7c4488a525291ee708dd1dde12386c71a6ae9d49 authored over 4 years ago by Alexander Makarov <[email protected]>
Add yiisoft/widget package and providers.php to config-plugin

f45e847cdb254466088ffd27cebc9cafe5b915fd authored over 4 years ago by Rustam Mamadaminov <[email protected]>
Add providers config, fix container init (#67)

f4520466f7a18fe4536fb2bd2e3176d833a7a106 authored over 4 years ago by yiiliveext <[email protected]>
Debugging initialization removed

b5c9cf67f86b38fe324bb8eb34422817fc617d82 authored over 4 years ago by roxblnfk <[email protected]>
Apply fixes from StyleCI

9f509d85182690611474c1f2530941fc041888c6 authored over 4 years ago by Alexander Makarov <[email protected]>
Fix access to runtime (#66)

6821f074b6c1b7be6677a4b179cba60bc7b27465 authored over 4 years ago by Anton Samoylenko <[email protected]>
Use SapiEmitter directly in index.php

0c3776efac16b4a834dd75dda7bad402a749a860 authored over 4 years ago by Alexander Makarov <[email protected]>
Separate emitter from the Application (#65)

993a7cb692f030c45bab4458d7358217c3856c62 authored over 4 years ago by Alexander Makarov <[email protected]>
Enable debugger (#61)

224eea024254d5d9a0d317c538db2521b8787d45 authored over 4 years ago by Dmitriy Derepko <[email protected]>
Fix #58: Move composer-config-output directory to runtime/build/config

48d0db0a75ef801be1033f23a5add94da1c86851 authored over 4 years ago by Alexander Makarov <[email protected]>
Fix namespace import EventDispatcher (#60)

9eec1cf13e6fd46a7afcea08d6cd8631f1e8552a authored over 4 years ago by thenotsoft <[email protected]>
Apply fixes from StyleCI

054d70a212ed2f7d45063e637faa1055e54e42c9 authored over 4 years ago by Alexander Makarov <[email protected]>
Add performance metrics to the footer

f5631aba3cbc33e3481579110a533c4e1cd54cb0 authored over 4 years ago by Alexander Makarov <[email protected]>
Commented out queryLogger since it was causing issues

03282d074fe430f5f395f928d60fdc3a2fa66956 authored over 4 years ago by Alexander Makarov <[email protected]>
Remove custom output of configs (doesn't seem to work yet)

9a95445adb6260784180b5dcebdbabf986c3be72 authored over 4 years ago by Alexander Makarov <[email protected]>
Moved composer-config-output directory to `runtime/build/config` (#57)

5e63e415ca428a0ed52544912944372260971d47 authored over 4 years ago by Dmitriy Derepko <[email protected]>
Adjust middleware dispatcher factory to match changes in yii-web

be892aa89da254a02e007f735d4b478e586fe8f8 authored over 4 years ago by Alexander Makarov <[email protected]>
Fix docker-compose (#56)

03ec6a7094244e4ce0269ee73d1bc08c1b080100 authored over 4 years ago by Dmitriy Derepko <[email protected]>
Update readme with installation info

f923fedda77f7cd16d3e301a014980d081ab626e authored over 4 years ago by Alexander Makarov <[email protected]>
Remove unused import

530394ad04bc8b273f0c1cb94ecbfdbb0b7c414c authored over 4 years ago by Alexander Makarov <[email protected]>
Fix #55: Adjust config for router changes

3da33a3fd8f512d29026cc202ceeb2373133d7f6 authored over 4 years ago by Alexander Makarov <[email protected]>
#49: implement blog example

8faa802550e7a20f9c6ba99b5da824b9a5324a83 authored over 4 years ago by Alexander Makarov <[email protected]>
Console commands now use CycleDependencyPromise in constructor instead of ORMInterface

7e4288cfa70f42fe284d081b6132861a0e0c6e44 authored over 4 years ago by roxblnfk <[email protected]>
Added comments

ca97ad2b14b0ed26687e473d183b8dbfb477b24f authored over 4 years ago by roxblnfk <[email protected]>
Cleanup; routes are more compact

4525e6105a2ea4d9358712c821c71bf9ec3650b2 authored over 4 years ago by roxblnfk <[email protected]>
controllers fixes

c73e09b7414655ff9690b47d371418b83699df25 authored over 4 years ago by roxblnfk <[email protected]>
Merge remote-tracking branch 'upstream/master' into blog

dbdb3faeb9665fe9db58fb4a06068d96c8cfe70a authored over 4 years ago by roxblnfk <[email protected]>
fixes

1ddbcba5e57342f23a58067d3cd797ad60aa08c3 authored over 4 years ago by roxblnfk <[email protected]>
Render now returns ResponseInterface instead of string (#54)

3a917b70cab17c3139722f6ede4f587b2299c2b9 authored over 4 years ago by Dmitriy Derepko <[email protected]>
some moments resolved

3902d6115dd65d62dbba0822f3e00aa30a36be4f authored over 4 years ago by roxblnfk <[email protected]>
added generated fields

b5064c1f8cf2166872bf1e59f079d7946b0c7ab7 authored over 4 years ago by roxblnfk <[email protected]>
WidgetFactory::initialize moved into ViewFactory; cleanup

47118214f06fee1bfc4f1733cfc2f7e716249351 authored over 4 years ago by roxblnfk <[email protected]>
cleanup and fixes

6da23b2483eaafcc0ba9ad6d7934d0117a71309e authored over 4 years ago by roxblnfk <[email protected]>
cs fix

7f3451f4403d194a79535b97094b2494d3628c41 authored over 4 years ago by roxblnfk <[email protected]>
cs fix

511cad05d645f2f961f45759f0be6a9abac1e791 authored over 4 years ago by roxblnfk <[email protected]>
hotfix & cleanup

3cb135c69a7624d6ffcf30524b0e20529587ff5f authored over 4 years ago by roxblnfk <[email protected]>
Added OffsetPagination widget

82a98a4216efa4cbd1abbe7445ab6bfe84943037 authored over 4 years ago by roxblnfk <[email protected]>
Added Archive pages; Refactoring

1c2486a218cbfc239819ba935fd1d6cf3313145f authored over 4 years ago by roxblnfk <[email protected]>
added PostCard widget

6cdd15ddd62060bbda49bab09acfbf9f499bc542 authored over 4 years ago by roxblnfk <[email protected]>
Integrated some bootstrap-4 widgets; cleanup

092376e4577b7ae8a2db9006987caff453c3dbad authored over 4 years ago by roxblnfk <[email protected]>
Merge branch 'master' into blog

# Conflicts:
# src/Parameters.php

5adf59b9416046fa9ad385295701e68c88f3e69e authored over 4 years ago by roxblnfk <[email protected]>
Apply fixes from StyleCI

5c57176c6c249dd2aa18990e598daf4d565d1874 authored over 4 years ago by Alexander Makarov <[email protected]>
Simplify parameters (#51)

765d207fe7f4cd1f21fc2399310844d1edabc685 authored over 4 years ago by Rustam Mamadaminov <[email protected]>
Entities optimization

1712c87ea7a1c91bcef96646d60894c4f37263e9 authored over 4 years ago by roxblnfk <[email protected]>
refactoring of Repositories

cf279867f64afda10209a64372bae25c1f641311 authored over 4 years ago by roxblnfk <[email protected]>
Repositories now return SelectDataReader instead OffsetPaginator; Added pagination on user page;

bcbf956620cd1009ca8efcbfa0334273eda0426f authored over 4 years ago by roxblnfk <[email protected]>
using OffsetPaginator from `yiisoft/data` package instead CycleDataPaginator

a16d1fd1b79e67599bf9fcb70aaf3cef98345029 authored over 4 years ago by roxblnfk <[email protected]>
Merge branch 'master' into blog

# Conflicts:
# src/Factory/AppRouterFactory.php

b37861ac8783e947f15069389daca1442cd0df10 authored over 4 years ago by Alexander Makarov <[email protected]>
Adjust router syntax

See https://github.com/yiisoft/router/pull/20

be61e57c903552a126f1d355125e28777d0e9700 authored over 4 years ago by Alexander Makarov <[email protected]>
Blog files moved into Blog folder

b1d7530825f9b465ca128279b7cd84fa68768ff4 authored over 4 years ago by roxblnfk <[email protected]>
`constrain` renamed to `constraint`; cleanup

f05e688bf45f7b60b47b76ed36f71a6be41022be authored over 4 years ago by roxblnfk <[email protected]>
Linter fixes

71c9e44702c557fc8a6f5827eb171875b274792a authored over 4 years ago by roxblnfk <[email protected]>
cs fix

b5a4bb70592e0df3e28d17a1d8e70fb9dbe82f54 authored over 4 years ago by roxblnfk <[email protected]>
CS fix

355e90800542d522d7cb2a07839462868b72618f authored over 4 years ago by roxblnfk <[email protected]>
Merge branch 'master' into blog

# Conflicts:
# config/params.php
# src/Command/User/CreateCommand.php

097dfc83de779aaa45493af90c67a1d306314a04 authored over 4 years ago by roxblnfk <[email protected]>
changes related to updating `yii-cycle` and `yii-console`

94f76b8cd1557110f4cfa85dd5e6a2c96b0f4e8f authored over 4 years ago by roxblnfk <[email protected]>
Minor cleanup (#47)

adb77a077d4e8d380902bc5462a7ad08228a8046 authored over 4 years ago by Dmitriy Derepko <[email protected]>
Fix support config with dot in key (#48)

e92adfba2bdead4fdf9cf108e95cc28e3d21297b authored over 4 years ago by thenotsoft <[email protected]>
Improve App\Parameters adding support for nested keys (#45)

cba09fa82011d6804a92e92195b4ec25885a7619 authored over 4 years ago by thenotsoft <[email protected]>
Adjust to new console config structure

9949afdc302f496bbb320467ed2cb0cebf49f28a authored over 4 years ago by Alexander Makarov <[email protected]>
Switch StyleCI to PSR-12

22ed125e23283df60a8de68b2e1cdfe4b1280921 authored over 4 years ago by Alexander Makarov <[email protected]>
Entity properties now private; fixed getArchive query for SQLite

84c87374d4035eb967a52282cfdc6ab31dd3727a authored over 4 years ago by roxblnfk <[email protected]>
Use Cycle ORM (#23)

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

08bb6ad9699dab0c044d96ab4b78ffefc6f17b5f authored over 4 years ago by Alexander Makarov <[email protected]>
Merge branch 'cycle-orm' into blog

# Conflicts:
# composer.json
# config/common.php
# src/Entity/User.php
# src/Factory/AppRouterFa...

0ccc2e3150652b9c82deb0fe95c8de27f1241cd6 authored over 4 years ago by roxblnfk <[email protected]>
Pagination changes

b743428322ada021743408c6398bb7e3a85a97f2 authored over 4 years ago by roxblnfk <[email protected]>
optimization of mappers and indexes

a6490980ae5f678566da7e4b3df9842b93be76eb authored over 4 years ago by roxblnfk <[email protected]>
Compatibility with \Yiisoft\Data\Paginator\OffsetPaginator

83b71d9251685eb044ad90ce9f03bb5e25c4508d authored over 4 years ago by roxblnfk <[email protected]>
Added custom DataPaginatorInterface and his implementation

a671f0e855fe19b781780ca7eb34d47cacdce06b authored over 4 years ago by roxblnfk <[email protected]>
Fix config import

4ebc30a55168d49561b85892c9d7f28938d0316b authored almost 5 years ago by Alexander Makarov <[email protected]>
After-merge formatting fixes

8c988ed5fb40147991a36df1bfdc2b73b4e4327c authored almost 5 years ago by Alexander Makarov <[email protected]>
Merge branch 'master' into cycle-orm

ed718934c090a15f61686aa7893b5463e8516082 authored almost 5 years ago by Alexander Makarov <[email protected]>
Refactoring

3aa81f536c4839fa77f0718496c196cc1aca519a authored almost 5 years ago by roxblnfk <[email protected]>
Fix #19: Add Parameters as an example on how to pass params.php to route handlers

70433e3fe8537a7604469e207ce08e0fa23e0261 authored almost 5 years ago by Alexander Makarov <[email protected]>
Refactoring of repositories

0eb318b4f2a44fcc41dfb00450d94fa0364ffefa authored almost 5 years ago by roxblnfk <[email protected]>
Added ProxiFactory; Added constrains

fd4948c235e396b62da79a4fe68a87141da5a08c authored almost 5 years ago by roxblnfk <[email protected]>
Added pagination on Tag page; some queries refactoring

fbdf75899abb6dc1997a8b7ba37de3a73bb2c535 authored almost 5 years ago by roxblnfk <[email protected]>
Index page

400b99f973019ee8ba294d422385f64f1bcd2c85 authored almost 5 years ago by roxblnfk <[email protected]>
Pagination now works fine when there are many pages

6953d03f13e097736991aa03386f02384defbfc1 authored almost 5 years ago by roxblnfk <[email protected]>
added navigation in archive

c3dcbc32e560f4e2436a403a29eee0ace9c466f0 authored almost 5 years ago by roxblnfk <[email protected]>
Added posts pagination

9eb0dac266b9ced729d8f77c95902f9b564fb977 authored almost 5 years ago by roxblnfk <[email protected]>
Users loaded with comments

469e208e0970bbc4ef1a2b51bcdf62c40a4c697b authored almost 5 years ago by roxblnfk <[email protected]>
Post comments added

4b97cc900855face1b4b296efc27716fe1eaef02 authored almost 5 years ago by roxblnfk <[email protected]>
Assets refactoring

5519b8b0928973cea1cd91519216b4a55f16f998 authored almost 5 years ago by roxblnfk <[email protected]>
Added block of most popular tags

e36f13115fa1ec03600765181e58ae2de042cc5e authored almost 5 years ago by roxblnfk <[email protected]>
added the Tag entity

5b94a826471bfefd176e09b7d4a1f79f2fe20e16 authored almost 5 years ago by roxblnfk <[email protected]>
Merge branch 'master' into blog

# Conflicts:
# composer.json
# config/console.php
# src/Entity/User.php
# src/Factory/AppRouterF...

df24d60afb5a71854c9da2a33fc7ad121b8fcd4c authored almost 5 years ago by roxblnfk <[email protected]>
Minor fixes for code style (#44)

Co-authored-by: Alexander Makarov <[email protected]>

96a75efdba9066b1f9dba4a66b61e3cd1458291d authored almost 5 years ago by Bulat Damdinov <[email protected]>
Add types for class properties (#43)

Co-authored-by: Alexander Makarov <[email protected]>

b798be44f2cb0815cd2bd859bb3601b50ed2061d authored almost 5 years ago by Bulat Damdinov <[email protected]>
Move hiqdev/composer-config-plugin to require in composer.json (#42)

d9e05d9ee43e828eef153557071687d461e90f26 authored almost 5 years ago by Bulat Damdinov <[email protected]>
Apply fixes from StyleCI (#40)

ffa25d2dff3da002cad1660fd56a8b4636f057a7 authored almost 5 years ago by Alexander Makarov <[email protected]>
Use yiisoft/assets (#39)

5e888518064e3d4d45e1612e418ff031a33873a4 authored almost 5 years ago by Wilmer Arambula <[email protected]>
Use yiisoft/http

8f9d934a034d91f92c735d44497063d0c9f96c0a authored almost 5 years ago by Alexander Makarov <[email protected]>
Subfolder Middleware Renamed (#38)

f7ee7494ef187c16e92f7435a6f12befcf1e01b2 authored almost 5 years ago by roxblnfk <[email protected]>
Update Docker container to PHP 7.4

725d0f4799f1bcdacf3bc30a4ee8287afcdd000a authored almost 5 years ago by Ehsan Rezaei <[email protected]>
Added archive of posts; some routes grouped

088fcc0c237d907715123f4ad642b32e77c42afc authored almost 5 years ago by roxblnfk <[email protected]>
added route user/profile

77ba1241fcbd88f99f152e157029f5490e9d3b41 authored almost 5 years ago by roxblnfk <[email protected]>
Added page `blog/page/{slug}`

448b024ec696bc0b70abb972dd48ef090857acc9 authored almost 5 years ago by roxblnfk <[email protected]>
Added pages: blog/index and user/index; Added fixture/add command; some fixes

c897bfd938647291b904dd96cdd56434fd592764 authored almost 5 years ago by roxblnfk <[email protected]>