Maikel Linke
|
c4f81b019e
|
Merge branch 'master' of github.com:openfoodfoundation/openfoodnetwork into sign_up_email_i18n
|
2016-08-19 09:27:17 +10:00 |
|
Rohan Mitchell
|
0830a5bd85
|
Add basic sell page
Conflicts:
config/routes.rb
|
2016-08-05 12:33:09 +10:00 |
|
Rohan Mitchell
|
d3ad823d97
|
Remove CMS configuration, gem. Fix permalink check dependent on CMS glob path.
|
2016-07-29 09:18:30 +10:00 |
|
Maikel Linke
|
52f68dac33
|
Merge branch 'master' of github.com:openfoodfoundation/openfoodnetwork into enterprise-load
|
2016-07-06 11:35:26 +10:00 |
|
Maikel Linke
|
c253d73d11
|
Refactoring with feedback on pr #1073
|
2016-06-29 15:46:51 +10:00 |
|
Lynne
|
36093c0f64
|
Merge pull request #1045 from lin-d-hop/sign_up_email_i18n
Sign up email i18n
Merging so that I can test emails on UK staging.
|
2016-06-20 17:29:37 +01:00 |
|
Lynne Davis
|
f37f89dd07
|
Adding Community forum to ContentConfig
|
2016-06-20 15:13:49 +01:00 |
|
Maikel Linke
|
e284ad62b2
|
Inject only relative enterprises into shopfront
Other shops displayed in producer modals are lazy loaded when opening
their modal.
|
2016-06-17 17:15:16 +10:00 |
|
Rob Harrington
|
6586e67a5c
|
Better messaging around deletion of customers
|
2016-06-17 14:47:04 +10:00 |
|
Rob Harrington
|
61969f5c84
|
Ensure CustomersController#update.json gives an appropriate response
pendingChanges submits an empty string when a field is blank (rather than undefined)
|
2016-06-16 22:42:53 +10:00 |
|
Rob Harrington
|
7028fbe288
|
Find current_customer via current_distributor and current_user rather than current_order
Moving available_payment_methods to enterprises_helper, as per available_shipping_methods
|
2016-05-28 00:31:59 +10:00 |
|
Rob Harrington
|
607b674c57
|
Refactoring tag rule logic, placing in TagRuleApplicator lib class
|
2016-05-27 16:25:10 +10:00 |
|
Rob Harrington
|
e32e3ddf70
|
Applying FilterOrderCycles rules in the frontend
|
2016-05-27 16:25:10 +10:00 |
|
Rob Harrington
|
1cb51b5c71
|
CodeClimate fixes for filter-products branch
|
2016-05-27 16:23:26 +10:00 |
|
Rob Harrington
|
48d4c8733d
|
When we load up incomplete orders, make sure that they have a user associated if the user is logged in
Also associate customer ONLY if one already exists. This is required to prevent unauthorised access to customer-only shopfronts.
|
2016-05-27 16:23:26 +10:00 |
|
Rob Harrington
|
302bdfd628
|
Implementing FilterProducts rules in the frontend
|
2016-05-27 16:23:26 +10:00 |
|
Maikel Linke
|
e4f855b64a
|
Display calculator in payment method edit form
|
2016-05-25 14:56:52 +10:00 |
|
Rob Harrington
|
1d8719b474
|
Default column visibility can be set per user using ColumnPreferences model
|
2016-05-25 08:10:20 +10:00 |
|
Rob Harrington
|
564c1a3650
|
Improvements to customers page
Create customer from dialog
Limiting the number of products shown as once
Adding SaveBar and StatusMessage
|
2016-05-25 08:10:20 +10:00 |
|
Rob Harrington
|
ddcfe1535a
|
Making TagRule autocomplete available to models other than Customer
Incorporate ng admin.tags module and rails TagController into existing admin.tagRules module + TagRuleController
|
2016-05-25 08:10:20 +10:00 |
|
Rob Harrington
|
6a610ff7a4
|
Merge remote-tracking branch 'origin/master' into uk/trial-length
|
2016-05-20 12:22:47 +10:00 |
|
Rohan Mitchell
|
9ac6de4215
|
Admin can set bugherd API key
|
2016-05-04 11:42:07 +10:00 |
|
Maikel Linke
|
fa5fa9e228
|
Auto-complete tags on customers page
- new controller serving tags for an enterprise as JSON
- customers page suggesting these tags
- emphasising tags that have rules
|
2016-04-29 15:18:17 +10:00 |
|
Rohan Mitchell
|
cf40e0432a
|
When cart is updated with insufficient stock, show amount in cart, not amount entered
|
2016-04-27 12:27:24 +10:00 |
|
Maikel Linke
|
23e598f2f8
|
Destroy customer without flash notice
|
2016-04-22 14:55:43 +10:00 |
|
Rohan Mitchell
|
a26266159c
|
Fix timing issue: change in client-side value during server update
|
2016-04-22 10:47:20 +10:00 |
|
Rohan Mitchell
|
5151779f80
|
When update is for another line item, still update all stock levels and show warnings
|
2016-04-21 09:36:23 +10:00 |
|
Rohan Mitchell
|
3dcfa810fd
|
Display out of stock banner when viewing cart directly
|
2016-04-21 09:36:23 +10:00 |
|
Rohan Mitchell
|
9b3139dba9
|
When there's an out of stock product in the cart, visiting the shopfront returns user to the cart
|
2016-04-21 09:36:23 +10:00 |
|
Rohan Mitchell
|
35117f7af4
|
Show a modal when available stock levels have reduced
|
2016-04-21 09:36:23 +10:00 |
|
Rohan Mitchell
|
fee0f90a1b
|
After adding products to cart, return status of cart and available stock levels
|
2016-04-21 09:36:22 +10:00 |
|
Rohan Mitchell
|
d45b525497
|
When there's an out of stock product in the cart, placing order returns user to the cart
|
2016-04-21 09:36:22 +10:00 |
|
Rohan Mitchell
|
243f59c87d
|
When there's an out of stock product in the cart, checkout returns user to cart
|
2016-04-21 09:36:22 +10:00 |
|
Lynne Davis
|
30ed6df38d
|
Adding super admin configuration for the minimum billable turnover functionality
|
2016-04-15 16:56:09 +01:00 |
|
Lynne Davis
|
4fc33c7da2
|
Fixing wild typo
|
2016-04-15 16:51:07 +01:00 |
|
Lynne Davis
|
abfb8149d9
|
Adding configurable Shop Trial Length in business model
|
2016-04-15 16:51:07 +01:00 |
|
Maikel Linke
|
48f1794d70
|
Allow admin user to create customers
|
2016-04-15 14:34:29 +10:00 |
|
Maikel Linke
|
e17b609517
|
Apply code standards
|
2016-04-15 14:31:54 +10:00 |
|
Maikel Linke
|
831df0b222
|
Create and delete customers in admin interface
Removed Customers service and extended CustomerResource.
|
2016-04-15 11:12:22 +10:00 |
|
Rohan Mitchell
|
59b564c4be
|
Report job queue status via API
|
2016-04-13 16:48:24 +10:00 |
|
Rob Harrington
|
bf72864c2b
|
Tag Rules can be deleted
|
2016-04-01 19:48:25 +11:00 |
|
Rob Harrington
|
4c2552e0bf
|
Enterprise users can create tag rules
|
2016-04-01 19:48:25 +11:00 |
|
Rob Harrington
|
066190c16f
|
First cut at an interface for updating tag rules
|
2016-04-01 19:48:25 +11:00 |
|
Rohan Mitchell
|
27d7b3026b
|
Move OpenFoodNetwork::ProductsCacheIntegrityChecker.active_exchanges to Exchange model
|
2016-03-09 12:28:09 +11:00 |
|
Rohan Mitchell
|
422061f137
|
Merge branch 'master' into products-caching
Conflicts:
app/controllers/shop_controller.rb
app/models/enterprise_fee.rb
app/models/order_cycle.rb
app/models/variant_override.rb
db/schema.rb
lib/open_food_network/products_renderer.rb
spec/lib/open_food_network/products_renderer_spec.rb
|
2016-03-03 09:42:52 +11:00 |
|
Rohan Mitchell
|
e16ca82e76
|
Extract product JSON rendering to lib class. Fix HTML stripping that never actually worked.
|
2016-03-02 12:10:22 +11:00 |
|
Rob Harrington
|
77e74c5642
|
OC Coordinators can opt to restrict products in an order cycle to those in their inventory only
|
2016-03-02 12:10:22 +11:00 |
|
Rob Harrington
|
7008d26f68
|
WIP: Alerting user to presence of new variant for inventory, new variants can be filtered + limited
|
2016-03-02 12:10:22 +11:00 |
|
Rob Harrington
|
f06d909c23
|
WIP: Adding infrastructure to show/hide variants + overrides using inventory items
|
2016-03-02 12:10:22 +11:00 |
|
Rob Harrington
|
caa8818f02
|
Adding option to 'Inherit From Product' for enterprise_fee tax categories
|
2016-03-02 11:56:46 +11:00 |
|