Gaetan Craig-Riou
f6c426ef17
Merge pull request #13956 from openfoodfoundation/dependabot/npm_and_yarn/css-loader-7.1.4
...
Bump css-loader from 7.1.3 to 7.1.4
2026-02-25 10:24:55 +11:00
Ahmed Ejaz
0a42f15c25
Merge pull request #13960 from chahmedejaz/bugfix/13776-datetime-format-for-finnish
...
Update Finnish date and datetime formats in locale file
2026-02-25 04:19:08 +05:00
Ahmed Ejaz
95412bd203
Update Finnish date and datetime formats in locale file
2026-02-24 20:27:14 +05:00
Rachel Arnould
81aac877a5
Merge pull request #13945 from mkllnk/taler-refund
...
Add "void" action to Taler payment admin page
2026-02-24 11:23:07 +01:00
dependabot[bot]
2330c7cfc2
Bump css-loader from 7.1.3 to 7.1.4
...
Bumps [css-loader](https://github.com/webpack/css-loader ) from 7.1.3 to 7.1.4.
- [Release notes](https://github.com/webpack/css-loader/releases )
- [Changelog](https://github.com/webpack/css-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/webpack/css-loader/compare/v7.1.3...v7.1.4 )
---
updated-dependencies:
- dependency-name: css-loader
dependency-version: 7.1.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-24 09:31:34 +00:00
Rachel Arnould
68c7d8f9f5
Merge pull request #13934 from chahmedejaz/bugfix/13827-tag-filters-reset-upon-product-update
...
Tag filters are reset after updating a product
2026-02-24 10:20:11 +01:00
Maikel
cf3175c16e
Merge pull request #13709 from openfoodfoundation/dependabot/bundler/cuprite-0.17
...
Bump cuprite from 0.15 to 0.17
2026-02-24 12:05:17 +11:00
Gaetan Craig-Riou
ebd7b0b24d
Merge pull request #13952 from openfoodfoundation/dependabot/npm_and_yarn/postcss-loader-8.2.1
...
Bump postcss-loader from 8.2.0 to 8.2.1
2026-02-24 10:11:42 +11:00
Gaetan Craig-Riou
78cf0434d6
Merge pull request #13953 from openfoodfoundation/dependabot/npm_and_yarn/webpack-sources-3.3.4
...
Bump webpack-sources from 3.3.3 to 3.3.4
2026-02-24 10:11:23 +11:00
dependabot[bot]
74e7e9b17b
Bump webpack-sources from 3.3.3 to 3.3.4
...
Bumps [webpack-sources](https://github.com/webpack/webpack-sources ) from 3.3.3 to 3.3.4.
- [Release notes](https://github.com/webpack/webpack-sources/releases )
- [Commits](https://github.com/webpack/webpack-sources/compare/v3.3.3...v3.3.4 )
---
updated-dependencies:
- dependency-name: webpack-sources
dependency-version: 3.3.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-23 10:24:42 +00:00
dependabot[bot]
2b32d53911
Bump postcss-loader from 8.2.0 to 8.2.1
...
Bumps [postcss-loader](https://github.com/webpack/postcss-loader ) from 8.2.0 to 8.2.1.
- [Release notes](https://github.com/webpack/postcss-loader/releases )
- [Changelog](https://github.com/webpack/postcss-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/webpack/postcss-loader/compare/v8.2.0...v8.2.1 )
---
updated-dependencies:
- dependency-name: postcss-loader
dependency-version: 8.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-23 10:24:16 +00:00
Maikel Linke
2cff5bc4df
Style helper code
2026-02-23 13:08:56 +11:00
Maikel Linke
1dbcddf799
Select found option after search to fix spec
...
Selecting the tom select option in the dropdown often happened quicker
than the search finished. In that case we selected the option from the
list of all options and then the search would present the found option
again and leave the dropdown open.
This didn't cause any trouble in the past because any other action would
close the dropdown again. But the new cuprite version didn't trigger the
next click on the target element. It would just close the dropdown on
the next click without further action. That would then break the next
assertion looking for the next open dropdown, which didn't open with the
click.
Selecting the "active" option means that we wait for the search to
finish and present an option as active. Clicking that option closes the
dropdown without opening it again.
2026-02-23 13:08:55 +11:00
Maikel Linke
702db32595
Connect unit label to input
...
And replace redundant spec helper method.
2026-02-23 13:08:55 +11:00
Maikel Linke
d770049d2d
Replace redundant spec helper method
2026-02-23 13:08:55 +11:00
Maikel Linke
424e25f83e
Merge mostly duplicate Tom Select helpers
2026-02-23 13:08:55 +11:00
dependabot[bot]
ce12bc4dbc
Bump cuprite from 0.15 to 0.17
...
Bumps [cuprite](https://github.com/rubycdp/cuprite ) from 0.15 to 0.17.
- [Release notes](https://github.com/rubycdp/cuprite/releases )
- [Changelog](https://github.com/rubycdp/cuprite/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rubycdp/cuprite/compare/v0.15...v0.17 )
---
updated-dependencies:
- dependency-name: cuprite
dependency-version: '0.17'
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-23 13:08:53 +11:00
Maikel Linke
9d79119eb0
Link to payment action with title
...
The custom helper was adding a PowerTip which replaced the title
attribute with its own display. I removed the PowerTip and use a simple
title attribute. This should have several benefits:
- Capybara can find the link by the title.
- Screenreaders should be able read the title.
- Browser can show the title in the best position.
- Using the browser feature is more consistent and efficient.
2026-02-23 13:00:02 +11:00
Maikel Linke
f2eec5685e
Include amount in refund email
2026-02-23 13:00:02 +11:00
Gaetan Craig-Riou
8aac400c14
Merge pull request #13948 from openfoodfoundation/dependabot/bundler/sidekiq-scheduler-6.0.1
...
Bump sidekiq-scheduler from 5.0.3 to 6.0.1
2026-02-23 10:03:50 +11:00
Gaetan Craig-Riou
f31976a3a4
Merge pull request #13950 from openfoodfoundation/dependabot/npm_and_yarn/ajv-6.14.0
...
Bump ajv from 6.12.6 to 6.14.0
2026-02-23 09:58:17 +11:00
Gaetan Craig-Riou
0bb2c867e0
Merge pull request #13947 from openfoodfoundation/dependabot/npm_and_yarn/webpack-5.105.2
...
Bump webpack from 5.105.1 to 5.105.2
2026-02-23 09:45:01 +11:00
Gaetan Craig-Riou
cd68ddc34f
Merge pull request #13946 from mkllnk/erb
...
Remove unnecessary erb compilation on JS file
2026-02-23 09:43:11 +11:00
dependabot[bot]
f80b484b12
Bump ajv from 6.12.6 to 6.14.0
...
Bumps [ajv](https://github.com/ajv-validator/ajv ) from 6.12.6 to 6.14.0.
- [Release notes](https://github.com/ajv-validator/ajv/releases )
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.6...v6.14.0 )
---
updated-dependencies:
- dependency-name: ajv
dependency-version: 6.14.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-21 16:39:48 +00:00
Ahmed Ejaz
b455755bfc
Update all locales with the latest Transifex translations
v5.4.3
2026-02-21 02:34:10 +05:00
dependabot[bot]
1f7c08bbb0
Bump sidekiq-scheduler from 5.0.3 to 6.0.1
...
Bumps [sidekiq-scheduler](https://github.com/moove-it/sidekiq-scheduler ) from 5.0.3 to 6.0.1.
- [Release notes](https://github.com/moove-it/sidekiq-scheduler/releases )
- [Changelog](https://github.com/sidekiq-scheduler/sidekiq-scheduler/blob/master/CHANGELOG.md )
- [Commits](https://github.com/moove-it/sidekiq-scheduler/compare/v5.0.3...v6.0.1 )
---
updated-dependencies:
- dependency-name: sidekiq-scheduler
dependency-version: 6.0.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-20 09:33:43 +00:00
dependabot[bot]
fcb9439cd2
Bump webpack from 5.105.1 to 5.105.2
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.105.1 to 5.105.2.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack/compare/v5.105.1...v5.105.2 )
---
updated-dependencies:
- dependency-name: webpack
dependency-version: 5.105.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-20 09:33:13 +00:00
Maikel Linke
96c2b75a0a
Spec admin display of Taler payment actions
...
This should satisfy code coverage.
2026-02-20 13:43:09 +11:00
Maikel Linke
b6438992b9
Speed up spec by not saving to database
2026-02-20 13:43:09 +11:00
Maikel Linke
69108df206
Use Rails to translate email subject
...
And translate the subject with the user's locale.
If the subject doesn't need parameters, you don't need to supply it.
Rails finds the translation automatically.
2026-02-20 13:43:09 +11:00
Maikel Linke
c66b9611b6
Move PaymentMailer translations out of Spree namespace
...
The mailer is not in the Spree namespace and we don't need to keep the
clutter.
2026-02-20 13:43:09 +11:00
Maikel Linke
de873ae42c
Add void action to Taler for refunds
2026-02-20 13:43:09 +11:00
Maikel Linke
ed701b00dc
Stop storing now redundant redirect URL
...
The Taler gem now computes it from the order id. No need to store it.
2026-02-20 13:43:04 +11:00
Maikel Linke
52e2fb923e
Update Taler calls for new v0.2.0
2026-02-20 13:37:46 +11:00
Maikel Linke
a2a9d32c5b
Bump taler from 0.1.0 to 0.2.0
2026-02-20 13:37:45 +11:00
Gaetan Craig-Riou
619ecf9432
Merge pull request #13820 from openfoodfoundation/dependabot/npm_and_yarn/hotkeys-js-4.0.0
...
Bump hotkeys-js from 3.13.15 to 4.0.0
2026-02-20 09:29:22 +11:00
Gaetan Craig-Riou
4f152a9151
Merge pull request #13942 from openfoodfoundation/dependabot/bundler/rubocop-rails-2.34.3
...
Bump rubocop-rails from 2.34.2 to 2.34.3
2026-02-20 09:21:21 +11:00
dependabot[bot]
8d7252f078
Bump hotkeys-js from 3.13.15 to 4.0.0
...
Bumps [hotkeys-js](https://github.com/jaywcjlove/hotkeys-js ) from 3.13.15 to 4.0.0.
- [Release notes](https://github.com/jaywcjlove/hotkeys-js/releases )
- [Commits](https://github.com/jaywcjlove/hotkeys-js/compare/v3.13.15...v4.0.0 )
---
updated-dependencies:
- dependency-name: hotkeys-js
dependency-version: 4.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-19 22:15:49 +00:00
Gaetan Craig-Riou
08399e753d
Merge pull request #13941 from openfoodfoundation/dependabot/npm_and_yarn/tom-select-2.5.1
...
Bump tom-select from 2.4.6 to 2.5.1
2026-02-20 09:13:15 +11:00
Gaetan Craig-Riou
8d721ccac8
Merge pull request #13940 from mkllnk/faraday
...
Bump faraday from 2.9.0 to 2.14.1
2026-02-20 09:12:08 +11:00
Gaetan Craig-Riou
b7a1b39c1a
Merge pull request #13937 from mkllnk/rack
...
Bump rack from 2.2.21 to 2.2.22
2026-02-20 09:06:16 +11:00
Gaetan Craig-Riou
e276fb0386
Merge pull request #13930 from openfoodfoundation/dependabot/bundler/rubocop-1.84.1
...
Bump rubocop from 1.81.7 to 1.84.2
2026-02-20 09:05:41 +11:00
Rachel Arnould
f86eb3fb82
Merge pull request #13920 from mkllnk/clean-name
...
Stop pre-selecting Paypal when creating a payment method
2026-02-19 11:38:56 +01:00
Rachel Arnould
0d46a3bc2e
Merge pull request #13902 from mkllnk/refund-simple
...
Simplify refund logic
2026-02-19 11:06:00 +01:00
dependabot[bot]
0418163ad7
Bump rubocop-rails from 2.34.2 to 2.34.3
...
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails ) from 2.34.2 to 2.34.3.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases )
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.34.2...v2.34.3 )
---
updated-dependencies:
- dependency-name: rubocop-rails
dependency-version: 2.34.3
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-19 09:34:06 +00:00
dependabot[bot]
2e67899bcc
Bump tom-select from 2.4.6 to 2.5.1
...
Bumps [tom-select](https://github.com/orchidjs/tom-select ) from 2.4.6 to 2.5.1.
- [Release notes](https://github.com/orchidjs/tom-select/releases )
- [Commits](https://github.com/orchidjs/tom-select/compare/v2.4.6...v2.5.1 )
---
updated-dependencies:
- dependency-name: tom-select
dependency-version: 2.5.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-19 09:32:42 +00:00
Maikel Linke
e2536ffe71
Bump faraday from 2.9.0 to 2.14.1
2026-02-19 14:07:47 +11:00
Maikel
2c6b758f66
Merge pull request #13938 from openfoodfoundation/dependabot/bundler/spring-4.4.2
...
Bump spring from 4.4.0 to 4.4.2
2026-02-19 09:54:03 +11:00
Rachel Arnould
fb0f379c43
Merge pull request #13823 from chahmedejaz/bugfix/13625-enterprise-fee-reports-throws-504
...
Some Enterprise Fee reports are unusable when managing big shops
2026-02-18 15:22:21 +01:00
dependabot[bot]
7a4aa9dcb1
Bump spring from 4.4.0 to 4.4.2
...
Bumps [spring](https://github.com/rails/spring ) from 4.4.0 to 4.4.2.
- [Release notes](https://github.com/rails/spring/releases )
- [Changelog](https://github.com/rails/spring/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rails/spring/compare/v4.4.0...v4.4.2 )
---
updated-dependencies:
- dependency-name: spring
dependency-version: 4.4.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-18 09:33:00 +00:00