Ecosyste.ms: OpenCollective

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

github.com/solidusio/solidus

🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
https://github.com/solidusio/solidus

Merge pull request #2815 from masatooba/use-user-class-table-name-instead-of-specified-table-name

Use Spree.user_class.table_name instead of spree_users

e90c34a46475b0e8999732273aada6bb9193f345 authored over 6 years ago
Merge pull request #2812 from jtapia/chore/fix_taxons_admin

Fix space between taxons on admin taxonomies

1bcf4b20068bbcfd52468eb6a4661d0b58c7dd73 authored over 6 years ago
Merge pull request #2829 from JuanCrg90/show-tracking-url-admin

Tracking Number link to Tracking URL page

24ae668152b5c816051d9712cc455b820859682d authored over 6 years ago
Merge pull request #2836 from huoxito/money-allocate

Money#allocate calculates weights already

9d836a4e194663a55a02188fbd02bfd023e05eb7 authored over 6 years ago
Set monetize back to ~> 1.8

da6cac4051c8c8590dd34547b3960c53a5489771 authored over 6 years ago
Merge pull request #2831 from geminimvp/factory_dynamic_attributes

Move factory_bot static attrs to dynamic

068395951f6f46d54ccf590779457a3a1875a973 authored over 6 years ago
Set correct quantity on order import

When importing an order, we need to create the line items before we
check for them (which happen...

1bde5557d88aa9cde526c49dcdd5266752bdb307 authored over 6 years ago
Loose monetize version ~> 1.9

0e6070613e68242db247eae50fc49dc6602e1e7b authored over 6 years ago
Money#allocate calculates weights already

715a803e174cd24323962cde006529b8df715730 authored over 6 years ago
Move factory_bot static attrs to dynamic

Factory_bot is now flagging static factory attributes as deprecated,
pending removal in version ...

749691ecaa2e231b3ccc027d038fc07820190177 authored over 6 years ago
Tracking Number link to Tracking URL page

168752f038161bba261d52d7e861420082ca4d53 authored over 6 years ago
Merge pull request #2832 from bazfer/patch-4

Update user_class_handle.rb

013108356a9141c9b4c928ca0e847d2eaea51112 authored over 6 years ago
Merge pull request #2826 from nebulab/ransack-rails-5.2.1

Compatibility with Rails 5.2.1 & Ransack

8a58bc5323dcf250eae1b4fbb2e65413cb16fd6b authored over 6 years ago
Lock monetize version to 1.8.x

This commit comes from @huoxito work on nebulab/solidus#15 (Thanks!)

On newer versions monetize...

3f027e24805f146507d032404a8c727d815d778a authored over 6 years ago
Fix specs that fail under Rails 5.2.1

I'm not sure why but previously the association was returning an
instance of ActiveRecord::Assoc...

ca82f6a703199b38769280da77e1d2dee7a4a979 authored over 6 years ago
Bump ransack dependency up to 2.0

Ransack 2.0.1 is the only version compatible with rails 5.2.1.

Rails < 5.0 is no more supported...

277067c635ba5fe5019cda9946814dd87138cb44 authored over 6 years ago
Update user_class_handle.rb

typo

90b4394dc5055e317aaeb1bb47f6f62cb2eebb4f authored over 6 years ago
Use Spree.user_class.table_name instead of spree_users

In some cases custom user class is used, as the table name for that
class is not necessarily spr...

001192b08e6f8637e9abf3074f9894f915d082b4 authored over 6 years ago
update documentation copy to reflect PR suggestions

2405ac68695e992317906ca366e2e5c56c73e9e4 authored over 6 years ago
update copy with PR suggestions

5e969064a297ddc52483e76fe265d3fcc0c9a564 authored over 6 years ago
Move reports from backend into an extension

825077c29ea05269351882b24e642802dfbdcda9 authored over 6 years ago
Add structure to customer flow article

This commit adds additional headings to the customer flow article. This
allows readers to more q...

64ef8a917371c35dcc6f44bc891fed9b51ef66d5 authored over 6 years ago
add documentation for making new Solidus extensions

d9d1bf01f85a04b17b9a31d58f66d0c8b6397413 authored over 6 years ago
Fix space between taxons on admin taxonomies

a2bce177cdb3e0b99856af59b1f5d1e192176378 authored over 6 years ago
Update customer flow with notes about store admins

7b11999d1149676302afa31752468a21e79973bc authored over 6 years ago
Add article that documents a Spree::Order journey

The initial version of this article tracks a Spree::Order, from before
it is created (by a custo...

409d39b913391bac8115bfa957ea05795eb3151d authored over 6 years ago
Merge pull request #2795 from jtapia/chore/reimbursement_mailer_customization

Allow customizing the reimbursement mailer class

425240b84f670558aab61df2655be9a75e00dda0 authored over 6 years ago
Merge pull request #2792 from jtapia/chore/order_mailer_customization

Allow customizing the order mailer class

dde082e96b56a96ea0b535637685f37f0a96e8bf authored over 6 years ago
Skip forgery protection in api controllers

Rails is now enabling forgery protection by default so we need
to explicitly disable it for api ...

6f3f17262c49da898b0d63157a87029f4e1f27aa authored over 6 years ago
Use js in specs that require some javascript rails magic

link_to with `method: :put` uses rails-ujs to append the csfr token
to the request taking that f...

c78b8c66c515dc86cf5699b14a583af8ba59188f authored over 6 years ago
Set dummy app forgery protection to true

This is how new (Rails 5.2+) apps are generated by default starting
from rails/rails@ec4a836 com...

3b8311230cd8ec208a89c526b03cd04bea1818f1 authored over 6 years ago
Allow customizing the reimbursement mailer class

4d454fbf9a724ec7a859d3c8f7088a09950228fe authored over 6 years ago
Allow customizing the order mailer class

10c0ed5497f5b6dc40263877fbaf01d2f2bfd199 authored over 6 years ago
Merge pull request #2796 from jtapia/chore/promotion_code_batch_mailer_customization

Allow customizing the promotion code batch mailer class

826d9288684cf8f275bf04ac144b9b0ee84da1b6 authored over 6 years ago
Merge pull request #2787 from nebulab/fix-completed-order-permissions

Fix permissions for users to change their own orders

9a93b1ef2aa720fb6b8162b8f44a69a4c6d0f6a0 authored over 6 years ago
Allow customizing the promotion code batch mailer class

c8e3e481e2011ac7950a0b8bbd36c4160aec7d01 authored over 6 years ago
Refactor OrdersController authorization code

It basically moves authorization into each action that needs it.

In specs we were testing that ...

95e63e8a56e1bae02365763177c1dc81a70623e4 authored over 6 years ago
Do not let owner change their completed orders by default

Now our permissions set allows to change completed orders only by
user that placed it (and admin...

3febaced1b3b6d820e831ad52b640fc9894b5ab9 authored over 6 years ago
Merge pull request #2788 from jtapia/chore/fix_payment_method_type_update

Fix issue not updating payment method type on admin

a7c502e62089c9dc56fa12bf010b0643958ee474 authored over 6 years ago
Fix issue not updating payment method type on admin

58498721f0d8161a8e65a460ba8a662645fbace8 authored over 6 years ago
Merge pull request #2646 from gianlucarizzo/add-edit-user-backend-permission-check

Disable backend footer profile edit link if role cannot edit users

7ccbe3a9e2642d2da4e15df1ad2012de810997cd authored over 6 years ago
Use two column layout for stock location form

We have lots of vertical space, let's use it.

c9a3ecc39044937985e5d767ad70786a9c30b388 authored over 6 years ago
Merge pull request #2761 from benjaminwil/user_guides/products/variants

Add documentation about variants for end users

01ee19ea46bec40ab9b262a6152bdc48b51f0154 authored over 6 years ago
Merge pull request #2759 from benjaminwil/user_guides/products/product_properties

Add documentation about product properties for end users

5165f5fde66c72c2209a73fb70a7a2cc1578f0ff authored over 6 years ago
Merge pull request #2757 from benjaminwil/user_guides/inventory/initial

Add initial stock documentation for end users

b43578dd20a05c71ab798ce2705e1645b8efee2a authored over 6 years ago
Merge pull request #2751 from stewart/fix/reports-static-translations

Dynamically render ReportsController translations

d24e3d5e993fef87d15029e17d36ea6aca8c35b0 authored over 6 years ago
Merge pull request #2750 from benjaminwil/user_guides/locations/initial

Add initial zones documentation for end users

eea59bdce324bc16f37fd721d2459af561d4835a authored over 6 years ago
Merge pull request #2738 from khawatechnology/patch-1

Add missing data-hook on customer_returns tab

33576ad553cbc0c4c3c52e69bf8cfebcd02fe963 authored over 6 years ago
Merge pull request #2771 from jacobherrington/bug/customer-email-should-be-required-2008

make customer email field required when an admin is making a new order

d6c6e6d3d9ec9406d8663c6602f477ca1a7bf490 authored over 6 years ago
Merge pull request #2774 from softr8/improve-price-currently-valid

Making sure order by columns do not collide with other tables

7c3ba13f0d651eaddeff84c95fe1f0712e5a616b authored over 6 years ago
Merge pull request #2785 from benjaminwil/guides/typos

Fix guides typos and clean up example code blocks

bcdd27bcc4969bbfc923b270de8776cdf47c6c22 authored over 6 years ago
Merge pull request #2778 from nebulab/fix-store_credit-spec

Fix a store credit spec that is time zone dependent

a4a57eae883e67ec4aebd1de55d2bd2d809c4086 authored over 6 years ago
Merge pull request #2782 from coorasse/feature/extend_taxons_controller

Allow to easily extend the TaxonsController

475d9db5d0291dd4aeddc58ec919988c336729bb authored over 6 years ago
Fix typo

e596fc875f7c3ee0c625dc01130b2eec4e5315c7 authored over 6 years ago
Fix typo; improve code readability

The example code used very long lines and could have been clearer. It's
still not perfect, but a...

03da74d69f662d67681c53f6f6c1d8361e47ff32 authored over 6 years ago
Add missing reference link

90dabba73d8589219a3c1d6a68d71f22eb2870ca authored over 6 years ago
Extract the loading of the taxon in a method to allow an easier overriding

Update CHANGELOG

a1c35301bd79d343814422329c669f739da0fd94 authored over 6 years ago
Fix a store credit spec that is time zone dependent

This test fails running in Europe in the morning:

expected: "June 01, 2014"
got: "May ...

10996b38d0ebb0c6be38a0def58078f044214574 authored over 6 years ago
Deprecate `#display_image` methods

Products and variants should not need to worry about providing images to
the view layer. They sh...

6cd8d5837e02a2271636b8b9c8e2cd62b164c6c2 authored over 6 years ago
Use `#gallery` in JBuilder templates

Doing this allows a developer to plug in different galleries for
variants and products and not n...

03195818f8f4d01327a3f30496f5a1d4c3ea4255 authored over 6 years ago
Use `#gallery` in admin views

Doing this allows a developer to plug in different galleries for
variants and products and not n...

93062661c4d1688663689efb05049d6e803e5b7c authored over 6 years ago
Use new image interface in backend image partial

Instead of calling a Paperclip specific method (`#attachment`) we
instead want to use the more g...

a8c8167979642dfa4957ca531a31ca8e811ff662 authored over 6 years ago
Modify product thumbnails for frontend

Doing this allows a developer to plug in different galleries for
variants and products and not n...

c56bca39406bf191b8858246d195cff75f1a76a0 authored over 6 years ago
Use `#gallery` in frontend views

Doing this allows a developer to plug in different galleries for
variants and products and not n...

17585a7da4050798ffe3714cef12ad7104f14d62 authored over 6 years ago
Add integration points for image galleries

Image uploading extensions can define their own galleries (that quack
like these ones) and use t...

942f84902bcbc41e69455d507b299af6028a23d0 authored over 6 years ago
Add `#gallery` to `Variant` and `Product`

`Product` and `Variant` should not know the implementation details of
their images. When they ha...

0e47416931549d6c6a3a03f58162a457089dd766 authored over 6 years ago
Deprecate `Spree::Image#mini_url`

This isn't being used anywhere in the project.

72f6220384945f5b8755387631c0250d1c20dbb4 authored over 6 years ago
Use new image interface in frontend image partial

Instead of calling a Paperclip specific method (`#attachment`) we
instead want to use the more g...

28ee47d9c1e0a5abc06464e3ef80a7dcfea2a081 authored over 6 years ago
Add `#url` and `#filename` to Spree::Image

The view layer in Solidus uses too many many Paperclip specific calls.
In order to remove Paperc...

12f9edb91705d8a53bfc9cdc35790d8682b35d15 authored over 6 years ago
Add image galleries for `Product` and `Variant`

Paperclip is deprecated, we need to remove it from being stock Solidus.
This becomes a problem b...

c96516f0f8c3faea3860de589be4d1da118a78df authored over 6 years ago
Making sure order by columns do not collide with other tables

8c0bbe40df704a09e48bfe6343f175f277b0647b authored over 6 years ago
Merge pull request #2766 from jacobeubanks/bug/user-address-form

Fix bug with user address forms

89f7daec69003ed3acd27cf81a624007e42c0f22 authored over 6 years ago
Update documentation format for Middleman docs site

d5119df78b9cc7817eac93be8bf2baf47193b1f8 authored over 6 years ago
Add article about variants for end users

06f04ddbd096e4251680ed9434322330c01c06b1 authored over 6 years ago
Add initial product details management information

9823f62702ddf37579c0de5f1f7e852bfa3a56a8 authored over 6 years ago
Add product properties docs stub; tweak existing properties article

dd5434da5cc1e6cb6d4c0395169fc51b907a06ba authored over 6 years ago
Merge branch 'master' into user_guides/locations/initial

4bb8012ea29e40dfe445ab8d71a6558c5e547680 authored over 6 years ago
Merge pull request #2420 from nebulab/add-return-authorization-specs

Improve admin return authorization controller

c37bb06701cf585f9affd8d8342143835c788318 authored over 6 years ago
Merge pull request #2749 from benjaminwil/user_guides/taxation/initial

Add initial taxation documentation for end users

6ea7cb61ef4a65bcfb43a2c582391f1a42fc4481 authored over 6 years ago
Merge pull request #2755 from benjaminwil/user_guides/promotions/promotion_actions

Add promotion actions and promotion calculators documentation for end users

72013a8be6d619eb452b282c4cc1adea88a26e8c authored over 6 years ago
Document product and variant properties

743915a6c972bcf675ef03faaadbaaffe910b2e2 authored over 6 years ago
Add product properties docs stub; tweak existing properties article

9436a8e66d30d601c1f33e0980e6f57cd2745a69 authored over 6 years ago
Add stub about product stock backend UI

039f1a31759dc91e6abe4b437a5f914ec846be7d authored over 6 years ago
Add initial stock documentation for end users

0bdb41362e7e5dcc5912363bea069078f5935e79 authored over 6 years ago
Change description of how admins count inventory

c4e40d86a28bb4974b6b725353c79e88c3668795 authored over 6 years ago
Better describe calculables to end users

9e617ce878409b06e9555932fb14d15a495fb223 authored over 6 years ago
make customer email field required when an admin is making a new order

e567a6e6f64ee2f5fa83a789ec0bc167bcbc1198 authored over 6 years ago
Merge pull request #2763 from benjaminwil/guides/guides.solidus.io_launch

Add links to guides.solidus.io in Solidus's README.md and clean up README formatting

903a408cbba72065f234ade745d8c15d60275b7e authored over 6 years ago
Fix typo

b8025b6a5505cd7bba6535375c8c952d79b201ab authored over 6 years ago
Add first draft for admin promotional calculators

8c620cff61432bbb9ad63af3889ef9332bb10a5f authored over 6 years ago
Add initial promotions overview for admins

2e229c7e89d2942a3ed9e960e6aebbf513fef77b authored over 6 years ago
Add link to promotion calculators article

547f272d342bb8fdd2e3d69665018cb922f10e6e authored over 6 years ago
Update documentation format for Middleman docs site

552b4bf09d8607b85f5de46f4075c9cb9fdca59f authored over 6 years ago
Stub Promotion actions and calculator articles

caa6a113d18675b8ab6fa93f3c0b78c70b7a946d authored over 6 years ago
Add missing line break

086ade67df0d6dadbbf75ab59a06fbc0c40e4fcc authored over 6 years ago
Write initial overview of zones (for admins)

d6b30f18d2c1cdf97e9a2b79b2c34b9cf7c0f354 authored over 6 years ago
Make location docs clearer; add links

This commit makes some explanation of Solidus zones more clear. It also
adds links to now-merged...

474ddd92de82ba536985ce58cf85cb57b235189e authored over 6 years ago
Convert user documentation to Middleman format

11de74dafe3398295e833e19a7b5d7aca8a117a8 authored over 6 years ago
Port developer docs for zones to end user docs

Zones are mostly a Solidus concept, and the developer docs attempt to
explain how this concept i...

793a1f6d44f017971e0594e626e2db78554206ec authored over 6 years ago
Rename CSS class 'js-locations-form' to 'js-addresses-form'

ef62fdff67a463b69cb2aeb6d3ba8334a54235c7 authored over 6 years ago