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]

  • 57655 discussions
[xwiki/xwiki-platform] 4a0beb: XWIKI-21417: BaseObject#set always set the metadat...
by XWiki Notifications 22 Apr '25

22 Apr '25
Branch: refs/heads/XWIKI-21417 Home: https://github.com/xwiki/xwiki-platform Commit: 4a0beb681719019e8510a4e07e97a6aff8fbea19 https://github.com/xwiki/xwiki-platform/commit/4a0beb681719019e8510a4e07e97… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2025-04-22 (Tue, 22 Apr 2025) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/pom.xml M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseObject.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/BaseClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/BooleanClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/DateClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/GroupsClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/LevelsClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/ListClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/NumberClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/PasswordClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/PropertyClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/PropertyClassInterface.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/StringClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/UsersClass.java Log Message: ----------- XWIKI-21417: BaseObject#set always set the metadata dirty flag of the owner doc to true * Introduce new generic APIs allowing to set given BaseProperty values and provide implementations 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-22262: NotificationsIT.simpleNotifications is flickering
by XWiki Notifications 22 Apr '25

22 Apr '25
1 0
0 0
[[email protected]][Issue] Updates for CONFLUENCE-438: Convert the jira macro parameter columnIds to fields or fieldNames
by XWiki Notifications 22 Apr '25

22 Apr '25
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-23128: Cannot copy paste text with images from some specific websites
by XWiki Notifications 22 Apr '25

22 Apr '25
1 0
0 0
[[email protected]][Issue] Updates for CRISTAL-503: Support for internal links and images on Blocknote
by XWiki Notifications 22 Apr '25

22 Apr '25
1 0
0 0
[xwiki-contrib/cristal] 0f8c81: CRISTAL-503: Add support for internal links and im...
by XWiki Notifications 22 Apr '25

22 Apr '25
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/cristal Commit: 0f8c812adf52df3b6b884d914a1208e81282e682 https://github.com/xwiki-contrib/cristal/commit/0f8c812adf52df3b6b884d914a1… Author: ClementEXWiki <clement.eraud(a)xwiki.com> Date: 2025-04-22 (Tue, 22 Apr 2025) Changed paths: A core/fn-utils/package.json A core/fn-utils/src/index.ts A core/fn-utils/tsconfig.json A core/fn-utils/tsdoc.json A core/fn-utils/vite.config.ts A core/fn-utils/vitest.config.ts M core/reactivue/src/index.tsx M core/uniast/package.json A core/uniast/src/__tests__/converters.test.ts M core/uniast/src/ast.ts M core/uniast/src/index.ts M core/uniast/src/interface.ts A core/uniast/src/markdown/md-to-uniast.ts R core/uniast/src/markdown/parser.ts R core/uniast/src/markdown/serializer.ts A core/uniast/src/markdown/uniast-to-md.ts R core/uniast/src/utils.ts M core/uniast/tsconfig.json M editors/blocknote-headless/langs/translation-en.json M editors/blocknote-headless/package.json A editors/blocknote-headless/src/blocknote/bn-to-uniast.ts R editors/blocknote-headless/src/blocknote/parser.ts R editors/blocknote-headless/src/blocknote/serializer.ts A editors/blocknote-headless/src/blocknote/uniast-to-bn.ts M editors/blocknote-headless/src/react/BlockNoteView.tsx M editors/blocknote-headless/src/vue/c-blocknote-view.vue M editors/blocknote-headless/src/vue/c-realtime-users.vue M editors/blocknote/src/vue/c-edit-blocknote.vue M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- CRISTAL-503: Add support for internal links and images (#831) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
[xwiki-contrib/cristal] d44340: Translated using Weblate (Chinese (Simplified) (zh...
by XWiki Notifications 22 Apr '25

22 Apr '25
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/cristal Commit: d443402da980617f7d80dcdd462f978bfa8c89e0 https://github.com/xwiki-contrib/cristal/commit/d443402da980617f7d80dcdd462… Author: XWiki <34096977+xwikiorgci(a)users.noreply.github.com> Date: 2025-04-22 (Tue, 22 Apr 2025) Changed paths: M core/attachments/attachments-ui/langs/translation-zh.json Log Message: ----------- Translated using Weblate (Chinese (Simplified) (zh)) (#844) Co-authored-by: Xiaofei Cui <acuixiaofei(a)gmail.com> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22718: SQL injection in short form select requests through the script query API
by XWiki Notifications 22 Apr '25

22 Apr '25
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22691: SQL injection in query endpoint of REST API
by XWiki Notifications 22 Apr '25

22 Apr '25
1 0
0 0
[xwiki/xwiki-rendering] 8ed6a4: Added translation using Weblate (Chinese (Simplifi...
by XWiki Notifications 22 Apr '25

22 Apr '25
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-rendering Commit: 8ed6a42a94af49341c03e9961a20c2316d23ae3f https://github.com/xwiki/xwiki-rendering/commit/8ed6a42a94af49341c03e9961a2… Author: jan2xue <jan2xue(a)qq.com> Date: 2025-04-22 (Tue, 22 Apr 2025) Changed paths: A xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/resources/ApplicationResources_zh.properties Log Message: ----------- Added translation using Weblate (Chinese (Simplified) (zh)) Commit: 3aa2635e1c68874d19811ea7d7876951d3851ec9 https://github.com/xwiki/xwiki-rendering/commit/3aa2635e1c68874d19811ea7d78… Author: jan2xue <jan2xue(a)qq.com> Date: 2025-04-22 (Tue, 22 Apr 2025) Changed paths: A xwiki-rendering-api/src/main/resources/ApplicationResources_zh.properties Log Message: ----------- Added translation using Weblate (Chinese (Simplified) (zh)) Commit: aeddef647740f8fdf1cbc16432624ff49a34c733 https://github.com/xwiki/xwiki-rendering/commit/aeddef647740f8fdf1cbc164326… Author: jan2xue <jan2xue(a)qq.com> Date: 2025-04-22 (Tue, 22 Apr 2025) Changed paths: M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/resources/ApplicationResources_zh.properties Log Message: ----------- Translated using Weblate (Chinese (Simplified) (zh)) Currently translated at 100.0% (7 of 7 strings) Translation: XWiki Rendering/Macro transformation Translate-URL: https://l10n.xwiki.org/projects/xwiki-rendering/macro-transformation/zh/ Commit: b36cceaff84400038538e34ce9633399907457aa https://github.com/xwiki/xwiki-rendering/commit/b36cceaff84400038538e34ce96… Author: jan2xue <jan2xue(a)qq.com> Date: 2025-04-22 (Tue, 22 Apr 2025) Changed paths: M xwiki-rendering-api/src/main/resources/ApplicationResources_zh.properties Log Message: ----------- Translated using Weblate (Chinese (Simplified) (zh)) Currently translated at 100.0% (3 of 3 strings) Translation: XWiki Rendering/Rendering API Translate-URL: https://l10n.xwiki.org/projects/xwiki-rendering/rendering-api/zh/ Compare: https://github.com/xwiki/xwiki-rendering/compare/6e74ad34ed80...b36cceaff844 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 2568
  • 2569
  • 2570
  • 2571
  • 2572
  • 2573
  • 2574
  • ...
  • 5766
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.