Ecosyste.ms: OpenCollective

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

github.com/wintercms/wn-system-module

Read-only mirror of the System module for Winter CMS.
https://github.com/wintercms/wn-system-module

Replaces october/ssstem

b2682cee5ee4e20ea24da61c1364ab2038308bc6 authored almost 3 years ago by Luke Towers <[email protected]>
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...

de304884950be4c7e6661d6674944528ca025a16 authored almost 3 years ago by Marc Jauvin <[email protected]>
Add asset alias for Snowboard extras css (#464)

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

44de4fc17e3723ccb5afba6e9da12a8221a97dec authored almost 3 years ago by Luke Towers <[email protected]>
Temporarily disable extra functionality in the VersionYamlProcessor

9eb4359b47031b52786f3ec5d0335593b5a9a2cc authored almost 3 years ago by Luke Towers <[email protected]>
Temporarily disable VersionYamlProcessor

f5e5da3b25cb3ec4b6f84b6b47c39d20aa829c8e authored almost 3 years ago by Luke Towers <[email protected]>
Compile client side translations

8347ca7d67d1fe84292880905d6cf6a2b7eb27dc authored almost 3 years ago by Luke Towers <[email protected]>
Merge pull request #455 from wintercms/wip/twig-environments

Refactor Twig registration and usage

0e71d5cc6ce5b6be8955a4ea65c1cd14be04fe2d authored almost 3 years ago by Luke Towers <[email protected]>
Code style fix and replaced use of {% filter %} in the demo theme

aac08b208723f61bfda994c0e29e01d7d6304903 authored almost 3 years ago by Luke Towers <[email protected]>
Add AssetCombiner aliases for Snowboard (#459)

3c51a9135424896e56bc140529308b4345279c9d authored almost 3 years ago by Luke Towers <[email protected]>
Polyfill {% filter %} token removed in Twig v3

05dec4fac2a1312be2e2906c144c1d80eb4ec768 authored almost 3 years ago by Luke Towers <[email protected]>
Retain spaceless tag in Twig (#456)

Keeps the {% spaceless %} ... {% endspaceless %} tag available in Twig 3.x for Winter CMS backwa...

fc4ede1a02598889fe52ed8c129cb262e620c966 authored almost 3 years ago by Ben Thomson <[email protected]>
Fix Twig type hints

e1891212d4b19133bd29cd4eb1c40a7b08dd3c87 authored almost 3 years ago by Luke Towers <[email protected]>
loadTemplate($name) -> load($name)

Required as of Twig v3

bfad742e33010c74c132a13c399aa9d0dd97429d authored almost 3 years ago by Luke Towers <[email protected]>
Refactor CMS Twig environment.

Credit to @SeriousKen for the original work in https://github.com/octobercms/october/pull/3575

aff321179d160eb7bb892105cf949121fc1a9a1b authored almost 3 years ago by Luke Towers <[email protected]>
Initial work on refactoring the Twig usage to use separate environments as required

dc7c8e7e87e658a06e518a30f7ed8c4efeb28b97 authored almost 3 years ago by Luke Towers <[email protected]>
Revert changes to winter:install, ConfigWriter uses ArrayFile internally

97d3db5760cb4acb176d48dfe7b0e1bab1a5493f authored almost 3 years ago by Luke Towers <[email protected]>
Fix winter:env test

25d58893d6eaa48b5454744f0f00c0d47f4e71fb authored almost 3 years ago by Luke Towers <[email protected]>
Fix botched merge

b2e9d8cd98af90238ceb088feec518815ad92f68 authored almost 3 years ago by Luke Towers <[email protected]>
Bring in line with changes to the storm PR

366b7fce17904861886598b93276d3c0bddbfe25 authored almost 3 years ago by Luke Towers <[email protected]>
Merge branch 'wip/1.2' into wip/config-file

# Conflicts:
# modules/system/console/WinterEnv.php

62d44cb2172b0424396a9a07bcb1aefbbdef8214 authored almost 3 years ago by Luke Towers <[email protected]>
Only normalize plaintext files when generating FileManifests

862309e53c5fe05060218ebafa9df6ce70fa64b1 authored almost 3 years ago by Luke Towers <[email protected]>
Remove debugging code

16ad4787d175ea2c4815856d0ab5d5282be7c4cf authored almost 3 years ago by Luke Towers <[email protected]>
Don't defer registering module routes

Related to https://github.com/wintercms/storm/commit/290303c740fd7c413e14c3c2092a498fa45de854

a0313af5a8f3b7d58ed56d635f33cce926891e12 authored almost 3 years ago by Luke Towers <[email protected]>
Merge branch 'develop' into wip/1.2

# Conflicts:
# modules/system/ServiceProvider.php

33f57a6b362fe1a97e084f1d4a3a4827139fd025 authored almost 3 years ago by Luke Towers <[email protected]>
Don't load plugin routes if routes are cached

818fa56b39622b501ec1fd7ac3e6a5f0a9af4834 authored almost 3 years ago by Luke Towers <[email protected]>
Initial support for command autocompletion

Run `artisan completion --help` for instructions on setting up command autocompletion for your t...

860b07f248950b5eaee957022bca0f64d52c1746 authored almost 3 years ago by Luke Towers <[email protected]>
Merge pull request #401 from wintercms/wip/snowboard

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

df8094c7b110638569101ba56db66f272042cd02 authored almost 3 years ago by Luke Towers <[email protected]>
Move CMS console commands into the CMS module

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

bcddf7afde0994a2a9c9321c4de7123776426c3b authored almost 3 years ago by Luke Towers <[email protected]>
Cleanup console command return types

18bee0788c633bd4e7b6ecaa7b39accc1db5c82a authored almost 3 years ago by Luke Towers <[email protected]>
Update modules/system/classes/MixAssets.php

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

3671f6351d9c51888958b18400c082f49fe8783b authored almost 3 years ago by Luke Towers <[email protected]>
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...

a18038ccf8e317d3818e425af9f6a7090387903c authored almost 3 years ago by Luke Towers <[email protected]>
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...

b3944fe57eb8adac660cf0fa2e6d118b38a2ec4d authored almost 3 years ago by Luke Towers <[email protected]>
Update dependencies to match Laravel recommendations

a2dd8f9cef7e5b2f2968df3d24bc817cdbb1fa73 authored almost 3 years ago by Luke Towers <[email protected]>
Merge branch 'develop' into wip/1.2

704d6c39633f000e28b9a7c1f3dbcd98b5af25a5 authored almost 3 years ago by Luke Towers <[email protected]>
Update modules/system/console/MixCompile.php

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

5c275400b96223a5769ae77141e472c3421b1794 authored almost 3 years ago by Luke Towers <[email protected]>
Fix mix:compile & mix:watch commands

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

7344110fe1419fa071460db93f512834367d4e8e authored almost 3 years ago by Luke Towers <[email protected]>
Remove usage of DIRECTORY_SEPERATOR, Windows supports both separators so this it was unnecessary.

863b3b770c123a5dbd15a8af135a841853db0779 authored almost 3 years ago by Luke Towers <[email protected]>
Improved Japanese translation (#446)

Credit to @tukuyo

042ab0fb2f7f557ea5029d1c71421eda5abc7dc6 authored almost 3 years ago by Yoshio Tsukuda <[email protected]>
Automatically add laravel-mix as a package.json dependency if desired

0739b4fca459e4d0c8ead17d53d48d8900a273b5 authored almost 3 years ago by Luke Towers <[email protected]>
Add modification of package.json to mix:install and TTY passthrough support

72960c87264abfb1a5d9661141901b296b337e31 authored almost 3 years ago by Luke Towers <[email protected]>
Use relative paths in the MixAssets manager

2d7a224694ca7a6a56557334fecdcdb9d8e4cff8 authored almost 3 years ago by Luke Towers <[email protected]>
Support installing previously unregistered Mix packages for valid modules, themes, & plugins.

c6a403f1fb530decf0df75901f161f4e97c047b1 authored almost 3 years ago by Luke Towers <[email protected]>
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...

6b490a8524d250db2401b812d2e20279b048541e authored almost 3 years ago by Luke Towers <[email protected]>
Fixed typo

a3b4c06a61008fe1f470950ebc4955175db6163f authored almost 3 years ago by Luke Towers <[email protected]>
Merge branch 'develop' into wip/snowboard

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

7014d2924218fb397b15d742e38109eeedabd145 authored almost 3 years ago by Luke Towers <[email protected]>
Use the asset helper for static assets

Also removed the duplicated asset() Twig function.

This helps improve support for Laravel Vapor.

5e698762a4fab40641b9225a5d5c3637d9c46901 authored almost 3 years ago by Luke Towers <[email protected]>
Added asset filter & function versions of all System Twig filters (#428)

68ccc850def2642900699ab93910ab8158ba8bfe authored almost 3 years ago by Jack Wilkinson <[email protected]>
Improve Persian translations (#423)

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

4da3ccab318bf00b8ed5eeb7363ec57df840037c authored almost 3 years ago by rezalaal <[email protected]>
Tidy up

ac9bfedeac9c3ce7bfd2e91fd76e85757ee617ad authored almost 3 years ago by Luke Towers <[email protected]>
Attach default permissions to the publisher role

6d7ae341c398d187b0984809f972e15dd6e70a05 authored almost 3 years ago by Luke Towers <[email protected]>
Altered order of operations to ensure modules are seeded before plugins (#419)

20b643ad3bd50d039ec339250af1cf684f8545c0 authored almost 3 years ago by Jack Wilkinson <[email protected]>
add docblock for the JS sanitizer

9def6c61ab98eaef81a977b1745b9868ce05fee8 authored almost 3 years ago by Luke Towers <[email protected]>
Update modules/system/assets/js/snowboard/utilities/JsonParser.js

d80257fa79d754c08f9733ff40f94202bd9732f8 authored almost 3 years ago by Luke Towers <[email protected]>
Add better event handling with getting all cookies

f8ac06832e734eb585c747003d39ae5082ec3506 authored almost 3 years ago by Ben Thomson <[email protected]>
Remove debounce

fa012ab9242a59c78a1344a4623c344ae3f34c95 authored almost 3 years ago by Ben Thomson <[email protected]>
Fix default method definition

727ea7936b8201f4b911b57c39d56a3888688e3f authored almost 3 years ago by Ben Thomson <[email protected]>
Don't sanitize partial content

98bd5b30feeea19c1a6ee73b2808c73dd6a33fc0 authored almost 3 years ago by Ben Thomson <[email protected]>
Merge branch 'develop' into wip/snowboard

adb19a2966cd982d565847e7bf1215f90ef02f19 authored almost 3 years ago by Ben Thomson <[email protected]>
Add extensibility to cookie utility

171a5cc1eeab85dd03ae8bc24c67ff5ab59228fa authored almost 3 years ago by Ben Thomson <[email protected]>
Provide additional information for the JsonParser Snowboard plugin

2f14abd7419f842d269a0c401df305093193d1f8 authored almost 3 years ago by Luke Towers <[email protected]>
Remove leftover development block comment

8f4b15806a51a8667ca3f20d3098cfa9f5423431 authored almost 3 years ago by Ben Thomson <[email protected]>
Allow fetch options to be modified

This can be done per request through the options, or via a global event.

3ce3b1b4f38961904399d290ecb69be4d8be832c authored almost 3 years ago by Ben Thomson <[email protected]>
Add simple cookie utility

938eeb8de9da4b55208e7dca086861f34e9281cc authored almost 3 years ago by Ben Thomson <[email protected]>
Process flash messages before redirect

3c259a73873f59039e2c1cbcf0f2023afe950815 authored almost 3 years ago by Ben Thomson <[email protected]>
Fix list command

ba686e61d4a3cb3256854e5740b46a4594d64941 authored almost 3 years ago by Ben Thomson <[email protected]>
Another trailing comma removed

7c17bf9e6405ef7998c1e0a38a850d6a343d002d authored almost 3 years ago by Ben Thomson <[email protected]>
Remove trailing comma

9542f1d65157fb349009f87742667a73846d0695 authored almost 3 years ago by Ben Thomson <[email protected]>
Allow arguments to be passed through to NPM/Webpack

a252442198dcf540387042f7627266dc0f868eb1 authored almost 3 years ago by Ben Thomson <[email protected]>
Only show default user warning to users that can do anything about it.

3fab4e67ab336054e3e9eda8f4fdcfe5c40775bd authored almost 3 years ago by Luke Towers <[email protected]>
Add a warning when the default admin user is detected

cffc61406e335fcf36b2c66cd535535f594d804e authored almost 3 years ago by Luke Towers <[email protected]>
Added fix to when loading config values to write in env file

27d4a5194151214d5a775ff943b9a2cf453038c8 authored almost 3 years ago by Jack Wilkinson <[email protected]>
Merge branch 'develop' into wip/config-file

123f5b22c3c1db61d30e90a55221bf1bee4d9d37 authored almost 3 years ago by Jack Wilkinson <[email protected]>
Tweaks

3bf0a919872d5ec67e8fc4f91c3e938ecbbf3517 authored almost 3 years ago by Luke Towers <[email protected]>
Tidy up commands

9dc08540968b75ebf82ceed7310881d188c4b4af authored almost 3 years ago by Ben Thomson <[email protected]>
Re-add missing file, compile extra styles

7b8a79407834d10089f78765ac32a3cca0083003 authored almost 3 years ago by Ben Thomson <[email protected]>
Compile changes from wip/framework-rewrite branch

Represents the entire current state of the Snowboard framework.

d3fefde7ac6a88acb421990e5583d18699595bb0 authored almost 3 years ago by Ben Thomson <[email protected]>
Merge branch 'develop' into wip/1.2

42e65684ce005a19fb9104a95af2fc158afe5088 authored almost 3 years ago by Ben Thomson <[email protected]>
Improve Italian translation (#394)

Credit to @ArchimedeSolutions

4e58632b720edca5a3e582496e3cc2c1a954789e authored almost 3 years ago by Archimede Solutions <[email protected]>
Remove MailBrandSettings custom CSS (#391)

Unneeded with the latest refactor of the colorpicker formwidget.

877716d07b8cd0af42684a47dc3fe35aedb71763 authored about 3 years ago by WebVPF <[email protected]>
Popup Docs UI - wrap configuration in code tags (#388)

be1f8bf975d441dcea80eede52c4ae0e8a974e69 authored about 3 years ago by WebVPF <[email protected]>
Extend abstract Yaml Processor

fe01d304f78dc3b34d4f510a905e99beb55f9408 authored about 3 years ago by Ben Thomson <[email protected]>
Fix library switcher

998edd0a47f12e69a2165475c3252dd514281611 authored about 3 years ago by Luke Towers <[email protected]>
Merge branch 'develop' into wip/1.2

* develop:
Backport changes from 1.2 and ignore public directory in default .gitignore
Updat...

dc175c9853777fc41f16f07516f4a600d029d08c authored about 3 years ago by Luke Towers <[email protected]>
Backport changes from 1.2 and ignore public directory in default .gitignore

a1f509916e230c9e08aa3a02482fd958f6b418b5 authored about 3 years ago by Luke Towers <[email protected]>
Merge branch 'wip/1.2' of github.com:wintercms/winter into wip/1.2

* 'wip/1.2' of github.com:wintercms/winter:
Update modules/system/classes/PluginBase.php

406cc598df3663aa72b1d0ba29e6d040e0228a70 authored about 3 years ago by Luke Towers <[email protected]>
Skipped failing tests for now, removed timeout on winter:test command, adjusting testing storage directory

dcece7df7c2e384a29572e9b6825102d5a4e9071 authored about 3 years ago by Luke Towers <[email protected]>
Update modules/system/classes/PluginBase.php

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

80e8ff234233c03cc24cf3a9ac8e53f1663edb83 authored about 3 years ago by Luke Towers <[email protected]>
Remove database.useConfigForTesting

Was redundant, should be using environment config (config/testing/*.php) instead

bd72fc4a0f3dd14715bd8f9c035e42e402c46baf authored about 3 years ago by Luke Towers <[email protected]>
Initial support for Flysystem 2.0

ddb616a0ceb00f6d75019966ae417822d049bc2c authored about 3 years ago by Luke Towers <[email protected]>
Use the VersionYamlParser when parsing the version.yaml file

dbef0500c9409ada9f6326aa2ea7d24280f222e0 authored about 3 years ago by Luke Towers <[email protected]>
Merge branch 'develop' into wip/1.2

* develop:
Don't try to access the system parameter database table if no database is in use

718ee5f645ef9085ff58ba0d39ea15d7601f6ec8 authored about 3 years ago by Luke Towers <[email protected]>
Don't try to access the system parameter database table if no database is in use

Fixes issue where attempting to load a static theme without a database present would fail becaus...

1f84812f5d5cc415d71b80ae04ba9ae2430135f3 authored about 3 years ago by Luke Towers <[email protected]>
Merge branch 'develop' into wip/1.2

* develop: (90 commits)
Define signature for "defineProperties" method
Add definition of "co...

cbc0ee9ff0ccc04478295f8f0342b7fe5b774388 authored about 3 years ago by Luke Towers <[email protected]>
Replace SwiftMailer with Symfony Mailer

0a1d54b5dba4a2c2b3d5ad68e1eb503b73401c47 authored about 3 years ago by Luke Towers <[email protected]>
Define signature for "defineProperties" method

826c6389ec5a627a6a22d367d240bc1735c4c636 authored about 3 years ago by Ben Thomson <[email protected]>
Update `system` french lang files (#366)

Credit to @damsfx

e17726a27988c6634d597489efd98f08c4000ffb authored about 3 years ago by Damien MATHIEU <[email protected]>
Adjust "force" option for plugin:remove

ed77a84d93fd116ac4e01fce78a261192fec7a0f authored about 3 years ago by Ben Thomson <[email protected]>
Require explicit confirmations for CLI deletions

When removing a plugin via CLI or rolling back all DB migrations, we will now require the user t...

aad44dd960464b074d87bf51eb9a83301a4e4618 authored about 3 years ago by Ben Thomson <[email protected]>
Updated dependencies

a3b9aebd5fe3c7876e086a752fe2c41fcd6a6a45 authored about 3 years ago by Luke Towers <[email protected]>
Add md_line Twig filter to expose Markdown::parseLine() (#370)

f49571aa7ba6a6a3907a0220aa216d1ad1e1d2f1 authored about 3 years ago by Matteo Trubini <[email protected]>