dependabot-preview[bot]
1a9ad4fcbc
Bump jquery-rails from 3.0.0 to 3.0.4
...
Bumps [jquery-rails](https://github.com/rails/jquery-rails ) from 3.0.0 to 3.0.4.
- [Release notes](https://github.com/rails/jquery-rails/releases )
- [Changelog](https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rails/jquery-rails/compare/v3.0.0...v3.0.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-05-24 20:40:14 +00:00
Luis Ramos
655c54f367
Merge pull request #3835 from openfoodfoundation/dependabot/bundler/i18n-js-3.2.2
...
Bump i18n-js from 3.2.1 to 3.2.2
2019-05-24 21:38:16 +01:00
Luis Ramos
b6a456cb67
Merge pull request #3863 from mkllnk/quiet-cron
...
Make inserting delayed jobs from cron quiet
2019-05-24 14:50:19 +01:00
Luis Ramos
db0c874622
Merge pull request #3669 from luisramos0/2-0-without-spree-fe-views
...
[Spree Upgrade] Remove dependency to spree frontend - views and assets
2019-05-24 14:37:34 +01:00
Pau Pérez Fabregat
1d72d461df
Merge pull request #3866 from openfoodfoundation/transifex
...
Transifex
2019-05-24 10:10:10 +02:00
Luis Ramos
4a321f200f
Merge pull request #3783 from kristinalim/fix/3782-missing_translation
...
3782 Fix missing translation in subscription update modal
2019-05-23 18:45:20 +01:00
Luis Ramos
ae1d260729
Merge pull request #3810 from openfoodfoundation/dependabot/bundler/deface-1.0.2
...
Bump deface from 1.0.0 to 1.0.2
2019-05-23 18:42:51 +01:00
Luis Ramos
12282ad906
Merge pull request #3794 from m-budryte/replace_&_with_OR
...
& replaced by OR when multiple property filters are selected
2019-05-23 14:35:51 +01:00
Transifex-Openfoodnetwork
a4d59b72b0
Updating translations for config/locales/nb.yml
2019-05-23 20:35:12 +10:00
Transifex-Openfoodnetwork
6b2e10860e
Updating translations for config/locales/nb.yml
2019-05-23 20:32:02 +10:00
Transifex-Openfoodnetwork
3c162984f1
Updating translations for config/locales/en_AU.yml
2019-05-23 19:57:49 +10:00
Transifex-Openfoodnetwork
207fe7b64e
Updating translations for config/locales/en_AU.yml
2019-05-23 19:54:40 +10:00
Pau Pérez Fabregat
7c9299bdb5
Merge pull request #3852 from openfoodfoundation/transifex
...
Transifex
2019-05-22 16:35:27 +02:00
Maikel Linke
38e9976ce4
Make inserting delayed jobs from cron quiet
...
`config/schedule.rb` defines entries for cron jobs. Every five minutes
it insert several delayed jobs via `script/enqueue`. A recent upgrade of
Postgresql (a year or two ago) made that script noisy. Every time we
insert a delayed job with that script it outputs:
INSERT 0 1
Standard output like this is seen as error message by cron an forwarded
to the unix user's local mailbox in `/var/mail/openfoodnetwork`. This
file grows over time and accumulates tens of thousands of error
messages, hiding any important failures.
This patch makes inserting delayed jobs quiet. A failure is still
reported.
2019-05-22 03:36:07 +10:00
luisramos0
115b5dadef
Remove more dead code from usersregistration (signup calls are always ajax)
2019-05-21 12:39:29 +02:00
luisramos0
d9438cb082
Add spinner.gif from spree_frontend, this makes ofn completely independent of spree_frontend assets
2019-05-21 12:39:29 +02:00
luisramos0
ffd883e84d
Remove dead code from usersregistration (signup calls are always ajax) and remove application.html.erb (spree frontend default layout) because this usersregistration was the last bit of OFN code to use it
2019-05-21 12:39:29 +02:00
luisramos0
25fd6f2e78
Move empty check template from spree_frontend, it is required from the checkout page
...
This makes ofn code completely independent from spree_frontend views
2019-05-21 12:39:29 +02:00
luisramos0
a0c56f31c7
Move Google Analytics script from spree_frontend to ofn: this is one of the very last dependencies to spree_frontend code
2019-05-21 12:39:29 +02:00
Transifex-Openfoodnetwork
85c41c1f12
Updating translations for config/locales/pt.yml
2019-05-21 20:18:30 +10:00
Transifex-Openfoodnetwork
d252916858
Updating translations for config/locales/pt.yml
2019-05-21 20:15:53 +10:00
Transifex-Openfoodnetwork
09a9b64d28
Updating translations for config/locales/pt.yml
2019-05-21 20:15:20 +10:00
Transifex-Openfoodnetwork
31c1c82310
Updating translations for config/locales/fr.yml
2019-05-21 20:10:37 +10:00
Transifex-Openfoodnetwork
a66c2314ef
Updating translations for config/locales/fr.yml
2019-05-21 20:07:31 +10:00
Transifex-Openfoodnetwork
ec343fda3b
Updating translations for config/locales/en_GB.yml
2019-05-15 05:58:11 +10:00
Transifex-Openfoodnetwork
ff3e8c29a7
Updating translations for config/locales/en_GB.yml
2019-05-15 05:55:01 +10:00
Pau Pérez Fabregat
59d4e3d9e2
Merge pull request #3848 from luisramos0/pr_3813
...
Get PR 3813 to master (it was only on the hotfix branch 2-0-1)
2019-05-13 19:15:24 +02:00
luisramos0
189865fd80
Make stock locations backorderable_default false.
...
This is required because when the default stock location is created, the backorderable_default column doesnt exist and when this column is created, the initial default is true. This is why we need to force it to false here. This column is the default value for on_demand which must be false.
2019-05-10 22:00:24 +01:00
Pau Pérez Fabregat
7e9a149c8d
Merge pull request #3837 from luisramos0/transpec
...
transpec!!!
2019-05-10 14:59:41 +02:00
Pau Pérez Fabregat
f113ac61d7
Merge pull request #3839 from coopdevs/report-cache-diff-in-new-tab
...
Report cache diff in new tab
2019-05-10 14:38:33 +02:00
Pau Perez
9a98a7c974
Report cache diff to Bugsnag in a new tab
...
This will allow us to see the difference between the cache entry and the
actual shopfront. Otherwise, there is no way to see what wasn't
refreshed in the cache.
2019-05-10 13:13:20 +02:00
Luis Ramos
f844ff275b
Merge pull request #3799 from idanceinbetween/product-description-field-text-formatting-3757
...
added buttons to form and updated sanitizer to allow extra formatting
2019-05-10 10:48:55 +01:00
Maikel
50ca1f7173
Merge pull request #3824 from mkllnk/aus-content-updates
...
Aus content updates
2019-05-10 10:40:09 +10:00
luisramos0
6996353d05
Run transpec for spec/controllers
2019-05-10 01:20:40 +01:00
luisramos0
df459a21a4
Run transpec for spec/lib
2019-05-10 01:08:34 +01:00
luisramos0
e7c6892ab8
Run transpec for spec/mailers
2019-05-09 23:47:32 +01:00
luisramos0
2c6ca7e169
Run transpec for spec/helpers
2019-05-09 23:43:51 +01:00
luisramos0
0075ffbc02
Run transpec for spec/support
2019-05-09 23:39:30 +01:00
luisramos0
9cfba8ad19
Revert transpec in ability_spec.rb:461 so that spec is green again
2019-05-09 23:33:43 +01:00
luisramos0
6dcc0b1d68
Run transpec for spec/jobs
2019-05-09 23:29:11 +01:00
luisramos0
fe017713ae
Run transpec in spec/serializers
2019-05-09 22:43:07 +01:00
luisramos0
04801e5c2e
Run transpec in spec/models
2019-05-09 22:25:29 +01:00
Luis Ramos
59e7cb313d
Merge pull request #3815 from amers185/add_social_links
...
Add extra (Instagram) social media links to emails sent to customers and users [Looking for feedback/direction on completing solution]
2019-05-09 21:14:42 +01:00
dependabot[bot]
ef3ea0701e
Bump i18n-js from 3.2.1 to 3.2.2
...
Bumps [i18n-js](https://github.com/fnando/i18n-js ) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/fnando/i18n-js/releases )
- [Changelog](https://github.com/fnando/i18n-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/fnando/i18n-js/compare/v3.2.1...v3.2.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-05-09 19:19:16 +00:00
Luis Ramos
6d62f4c4b4
Merge pull request #3817 from kristinalim/fix/1218-remove_oc_debug_information
...
1218 Remove OC "Debug Information" which appears in non-production environments
2019-05-09 16:05:18 +01:00
Luis Ramos
19881927e3
Merge pull request #3699 from HugsDaniel/3688-missing-translation-edit-sub
...
Add review & edit sub keys
2019-05-09 16:04:38 +01:00
Luis Ramos
24c96fab8b
Merge pull request #3795 from lin-d-hop/translation-oc-spinner
...
Add translation to order cycle spinner
2019-05-09 16:03:53 +01:00
Luis Ramos
b821188f5d
Merge pull request #3826 from luisramos0/knapsack
...
Add new knapsack report to get the build jobs more balanced
2019-05-09 16:00:38 +01:00
Maikel
7d163632a4
Merge pull request #3827 from openfoodfoundation/transifex
...
Transifex
2019-05-09 17:39:26 +10:00
Maikel Linke
a97792cbc3
Remove story from code comment
2019-05-09 11:57:13 +10:00