Andy Brett
|
de29d7e7d7
|
Merge pull request #8125 from jibees/5782-add-i18n-for-devise
Add devise-i18n and handle i18nization for devise controllers
|
2021-09-08 11:48:12 -07:00 |
|
Matt-Yorkley
|
44b870d248
|
Bump MRUJS and update syntax for new plugin architecture
|
2021-09-08 19:39:52 +01:00 |
|
Matt-Yorkley
|
48d4341e2d
|
Merge pull request #8112 from cillian/eager-load-permissions-with-enterprise-relationships
Eager load the EnterpriseRelationship :permissions association on the enterprise permissions page
|
2021-09-08 19:46:14 +02:00 |
|
Matt-Yorkley
|
1d5077061e
|
Remove andand
This old gem implemented some functionality for handling nils which is no longer needed, as it's provided natively by Ruby with the &. operator.
|
2021-09-08 14:28:31 +01:00 |
|
Matt-Yorkley
|
b53371d870
|
Fix not_empty scope
|
2021-09-08 12:14:53 +01:00 |
|
Matt-Yorkley
|
086c5ab264
|
Replace directive with data-confirm
|
2021-09-08 10:34:34 +01:00 |
|
Matt-Yorkley
|
8bf3f72ad3
|
Extract CableCar responses code to a concern
|
2021-09-08 10:34:34 +01:00 |
|
Matt-Yorkley
|
5ef34347a3
|
Implement optional non-Angular flash messages
|
2021-09-08 10:34:34 +01:00 |
|
Matt-Yorkley
|
e48b9d84e5
|
Extract boilerplate code
|
2021-09-08 10:34:34 +01:00 |
|
Matt-Yorkley
|
03abc395f2
|
Update responses to use cable_ready
|
2021-09-08 10:34:34 +01:00 |
|
Matt-Yorkley
|
7fa9457550
|
Add cable_ready
|
2021-09-08 10:34:34 +01:00 |
|
Matt-Yorkley
|
edb599b426
|
Disable Turbo page caching
|
2021-09-08 10:34:34 +01:00 |
|
Matt-Yorkley
|
062a3abc2d
|
Enable Turbo in the new checkout
|
2021-09-08 10:34:34 +01:00 |
|
Matt-Yorkley
|
6b028ba849
|
Disable Turbo site-wide
|
2021-09-08 10:34:34 +01:00 |
|
Matt-Yorkley
|
23779fd5e4
|
Include progressbar for mrujs form submissions
|
2021-09-08 10:34:34 +01:00 |
|
Matt-Yorkley
|
20ff594014
|
Set data-remote on checkout form
|
2021-09-08 10:34:34 +01:00 |
|
Matt-Yorkley
|
9be73a8ff1
|
Respond with HTTP error code on update failure
|
2021-09-08 10:34:34 +01:00 |
|
Matt-Yorkley
|
10f6368524
|
Add Angular teardown
|
2021-09-08 10:34:34 +01:00 |
|
Matt-Yorkley
|
658f0eccbb
|
Replace ng-app with explicit Angular bootstrapping and move scripts to head
|
2021-09-08 10:34:34 +01:00 |
|
Matt-Yorkley
|
b29d88be25
|
Add progress bar styling
|
2021-09-08 00:05:04 +01:00 |
|
Matt-Yorkley
|
79efa50a34
|
Add Turbo and MRUJS
|
2021-09-08 00:05:04 +01:00 |
|
Jean-Baptiste Bellet
|
0ec35b1f0d
|
Only shows order that actually have at least one line_item
Filter inside the API to shows only orders that have at least one line items
|
2021-09-07 17:25:46 +02:00 |
|
Matt-Yorkley
|
b4278aabbf
|
Merge branch 'master' into 8009-handling-shipping-adress
|
2021-09-07 09:44:49 +02:00 |
|
Matt-Yorkley
|
3bcfc673f7
|
Ensure selected shipping method is actually selected
Hashes with symbol keys != hashes with string keys 🙈
|
2021-09-06 20:58:22 +01:00 |
|
Matt-Yorkley
|
fb7a3a681b
|
Validate attributes per checkout step and decouple order-advancing
|
2021-09-06 14:25:16 +01:00 |
|
Matt-Yorkley
|
71412f8d4b
|
Update validations
|
2021-09-06 14:22:28 +01:00 |
|
Matt-Yorkley
|
c3b52ef00a
|
Remove payments validation
|
2021-09-06 14:19:35 +01:00 |
|
Matt-Yorkley
|
cfee804339
|
Improve concern loading
It shouldn't need `require` or `prepend`
|
2021-09-06 14:19:13 +01:00 |
|
Matt-Yorkley
|
e3e53b1504
|
Ensure feature toggle works for non-logged-in users
|
2021-09-05 22:39:47 +01:00 |
|
Matt-Yorkley
|
70513ae989
|
Don't transition to address before page load
|
2021-09-05 20:19:22 +01:00 |
|
Meron Ogbai
|
5ca552d380
|
Show flash error if preferred amount isn't valid
|
2021-09-05 01:11:12 +03:00 |
|
Matt-Yorkley
|
fe99a5cc55
|
Merge pull request #8129 from Matt-Yorkley/searchable
Searchable attributes
|
2021-09-03 09:43:25 +02:00 |
|
Matt-Yorkley
|
fbdc38b6c4
|
Merge pull request #8111 from jibees/4582-remove-units-on-quantity-column-
Display variant quantity on the quantity column on the edit order page in backoffice
|
2021-09-02 20:45:22 +02:00 |
|
vishaldeepak
|
b13b2b9b95
|
Customer Information on mail show be displayed depending on order cycle coordinator's customer names flag
|
2021-09-02 18:59:28 +05:30 |
|
Matt-Yorkley
|
3fc0278776
|
Whitelist searchable attributes on primary models
|
2021-09-02 14:06:15 +01:00 |
|
Matt-Yorkley
|
b25759670e
|
Implement ransackable whitelisting
|
2021-09-02 13:43:22 +01:00 |
|
Jean-Baptiste Bellet
|
97fd7e3d78
|
Improve look and feel by adding some responsive margins
|
2021-09-01 17:16:30 +02:00 |
|
Matt-Yorkley
|
9d6e5e9420
|
Remove currently unused code
|
2021-09-01 15:04:53 +01:00 |
|
Matt-Yorkley
|
1fca7d2a6c
|
Remove error-clearing from edit action
|
2021-09-01 15:04:53 +01:00 |
|
Matt-Yorkley
|
4cff185b4b
|
Extract params handling to service
|
2021-09-01 15:04:53 +01:00 |
|
Matt-Yorkley
|
57504f42d8
|
Move validations to state transitions
|
2021-09-01 15:04:53 +01:00 |
|
Matt-Yorkley
|
6acb1f6484
|
Tidy up view variables
|
2021-09-01 15:04:33 +01:00 |
|
Matt-Yorkley
|
9800483433
|
Simplify displaying selected shipping method
|
2021-09-01 15:04:33 +01:00 |
|
Matt-Yorkley
|
b7e1882bd8
|
Simplify setting address params
|
2021-09-01 15:04:33 +01:00 |
|
Matt-Yorkley
|
3fabe308cd
|
Extract #shipping_and_billing_match? helper
|
2021-09-01 15:04:33 +01:00 |
|
Matt-Yorkley
|
ac4d721de0
|
Extract #set_payment_amount method
|
2021-09-01 15:04:33 +01:00 |
|
Matt-Yorkley
|
2786fb30ba
|
Simplify order advancing process
|
2021-09-01 15:04:33 +01:00 |
|
Matt-Yorkley
|
978c882ed9
|
Don't select a random shipping method in Shipment
|
2021-09-01 15:04:33 +01:00 |
|
Matt-Yorkley
|
3dd8ed85b4
|
Implement manual shipping method selection
|
2021-09-01 14:16:32 +01:00 |
|
Matt-Yorkley
|
ebe2923512
|
Improve form outputs and error handling
|
2021-09-01 14:16:32 +01:00 |
|