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

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

github.com/AlchemyCMS/alchemy_cms - cae0365863c332461483800e3c20c3b2044d979f authored over 11 years ago
Fixes a bug in `elements#update,js`, where elements with EssenceSelects become unsavable.

github.com/AlchemyCMS/alchemy_cms - 6ac0457a456048a5a4f7fc8e3f2bc21e404cfbd2 authored over 11 years ago
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...

github.com/AlchemyCMS/alchemy_cms - 1cda9a8a7d8d58e08aaea9e3262061beaf30146a authored over 11 years ago
Fixes false icon in resources tables

github.com/AlchemyCMS/alchemy_cms - 0697ea14a7cb572e8096eb930056853fd2005c94 authored over 11 years ago
Adds new Alchemy.Spinner.watch function for links with '.spinner' class.

And adds the spinner class to sitemap folder toggle link.

github.com/AlchemyCMS/alchemy_cms - 2f253b291fc729d26993417e9453ad2d6d4889aa authored over 11 years ago
Refactors Admin::EssencePicturesController

github.com/AlchemyCMS/alchemy_cms - b3bccf8cc6496141b5a1281f988d7c0360eaa801 authored over 11 years ago
Loading more and more mixins and libraries while booting, because Rails :/

github.com/AlchemyCMS/alchemy_cms - 6b7f6e4c2c4240249cae514ca109da7162c8196b authored over 11 years ago
Removes `hashified_options` and uses json based `params[:options]` handling.

github.com/AlchemyCMS/alchemy_cms - 93f688ce2c83344047ec0fc3e96174213f77430c authored over 11 years ago
Fixes the alchemy:db:dump cap recipe.

github.com/AlchemyCMS/alchemy_cms - c1764b8b4d456bbcafb8a8c0d5ca781639d3102a authored over 11 years ago
Reverts the removal of the action_view extension. [ci skip]

Rails still has no button tag helper. YIKES!

github.com/AlchemyCMS/alchemy_cms - 8431e480cc79781c99072e7191ed6eac46a5e3fb authored over 11 years ago
Fixes the usage of local database config in alchemy:import:database cap recipe.

github.com/AlchemyCMS/alchemy_cms - 8de8179240b8642e15552eac43f7c5bd2f390301 authored over 11 years ago
Fixes missing dependency in upgrader task.

github.com/AlchemyCMS/alchemy_cms - cc1821b0ad49a9b5ce48df2b1b00ce7a79186625 authored over 11 years ago
Fix missing dependency [ci skip]

github.com/AlchemyCMS/alchemy_cms - 918c8d733da5eaca826e0ce07894051fdb3806bb authored over 11 years ago
Alters devise-encrytable 2.5 upgrader notice

github.com/AlchemyCMS/alchemy_cms - bcbd4a9afffaf893a036d2621ed5af5c84018da2 authored over 11 years ago
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...

github.com/AlchemyCMS/alchemy_cms - bf02fa076c69ce023890194e83c0e4bb776c50fe authored over 11 years ago
Introduces a fast_specs helper.

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

Just require 'fast_sp...

github.com/AlchemyCMS/alchemy_cms - acd6f2671ed094344bd56c23d7fbc0bbb08b73c3 authored over 11 years ago
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...

github.com/AlchemyCMS/alchemy_cms - 482767d6e7729e6a3343434af44a32ecd6bb22f4 authored over 11 years ago
Move shared essence partials into `views/alchemy/essence/shared` folder.

github.com/AlchemyCMS/alchemy_cms - f457795f3e2474585d6f457e8e03c8e86a06ee96 authored over 11 years ago
Fixes bug in Content#create_from_scratch that does not allow to create a content from essence_type.

github.com/AlchemyCMS/alchemy_cms - 32fa55354a66705f6dec91b88fd3dcc61aec7036 authored over 11 years ago