Ecosyste.ms: OpenCollective

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

github.com/AlchemyCMS/alchemy_cms

Alchemy is the Open Source Rails CMS framework for the component based web that can be used as classic server side rendered or headless CMS.
https://github.com/AlchemyCMS/alchemy_cms

Merge pull request #1562 from tvdeyen/update-links-in-post-install-message

Update links in post install message

4ee4e54462d0d6509af3564a90eb22267e1e243b authored over 5 years ago by Thomas von Deyen <[email protected]>
Update links in post install message

c9cdfd900e99ee22ae4aed79cc00659902eaffb6 authored over 5 years ago by Thomas von Deyen <[email protected]>
Allow CanCanCan 3.x

f22a2a2ece268c235d169ac5ce9e2c141c8397b0 authored over 5 years ago by Thomas von Deyen <[email protected]>
Fix Member Page permissions syntax

In CanCanCan 3.0 this syntax of defining a rule will not work anymore.

b90344bb2a9a421356401a8476b63667f41e49dd authored over 5 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1558 from tvdeyen/fix-cell-upgrader

Update upgrader

3891f86492706ef8596ec6179059e8887c4f6943 authored over 5 years ago by Thomas von Deyen <[email protected]>
Update upgrader TODO display

Make the upgrade todos more pleasent to read and use a more prominent layout.

e5118a816d05a8f3468280499778afe2963e386a authored over 5 years ago by Thomas von Deyen <[email protected]>
Update cells upgrader task

- Replace `elements.published` with `elements.available` in cell views
- Capture all method call...

2878d8b9f115bf48eebbb511dc45d8557cd54efd authored over 5 years ago by Thomas von Deyen <[email protected]>
Update the picture gallery updater notes

Make the changes more prominent

4d669e0f40724fc65d0567238bf0c93831f174c3 authored over 5 years ago by Thomas von Deyen <[email protected]>
Add local element variable updater

Add task that updates the element view partials so they use the element's partial name as local ...

37328955f0790de6904b6bc5989663af13d7b7a1 authored over 5 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1557 from tvdeyen/4.2-stable

4.2.0.rc1

eec2b55bd2baf6bafb4200703e7cad53f6ad3e44 authored over 5 years ago by Thomas von Deyen <[email protected]>
v4.2.0.rc1

- Use element name local in generators [#1556](https://github.com/AlchemyCMS/alchemy_cms/pull/15...

659fa03aea4347e2cdf426a81ed4341e27503dd4 authored over 5 years ago by Thomas von Deyen <[email protected]>
Update the changelog for 4.2.0.rc1 release

e3a34d65a4e82640eca2fa2f949abbd29368ae36 authored over 5 years ago by Thomas von Deyen <[email protected]>
Update README

cd70b892d287303bff6ce06c4d2d3301852c5aea authored over 5 years ago by Thomas von Deyen <[email protected]>
Add a changelog generator task

7bb27dbcf009bf8a00220023eed27f7323d3df6b authored over 5 years ago by Thomas von Deyen <[email protected]>
Separate render element calls (#1554)

* Render editor partial not via render_element helper

Decouple both helpers by rendering the ...

96a36ceaa0729b0353914d1661f796d93b92a700 authored over 5 years ago by Thomas von Deyen <[email protected]>
Use element name local in generators (#1556)

* Use element name as local variable in element generator

* Generate nested elements in a fas...

e8b527e98636c11e357b325e172aa0396938c66f authored over 5 years ago by Thomas von Deyen <[email protected]>
Remove invalid bytecode handler (#1555)

We introduced this handler to handle the gnarly Invalid Byte Sequence
ArgumentError from reques...

4b0e6e51c0c0dba7c8f195c1b76fb59c6496c3ce authored over 5 years ago by Thomas von Deyen <[email protected]>
Expose the element into partials as local object (#1553)

To be consistent with Rails' collection partial renderer we also expose the element as local obj...

ccfb620e3cbe7c950ce8b25aa497a90da0d50fd9 authored over 5 years ago by Thomas von Deyen <[email protected]>
Allow admins to switch all languages (#1552)

Admins and editors should be able to switch languages even if they are
not public, so they can ...

be55db312393e374f70ef3b0da2ea08e0989d22a authored over 5 years ago by Thomas von Deyen <[email protected]>
Activating Open Collective (#1508)

* Added backers and sponsors on the README
* Reorder the badges in the README

b6f4e9f0ae8c2b648647a0c7d96bdc7e4f46f660 authored over 5 years ago by jess <[email protected]>
Merge pull request #1493 from salbertson/patch-1

Add "Reviewed by Hound" badge

e8be23b2794ffe3c04bb905edc5e6a64ff3df1b8 authored over 5 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1538 from tvdeyen/fix-cell-migration

Fix cell migrations and upgrader

dfc2bdbc484d3537321f80a244c88e6ac3dabd46 authored over 5 years ago by Thomas von Deyen <[email protected]>
Do not create cells table and column on new apps

The cells feature has been migrated to fixed nestable elements. New apps must not have unused ta...

1a6810ae1a7ed4d8b215b2c8a87480345f2c331e authored over 5 years ago by Thomas von Deyen <[email protected]>
Bring back deprecated render_cell helper

It now delegates to `render_elements(name, fixed: true)` and prints out a deprecation warning.

dbff98d27a8216f48b78dde029b0fe94714028c7 authored over 5 years ago by Thomas von Deyen <[email protected]>
Update cells upgrader task

Move cells view partials into elements folder and generate editor partials.

Also it now writes ...

8667649e8d281949dad669bfacadae6a0de4da79 authored over 5 years ago by Thomas von Deyen <[email protected]>
Deprecation notice about from_cell option

2c26cbda6ecf4df07f0e814961bdf1363e980087 authored over 5 years ago by Thomas von Deyen <[email protected]>
Fix cell migration task

Ensure the elements.yml file we appended the fixed elemen definitions to gets reloaded before cr...

03f27876c32c6359c9d9ae35844a03b5e29c636e authored over 5 years ago by Thomas von Deyen <[email protected]>
Do not drop cells table after they got migrated

Dropping the cells table in a migration is wrong as the migrations run before the Alchemy upgrad...

ef845f7a9f9106bfcb33017783caa69a9eb93bc8 authored over 5 years ago by Thomas von Deyen <[email protected]>
Update picture gallery upgrader

It now writes beautified yaml and tells to use published nested elements.

9f79a59af22fa0af7c513bc96ecd70b24508a5f4 authored over 5 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1544 from tvdeyen/elements-finder

Introduces an Elements finder class

6b4b8e72a84a267c4d9c4760212e51ddefe64ba7 authored over 5 years ago by Thomas von Deyen <[email protected]>
Use the ElementsFinder in Page#find_elements

The element find logic is now abstracted into the elements finder.

If you have custom element f...

17b6686b32cc3a44edda018cc66614f628f66673 authored over 5 years ago by Thomas von Deyen <[email protected]>
Introduce a elements finder class

This class abstracts elements finding logic that we currently have in `render_elements` helper a...

8bd89eec2664d2f7f1b4a4a2dc98317312676309 authored over 5 years ago by Thomas von Deyen <[email protected]>
Use the elements finder in render_elements helper

If you have custom element finding logic, you can pass your own elements finder instance to the ...

b2683c6e8ddd20b48e655f5ecd18f181a385cf0e authored over 5 years ago by Thomas von Deyen <[email protected]>
Deprecate sort_elements_by_content helper

Please implement your own sorting

3a817f7aae0d957e2cb1294d13939c67a1256a54 authored over 5 years ago by Thomas von Deyen <[email protected]>
Change the enforced style of multi line operation indent cop

52e0ad897801ece565cfd168b6d383ed8df0a1c0 authored over 5 years ago by Thomas von Deyen <[email protected]>
Do not leak test specific globals into subsequent specs

This controller actions spec leaks global state into subsequent specs that lead to very hard to ...

b7b85649b32bb0189eb48b65d0cab7afd08d8f0a authored over 5 years ago by Thomas von Deyen <[email protected]>
Use active record where.not in not_trashed scope

ActiveRecord supports this now, we do not need to use Arel here.

9940cf6cad7193ceb7e6d2768a797d68d4ae6057 authored over 5 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1545 from tvdeyen/ruby-2.3

Raise targeted Ruby version to 2.3

81fd64a364361ac522e05ea197f58ab572ccc8ec authored over 5 years ago by Thomas von Deyen <[email protected]>
Raise targeted Ruby version to 2.3

Ruby 2.2 is not supported any more and we want to be able to use Ruby 2.3 features like the save...

68c2210f8c9a097cb26075c879d238d76e09716d authored over 5 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1543 from tvdeyen/fixate-sqlite-dep

Fixate sqlite dep for bug fix

c0df2097341430d295ed750d4dc4ec5fbdd20d6d authored over 5 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1540 from AlchemyCMS/depfu/update/factory_bot_rails-5.0.1

Upgrade factory_bot_rails to version 5.0

bbe4cf9379240fceddf003b7872857dfa6903838 authored over 5 years ago by Thomas von Deyen <[email protected]>
Fixate sqlite dep for bug fix

Sqlite3 1.4 gem introduced a bug

3981cc8306176ab3377ccc4f3d082bb3566581d1 authored over 5 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1542 from AlchemyCMS/depfu/update/shoulda-matchers-4.0.0

Upgrade shoulda-matchers to version 4.0.0

088550d83857dd3def9247026a8a7ac783bfe205 authored over 5 years ago by Thomas von Deyen <[email protected]>
Update shoulda-matchers to version 4.0.0

edb582ca6e0866f7671fd1ce84b5e01080ef9d9e authored over 5 years ago by depfu[bot] <depfu[bot]@users.noreply.github.com>
Update factory_bot_rails to version 5.0.1

9417a09eff4009ab687969868a090ca886727d3e authored over 5 years ago by depfu[bot] <depfu[bot]@users.noreply.github.com>
Merge pull request #1537 from tvdeyen/fix-picture-gallery-migration-task

Fix picture gallery migration task

562bbc65353b3e6e6fd77ea2870480ce66548b15 authored over 5 years ago by Thomas von Deyen <[email protected]>
Fix picture gallery migration task

Only build an intermediate gallery element if the are nestable elements
other than the gallery p...

ec91af37667d32f1ab5f30d0df56f483e18fdd0a authored over 5 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1536 from tvdeyen/flatpickr-theme

Flatpickr theme

c54cfd0f9a83fbf0b642aac87bbbb71c71cb058c authored over 5 years ago by Thomas von Deyen <[email protected]>
Beautify flatpickr theme

169f0a84888e47702db2a93ffd93771d3efd93f5 authored over 5 years ago by Thomas von Deyen <[email protected]>
Move the flatpickr default theme to alchemy theme

We want to create our own flatpickr theme

31f9d25426424a365fdc674fc3989f48e5b7a6cb authored over 5 years ago by Thomas von Deyen <[email protected]>
Adjust flatpickr theme to Alchemy colors and fonts

9ff167e5d41d83cbfc687615a2c674a0894bea35 authored over 5 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1533 from mamhoff/flatpickr

Flatpickr

28166426b3427a02a6c6a8f1ed1539b8900aac04 authored over 5 years ago by Thomas von Deyen <[email protected]>
Remove XDSoft Datepicker

e1ca720db2283da782fa60d7755c179aa2e32b4f authored over 5 years ago by Martin Meyerhoff <[email protected]>
Replace xdsoft Datepicker with Flatpickr

For non-English locales, Flatpickr behaves much nicer than the previous
XDSoft Datepicker JQuery...

1429d0dfcab5a857612965436ce89b9f38efc609 authored over 5 years ago by Martin Meyerhoff <[email protected]>
Remove Date Formatter

This JS library could only handle angloamerican dates, and
was used only for the fields page#pub...

553f0f23ee5121f64c4d02380cc4e9c595f97b7a authored over 5 years ago by Martin Meyerhoff <[email protected]>
Add flatpickr 4.5.2

Downloaded from https://cdnjs.com/libraries/flatpickr.

0f254a5aa4fa9fcf08c61246012fe537514f20c9 authored over 5 years ago by Martin Meyerhoff <[email protected]>
Merge pull request #1531 from foureb/fix_migration_alchemy_cells

Delete foreign key before dropping cells table

4386d2be382894d8e4792df3df8cd3a6927570e2 authored over 5 years ago by Thomas von Deyen <[email protected]>
Delete foreign key before dropping table

0b485d7909f39498e3aa5aed8dcf6f605ef779b4 authored over 5 years ago by Marc Antwertinger <[email protected]>
Merge pull request #1528 from tvdeyen/system-tests-over-feature-specs

Use system tests over feature specs

ed10a4827121f7feded2d273a3d57161b4abee3c authored almost 6 years ago by Thomas von Deyen <[email protected]>
Remove unused spec support file

e09381197be88ddf32a8b26890479690b3172aae authored almost 6 years ago by Thomas von Deyen <[email protected]>
Remove database cleaner and use transactions

9ed2669df9516819b2a74cbc7a99452bc982bef8 authored almost 6 years ago by Thomas von Deyen <[email protected]>
Use system tests over feature specs

1107fe44e3ce94c74c9fe905790e96dc72f6744b authored almost 6 years ago by Thomas von Deyen <[email protected]>
Split RSpec test helper and rails helper

This is RSpecs default for a long time now

6444dcfcd143259b0d56e3bf44c55047c29d775f authored almost 6 years ago by Thomas von Deyen <[email protected]>
Ensure we use at least RSpec 3.7

We want to make use of Rails system tests and therefore need at least
RSpec 3.7

822a675261006589edaf859dbad6d935cc5e3b37 authored almost 6 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1527 from tvdeyen/admin-nav-flexible-width

Flexible width for admin navigation entry labels

4acbe33bd342dfa725528e58bc24632479076c37 authored almost 6 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1526 from tvdeyen/update-ruby-build-matrix

Run CI build with latest stable Ruby versions

1613f237595756fa588204907a447c43d1ee71dc authored almost 6 years ago by Thomas von Deyen <[email protected]>
Raise the default max width of main navi entries

71abc9a6eb7dc2ed3828be396314ea3215156e55 authored almost 6 years ago by Thomas von Deyen <[email protected]>
Flexible width for admin navigation entry labels

74a0186ba6079058963ce1c8231a9f01fb59d0a6 authored almost 6 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1500 from westonganger/use_application_controller_defined_layout_for_previews

Use the defined layout in ApplicationController for page previews

674541754846e4b4a9e7c3958823b04ecce444d5 authored almost 6 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1514 from tvdeyen/fixed-elements

Remove cells in favour of fixed elements

dae9ec3afaba1ac3dd11e00644b08c827b52a62e authored almost 6 years ago by Thomas von Deyen <[email protected]>
Run CI build with latest stable Ruby versions

de209ae3bb10214298d8b0c081f691f008b011af authored almost 6 years ago by Thomas von Deyen <[email protected]>
Allow to overwrite the admin page preview layout

Closes #1313

a4457d4d77a1e94c38e503a99551205b82d0f43e authored almost 6 years ago by Weston Ganger <[email protected]>
Merge pull request #1519 from tvdeyen/responsive-elements-window

Responsive elements window and sidebar

301e300b1e24a19494e0fe01f4f63ffa73b9a68c authored almost 6 years ago by Thomas von Deyen <[email protected]>
Fix dialog width on small screens

c752def47aeb5f06d5041629cdeb7ffbf6c007e7 authored almost 6 years ago by Thomas von Deyen <[email protected]>
Make main navigation scrollable on small devices

49b500b20eff8fdff4e8e75c0a6477ccef66eab0 authored almost 6 years ago by Thomas von Deyen <[email protected]>
Show full width element window on portrait tablet as well

89593d2e6fa4a6c0d32a3e0d6e8957ec0f323d4d authored almost 6 years ago by Thomas von Deyen <[email protected]>
Simplify content wrapper css

77c6c8977606d03c55da3a7f1f718279709ace83 authored almost 6 years ago by Thomas von Deyen <[email protected]>
Use flexbox in picture archive

Reduces the virtual spacing between elements that display: inline-block

3c756bbe8cabf54c6f0d06855ba678b99a4783b8 authored almost 6 years ago by Thomas von Deyen <[email protected]>
Move archive related scss

99cf05aa437875638448b20c86866af1afbbb189 authored almost 6 years ago by Thomas von Deyen <[email protected]>
Fix search field classes on sitemap

We use a weird mix of search field and js_filter field classes.

ff37025a75a2a2057b9310d0087c0f27b34852ec authored almost 6 years ago by Thomas von Deyen <[email protected]>
Fix the main menu icon width

b553e307626421b1358a02ebc9745006e9b53924 authored almost 6 years ago by Thomas von Deyen <[email protected]>
Collapse search field smaller on small devices

048cccee07114a7d1bf68b430aa9798088d60851 authored almost 6 years ago by Thomas von Deyen <[email protected]>
Extract the js_filter_field styles into separate file

And remove redundant code

6daace6dc3075a43003ab2664a1aff831540fe78 authored almost 6 years ago by Thomas von Deyen <[email protected]>
Smoothly scroll elements window on touch devices

b3a4ee787908fc59931d5c9ff68c4f432a4d2891 authored almost 6 years ago by Thomas von Deyen <[email protected]>
Add a responsive meta tag to the admin layout

6b92c71371eb7837dd96658a9cb43fb6c96d83df authored almost 6 years ago by Thomas von Deyen <[email protected]>
Nest the search icon and field into a label

That way we can click the search icon to expand the search field

7b113f62e0a8a755275e42ebfa1dc87df7e548f9 authored almost 6 years ago by Thomas von Deyen <[email protected]>
Remove the label from the js_filter_field

It was never displayed anyway

822eadabd318938ecfc074564ef08ccdef1c4ed8 authored almost 6 years ago by Thomas von Deyen <[email protected]>
Scrollable toolbar buttons on small screens

In order to be able to reach all buttons in the toolbar, they need to be scrollable.

16b8efbc9a269f3dc620a3e0d3b7740939df63ec authored almost 6 years ago by Thomas von Deyen <[email protected]>
Display elements window full width on small screens

You still can toggle the element window to see the preview, but editing content is much more imp...

edc6cd47792b914a3f00e902c45ed1dc71487fa0 authored almost 6 years ago by Thomas von Deyen <[email protected]>
Responsive elements window width

Make the elements window wider on larger screens.

c5cb3f363f424e7db1731cac5746087f43209e7b authored almost 6 years ago by Thomas von Deyen <[email protected]>
Display content editor labels as block

This is necessary if we want to widen the elements window

3a39383fa5ac7ad85f67eeefe6767feba9405d23 authored almost 6 years ago by Thomas von Deyen <[email protected]>
Collapsed left menu on small devices

6d4d6883b64717e188fcc5e4f7623ee426aac649 authored almost 6 years ago by Thomas von Deyen <[email protected]>
Remove cells from template tracker

We do not have cells anymore to track templates for.

a7a235551be9f64833d27f053154b3c79d5b53f0 authored almost 6 years ago by Thomas von Deyen <[email protected]>
Remove cell related tasks from tidy:up task

d673b03a9b8c4a938f915cd0efe724cfca8325ec authored almost 6 years ago by Thomas von Deyen <[email protected]>
Add removeTab for Alchemy.FixedElements

c001df07566717d73ebbcdde25a1d4f8e759dd25 authored almost 6 years ago by Thomas von Deyen <[email protected]>
Do not allow to drag fixed elements from trash

802f039d2d745d14e4f7ec174d3b7f84d00e72d4 authored almost 6 years ago by Thomas von Deyen <[email protected]>
Remove tab if fixed element cut into clipboard

c275131ac164d6e659fdefb5237f28565a3b2345 authored almost 6 years ago by Thomas von Deyen <[email protected]>
Add left column fixed element

93803f70bd2305ed295afb377793b6f55f33923f authored almost 6 years ago by Thomas von Deyen <[email protected]>
Add cells upgrader tasks

All cells get converted into nestable elements acting as cell. To help the upgrade please run fo...

a99bc0627aafcc893a70b2fe77447f55f600a1aa authored almost 6 years ago by Thomas von Deyen <[email protected]>
Remove cells in favor of nestable elements

Cells are now nestable elements

66438c90db355f8b1903a063f78188eb1f504922 authored almost 6 years ago by Thomas von Deyen <[email protected]>