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

Update introduction page

github.com/wintercms/docs - 98ca8e1c4197569fe8dc917f1b8f3b9dd265658e authored over 2 years ago
Tweak TOC links

github.com/wintercms/docs - 109407f3fd7a2d267381c22acdb39110ff562820 authored over 2 years ago
Allow a page to be set as the active page

github.com/wintercms/wn-docs-plugin - a08223934a361a6c058cf3259780f3c90bea6519 authored over 2 years ago
Add initial docs page component

github.com/wintercms/wn-docs-plugin - edd54b223fb600cfcf95fdfd79d381c451a99b28 authored over 2 years ago
Disable indexing of docs for now

github.com/wintercms/wn-docs-plugin - 1e61acc3ce082f101035e6c396ca9915bca4c3b7 authored over 2 years ago
Fix UTF-8 characters displaying incorrectly

github.com/wintercms/wn-docs-plugin - 5a25d8a535f86cc1250475af1a754308311dfa5c authored over 2 years ago
WIP indexing of Markdown docs

github.com/wintercms/wn-docs-plugin - 4f15eabdc8bb169e77d4898f1cd71fad66891896 authored over 2 years ago
Further work on Markdown Documentation processing

github.com/wintercms/wn-docs-plugin - 1c68b3e0e5131ac097e3b68f647da4e4b094c61d authored over 2 years ago
Add initial page interface method

github.com/wintercms/wn-docs-plugin - 0d904bbe0517d1a43b424aa1694dc3b60fa2993e authored over 2 years ago
Introduce page map concept

github.com/wintercms/wn-docs-plugin - 6b7cf8075b33f35b18e04547f58075a7d8dadb49 authored over 2 years ago
Add MUCH better manipulation of Markdown files

github.com/wintercms/wn-docs-plugin - 354c70ec55af9c538e8ff9e4fdd6e5b3578c7cac authored over 2 years ago
Move ignored paths to documentation config

github.com/wintercms/wn-docs-plugin - 24a264a677174847395f1e6fadf7540b91487797 authored over 2 years ago
Ignore stupid Mac files

github.com/wintercms/wn-docs-plugin - b7008c50070c995f151d71c7d376a9ede4dec0c2 authored over 2 years ago
Remove unneeded use cases

github.com/wintercms/wn-docs-plugin - 8ddf97180eaa0dad0c5d8ae091daed027b74ea55 authored over 2 years ago
Remove TNTSearch dependency

github.com/wintercms/wn-docs-plugin - a27ee988ef924acca92ffa6d82f9caafbe01abc1 authored over 2 years ago
Add .md suffix to links

Should improve support for Markdown editors and traversing the docs. The Docs plugin will strip ...

github.com/wintercms/docs - bb627da3992d16395bf42e3f7aaee22b6783e3de authored over 2 years ago
Clean up and simplify docs

- Remove table of contents, we'll generate this automatically
- Remove header anchors, we'll gen...

github.com/wintercms/docs - 3fa2e621c4f5d6ae6981cb00bbd814fc30b82214 authored over 2 years ago
Update Node dependencies

github.com/wintercms/vscode-extension - a0afd913497c08ed842a7e39f86084f79f007619 authored over 2 years ago
Sponsor button added (#8)

github.com/wintercms/vscode-extension - c671487ac5e48bb935ed745fdea3235241408ffd authored over 2 years ago
Update Composer dependencies

github.com/wintercms/cli - f107b605aa5f61547d3f16e306788552219b7c21 authored over 2 years ago
Merge branch 'wip/api-parser' of github.com:wintercms/wn-docs-plugin into wip/api-parser

github.com/wintercms/wn-docs-plugin - c445f5a3f6f46ba9b9b0ff0a92872ede4d569ae1 authored over 2 years ago
WIP processing Markdown documentation

github.com/wintercms/wn-docs-plugin - 00f6549b958485813f5476934d8c89ea2b1f7803 authored over 2 years ago
Add root page, correct ignored paths

github.com/wintercms/docs - ccdf7bf1328b25ae125c79f0f24d06a41231d56c authored over 2 years ago
Refactor docs into folders to support Docs plugin usage

This is a proposed new format for the docs that follows a more logical structure and more closel...

github.com/wintercms/docs - 688672287cac251c1b32db860d00bbd813131746 authored over 2 years ago
Merge branch 'main' into wip/1.2

github.com/wintercms/docs - a7381449c042926f30d6b92863482f50c4e0eec0 authored over 2 years ago
Tweaks to array source trait

As per comments for https://github.com/wintercms/storm/commit/221dcb2c89197b7c09036c5b796131bba8...

github.com/wintercms/storm - 91993e2bd1eef4477b2304f8c5ddf021bc1c7d32 authored over 2 years ago
Add Array Source trait (#87)

This commit introduces the ability to create an "array source" model which provides arbitrary re...

github.com/wintercms/storm - 221dcb2c89197b7c09036c5b796131bba8c1d76e authored over 2 years ago
Fix code smell

github.com/wintercms/winter - 01aa5fb6af9d78742abbabdb3c606c9d0d5e9a24 authored over 2 years ago
Merge branch 'develop' into wip/1.2

github.com/wintercms/wn-system-module - fd392987a397194d3db6715f3a320e34a65618ec authored over 2 years ago
Merge branch 'develop' into wip/1.2

github.com/wintercms/winter - 582725b25b4e9f4ce1dfa8175ad31237e1da8b70 authored over 2 years ago
Adjust early termination of requests from success/error

The "success" and "error" callbacks would previously stop any further request handling from taki...

github.com/wintercms/winter - 2e4e55690b2ac7c97968407d644b4128e0bf1ba3 authored over 2 years ago
Adjust early termination of requests from success/error

The "success" and "error" callbacks would previously stop any further request handling from taki...

github.com/wintercms/wn-system-module - f6cbb4918eb3ad6bbce402482cc845bbf7ad978a authored over 2 years ago
Revamp Plugin Manager (#501)

Reworked the internal disabled status checking and monitoring system for plugins.
Added better ...

github.com/wintercms/wn-system-module - 34dc6e5725062410d9967c732daf5c6583233589 authored over 2 years ago
Revamp Plugin Manager (#501)

Reworked the internal disabled status checking and monitoring system for plugins.
Added better ...

github.com/wintercms/winter - 1bbfb67d8c2d243bf25a79cc5c5ed635360d5e77 authored over 2 years ago
Removed deferable from redis provider (#85)

See https://github.com/wintercms/winter/pull/501

github.com/wintercms/storm - dff4e6e2f150c059fd1934e4cac3dcbc99af638e authored over 2 years ago
Ported laravel cache provider without implementing deferable (#84)

Required for wintercms/winter#501. See also wintercms/winter#493
Also removed upsert tests ref:...

github.com/wintercms/storm - 6d950462bf8aaf8a3d5189030797b6b39b2ea7d6 authored over 2 years ago
Add installation instructions (#35)

github.com/wintercms/wn-translate-plugin - d8e7f6c421b8eb22f768e797acbd1439b9b4e6c9 authored over 2 years ago
Increase stale check to 6 months

github.com/wintercms/winter - 7e1cdeccacc15241a6d425c7ec06cefa7f83c708 authored over 2 years ago
Added French translation (#8)

github.com/wintercms/wn-forum-plugin - 0ac2ceac5e49c516b59bb0477d6040c5fdee50fa authored over 2 years ago
Allow decompilation of local assets that match local URL

https://github.com/wintercms/winter/pull/552 introduced a change where all backend assets are co...

github.com/wintercms/winter - 805b95b490245289ce1149ce3cd772d000a137b7 authored over 2 years ago
Allow decompilation of local assets that match local URL

https://github.com/wintercms/winter/pull/552 introduced a change where all backend assets are co...

github.com/wintercms/wn-backend-module - 08c8e60584210600ef85b9c4ba239898de94725b authored over 2 years ago
Let composer resolve current php process in scripts (#563)

Commands like php8.1 composer.phar install resulted in a successful installation but failed duri...

github.com/wintercms/winter - 2dca142d6166ae140893ddbd44cd696d4cbb2f71 authored over 2 years ago
Merge branch 'develop' into wip/1.2

github.com/wintercms/winter - 5b4ca048148007f9f605cdb625b31a2742cb3419 authored over 2 years ago
Merge branch 'develop' into wip/1.2

github.com/wintercms/wn-system-module - 0df17a0c697796feebfa983854e1763666f64f66 authored over 2 years ago
Fix track input not keeping timeout

github.com/wintercms/wn-system-module - 022dc78fd6e6755ce355cc05136adb0fed9d2318 authored over 2 years ago
Fix track input not keeping timeout

github.com/wintercms/winter - 5e5080b5a05415bb2c2d105f7012c58b83da4006 authored over 2 years ago
Add example of defining the plugin name argument in the command signature

github.com/wintercms/docs - e9d2e2acf991c059e51c1f3e523ca958f90b3f16 authored over 2 years ago
Document the ProcessQuery CLI command trait

github.com/wintercms/docs - 2ce21ac54ca7237be12211934b577accc0b69f66 authored over 2 years ago
Added ProcessesQuery console helper trait to make processing large numbers of records easier.

github.com/wintercms/storm - c9a83dced9b5e0da9ae685bb41feff45df355ffb authored over 2 years ago
Improve error handling of invalid values provided to the DatePicker FormWidget

github.com/wintercms/wn-backend-module - 734cfe871034da6fe25248b58b8130a8dbd212b2 authored over 2 years ago
Improve error handling of invalid values provided to the DatePicker FormWidget

github.com/wintercms/winter - f758984b7cabc18944c2f1fd170f9915b178d373 authored over 2 years ago
Merge branch 'develop' into wip/1.2

github.com/wintercms/winter - d526db3c2893142c0adb997b926619923084a26a authored over 2 years ago
Merge branch 'develop' into wip/1.2

github.com/wintercms/wn-backend-module - c3c0279e5017d9bad6f0b7a238adacdb7700a415 authored over 2 years ago
Add jQuery AJAX prefilter as early as possible

github.com/wintercms/wn-backend-module - 80c7c022c230fdad08099b7c6d5cd99754554f74 authored over 2 years ago
Add jQuery AJAX prefilter as early as possible

github.com/wintercms/winter - e32ebdfb809d71f4b1cb1f3e2cfd8252ed0266da authored over 2 years ago
Add link to Asset Compilation (#81)

Credit to @Akaj-lab

github.com/wintercms/docs - fd9f029f3462566b01e5c4bc0df19c76e1bf5907 authored over 2 years ago
Fix support for Pivot models in 1.2

Credit to @bennothommo in https://github.com/wintercms/storm/commit/a78075898ff70e6114c3339bfd69...

github.com/wintercms/storm - 0f7e0ffc9070c9170169da566bff46695731393a authored over 2 years ago
Update src/Filesystem/Filesystem.php

github.com/wintercms/storm - 6356bd28c3298430dcae597301e4e0ccb2cf5dd0 authored over 2 years ago
Update src/Database/Behaviors/Sortable.php

Co-authored-by: Luke Towers <[email protected]>

github.com/wintercms/storm - bebff184dd271a299dddcea608b8facd22b2c97e authored over 2 years ago
Update src/Database/Behaviors/Purgeable.php

Co-authored-by: Luke Towers <[email protected]>

github.com/wintercms/storm - e8f880f572e18c641019c643461da63178fe3be0 authored over 2 years ago
Make the Pivot use the AsPivot trait, add parent accessor

github.com/wintercms/storm - a78075898ff70e6114c3339bfd690b4c0a99b085 authored over 2 years ago
Add type hints

github.com/wintercms/storm - 02b5b98ec0dd20cfe0008f211ce3e498f4b5db8f authored over 2 years ago
Add type hints to all File attachment methods

github.com/wintercms/storm - a200219dd1a93995b5a33ea4e6b369d9c6e9b9c3 authored over 2 years ago
Update src/Database/MorphPivot.php

Co-authored-by: Luke Towers <[email protected]>

github.com/wintercms/storm - 5645a5b9ada5252a1f0a0d4d3bdfedc9034b0456 authored over 2 years ago
Update src/Console/Command.php

Co-authored-by: Luke Towers <[email protected]>

github.com/wintercms/storm - 1ba308aaad6456852f75ba0193800c350104ecf7 authored over 2 years ago
Merge branch 'develop' into wip/1.2

github.com/wintercms/winter - 39f17357ab2a6e91bbf54d58e3f0d74059cf23e3 authored over 2 years ago
Merge branch 'develop' into wip/1.2

github.com/wintercms/wn-system-module - cc4372d3237ff61fa1c5c95f17b963039cfd5a9f authored over 2 years ago
Add additional debugging for errors thrown in events

github.com/wintercms/wn-system-module - a51317638412a769654186916ff31801e16b73db authored over 2 years ago
Add additional debugging for errors thrown in events

github.com/wintercms/winter - 5e1097fbacebcc3219e1c262820206ec9ca38c7e authored over 2 years ago
Merge branch 'develop' into wip/1.2

github.com/wintercms/winter - edc99c76317eaa490d39a67b88d832b9a84de2f6 authored over 2 years ago
Merge branch 'develop' into wip/1.2

github.com/wintercms/wn-system-module - 0d1b64e4e33a1b4a2423787d4091eeabe8259d7f authored over 2 years ago
Abstract Snowboard plugin constructors and destructors (#561)

Previously, Snowboard plugins had been written to append the main JavaScript constructor. While ...

github.com/wintercms/wn-system-module - 962036a9b38f6b9601dabad343f285c5f2cdedca authored over 2 years ago
Abstract Snowboard plugin constructors and destructors (#561)

Previously, Snowboard plugins had been written to append the main JavaScript constructor. While ...

github.com/wintercms/winter - ec29f969cc4e9c7492c4cdd896a6885e4a114e74 authored over 2 years ago
Fix Winter.Driver urls (#5)

github.com/wintercms/awesome-wintercms - 8cb11a32685e34f81eda7e0c9747d282e9ef7d3d authored over 2 years ago
Fix link to Mandrill (#1)

github.com/wintercms/meta - f9c88ca20d81add6987cf637ef1c243793421526 authored over 2 years ago
Merge branch 'develop' into wip/1.2

github.com/wintercms/winter - 97928c996af13f54a868441d101d051c1235284d authored over 2 years ago
Merge branch 'develop' into wip/1.2

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

github.com/wintercms/wn-system-module - 4159399aef471535b0dac9406d7992afd7c4261a authored over 2 years ago
Load assets synchronously

This matches the previous behavior from the old framework, and resolves some issues with race co...

github.com/wintercms/wn-system-module - 5d349354592ba62741d7badc9222ff9729393488 authored over 2 years ago
Load assets synchronously

This matches the previous behavior from the old framework, and resolves some issues with race co...

github.com/wintercms/winter - 592f43f514a13b1964753ef3e2748d7967a4a023 authored over 2 years ago
Only call asset loader callback if assets load successfully

Matches previous framework functionality

github.com/wintercms/winter - 757c6a882320f3048e743e49ece347577123c7bb authored over 2 years ago
Only call asset loader callback if assets load successfully

Matches previous framework functionality

github.com/wintercms/wn-backend-module - 190d282c44781c2df906b022216dc18027380459 authored over 2 years ago
Allow debug calls to contain more parameters for context

github.com/wintercms/wn-system-module - 55993ee7a46ced0fcaf3df5ab8947b3fb2892931 authored over 2 years ago
Allow debug calls to contain more parameters for context

github.com/wintercms/winter - 368f57d39afe7b405446c3834ddc85ecfb483449 authored over 2 years ago
Fix mail driver plugin links

github.com/wintercms/meta - 0ee54070f1d36a87e2692baf62265562730f595b authored over 2 years ago
Improve ReportingAPI error handlign

github.com/wintercms/wn-matomo-plugin - 126b80b0168ad55273f9eaa06146332b907e43e0 authored over 2 years ago
The data config plugin is registered as "dataConfig"

github.com/wintercms/docs - 5b9d222b2f32abcfc390f8ce536fbafb260eb1fa authored over 2 years ago
Add docs for "mix:update" command

github.com/wintercms/docs - 2a06b7f640cef10d039d297be423e4d768a41027 authored over 2 years ago
Merge branch 'develop' into wip/1.2

github.com/wintercms/wn-backend-module - 8b110c3dda93dd215c0a6e0e5cbae8c5430933bd authored over 2 years ago
Merge branch 'develop' into wip/1.2

github.com/wintercms/wn-system-module - 7810fd05e63464a0f41ba1d489a92c59759fdacd authored over 2 years ago
Merge branch 'develop' into wip/1.2

github.com/wintercms/winter - 14f9de003c0c7385ff4442477697ffc977de9aac authored over 2 years ago
Added TailwindCSS-based scaffold to the create:theme command

github.com/wintercms/wn-cms-module - a998ed716a1c0f89dd02f9c5f7fc4a9917ede47c authored over 2 years ago
Added TailwindCSS-based scaffold to the create:theme command

github.com/wintercms/winter - 3862bf284e4abf3ff6386a8ff755d4fe7d0d8c2e authored over 2 years ago