Ecosyste.ms: OpenCollective

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

github.com/wintercms/wn-cms-module

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

Replace deprecated usage of ${} for string interpolation (#1032)

Credit to @josephcrowell

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

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

e92d7a21c29f35b1caa59e14faf357596cb50f08 authored about 1 year ago
Fix issue when page has no components (#993)

Triggered when getComponentProperties() called on a page with no components present.

0fd8edf2bf4c784db321f7b053b279757159112a authored over 1 year ago
Add methods to append / prepend datasources to an AutoDatasource instance

Used by the Blocks plugin to avoid nesting an autodatasource inside of another autodatasource.

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

d98d9bdf4bc4f21f80ed5f432550d98c74e90e6f authored over 1 year ago
Cache bust asset URL generation per host / scheme combination

82bcccf0b1b14db0adffe34705e1521265e86f7e 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 ...

8e47521283531a4593fced342dabc07ee9c7f831 authored over 1 year ago
Don't include null results in CmsObject::listInTheme()

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

58c05b2ee42515b48e2fde11f4d1f225e86f36cf 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...

faebcd39622704295e15a6aa4a38c953942da28c authored over 1 year ago
Code tidying for console commands

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

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

356912c257363fa7fcd36454c14027e0a82c3062 authored over 1 year ago
Make cms.beforeRoute a halting event

This change allows developers to prevent the CMS route from being registered.

An example use ...

833aed17642e4bc1f056218beb05ff41d592ecd4 authored over 1 year ago
Use a per-theme cache key for caching Theme asset URLs

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

d430d1cf5fb2dcf44ad34f80089e12c2b60fcb5c authored over 1 year ago
close parenthesis in log entry

98dda70c1ff70a2b1e5d90192db2894e670958a9 authored over 1 year ago
Avoid logging error erroneously (#923)

Fixes #922

635dd6c4dbd96ac6b969dfb2c5d8110594ec03e4 authored over 1 year ago
Add support for selecting a theme's scaffold when generating through the backend

Also fixes #915.

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

cd47b3b9492303a7c1bd145426fb5e1f4d1184cc authored over 1 year ago
Improve type hints

36bbdcdf7496e921d6a99939cb6ea9ea6480dca9 authored over 1 year ago
Allow scoped and local extensions on core controllers. (#908)

Complement wintercms/storm#134

ff928b4aa43f807af5d57ec72afb067b86a5d0e1 authored over 1 year ago
Use temporary themesPath config for CMS tests

The override for the paths in the testing environment was causing plugin tests to fail as the ba...

2121f3cb36e7125a85ca4dc4ef5a08701341c134 authored almost 2 years ago
Switch from using DIRECTORY_SEPARATOR to '/' (#898)

Fixes #895

237bc694f4109330fcc7a0a88e70d1618aa92ac4 authored almost 2 years ago
Improve type hinting

d78e6995c2662c90e4d804bf51f4267f9fc3cd21 authored almost 2 years ago
Removed unnecessary traceLog call (#880)

03b80c67a4c0ff084ca4a8425410645d9443e99e authored almost 2 years ago
Add support for single symbolized assets to theme asset URL generation

Also added tests for symbolized assets passed to the asset combiner from the themeUrl() method.

7471c3912a480e5c2e3c60708ce4788926acd7ba authored almost 2 years ago
Ignore assets using path symbols

This excludes assets using path symbols from the child -> parent theme path resolution logic.

...

25273cd28e08901fba54e066fac662fcfd93e7e0 authored almost 2 years ago
Multiple assets in combiner url (#875)

5bd6e7bd934f4a1ac5bd4b63efc89cd2d9ee39c1 authored almost 2 years ago
Add 'themes.' prefix to let work backend theme localization again (#861)

d7f136088a0cfb500656bcec643d41548983fb4e authored almost 2 years ago
Fix Class "Cms\Classes\Log" not found error (#858)

b845587b815c6858881fe1f042c0d10d3a02e483 authored almost 2 years ago
Fix typehint (#856)

aba3e8327544928a821099e68737c3731c1c43bb authored almost 2 years ago
Merge pull request #726 from wintercms/wip/child-theme

52db50102398fb0543cb0a8125b4ab1222069a78 authored almost 2 years ago
Added child theme tests

5b3d6e5472de937036ad4b4bd1f3e552f4011669 authored almost 2 years ago
Include theme Blocks in the Tailwind theme scaffold (#850)

7d3cc520a1f6ed9a3f4fc6cbf9f9499b6c20731a authored almost 2 years ago
Improved Russian translations (#847)

e2c48cfccefddd9073704dcc2581ca6b8ad10992 authored almost 2 years ago
Removed undefined var and replaced with halycon registered event

2638891053d1ea949c0d05fc1572bc4ef33f4a52 authored almost 2 years ago
Apply suggestions from code review

cf02a959397daf00f43d84f43a46b88f0b38c0eb authored almost 2 years ago
Merge branch 'develop' into wip/child-theme

159d1723306253cfe0d2ffbb0b9463a9fcfb2eee authored almost 2 years ago
Update modules/cms/classes/Theme.php

3c2ba5397a97b0185c5f65ca2ff5de2e06c92991 authored almost 2 years ago
Update modules/cms/widgets/AssetList.php

8a2b8436541c19f0d194ca23823289f8ca484bb5 authored almost 2 years ago
Update modules/cms/classes/Controller.php

9aab0c8eabf2d29f9c574d4dc1fd06528d072fb7 authored almost 2 years ago
Update modules/cms/classes/Controller.php

0f146b18a170704b85d05178f5eb85865ae68d6b authored almost 2 years ago
Update modules/cms/classes/Controller.php

81923fb80423bb4324ff46f163e6a16903fc37cc authored almost 2 years ago
Removed whitespace

093eb41647e443d5af1e02781d7fc29a0dd22995 authored almost 2 years ago
Added Carbon cache timer

ba8d8eb8aef45346a87633b2abb9f4ff8a1d8a78 authored almost 2 years ago
Added support to the theme filter to validate parent theme for assets

5fef215f0809fd6d740693339b297812f322e39a authored almost 2 years ago
Pass the active theme code to the cms.theme.getActiveTheme event

Required for Winter.Blocks datasource registration and generally a good idea.

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

c06eee78c57bfb70ee19d5ccb22b1700eb11a8dc authored about 2 years ago
Merge branch 'develop' into wip/child-theme-autodatasource-caching

* develop:
Fix issue with autoloading modules (#792)
Add support for icon picker (#725)
Cl...

b6f39d443892e0be4cea6eba191fdd4f89fa39fb authored about 2 years ago
Added fix to allow nested AutoDatasource instances to manage their own populateCache

77aab46f618d0fae1adaaf9c68234c50dffb6c7e authored about 2 years ago
Classloader improvements (#779)

See wintercms/storm#72

e4f84db992cc46d7176a66b82a870c2b9fecedf0 authored about 2 years ago
Update Markdown content test

The CommonMark implementation of Markdown specifies that a newline should follow block-level ele...

3579e1f14ec5b243b4e9744e26438bfa2eab4515 authored about 2 years ago
Improve theme scaffolding (#778)

If gtag() is undefined an error is raised.

2c1fdc6f2c5b3d4d20431e051e5e62171e4072ec authored about 2 years ago
Set the AutoDatasource's cache key based on the current theme

0a990be7df2fad1b5393157b5115b4905284b1a0 authored about 2 years ago
Add ability to specify the cache key of the AutoDatasource

2f9e80e4f7eacae6f30559ea3c2b613728d003fb authored about 2 years ago
Merge branch 'develop' into wip/child-theme

* develop:
Fix AuthManager tests

973a90f0d3884634cd1081f2726b5d11ebbb8da7 authored about 2 years ago
Fix AuthManager tests

559a091c9770cc9a17cbfb3ec612887098653bd4 authored about 2 years ago
Merge branch 'develop' into wip/child-theme

* develop:
Improved Russian translation (#767)
Remove empty widget width option (#772)
Fix...

cbc157db7edc864e0ed1cb788f4c83a5aaaae1b4 authored about 2 years ago
Fix overlooked reference to App facade instead of local instance

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

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

1b46f52fe04d3167a7c266d7b0caab907aaf6b56 authored about 2 years ago
Merge branch 'develop' into wip/child-theme

* develop:
Ensure backend permissions are always registered

54a1af3aad3df6a0a5195ea3f2e090c59831d715 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...

146fc40c68c6f05b77bc3a82572260a72a8e87e4 authored about 2 years ago
Merge branch 'develop' into wip/child-theme

* develop:
Prevent fancy layout styling from spilling over into nested forms (#763)
Allow Sn...

fbae19c3ad60fdb8633e8654d08121e4b8a08f3d authored about 2 years ago
Improve performance of active theme resolution, add type hinting

This builds on the work originally done in https://github.com/octobercms/october/pull/3220 to fu...

29849cdd70e60a1496b95c9604bc61e74ea11a3c authored about 2 years ago
CMS Twig extension `contentFunction()` should return bool like `partialFunction()` (#746)

This allows people to use the `content` function as a conditional to add fallback content if a g...

c31a25d77f96e654c5f4cfa496e2d70d0a71ef0e authored about 2 years ago
Merge branch 'develop' into wip/child-theme

* develop:
Allow Snowboard debugging to be controlled independently
Show required indicators...

6fed3cd6a93555976642638f0d7d85618117fa51 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...

b1af05b39598330da1649d132d2cff46dc9ff6ea authored about 2 years ago
Moved backend localzation into theme activation to allow support for loading on theme activation instead of during service provider registration

992b5ef5edceb2dcfd0e6f373a707cd1a9c3b17a authored about 2 years ago
Merge branch 'develop' into wip/child-theme

4c1ac70bf00e33e059b4d945a8e9ac4a0933295f authored over 2 years ago
Added fix to prevent path duplication (#745)

238555e842f88c10f979e4597f3ef90bbfd3f789 authored over 2 years ago
Include parent theme in twig caching path

a708d0dae710036276a520e9206fb266d77be9fa authored over 2 years ago
Merge branch 'develop' into wip/child-theme

* develop:
Fix base path for FrameworkNode

890c8973ccb1d35fb64b9c4a18910a06a2c1adbe authored over 2 years ago
Fix base path for FrameworkNode

f439184766b127ff2b265cb103418e94a747c044 authored over 2 years ago
Merge branch 'develop' into wip/child-theme

* develop:
Add missing import

ee6337f11c824dee9609f1231269353bd596ee85 authored over 2 years ago
Add missing import

b75f6a3edd02173b9e5da76b9c9528c75b64cb67 authored over 2 years ago
Merge branch 'develop' into wip/child-theme

* develop:
Switch from using Request::getBasePath() to Url::asset() (#742)

97f857ba2194548ab800195646f7cb0670e8849a authored over 2 years ago
Switch from using Request::getBasePath() to Url::asset() (#742)

484190ef2f4fd1e2281f0a2de4e847a1bcb796ae authored over 2 years ago
Coding style fix

f1e3fd437a1d24177277f105f61f305db8e2e219 authored over 2 years ago
Improve databaseLayerEnabled() check

ae09ff44387b9e252f833ee432f401d7611ac34a authored over 2 years ago
Added file detection allowing per file based theme overrides

a7084677bac28ec1470b4d76427bb1f8e5e0d6fe authored over 2 years ago
Avoid Twig cache conflicts when running multiple themes

Related: https://github.com/wintercms/winter/commit/a18e3ed112c3bfb98272d6dfc3c7c3b9de3192b2

230a22dec438c3a765ce4219e796f3a8651a85a7 authored over 2 years ago
Remove unintentional debugging statement

85c507cccdd21b6ed55e70e5b0861ceae4c51fee authored over 2 years ago
Avoid cache conflicts when running multiple themes

Instead of using 4 characters split across two folders for avoiding cache conflicts just use the...

9ba125a9077e39002e82b5e2e427f0cdb689c3b9 authored over 2 years ago
Add initial support for child themes referencing combined assets in parent themes

cffb1367e4bf92f665bf5c431d0b5b5905036fe7 authored over 2 years ago
Support child themes referencing their parent theme's localization strings

1830be08b79b3c4caebc814d413d6a9a2b557891 authored over 2 years ago
Switched order of execution

75cf14ec82efbc869d732b71b5f77a89cf7a655f authored over 2 years ago
Added fix for loading items at the top of the filesystem

ba5701bde3b93ef8dbb32ec6cf3d3edd34b13620 authored over 2 years ago
Added early exit if theme directory not exists

a5bd3e647fe07ee3747e67ed9af75e4eb6c21640 authored over 2 years ago
Switched asset url generation to rely on theme assetUrl method

2363366a26da7264c35ff3f460e048dc9616452a authored over 2 years ago
Added an assetUrl helper for theme

e47866d8474df5e6825ed0510906f5ec769a2bfd authored over 2 years ago
Added initial support for allowing a theme to extend a parent theme

eac31e92d3c43619029788cf10440148bb6c5ec7 authored over 2 years ago
Add licenses

964dedf3eb7f24a05362fd59d6b5761f7cbf1265 authored over 2 years ago
Add simple notes about subsplit repos

c80608ce2864967fda7dc0c11bf8f9fcaa0c087d authored over 2 years ago
Improved German translation (#623)

Credit to @simonmannsfeld

d41144133c330c7ebb17f95c89b0ac7c47c8fb1d authored over 2 years ago
Fix base URL

57f2c069dadfa73fb140154610f85a2422849e4f authored over 2 years ago
Load Snowboard.js via the asset URL helper

Fixes an issue where assets are deployed to a CDN and not available on the local webserver.

fe00a3f3b5b5d0a42f5fb1e3bccfdb277c9b80ea authored over 2 years ago
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...

0bb9a6429c4a026cc6515f75c8551a9d19cd8544 authored over 2 years ago
Fix fixture paths for case-sensitive filesystems

Fixes #619

d4829d961330119a3e916a7802d1df0b241cda69 authored over 2 years ago