Luis Ramos
7ebdc1d0da
Merge pull request #6059 from andresgutgon/fix/sticky-search-bar-disapears-when-cart-is-open
...
Fix sticky search bar disappearing when cart is open.
2020-09-22 10:52:33 +01:00
Luis Ramos
5c25d92354
Merge pull request #6069 from arku/perf/adjustment-metadata-specs
...
Replace `create` with `build` in adjustment metadata model specs
2020-09-21 12:22:24 +01:00
Arun Kumar Mohan
0aa5ee081e
Replace create with build in adjustment metadata model specs
2020-09-21 01:54:46 -05:00
Luis Ramos
714bfafede
Merge pull request #6037 from arku/fix/hash-diff-deprecation
...
Remove Hash#diff from cancan helper
2020-09-19 20:21:24 +01:00
Luis Ramos
8f98fb830a
Merge pull request #6053 from jhsu802701/bundler_1_17_3
...
Upgraded the bundler version in the Dockerfile
2020-09-19 19:33:48 +01:00
andresgutgon
636da229ad
Fix sticky search bar disappearing when cart is open.
...
So I think the issue is that all the HTML is wrapped on an
`off-canvas-wrap` class that is used for doing the sidebar car open over
main content. The problem is that when this car sidebar is open body of
HTML overflow is changed to `overflow: hidden` and search bar use CSS
`position: sticky;` which doesn't work when its parent has overflow
hidden. The issue was that `off-canvas-wrap` had an `overflow: inherit`
which means when body is set to overflow hidden this div inherits it and
break search bar position sticky when cart sidebar is opened. The
solution is to use `position: initial` which means use what a div has as
default value for `overflow` which I think it's `visible`. This class is
overriding the same class that comes from Foundation Framework that set
this div to be `overflow: hidden`. The override was added when [we added
search sticky](ff69389bb0 )
More info about the problem with [position:sticky and its parent having
overflow hidden](https://css-tricks.com/dealing-with-overflow-and-position-sticky/ ) also info about [position initial vs inherit](https://stackoverflow.com/a/29661356 )
2020-09-19 12:21:24 +02:00
Jason Hsu
560577827f
Upgraded the bundler version in the Dockerfile to be consistent with that specified in Gemfile.lock
2020-09-18 15:07:44 -05:00
Pau Pérez Fabregat
3a894a1cdb
Merge pull request #6002 from openfoodfoundation/dependabot/bundler/unicorn-5.7.0
...
Bump unicorn from 5.6.0 to 5.7.0
v3.2.8
2020-09-17 16:57:16 +02:00
Matt-Yorkley
77eaebc2a7
Merge pull request #5888 from andrewpbrett/imperial-auto-units
...
Allow US units on products/variants
2020-09-17 15:04:15 +02:00
Matt-Yorkley
3ececb04c5
Update all locales with the latest Transifex translations
2020-09-17 13:33:53 +01:00
Matt-Yorkley
0aa515101b
Merge pull request #6015 from openfoodfoundation/transifex
...
Transifex
2020-09-17 14:31:41 +02:00
Luis Ramos
c6139a975a
Merge pull request #6028 from openfoodfoundation/dependabot/bundler/webmock-3.9.1
...
Bump webmock from 3.8.3 to 3.9.1
2020-09-17 12:19:08 +01:00
Luis Ramos
212820b3da
Merge pull request #5912 from luisramos0/tcs
...
Terms and Conditions - upload PDF in the Enterprise Business Details and read them on Checkout
2020-09-17 12:01:45 +01:00
Luis Ramos
f1358dfa9a
Merge pull request #5722 from rioug/4206-back-from-Edit-Product-removed-filters-products-page
...
4206 back from edit product removed filters products page
2020-09-17 11:51:58 +01:00
Luis Ramos
f061545a92
Merge pull request #5995 from andresgutgon/fix/datetime-picker-ui-pick-the-right-translations-on-order-cycles
...
Fix date time picker translations on Order cycles screen
2020-09-17 11:50:37 +01:00
Luis Ramos
e99fdeb972
Merge pull request #5996 from andresgutgon/fix/iframe-shop-failing-because-jquery-is-not-loaded
...
Fix embedded shops failing javascript because jQuery is try to be accessed before being loaded
2020-09-17 11:32:08 +01:00
Transifex-Openfoodnetwork
875eb292be
Updating translations for config/locales/ar.yml
2020-09-17 08:42:12 +10:00
Arun Kumar Mohan
08604ae8fd
Remove Hash#diff usage from cancan helper
2020-09-16 12:14:37 -05:00
Luis Ramos
87d6a73e54
Merge pull request #5878 from luisramos0/shipping
...
[Bye bye Spree] Bring models shipping_method, shipping_rates, address and shipping_category from spree_core
2020-09-16 14:58:39 +01:00
Luis Ramos
f566c2127d
Merge pull request #5924 from luisramos0/basic_spree_core
...
[Bye bye spree] Bring base_helper and log_entry from spree core
2020-09-16 14:57:41 +01:00
Transifex-Openfoodnetwork
2573e3b7c5
Updating translations for config/locales/es_CO.yml
2020-09-16 23:24:39 +10:00
Transifex-Openfoodnetwork
7fe876266e
Updating translations for config/locales/es_CO.yml
2020-09-16 23:21:34 +10:00
Luis Ramos
8d5ed630d6
Merge pull request #6035 from arku/fix/adjustment-metadata-spec
...
Fix uninitialized constant error when running model specs
2020-09-16 10:15:46 +01:00
Luis Ramos
66d206ecb3
Merge pull request #6036 from arku/fix/pr-template
...
Fix typo in the PR template
2020-09-16 10:15:00 +01:00
Arun Kumar Mohan
fd0a7971e9
Fix typo in the PR template
2020-09-15 20:30:23 -05:00
Arun Kumar Mohan
ed3cb56c11
Fix uninitialized constant error when running model specs
2020-09-15 20:23:05 -05:00
Transifex-Openfoodnetwork
a367c3720c
Updating translations for config/locales/en_US.yml
2020-09-16 10:21:50 +10:00
Luis Ramos
6eb43053e9
Merge pull request #5925 from luisramos0/spree_core_user
...
[Bye bye spree] Bring classes related to users to OFN
2020-09-15 17:13:27 +01:00
Pau Pérez Fabregat
7006b0af4c
Merge pull request #6021 from Matt-Yorkley/concerns
...
Move concern to concerns directory
2020-09-15 17:45:24 +02:00
Transifex-Openfoodnetwork
d86b879972
Updating translations for config/locales/nb.yml
2020-09-15 20:46:33 +10:00
Transifex-Openfoodnetwork
fd339488e6
Updating translations for config/locales/es.yml
2020-09-15 20:38:08 +10:00
Transifex-Openfoodnetwork
b6f5eab6e1
Updating translations for config/locales/ca.yml
2020-09-15 20:37:51 +10:00
dependabot-preview[bot]
ced29c1f3d
Bump webmock from 3.8.3 to 3.9.1
...
Bumps [webmock](https://github.com/bblimke/webmock ) from 3.8.3 to 3.9.1.
- [Release notes](https://github.com/bblimke/webmock/releases )
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bblimke/webmock/compare/v3.8.3...v3.9.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-15 09:49:14 +00:00
Pau Pérez Fabregat
27ffe9edb2
Merge pull request #5971 from luisramos0/testing
...
Remove some old spree test helpers that are not needed
2020-09-15 09:13:20 +02:00
Luis Ramos
0d7b5cd32c
Merge pull request #5868 from luisramos0/taxonomies
...
[Bye bye Spree] Bring models taxon and taxonomy from spree_core
2020-09-14 20:45:04 +01:00
Matt-Yorkley
276fea6942
Fix rubocop offenses
2020-09-14 15:14:16 +01:00
Matt-Yorkley
c45dcad975
Move concern to concerns directory
2020-09-14 13:23:21 +01:00
Transifex-Openfoodnetwork
f32d8e2678
Updating translations for config/locales/en_GB.yml
2020-09-13 04:29:16 +10:00
Transifex-Openfoodnetwork
a9a05debba
Updating translations for config/locales/en_CA.yml
2020-09-13 02:30:11 +10:00
Transifex-Openfoodnetwork
b9f6dc6de5
Updating translations for config/locales/en_FR.yml
2020-09-12 00:25:49 +10:00
Transifex-Openfoodnetwork
811985cf0f
Updating translations for config/locales/fr.yml
2020-09-12 00:25:36 +10:00
Luis Ramos
175b78b51f
Merge pull request #5827 from jeduardo824/bug/remove-environment-column-when-user-is-not-super-admin
...
Bug/4592 - Hide Environment column on Payment Methods page when user is not admin
2020-09-11 10:47:10 +01:00
Maikel Linke
e82aa0c89a
Update translations
2020-09-11 15:25:52 +10:00
Maikel Linke
8be05e94bd
Update release issue template
2020-09-11 15:25:24 +10:00
Maikel
7317347fd6
Merge pull request #6012 from openfoodfoundation/transifex
...
Transifex
2020-09-11 15:25:04 +10:00
Maikel
c5c542069f
Merge pull request #5951 from mkllnk/5785-js-error-reporting
...
5785 Notify Bugsnag when sending card to Stripe fails during checkout
2020-09-11 15:12:47 +10:00
Maikel
dc9e3aa1a0
Merge pull request #6010 from mkllnk/fix-module-declaration
...
Fix module declaration
2020-09-11 09:12:08 +10:00
Luis Ramos
a48b57f7a7
Merge pull request #5883 from luisramos0/taxs
...
[Bye bye Spree] Bring models tax_rate, tax_categories, adjustments and calculator from spree_core
2020-09-10 23:10:26 +01:00
Luis Ramos
6f59158153
Remove useless TODOs
2020-09-10 17:36:25 +01:00
Transifex-Openfoodnetwork
f501d48caa
Updating translations for config/locales/fr.yml
2020-09-11 01:54:06 +10:00