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
[email protected]

March 2025

  • 1 participants
  • 1364 discussions
[xwiki/xwiki-platform] e215f1: XWIKI-10871: Misalignments in the class editor on ...
by XWiki Notifications 25 Mar '25

25 Mar '25
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: e215f1f7681e189a19eaf0e02ecf66e3658c46c7 https://github.com/xwiki/xwiki-platform/commit/e215f1f7681e189a19eaf0e02ecf… Author: tkrieck <149672322+tkrieck(a)users.noreply.github.com> Date: 2025-03-25 (Tue, 25 Mar 2025) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/editclass.vm M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/dataeditors.css Log Message: ----------- XWIKI-10871: Misalignments in the class editor on mobile (#3885) * Added class and changed the HTML structure so that each input field breaks together with its label To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for BVERSION-193: Using the standard delete action shouldn't be possible as is
by XWiki Notifications 25 Mar '25

25 Mar '25
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-23020: Add documentation column in the syntax guide for macros
by XWiki Notifications 25 Mar '25

25 Mar '25
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22853: Make sure it's possible to control all cluster related differences between nodes dynamically
by XWiki Notifications 25 Mar '25

25 Mar '25
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-23019: Oracle inconsistent datatypes error when using user suggest for multiple users
by XWiki Notifications 25 Mar '25

25 Mar '25
1 0
0 0
[xwiki-contrib/cristal] 12e9d6: CRISTAL-267: Introduce an authentication for the N...
by XWiki Notifications 25 Mar '25

25 Mar '25
Branch: refs/heads/CRISTAL-267 Home: https://github.com/xwiki-contrib/cristal Commit: 12e9d65e4f5423153ddd36abaa41d763da94dede https://github.com/xwiki-contrib/cristal/commit/12e9d65e4f5423153ddd36abaa4… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2025-03-25 (Tue, 25 Mar 2025) Changed paths: M api/src/api/WikiConfig.ts R api/src/api/authentication.ts M api/src/components/defaultWikiConfig.ts M api/src/index.ts M core/authentication/authentication-default/src/defaultAuthenticationManagerProvider.ts M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/src/index.ts M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/src/storage.ts M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/src/index.ts M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/src/NextcloudBasicAuthenticationManager.ts M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/src/NextcloudOAuth2AuthenticationManager.ts M pnpm-lock.yaml M web/public/config.json Log Message: ----------- CRISTAL-267: Introduce an authentication for the Nextcloud Backend * Simplify AuthenticationMode resolution To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] cbee0a: XWIKI-23018: Introduce an API in DocumentModelBrid...
by XWiki Notifications 25 Mar '25

25 Mar '25
Branch: refs/heads/stable-16.10.x Home: https://github.com/xwiki/xwiki-platform Commit: cbee0ad23eeb6afd89a5fe4491be9d4e2b7ce0c7 https://github.com/xwiki/xwiki-platform/commit/cbee0ad23eeb6afd89a5fe4491be… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-03-25 (Tue, 25 Mar 2025) Changed paths: M xwiki-platform-core/xwiki-platform-bridge/src/main/java/org/xwiki/bridge/DocumentModelBridge.java Log Message: ----------- XWIKI-23018: Introduce an API in DocumentModelBridge to check if the document exist * fix `@since` (cherry picked from commit 95b0f793ee7d76f8a628bcf7399e80287492bbd9) Commit: 0a85c7d1e78b1a6b98463d3e1cbfa5f50a960f9b https://github.com/xwiki/xwiki-platform/commit/0a85c7d1e78b1a6b98463d3e1cbf… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-03-25 (Tue, 25 Mar 2025) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiDocument.java Log Message: ----------- XWIKI-23014: The prepared document XDOM is lost after the execution of a top level document in a view action * fix `@since` (cherry picked from commit 57792b8319405c591ee2a9b5292052da2e90bf37) Compare: https://github.com/xwiki/xwiki-platform/compare/bbe066a55579...0a85c7d1e78b 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] 57792b: XWIKI-23014: The prepared document XDOM is lost af...
by XWiki Notifications 25 Mar '25

25 Mar '25
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 57792b8319405c591ee2a9b5292052da2e90bf37 https://github.com/xwiki/xwiki-platform/commit/57792b8319405c591ee2a9b52920… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-03-25 (Tue, 25 Mar 2025) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiDocument.java Log Message: ----------- XWIKI-23014: The prepared document XDOM is lost after the execution of a top level document in a view action * fix `@since` Commit: 95b0f793ee7d76f8a628bcf7399e80287492bbd9 https://github.com/xwiki/xwiki-platform/commit/95b0f793ee7d76f8a628bcf7399e… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-03-25 (Tue, 25 Mar 2025) Changed paths: M xwiki-platform-core/xwiki-platform-bridge/src/main/java/org/xwiki/bridge/DocumentModelBridge.java Log Message: ----------- XWIKI-23018: Introduce an API in DocumentModelBridge to check if the document exist * fix `@since` Compare: https://github.com/xwiki/xwiki-platform/compare/6834799a7724...95b0f793ee7d 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] 71c089: XWIKI-23018: Introduce an API in DocumentModelBrid...
by XWiki Notifications 25 Mar '25

25 Mar '25
Branch: refs/heads/stable-17.2.x Home: https://github.com/xwiki/xwiki-platform Commit: 71c089c5acae63e01be2bcac080baf2b99d6409e https://github.com/xwiki/xwiki-platform/commit/71c089c5acae63e01be2bcac080b… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-03-25 (Tue, 25 Mar 2025) Changed paths: M xwiki-platform-core/xwiki-platform-bridge/src/main/java/org/xwiki/bridge/DocumentModelBridge.java Log Message: ----------- XWIKI-23018: Introduce an API in DocumentModelBridge to check if the document exist * fix `@since` Commit: 1a20cc5f877b1f46e599330899f6da1ba3ea3cff https://github.com/xwiki/xwiki-platform/commit/1a20cc5f877b1f46e599330899f6… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-03-25 (Tue, 25 Mar 2025) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiDocument.java Log Message: ----------- XWIKI-23014: The prepared document XDOM is lost after the execution of a top level document in a view action * fix `@since` Compare: https://github.com/xwiki/xwiki-platform/compare/16cf54f53b07...1a20cc5f877b To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-23014: The prepared document XDOM is lost after the execution of a top level document in a view action
by XWiki Notifications 25 Mar '25

25 Mar '25
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • ...
  • 137
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.