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

Abort if devise encryptable module is enabled, but not installed.

cae0365863c332461483800e3c20c3b2044d979f authored about 11 years ago by Thomas von Deyen <[email protected]>
Fixes a bug in `elements#update,js`, where elements with EssenceSelects become unsavable.

6ac0457a456048a5a4f7fc8e3f2bc21e404cfbd2 authored about 11 years ago by Thomas von Deyen <[email protected]>
Reverting back to globally require everything in Alchemy boot process. :(

This breaks to much stuff.
Maybe in Rails 4 (Alchemy 3.0) we can change the dependency loading m...

1cda9a8a7d8d58e08aaea9e3262061beaf30146a authored about 11 years ago by Thomas von Deyen <[email protected]>
Fixes false icon in resources tables

0697ea14a7cb572e8096eb930056853fd2005c94 authored about 11 years ago by Thomas von Deyen <[email protected]>
Adds new Alchemy.Spinner.watch function for links with '.spinner' class.

And adds the spinner class to sitemap folder toggle link.

2f253b291fc729d26993417e9453ad2d6d4889aa authored about 11 years ago by Thomas von Deyen <[email protected]>
Refactors Admin::EssencePicturesController

b3bccf8cc6496141b5a1281f988d7c0360eaa801 authored about 11 years ago by Thomas von Deyen <[email protected]>
Loading more and more mixins and libraries while booting, because Rails :/

6b7f6e4c2c4240249cae514ca109da7162c8196b authored about 11 years ago by Thomas von Deyen <[email protected]>
Removes `hashified_options` and uses json based `params[:options]` handling.

93f688ce2c83344047ec0fc3e96174213f77430c authored about 11 years ago by Thomas von Deyen <[email protected]>
Fixes the alchemy:db:dump cap recipe.

c1764b8b4d456bbcafb8a8c0d5ca781639d3102a authored about 11 years ago by Thomas von Deyen <[email protected]>
Reverts the removal of the action_view extension. [ci skip]

Rails still has no button tag helper. YIKES!

8431e480cc79781c99072e7191ed6eac46a5e3fb authored about 11 years ago by Thomas von Deyen <[email protected]>
Fixes the usage of local database config in alchemy:import:database cap recipe.

8de8179240b8642e15552eac43f7c5bd2f390301 authored about 11 years ago by Thomas von Deyen <[email protected]>
Fixes missing dependency in upgrader task.

cc1821b0ad49a9b5ce48df2b1b00ce7a79186625 authored about 11 years ago by Thomas von Deyen <[email protected]>
Fix missing dependency [ci skip]

918c8d733da5eaca826e0ce07894051fdb3806bb authored about 11 years ago by Thomas von Deyen <[email protected]>
Alters devise-encrytable 2.5 upgrader notice

bcbd4a9afffaf893a036d2621ed5af5c84018da2 authored about 11 years ago by Thomas von Deyen <[email protected]>
JSONify options params while passing them around between ruby and javascript.

This fixes some weird url parsing bugs in jQuery and finally drops the requirement for `HashWith...

bf02fa076c69ce023890194e83c0e4bb776c50fe authored about 11 years ago by Thomas von Deyen <[email protected]>
Introduces a fast_specs helper.

This reduced faster spec helper, runs your specs without any extra stuff.

Just require 'fast_sp...

acd6f2671ed094344bd56c23d7fbc0bbb08b73c3 authored about 11 years ago by Thomas von Deyen <[email protected]>
Refactors the loading of external libraries and Alchemy mixins.

Basically we don't require everything at boot time anymore.
Only the global stuff, like other en...

482767d6e7729e6a3343434af44a32ecd6bb22f4 authored about 11 years ago by Thomas von Deyen <[email protected]>
Move shared essence partials into `views/alchemy/essence/shared` folder.

f457795f3e2474585d6f457e8e03c8e86a06ee96 authored about 11 years ago by Thomas von Deyen <[email protected]>
Fixes bug in Content#create_from_scratch that does not allow to create a content from essence_type.

32fa55354a66705f6dec91b88fd3dcc61aec7036 authored about 11 years ago by Thomas von Deyen <[email protected]>