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
Fix messages controller
github.com/AlchemyCMS/alchemy_cms - 0eb763f7ec0554ca37875c6cf05c3e876835da16 authored about 1 year ago by Thomas von Deyen <[email protected]>Use value_for to read ingredient values for sending mails.
Closes #2645
github.com/AlchemyCMS/alchemy_cms - 45f9a619a5717d5bd148db01ea1bf468be934b10 authored about 1 year ago by Thomas von Deyen <[email protected]>Fix humanization for add nested element button
github.com/AlchemyCMS/alchemy_cms - 9cd2a1585d2371ceeab1762647cf6e11bc199bb4 authored about 1 year ago by Thomas von Deyen <[email protected]>Converting `nestable_element` to a symbol allows us to humanize the nestable element name.
github.com/AlchemyCMS/alchemy_cms - 1281ae795899cafe39de9db6823b1da3c23aaa65 authored about 1 year ago by Nelson Saloj <[email protected]>Update jQuery to v3.7
github.com/AlchemyCMS/alchemy_cms - 2a0cc2237da6866f4904baa2e3706ecb8746c6c6 authored about 1 year ago by Thomas von Deyen <[email protected]>Test with Ruby 3.3 stable
github.com/AlchemyCMS/alchemy_cms - b98368ae5574e12f472e715364336807da4cc188 authored about 1 year ago by Thomas von Deyen <[email protected]>
Update to latest version of jQuery and removed all possible jQuery deprecations.
Some jQuery plu...
github.com/AlchemyCMS/alchemy_cms - a282966add4bebde2a1360347532d90f2523b42d authored about 1 year ago by Thomas von Deyen <[email protected]>
Add Link button components
github.com/AlchemyCMS/alchemy_cms - 07c209509a7c61cd084e0fb977f72030a295c57f authored about 1 year ago by Thomas von Deyen <[email protected]>Symbols should be used to `send` or `define_method`s.
github.com/AlchemyCMS/alchemy_cms - bc2e5816ea50063540cc9b53a6b46ed11eb07c13 authored about 1 year ago by Thomas von Deyen <[email protected]>github.com/AlchemyCMS/alchemy_cms - 3a445c77bf40ab661eaa8097799dc3221130e8f7 authored about 1 year ago by Thomas von Deyen <[email protected]>
They need to be updated after we changed the icon_button
styles.
This makes the form behave like every other form and makes it
more accessible.
These handle all the linking, unlinking as well as value writing
and reading that the both "Link...
github.com/AlchemyCMS/alchemy_cms - e64c833a443a3e8c0990361f2197bdce70679e51 authored about 1 year ago by Thomas von Deyen <[email protected]>
github.com/AlchemyCMS/alchemy_cms - 97341ac8627d5b68a95cd3cac732acc599665f7b authored about 1 year ago by depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
github.com/AlchemyCMS/alchemy_cms - 10fb0e4d986c465fbbe5319277666d3aecce9d1c authored about 1 year ago by Thomas von Deyen <[email protected]>
It needs to be wrapped in a toolbar-button for the margin it needs.
github.com/AlchemyCMS/alchemy_cms - ecde3a60bb6e1606485dc348a3c02e97ce14749e authored about 1 year ago by Thomas von Deyen <[email protected]>With many tags this list peaks out of the dialog.
github.com/AlchemyCMS/alchemy_cms - fe6ca62e097a75ac78676c9fd38d17b2c6b18d3a authored about 1 year ago by Thomas von Deyen <[email protected]>
We need to calculate the height for fixed elements differently
than main content elements, becau...
We most not use width 100% here. The svg already has the
fix.
We do not use jquery-ui-sortable anymore.
github.com/AlchemyCMS/alchemy_cms - d9fefd8a900be2aa3c4d554ec9d3e226928c936d authored about 1 year ago by Thomas von Deyen <[email protected]>
We do not want to have a bottom border when element is collapsed.
Since elements can be nested a...
Sortable needs to be created for nested elements in a fixed element,
not the fixed element itself.
If there is no language and no site select we need to move
the tooltip
The thumbnail background color has changed to a light gray.
The spinner now needs to be dark again.
github.com/AlchemyCMS/alchemy_cms - cdc5d7c5f1097b5559df12ffdcd226dac67e905d authored about 1 year ago by Thomas von Deyen <[email protected]>
With the usage of Shoelace tabs we adjusted the padding of the
tabbed panels, but this is too hi...
Sometime on redraw (during dragndrop) the select does not have
the correct width anymore. Since ...
github.com/AlchemyCMS/alchemy_cms - 82137e7d3971da7ed8b7717ef24fa3be90eec3bb authored about 1 year ago by Thomas von Deyen <[email protected]>
The padding will cut of content on headline ingredients
github.com/AlchemyCMS/alchemy_cms - 56d05db3f074413625965d2999561114a745d1f6 authored about 1 year ago by Thomas von Deyen <[email protected]>This was accidentally removed
github.com/AlchemyCMS/alchemy_cms - 38f0a78990b36a6731adeb14060a74e1ee183c12 authored about 1 year ago by Thomas von Deyen <[email protected]>Visually highlight droppable areas
github.com/AlchemyCMS/alchemy_cms - 7b9ade7ffd9b050aa10d8a8afd90a51f2777fe3a authored about 1 year ago by Thomas von Deyen <[email protected]>These elements always ever move vertically.
github.com/AlchemyCMS/alchemy_cms - 110155339109f28185b7988bc03934d634f56a3d authored about 1 year ago by Thomas von Deyen <[email protected]>
To make it obvious where an element can be dropped to
we highlight the areas.
Use SortableJS for sortable elements
github.com/AlchemyCMS/alchemy_cms - dbda6286fb06bee862594cb0fca4a5db2bb00190 authored about 1 year ago by Thomas von Deyen <[email protected]>
All features have been migrated to more modern solutions.
Bye, bye. You have served well, but it...
github.com/AlchemyCMS/alchemy_cms - 2d6d7a0f8642d88cc781b48b9e1b0148a6ecb2b4 authored about 1 year ago by Thomas von Deyen <[email protected]>
We removed jQueryUI and with that the draggable funtionality.
Since this feature is seldomly use...
We do not use the page id in the controller.
github.com/AlchemyCMS/alchemy_cms - d5d354b9634c93d27d18ddbd6d82481f350e9cdc authored about 1 year ago by Thomas von Deyen <[email protected]>Fix imports of uploader
github.com/AlchemyCMS/alchemy_cms - f488b74ffff91d10f2ac7fff45bb7719ae089efb authored about 1 year ago by Thomas von Deyen <[email protected]>Some Rails apps do not support relative imports.
github.com/AlchemyCMS/alchemy_cms - 0466899b70e3db49fd6909f302a0dea2023a4e87 authored about 1 year ago by Thomas von Deyen <[email protected]>Fix imports of uploader
github.com/AlchemyCMS/alchemy_cms - 884521204613d40f638315513c324471d207278d authored about 1 year ago by Thomas von Deyen <[email protected]>Some Rails apps do not support relative imports.
github.com/AlchemyCMS/alchemy_cms - 52eb8f685e3af9f47071525c92ad644207fae5f2 authored about 1 year ago by Thomas von Deyen <[email protected]>
Move private functions into module. Remove the form token
argument and use getToken() as well as...
No functional change just the convert
github.com/AlchemyCMS/alchemy_cms - 2bd664aeb510135a9b8bb875dfdc16c07e453e48 authored about 1 year ago by Thomas von Deyen <[email protected]>Fix picture archive layout
github.com/AlchemyCMS/alchemy_cms - 6bf55604a444be4a7ec8f5a74b355646783379f8 authored about 1 year ago by Thomas von Deyen <[email protected]>
Makes it more obvious that this is a background for transparent
picture, like in many photo edit...
SVGs are having a transparent background and sometimes
they miss a width and height attribute.
Grid should fill columns by min size so rows with lesser
images than other rows do not center th...
Replace jquery.upload with web component
github.com/AlchemyCMS/alchemy_cms - 7b1d8344899cfef6f5634c23aa9b46436499d293 authored about 1 year ago by Thomas von Deyen <[email protected]>Add an action button to cancel all uploads. It also add the possibility to close the progress co...
github.com/AlchemyCMS/alchemy_cms - 2064cd2690b0739473863c67a85fd2b1b796f331 authored about 1 year ago by Sascha Karnatz <[email protected]>Add an error message handling to uploader response concern to response with error messages, that...
github.com/AlchemyCMS/alchemy_cms - a987bbc6079571c4e3606fcf31cfb00bdd008fbb authored about 1 year ago by Sascha Karnatz <[email protected]>Add a combination of file upload components. The Uploader component is handling the file upload ...
github.com/AlchemyCMS/alchemy_cms - 9f1cf5625c3720b2d762c8739039795e997b5b48 authored about 1 year ago by Sascha Karnatz <[email protected]>Add a small helper function for writing file sizes in an human readable format. This will be use...
github.com/AlchemyCMS/alchemy_cms - 43c72839142380df5eb84831ba3afb188f5aae20 authored about 1 year ago by Sascha Karnatz <[email protected]>
If the request is a accepts json we need to return
the error message as json.
The XHR token was not set in the HTTP header, which could lead to an unauthorized uploaded (and ...
github.com/AlchemyCMS/alchemy_cms - d560199e78cfea46daa5b561d0cba5c224e4bbe0 authored about 1 year ago by Thomas von Deyen <[email protected]>Replace the default progress - element with the shoelace progress-bar - component, to have a bet...
github.com/AlchemyCMS/alchemy_cms - 13fd58ea87d02ceb051dc9f27c1a6840641bc6de authored about 1 year ago by Thomas von Deyen <[email protected]>Remove uploader coffeescript and the jquery plugins that handled the file upload before.
github.com/AlchemyCMS/alchemy_cms - 39f2ecba18d5c337e98e15e8d56eb442ad0f6eef authored about 1 year ago by Sascha Karnatz <[email protected]>Fix Tinymce button styles
github.com/AlchemyCMS/alchemy_cms - a69317e51d9b3b9e01cd8e15db78fea5eac0ec00 authored about 1 year ago by Thomas von Deyen <[email protected]>github.com/AlchemyCMS/alchemy_cms - 2b8fa76be85fe0c5afd4fe19db9649e2a392b5e1 authored about 1 year ago by Thomas von Deyen <[email protected]>
github.com/AlchemyCMS/alchemy_cms - da56001ce1016ffcc994725b467db846c26d5ab6 authored about 1 year ago by Thomas von Deyen <[email protected]>
Buttons in Tinymce have been unevenly high after last button style update.
github.com/AlchemyCMS/alchemy_cms - 5d2791aa936b13d64684f52328b288e3f8a50492 authored about 1 year ago by Thomas von Deyen <[email protected]>[js] Update sortablejs 1.15.0 → 1.15.1 (patch)
github.com/AlchemyCMS/alchemy_cms - e6bf898bda1abd73d07425176f2147cf0a04a0a7 authored about 1 year ago by Thomas von Deyen <[email protected]>Picture archive grid layout
github.com/AlchemyCMS/alchemy_cms - 30bedf1c37c5247c170d4e3b1d3e489e56ef2315 authored about 1 year ago by Thomas von Deyen <[email protected]>and for global pages
github.com/AlchemyCMS/alchemy_cms - 972f0f9a747a3c6b78afd0752e1fb0fb07599442 authored about 1 year ago by Thomas von Deyen <[email protected]>github.com/AlchemyCMS/alchemy_cms - fa4973889952ab76f447bc3e94e516ee200fd44d authored about 1 year ago by depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
github.com/AlchemyCMS/alchemy_cms - c9e05a14dc7edf593651ef82ce3e9af060424f5b authored about 1 year ago by Thomas von Deyen <[email protected]>
This is more accessible than the title.
github.com/AlchemyCMS/alchemy_cms - 9133885a8fa998d314735da0bd80f92679843b90 authored about 1 year ago by Thomas von Deyen <[email protected]>
Align picture thumbnails with a grid to better align the thumbnails
with the name and the edit t...
Fix Overlay component
github.com/AlchemyCMS/alchemy_cms - ead97f9d0b5e4bc61e35e4a0085d83eb8c2e4a78 authored about 1 year ago by Thomas von Deyen <[email protected]>Uuuppps
github.com/AlchemyCMS/alchemy_cms - 0512beb416e8d6327366c9f5fb68a8c10639dd68 authored about 1 year ago by Thomas von Deyen <[email protected]>The please wait - overlay was not shown correctly and didn't reacted to Alchemy.pleaseWaitOverla...
github.com/AlchemyCMS/alchemy_cms - d4511bdb281c4cd42f25e3ca5c78caa6790c89f8 authored about 1 year ago by Sascha Karnatz <[email protected]>Show page locked status in page status
github.com/AlchemyCMS/alchemy_cms - a51a9337f60227a9c4ee1907edfd73e0a7f2b4a9 authored about 1 year ago by Thomas von Deyen <[email protected]>[js] Update @shoelace-style/shoelace 2.9.0 → 2.12.0 (minor)
github.com/AlchemyCMS/alchemy_cms - 48b00c1803eff3f1914d6a1febf3897406d0bbba authored about 1 year ago by Thomas von Deyen <[email protected]>
There is no reason to not allow dragndrop locked pages as this
does not effect page content.
To make this more accessible and obvious in what state a locked
page is, we show this state as w...
github.com/AlchemyCMS/alchemy_cms - 651d134280c17ae61d92f0c8392328ea48201fde authored about 1 year ago by Thomas von Deyen <[email protected]>
Fix image usage info panel icons
github.com/AlchemyCMS/alchemy_cms - 757a0e71dfc02538c8670c5d609b9f7d8d2b42ae authored about 1 year ago by Thomas von Deyen <[email protected]>We need to replace the tooltip as well.
github.com/AlchemyCMS/alchemy_cms - c9a9efa31eab37bc0d8bc0d7c920b55d7f92fdb6 authored about 1 year ago by Thomas von Deyen <[email protected]>github.com/AlchemyCMS/alchemy_cms - d3ca5f059e1ef7ca8da6552622ab513220c9dbd2 authored about 1 year ago by depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
They need to be updated after we switched to remixicons.
github.com/AlchemyCMS/alchemy_cms - d21d73d97c9b5c48d80f966d072dd7fa713202ba authored about 1 year ago by Thomas von Deyen <[email protected]>Show page status inline
github.com/AlchemyCMS/alchemy_cms - d5bacc55beb25b9ae555a8468cd8fb7207eb7081 authored about 1 year ago by Thomas von Deyen <[email protected]>It shifts the layout if positioned absolute. Since the button is already display flex we do not ...
github.com/AlchemyCMS/alchemy_cms - 78bb3e825357f2496f5956da5942d0ee1b01c60c authored about 1 year ago by Thomas von Deyen <[email protected]>In some Rails apps it does not work with relative imports.
github.com/AlchemyCMS/alchemy_cms - 56302214283d2137ced48399cd2a9489386cb437 authored about 1 year ago by Thomas von Deyen <[email protected]>It will be overlapped from themain menu otherwise.
github.com/AlchemyCMS/alchemy_cms - 46a47ebf56ac3d699fb9a38fc19aa70e40df9151 authored about 1 year ago by Thomas von Deyen <[email protected]>
This makes it more clear that these icons are status icons
and not buttons. Also we only show th...
Fix element states styling
github.com/AlchemyCMS/alchemy_cms - 2483440da50352ac3759c169be3530aa693a2c7c authored about 1 year ago by Thomas von Deyen <[email protected]>
- Slighty fade content of hidden elements
- Use correct label if element is hidden
- Hide hidden...
github.com/AlchemyCMS/alchemy_cms - 2a3d449124cd37a59cfe3b298d760ab0f45bdde1 authored about 1 year ago by Thomas von Deyen <[email protected]>
Make unselected elements blend better into the background
github.com/AlchemyCMS/alchemy_cms - 81113573bb7de8ff2dbfacd1e2a68aace451c2f4 authored about 1 year ago by Thomas von Deyen <[email protected]>
An element should never make its parent element dirty in order
to not be confused which element ...
Use Shoelace tooltip for all tooltips and hint bubbles
github.com/AlchemyCMS/alchemy_cms - e75e93330d2318ba0f6e6d2c2139eb48874f3423 authored about 1 year ago by Thomas von Deyen <[email protected]>The partial has been renamed recently
github.com/AlchemyCMS/alchemy_cms - eb99917e236620dc4731cfc34902392e46c65559 authored about 1 year ago by Thomas von Deyen <[email protected]>We can only set an element dirty if it is present
github.com/AlchemyCMS/alchemy_cms - de69d2167d5c5b032915352f094fba4af2b86c4a authored about 1 year ago by Thomas von Deyen <[email protected]>
Links displayed as buttons need to be block elements.
Using flex to make content centered.
We now use Shoelace tooltip for button tooltips,
let's use them for hint popups as well.
They have been removed while working on an alternative
UI that has not been merged yet.
This makes it easier to target links having a toolttip,
like before we were able to target a lin...
After changing the picture thumbnail name height we need
to position the tags accordingly.