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

Add support for allowCustom in dropdown fields

Replaces #151. Credit to @RomainMazB

a9e73df008da38da842c9cce4251708f7a834415 authored 12 months ago
Increased caching time for combine resources (#1038)

67f2adf390d840b4e224d2a580045c4717afb0e5 authored about 1 year ago
PHP 8.3: Incrementor Fix (#1031)

05331b20c68ce615fbf0c1429c7461ffac80ce00 authored about 1 year ago
Use app birthday parameter instead of checking for plugins

Refs #639

3d44bd6226cbaf9a2ae006be6e0e416cab08e9e5 authored about 1 year ago
Translations for Turkish language (#1013)

a3783178c0442d9fc816a80d6f58c81df0bdb3b1 authored about 1 year ago
Improve detection of renames to SVG

87741b61393b7fa455821b339ff9eccf1a4e7c92 authored about 1 year ago
Run media library files through Svg sanitizer when renaming to SVG extension

2359409148c9ab56c9f9460583fa73612b315455 authored about 1 year ago
Initial work on the create:test command (#824)

f48502fce4b0c507b8430b5229c5bddfd8f508ca authored about 1 year ago
Improved Russian translations (#1011)

471ddec06698e6ba188424c95da803feb6fea4c1 authored about 1 year ago
Add support for batched jobs (#1009)

Refs: laravel/framework#32830

709472ac0c33db2d967df553360e200d550255e3 authored about 1 year ago
Populate migration file with actual model fields (#935)

Documented by https://github.com/wintercms/docs/pull/165

2309b05e127575d01ad02f80e7c8086a70577b8b authored about 1 year ago
Improve progress bar styles (#1002)

General :
Added striped background to active progress bar
The background was animated, but wit...

af305adce4b95c593e7c7d77f544c7d5e37097ff authored about 1 year ago
Fix install error for some paths (#989)

Fixes #988.

Instead of str_replace (which instead of truncating the leading directory from th...

de3d79678656e57d7cbf8ffbd7eb1c3c39b1caad authored over 1 year ago
Add indexes to sessions table (#978)

Refs: https://github.com/laravel/framework/commit/113ade3d557328d0e9b175bb4047cb1c58d33194

9f482dc8caa181aef2208402be803780aacbbe9a authored over 1 year ago
Updated Latvian translations (#975)

c33287331dafc2482cc55d8728dde7008416a2f5 authored over 1 year ago
Share variables shared via View::share() with Twig templates (#969)

Fixes #630

This allows global variables populated by the View::share('name', 'value') method ...

e251bf5358badd1100f58101b730503a07c86d1c authored over 1 year ago
Don't fallback to app.develop for develop.debugSnowboard, disable by default.

a880b3d8b7506d88eec67553570a38930aaac1fe authored over 1 year ago
Improve error reporting of invalid Twig extensions

c570060a7612cdaf80056d2dc5b390ed202ce2ce authored over 1 year ago
Recompile Snowboard

8ce935a8a23a3422483e50c84137686d76f8d47b authored over 1 year ago
Allow request to disable stripe loader

Set the "stripe" option to false in the request options.

0a6b466a3715a405e935c1033a22cebb2e228ff3 authored over 1 year ago
Defensive programming tweaks for some Snowboard extras

Fixes some intermittent errors with certain requests - mainly JS-driven requests that have no el...

5ad44dbfb64f72f3e9426ab86c1e04e5aba903fc authored over 1 year ago
Resolve promise if "beforeUpdate" event is cancelled

This provides a way to cancel the updating of partials, but still allow the rest of the request ...

f97cf4202a71fa021bdcae890a1d574afb2f6153 authored over 1 year ago
Put mail template style tags in the head (#951)

1a51f3e025a91c509ca9d9b05bddf2c8fe692bf0 authored over 1 year ago
Fix URL regex for detecting absolute URLs in Snowboard URL utility

The previous iteration broke if someone was using a single domain (ie. "localhost")

89e742cef6f7e1d98ac8a63d72eef4ab76bb1f6c authored over 1 year ago
Use the new Url().asset() helper for loading snowboard extras styling

c34e23d176ab2302cf1b2f29bd310661fd0eb42d authored over 1 year ago
Typo fix and recompile snowboard assets

f99631cfe61c03e8d085d56a9661a3a85f859ff9 authored over 1 year ago
Merge branch 'develop' of github.com:wintercms/winter into develop

1eddc50d1065c69680293697dec65526da733321 authored over 1 year ago
Added support for Asset URLs in Snowboard

- Added url().asset() method to the Url Snowboard plugin
- Switched the AssetLoader Snowboard pl...

d32cf8cf722f427fe59b034ef115e014e366a2c3 authored over 1 year ago
Add support for "grid" repeater (#926)

By setting "mode" to "grid" in the repeater config, the repeater will be formatted as a grid and...

e5354f941553f292e05502ecc56bf2b2bce58589 authored over 1 year ago
Code tidying for console commands

Also switches theme:list, plugin:list, and mix:list to output nicely formatted tables.

aac97e0a7dd52fb490599a5c6963607f2394d5fe authored over 1 year ago
Use new hasDatabaseTable() helpers

eb2df6f0c9411cd2be86052cbde51d50d385b7db authored over 1 year ago
Limit plugins loaded for CLI requests when database is configured but not initialized yet

Related: octobercms/october#3208. This issue surfaces when deployment tools attempt to run vario...

6ac5d428ba5de5a16a8d1b9fdc7208d5a23c72fb authored over 1 year ago
Minor code tidying

e6b8721afe9466038aad5f1ec1805b784e0ae299 authored over 1 year ago
Fix exception when accessing a SettingsModel before the table exists

Related: octobercms/october#3208. This solves an issue when attempting to access any SettingsMod...

8648624fb637acdaf1eed6647b618ee8f8375148 authored over 1 year ago
Add GH action for manifest update

bb668889039502bd8583278e169ca97866817b83 authored over 1 year ago
Make Clear button in the recordfinder visible (#937)

Credit to @der-On

653ed004e9608861e8b7755739640b33d6a729f7 authored over 1 year ago
Finish implementing the create:migration command

01c332e9f8a6a35feb8241e79a5bc443223a1618 authored over 1 year ago
Add support for getPlugin() helper on scaffolding commands implementing the HasPluginArgument trait

6fce28e68c6450eebfeb32efbf94e145a929856f authored over 1 year ago
Reuse getPluginVersions() in getPluginVersion()

330b40c24422e9e5c7680b291c2671600bdfbee8 authored over 1 year ago
Add support for --uninspiring flag on code generation commands

7c762eb8f5f64a98ed68446c0cf054570cf229c4 authored over 1 year ago
reorder imports

d0c2a27748e6c1f97d86af4aabdb6666f75d0bb4 authored over 1 year ago
Remove unnecessary imports

ef68f0bcbc67e193c7837ba1bd2dd1c43ed76e45 authored over 1 year ago
Add getPluginVersions() to PluginBase

88b524ca6ed57d9ba0375121f82fb5d4ee7418ef authored over 1 year ago
Add inputmode attribute to datepicker formwidget (#891)

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

ffb67028a53b09a9fc87629f8e7eae61f9ea01f1 authored over 1 year ago
Show migration messages even if an exception is thrown (#903)

Fixes #510

2381501ed7a0c6d187f8bfacf83d705beb55d048 authored over 1 year ago
Exclude ignored Mix packages from MixAssets->getPackages()

93ea06306936dafb1744c50fe96668e54638db1d authored over 1 year ago
Add visual indicator to artisan mix:list when a given package is ignored.

940830d7ad97890a0447b44ef54060327992284c authored over 1 year ago
Improved Hungarian translation (#912)

28fc49778887f1ae54627ea50c973f3d3c96f96a authored over 1 year ago
Fix ImageResizer test

813234f1054a8262746e9dd78138b9adc2e52526 authored over 1 year ago
Make "winter:util" artisan test clean up after itself

a7adcf7fdc7917167023aaee490dd98e4a9404bf authored over 1 year ago
Convert Snowboard extras to classes

Follows on from https://github.com/wintercms/winter/commit/56b7a8f47f40b81c747326352d6f8512c7426...

cf0c382608e8864c0865b40720ca7ee94b33e0b9 authored almost 2 years ago
Convert Snowboard requests to classes

For some reason, these were not true importable classes as they were using the global Snowboard ...

6c9580be550aebbdc2e455b6605a71d38e6f3749 authored almost 2 years ago
Properly handle arrayed fields when files are enabled in old framework

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

a1299acb3f9e19ea556a50b8d5da92b3a31bf5df authored almost 2 years ago
Add support for pathSymbols in asset filenames (#874)

e4f15d505060848d9b0dc3fca60c35d01b98a0b9 authored almost 2 years ago
Fix inspector depends functionality. (#710)

8a4bbd3a026cf09356900278aef42fb8c3cb35ad authored almost 2 years ago
Manually register system class aliases in test bootstrap (#863)

62c933711b9add54a68887c116ecd532b050c3e6 authored almost 2 years ago
Fixed incorrect variable

🤦

19f9bed69b01b66d45d6b7f734bfb3676170af8d authored almost 2 years ago
Fix issue where plugin replacing a version that isn't present in its version.yaml would fail

Fixes https://github.com/wintercms/wn-blog-plugin/issues/33.

Note for @bennothommo @jaxwilko ...

5b3164db262d96be58469be2a1e06dd60744cf95 authored almost 2 years ago
Improve French translations (#849)

Improve French translations

cc86ba97494b01ce49cf18fd14a6d141b62af785 authored almost 2 years ago
Fix plugin:install call inside of winter:install

Also remove Winter.Drivers recommendation

3af3afc64dba953c2b061cf6ab574a7f0cdc9a0d authored almost 2 years ago
Revert 4ed9b10

This reverts https://github.com/wintercms/winter/commit/4ed9b10b4ea1c0ca5b37e66be4275cc9321f5cc3...

ff50dd893e95c2011cfca8abb4af55f7303dfdbf authored almost 2 years ago
Return correct URLs from File->getPublicPath for non-local disks (#841)

c2aae8041ee760b35a80b1bc4918ba15e9241958 authored almost 2 years ago
Formatting Tabs UI Document (#834)

Documentation page: https://wintercms.com/docs/ui/tab

53dbec26ff1c6f3888c79a7c9fcbaf692f142992 authored almost 2 years ago
Pluralize the number of items in a folder (#830)

Also fixed the icon for Return to the parent folder

c915e8fd16477f5eb094693fa895d7c4852e96c8 authored almost 2 years ago
Allow settings model cache TTL to be configurable

d799f615fa492998942a5a90399a3e8310692975 authored almost 2 years ago
Fix issue with JSON parser treating datetimes as floats

a356d09a530094e49726f034b218f3db2a29f68a authored almost 2 years ago
Updated and improved Latvian translations (#828)

2e19b4773cabaa87e8e773263b819027f7b0b012 authored almost 2 years ago
Improve handling of plugins stored in mixed case folders

8249762efdf7aee09d199ea3c3a6a6e888d97a5e authored almost 2 years ago
Significantly refactor backend widget loading

- Move most shared vendor files used in Backend widgets and UI to separate vendor file
- Remove ...

b9c57bf6d0e5523724c4014bc35eb787186e94fa authored almost 2 years ago
Fix issue with autoloading modules (#792)

c41c3edf6bbbbb950ce8ad928fd02df6e98d237e authored about 2 years ago
Classloader improvements (#779)

See wintercms/storm#72

07833ffddaa293dedc56b8949ae624a9eba7c86f authored about 2 years ago
Improved Ukrainian translation (#766)

189c8f26ce71a71e9c4b0806faadb617913dea2c authored about 2 years ago
Add AJAX form validation to Snowboard (#777)

Refs:
- https://wintercms.com/docs/snowboard/extras#ajax-validation
- Workshop Theme examples:...

8ec2ed56c07a776b5c565048b1b353ba61cf14c0 authored about 2 years ago
Fix AuthManager tests

3ceaab6d4a52294dd9339777af5c8dd6a3d18366 authored about 2 years ago
Merge pull request #771 from wintercms/wip/improve-multidbconnection-support

Improve multidbconnection support

0d5e8ae70699863bfd051288f451b81e07e3d484 authored about 2 years ago
Improved Russian translation (#767)

ec09d2a4a4b4894301add4ed88a26d1d6816473f authored about 2 years ago
Use local app instance rather than facade

7138375f4fc0ea755c8abb7fe5958b6827d1ed06 authored about 2 years ago
Don't register backend permissions in the testing suite

8ff910ea6db349e5d00471f40060d2edb5d1131e authored about 2 years ago
Ensure backend permissions are always registered

Backend user permissions are occasionally checked in the frontend, see the Post component of the...

74d161523cb6c43525e69407b844c5aee4665734 authored about 2 years ago
Use the Storm File model's getLocalRootPath() implementation

This override is no longer required as of https://github.com/wintercms/storm/commit/c62ee79d7d8b...

6129e9f1972894ee41f7c8d68361b3c8a6c372c5 authored about 2 years ago
Allow Snowboard event listeners to be closures

026f5e32d80f98dde01d1caf881582d7d992be21 authored about 2 years ago
Pass element's maxlength to slugify and toCamel to respect field definition (#762)

64d81c006f96f766a15dae5ecb93527d920ea11b authored about 2 years ago
Allow Snowboard debugging to be controlled independently

Adds the "develop.debugSnowboard" config option to enable to disable Snowboard debugging, overri...

e829a8a11ae92909d0fa897c74e2deecc4172109 authored about 2 years ago
Show required indicators on checkbox fields (#754)

b4be4ceaf3d5cf31eb9ed8d51536b8207a60f508 authored about 2 years ago
Allow component assets to be mirrored by "winter:mirror" command

157ec15ab02d6ab4b2750f1c16e59ad0310dd10a authored about 2 years ago
Added CLI signature to mix:list command

d42bab1c4815022184107f56d7856cae57679f2c authored about 2 years ago
Update jobs tables to support Laravel 9 (#730)

Updates `failed_jobs` table to add missing `uuid` column. This also updates the `payload` and `e...

a0bb5b2d85d5458e4dd4464f837acf7aff3737b5 authored over 2 years ago
Add migrate to list of protected commands (#733)

Prevents issues with unelevated plugins that expect the database to exist always.

5a9df1e2069bf1275318ba6ceeed15603843b47d authored over 2 years ago
Removed NPX from webpack bin call (#728)

5b0211778a76c6378b948ab5f52cb1cb58345722 authored over 2 years ago
Add test case for getParentData method in AJAX framework

c41fd7dda5289cb7c0719f566b924c9e59184666 authored over 2 years ago
Merge branch 'develop' of github.com:wintercms/winter into develop

431d1792ce911935ce46b58a59a30e7a41e263c7 authored over 2 years ago
Recompile Snowboard

321dcf4e7c671460ee814bb62f4fb02fe281a9fb authored over 2 years ago
Allow for custom AJAX error responses to be passed through handlers

dd836c98f5b0a2c5a8085bee646ba0acbe771fcb authored over 2 years ago
Allow detached AJAX request to be called with 2 params

This allows Snowboard.request() to be called with two params, assuming that no element is attach...

54866718275fc1eb7dd3b0a39b5b7def7a6f9045 authored over 2 years ago
Improve IDE knowledge of the PluginBase object

de63bca37cfedbc1dcaf60746820b26ef0843fd2 authored over 2 years ago
Fix support for data-request-parent

Fixes bug introduced in https://github.com/wintercms/winter/commit/9637b67c239c1e9a5d4a3057beb30...

dd2bd7bf8df76fae8f5d7ea2a9596b35195e7528 authored over 2 years ago
Adjust lookup for bootstrap in "winter:test" (#724)

- If no bootstrap is provided in "phpunit.xml", the standard Winter CMS bootstrap is used.
- If...

5b08130977966ca6ff2b2a9cfc252a0d4f9b3819 authored over 2 years ago
Remove flash messages that are converted to JS flash

This stops the original flash messages from remaining on the page once shown.

8845e8fa80ab30b57a1858575bedf74c42235875 authored over 2 years ago
Fix support for inline-options on checkboxlist form fields (#511)

Credit to @ArchimedeSolutions

e0a7f253df0997b47b45ba75277b51b640ebeb30 authored over 2 years ago
Allow input overrides to still function

The fixes in https://github.com/wintercms/winter/commit/9637b67c239c1e9a5d4a3057beb3062fb5a56069...

f2f593de203c2d0b72e295d8bcbc3e6387c31795 authored over 2 years ago