spree_backend 3.0.0.rc1 → 3.0.0.rc3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/spree/admin/general_settings_controller.rb +3 -3
- data/app/controllers/spree/admin/resource_controller.rb +121 -118
- data/app/controllers/spree/admin/roles_controller.rb +6 -0
- data/app/controllers/spree/admin/search_controller.rb +9 -9
- data/app/controllers/spree/admin/users_controller.rb +4 -0
- data/app/helpers/spree/admin/base_helper.rb +5 -0
- data/app/helpers/spree/admin/navigation_helper.rb +1 -1
- data/app/models/spree/admin/resource.rb +33 -0
- data/app/views/kaminari/_paginator.html.erb +7 -7
- data/app/views/spree/admin/adjustments/_adjustment.html.erb +2 -2
- data/app/views/spree/admin/adjustments/_adjustments_table.html.erb +10 -8
- data/app/views/spree/admin/adjustments/edit.html.erb +1 -1
- data/app/views/spree/admin/adjustments/index.html.erb +6 -6
- data/app/views/spree/admin/adjustments/new.html.erb +1 -1
- data/app/views/spree/admin/countries/index.html.erb +4 -4
- data/app/views/spree/admin/customer_returns/_reimbursements_table.html.erb +1 -1
- data/app/views/spree/admin/customer_returns/_return_item_decision.html.erb +2 -2
- data/app/views/spree/admin/customer_returns/edit.html.erb +3 -3
- data/app/views/spree/admin/customer_returns/index.html.erb +5 -5
- data/app/views/spree/admin/customer_returns/new.html.erb +1 -1
- data/app/views/spree/admin/general_settings/edit.html.erb +9 -9
- data/app/views/spree/admin/images/edit.html.erb +1 -1
- data/app/views/spree/admin/images/index.html.erb +7 -5
- data/app/views/spree/admin/images/new.html.erb +1 -1
- data/app/views/spree/admin/option_types/index.html.erb +2 -2
- data/app/views/spree/admin/orders/_form.html.erb +4 -4
- data/app/views/spree/admin/orders/_line_item.html.erb +1 -1
- data/app/views/spree/admin/orders/_line_items_edit_form.html.erb +2 -2
- data/app/views/spree/admin/orders/customer_details/_form.html.erb +31 -21
- data/app/views/spree/admin/orders/customer_details/edit.html.erb +13 -11
- data/app/views/spree/admin/orders/edit.html.erb +2 -2
- data/app/views/spree/admin/orders/index.html.erb +5 -5
- data/app/views/spree/admin/payment_methods/index.html.erb +6 -6
- data/app/views/spree/admin/payments/_list.html.erb +2 -2
- data/app/views/spree/admin/payments/index.html.erb +1 -1
- data/app/views/spree/admin/payments/new.html.erb +1 -1
- data/app/views/spree/admin/product_properties/_product_property_fields.html.erb +2 -2
- data/app/views/spree/admin/product_properties/index.html.erb +6 -6
- data/app/views/spree/admin/products/_autocomplete.js.erb +1 -1
- data/app/views/spree/admin/products/_form.html.erb +36 -12
- data/app/views/spree/admin/products/index.html.erb +2 -2
- data/app/views/spree/admin/products/new.html.erb +1 -1
- data/app/views/spree/admin/products/stock.html.erb +10 -8
- data/app/views/spree/admin/promotion_categories/index.html.erb +2 -2
- data/app/views/spree/admin/promotions/index.html.erb +2 -2
- data/app/views/spree/admin/promotions/rules/_first_order.html.erb +0 -0
- data/app/views/spree/admin/properties/index.html.erb +2 -2
- data/app/views/spree/admin/prototypes/_form.html.erb +0 -5
- data/app/views/spree/admin/prototypes/index.html.erb +2 -2
- data/app/views/spree/admin/refund_reasons/index.html.erb +3 -2
- data/app/views/spree/admin/refunds/edit.html.erb +1 -1
- data/app/views/spree/admin/refunds/new.html.erb +1 -1
- data/app/views/spree/admin/reimbursement_types/index.html.erb +2 -3
- data/app/views/spree/admin/return_authorization_reasons/index.html.erb +3 -2
- data/app/views/spree/admin/return_authorizations/edit.html.erb +1 -1
- data/app/views/spree/admin/return_authorizations/index.html.erb +4 -4
- data/app/views/spree/admin/return_authorizations/new.html.erb +1 -1
- data/app/views/spree/admin/roles/_form.html.erb +8 -0
- data/app/views/spree/admin/roles/edit.html.erb +10 -0
- data/app/views/spree/admin/roles/index.html.erb +34 -0
- data/app/views/spree/admin/roles/new.html.erb +10 -0
- data/app/views/spree/admin/shared/_address.html.erb +38 -0
- data/app/views/spree/admin/shared/_address_form.html.erb +2 -2
- data/app/views/spree/admin/shared/_head.html.erb +2 -2
- data/app/views/spree/admin/shared/_index_table_options.html.erb +2 -2
- data/app/views/spree/admin/shared/_order_tabs.html.erb +6 -6
- data/app/views/spree/admin/shared/_product_tabs.html.erb +3 -3
- data/app/views/spree/admin/shared/_refunds.html.erb +1 -1
- data/app/views/spree/admin/shared/named_types/_index.html.erb +3 -3
- data/app/views/spree/admin/shared/sub_menu/_configuration.html.erb +17 -16
- data/app/views/spree/admin/shipping_categories/index.html.erb +6 -6
- data/app/views/spree/admin/shipping_methods/index.html.erb +6 -6
- data/app/views/spree/admin/state_changes/index.html.erb +1 -1
- data/app/views/spree/admin/states/_state_list.html.erb +2 -2
- data/app/views/spree/admin/states/index.html.erb +2 -2
- data/app/views/spree/admin/stock_locations/_form.html.erb +2 -3
- data/app/views/spree/admin/stock_locations/index.html.erb +6 -7
- data/app/views/spree/admin/stock_movements/index.html.erb +1 -1
- data/app/views/spree/admin/stock_transfers/index.html.erb +5 -5
- data/app/views/spree/admin/stock_transfers/show.html.erb +2 -2
- data/app/views/spree/admin/tax_categories/index.html.erb +7 -7
- data/app/views/spree/admin/tax_rates/index.html.erb +6 -6
- data/app/views/spree/admin/taxonomies/index.html.erb +2 -2
- data/app/views/spree/admin/taxons/edit.html.erb +2 -2
- data/app/views/spree/admin/trackers/index.html.erb +5 -5
- data/app/views/spree/admin/users/_sidebar.html.erb +4 -4
- data/app/views/spree/admin/users/addresses.html.erb +2 -2
- data/app/views/spree/admin/users/edit.html.erb +2 -2
- data/app/views/spree/admin/users/index.html.erb +1 -1
- data/app/views/spree/admin/users/items.html.erb +1 -1
- data/app/views/spree/admin/users/new.html.erb +1 -1
- data/app/views/spree/admin/users/orders.html.erb +1 -1
- data/app/views/spree/admin/variants/index.html.erb +17 -13
- data/app/views/spree/admin/zones/index.html.erb +5 -5
- data/config/routes.rb +1 -0
- metadata +14 -6
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spree_backend
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.0.
|
4
|
+
version: 3.0.0.rc3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sean Schofield
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-02-
|
11
|
+
date: 2015-02-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: spree_api
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 3.0.0.
|
19
|
+
version: 3.0.0.rc3
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 3.0.0.
|
26
|
+
version: 3.0.0.rc3
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: spree_core
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 3.0.0.
|
33
|
+
version: 3.0.0.rc3
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 3.0.0.
|
40
|
+
version: 3.0.0.rc3
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: bootstrap-sass
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -211,6 +211,7 @@ files:
|
|
211
211
|
- app/controllers/spree/admin/return_authorization_reasons_controller.rb
|
212
212
|
- app/controllers/spree/admin/return_authorizations_controller.rb
|
213
213
|
- app/controllers/spree/admin/return_items_controller.rb
|
214
|
+
- app/controllers/spree/admin/roles_controller.rb
|
214
215
|
- app/controllers/spree/admin/root_controller.rb
|
215
216
|
- app/controllers/spree/admin/search_controller.rb
|
216
217
|
- app/controllers/spree/admin/shipping_categories_controller.rb
|
@@ -247,6 +248,7 @@ files:
|
|
247
248
|
- app/helpers/spree/admin/tables_helper.rb
|
248
249
|
- app/helpers/spree/admin/taxons_helper.rb
|
249
250
|
- app/helpers/spree/promotion_rules_helper.rb
|
251
|
+
- app/models/spree/admin/resource.rb
|
250
252
|
- app/models/spree/backend_configuration.rb
|
251
253
|
- app/views/kaminari/_first_page.html.erb
|
252
254
|
- app/views/kaminari/_gap.html.erb
|
@@ -344,6 +346,7 @@ files:
|
|
344
346
|
- app/views/spree/admin/promotions/edit.html.erb
|
345
347
|
- app/views/spree/admin/promotions/index.html.erb
|
346
348
|
- app/views/spree/admin/promotions/new.html.erb
|
349
|
+
- app/views/spree/admin/promotions/rules/_first_order.html.erb
|
347
350
|
- app/views/spree/admin/promotions/rules/_item_total.html.erb
|
348
351
|
- app/views/spree/admin/promotions/rules/_landing_page.html.erb
|
349
352
|
- app/views/spree/admin/promotions/rules/_option_value.html.erb
|
@@ -380,8 +383,13 @@ files:
|
|
380
383
|
- app/views/spree/admin/return_authorizations/edit.html.erb
|
381
384
|
- app/views/spree/admin/return_authorizations/index.html.erb
|
382
385
|
- app/views/spree/admin/return_authorizations/new.html.erb
|
386
|
+
- app/views/spree/admin/roles/_form.html.erb
|
387
|
+
- app/views/spree/admin/roles/edit.html.erb
|
388
|
+
- app/views/spree/admin/roles/index.html.erb
|
389
|
+
- app/views/spree/admin/roles/new.html.erb
|
383
390
|
- app/views/spree/admin/search/products.rabl
|
384
391
|
- app/views/spree/admin/search/users.rabl
|
392
|
+
- app/views/spree/admin/shared/_address.html.erb
|
385
393
|
- app/views/spree/admin/shared/_address_form.html.erb
|
386
394
|
- app/views/spree/admin/shared/_alert.html.erb
|
387
395
|
- app/views/spree/admin/shared/_calculator_fields.html.erb
|