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 header image for snowboard docs

github.com/wintercms/docs - 45bb8500106fb3925935faeea87e9e358297147e authored almost 3 years ago
Added snowboard header

github.com/wintercms/docs - ca06431474cb25bdc27cb472bce2d5eee833bc68 authored almost 3 years ago
Merge pull request #401 from wintercms/wip/snowboard

[1.1.8] Implement an opt-in improved JS framework (Snowboard). Documented by https://github.com/...

github.com/wintercms/winter - 869a718feeba4da82b06d92a0b7f547747ef4af7 authored almost 3 years ago
Merge pull request #401 from wintercms/wip/snowboard

[1.1.8] Implement an opt-in improved JS framework (Snowboard). Documented by https://github.com/...

github.com/wintercms/wn-cms-module - 24b17d66587c5fac01a5f349b3648f45ebf4e8d1 authored almost 3 years ago
Merge pull request #401 from wintercms/wip/snowboard

[1.1.8] Implement an opt-in improved JS framework (Snowboard). Documented by https://github.com/...

github.com/wintercms/wn-system-module - df8094c7b110638569101ba56db66f272042cd02 authored almost 3 years ago
Merge pull request #45 from wintercms/wip/framework-rewrite

Framework rewrite documentation for https://github.com/wintercms/winter/pull/401

github.com/wintercms/docs - 62a5b59d872fc3a95bde029b9f1b57dc69c93f7b authored almost 3 years ago
Update snowboard-plugin-development.md

github.com/wintercms/docs - ea7125c4e1efc38c1adc7d644870e44094993609 authored almost 3 years ago
Update snowboard-plugin-development.md

github.com/wintercms/docs - 06c5cfdc81d25508060afce9dcf87d7684a46184 authored almost 3 years ago
Update snowboard-utilities.md

github.com/wintercms/docs - c0dfb04290c04fc6fe9617b85cd0355d698d8b19 authored almost 3 years ago
Add semicolons

github.com/wintercms/docs - e471f6428621d3f6ac45839b352a3123b5759390 authored almost 3 years ago
Merge branch 'wip/framework-rewrite' of github.com:wintercms/docs into wip/framework-rewrite

github.com/wintercms/docs - 972644714b5cffec4ce03d3052f435ec043cf8ba authored almost 3 years ago
Add examples of cookie manipulation

github.com/wintercms/docs - adebee808fdcc7008aac443ed868ae83a5f97706 authored almost 3 years ago
Update console-asset-compilation.md

github.com/wintercms/docs - ad426993b85c3c4ca2315af8e50d88a7726052fc authored almost 3 years ago
Merge pull request #444 from wintercms/wip/mix-changes

Add automatic package registration and improved installation to Laravel Mix support

github.com/wintercms/winter - 5ead84c7a1b4a886e6ffe23208c262d00707460d authored almost 3 years ago
WIP plugin development docs

github.com/wintercms/docs - 2fb7c39b3ba7d6f213b893cd92995ee4213410c5 authored almost 3 years ago
Remove server.php

No longer needed as of https://github.com/laravel/framework/commit/94e846b4db46229a7939d9042d255...

github.com/wintercms/winter - bb58ad97a0f1edb81c8789c2a335d9eb6d8d3512 authored almost 3 years ago
Merge branch 'wip/1.2' of github.com:wintercms/winter into wip/1.2

github.com/wintercms/winter - 4e856859a29279201abcf6ef6a060af8a48b2b30 authored almost 3 years ago
Move CMS console commands into the CMS module

Moved the following:
- \System\Console\ThemeInstall -> \Cms\Console\ThemeInstall
- \System\Conso...

github.com/wintercms/wn-system-module - bcddf7afde0994a2a9c9321c4de7123776426c3b authored almost 3 years ago
Move CMS console commands into the CMS module

Moved the following:
- \System\Console\ThemeInstall -> \Cms\Console\ThemeInstall
- \System\Conso...

github.com/wintercms/wn-cms-module - 60747667a99b32cbcf39271b3c568f1460dae2ea authored almost 3 years ago
Move CMS console commands into the CMS module

Moved the following:
- \System\Console\ThemeInstall -> \Cms\Console\ThemeInstall
- \System\Conso...

github.com/wintercms/winter - d61ac9d9fe38bbc63f7604de4287d6264fb890ca authored almost 3 years ago
Remove Laravel migration commands

They never worked with Winter so they have been removed. Aliases as relevant will be setup to po...

github.com/wintercms/storm - 0e291442e2a03820a222266c483242653bcd6a53 authored almost 3 years ago
Add autocompletion support to the create:command stub

Refs: wintercms/winter#450

github.com/wintercms/storm - 8b6c13096d1150a1e2eac0ee84ac659616b6b590 authored almost 3 years ago
Apply correct default for cookie.secure config

github.com/wintercms/winter - b7c92ffdd3de51814bd503d4b63c28d1325def2c authored about 3 years ago
Update testing dependencies to match Laravel 9

github.com/wintercms/storm - 74e702d59b493f35dce21c93e41110395c96f325 authored about 3 years ago
Update testing dependencies to match Laravel 9

github.com/wintercms/winter - 301ffd198550148314e6595f6a2b7a11d17387b2 authored about 3 years ago
Cleanup console command return types

github.com/wintercms/winter - 589ff4332e104b402d8b39e11bc64396fe2f1f5b authored about 3 years ago
Cleanup console command return types

github.com/wintercms/wn-system-module - 18bee0788c633bd4e7b6ecaa7b39accc1db5c82a authored about 3 years ago
Ensure any return code from the parent laravel command is returned

github.com/wintercms/storm - 843a8fd505a2a7bd141ed9ed4294a64f022ac277 authored about 3 years ago
Switch back to stable version of Tinker

github.com/wintercms/storm - bbd8c2555b41ee3f2c4c1a71187ece7aedb1aa39 authored about 3 years ago
Sync config defaults with Laravel 9.x skeleton

Changed from Laravel defaults:
- Array configuration items should have their assigner operators ...

github.com/wintercms/winter - f6510979cc3596af92ed41242246d5edb3caed30 authored about 3 years ago
Update modules/system/classes/MixAssets.php

Co-authored-by: Ben Thomson <[email protected]>

github.com/wintercms/wn-system-module - 3671f6351d9c51888958b18400c082f49fe8783b authored about 3 years ago
Update modules/system/classes/MixAssets.php

Co-authored-by: Ben Thomson <[email protected]>

github.com/wintercms/winter - a2276012aadb58c6f6f1aa6097f798b570104ed5 authored about 3 years ago
Add and comment out missing Js facade

Laravel 8.x added a JS helper to turn PHP data into JS data (see https://github.com/laravel/fram...

github.com/wintercms/winter - b532c66661a9ec43556fd25aa9434c24e0b1260c authored about 3 years ago
Add and comment out missing Js facade

Laravel 8.x added a JS helper to turn PHP data into JS data (see https://github.com/laravel/fram...

github.com/wintercms/wn-system-module - a18038ccf8e317d3818e425af9f6a7090387903c authored about 3 years ago
Bring the default aliases up to date with Laravel 9

Added:
- Arr: No facade required, also wasn't being registered for Laravel or Winter, using Wint...

github.com/wintercms/winter - 58b5b57fedbadf14c57d02a39962baa1f18d7a6d authored about 3 years ago
Bring the default aliases up to date with Laravel 9

Added:
- Arr: No facade required, also wasn't being registered for Laravel or Winter, using Wint...

github.com/wintercms/wn-system-module - b3944fe57eb8adac660cf0fa2e6d118b38a2ec4d authored about 3 years ago
Remove unnecessary Str facade

Was entirely unnecessary from the very start as all Str helper methods are static methods. Not s...

github.com/wintercms/storm - c9866c0750abe82b9f8279a3916bd95605d902e4 authored about 3 years ago
app config changes from Laravel 9 skeleton

github.com/wintercms/winter - 6fc163a0dca06d10480be22634d1019fd8cb1e0a authored about 3 years ago
Update src/Foundation/Application.php

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

github.com/wintercms/storm - 60443f3a69a7792cadb4281860b04ac60d29b85b authored about 3 years ago
Compatibility with Laravel 9 Cache Repository changes

See https://github.com/laravel/framework/pull/40249

github.com/wintercms/storm - 31becc337e9ca9405605f4db90a7c1a67b0fa791 authored about 3 years ago
Match Laravel 9 langPath() interface

See https://github.com/laravel/framework/commit/e6c8aaea886d35cc55bd3469f1a95ad56d53e474

github.com/wintercms/storm - d4b9776e8ec3241951b5e9a2e0f8633297ca169e authored about 3 years ago
Improve support PHP 8.1 & align return types with Laravel base classes

See laravel/framework#40471

github.com/wintercms/winter - 15afb45df0b12fd432afa41d9fe1f1329dabc668 authored about 3 years ago
Improve support PHP 8.1 & align return types with Laravel base classes

See laravel/framework#40471

github.com/wintercms/wn-cms-module - 36df5259461aa6d612e123d502a61ba5a1a723a5 authored about 3 years ago
Improve support PHP 8.1 & align return types with Laravel base classes

See laravel/framework#40471

github.com/wintercms/wn-backend-module - 321d8dd37aaf5732552b39fdb915ecc548886856 authored about 3 years ago
Improve support PHP 8.1 & align return types with Laravel base classes

See https://github.com/laravel/framework/pull/40471

github.com/wintercms/storm - 4be39309cb2e2840abc58d5644ad955aeb02a9f3 authored about 3 years ago
Update dependencies to match Laravel recommendations

github.com/wintercms/wn-cms-module - b673aee4a733ce49b420dc1f9377f2aca4caa8d8 authored about 3 years ago
Update dependencies to match Laravel recommendations

github.com/wintercms/wn-backend-module - 0f7a32b6791f20ed913e3ddbec0c9663d29248e2 authored about 3 years ago
Update dependencies to match Laravel recommendations

github.com/wintercms/winter - 4b1f22b8babd684b2c45435c279bf3b56fb2fc8e authored about 3 years ago
Update dependencies to match Laravel recommendations

github.com/wintercms/wn-system-module - a2dd8f9cef7e5b2f2968df3d24bc817cdbb1fa73 authored about 3 years ago
Update dependencies

github.com/wintercms/storm - a20afa9cce637a87309458e26b673ad096307046 authored about 3 years ago
Merge branch 'develop' into wip/1.2

github.com/wintercms/storm - 5c2d2b03a25da0b4ab68ff83a9fb5d5d0d480e7d authored about 3 years ago
Merge branch 'develop' into wip/1.2

github.com/wintercms/wn-backend-module - ae8542ab3213ca8e63d5255feb17b511b16f011d authored about 3 years ago
Merge branch 'develop' into wip/1.2

github.com/wintercms/wn-cms-module - 55317f890972e369b47846e5e403c04221022101 authored about 3 years ago
Merge branch 'develop' into wip/1.2

github.com/wintercms/winter - defe2843039727c785958d2d491ba7775d3aba9a authored about 3 years ago
Merge branch 'develop' into wip/1.2

github.com/wintercms/wn-system-module - 704d6c39633f000e28b9a7c1f3dbcd98b5af25a5 authored about 3 years ago
Add support for the Laravel asset() helpers (#426)

Related: https://github.com/wintercms/storm/pull/67

github.com/wintercms/winter - 9cb42fc6ca1839293b8409f2488e2c361661af48 authored about 3 years ago
Update modules/system/console/MixCompile.php

Co-authored-by: Ben Thomson <[email protected]>

github.com/wintercms/wn-system-module - 5c275400b96223a5769ae77141e472c3421b1794 authored about 3 years ago
Update modules/system/console/MixCompile.php

Co-authored-by: Ben Thomson <[email protected]>

github.com/wintercms/winter - 2ff9ad250b3d24b8e3930772a218ef25b7f53e56 authored about 3 years ago
Fields completion WIP

github.com/wintercms/vscode-extension - 1c0fa7e5b8bb15d2a03684e22df147531fb4c275 authored about 3 years ago
Small grammar tweaks

github.com/wintercms/docs - a849b796d0cc76ca3bf89db7a3c0b6f90e597dc8 authored about 3 years ago
Document use of path symbols in winter.mix.js

github.com/wintercms/docs - 2c3c3b2bf49e96995e84242434f94aa12fbf84b0 authored about 3 years ago
Fix mix:compile & mix:watch commands

Also added additional checks to improve developer experience when running the commands.

github.com/wintercms/wn-system-module - 7344110fe1419fa071460db93f512834367d4e8e authored about 3 years ago
Fix mix:compile & mix:watch commands

Also added additional checks to improve developer experience when running the commands.

github.com/wintercms/winter - 6808a7a698dbdd64f7bd58d9de5a9a548178ea72 authored about 3 years ago
Correct dependency -> dependecies to reflect what the properties actually are

github.com/wintercms/docs - fbfa1846f83b1fb32e5b03a9cd3db0e8dc7d9a0b authored about 3 years ago
Remove usage of DIRECTORY_SEPERATOR, Windows supports both separators so this it was unnecessary.

github.com/wintercms/winter - b3dc49f64919f5245aa5b824dbd52a9f253c1a71 authored about 3 years ago
Remove usage of DIRECTORY_SEPERATOR, Windows supports both separators so this it was unnecessary.

github.com/wintercms/wn-system-module - 863b3b770c123a5dbd15a8af135a841853db0779 authored about 3 years ago
Document automatic registration for mix packages

github.com/wintercms/docs - c11ac2f88c6b40048647522ec921971d0578c48f authored about 3 years ago
Improved Japanese translation (#446)

Credit to @tukuyo

github.com/wintercms/wn-backend-module - e15dd37b42f463f3f16589d3db7a0acb7089c812 authored about 3 years ago
Improved Japanese translation (#446)

Credit to @tukuyo

github.com/wintercms/wn-system-module - 042ab0fb2f7f557ea5029d1c71421eda5abc7dc6 authored about 3 years ago
Improved Japanese translation (#446)

Credit to @tukuyo

github.com/wintercms/wn-cms-module - e196a9da76d43e137f56a4c9703b292277c4a6ba authored about 3 years ago
Improved Japanese translation (#446)

Credit to @tukuyo

github.com/wintercms/winter - cf5ae34f5adfa17f18d7f8f381a2fc73330b744a authored about 3 years ago
Automatically add laravel-mix as a package.json dependency if desired

github.com/wintercms/winter - cdfae4abd1b33eaea1f1359fdcdbe734a81c1972 authored about 3 years ago
Automatically add laravel-mix as a package.json dependency if desired

github.com/wintercms/wn-system-module - 0739b4fca459e4d0c8ead17d53d48d8900a273b5 authored about 3 years ago
Add modification of package.json to mix:install and TTY passthrough support

github.com/wintercms/winter - 236ac3929ffd1b7079a89e635ff648b47fe5dc8a authored about 3 years ago
Add modification of package.json to mix:install and TTY passthrough support

github.com/wintercms/wn-system-module - 72960c87264abfb1a5d9661141901b296b337e31 authored about 3 years ago
Use relative paths in the MixAssets manager

github.com/wintercms/winter - 1cbbd6474d74b0b93f3f86819d64d3a67bc7766f authored about 3 years ago
Use relative paths in the MixAssets manager

github.com/wintercms/wn-system-module - 2d7a224694ca7a6a56557334fecdcdb9d8e4cff8 authored about 3 years ago
Support installing previously unregistered Mix packages for valid modules, themes, & plugins.

github.com/wintercms/winter - b2de281815f82404a6d2dce248f921ecdf5e2031 authored about 3 years ago
Support installing previously unregistered Mix packages for valid modules, themes, & plugins.

github.com/wintercms/wn-system-module - c6a403f1fb530decf0df75901f161f4e97c047b1 authored about 3 years ago
Initial work on form behaviour auto-complete and schema

github.com/wintercms/vscode-extension - 7b5878e576f44f3edff5c4e1d3035d547828c047 authored about 3 years ago
Hide VS Code extension for now

github.com/wintercms/meta - a0d96bbae751881a4fed00ca3e36bbb76bb938d7 authored about 3 years ago
Update recommended VSCode extension to the official Winter CMS extension

See: https://github.com/wintercms/vscode-extension
Refs: #432

github.com/wintercms/winter - 5a1367177aa4092761b87666721853157cfc17cb authored about 3 years ago
Update README and publish extension

github.com/wintercms/vscode-extension - 3eb1f1e8d20a12ad497b26a1038b76456f338e8f authored about 3 years ago
Remove unneeded file

github.com/wintercms/vscode-extension - daf27b52562996210932469f3df72a8ea3b97643 authored about 3 years ago
Add extensions assets and definition

github.com/wintercms/vscode-extension - c5438c8e60416e30ab6e4f475fd13cb0eede4d0d authored about 3 years ago
Implement autoregistration of Laravel Mix packages for modules, plugins, & themes.

Also renamed default to winter.mix.js instead of winter-mix.js started on the mix:install suppor...

github.com/wintercms/winter - 1085be50b55f3e62686c108e9c5b385cdd086a6a authored about 3 years ago
Implement autoregistration of Laravel Mix packages for modules, plugins, & themes.

Also renamed default to winter.mix.js instead of winter-mix.js started on the mix:install suppor...

github.com/wintercms/wn-system-module - 6b490a8524d250db2401b812d2e20279b048541e authored about 3 years ago
Add system Twig filters / functions

github.com/wintercms/vscode-extension - 176c449597d6dce2cd2ce2b5bdc460629f563828 authored about 3 years ago
Add extra Twig definitions

github.com/wintercms/vscode-extension - da6ab96b98e9b0ac5cb45fdaa1abe449708280e8 authored about 3 years ago
Add Winter language definition and syntax

github.com/wintercms/vscode-extension - 8ff72f4a826f643741778c4abd9a2b8f326e427a authored about 3 years ago
nowrap table column (#52)

github.com/wintercms/docs - 08083d7b2b5e37f026e7107570ed55c46ba272de authored about 3 years ago
front-end -> frontend

github.com/wintercms/docs - 5dfe1d439ea35e28b5249c7f001a0c2f8b24eb43 authored about 3 years ago
Merge branch 'develop' into wip/snowboard

* develop: (25 commits)
Use the asset helper for static assets
Added asset filter & function...

github.com/wintercms/wn-cms-module - 08c337c716c35f5b7253b52b5655760975ef87f7 authored about 3 years ago