lists.xwiki.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

notifications

Thread Start a new thread
Download
Threads by month
  • ----- 2026 -----
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
notifications@xwiki.org

  • 57785 discussions
[jira@xwiki.org][Issue] Updates for XWIKI-24742: The locale of a client-side translation query is ignored
by XWiki Notifications 27 Aug '26

27 Aug '26
1 0
0 0
[xwiki/xwiki-platform] 012709: XWIKI-24742: The locale of a client-side translati...
by XWiki Notifications 27 Aug '26

27 Aug '26
Branch: refs/heads/stable-18.4.x Home: https://github.com/xwiki/xwiki-platform Commit: 01270931995367363fde767b86307f4d19ac3699 https://github.com/xwiki/xwiki-platform/commit/01270931995367363fde767b8630… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-08-27 (Thu, 27 Aug 2026) Changed paths: A xwiki-platform-core/xwiki-platform-node/src/main/node/core/livedata/livedata-xwiki/src/translations.test.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/livedata/livedata-xwiki/src/translations.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/localization/localization-adapters/localization-adapter-vue/src/__tests__/index.test.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/localization/localization-adapters/localization-adapter-vue/src/index.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/localization/localization-default/src/__tests__/index.test.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/localization/localization-default/src/index.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/localization/localization-resolvers/localization-resolver-xwiki-rest/src/__tests__/index.test.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/localization/localization-resolvers/localization-resolver-xwiki-rest/src/index.ts Log Message: ----------- XWIKI-24742: The locale of a client-side translation query is ignored * Forward the query locale from the default resolver to the translators * Key the XWiki REST translator cache by locale, and by locale the inflight request deduplication * Return only the translations of the query instead of the shared mutable cache * Resolve the translations in the adapter locale in useI18nAdapter and in the livedata translations builder (cherry picked from commit 3bd9cb976eebe6b960d7862b884c9b38ff333333) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] b0672c: XWIKI-24742: The locale of a client-side translati...
by XWiki Notifications 27 Aug '26

27 Aug '26
Branch: refs/heads/stable-18.7.x Home: https://github.com/xwiki/xwiki-platform Commit: b0672c54c61c73cd7f5cf6690ef366eae938dbb7 https://github.com/xwiki/xwiki-platform/commit/b0672c54c61c73cd7f5cf6690ef3… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-08-27 (Thu, 27 Aug 2026) Changed paths: A xwiki-platform-core/xwiki-platform-node/src/main/node/core/livedata/livedata-xwiki/src/translations.test.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/livedata/livedata-xwiki/src/translations.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/localization/localization-adapters/localization-adapter-vue/src/__tests__/index.test.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/localization/localization-adapters/localization-adapter-vue/src/index.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/localization/localization-default/src/__tests__/index.test.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/localization/localization-default/src/index.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/localization/localization-resolvers/localization-resolver-xwiki-rest/src/__tests__/index.test.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/localization/localization-resolvers/localization-resolver-xwiki-rest/src/index.ts Log Message: ----------- XWIKI-24742: The locale of a client-side translation query is ignored * Forward the query locale from the default resolver to the translators * Key the XWiki REST translator cache by locale, and by locale the inflight request deduplication * Return only the translations of the query instead of the shared mutable cache * Resolve the translations in the adapter locale in useI18nAdapter and in the livedata translations builder (cherry picked from commit 3bd9cb976eebe6b960d7862b884c9b38ff333333) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] 3bd9cb: XWIKI-24742: The locale of a client-side translati...
by XWiki Notifications 27 Aug '26

27 Aug '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 3bd9cb976eebe6b960d7862b884c9b38ff333333 https://github.com/xwiki/xwiki-platform/commit/3bd9cb976eebe6b960d7862b884c… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-08-27 (Thu, 27 Aug 2026) Changed paths: A xwiki-platform-core/xwiki-platform-node/src/main/node/core/livedata/livedata-xwiki/src/translations.test.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/livedata/livedata-xwiki/src/translations.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/localization/localization-adapters/localization-adapter-vue/src/__tests__/index.test.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/localization/localization-adapters/localization-adapter-vue/src/index.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/localization/localization-default/src/__tests__/index.test.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/localization/localization-default/src/index.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/localization/localization-resolvers/localization-resolver-xwiki-rest/src/__tests__/index.test.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/localization/localization-resolvers/localization-resolver-xwiki-rest/src/index.ts Log Message: ----------- XWIKI-24742: The locale of a client-side translation query is ignored * Forward the query locale from the default resolver to the translators * Key the XWiki REST translator cache by locale, and by locale the inflight request deduplication * Return only the translations of the query instead of the shared mutable cache * Resolve the translations in the adapter locale in useI18nAdapter and in the livedata translations builder To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-24742: The locale of a client-side translation query is ignored
by XWiki Notifications 27 Aug '26

27 Aug '26
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-24751: The inplace editor still locks the original translation when creating a new translation
by XWiki Notifications 27 Aug '26

27 Aug '26
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-22421: XWikiHibernateBaseStore related error when editing in realtime
by XWiki Notifications 27 Aug '26

27 Aug '26
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-22421: XWikiHibernateBaseStore related error when editing in realtime
by XWiki Notifications 27 Aug '26

27 Aug '26
1 0
0 0
[xwiki/xwiki-platform] 06f5f9: XWIKI-22421: XWikiHibernateBaseStore related error...
by XWiki Notifications 27 Aug '26

27 Aug '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 06f5f9760fb0030a9098af726b9699161fcf9e27 https://github.com/xwiki/xwiki-platform/commit/06f5f9760fb0030a9098af726b96… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-08-27 (Thu, 27 Aug 2026) Changed paths: M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-ui/src/main/resources/XWiki/InplaceEditing.xml M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiDocument.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiHibernateStore.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/XWikiHibernateStoreTest.java M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/wysiwygEditor.js M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/lock/lock.js Log Message: ----------- XWIKI-22421: XWikiHibernateBaseStore related error when editing in realtime * Removing a document lock is now idempotent: use an HQL bulk delete instead of deleting the entity, because Hibernate expects the delete statement it generates for an entity to remove exactly one row, and fails the transaction otherwise. * Remove the previous lock before saving a new one, rather than updating it in place, which would fail the same way if that lock was removed concurrently. * Don't load the lock before removing it, since only the document id matters. * Keep a single document lock instance per document translation on the client side, so that a single unlock request is sent when the page is unloaded, and stop listening to the events that trigger the unlock when an instance is replaced. * Send the unlock request for the document translation that was locked, which is not necessarily the current one, because the locale of the edited document can change while editing it. * Reuse the existing document lock instance in the realtime WYSIWYG editor instead of creating a new one every time a collaborator leaves the editing session. * Let the in-place editor delegate the unlock to the document lock, instead of registering its own page unload listener. Co-Authored-By: Claude Opus 5 <noreply(a)anthropic.com> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki-contrib/cristal] eb926e: [Misc] Update dependency nx to v22.7.8 (#1749)
by XWiki Notifications 27 Aug '26

27 Aug '26
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/cristal Commit: eb926e22663fccebe4cff10dfed1dc2ed07e47dc https://github.com/xwiki-contrib/cristal/commit/eb926e22663fccebe4cff10dfed… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-08-27 (Thu, 27 Aug 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency nx to v22.7.8 (#1749) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • ...
  • 5779
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.