Matt-Yorkley
|
ba583dcf39
|
Install jquery-ui via yarn
We can delete the gem once the Javascript part has been handled
|
2021-12-27 17:45:06 +00:00 |
|
Matt-Yorkley
|
9d18f318ac
|
Remove Sprockets includes in admin scss
|
2021-12-27 17:45:06 +00:00 |
|
Matt-Yorkley
|
b33ac49442
|
Update vendor import paths
|
2021-12-27 17:45:06 +00:00 |
|
Matt-Yorkley
|
05ac7e6798
|
Comment out leaflet image paths
These images don't exist anywhere. They were silently ignored before.
|
2021-12-27 17:45:06 +00:00 |
|
Matt-Yorkley
|
0057dbcb89
|
Remove Sprockets require statements
|
2021-12-27 17:45:06 +00:00 |
|
Matt-Yorkley
|
bab60f4944
|
Drop foundation-rails gem
|
2021-12-27 17:45:06 +00:00 |
|
Matt-Yorkley
|
2e194ac312
|
Switch to npm-based Foundation javascript
|
2021-12-27 17:45:06 +00:00 |
|
Matt-Yorkley
|
54929ab6ed
|
Drop foundation-icons gem
It looks like we don't actually use these icons anywhere...
|
2021-12-27 17:45:06 +00:00 |
|
Matt-Yorkley
|
ec2213d2f0
|
Reduce duplicate import statements
It looks ike these CSS rules are actually being re-imported multiple times, which is bloating the output.
|
2021-12-27 17:45:06 +00:00 |
|
Matt-Yorkley
|
825aeeae04
|
Migrate images and update assets
|
2021-12-27 17:45:06 +00:00 |
|
Matt-Yorkley
|
cb27081425
|
Install Foundation 5.5.2 via yarn
|
2021-12-27 17:45:05 +00:00 |
|
Matt-Yorkley
|
8dfc30438b
|
Move CSS to Webpacker
|
2021-12-27 17:45:05 +00:00 |
|
Matt-Yorkley
|
482879245f
|
Merge pull request #8632 from Matt-Yorkley/default-url-options
Set default_url_options in all environments
|
2021-12-27 12:23:49 +00:00 |
|
Matt-Yorkley
|
15c59d1a93
|
Merge pull request #8647 from Matt-Yorkley/test-suite-issues
Fix infinite loop in datepicker selection logic
|
2021-12-27 12:19:56 +00:00 |
|
Matt-Yorkley
|
c046f72ca8
|
Fix infinite loop in datepicker selection logic
|
2021-12-27 11:17:33 +00:00 |
|
Matt-Yorkley
|
5b5a9ad750
|
Set default_url_options explicitly in all environments
|
2021-12-25 13:27:16 +00:00 |
|
Matt-Yorkley
|
b813acdab3
|
Tidy up (consolidate) setting of the "domain" in dev and test environments
|
2021-12-25 13:27:16 +00:00 |
|
Filipe
|
750411fd15
|
Merge pull request #8592 from openfoodfoundation/gateway-redirects
Refactor payment gateway redirects handling
|
2021-12-23 21:35:45 +00:00 |
|
Filipe
|
e1664c173a
|
Merge pull request #8622 from openfoodfoundation/transifex
Transifex
|
2021-12-23 21:34:55 +00:00 |
|
Filipe
|
20c0195584
|
Merge pull request #8017 from cillian/hide-variants-with-no-stock
When creating backoffice orders hide variants with no stock by default
|
2021-12-23 21:34:06 +00:00 |
|
Filipe
|
b256696544
|
Merge pull request #8549 from mkllnk/deprecate-stripe-connect
Hide old "Stripe" (StripeConnect) payment method type, keep new Stripe SCA
|
2021-12-23 21:33:42 +00:00 |
|
Filipe
|
7560b4e056
|
Merge pull request #8482 from jibees/6689-search-city-and-state-name
Search enterprises through name + city and state_name
|
2021-12-23 21:33:06 +00:00 |
|
Filipe
|
a3f3d8f96f
|
Merge pull request #8598 from seballot/oc-notify-producers
Configuration to automatically notify producers on order cycle close
|
2021-12-23 21:31:45 +00:00 |
|
Matt-Yorkley
|
860c2ba03c
|
Update spec/models/order_cycle_spec.rb
|
2021-12-23 20:41:49 +01:00 |
|
Sebastian Castro
|
708d40ac67
|
reset_processed_at adds guard clause
|
2021-12-23 20:41:49 +01:00 |
|
Sebastian Castro
|
ed64b6176f
|
OC will renotify automatically if closing date change
|
2021-12-23 20:41:49 +01:00 |
|
Sebastian Castro
|
b76defc602
|
Improve notify producer button
Add icon
Better confirmation message
Adds tooltip
Adds small icon and change text if already notified
|
2021-12-23 20:41:49 +01:00 |
|
Sebastian Castro
|
d18b482b4c
|
Move button rules into dedicate file
|
2021-12-23 20:41:49 +01:00 |
|
Sebastian Castro
|
eb6797220f
|
Lift order cycle advanced settings UI
|
2021-12-23 20:41:49 +01:00 |
|
Sebastian Castro
|
95ff3d7a11
|
Add automatic_notification field in advanced settings
|
2021-12-23 20:41:49 +01:00 |
|
Matt-Yorkley
|
887879f410
|
Create job for handling of closing order cycles
|
2021-12-23 20:41:49 +01:00 |
|
Matt-Yorkley
|
492325b74a
|
Add automatic_notifications column to order_cycles table
|
2021-12-23 20:41:49 +01:00 |
|
Matt-Yorkley
|
e78cea457c
|
Add :unprocessed scope to OrderCycle
|
2021-12-23 20:41:42 +01:00 |
|
Matt-Yorkley
|
17a112907c
|
Add processed_at column to order_cycles table
|
2021-12-23 20:41:42 +01:00 |
|
Filipe
|
b786d89fe9
|
Merge pull request #8555 from jibees/8507-fix-product-search-order-
Searching variants should order results by variant display name
|
2021-12-23 17:41:01 +00:00 |
|
Filipe
|
24301000bf
|
Merge pull request #8631 from jibees/8625-step2-submit-errors
SplitCheckout - Handle submit on step2
|
2021-12-22 18:30:10 +00:00 |
|
Matt-Yorkley
|
570eb21469
|
Merge pull request #8638 from cillian/store-payment-captured-at
Add a :captured_at column on payments to store when they are captured
|
2021-12-22 15:21:55 +00:00 |
|
Filipe
|
4001fa985b
|
Merge pull request #8612 from Matt-Yorkley/packing-reports-filtering
Packing reports filtering
|
2021-12-22 13:03:17 +00:00 |
|
Matt-Yorkley
|
f0d54dd083
|
Tidy up #redirect_to_payment_gateway
|
2021-12-22 09:58:08 +00:00 |
|
Maikel
|
aae873df9d
|
Merge pull request #8639 from filipefurtad0/sitemap_spec_into_syste
Updates/moves sitemap_spec
|
2021-12-22 16:16:09 +11:00 |
|
Filipe
|
1cee7b6f17
|
Merge pull request #8614 from mkllnk/8606-subs-dups
Synchronise processing of subscriptions and avoid duplicate order creation
|
2021-12-21 16:57:46 +00:00 |
|
filipefurtad0
|
b79ae1af7a
|
Fixes rubocop offense
|
2021-12-21 10:51:20 +00:00 |
|
Matt-Yorkley
|
8016e90e07
|
Ensure payment method is actually selected
|
2021-12-20 18:47:22 +00:00 |
|
Matt-Yorkley
|
dd23e3d38a
|
Simplify payment method controller
|
2021-12-20 18:47:22 +00:00 |
|
Matt-Yorkley
|
b4dab46cf8
|
Remove unused code for changing required attributes
|
2021-12-20 18:36:28 +00:00 |
|
Matt-Yorkley
|
723d6489cd
|
Extract initSelectedCard()
|
2021-12-20 18:36:26 +00:00 |
|
Matt-Yorkley
|
9525e353a3
|
Don't try to select a card if there is no select element
This error was being thrown when the user had no cards saved:
```
TypeError: stripeCardsController is null
```
|
2021-12-20 18:36:09 +00:00 |
|
Matt-Yorkley
|
a64f654697
|
Don't try to select a card if there is no selectTarget
This error was being thrown when the user had no cards saved:
```
Error: Missing target element "stripe-cards.select"
```
|
2021-12-20 15:41:22 +00:00 |
|
Matt-Yorkley
|
f18fc3c2f3
|
Implement disconnect() to tidy up (remove) event listeners from the DOM when finished
|
2021-12-20 15:29:52 +00:00 |
|
Matt-Yorkley
|
d58f5aa25d
|
Move initialization to initialize()
|
2021-12-20 15:29:52 +00:00 |
|