Ecosyste.ms: OpenCollective

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

github.com/wintercms/winter

Free, open-source, self-hosted CMS platform based on the Laravel PHP Framework.
https://github.com/wintercms/winter

Don't provide twig.environment.cms as a singleton

If you need to use the CMS Controller's Twig instance then you should call getTwig() directly on...

7dd0eb1b7fb4d9b0c0ea3d9816630a7f1d7f05f6 authored over 2 years ago by Luke Towers <[email protected]>
Fix typo in MediaManager.php (#616)

Fix typo in reference to MediaLibrary, fixing an error when getting vector image thumbnails in t...

1218cd6cf94b9d7d2fafaa237238cea4499d91cc authored over 2 years ago by Chris Sadler <[email protected]>
Make wikimedia-merge-plugin less greedy by default

Since the recommended way to install plugins is to use Composer, this greedy configuration would...

e05a20eddc28b0cb4eb6fa8b048fc319cca467ae authored over 2 years ago by Luke Towers <[email protected]>
Fix fixture paths for case-sensitive filesystems

Fixes #619

5561d6aa31ecf17ff93f4e305006875870f8fb7a authored over 2 years ago by Luke Towers <[email protected]>
Update testing command in GitHub Actions

1212c764f7a183d14008d11b9044f1cc7dc550d7 authored over 2 years ago by Ben Thomson <[email protected]>
Remove submodule

894e4063fc3963b87608fdf4d279bc1dbd1efafe authored over 2 years ago by Ben Thomson <[email protected]>
Automatically inject bootstrap into winter:test command

This commit also enforces some testing environment variables at the process level.

43468b3b9fea6919f17e649dc3604cc1ee1b056b authored over 2 years ago by Ben Thomson <[email protected]>
Small typo fix (#612)

583f1f40633f28a721ea2a84ed1ffc6108007303 authored over 2 years ago by Arvis Lācis <[email protected]>
typo fix

Thanks @arvislacis for noticing

459b541e3521ffc1116210a5121979a113293ad8 authored over 2 years ago by Luke Towers <[email protected]>
Update AutoDatasource->lastModified return type

Updates to match the DBDatasource & FileDatasource

cbe43569a7a407b7036d44b62466b5bbff94850f authored over 2 years ago by Luke Towers <[email protected]>
Document app.tempPath

Documents https://github.com/wintercms/storm/pull/89/files

fdbe42a78a60f2caeea0e4dd62ed1b68d5607408 authored over 2 years ago by Luke Towers <[email protected]>
Add winter:password as an alias for winter:passwd

Easier to verbally communicate and have it "just work"

ee3006e2a66805801cf2fd4f263d3277de729a33 authored over 2 years ago by Luke Towers <[email protected]>
Update GH actions for official 1.2 release

e565728f555bd27f065a2e995e3219b8f91d3fad authored over 2 years ago by Luke Towers <[email protected]>
Merge pull request #148 from wintercms/wip/1.2

Support Laravel 9 / PHP 8.1

74c3bbddbda71400553caa2a2d5364f7c5712931 authored over 2 years ago by Luke Towers <[email protected]>
Merge branch 'develop' into wip/1.2

6f12f8a4797972dd97b400dd87c73594dbcb18cc authored over 2 years ago by Luke Towers <[email protected]>
Improved Russian translation (#605)

f84ba7c14f9c68d1f4acb3932ba63e6405ddabf9 authored over 2 years ago by WebVPF <[email protected]>
Update maximum supported PHP version for 1.1 (#603)

Fixes #601

e764d0f54f7d259be849224cde4d8c4890aa52f4 authored over 2 years ago by Mike Robinson <[email protected]>
Update EditorConfig link (#602)

3ee25c39123955d1cad300997a4ae853ba24a3db authored over 2 years ago by WebVPF <[email protected]>
Fix issues with accessing the expected context variables inside of Twig macros.

This fixes #578 by adding the ability to pass the CMS Controller instance to the CMS Twig Extens...

5b8d189df4cd1f7fdf8e318f111543b85a0e2613 authored over 2 years ago by Luke Towers <[email protected]>
Actually finish the test

e2683d8041ca356743717ac7bbccfec8f3a81aab authored over 2 years ago by Ben Thomson <[email protected]>
Add unit test for #578

77f4606265e244166587478112f4140d5808131b authored over 2 years ago by Ben Thomson <[email protected]>
Add create:job scaffolding command

c8d576713afb5ef9d1b0dd634d1f76e6c67541c7 authored over 2 years ago by Luke Towers <[email protected]>
Add aliases for base test classes for compatibility

7586151d0edaa17477dee6ca52fbc498e581f34b authored over 2 years ago by Luke Towers <[email protected]>
Default to public visibility for the local disk

See https://github.com/wintercms/winter/issues/503

f05aba73877a06d23aed4ab7e16c7a27bd011cb2 authored over 2 years ago by Luke Towers <[email protected]>
Remove plugin from pluginFlags property if it has no active flags

Fixes an issue that occurs when removing the last flag from a plugin doesn't re-enable it.

6d23e217551c259be0853b7d025a7271b96bf5b9 authored over 2 years ago by Luke Towers <[email protected]>
Cleanup unnecessary imports

b52d4ac27510fec953356a0584a50b7e16931526 authored over 2 years ago by Luke Towers <[email protected]>
Merge pull request #596 from wintercms/wip/1.2-fix-mediamanger-thumbnail-view

[WIP] 1.2 - Fix MediaManger Thumbnail View

c9a72b885bf88cea86ecc6558a4a7fc346e7b18b authored over 2 years ago by Luke Towers <[email protected]>
Code style fixes

b29d1b988348e071790970ddce31c1678a9c2ef0 authored over 2 years ago by Luke Towers <[email protected]>
Code review

Removed a bunch of thumbnail generation related methods that are no longer required now that the...

585949abc4fc9295bfc48c7acbd96dfebd1a3521 authored over 2 years ago by Luke Towers <[email protected]>
Added lazy resizing support for thumbnail view in media manager

a31fa1b1d276873e749f805f7ba9688f7d2b5e6b authored over 2 years ago by Jack Wilkinson <[email protected]>
Fix return type in placeholderFunction (#594)

c0119a09ce29ad034025a2dde654fb7819ed9cdf authored over 2 years ago by Romain 'Maz' BILLOIR <[email protected]>
Added defaults to brand settings config calls (#595)

60f06512c330908275aaa13128b20a41278bc765 authored over 2 years ago by Jack Wilkinson <[email protected]>
Fix constructor signature in User Throttle model

b90b4fe869011f2ad8c33b3d0750bdb16db9fc17 authored over 2 years ago by Ben Thomson <[email protected]>
Fix constructor signature in Meta class

e13c4534db93ccf32d285a0d95692974ace7002c authored over 2 years ago by Ben Thomson <[email protected]>
Code analysis tweaks (#589)

Implements fixes to some breaking changes introduced in https://github.com/wintercms/storm/pull/64.

0add2263b8296b0e23acadb2cb43fb3d66989814 authored over 2 years ago by Ben Thomson <[email protected]>
Merge branch 'develop' into wip/1.2

ce63a34a8b7d09e3b93a5ab3c858611e4ceb8855 authored over 2 years ago by Ben Thomson <[email protected]>
Apply consistent path normalisation to fix Windows test

bbc53388d4e1982f52ca332077a90dc23140cc73 authored over 2 years ago by Ben Thomson <[email protected]>
Use the ImageResizer for resizing and cropping in the MediaManager (#577)

This implements support for the ImageResizer within the media manager for thumbnail resizing & i...

725fbc03f65c515f357f2da73a3c28de74129dbe authored over 2 years ago by Jack Wilkinson <[email protected]>
Fix view maker unit test for Windows

3ff036088787b08450526cae99c1fe7660784512 authored over 2 years ago by Ben Thomson <[email protected]>
Added fix to ensure correct normalization and return (#588)

Fixes https://github.com/wintercms/winter/issues/569

0860a7af92c29d937f618b792fe6f8943ef3b509 authored over 2 years ago by Jack Wilkinson <[email protected]>
Merge remote-tracking branch 'origin/develop' into wip/1.2

5ccde6fb46ac4e8a65316e183949ebde566d705d authored over 2 years ago by Ben Thomson <[email protected]>
Outputs time respecting backend preferences (#572)

e211bede7fbefbb6edadbf1c31d2c15ac5157fce authored over 2 years ago by Arvis Lācis <[email protected]>
Bump minimum Laravel version to 9.1

See https://github.com/laravel/framework/commit/63ca843643e86fb69efc901051ae079c89a7fd09

e58c76894548cae8993cc2471f12cdd432d0a1cb authored over 2 years ago by Luke Towers <[email protected]>
Fix site relative partial paths failing in 1.2 (#587)

Matches the behavior of the ViewMaker in the 1.1 branch more closely by checking if the partial ...

7a25524f737b8c4a612f917900e0a276d43bd447 authored over 2 years ago by Ben Thomson <[email protected]>
Switch back to using Laravel CacheServiceProvider

Partially reverts part of https://github.com/wintercms/winter/commit/1bbfb67d8c2d243bf25a79cc5c5...

3dd8d61ae4f132eb1efb9e7b79f5812b08efda9e authored over 2 years ago by Luke Towers <[email protected]>
Rebuild Snowboard agian

5a0649de72896b5acf3f006f6bd6095b84f71b39 authored over 2 years ago by Ben Thomson <[email protected]>
Revert "Rebuild Snowboard"

This reverts commit ba986fa923724f9d1c961a7541a588d9e120b36e.

4085a734b65c62fb9dd30f48d8e740eca1f30ce7 authored over 2 years ago by Ben Thomson <[email protected]>
Rebuild Snowboard

ba986fa923724f9d1c961a7541a588d9e120b36e authored over 2 years ago by Ben Thomson <[email protected]>
Allow a string selector for the form in a request

4e43366f7d128c6253f161f75ed96dcc7eddf080 authored over 2 years ago by Ben Thomson <[email protected]>
Allow a string selector for the form in a request

fe312dff1a3f65f9ec8de8f64340f8ef44625682 authored over 2 years ago by Ben Thomson <[email protected]>
Merge branch 'develop' into wip/1.2

5201d710cbc8a36d42c06c81fadcf20c86d46cd1 authored over 2 years ago by Ben Thomson <[email protected]>
Use correct line breaks for Windows tests

2497b8dc7b57f599fa2d8e37960d4fb9c9941301 authored over 2 years ago by Ben Thomson <[email protected]>
Backport ViewMaker tests from 1.2 branch

8f7c5048052f1fa4e8b7214b11c0846fa86f628c authored over 2 years ago by Ben Thomson <[email protected]>
Add additional testMakePartial cases to ViewMaker unit tests (#586)

5870275b211452a93a96fa750780ae0b33c4ec81 authored over 2 years ago by Marc Jauvin <[email protected]>
Added replaced plugins to the normalize map to ensure classloader namespace aliasing detects replacements (#585)

9e4e36bad712830bee47d4904521cbc684bf5238 authored over 2 years ago by Jack Wilkinson <[email protected]>
Split tests into relevant module folders

This splits the testing suite into the separate modules as appropriate in order to improve the r...

7fe167c41fc2007e44201dff60136bdd083bf2b4 authored over 2 years ago by Jack Wilkinson <[email protected]>
[FIX] Fix plugin flags not loading from cache correctly (#582)

Fix issue where flags would not be set correctly from cache

64b82f0241fbed0ee13616154437f12c2b94e2bc authored over 2 years ago by Jack Wilkinson <[email protected]>
farsi spelling correction (#579)

bbf12c875b15f228645325a014cb98c4718d7f57 authored over 2 years ago by Reza Lael <[email protected]>
Moved plugin replacement namespace aliasing into register replacement method (#580)

Required to ensure that plugins that are marked as invalid to replace others will not have their...

225313f38334c839fad1ad3e224e2bf7832f1002 authored over 2 years ago by Jack Wilkinson <[email protected]>
fix typo

018d39f0c86a4489b61d524eab38d6e1ebf80061 authored over 2 years ago by Marc Jauvin <[email protected]>
Add Winter 1.2 as version option in bug report

7652da88d072b761271ffebaa4f22ab671874bbe authored over 2 years ago by Ben Thomson <[email protected]>
Improve reliability of cache:clear

This improves the reliability of the cache:clear command by not requiring the custom winter cach...

74b9df6e36678ceae15ecd2dadac67c0111ede37 authored over 2 years ago by Luke Towers <[email protected]>
Fix code smell

01aa5fb6af9d78742abbabdb3c606c9d0d5e9a24 authored over 2 years ago by Ben Thomson <[email protected]>
Merge branch 'develop' into wip/1.2

582725b25b4e9f4ce1dfa8175ad31237e1da8b70 authored over 2 years ago by Ben Thomson <[email protected]>
Adjust early termination of requests from success/error

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

2e4e55690b2ac7c97968407d644b4128e0bf1ba3 authored over 2 years ago by Ben Thomson <[email protected]>
Revamp Plugin Manager (#501)

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

1bbfb67d8c2d243bf25a79cc5c5ed635360d5e77 authored over 2 years ago by Luke Towers <[email protected]>
Increase stale check to 6 months

7e1cdeccacc15241a6d425c7ec06cefa7f83c708 authored over 2 years ago by Ben Thomson <[email protected]>
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...

805b95b490245289ce1149ce3cd772d000a137b7 authored over 2 years ago by Ben Thomson <[email protected]>
Let composer resolve current php process in scripts (#563)

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

2dca142d6166ae140893ddbd44cd696d4cbb2f71 authored over 2 years ago by David Lüder <[email protected]>
Merge branch 'develop' into wip/1.2

5b4ca048148007f9f605cdb625b31a2742cb3419 authored over 2 years ago by Ben Thomson <[email protected]>
Fix track input not keeping timeout

5e5080b5a05415bb2c2d105f7012c58b83da4006 authored over 2 years ago by Ben Thomson <[email protected]>
Improve error handling of invalid values provided to the DatePicker FormWidget

f758984b7cabc18944c2f1fd170f9915b178d373 authored over 2 years ago by Luke Towers <[email protected]>
Merge branch 'develop' into wip/1.2

d526db3c2893142c0adb997b926619923084a26a authored over 2 years ago by Ben Thomson <[email protected]>
Add jQuery AJAX prefilter as early as possible

e32ebdfb809d71f4b1cb1f3e2cfd8252ed0266da authored over 2 years ago by Ben Thomson <[email protected]>
Merge branch 'develop' into wip/1.2

39f17357ab2a6e91bbf54d58e3f0d74059cf23e3 authored over 2 years ago by Ben Thomson <[email protected]>
Add additional debugging for errors thrown in events

5e1097fbacebcc3219e1c262820206ec9ca38c7e authored over 2 years ago by Ben Thomson <[email protected]>
Merge branch 'develop' into wip/1.2

edc99c76317eaa490d39a67b88d832b9a84de2f6 authored over 2 years ago by Ben Thomson <[email protected]>
Abstract Snowboard plugin constructors and destructors (#561)

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

ec29f969cc4e9c7492c4cdd896a6885e4a114e74 authored over 2 years ago by Ben Thomson <[email protected]>
Merge branch 'develop' into wip/1.2

97928c996af13f54a868441d101d051c1235284d authored over 2 years ago by Ben Thomson <[email protected]>
Load assets synchronously

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

592f43f514a13b1964753ef3e2748d7967a4a023 authored over 2 years ago by Ben Thomson <[email protected]>
Only call asset loader callback if assets load successfully

Matches previous framework functionality

757c6a882320f3048e743e49ece347577123c7bb authored over 2 years ago by Ben Thomson <[email protected]>
Allow debug calls to contain more parameters for context

368f57d39afe7b405446c3834ddc85ecfb483449 authored over 2 years ago by Ben Thomson <[email protected]>
Merge branch 'develop' into wip/1.2

14f9de003c0c7385ff4442477697ffc977de9aac authored over 2 years ago by Ben Thomson <[email protected]>
Added TailwindCSS-based scaffold to the create:theme command

3862bf284e4abf3ff6386a8ff755d4fe7d0d8c2e authored over 2 years ago by Luke Towers <[email protected]>
Establish base Snowboard framework in Backend (#548)

This PR establishes a base Snowboard framework in the Backend. While we won't likely have any sp...

f79e672a13404bd1bbba6bd0d182fc1fdcdd08e2 authored over 2 years ago by Ben Thomson <[email protected]>
Small refactor to workflow utilities (#555)

Refactored workflow utilities to use STDOUT & STDERR

20ac7f6773951346a9d5551437b4292e80082859 authored over 2 years ago by Jack Wilkinson <[email protected]>
Normalize versions pulled from the version.yaml

Fixes an issue where a plugin switches from no v prefix in version identifiers to having a v pre...

af311f7001d9f07c802166faafaa0d5715a2dc78 authored over 2 years ago by Luke Towers <[email protected]>
Remove blog plugin from repo

ae2e2985ad15df1b3f64462787332cdd0f772d1c authored over 2 years ago by Ben Thomson <[email protected]>
Force resized images to be regenerated when the source image changes (#178)

This should fix https://github.com/wintercms/winter/issues/177, but it will cause all existing i...

78a720146145fcf234fbbb412c049e4f4440b094 authored over 2 years ago by Luke Towers <[email protected]>
Respect app.asset_url in AssetMaker (#552)

907393a5865362c89132fb6a276e7649ecb5d840 authored over 2 years ago by Jack Wilkinson <[email protected]>
Remove Workshop theme from repo.

Accidentally committed in last commit

40e625cbd21a07682e9ba75f194ea31963f1ec1e authored over 2 years ago by Ben Thomson <[email protected]>
Drop "oc-" prefix for icons introduced in Font Awesome 6.

We're only keeping that prefix for backwards compatibility, so no need for the prefix on new ico...

6ac09adf9d438f65fda7fb2148fe571f84f99230 authored over 2 years ago by Ben Thomson <[email protected]>
Include brand icons, small optimisation

051826c9d84b4f746e60e22e9b6dbe37c0a3ce36 authored over 2 years ago by Ben Thomson <[email protected]>
Merge branch 'develop' into wip/1.2

6cec274a4da3c1009eb397ef928d27d656c98f9d authored over 2 years ago by Ben Thomson <[email protected]>
Manually optimise shimmed icon CSS

4ca721cbd811cc76bf9bc78c1bfa10b3758ad40a authored over 2 years ago by Ben Thomson <[email protected]>
Revert "Optimise shimmed icon CSS"

This reverts commit f8be6d7e85bf0bbadcb19294d7309843f6a0eb1f.

5e3e9efcf58dbb95f3030cc87c53670c2b66bc1a authored over 2 years ago by Ben Thomson <[email protected]>
Optimise shimmed icon CSS

f8be6d7e85bf0bbadcb19294d7309843f6a0eb1f authored over 2 years ago by Ben Thomson <[email protected]>
View Maker guessed paths can be null

a64422be20f646e04c347c60d89ba4e403936481 authored over 2 years ago by Ben Thomson <[email protected]>
Fix prefixed shims overriding entire element with FA font

e6440daf051281db3c69068d906b0cc842c59298 authored over 2 years ago by Ben Thomson <[email protected]>
Fix icon usage for ReportContainers, AssetList, & Table widgets

01d926a50a6f264adfeb7cad8fe119b42c7fea96 authored over 2 years ago by Luke Towers <[email protected]>