Ecosyste.ms: OpenCollective

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

AlchemyCMS

Alchemy is an Open Source Rails CMS engine
Collective - Host: opensource - https://opencollective.com/alchemy_cms - Website: https://alchemy-cms.com - Code: https://github.com/AlchemyCMS/alchemy_cms

Update CHANGELOG for 7.1 and 7.0 releases

github.com/AlchemyCMS/alchemy_cms - 29281b5049c42e1a33e3cdd66f8ee1a6302dcd01 authored 12 months ago
Merge pull request #2761 from tvdeyen/fix-taggable-uniq

Fix taggable uniqueness in tags admin table

github.com/AlchemyCMS/alchemy_cms - 08e93dae5aa1eb766d745c41268518edb4dc0e14 authored 12 months ago
Merge pull request #2760 from tvdeyen/fix-resource-datepicker

Fix datepicker in resource forms

github.com/AlchemyCMS/alchemy_cms - 38b51766055bb9f1d15e6e8b770ffd9eb465c54b authored 12 months ago
Fix taggable uniqueness in tags admin table

We need to check the class for uniqueness check on the
admin tags table, otherwise it will be du...

github.com/AlchemyCMS/alchemy_cms - ead8ec6b2a78af2905e6f3851c6a21f68fbd8c28 authored 12 months ago
Fix datepicker in resource forms

The attribute that the `<alchemy-datepicker>` custom element
needs to init the appropriate Datep...

github.com/AlchemyCMS/alchemy_cms - 5791a1310d66cff37ec28ab692e2589a0cf42323 authored 12 months ago
Merge pull request #2759 from AlchemyCMS/depfu/batch_dev/yarn/2024-02-29

[js] Update all development Yarn dependencies (2024-02-29)

github.com/AlchemyCMS/alchemy_cms - dd49458ffbe640ea20e42ad0585fc3c4faa5385d authored 12 months ago
Update all development Yarn dependencies (2024-02-29)

github.com/AlchemyCMS/alchemy_cms - d82af3b537a9ebc7f9f2502b687f91ed012118bf authored 12 months ago
Merge pull request #2758 from tvdeyen/remove-codeclimate

CI: Disable brakeman analysis for codeclimate

github.com/AlchemyCMS/alchemy_cms - e64fa4294ff8cc65d304b73eee964ef85363e2c4 authored 12 months ago
CI: Disable brakeman analysis for codeclimate

We already have a separate check on GH actions that
uses a more recent version of brakeman.

github.com/AlchemyCMS/alchemy_cms - e1e4c8159be230fcd9f6fd783e4ccf429540b1ff authored 12 months ago
Autoformat codeclimate.yml

github.com/AlchemyCMS/alchemy_cms - a3f79abb816cb31bdb842ad2730e83ae6b0c1388 authored 12 months ago
Merge pull request #2734 from sascha-karnatz/translation-fixes

Fix two minor translations

github.com/AlchemyCMS/alchemy_cms - c702573de18a14c48ecba218e0076ab07754faa3 authored 12 months ago
Merge pull request #2755 from tvdeyen/fix-backporting

CI: Fix backporting

github.com/AlchemyCMS/alchemy_cms - 94741be350adcd4a7ec6a35c3d29d8dabd2eff14 authored 12 months ago
CI: Fix backporting

1. Use a more readable PR title
2. Fix the condition when this action runs

github.com/AlchemyCMS/alchemy_cms - 4fb74d1476846265a71cbde148e6a8165034462a authored 12 months ago
Merge pull request #2752 from tvdeyen/fix-copy-elements-order

Fix order of elements after Page copy

github.com/AlchemyCMS/alchemy_cms - 951fd742fac5bd68926b524b605bb06dae250852 authored 12 months ago
Fix order of elements after Page copy

A page with fixed and non-fixed elements need to copy
each element group individually in order t...

github.com/AlchemyCMS/alchemy_cms - 83106b2abfc6eeea9d269cbad5654bb8cfe73401 authored 12 months ago
Merge pull request #2748 from sascha-karnatz/add-multi-tag-component

Transform the tag selector into a web component

github.com/AlchemyCMS/alchemy_cms - cdfee908acf3c6b1535ca8571afa5f9a40872696 authored 12 months ago
Transform the tag selector into a web component

it is still a Select2 select until we find a better alternative, but it is now abstracted into a...

github.com/AlchemyCMS/alchemy_cms - a1475fad3c160e3ddd7d4b9ff1526c10e1ad4a0f authored 12 months ago
Add missing translation

The select page - translation for the PageSelect View Component was missing.

github.com/AlchemyCMS/alchemy_cms - 56c74d1e5c29105b8692f786e7b0467c0a334398 authored 12 months ago
Merge pull request #2750 from tvdeyen/fix-sortable-elements

Fix sortable elements

github.com/AlchemyCMS/alchemy_cms - bd8ca2addfb55769b0f496e1c5b0f721dae0e4e7 authored 12 months ago
Fix two minor translations

The one is a german translation (which isn't used anymore) and the headline was not available in...

github.com/AlchemyCMS/alchemy_cms - 3b7ee3a3940137cb575e96a4751b9c7716d87da6 authored 12 months ago
Avoid sending sort events twice

SortableJS sends two events if you drag an element from one
nesteable elements container to anot...

github.com/AlchemyCMS/alchemy_cms - fa8a966f0adec9a59de9fd2aa403a1a719047146 authored 12 months ago
Fix sorting of nested elements of freshly created elements

Make sure that nested elements of all elements get initialized
as sortable after being created, ...

github.com/AlchemyCMS/alchemy_cms - df533be130b57a599369f7e7756ad1bc320d9229 authored 12 months ago
Merge pull request #2747 from sascha-karnatz/turbo-rails-update

Allow turbo v2.0.x

github.com/AlchemyCMS/alchemy_cms - 24c5aa6d676ed14dbe76e2dac030c31eeeddcecd authored 12 months ago
Allow turbo v2.0.x

The test are running again and the Admin UI of Alchemy CMS is still working without an issue.

github.com/AlchemyCMS/alchemy_cms - faf614e4ba82886c2911f39914023ad2e49394c5 authored 12 months ago
CI: Remove update_js workflow

It does not work and we need to update the JS packages
manually while reviewing PRs

github.com/AlchemyCMS/alchemy_cms - 0dc2f1b1183c7b442753a065c72c621f5a7b3ca1 authored 12 months ago
Update Shoelace package to 2.14.0

github.com/AlchemyCMS/alchemy_cms - a41208614f08b8b1855f69d46ee824bd209b8899 authored 12 months ago
Merge pull request #2739 from AlchemyCMS/depfu/update/yarn/@shoelace-style/shoelace-2.14.0

[js] Update @shoelace-style/shoelace 2.13.1 → 2.14.0 (minor)

github.com/AlchemyCMS/alchemy_cms - 2e76b93b8a36b6c5edcf90fb8cd4080488782359 authored 12 months ago
Merge pull request #2689 from robinboening/fix_switching_to_default_language

Fixes language switching to default language

github.com/AlchemyCMS/alchemy_cms - 2466eb116be99f2ea2b6416ef848857e88b24ec7 authored 12 months ago
Fixes language switching to default language

Closes #2632

From this commit on the language id won't be stored in the session any more
for fr...

github.com/AlchemyCMS/alchemy_cms - f63157e091adc49a75b3dbc35fa1eb35774a3002 authored 12 months ago
Merge pull request #2741 from tvdeyen/fix-svg-thumbnail-size

github.com/AlchemyCMS/alchemy_cms - 68a79c7e3df8a2dbe4b9e8aed61989d82eb64d00 authored 12 months ago
Fix svg thumbnail size

We need to use the contains attribute selector here, because
the url has a sha (for DDOS protect...

github.com/AlchemyCMS/alchemy_cms - c08935e488aa72408961556115d21b12e25e07e4 authored 12 months ago
Update @shoelace-style/shoelace to version 2.14.0

github.com/AlchemyCMS/alchemy_cms - e80d64ff16dd0805cbc616ef1ed8e5e7667e9dc1 authored 12 months ago
Merge pull request #2738 from tvdeyen/remove-file-progress

Remove Alchemy.FileProgress file

github.com/AlchemyCMS/alchemy_cms - ec9426e191293f929c1784ed36384a6d75643964 authored 12 months ago
Remove Alchemy.FileProgress file

This is not in use anymore since we refactored the file uploader

github.com/AlchemyCMS/alchemy_cms - f20a8b580ab16113620c1937f640a8e26608f233 authored 12 months ago
Merge pull request #2735 from tvdeyen/fix-tags

Fix tags view for missing taggables

github.com/AlchemyCMS/alchemy_cms - b49cf8df05bc9ea0ae51edcbee58b8530edf4a46 authored 12 months ago
Display taggables a labels

Looks nicer than the comma separated list.

github.com/AlchemyCMS/alchemy_cms - 5d9023b6d46c6d5fa9cc8b6c3728e96133e74b34 authored 12 months ago
Fix tags view for missing taggables

When the taggable has been deleted it is nil in this collection
and model_name is not available ...

github.com/AlchemyCMS/alchemy_cms - ecfb7c1d50970ef7a861a67619c9225dd1578fab authored 12 months ago
Merge pull request #2716 from AlchemyCMS/depfu/batch_dev/yarn/2024-02-08

[js] Update all development Yarn dependencies (2024-02-20)

github.com/AlchemyCMS/alchemy_cms - b679b86c561e1ce17b0be1ba7d96f5262d0bdc43 authored 12 months ago
Update all development Yarn dependencies (2024-02-20)

github.com/AlchemyCMS/alchemy_cms - 7b0056e200e01b8cb82c124952da43a1af7d7d40 authored 12 months ago
Extract picture description field

github.com/AlchemyCMS/alchemy_cms - 513a9e5ed0e67f2e79e7b4af7b910f70f1aac045 authored 12 months ago
Update CHANGELOG

Ads 7.1.2 and 7.1.3 releases

[skip ci]

github.com/AlchemyCMS/alchemy_cms - fbcc487bc83e095b21eed06bc19b4a61e5409b36 authored 12 months ago
Update tinymce package

It was recently updated

github.com/AlchemyCMS/alchemy_cms - 0113a0d8493fa0abf2391c128b62aec1d1d6fc8e authored 12 months ago
Fix(CI): Build JS packages w/o artifacts

github.com/AlchemyCMS/alchemy_cms - 19e4094ea47e23fbbd6adf74bd9c55432cb945d6 authored 12 months ago
Merge pull request #2727 from AlchemyCMS/depfu/update/yarn/tinymce-6.8.3

[js] Update tinymce 6.8.2 → 6.8.3 (patch)

github.com/AlchemyCMS/alchemy_cms - 0886adb1d3efa4934a4b31bd42376fa37e36450b authored 12 months ago
fix(CI/build): Update JS package after merge

We want to test the changes of the depenceny
in the PR, but make a seperate commit after
we merg...

github.com/AlchemyCMS/alchemy_cms - 9ba81ed6f0cdc3a829ccf5f69235ef4e76b58985 authored 12 months ago
Update tinymce to version 6.8.3

github.com/AlchemyCMS/alchemy_cms - 47697448fb32c94003fc6997beb4fbc948ca56db authored 12 months ago
Merge pull request #2730 from tvdeyen/remove-string-extension

Remove string_extension.coffee

github.com/AlchemyCMS/alchemy_cms - 59fd0b1dd4385768366307dfc962aac2cfba214d authored 12 months ago
Merge pull request #2722 from kulturbande/sort-select-list-alphabetically

Sort the element Select List alphabetically

github.com/AlchemyCMS/alchemy_cms - aa3cbefb2319190f6d9b8783b8829584c4f28458 authored 12 months ago
Merge pull request #2731 from tvdeyen/fix-build-action

fix(CI/Build): Use alchemy bot PAT to checkout code

github.com/AlchemyCMS/alchemy_cms - 977f5fd33179c3d560f7c89365853d702b4289b9 authored 12 months ago
fix(CI/Build): Use alchemy bot PAT to checkout code

This will make sure we trigger a workflow run after
we pushed the changes.

See https://github.c...

github.com/AlchemyCMS/alchemy_cms - 3093058e2230b452265a81773913b636bfd47338 authored 12 months ago
Remove string_extension.coffee

We do not use any of these methods since we refactored
a lot of javascript recently.

github.com/AlchemyCMS/alchemy_cms - dc27b7650e03d172acb0aa7d9accd4604742722f authored 12 months ago
Merge pull request #2728 from sascha-karnatz/overlay-picture-grid-row-height

Fix overlay picture grid

github.com/AlchemyCMS/alchemy_cms - a4116c2f3f8e352f01dba4fe01a295529c954b09 authored 12 months ago
Fix overlay picture grid

The grid had a very big gap between the rows, if the amount of pictures was too low. It uses now...

github.com/AlchemyCMS/alchemy_cms - cfb8bb4b17d62fa88b48b61bf75eb978032a64bf authored 12 months ago
Merge pull request #2726 from AlchemyCMS/depfu/update/main/dotenv-3.0.0

github.com/AlchemyCMS/alchemy_cms - 71cb36d035f24b5b7b664a4160c36d7ef39e73a2 authored almost 1 year ago
Update dotenv to version 3.0.0

github.com/AlchemyCMS/alchemy_cms - eb1eb8751788272e62c53c5ebc4c2645e6b56844 authored almost 1 year ago
Merge pull request #2724 from AlchemyCMS/update-backport-action

Update backport action to v9.3.1

github.com/AlchemyCMS/alchemy_cms - 4eb0b24c7c002e3a8d5f93d3de6ee61fce463d54 authored about 1 year ago
Merge pull request #2717 from sascha-karnatz/add-picture-description

Add picture description

github.com/AlchemyCMS/alchemy_cms - f3029741c597cdd7bbb6803ba8add3bea28c0ad3 authored about 1 year ago
Update backport action to v9.3.1

Removes a Node 20 warning

github.com/AlchemyCMS/alchemy_cms - 3d4356e0507beca782730ebde211e1711f534ee9 authored about 1 year ago
Add description field to picture

add a description field to each picture. This field will be used in the picture selector to pref...

github.com/AlchemyCMS/alchemy_cms - bd499e990f181bc5b336ae8a6a115371b2dd316e authored about 1 year ago
Use the picture description in picture ingredient

Use the picture description to prefill the alt_tag if not given. This value is at the moment onl...

github.com/AlchemyCMS/alchemy_cms - 1f9fca16ed06aca70cd00f24a524e43a29a26d51 authored about 1 year ago
Sort the element Select List alphabetically

At the moment the order of the elements are not in a specific order. It is easier to read if the...

github.com/AlchemyCMS/alchemy_cms - 36187ad39c64b23f59a6f2f5ce92d132828bb7c5 authored about 1 year ago
Merge pull request #2720 from sascha-karnatz/restrict-turbo-rails-version

Restrict turbo-rails version

github.com/AlchemyCMS/alchemy_cms - ab9cc52e68a7c871c560a09d5905841ea3c11f08 authored about 1 year ago
Restrict turbo-rails version

Restrict turbo-rails version to below 2 to prevent compatibility issue with the new version. The...

github.com/AlchemyCMS/alchemy_cms - 2c05018f8b7428c5a665d02f57c902fc8b3fe1de authored about 1 year ago
Merge pull request #2718 from tvdeyen/harden-element-spec

Harden edit elements feature spec

github.com/AlchemyCMS/alchemy_cms - 3e2bd7bba30b35b9bc308843416df18add4cd856 authored about 1 year ago
Harden edit elements feature spec

There is JS involved opening the dialog, so we
need to tell Capybara to wait for it.

github.com/AlchemyCMS/alchemy_cms - f370962cd76e78fbf2ff0c2ad8852cb6ce294d4b authored about 1 year ago
Merge pull request #2699 from sascha-karnatz/node-tab-in-page-configuration

Add nodes to page dialog

github.com/AlchemyCMS/alchemy_cms - 5d4c6d5a5b503da6197f9db05a5c99d975ce8eac authored about 1 year ago
Add nodes to page dialog

Add a new menu tab to page configuration dialog. This is a shortcut to create a menu entry for t...

github.com/AlchemyCMS/alchemy_cms - 061afe63619923e36fec8ed26ea1b95e150fd9c8 authored about 1 year ago
Add alchemy-growl custom component

github.com/AlchemyCMS/alchemy_cms - bab584bdc30bbe00bbebafbd4cbc21e67d789f0f authored about 1 year ago
Merge pull request #2714 from kulturbande/fix-rails-7.1-picture-controller

Fix ActionNotFound in PictureController

github.com/AlchemyCMS/alchemy_cms - 9efa7ccc3d681325488019c46255d15d7269cbd0 authored about 1 year ago
Fix ActionNotFound in PictureController

The default setting of Rails 7.1 will raise an exception if a callback action was not found. The...

github.com/AlchemyCMS/alchemy_cms - aa467525da1df94ea1ecd00706e84119459936b5 authored about 1 year ago
Merge pull request #2713 from kulturbande/patch-1

github.com/AlchemyCMS/alchemy_cms - 582d73ee77ef019a26b4cd533153498126156374 authored about 1 year ago
Update README.md

The link to the custom authentication section changed and points now to the correct URL.

github.com/AlchemyCMS/alchemy_cms - 05e3a09d13ca13cf1b3794c61477bec76d8a1a3c authored about 1 year ago
Bump main version to 7.2.0.a

github.com/AlchemyCMS/alchemy_cms - b7f1b0d49b4b6a48eb405a95c84b85433504b54c authored about 1 year ago
Update CHANGELOG for 7.1.1

github.com/AlchemyCMS/alchemy_cms - d5c4c4b8fa1c11d2083f4f4982438ea40a0d2f5e authored about 1 year ago
Merge pull request #2711 from tvdeyen/js-translation-fixes

Translate collapse all elements button

github.com/AlchemyCMS/alchemy_cms - b3569db4a9848f48f5fffdcc8fb2e4a0bdabb704 authored about 1 year ago
Merge pull request #2710 from tvdeyen/raise-page-from-width

Slighty raise page properties dialog width

github.com/AlchemyCMS/alchemy_cms - ac42cb75667afef65f17d7761d703bce2c14d16e authored about 1 year ago
Merge pull request #2709 from AlchemyCMS/depfu/update/yarn/@shoelace-style/shoelace-2.13.1

[js] Update @shoelace-style/shoelace 2.12.0 → 2.13.1 (minor)

github.com/AlchemyCMS/alchemy_cms - a1e3384d425db9e7dcf520aa20491f2254e318e5 authored about 1 year ago
Slighty raise page properties dialog width

With the parent page select it makes sense to
give it more width.

github.com/AlchemyCMS/alchemy_cms - 7e0c1356bf3e7d0191c4facded0aac00f8d5b92d authored about 1 year ago
Translate collapse all elements button

github.com/AlchemyCMS/alchemy_cms - 87bbb50c489e126d5de293f52cc420fbfd39cab0 authored about 1 year ago
Update JS packages

Rebuilt packages due to updated dependencies.

github.com/AlchemyCMS/alchemy_cms - 73495413774a02f79ae97cf01fd7cfa258c0aa60 authored about 1 year ago
Update @shoelace-style/shoelace to version 2.13.1

github.com/AlchemyCMS/alchemy_cms - 84705ce765578d1f3f5ecb68047e589b913b76c4 authored about 1 year ago
Bump version to v7.1.0

github.com/AlchemyCMS/alchemy_cms - 9e64c30f4baad10996e484e36c8a2bdf4e5d080b authored about 1 year ago
Merge pull request #2697 from AlchemyCMS/depfu/update/yarn/@rails/ujs-7.1.3

[js] Update @rails/ujs 7.1.2 → 7.1.3 (patch)

github.com/AlchemyCMS/alchemy_cms - 058f31a4f904989024e2248cbcf4fa5b6bea84d0 authored about 1 year ago
Merge pull request #2706 from tvdeyen/revert-thumbnail-quality

Revert "Set admin picture thumbnail quality to 90"

github.com/AlchemyCMS/alchemy_cms - 05ada9462fab6c2168409d103dc4420870f5d3ae authored about 1 year ago
Revert "Set admin picture thumbnail quality to 90"

This reverts commit bf6263a79dd6121c77ed096754167b63e4477802.

github.com/AlchemyCMS/alchemy_cms - d7bf0eb8db581e951909a35f99f2a2d9249cec53 authored about 1 year ago
Update @rails/ujs to version 7.1.3

github.com/AlchemyCMS/alchemy_cms - d19af6142cf6d7ccfba13a76a0a23dd9f83efa82 authored about 1 year ago
Merge pull request #2698 from AlchemyCMS/depfu/update/yarn/sortablejs-1.15.2

[js] Update sortablejs 1.15.1 → 1.15.2 (patch)

github.com/AlchemyCMS/alchemy_cms - f67b14c50f29693d925de8132664f95df5516c84 authored about 1 year ago
Update JS packages

Rebuilt packages due to updated dependencies.

github.com/AlchemyCMS/alchemy_cms - 1c51e04ea929b8c4a10c24a950b79f09fbab5a4f authored about 1 year ago
Update sortablejs to version 1.15.2

github.com/AlchemyCMS/alchemy_cms - ba5c0827d3ad74cf571c5c1adca7b1854607fd1b authored about 1 year ago
Fix JS build GH action step

We need to check for string values

github.com/AlchemyCMS/alchemy_cms - b4d94caeb63624815e992d21390a27ab47ec5e20 authored about 1 year ago
Merge pull request #2704 from tvdeyen/hide-elemen-errors-on-save

7.1 Fix UI glitches

github.com/AlchemyCMS/alchemy_cms - 1bb8212a0d2697195e494bcad96a4685d8fe20f2 authored about 1 year ago
Fix uploader visibility after upload complete

We reduce the many times we update the visible and
delegate it to the view where it gets hidden,...

github.com/AlchemyCMS/alchemy_cms - cee4f16c13a9218cf0f5c006bd198a3475a1c0ac authored about 1 year ago
Fix page status icon

We want to show that a page is online in page edit mode.
It would be confusing otherwise.

github.com/AlchemyCMS/alchemy_cms - d422db6388d0f6305d11b94fae73dc7968429c59 authored about 1 year ago
Hide element editor errors on save attempt

github.com/AlchemyCMS/alchemy_cms - edbb6626e04fbc1dd9dfa8125a3eeb74156f0916 authored about 1 year ago
Merge pull request #2705 from AlchemyCMS/depfu/batch_dev/yarn/2024-01-25

github.com/AlchemyCMS/alchemy_cms - e62b41a1b57885c8f26ea703155fa5132866313a authored about 1 year ago
Update all development Yarn dependencies (2024-01-25)

github.com/AlchemyCMS/alchemy_cms - 14f092eb40d34fde25430c47fde8d6a1cfb4cb9b authored about 1 year ago
Merge pull request #2703 from tvdeyen/revert-webp-thumbnails

[7.1] Revert WebP thumbnails

github.com/AlchemyCMS/alchemy_cms - 38f44b9535bff113ee7d02346702580996b8c6b3 authored about 1 year ago
Revert "Use WebP for all thumbnails"

This reverts commit 5ba02c14d1c8370d1cd4aea7a4b1ec56721424ca.

github.com/AlchemyCMS/alchemy_cms - 931c2137069bd792f38346e5f86ffae892fefcb8 authored about 1 year ago
Merge pull request #2702 from mamhoff/tinymce-strip-links

TinyMCE: Trim spaces from pasted links

github.com/AlchemyCMS/alchemy_cms - 03641d47ef4540a610220bcbb2c1d546bfd818d9 authored about 1 year ago
TinyMCE: Trim spaces from pasted links

It's a common occurrence for pasted content to contain a space at the
end. For links, this can m...

github.com/AlchemyCMS/alchemy_cms - 59347d8057ed8db93045d99bb848742301902910 authored about 1 year ago