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 #1152 from AlchemyCMS/skippable-upgrader-tasks

Customizable upgrade

237522aea8dab69c04ec20dae1c284aa291e3a69 authored about 8 years ago by Martin Meyerhoff <[email protected]>
Customizable upgrade

Alchemy upgrader runs several rake tasks in a specific order.
This is sometimes not what you wan...

1f195b21c75248f6ee539bb1e820022ad5423d83 authored about 8 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1153 from AlchemyCMS/fix-3-5-upgrade-note

Fixes note about upgrading to dragonfly middleware

4d53bc9626e08bd8e458802f4f525d31253f8b80 authored about 8 years ago by Martin Meyerhoff <[email protected]>
Fixes note about upgrading to dragonfly middleware

Since we removed the local picture cache, we should adjust the upgrade notice.

001f8c3971ad3eace95a4ab4c5f81acf1a786165 authored about 8 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1150 from mtomov/remove-page-caching-gem

Remove Actionpack Page Caching gem

fde6e24bfad63d0e9401d027a868488b1bd0e586 authored about 8 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1149 from AlchemyCMS/add-foreign-keys

Add foreign keys

47281a2263cc64f16c0eee184d862f3ada72b3cd authored about 8 years ago by Martin Meyerhoff <[email protected]>
Remove Actionpack Page Caching gem

- Page caching was used to cache the generated images from Dragonfly

- as #1084 removed the...

c6ce478e3dcaa2e679bd94a36d038763879a182d authored about 8 years ago by Martin Tomov <[email protected]>
Delete trashed elements on page destroy

Former we did not destroy trashed elements. As we now have foreign key constraints, the database...

4e140bc2f31aa7cc166668b35426cfb254b91c9a authored about 8 years ago by Thomas von Deyen <[email protected]>
Ignore tidy tasks from codeclimate

This is silly: https://codeclimate.com/github/AlchemyCMS/alchemy_cms/pull/1149

66c4faf790d3470fbd1e09d988a9a106cc2228d9 authored about 8 years ago by Thomas von Deyen <[email protected]>
Adds note about foreign keys in changelog

8c7c923659891db32edbcaa89499a364e7112bc6 authored about 8 years ago by Thomas von Deyen <[email protected]>
Add rake tasks to remove orphaned records

Run

rake alchemy:tidy:remove_orphaned_records

to remove all orphaned records at once, or

...

b4714b2bf8ff0e4c816266b5f4f12b474ecd9817 authored about 8 years ago by Thomas von Deyen <[email protected]>
Add foreign_keys to non-optional associations

f8853fb31d48a9839e989a20e52647f734dd264c authored about 8 years ago by Antonio Facciolo <[email protected]>
Merge pull request #1146 from AlchemyCMS/better-500-display

Better 500 display

36f256b12247a9ab501e5a54dffa8a67f4135716 authored about 8 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1145 from AlchemyCMS/attachment-preview-refinement

Attachment preview refinement

cb1412fb29455eae3a52198ad8e319cb8f2330ec authored about 8 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1147 from AlchemyCMS/sort-admin-locales

Sort admin locales

12201e5ceb67c1a672a702e8498eb633a05a8c7d authored about 8 years ago by Thomas von Deyen <[email protected]>
Use Clipboard.js library in attachment preview

Instead of using a random snippet from the internets, we use a well knwon and maintained library...

c39e466f443c409128979a0ceda4698e56bc802b authored about 8 years ago by Thomas von Deyen <[email protected]>
Attachment type dependent dialog size

We don't want to have jumpy UI. As we know the type of attachment, we can open a dialog in the r...

840415498c31e5aad27bb50d16fbd212f4562c95 authored about 8 years ago by Thomas von Deyen <[email protected]>
Add DialogClose JS event

This is handy to call custom js after the current dialog was closed.

9c0ed30358e8dbae13650c0a347f3b20d2e59086 authored about 8 years ago by Thomas von Deyen <[email protected]>
Do not show backtrace of errors on 500 screen

Add a little toggle link so that details (the backtrace) can be shown. Removes distration for th...

645571eff6c7ad4bbf28a0ba5df58bc508e60f76 authored about 8 years ago by Thomas von Deyen <[email protected]>
Let templates manipulate the body class

d749de446d8300b5334a69fc06ca30f18c1b10eb authored about 8 years ago by Thomas von Deyen <[email protected]>
Add a base .hidden class

00d75ce9b5bd92673bda9505b585e63685b89988 authored about 8 years ago by Thomas von Deyen <[email protected]>
Sort admin locales

The tiny locale select on the top right of the screen has now sorted entries.

5ade5f6b8fa3a910a5de0a7c52fe22a3140e97af authored about 8 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1137 from AlchemyCMS/feature-attachment-info

Display download information on the Attachment Modal Dialog

2ced6d40b088d64da26fbeeaf83ca757650162ee authored about 8 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1142 from mamhoff/remove-custom-dragonfly-caching

Remove custom image caching

bd96de2b6c6f677e2846babed642feff7a18234f authored about 8 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1143 from AlchemyCMS/belongs-to-require

Adds required to belongs_to associations

4237e9cec47e8224eac645beec9cf99ad42fb8f6 authored about 8 years ago by Martin Meyerhoff <[email protected]>
Rebuild the schema in build preparation task

In order to be sure that the database schema is written for the current database adatper we need...

0210e83e7c0e2d1273a6325e1ff6355fbcbf2e98 authored about 8 years ago by Thomas von Deyen <[email protected]>
Remove custom image caching

The image caching solution proposed in the generator leads to
errors with complex jobs, as the j...

038744f14c0cc540595bc98da8cfabeadd76138a authored about 8 years ago by Martin Meyerhoff <[email protected]>
Require page for legacy_page_urls

c6c8c398a2637ed459d9f0bb7b2c8ebc618b90e2 authored about 8 years ago by Thomas von Deyen <[email protected]>
Don't require language for alchemy_pages

We already have a presence validation and since not all pages in the tree (mainly the root page)...

59827a111cfe7a91d8d6ac1306f8e854a5f1d405 authored about 8 years ago by Thomas von Deyen <[email protected]>
Do not require an attachment for essence_files

The attachment gets assigned by the user way after the element and all its contents/essences get...

2c8a3b232a8fb2df0883ade31f2d662c4fbba995 authored about 8 years ago by Thomas von Deyen <[email protected]>
Do not require a picture for essence_pictures

The picture gets assigned by the user way after the element and all its contents/essences get cr...

3653cb35a5926f69dc58d65f1983016b496c1ddc authored about 8 years ago by Thomas von Deyen <[email protected]>
Do not require a parent element for an element

e1be16f810037bad8c60eee6f99ea466153ced12 authored about 8 years ago by Thomas von Deyen <[email protected]>
Require page and user for folded page

4b08c88efdb64b589bec8dda8e7267a1aa46baa4 authored about 8 years ago by Thomas von Deyen <[email protected]>
Require a page for an element

f663e33f27084910dcc5ec88fd73d5f4a5c4775b authored about 8 years ago by Thomas von Deyen <[email protected]>
Add missing null constraint to alchemy_languages

df2978ee59d4fbfc36254ecf909d3b27fdfcd286 authored about 8 years ago by Thomas von Deyen <[email protected]>
Require essence for content

a2e0953b24b385f3c94393adee90a1a3711c8191 authored about 8 years ago by Thomas von Deyen <[email protected]>
Do not require cell for element

ba3fc1d2495359ac6cbdcafa28e7477d01d61bf1 authored about 8 years ago by Thomas von Deyen <[email protected]>
Require element for content

b70a202c24461cbf2c658235daf57c912d38f977 authored about 8 years ago by Thomas von Deyen <[email protected]>
Require page for cell

41d3c328690b433bc17827dbe9bfcfd76de81a0b authored about 8 years ago by Thomas von Deyen <[email protected]>
- [x] Displaying download URL information on Attachments admin page

- [x] Adding a copy to clipboard button/functionality on the url field

f1f0f32c51c2d38536a667498c72fab686e043a9 authored about 8 years ago by Jose Antonio Pio Gil <[email protected]>
Merge pull request #1135 from AlchemyCMS/fix-factories-for-usage-in-other-apps

Fix factory fixtures for use in host app

e6fe0748dd645fbe0f711de9552a8fd2b78b7fb8 authored about 8 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1123 from AlchemyCMS/4.0/new-search

New search field layout

c3d7bcff5c4a55f573f98ef54a942b0622c49339 authored about 8 years ago by Martin Meyerhoff <[email protected]>
New search field style

73d83b40b8cb67b5794ae8f81facef8846fb3205 authored about 8 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1122 from AlchemyCMS/4.0/new-menu

New menu layout

12e711784c90a4fe36df372c9e263b002beb6f5d authored about 8 years ago by Martin Meyerhoff <[email protected]>
Use css to truncate main menu entry labels

b24886fb9456aea12c9f986a020d16feb5a30699 authored about 8 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1139 from pascalj/publish-layoutpage

Allow users to explicitely publish global pages

36c1d550c23a6cf34b1294cb8473ad780e17eef6 authored about 8 years ago by Thomas von Deyen <[email protected]>
Clean up lots of waste in admin navigation helper

Removes all the stringifying from several navigation helper methods.
Ensure that a module has st...

3fb8a99872ba557080a9fcaa0df9b82d4473dc58 authored about 8 years ago by Thomas von Deyen <[email protected]>
More subtile main menu hover style

7906883ca5f48478750e675309aae9e47aea109a authored about 8 years ago by Thomas von Deyen <[email protected]>
Add collapsed-menu option for main menu

And use it in page edit mode, to provide maximum space.

3b1093c66a472c2a0bb853cfd0b2db1184fe4d41 authored about 8 years ago by Thomas von Deyen <[email protected]>
Show tooltip for single resource collapsed nav items

1e2a61128b88b01b2f22586b48fa83e0f1badc46 authored about 8 years ago by Thomas von Deyen <[email protected]>
New locked pages and header layout

29bcade52a55d82aed8d92daf6445271abe19258 authored about 8 years ago by Thomas von Deyen <[email protected]>
Show sub navigation on hover for non active tabs

235d2f75a99a483ff3f313c6bb86d46bf807896f authored about 8 years ago by Thomas von Deyen <[email protected]>
Remove subnavigation from single resource modules

6c1d55938e9d3a8596da6998eb007c9b2309ce2e authored about 8 years ago by Thomas von Deyen <[email protected]>
Wider left menu

1f08e0a140fc90566836a5d15da09a667928354d authored about 8 years ago by Thomas von Deyen <[email protected]>
Move subnavigation into main menu

fdaff8beed75a89ef2f4bf6ff9d128cea4923d29 authored about 8 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1084 from AlchemyCMS/dragonfly-middleware

Use Dragonfly middleware

b5f412120ff6222329e4d919042ca1456f5e3702 authored about 8 years ago by Martin Meyerhoff <[email protected]>
Allow users to explicitely publish global pages

Previously only pages inside the page tree had a publish-button. That
led to problems with eleme...

c9e69b9c87fa086b32e045f06d38efcbbffe3437 authored about 8 years ago by Pascal Jungblut <[email protected]>
Fix factory fixtures for use in host app

When using the alchemy factories in tests in the host app, the
attachment and picture factory co...

575caf846da763eb22600d831b2672962fc822eb authored about 8 years ago by Timo Recke <[email protected]>
Merge pull request #1132 from oniram88/patch-2

Typo in translation

d7a77b285eba7ec54b39ae15369f1a8d78616ef9 authored about 8 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1131 from oniram88/patch-1

typo in comments

eff0175171ce5a68fb5874a10bada543bf6b643d authored about 8 years ago by Thomas von Deyen <[email protected]>
Typo in translation

26cd1fd1e7451670967d94a01f02a83f272d4f5a authored about 8 years ago by Marino Bonetti <[email protected]>
typo in comments

91d9631793cc0c29f2225a40e80bd19e264aa997 authored about 8 years ago by Marino Bonetti <[email protected]>
Updates changelog

6d84695adfbf674745a54cd0d3f0e097aa4b1c9c authored about 8 years ago by Thomas von Deyen <[email protected]>
Change the dragonfly picture url

Now includes the id of the picture to avoid overflowing large folder contents.

Also includes th...

63e5eb295583b9886b64188e01c031a73c4481da authored about 8 years ago by Thomas von Deyen <[email protected]>
Adds 3.5 upgrade task

This task installs the dragonfly config into the host app

66a2c578453853190b5181a4b62e8755e8aee9b8 authored about 8 years ago by Thomas von Deyen <[email protected]>
Disable code rating for upgraders and installers

10279a52f2d2b4b3f4127b88cb142247e5905765 authored about 8 years ago by Thomas von Deyen <[email protected]>
Deprecates the show_alchemy_picture url helpers

Should use `picture.url` instead

a25bba0770836880c4d846f95678499b66fb5d70 authored about 8 years ago by Thomas von Deyen <[email protected]>
Exclude permissions.rb from duplication check

94a51e5eb7734b2eb428eb3b77b5f4e737d7b11f authored about 8 years ago by Thomas von Deyen <[email protected]>
Mount Dragonfly middleware for Alchemy pictures

40edcfa979ea7ee38f9780154e6e4324852ac446 authored about 8 years ago by Thomas von Deyen <[email protected]>
Use Dragonfly middleware to render images

Instead of providing our own picture rendering controller, we only prepare the params from vario...

dcb189df1dd92a92336d236f1c6ba059d903af00 authored about 8 years ago by Thomas von Deyen <[email protected]>
Adds note about picture caching to README

d6ed90363526df0923f31c6d15b9b765de9e12b9 authored about 8 years ago by Thomas von Deyen <[email protected]>
Deprecate image_size option key

In order to provide a consistent API for rendering images we deprecate the `image_size` option i...

1d9d4170fb683bd21608074591d5b448158782be authored about 8 years ago by Thomas von Deyen <[email protected]>
Don't pass transformation options to dragonfly

In order to be able to pass additional params to the url helper
we remove all options that we us...

e0db8aaaa705bb20fda42a89d0c3fd398b1c1226 authored about 8 years ago by Thomas von Deyen <[email protected]>
Store rendered pictures in public folder

In order to restore the current behavior we store the rendered picture in the public folder, so ...

a1b3737daadf0a552bd22eb5e2d36fe251bf346f authored about 8 years ago by Thomas von Deyen <[email protected]>
Copy dragonfly configuration into host app

in order make it possible for developers to customize the Alchemy dragonfly configuration we cop...

d21c1638eec36bf3eedcb2a526df4a46e7df8fa6 authored about 8 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1129 from AlchemyCMS/userstamp-3

Use magiclabs-userstamp 3

caf798aabfd7a2f551bcbb08f4f9e6c420d5c6dc authored about 8 years ago by Thomas von Deyen <[email protected]>
Use magiclabs-userstamp 3

It adds support for Rails 5 while maintaining compatibility with Rails 4

9716b55f51c4ffcab5d60d0cc0017c51fa8a8341 authored about 8 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1128 from AlchemyCMS/ans-31

Update to AwesomeNestedSet 3.1

364c4abedb6334d2d1685333b65c998625e60cb3 authored about 8 years ago by Thomas von Deyen <[email protected]>
Add missing alchemy_pages.rgt index

a36cf3a3028b37b49d157b2c88487ea46af84f8e authored about 8 years ago by Thomas von Deyen <[email protected]>
Update to AwesomeNestedSet 3.1

e04ad4a7e26ca3b43e7480951508126414ff5b5a authored about 8 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1127 from AlchemyCMS/aato-4

Update acts-as-taggable-on to v4.0

ac42b3ac9c7207327fc49c18c3ddef05dfa78854 authored about 8 years ago by Thomas von Deyen <[email protected]>
Use acts-as-taggable-on 4.0

6f2ae56fdf4971187d7e125a336170d8b602f35f authored about 8 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1126 from AlchemyCMS/before-action

Use before_action instead of before_filter

e39d9572743ae6f1085444b1c60dcfa7fcc829f7 authored about 8 years ago by Thomas von Deyen <[email protected]>
Use before_action instead of before_filter

8d327dfcc34636f1cd431796cd6cd48dc299e233 authored about 8 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1095 from mtomov/turbolinks-5.0

Enable use of Turbolinks 5.0

de885c88a6af5b58e009acb61deb00d7e76c7e94 authored about 8 years ago by Thomas von Deyen <[email protected]>
Add Changelog entry for Turbolinks 5.0 support

94ef5c7a10ec85f9697b6e3507ed77161a09bbc2 authored about 8 years ago by Martin Tomov <[email protected]>
Add rack-mini-profiler settings

354168849d86c5bf19c17f7793f6d120d5c2fb15 authored about 8 years ago by Thomas von Deyen <[email protected]>
Switch to Phantomjs 2.1.1

- allows to run Turbolinks 5.0

- update Poltergest gem as well

9914e4e1f0794b5a8587678d539d2d27379f3a98 authored about 8 years ago by Martin Tomov <[email protected]>
Enable use of Turbolinks 5.0

- Allow for events from both Turbolinks 2.5 and 5.0
to be handled correctly

addresses #939

d182563ee9b676387c0b2364c0fe1c4198468c2c authored about 8 years ago by Martin Tomov <[email protected]>
Disable caching of Edit pages with Turbolinks

- to prevent the async Element & Page fetching happening twice - once
when displaying the ...

63c52eb93665e56e15d385a48785d3b322652ab7 authored about 8 years ago by Martin Tomov <[email protected]>
Merge pull request #1121 from AlchemyCMS/fix-essencefile-presence-validation

Always pass content params from essence_file_editor

764118f4c2922850a3a90e2d9e979eccd7b76f61 authored about 8 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1124 from AlchemyCMS/robust-site-spec

Sturdy the site default language spec

5172d6a4a0f7f31362526879ee13fa25b0ff2b6f authored about 8 years ago by Thomas von Deyen <[email protected]>
Sturdy the site default language spec

6dcf7def629a9e4e2b0ba0d33317bed0db301587 authored about 8 years ago by Thomas von Deyen <[email protected]>
Always pass content params from essence_file_editor

Fixes #1096

cd08bbb4790967035e3fb4b14dd7a268b2a0e68a authored about 8 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1120 from AlchemyCMS/edit-mode-shortcut

Adds an edit_mode partial for easy preview mode access

d70de0868e02b1d3476508bd394df333a2f12650 authored about 8 years ago by Robin Böning <[email protected]>
Use new edit mode partial in generator and dummy app

ded9183f3b96e2dcdb9e8b40f6ae56985675231b authored about 8 years ago by Thomas von Deyen <[email protected]>
Adds edit_mode partial

An easy way to include several edit mode related partials is now available:

`render 'alchemy/ed...

f3832b24c24386a7d5ed09b369231d48137ff1fb authored about 8 years ago by Thomas von Deyen <[email protected]>
Merge pull request #1119 from AlchemyCMS/fix-preview-mode-code-helper

Fixes name of alchemy_preview_mode_code helper

0b19258a5e2180e0cfba7aef607260c972e3a0b0 authored about 8 years ago by Thomas von Deyen <[email protected]>
Fixes name of alchemy_preview_mode_code helper

In 40cec4cfb00150125047b08f56462fbcd64ded51 we accidentally renamed the `alchemy_preview_mode_co...

7305ed201e06d96ad2dedd98c9f7077c7ef1a688 authored about 8 years ago by Thomas von Deyen <[email protected]>
Updates changelog for 3.4.1 release

6267c885fd167ca25c94edddfc18299017344e6e authored about 8 years ago by Thomas von Deyen <[email protected]>