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

Fix the Rails version in alchemy binary.

a73d181fe28502a57647f9324cbceb6a2d361caf authored over 9 years ago by Thomas von Deyen <[email protected]>
Merge branch 'master' into rails-4.2

Conflicts:
Gemfile

b5329740196bce77ef60bc9f654d433558a82496 authored over 9 years ago by Thomas von Deyen <[email protected]>
Fix assets usage on teatro [ci skip]

cbb6bbbd8e83981da24a62b3ed040e286a1ada7b authored over 9 years ago by Thomas von Deyen <[email protected]>
Updates teatro config [skip ci]

f75693bc7484ce74f052185bd21f2caaa0a837cb authored over 9 years ago by Thomas von Deyen <[email protected]>
Adds teatro config.

We need to tell teatro to run the dummy app.

53b865de85ac5746fad648ba045f4c4128c43777 authored over 9 years ago by Thomas von Deyen <[email protected]>
Rearrange gem groups from Gemfile.

Gives possibility to run dummy app in production, ie. on Teatro.io.

a82ae81eb19f5dc9d21d928e08dde94dd17ddff1 authored over 9 years ago by Thomas von Deyen <[email protected]>
Use a dummy admin user for dummy app.

Enables the possibility to run the dummy app locally.

02dac4257fb57b53c933b2d66911e57eea2bd261 authored over 9 years ago by Thomas von Deyen <[email protected]>
Removes action_view button helper. Fixes #727

cbd0ab63a7c78b86252746995c6f9cb9ec96a4d9 authored over 9 years ago by Thomas von Deyen <[email protected]>
Merge branch 'show-hints-for-essence-booleans'

3caad20ae5e506c9e609c2b8f43838253947a57b authored over 9 years ago by Thomas von Deyen <[email protected]>
Show hints for EssenceBoolean contents in admin view

c13af1d8b512e7f9affa96e5b40c723c00dd7892 authored over 9 years ago by timo <[email protected]>
Move require `essence_shared_examples` after rspec in spec_helper.

.. as `shared_examples_for` is an rspec method, which needs to be
defined beforehand.

7548d8347b99a75b5bb8d458b62a80eecf3a87fc authored over 9 years ago by Martin Tomov <[email protected]>
Merge branch 'master' into rails-4.2

6573cb6b6f564a10b3066332648507610778cc73 authored over 9 years ago by Thomas von Deyen <[email protected]>
Fix the 3.0 upgrader for custom user classes.

We depent on a `alchemy_roles` column in the 3.0 upgrader. But not all custom user classes may h...

c81ae72db9cea57b41ba9c926c7aa43c7bde0b32 authored over 9 years ago by Thomas von Deyen <[email protected]>
[Fix] Get the max files per upload setting working.

The setting never worked. Now it does \o/

12e548898f40b3a6a11e3bd4e7845bb12ca80035 authored over 9 years ago by Thomas von Deyen <[email protected]>
Upgrade to jQuery 2.1.3

698729ad6e4cc01e67fb356b9057c250c6f558a5 authored over 9 years ago by Thomas von Deyen <[email protected]>
Do not validate uniqueness of position columns.

6f61730a02a2e6727b3732f4fe15ae9f070c54b2 authored over 9 years ago by Thomas von Deyen <[email protected]>
Update jquery-rails to 4.0.3

f0c9ed471df06fb56104f1a7ee0164ae2bd6a266 authored over 9 years ago by Thomas von Deyen <[email protected]>
Updates to latest Version of jQuery.fileupload.js

469ce06ad9762cde8385be8beb3e31a483f29ea4 authored over 9 years ago by Thomas von Deyen <[email protected]>
Adds `alchemy:tidy:content_positions` rake task.

Like the `alchemy:tidy:element_positions` task, this fixes position values of contents in elements.

fe26d5eb7208fcdab303f46b5ffbf550e55617c5 authored over 9 years ago by Thomas von Deyen <[email protected]>
Do not require select2 styles within sass file.

We need to require it in the manifest file, since the sass file is imported via sass import stat...

745c99573b3d38925482d8091926e7ed12449df2 authored over 9 years ago by Thomas von Deyen <[email protected]>
Merge branch 'master' into rails-4.2

64f43727b441c6cf2b0c19a01e5abcf53caa1388 authored over 9 years ago by Thomas von Deyen <[email protected]>
Use sass-rails 5.0

Default Rails 4.2 apps depend on sass-rails 5.0

9163ce864915e2a8da7b6bfe61e1c56488015ef7 authored over 9 years ago by Thomas von Deyen <[email protected]>
Remove the Dragonfly url_format configuration

It is not used anyway and relies on the Alchemy mount point, which is not availble while initial...

f5c61bf60868ca47a9d02b55007e84c031b58358 authored over 9 years ago by Thomas von Deyen <[email protected]>
Merge pull request #720 from wdspkr/check-Rails-cache-config

Only cache page if caching is enabled in Rails app

295ed471067732c72c87e4db014a2a7ca16ec762 authored over 9 years ago by Thomas von Deyen <[email protected]>
Test the pages_controller#cache_page? function

b7b7ed4f64d6bf4f9e13f580219200682a54fcba authored over 9 years ago by timo <[email protected]>
Update the local testing note in README [ci skip]

6ca2142b1f0c2fcc65544a088df74ba803d7c560 authored over 9 years ago by Thomas von Deyen <[email protected]>
Only support Ruby 2.0 and newer.

Ruby 1.9 is deprecated and support ends in mid 2015.

There is **no reason** to not use Ruby 2.x

99248ed6843667b1a9adcdfbe0ea85dc725c7a79 authored over 9 years ago by Thomas von Deyen <[email protected]>
Merge branch 'master' into rails-4.2

Conflicts:
.travis.yml
alchemy_cms.gemspec
spec/dummy/config/application.rb
spec/dummy/confi...

9b42badadc0b70d3cd64c6bf94e2f5cf311ed0fb authored over 9 years ago by Thomas von Deyen <[email protected]>
Only cache page if caching is enabled in Rails app

HTTP caching was enabled in the development environment, because Alchemy didn't check for the Ra...

3c1503c2e13a1342ab82af34f4621435da49fc00 authored over 9 years ago by wdspkr <[email protected]>
Adds 3.1 upgrader file to upgrader task.

e37b441766eb8df34cd0e0c5791ac761bc76c1a2 authored over 9 years ago by Thomas von Deyen <[email protected]>
Merge pull request #713 from robinboening/feature/user_primary_key_for_page_scope

Use primary_key of user to find his locked pages

2eef56d46350e7c054629029bd6d7945175d473a authored over 9 years ago by Thomas von Deyen <[email protected]>
Change hash rockets to JSON-style syntax

39d3ca3b2c91e6a5ad49f87e68146a55a488c021 authored over 9 years ago by Robin Böning <[email protected]>
Use primary_key of user to find his locked pages

6036d1c7c1caa8f77cb2d014214a83a1369f0bab authored over 9 years ago by Robin Böning <[email protected]>
Merge pull request #718 from AlchemyCMS/fix/file-assignment

Fix file assignment

99b04e54405d6b0127815a4f72eec1976bd734c2 authored over 9 years ago by Thomas von Deyen <[email protected]>
Do not touch element and page while assigning picture

We only need to invalidate the essence_picture_editor cache, so setting the updated_at value at ...

373b0435c9f7b42b0b0082eef3403330c3305191 authored over 9 years ago by Thomas von Deyen <[email protected]>
Ensure cache invalidation while assigning attachments

Since we cache the essence_file_editor view now, we need to update the timestamp of the content ...

a64162f66111d02b8b27bfa5d5eeceedfbe01a3f authored over 9 years ago by Thomas von Deyen <[email protected]>
Merge pull request #717 from AlchemyCMS/fix/picture-transformations-zero-devide-errors

Fix thumbnail_size calculation for 0x0 crop size values

44455bb11ca3269e53aa0a1ca180dfd492bbf1fe authored over 9 years ago by Robin Böning <[email protected]>
Fix thumbnail_size calculation for 0x0 crop size values

In very rare circumstances (so rare I can't even reproduce) we have 0x0 crop size values for Ess...

9f7ab9f0f7c82bb3705653635956de95aa7fecf5 authored over 9 years ago by Thomas von Deyen <[email protected]>
Merge pull request #711 from AlchemyCMS/fix/page-users-primary-key

Use Alchemy.user_class's primary_key to find user.

1610865666dcb9b8cd56d8a8a4b5f93272cb2846 authored over 9 years ago by Robin Böning <[email protected]>
Use Alchemy.user_class's primary_key to find user.

The primary key to find `page.creator`, `page.updater` and `page.locker` is hard coded to `:id`,...

3559aebe6c2c3e98ca3f9fc045ec5f5069a174e6 authored over 9 years ago by Thomas von Deyen <[email protected]>
Merge pull request #709 from robinboening/fix/locale_setting

Fixes #704 Always check if locale is available

6aedea6166898a2a5a535b5b3d3b9ceb3d3a5458 authored almost 10 years ago by Thomas von Deyen <[email protected]>
Fixes #704 Always check if locale is available

In a rails app `config.i18n.enforce_available_locales` is set to true by default, so we need to ...

e4d5be99de502f65985800355228489b6ada4d97 authored almost 10 years ago by Robin Böning <[email protected]>
Merge pull request #708 from robinboening/fix/essence_file_update

Fixes #707 allow attributes for essence_file

d943bc4c6143f81de206e3ff74ad351d5600f999 authored almost 10 years ago by Thomas von Deyen <[email protected]>
Fixes #707 allow attributes for essence_file

dd113381f41d12fa838a3ba3fae011c9e2075b50 authored almost 10 years ago by Robin Böning <[email protected]>
v3.1.0.rc1

27e7d4fc56a70b982f43a026d51db254e3b111f3 authored almost 10 years ago by Thomas von Deyen <[email protected]>
Merge pull request #706 from robinboening/fix/update_contents

Fixes #705 Error when params hash does not include all contents

d37620a9b54197cb4480d0be367f1d18cdb4e8ab authored almost 10 years ago by Thomas von Deyen <[email protected]>
Fixes #705 Error when params hash does not include all contents

c2d5fd2307f864a892b5e704657859457fa8fef6 authored almost 10 years ago by Robin Böning <[email protected]>
Fix routes file path in mount point reader.

Only rely on Rails.root, if present.
Otherwise fallback to simply 'config/routes.rb' string.

48db230db8a9deb963b1ea9169b6f8086d6f6d3e authored almost 10 years ago by Thomas von Deyen <[email protected]>
Merge pull request #700 from AlchemyCMS/update-deploy-script

Updates deploy script and generator.

60b4839923b6a6eaa9135defbf0bd5c5354ea069 authored almost 10 years ago by Thomas von Deyen <[email protected]>
Merge pull request #699 from AlchemyCMS/fix/mountpoint-reader

Use Regexp to get Alchemy's mount point.

e9c7a93feca0ca7d65593e4c8defb0c60e7f1f76 authored almost 10 years ago by Thomas von Deyen <[email protected]>
Bump version to 3.1.0.beta6

9945571d3ff4b7787143d55a12fab43d523e9521 authored almost 10 years ago by Thomas von Deyen <[email protected]>
Removes the Api -> API inflection. Fixes #701

8f6db1e3abcd8bb25fe852ee30d69b7688fde91a authored almost 10 years ago by Thomas von Deyen <[email protected]>
Merge branch 'master' into update-deploy-script

a83bb2a989001ca7e274f3b352341d2d87e6bd81 authored almost 10 years ago by Thomas von Deyen <[email protected]>
Merge branch 'master' into fix/mountpoint-reader

7de65e0791c8b8b7da0082b22917e33ef300bd5d authored almost 10 years ago by Thomas von Deyen <[email protected]>
Fix enforce_available_locales setting in Dummy app.

Fixes issues with Rails 4.1.9

c91396d9505a1461bf1eeb96cf7763a26fd056b0 authored almost 10 years ago by Thomas von Deyen <[email protected]>
Updates deploy script and generator.

1. The capistrano deploy script integration does not require to load the complete rails app anym...

acbf0fe96a57f6a2f4d5edd521147892d8e3b1f0 authored almost 10 years ago by Thomas von Deyen <[email protected]>
Use Regexp to get Alchemy's mount point.

Go' old regular expression is way more reliable and faster then requiring the whole rails to boo...

6dd77d97affef245b867fd85b50db0c3e20583f2 authored almost 10 years ago by Thomas von Deyen <[email protected]>
Merge pull request #698 from AlchemyCMS/features/restricted_resource_attributes

Adds possibility to restrict resource attributes

9fce802cd766713af811e2669bc31f58a12ff357 authored almost 10 years ago by Thomas von Deyen <[email protected]>
Adds possibility to restrict resource attributes

Backend user can still see restricted attributes in the index view, but they can't edit these at...

85481f9420f8f368a8f79a29b125c132167f01e3 authored almost 10 years ago by Robin Böning <[email protected]>
Adds an editorconfig file. [ci skip]

EditorConfig is awesome: http://EditorConfig.org

ca1e83970724649bd31293a88bc83f0ebede3bc7 authored almost 10 years ago by Thomas von Deyen <[email protected]>
Removes login layout that nobody uses anyway.

¯\_(ツ)_/¯

410f8a80bb6d32d22da4124a7348641f1a7d639b authored almost 10 years ago by Thomas von Deyen <[email protected]>
Merge branch 'use-config-for-factory-page-layout'

f384031ad670cbfaf3321fc1a6c87576df5ae50a authored almost 10 years ago by Thomas von Deyen <[email protected]>
Change factories to use Alchemy configuration.

Fixes #669.

92d5a4b006b9752fce615d691ff829346075a2c7 authored almost 10 years ago by Tatiana Soukiassian <[email protected]>
Merge pull request #693 from AlchemyCMS/do-not-raise-missing-page-layout

Do not raise, if page layout could not be found.

9ec31ae8f3ee07bfadfa1030aacea83ec7867178 authored almost 10 years ago by Thomas von Deyen <[email protected]>
Update installer to use latest alchemy-devise release

a3aa5d7de126a42fa97e4049d1bafd9c091c2f4c authored almost 10 years ago by Thomas von Deyen <[email protected]>
Bump version to 3.1.0.beta5

51309e526a56edb5c2ad5bf6d5e3c8e14d57435c authored almost 10 years ago by Thomas von Deyen <[email protected]>
Move test gem dependencies into gemfile.

It's where they belong anyway.

6c57c014b169e29e6c54886243cc584233460142 authored almost 10 years ago by Thomas von Deyen <[email protected]>
Stick with compass-rails 1.1 and sass-rails 4.0

Newer versions of compass-rails and sass-rails are not compatible.

See https://github.com/Compa...

53fa4139c4479d78298410c0d5912c8eb4500857 authored almost 10 years ago by Thomas von Deyen <[email protected]>
Bump version to 3.1.0.beta4

06e1b4352fe4db66f939c5b1905c9cf44aef876e authored almost 10 years ago by Thomas von Deyen <[email protected]>
Moves "leave admin" functionality in admin space.

This fixes translation issues inside the "leave admin" view.

1437e50812857fb5a76945fba8ebf4d1637cfb35 authored almost 10 years ago by Thomas von Deyen <[email protected]>
Mention Alchemy.signup_path in README. [ci skip]

cb2f12f8480a668a609865f35d3a7aeaaf765339 authored almost 10 years ago by Thomas von Deyen <[email protected]>
Make signup path configurable.

The signup path was hard coded to `signup_path` method. This method is not always present.

This...

fd52a0668c506d4b0e543a4c5a559f345adc09f3 authored almost 10 years ago by Thomas von Deyen <[email protected]>
Fix the GitHub repo url for update check. [ci skip]

fb47fdd76214499bb91e1411ca4f11c99338cf85 authored almost 10 years ago by Thomas von Deyen <[email protected]>
Refactors enforce_ssl feature

* Only checks if current Rails env is test, not development
* Ensures that all params are presen...

20e3138908faceb85d22ae738f8ec6b72ca3d6cb authored almost 10 years ago by Thomas von Deyen <[email protected]>
Enhance the "user class missing" message.

We now only abort if the NameError is because of missing User class and re-raise if not. This st...

0fc7183ce940aba16045b6598377c74b22aca619 authored almost 10 years ago by Thomas von Deyen <[email protected]>
Fix gem version syntax in gemspec file

If we use multiple version strings we need to put them into an array to make them work properly.

cd30670e4dc0570e63f82114d83907197c80aa85 authored almost 10 years ago by Thomas von Deyen <[email protected]>
Order gem dependencies alphabetical.

36c4ba745f89dc8015d383f73a25c6dbfe38b55a authored almost 10 years ago by Thomas von Deyen <[email protected]>
Allow coffee-rails 4.1

754600273bfcf8649645af9fa41258502b274075 authored almost 10 years ago by Thomas von Deyen <[email protected]>
Allow latest acts_as_list version.

c4a1c541f475a85bc9e98bf98a2c3b21c88344fb authored almost 10 years ago by Thomas von Deyen <[email protected]>
Fix awesome_nested_set dependency.

6ffc8357c7d155fd67ad27f9da1e66626c9df7ed authored almost 10 years ago by Thomas von Deyen <[email protected]>
Fix configuration option of Simple Form.

7badd3469bda12df0c04d240f3d168a376fd0df4 authored almost 10 years ago by Thomas von Deyen <[email protected]>
Convert element#essence_error_messages spec into Rspec 3 syntax.

ac3f56e9815ded56423af82e7d58f30fa6d0079c authored almost 10 years ago by Thomas von Deyen <[email protected]>
Raise errors for Rspec deprecations.

8459cf8b41d61fd5bc57ce71ec8208fbf84561fb authored almost 10 years ago by Thomas von Deyen <[email protected]>
Do not patch the ApplicationController anymore.

There are very limited usecases that justify the patching of the ApplicationController and there...

13e37f33e9dffc6fa67ddd395173e40298f24717 authored almost 10 years ago by Thomas von Deyen <[email protected]>
Update .travis.yml

9a24f31d465d969d33f7f43ad7533a89e9c9a44b authored almost 10 years ago by Thomas von Deyen <[email protected]>
Using the SVG icon of the coveralls badge

4ef5f12c5fb87bf27f385efeb5f60718ec35c47e authored almost 10 years ago by Thomas von Deyen <[email protected]>
Do not allow to install Rails 4.2.0

Rails 4.2.0 has breaking changes.

807c1bc4164bea442810e7ee37fa24eeb259a6e5 authored almost 10 years ago by Thomas von Deyen <[email protected]>
Updates badges links for coveralls and codeclimate

977b8351b31bd5432b08b379f18eaf64e23fe31e authored almost 10 years ago by Thomas von Deyen <[email protected]>
Update TravisCI badge link in README

f9d3f5ed3853634118e240573cdb847ed9cbe8ef authored almost 10 years ago by Thomas von Deyen <[email protected]>
Update GitHub links in README

64e87ee79a917e7e8df10fbfd66e68f244a8b495 authored almost 10 years ago by Thomas von Deyen <[email protected]>
Removes deprecated JSON api

The JSON api moved into it's own namespace.

4c49b3d64b23e3a462f333f8acd2769fa529f50b authored almost 10 years ago by Thomas von Deyen <[email protected]>
Adds responders gem

To hvae respond_to and respond_with back.

5a72d77ff0fe6fc3c538c6084df741e9ddf68382 authored almost 10 years ago by Thomas von Deyen <[email protected]>
Use Rails 4.2.0 release version

9fa7c2775053000aae3119640eeb875c02d4ffd8 authored almost 10 years ago by Thomas von Deyen <[email protected]>
Merge branch 'master' into rails-4.2

Conflicts:
app/controllers/alchemy/pages_controller.rb

171f3c52d52674df1e455c37ad4b86c7ff0ef314 authored almost 10 years ago by Thomas von Deyen <[email protected]>
Add notice about missing user class while booting.

1fb23286e382f307d8d4a2325a435bfe9587af5f authored almost 10 years ago by Thomas von Deyen <[email protected]>
Merge pull request #695 from magiclabs/fix/resource-association-search

Fix/resource association search

6debd5452ec40cf48065f41f2867daec6c836e8c authored almost 10 years ago by Thomas von Deyen <[email protected]>
Fixes #694 eager load associations in query_items

The associations of a resource needs to be eager loaded when selecting a record and the columns ...

ea05a1031ac3a846ec53a0483609c06d49aa4710 authored almost 10 years ago by Robin Böning <[email protected]>
Convert attribute type to symbol in searchable_attributes

While the usage description of the `alchemy_resource_relations` class method indicated to use st...

52958979b67393ba710a0757394178bd746acfa2 authored almost 10 years ago by Robin Böning <[email protected]>
Using SVG versions of status badges [ci skip]

5624e6e6f7a73171a5d0a309472001f1d5433b2f authored almost 10 years ago by Thomas von Deyen <[email protected]>
Fix sprockets version to fix compass-rails issues

This fixes the "wrong number of arguments" error from latest compass-rails 2.0.1 used together w...

687ba09646eee4d2096d80c79160154a9270c78a authored almost 10 years ago by Thomas von Deyen <[email protected]>