Ecosyste.ms: OpenCollective

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

Winter CMS

Building a simple CMS platform and ecosystem to make development enjoyable.
Collective - Host: opensource - https://opencollective.com/wintercms - Website: https://wintercms.com - Code: https://github.com/wintercms

Add Event facade methods

github.com/wintercms/storm - 3fe31dff6e94cf6729ce33bd019204db6f2d4ebd authored almost 3 years ago
Improved support for autocompletion for the plugin:* commands

Also added System\Console\Traits\HasPluginArgument that can be added to any CLI commands that in...

github.com/wintercms/wn-system-module - e7c65bbeb6c4f497eebabf871b99f4c542024eb6 authored almost 3 years ago
Improved support for autocompletion for the plugin:* commands

Also added System\Console\Traits\HasPluginArgument that can be added to any CLI commands that in...

github.com/wintercms/winter - 2368afc9812b7c339c7d6002448bfde7a1f8fa96 authored almost 3 years ago
Provide example CLI argument value suggestion method implementation

github.com/wintercms/storm - c9fa63283fe59bf7eb3c6976e43965984b1a2ac2 authored almost 3 years ago
Merge branch 'wip/1.2' into wip/1.2-code-analysis

github.com/wintercms/storm - 6521824f0ef734b977756d2cfeefe53d7a2cc558 authored almost 3 years ago
Fix Router PHPStan issues

github.com/wintercms/storm - 4cf0199a82e296c8799db0171ca0f7b995af5285 authored almost 3 years ago
Fix Validation and Support PHPStan issues

github.com/wintercms/storm - d174113ac19710f328d45f0a9ef50b00712cdeb3 authored almost 3 years ago
Add Command base class

Adds the Winter\Storm\Console\Command base class that provides some utilities to make developing...

github.com/wintercms/storm - ce3ead9730d5138d78f8e1a2165c78f213671cea authored almost 3 years ago
Generate message code using md5() (#2)

generate message codes using md5()

github.com/wintercms/wn-translate-plugin - 3a9d2320abede2bbf769b7f4edb8b130e72704fa authored almost 3 years ago
Fix Stan issues in Translator

github.com/wintercms/storm - b1fd55455f5221b61a0757de50ad6697ff4d83b8 authored almost 3 years ago
Add class comment

github.com/wintercms/storm - 0a714528d6189fd8e6476bbdf8f90335fe3cd1a6 authored almost 3 years ago
Update Composer deps, small tweaks

github.com/wintercms/storm - 33328e44b3d1f90fbb026fc0dcdab9a2f10904f0 authored almost 3 years ago
Merge branch 'wip/1.2' into wip/1.2-code-analysis

github.com/wintercms/storm - 6f90d90aedbdc669d5fdb3ee20a9d7cc49993ee8 authored almost 3 years ago
cleanup docblock

github.com/wintercms/storm - af4cf913164ecfaecfcc48ee6aee9ae88fa4b3a6 authored almost 3 years ago
Fix closure listener with parameters as reference (#69)

Previously listeners would be wrapped in a `SerializedClosure` before being passed to Laravel wh...

github.com/wintercms/storm - 56e2582037a0226ff6062546e64e3b9980aae43a authored almost 3 years ago
Update comments

github.com/wintercms/storm - 06195b73c0514d8b7c389d674c93fd74bb24d6b6 authored almost 3 years ago
Move scaffold commands (#471)

Fixes #270. See https://github.com/wintercms/storm/commit/c4cd4402c0f3e6bfbea08145987482655cbe65...

github.com/wintercms/wn-cms-module - 168615cf8926546fbd1a21a8c6ae01088df0979f authored almost 3 years ago
Move scaffold commands (#471)

Fixes #270. See https://github.com/wintercms/storm/commit/c4cd4402c0f3e6bfbea08145987482655cbe65...

github.com/wintercms/wn-system-module - 785678c211ee97dc8a13807a4ac8fa7ce32f5a95 authored almost 3 years ago
Move scaffold commands (#471)

Fixes #270. See https://github.com/wintercms/storm/commit/c4cd4402c0f3e6bfbea08145987482655cbe65...

github.com/wintercms/winter - e3fecdb9c2df298970c963e14b8a7f3c47d15198 authored almost 3 years ago
Move scaffold commands (#471)

Fixes #270. See https://github.com/wintercms/storm/commit/c4cd4402c0f3e6bfbea08145987482655cbe65...

github.com/wintercms/wn-backend-module - e4940846640bdebf7a3fc1869434d9ea9a79e749 authored almost 3 years ago
Remove scaffold commands from Storm (#70)

See wintercms/winter#471 for more information.

github.com/wintercms/storm - c4cd4402c0f3e6bfbea08145987482655cbe6583 authored almost 3 years ago
Fix YAML processor tests

github.com/wintercms/storm - 7bd960e704f67b92ec408c70e23cd134ea224b90 authored almost 3 years ago
Re-compile Snowboard

github.com/wintercms/wn-system-module - 1f98ca677f7053192a35952a1337da5a5c20f592 authored almost 3 years ago
Re-compile Snowboard

github.com/wintercms/winter - f58633cd458937ac20d07d672a77ebc28264224a authored almost 3 years ago
Remove plugins and themes from last commit

github.com/wintercms/winter - 05b3a35e79bc3a7b6ff7177075e31ea962a688d3 authored almost 3 years ago
Don't apply data attribute functionality if there's no element

github.com/wintercms/wn-system-module - 9fb44a1d476fc0581c77a341399b5e132db5237c authored almost 3 years ago
Don't apply data attribute functionality if there's no element

github.com/wintercms/winter - 59b055c9e1896b8cacea6ec79200e9863f694391 authored almost 3 years ago
Correctly handle if element is "null" or "false" for requests

github.com/wintercms/wn-system-module - dace4de35fb1e428af4240ddfb5a85d41412fbeb authored almost 3 years ago
Correctly handle if element is "null" or "false" for requests

github.com/wintercms/winter - 98ca545718da49ca2cdbafec9be3f2886b9080eb authored almost 3 years ago
Define return var for singleton instance.

Allows IDEs to autocomplete parameters and functions in a singleton instance.

github.com/wintercms/storm - 189a3f327db2053cbd0c01b1d1d7513ee2b1951d authored almost 3 years ago
Allow anonymous migration classes

Refs: https://github.com/wintercms/winter/pull/148

github.com/wintercms/storm - b16bb179c4d7f56752b1dd5415fb3d03b6a0581c authored almost 3 years ago
Let's try this...

github.com/wintercms/winter - 040c6b936beb30e6d13737db2fc1ce57d2bba416 authored almost 3 years ago
Further debugging

github.com/wintercms/winter - 2a47cec76ff4a20f3eed6fa58cef0a4f0d72d20c authored almost 3 years ago
Debug branches in action

github.com/wintercms/winter - 30a4f80cf3837c7318e9f92468514b1fab4258e6 authored almost 3 years ago
Prevent testing direct pushes to wip/1.2 - test the PR instead

github.com/wintercms/winter - 89397eb85d9c7ed007d0a5b1afe358d41b55b2bc authored almost 3 years ago
Re-establish full YAML processor with tweaks.

Should hopefully handle most cases of pre-YAML 4.x version schemas.

Co-Authored-By: Marc Jauvin...

github.com/wintercms/winter - defb57f59cf69502cdc41f97866ef494fe46ecc6 authored almost 3 years ago
Re-establish full YAML processor with tweaks.

Should hopefully handle most cases of pre-YAML 4.x version schemas.

Co-Authored-By: Marc Jauvin...

github.com/wintercms/wn-system-module - 7f8a98c04b2930f3b106a5b7c82fcf32d20b1bd1 authored almost 3 years ago
Restore original YAML processor, merge changes

github.com/wintercms/wn-system-module - 2004bcdd8763e01e644efc6a23286e85d0179d10 authored almost 3 years ago
Restore original YAML processor, merge changes

github.com/wintercms/winter - f594d44537a19b20b886c94f06bd8190e8300608 authored almost 3 years ago
WIP test adjustments

github.com/wintercms/winter - f24a6388cf7a7f83725707e01c8d7e7ed38fa4c7 authored almost 3 years ago
WIP test adjustments

github.com/wintercms/wn-system-module - aea27091e988d9f114ac632157f97da341a84836 authored almost 3 years ago
Don't attempt to setup the ThemeLog if the settings table can't be found.

github.com/wintercms/winter - 8e766dce58c4979a7ef0b8cdc0db6c5ae61c7e02 authored almost 3 years ago
Don't attempt to setup the ThemeLog if the settings table can't be found.

github.com/wintercms/wn-cms-module - 72a4de61f850eb6c70f5ea6e12413d76ab7e3440 authored almost 3 years ago
Temporarily avoid testing problematic YAML

github.com/wintercms/winter - 687b44145ca10f9bfca4a2988a9e876c9d8b7cec authored almost 3 years ago
Fix Assetic -> October\Rain aliasing

github.com/wintercms/storm - 4c285877b7af4e507681b2c992d545cc551fc0b7 authored almost 3 years ago
fix assetic modules path

github.com/wintercms/wn-system-module - b07063c576a0ed2aeb7b059f694c42b4ebca0db4 authored almost 3 years ago
fix assetic modules path

github.com/wintercms/winter - f38f38f02ff31d4dd18bf2d31e1838df0d747ea3 authored almost 3 years ago
Switch to using Assetic v3 instead of embedded Assetic v1 (#470)

github.com/wintercms/winter - 7026baf4b7c587ae27dbbfae231a714162b74c9b authored almost 3 years ago
Switch to using Assetic v3 instead of embedded Assetic v1 (#470)

github.com/wintercms/wn-system-module - 1e457802b9fab2090f577d29c8b5d44e590d0ee7 authored almost 3 years ago
Merge branch 'wip/1.2' of github.com:wintercms/storm into wip/1.2

github.com/wintercms/storm - 530c80bf12492f16614e8ffe17153d5d584fcd7e authored almost 3 years ago
Replace embedded Assetic v1 with Assetic v3

Also replaces linkorb/jsmin-php with wikimedia/minify and reordered main dependencies to be alph...

github.com/wintercms/storm - 6eb9f61e4c5f323fcf394f0efdd89ce0f5745e4e authored almost 3 years ago
Replaces october/ssstem

github.com/wintercms/wn-system-module - b2682cee5ee4e20ea24da61c1364ab2038308bc6 authored almost 3 years ago
Replaces october/ssstem

github.com/wintercms/winter - d0c7b5982a4764c9e7f49a4168bc92651e240a9e authored almost 3 years ago
Fix route order with new system.beforeRoute and system.route events (#465)

With the recent change to module routes being registered in their boot methods the Backend & CMS...

github.com/wintercms/wn-system-module - de304884950be4c7e6661d6674944528ca025a16 authored almost 3 years ago
Fix route order with new system.beforeRoute and system.route events (#465)

With the recent change to module routes being registered in their boot methods the Backend & CMS...

github.com/wintercms/winter - 9a6f71e0d48723339a001ab29531dffda0c23dca authored almost 3 years ago
Fix route order with new system.beforeRoute and system.route events (#465)

With the recent change to module routes being registered in their boot methods the Backend & CMS...

github.com/wintercms/wn-backend-module - 0f035b8eef1fa0f3990f8a8160b71c1988334ce6 authored almost 3 years ago
Fix route order with new system.beforeRoute and system.route events (#465)

With the recent change to module routes being registered in their boot methods the Backend & CMS...

github.com/wintercms/wn-cms-module - d7cd8306867d6ffa8b668bc680d28a7dd2056a4b authored almost 3 years ago
Add section to document how to manually include snowboard assets (#56)

github.com/wintercms/docs - 858fe5a2d86632c949354cfae18ece46950df730 authored almost 3 years ago
Add asset alias for Snowboard extras css (#464)

Co-authored-by: Marc Jauvin <[email protected]>

github.com/wintercms/winter - d3d49181fc7807e2e1cd498fbb7104a3a0dec8ed authored almost 3 years ago
Add asset alias for Snowboard extras css (#464)

Co-authored-by: Marc Jauvin <[email protected]>

github.com/wintercms/wn-system-module - 44de4fc17e3723ccb5afba6e9da12a8221a97dec authored almost 3 years ago
cannot use facades with tests

github.com/wintercms/storm - ff1f288d909d80f40fc1f6962fe3fbf8c7d3707c authored almost 3 years ago
Merge branch 'release/3.0.2'

github.com/wintercms/wn-redirect-plugin - 1ce10b76ea46ea9ca777c1f52b567a5c3e4731e5 authored almost 3 years ago
Merge tag '3.0.2' into develop

no message

github.com/wintercms/wn-redirect-plugin - 75bc7f4b6b7125fb981327c5bbeb8d9ec45c9de8 authored almost 3 years ago
Change version constraint for composer/installers

github.com/wintercms/wn-redirect-plugin - 96f549fcea29f65f5868683318dd5b2f0756cc44 authored almost 3 years ago
Merge tag '3.0.1' into develop

no message

github.com/wintercms/wn-redirect-plugin - c93bf0d1860bcf1ddc49c6934c8e74f445e2021c authored almost 3 years ago
Merge branch 'release/3.0.1'

github.com/wintercms/wn-redirect-plugin - 2e3ff8c4b77da875bf5ebe5451b604cd588745d4 authored almost 3 years ago
Add support for regex matches in target path #85

github.com/wintercms/wn-redirect-plugin - 40c454803bea4fcdac443da59452df2d14299c10 authored almost 3 years ago
Temporarily disable extra functionality in the VersionYamlProcessor

github.com/wintercms/wn-system-module - 9eb4359b47031b52786f3ec5d0335593b5a9a2cc authored almost 3 years ago
Temporarily disable extra functionality in the VersionYamlProcessor

github.com/wintercms/winter - 9b1154ba31588db8165d5b7da9e743744d3950cb authored almost 3 years ago
Temporarily disable VersionYamlProcessor

github.com/wintercms/wn-system-module - f5e5da3b25cb3ec4b6f84b6b47c39d20aa829c8e authored almost 3 years ago
Temporarily disable VersionYamlProcessor

github.com/wintercms/winter - 7edb3e02c5dd4e6e389ef2b70a4ed6a4633f83c7 authored almost 3 years ago
Temporary workaround for version.yaml parsing

github.com/wintercms/storm - ad004174c9215f6df8dda3d87307ee4efb6fc737 authored almost 3 years ago
Compile client side translations

github.com/wintercms/winter - 3147d97cf095c516191601d1edad0317a75a9b7f authored almost 3 years ago
Compile client side translations

github.com/wintercms/wn-system-module - 8347ca7d67d1fe84292880905d6cf6a2b7eb27dc authored almost 3 years ago
Include newly added filters-test in test case to fix tests

github.com/wintercms/winter - 4312ad36c365ade224fa80c7e3712bc7fc48319b authored almost 3 years ago
Fix support for | page filter.

Credit to @mjauvin

github.com/wintercms/winter - 661110276c8abd1333075daa78ffd811e9da4eae authored almost 3 years ago
Fix support for | page filter.

Credit to @mjauvin

github.com/wintercms/wn-cms-module - c5d3f3fb042a2d3380b66a63a98c29c160da7031 authored almost 3 years ago
Merge tag '3.0.0' into develop

no message

github.com/wintercms/wn-redirect-plugin - 9b863c77283635c2ecb2302e1381a67ed7b46606 authored almost 3 years ago
Merge branch 'release/3.0.0'

github.com/wintercms/wn-redirect-plugin - 09ea08228d66c5932eff1c8c7bcda906047f9221 authored almost 3 years ago
Update documentation on minimum required version

github.com/wintercms/wn-redirect-plugin - ddbcd9e23f79200fe76de9e27663dcb43e0da2db authored almost 3 years ago
Add minor graph UI tweaks

github.com/wintercms/wn-redirect-plugin - 2ac139ed01654d61e7a80092bada844194c79efa authored almost 3 years ago
Minor code improvements

github.com/wintercms/wn-redirect-plugin - 479f2c023ee1e7fb630407ae601360a5e73a0b92 authored almost 3 years ago
Add translation for new labels

github.com/wintercms/wn-redirect-plugin - 2112eff8e92a1aa1f4ab712ce44727e60758bcb5 authored almost 3 years ago
Improve code of controllers

github.com/wintercms/wn-redirect-plugin - 7e0b9da22fe63dfcace8f14a37a1d9653b652ceb authored almost 3 years ago
Add new bar graph for statistics overview page (WIP)

github.com/wintercms/wn-redirect-plugin - 1183d10fb0157fac31b151c1c2ec4f09a29886e3 authored almost 3 years ago
Add league/csv as plugin dependency

github.com/wintercms/wn-redirect-plugin - 6bf9c8cc8cee0da331126a4e82cc5d1ca12b3bdd authored almost 3 years ago
Merge branch '2.x' into develop

# Conflicts:
# CHANGELOG.md
# classes/RedirectManager.php
# composer.json
# models/Settings.php
...

github.com/wintercms/wn-redirect-plugin - ec925bde6811f71675b87395b6c4aafec657433a authored almost 3 years ago
Merge branch '2.x'

* 2.x:
Update plugin dependencies
Fix database error
Fix strpos() type error

github.com/wintercms/wn-redirect-plugin - 340f541dd27a551ba4df48a25f75c98836414507 authored almost 3 years ago
Update plugin dependencies

github.com/wintercms/wn-redirect-plugin - ae52e519bd8f7d61304c278c1867b6fa018a39cb authored almost 3 years ago
Switch to Symfony\Yaml v6

Still some work needed to support legacy YAML uses

github.com/wintercms/storm - e18be0ffca73d2fc9ee678d502629f962d2b1988 authored almost 3 years ago
Fix support for morphOne/hasOne relations in FormModelSaver (#463)

Fixes #413

github.com/wintercms/winter - 7130a809979ccb2fb6709d4629538518afc74da9 authored almost 3 years ago
Fix support for morphOne/hasOne relations in FormModelSaver (#463)

Fixes #413

github.com/wintercms/wn-backend-module - 9cb922dfbbd74b1d57a7b2f099ef9fca3c0d5e0f authored almost 3 years ago
Fix Mail::pretend() usage

github.com/wintercms/storm - ab8a6841f250d04c9c52a4da4625918dd6611087 authored almost 3 years ago
Merge pull request #455 from wintercms/wip/twig-environments

Refactor Twig registration and usage

github.com/wintercms/wn-system-module - 0e71d5cc6ce5b6be8955a4ea65c1cd14be04fe2d authored almost 3 years ago
Merge pull request #455 from wintercms/wip/twig-environments

Refactor Twig registration and usage

github.com/wintercms/winter - 8132617357b1ac710f574b0a43d2273a20ea674e authored almost 3 years ago