David Cook
e02ef08b06
Consolidate translations for hidden field
...
The string '< Hidden >' was agreed on as a good default, so we will use the hidden_field key.
I also moved the definition in en.yml up to the more general area at the start of admin.reports section (before it was hidden between report-specific keys.
2025-03-31 16:24:07 +11:00
David Cook
4402854a2a
AddEnableProducersToEditOrdersToEnterprises
...
With system spec for setting the preference. The enterprise edit page seems under-tested..
2025-03-31 16:16:27 +11:00
Maikel
f61b2ae22e
Merge pull request #13229 from mcmpp/Add_basque_language
...
Add basque language
2025-03-31 10:45:59 +11:00
filipefurtad0
b975986639
Update all locales with the latest Transifex translations
2025-03-29 11:22:49 +00:00
Maikel Linke
0334f3688e
Upload to and download from Transifex
2025-03-28 11:12:10 +11:00
Maikel Linke
eddae28ce0
Fix locale syntax
2025-03-28 11:05:53 +11:00
Mikel Cordovilla Mesonero
a5fd1ec7b1
Update config/locales/eu.yml
...
Co-authored-by: Maikel <maikel@email.org.au >
2025-03-27 16:12:30 +01:00
Mikel Cordovilla Mesonero
3af00d5f7a
Update config/locales/eu.yml
...
Co-authored-by: Maikel <maikel@email.org.au >
2025-03-27 16:12:17 +01:00
Mikel Cordovilla
355c775516
Add basque language
2025-03-26 11:57:22 +01:00
David Cook
ff7c23c8f9
Rename OrderCycleOpenedJob
...
This name better reflects what it's doing.
As this job is scheduled automatically by Sidekiq, I think there shouldn't be any jobs with the old name in redis. So I didn't bother keeping a placholder for the old name.
And Clean up unused include
2025-03-25 10:38:34 +11:00
Ahmed Ejaz
bcfb55702b
Update all locales with the latest Transifex translations
2025-03-22 01:29:17 +05:00
Filipe
3c801a2656
Merge pull request #13182 from mkllnk/invalid-dfc-catalog-url
...
Rescue from invalid DFC catalog URLs
2025-03-18 10:57:26 +00:00
David Cook
bf01b945ff
Update all locales with the latest Transifex translations
2025-03-17 10:02:27 +11:00
Gaetan Craig-Riou
756a469a41
Update all locales with the latest Transifex translations
2025-03-10 13:43:25 +11:00
David Cook
de6e61f4b5
Cleanup a few more unused translation keys
2025-03-03 14:46:24 +01:00
David Cook
94c331cbdd
Ignore certain keys
...
That brings the count down to 'only' 1057.
There's probably a lot of other keys that are dynamically generated, I did *not* review them all.
We could consider saving the output of this command to a todo file.
2025-03-03 14:46:24 +01:00
David Cook
b623665b66
Remove unused spree_admin_enterprises translations
...
I searched the codebase for these keys, but couldn't find them
The next ones look unused too.
I thought we had a plugin to help with that..
2025-03-03 14:46:24 +01:00
David Cook
9adf3a22af
Show only first 25 enterprises
...
I thought about reducing it further, but maybe people are used to having a large list. Let's see how this performs
2025-03-03 14:46:24 +01:00
Maikel Linke
b6153fc155
Rescue from invalid DFC catalog URLs
...
This mistake should be dealt with differently but I wanted to make sure
that a really invalid URL is handled well, too.
2025-03-03 12:23:58 +11:00
filipefurtad0
ce7d4dca40
Update all locales with the latest Transifex translations
2025-02-27 16:59:48 -06:00
Filipe
feccef0b36
Merge pull request #13157 from drummer83/email_styled_password
...
Create styled email for reset password instructions
2025-02-27 16:53:04 -06:00
Filipe
cf3213cf96
Merge pull request #13168 from dacook/dfc-product-import-select-all-12301
...
[DFC Orders] Select/deselect all on DFC Product Import
2025-02-27 16:43:37 -06:00
Maikel Linke
6a0144f171
Update all locales with the latest Transifex translations
2025-02-24 15:50:39 +11:00
Maikel
462886447a
Merge pull request #13126 from mkllnk/oidc-error
...
Direct people to refresh OIDC connection when needed
2025-02-24 15:45:48 +11:00
Konrad
7cd3c32787
Merge pull request #13164 from rioug/fix-user-controlled-method-execution
...
Fix user controlled method execution
2025-02-21 12:59:40 +01:00
Filipe
9baed8536c
Merge pull request #13121 from rioug/13054-out-of-stock-autoremove
...
Autoremove/update item from the cart if stock changed during checkout
2025-02-20 22:35:40 -06:00
Filipe
f715c366ea
Merge pull request #13160 from chahmedejaz/task/13097-add-columns-in-packing-reports
...
Add shipping method and shipment state to packing reports
2025-02-20 19:49:03 -06:00
Konrad
48688311d1
Merge pull request #13165 from chahmedejaz/bugfix/unable-to-view-images-in-dev-env
...
Fix base urls for assets in development
2025-02-20 07:56:09 +01:00
David Cook
4cb1b0a48e
Add total count of selected items
...
I noticed there's a controller for that too, so might as well make use of it. The orders page has it at the top, because that's where the bulk action menu is. But on this page, the action is the import button so I put it there.
2025-02-20 12:15:53 +11:00
David Cook
c2e54104d0
Add select/deselect all checkbox
...
There's A Controller For That.
(But I think it makes the HTML ugly..)
2025-02-20 10:56:53 +11:00
Maikel Linke
691e988fbb
Fix Roadie dev config to inline CSS in emails
...
Roadie doesn't work with asset host:
* https://github.com/Mange/roadie-rails?tab=readme-ov-file#known-issues
And we don't need it.
2025-02-19 13:29:34 +11:00
Ahmed Ejaz
216348d361
fix base urls for assets in development
2025-02-19 05:09:19 +05:00
David Cook
96b8a4c068
Merge pull request #13134 from dacook/fix-locale-12301
...
Update label and change default dev locale
2025-02-19 09:38:14 +11:00
Ahmed Ejaz
1611b2a31f
Add shipping method and shipment state to packing reports
2025-02-18 12:42:34 +05:00
Gaetan Craig-Riou
e386640b57
Add missing translation
2025-02-18 14:41:43 +11:00
Maikel Linke
ffe4084b7f
Link to OIDC settings from error message
...
The colour of the link is really bad though.
2025-02-18 12:15:13 +11:00
Maikel Linke
bb503e12a3
Direct people to refresh OIDC connection
...
Not the best UX but the easiest next step to implement. Next we should:
* Include link in error message instead of redirecting straight there.
Otherwise users may feel disoriented.
* Provide a custom error message?
2025-02-18 12:14:12 +11:00
drummer83
4dc0f0e5be
Create styled email for reset password instructions
2025-02-16 19:12:56 +01:00
filipefurtad0
bf62d16ca5
Update all locales with the latest Transifex translations
2025-02-13 22:43:05 -06:00
Filipe
e7ef5984d5
Merge pull request #13125 from dacook/dfc-product-import-list-12301
...
[DFC Orders] List products to import on screen
2025-02-13 22:34:32 -06:00
Filipe
dfe978520d
Merge pull request #13115 from dacook/oidc-record-not-unique
...
Catch error and provide message
2025-02-13 21:53:56 -06:00
David Cook
9b935be4d6
Catch error and provide message
2025-02-12 15:29:49 +11:00
Maikel Linke
b23eac1004
Omit setting Bugsnag release stage to default value
2025-02-11 14:59:01 +11:00
Maikel Linke
c90472ebf9
Update Bugsnag config naming
2025-02-11 14:57:46 +11:00
Maikel Linke
b50e711757
Add deployed version to Bugsnag
2025-02-11 13:32:51 +11:00
Gaetan Craig-Riou
ce47f9e700
Fix typo in translation code
2025-02-10 14:58:53 +11:00
David Cook
314c58b878
Rename en_TEST to en_TST
...
Because it doesn't fit in db field spree_users.local with limit: 6.
We could extend the field but it seemed silly because it's only used in test/dev environments.
2025-02-10 14:11:09 +11:00
David Cook
bbc7f21ecd
Rename field label
...
This could have been done in Transifex, but I figured it would be quicker to just go ahead and update here.
2025-02-10 14:11:03 +11:00
David Cook
4624d49e5e
Add translations
2025-02-10 10:33:09 +11:00
filipefurtad0
ed6292aae8
Update all locales with the latest Transifex translations
2025-02-07 15:44:00 -06:00