-
Notifications
You must be signed in to change notification settings - Fork 310
Comparing changes
Open a pull request
base repository: suitenumerique/docs
base: v2.3.0
head repository: suitenumerique/docs
compare: v2.4.0
- 18 commits
- 55 files changed
- 4 contributors
Commits on Mar 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 56412b0 - Browse repository at this point
Copy the full SHA 56412b0View commit details -
⚡️(back) restrict documents to restore using only the queryset
To determine the descendant to restore or not, we were looking building a complex exclude clause. This can be simplify focusing only on data we already have without making an extra query to fetch the list of descendant to exclude.
Configuration menu - View commit details
-
Copy full SHA for b9b5f86 - Browse repository at this point
Copy the full SHA b9b5f86View commit details
Commits on Mar 5, 2025
-
♻️(front) use sentry tags instead of extra scope
To ease filtering issues on sentry, we want to use tags instead of extra scope. Tags are indexed and searchable, it's not the case with extra scope. Moreover using setEtra to add additional data is deprecated.
Configuration menu - View commit details
-
Copy full SHA for ebf6d46 - Browse repository at this point
Copy the full SHA ebf6d46View commit details -
🔨(backend) email invitation in invited user's language
- language for invitation emails => language saved on the invited user - if invited user does not exist yet => language of the sending user - if for some reason no sending user => system default language
Configuration menu - View commit details
-
Copy full SHA for 1531846 - Browse repository at this point
Copy the full SHA 1531846View commit details -
🔨(frontend) email invitation in invited user's language
- language for invitation emails => language saved on the invited user - if invited user does not exist yet => language of the sending user - if for some reason no sending user => system default language
Configuration menu - View commit details
-
Copy full SHA for b24acd1 - Browse repository at this point
Copy the full SHA b24acd1View commit details -
🔨(backend) make the 'language' attribute on the User model nullable
- allow the language on the user to be unset - set the default language to be unset - helps us determine that the user has yet to set a language preference
Configuration menu - View commit details
-
Copy full SHA for 9a79b09 - Browse repository at this point
Copy the full SHA 9a79b09View commit details -
✨(backend) add API access for 'language' attribute on User model
- allow the language attribute on the user to be updated via API - add frontend function to update the user language via API - extend defaults on the test users, to have fixed language in E2E tests - extend types and variables using the types with the new field
Configuration menu - View commit details
-
Copy full SHA for fda5f8f - Browse repository at this point
Copy the full SHA fda5f8fView commit details -
✨(frontend) add API access for 'language' attribute on User model
- allow the language attribute on the user to be updated via API - add frontend function to update the user language via API - extend defaults on the test users, to have fixed language in E2E tests - extend types and variables using the types with the new field
Configuration menu - View commit details
-
Copy full SHA for f244509 - Browse repository at this point
Copy the full SHA f244509View commit details -
✨(frontend) add language utility for "locale"
- Adds a helper for working with locales - More details in their annotations - Unnecessary, if in the future, the backend uses the same locales as the keys in the translations (ISO 639-1)
Configuration menu - View commit details
-
Copy full SHA for 23b0214 - Browse repository at this point
Copy the full SHA 23b0214View commit details -
✨(backend) the LanguagePicker now uses config as options
- config endpoint languages are used as available options for LanguagePicker - updating the language from it, triggers an update on the user via API
Configuration menu - View commit details
-
Copy full SHA for 2bf47b7 - Browse repository at this point
Copy the full SHA 2bf47b7View commit details -
✨(frontend) the LanguagePicker now uses config as options
- config endpoint languages are used as available options for LanguagePicker - updating the language from it, triggers an update on the user via API
Configuration menu - View commit details
-
Copy full SHA for 7fc83a4 - Browse repository at this point
Copy the full SHA 7fc83a4View commit details -
🐛(frontend) set toolbar-popup to current language
- ensure editor is translated to i18n.resolvedLanguage => en as i18n.language could hold more accurate locale => en-GB etc..
Configuration menu - View commit details
-
Copy full SHA for 7941fc9 - Browse repository at this point
Copy the full SHA 7941fc9View commit details -
✨(app) get language from backend; set browser-detected language if null
- adds useLanguageSynchronizer hook to update the: 1. frontend-language to the user-preference - if there is one. 2. user-preference to the (browser-detected) frontend-language - otherwise.
Configuration menu - View commit details
-
Copy full SHA for a7944cc - Browse repository at this point
Copy the full SHA a7944ccView commit details -
🐛(frontend) allow left panel to update on language change
- fixes a bug where after language-sync the left panel would remain in the same language as before.
Configuration menu - View commit details
-
Copy full SHA for f95173e - Browse repository at this point
Copy the full SHA f95173eView commit details -
🚨(tests) add language related tests; fix getByRole not working in tests
- adds tests and test-utility for solid language switching in tests - fixes where ...getByRole(menuitem... would not return a valid object
Configuration menu - View commit details
-
Copy full SHA for 251787b - Browse repository at this point
Copy the full SHA 251787bView commit details
Commits on Mar 6, 2025
-
🐛(frontend) fix collaboration error
We upgrade blocknote to 0.23.2-hotfix.0, it includes a fix with the collaboration.
Configuration menu - View commit details
-
Copy full SHA for 89ad610 - Browse repository at this point
Copy the full SHA 89ad610View commit details -
📌(frontend) pin blocknote globally
Blocknote does not pinned the version. We get bumped version instead of the version we want. We pin the version of blocknote globally to avoid this issue.
Configuration menu - View commit details
-
Copy full SHA for 57b8881 - Browse repository at this point
Copy the full SHA 57b8881View commit details -
Added: - ✨(frontend) synchronize language-choice Changed: - Use sentry tags instead of extra scope Fixed: - 🐛(frontend) fix collaboration error
Configuration menu - View commit details
-
Copy full SHA for 5bb7ad6 - Browse repository at this point
Copy the full SHA 5bb7ad6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.3.0...v2.4.0