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]

  • 58304 discussions
[[email protected]][Issue] Updates for XWIKI-24556: Links are displayed with full reference without color and styles are missing in the page Print Preview mode
by XWiki Notifications 07 Jul '26

07 Jul '26
1 0
0 0
[xwiki-contrib/application-security-advisory] 76a5db: Translated using Weblate (German)
by XWiki Notifications 07 Jul '26

07 Jul '26
Branch: refs/heads/master Home: https://github.com/xwiki-contrib/application-security-advisory Commit: 76a5db395b7bbff67401433492cc87c99855f489 https://github.com/xwiki-contrib/application-security-advisory/commit/76a5d… Author: Simpel <git(a)simpel.cc> Date: 2026-07-07 (Tue, 07 Jul 2026) Changed paths: M application-security-advisory-default/src/main/resources/ApplicationResources_de.properties Log Message: ----------- Translated using Weblate (German) Currently translated at 100.0% (10 of 10 strings) Translation: XWiki Contrib/Application Security Advisory Default Translate-URL: https://l10n.xwiki.org/projects/xwiki-contrib/application-security-advisory… To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-security-advisory/settings/not…
1 0
0 0
[xwiki-contrib/ai-llm] 123169: [Misc] MCP: enable endpoints and main-wiki reach b...
by XWiki Notifications 07 Jul '26

07 Jul '26
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/ai-llm Commit: 1231692418fb2a8d70198486edb8cce1609b19b8 https://github.com/xwiki-contrib/ai-llm/commit/1231692418fb2a8d70198486edb8… Author: Paul Pantiru <paul.pantiru(a)xwiki.com> Date: 2026-07-07 (Tue, 07 Jul 2026) Changed paths: M application-ai-llm-mcp/application-ai-llm-mcp-server/src/main/java/org/xwiki/contrib/llm/mcp/internal/MCPServerConfiguration.java M application-ai-llm-mcp/application-ai-llm-mcp-server/src/main/java/org/xwiki/contrib/llm/mcp/script/MCPFarmScriptService.java M application-ai-llm-mcp/application-ai-llm-mcp-server/src/test/java/org/xwiki/contrib/llm/mcp/internal/MCPServerConfigurationTest.java M application-ai-llm-mcp/application-ai-llm-mcp-server/src/test/java/org/xwiki/contrib/llm/mcp/script/MCPFarmScriptServiceTest.java M application-ai-llm-mcp/application-ai-llm-mcp-ui/src/main/resources/AI/MCP/Code/MCPServerConfig.xml M application-ai-llm-mcp/application-ai-llm-mcp-ui/src/main/resources/AI/MCP/Code/MCPServerConfigClass.xml M application-ai-llm-mcp/application-ai-llm-mcp-ui/src/main/resources/AI/MCP/Code/MCPServerConfigSheet.xml M application-ai-llm-mcp/application-ai-llm-mcp-ui/src/main/resources/AI/MCP/Code/Translations.xml Log Message: ----------- [Misc] MCP: enable endpoints and main-wiki reach by default, config sheet fixes * MCP endpoints are now enabled by default on every wiki. * The main wiki has cross-wiki reach on by default. A new hidden reachInitialized marker (read via getIntValue, so a materialised-but-empty reach list cannot defeat it) gates the default: until the reach dashboard is first saved only the main wiki reaches the farm. initializeReachDefaults() seeds the list with the main wiki and sets the marker on that first apply, after which the list is authoritative and may itself exclude the main wiki. Robust to renamed main wikis (getMainWikiId at runtime). * Fixed the config sheet <label for=...> targets (enabled, serverName, serverDescription, allowRenderedContent, spaceFilterMode) to the real platform-generated field ids, so clicking a label focuses or toggles its input. * Renamed the farm dashboard "Apply changes" button to "Save". To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ai-llm/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] 48295c: XWIKI-24367: Get rid of SimpleMathCaptchaEngine
by XWiki Notifications 07 Jul '26

07 Jul '26
Branch: refs/heads/stable-16.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 48295c45403a0a4f72ff12c0532b8c9177780d7d https://github.com/xwiki/xwiki-platform/commit/48295c45403a0a4f72ff12c0532b… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-07-07 (Tue, 07 Jul 2026) Changed paths: R xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/main/java/org/xwiki/captcha/internal/SimpleMathCaptchaEngine.java M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-ui/src/main/resources/XWiki/Captcha/JCaptcha/Administration.xml Log Message: ----------- XWIKI-24367: Get rid of SimpleMathCaptchaEngine (cherry picked from commit e273d408dac21460971504a649077830b1e6fb51) Commit: 35fe337e193bf4196ee309c363f12e53cf79f993 https://github.com/xwiki/xwiki-platform/commit/35fe337e193bf4196ee309c363f1… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-07-07 (Tue, 07 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-api/src/main/java/org/xwiki/captcha/CaptchaException.java M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/main/java/org/xwiki/captcha/internal/CaptchaServiceManager.java M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/main/java/org/xwiki/captcha/internal/JCaptchaCaptcha.java A xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/main/java/org/xwiki/captcha/internal/JCaptchaConfigurationSource.java M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/main/java/org/xwiki/captcha/internal/JCaptchaResourceReferenceHandler.java M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/main/resources/META-INF/components.txt A xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/test/java/org/xwiki/captcha/internal/CaptchaServiceManagerTest.java M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/test/java/org/xwiki/captcha/internal/JCaptchaResourceReferenceHandlerTest.java Log Message: ----------- XWIKI-24483: Improve JCaptcha Engine handling * Ensure that the engine used is the one configured in the admin * Provide new tests (cherry picked from commit 6794792fbd3ffcf0d05069d489a141df467eb843) Compare: https://github.com/xwiki/xwiki-platform/compare/5ef1019ea5db...35fe337e193b 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] 72fda8: XWIKI-24367: Get rid of SimpleMathCaptchaEngine
by XWiki Notifications 07 Jul '26

07 Jul '26
Branch: refs/heads/fix-captcha-1710 Home: https://github.com/xwiki/xwiki-platform Commit: 72fda8b951b37e635c69437bf909a2b6dfd1ab9b https://github.com/xwiki/xwiki-platform/commit/72fda8b951b37e635c69437bf909… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-07-07 (Tue, 07 Jul 2026) Changed paths: R xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/main/java/org/xwiki/captcha/internal/SimpleMathCaptchaEngine.java M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-ui/src/main/resources/XWiki/Captcha/JCaptcha/Administration.xml Log Message: ----------- XWIKI-24367: Get rid of SimpleMathCaptchaEngine (cherry picked from commit e273d408dac21460971504a649077830b1e6fb51) Commit: 94f5bbed4bfaf5ee4d1a852239c0a621cb8bc776 https://github.com/xwiki/xwiki-platform/commit/94f5bbed4bfaf5ee4d1a852239c0… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-07-07 (Tue, 07 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-api/src/main/java/org/xwiki/captcha/CaptchaException.java M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/main/java/org/xwiki/captcha/internal/CaptchaServiceManager.java M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/main/java/org/xwiki/captcha/internal/JCaptchaCaptcha.java A xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/main/java/org/xwiki/captcha/internal/JCaptchaConfigurationSource.java M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/main/java/org/xwiki/captcha/internal/JCaptchaResourceReferenceHandler.java M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/main/resources/META-INF/components.txt A xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/test/java/org/xwiki/captcha/internal/CaptchaServiceManagerTest.java M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/test/java/org/xwiki/captcha/internal/JCaptchaResourceReferenceHandlerTest.java Log Message: ----------- XWIKI-24483: Improve JCaptcha Engine handling * Ensure that the engine used is the one configured in the admin * Provide new tests (cherry picked from commit 6794792fbd3ffcf0d05069d489a141df467eb843) Compare: https://github.com/xwiki/xwiki-platform/compare/72fda8b951b3%5E...94f5bbed4… 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] 6cd45a: XWIKI-24367: Get rid of SimpleMathCaptchaEngine
by XWiki Notifications 07 Jul '26

07 Jul '26
Branch: refs/heads/stable-18.4.x Home: https://github.com/xwiki/xwiki-platform Commit: 6cd45aa5aac97a0fbc40bb6beef1065c06b1dd9f https://github.com/xwiki/xwiki-platform/commit/6cd45aa5aac97a0fbc40bb6beef1… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-07-07 (Tue, 07 Jul 2026) Changed paths: R xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/main/java/org/xwiki/captcha/internal/SimpleMathCaptchaEngine.java M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-ui/src/main/resources/XWiki/Captcha/JCaptcha/Administration.xml Log Message: ----------- XWIKI-24367: Get rid of SimpleMathCaptchaEngine (cherry picked from commit e273d408dac21460971504a649077830b1e6fb51) Commit: 39ed9bc05323755074b40862e4d7bdf2e273c23e https://github.com/xwiki/xwiki-platform/commit/39ed9bc05323755074b40862e4d7… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-07-07 (Tue, 07 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-api/src/main/java/org/xwiki/captcha/CaptchaException.java M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/main/java/org/xwiki/captcha/internal/CaptchaServiceManager.java M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/main/java/org/xwiki/captcha/internal/JCaptchaCaptcha.java A xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/main/java/org/xwiki/captcha/internal/JCaptchaConfigurationSource.java M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/main/java/org/xwiki/captcha/internal/JCaptchaResourceReferenceHandler.java M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/main/resources/META-INF/components.txt A xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/test/java/org/xwiki/captcha/internal/CaptchaServiceManagerTest.java M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/test/java/org/xwiki/captcha/internal/JCaptchaResourceReferenceHandlerTest.java Log Message: ----------- XWIKI-24483: Improve JCaptcha Engine handling * Ensure that the engine used is the one configured in the admin * Provide new tests (cherry picked from commit 6794792fbd3ffcf0d05069d489a141df467eb843) Compare: https://github.com/xwiki/xwiki-platform/compare/b5ab75205951...39ed9bc05323 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] e273d4: XWIKI-24367: Get rid of SimpleMathCaptchaEngine
by XWiki Notifications 07 Jul '26

07 Jul '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: e273d408dac21460971504a649077830b1e6fb51 https://github.com/xwiki/xwiki-platform/commit/e273d408dac21460971504a64907… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-07-07 (Tue, 07 Jul 2026) Changed paths: R xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/main/java/org/xwiki/captcha/internal/SimpleMathCaptchaEngine.java M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-ui/src/main/resources/XWiki/Captcha/JCaptcha/Administration.xml Log Message: ----------- XWIKI-24367: Get rid of SimpleMathCaptchaEngine Commit: 6794792fbd3ffcf0d05069d489a141df467eb843 https://github.com/xwiki/xwiki-platform/commit/6794792fbd3ffcf0d05069d489a1… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-07-07 (Tue, 07 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-api/src/main/java/org/xwiki/captcha/CaptchaException.java M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/main/java/org/xwiki/captcha/internal/CaptchaServiceManager.java M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/main/java/org/xwiki/captcha/internal/JCaptchaCaptcha.java A xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/main/java/org/xwiki/captcha/internal/JCaptchaConfigurationSource.java M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/main/java/org/xwiki/captcha/internal/JCaptchaResourceReferenceHandler.java M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/main/resources/META-INF/components.txt A xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/test/java/org/xwiki/captcha/internal/CaptchaServiceManagerTest.java M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/test/java/org/xwiki/captcha/internal/JCaptchaResourceReferenceHandlerTest.java Log Message: ----------- XWIKI-24483: Improve JCaptcha Engine handling * Ensure that the engine used is the one configured in the admin * Provide new tests Compare: https://github.com/xwiki/xwiki-platform/compare/2f4567a46c1f...6794792fbd3f 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] 5637d9: XWIKI-24157: Use directly the BlockNote syntax ins...
by XWiki Notifications 07 Jul '26

07 Jul '26
Branch: refs/heads/XWIKI-24157 Home: https://github.com/xwiki/xwiki-platform Commit: 5637d9b414889d497e04b000de5e96e2b8ec7051 https://github.com/xwiki/xwiki-platform/commit/5637d9b414889d497e04b000de5e… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-07-07 (Tue, 07 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/pom.xml M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/resources/templates/blocknote/macros.wiki M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/components/XWikiBlockNote.vue M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/main.js M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Factory.ts M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Logic.ts A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/blocknote/BlockNoteIterator.ts A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/blocknote/BlockNoteProcessor.ts A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/blocknote/DefaultBlockNoteIterator.ts A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/blocknote/XWikiBlockNoteProcessor.ts M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/container.ts M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/macros/MacroWizard.ts R xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/uniast/DefaultUniAstIterator.ts R xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/uniast/UniAstIterator.ts R xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/uniast/UniAstProcessor.ts R xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/uniast/XWikiUniAstProcessor.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-headless/etc/platform-editors-blocknote-headless.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-headless/langs/translation-en.json M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-headless/src/vue/c-blocknote-view.vue Log Message: ----------- XWIKI-24157: Use directly the BlockNote syntax instead of going through UniAst * Replace the usage of UniAst with BlockNote. This is just the start, we still need to extend the BlockNote schema to support our custom blocks/props/styles. Commit: cce1901a6b53d28f33329d46c983418c6891392f https://github.com/xwiki/xwiki-platform/commit/cce1901a6b53d28f33329d46c983… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-07-07 (Tue, 07 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/etc/platform-editors-blocknote-react.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/blocknote/index.ts A xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/blocknote/styles.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/components/CustomFormattingToolbar.tsx M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/langs/translation-en.json Log Message: ----------- XWIKI-24157: Use directly the BlockNote syntax instead of going through UniAst * Add support for subscript and superscript text styles. Commit: 2907a8c2f29abf3d071d97ec5886ec5ed899a487 https://github.com/xwiki/xwiki-platform/commit/2907a8c2f29abf3d071d97ec5886… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-07-07 (Tue, 07 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/etc/platform-editors-blocknote-react.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/blocknote/index.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/blocknote/styles.ts Log Message: ----------- XWIKI-24157: Use directly the BlockNote syntax instead of going through UniAst * Add support for "xwiki:verbatim" text "style" that maps to XDOM's VerbatimBlock Commit: 5adaad2b711e47b574ab88c8b5fb4f8e540f2983 https://github.com/xwiki/xwiki-platform/commit/5adaad2b711e47b574ab88c8b5fb… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-07-07 (Tue, 07 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-headless/src/uniast/bn-to-uniast.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/etc/platform-editors-blocknote-react.api.md A xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/blocknote/group.tsx M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/blocknote/index.ts Log Message: ----------- XWIKI-24157: Use directly the BlockNote syntax instead of going through UniAst * Add support for XWiki group syntax (GroupBlock in XDOM) Commit: 9b311588605359cd073d1414ad28e01d47434cf9 https://github.com/xwiki/xwiki-platform/commit/9b311588605359cd073d1414ad28… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-07-07 (Tue, 07 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-headless/src/uniast/bn-to-uniast.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/etc/platform-editors-blocknote-react.api.md A xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/blocknote/definitionList.tsx M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/blocknote/index.ts Log Message: ----------- XWIKI-24157: Use directly the BlockNote syntax instead of going through UniAst * Add minimal support for definition lists (just to make sure they are preserved on save). Commit: b48cb07d68b2b015685eb05240459386498e7c73 https://github.com/xwiki/xwiki-platform/commit/b48cb07d68b2b015685eb0524045… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-07-07 (Tue, 07 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/blocknote/XWikiBlockNoteProcessor.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-headless/src/uniast/bn-to-uniast.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/etc/platform-editors-blocknote-react.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/blocknote/index.ts A xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/blocknote/macroBlock.tsx Log Message: ----------- XWIKI-24157: Use directly the BlockNote syntax instead of going through UniAst * Add support for xwiki:macroBlock custom block Commit: 0fad69fdafea8e9a4291eaefeaa156141265cf12 https://github.com/xwiki/xwiki-platform/commit/0fad69fdafea8e9a4291eaefeaa1… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-07-07 (Tue, 07 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/blocknote/XWikiBlockNoteProcessor.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-headless/src/uniast/bn-to-uniast.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/etc/platform-editors-blocknote-react.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/blocknote/definitionList.tsx M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/blocknote/group.tsx M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/blocknote/index.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/blocknote/macroBlock.tsx M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/blocknote/styles.ts Log Message: ----------- XWIKI-24157: Use directly the BlockNote syntax instead of going through UniAst * Avoid errors like "Uncaught DOMException: Element.matches: '[data-content-type=xwiki:definitionListItem]' is not a valid selector" on block drag and drop Commit: ca536bc648b7412720f1137f0e785093e1a60775 https://github.com/xwiki/xwiki-platform/commit/ca536bc648b7412720f1137f0e78… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-07-07 (Tue, 07 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-headless/src/uniast/bn-to-uniast.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/etc/platform-editors-blocknote-react.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/blocknote/index.ts A xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/blocknote/raw.tsx Log Message: ----------- XWIKI-24157: Use directly the BlockNote syntax instead of going through UniAst * Add support for raw block Commit: b697812d28fc1233faf430fc814faa4af4918904 https://github.com/xwiki/xwiki-platform/commit/b697812d28fc1233faf430fc814f… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-07-07 (Tue, 07 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/blocknote/BlockNoteProcessor.ts Log Message: ----------- XWIKI-24157: Use directly the BlockNote syntax instead of going through UniAst * Update since version Commit: b428aded3f303c63c41ebb1773ec31f227115388 https://github.com/xwiki/xwiki-platform/commit/b428aded3f303c63c41ebb1773ec… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-07-07 (Tue, 07 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/components/XWikiBlockNote.vue M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/blocknote/BlockNoteProcessor.ts M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/blocknote/XWikiBlockNoteProcessor.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/etc/platform-editors-blocknote-react.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/blocknote/index.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/blocknote/styles.ts Log Message: ----------- XWIKI-24157: Use directly the BlockNote syntax instead of going through UniAst * Preserve custom XDOM block parameters. Commit: 80a9fd3340eb0e169602be1dbbc6cf1594c3af17 https://github.com/xwiki/xwiki-platform/commit/80a9fd3340eb0e169602be1dbbc6… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-07-07 (Tue, 07 Jul 2026) Changed paths: M pnpm-lock.yaml M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-docker/src/test/it/org/xwiki/blocknote/test/ui/RoundTripIT.java M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/blocknote/XWikiBlockNoteProcessor.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/components/CustomFormattingToolbar.tsx Log Message: ----------- XWIKI-24157: Use directly the BlockNote syntax instead of going through UniAst * Generate block IDs using a different API that works in insecure enviroments (i.e. when running the functional tests using Docker containers) * Filter default style / property values from the output and update the round trip tests Compare: https://github.com/xwiki/xwiki-platform/compare/5c80ce9d1642...80a9fd3340eb 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] 5c80ce: XWIKI-24157: Use directly the BlockNote syntax ins...
by XWiki Notifications 07 Jul '26

07 Jul '26
Branch: refs/heads/XWIKI-24157 Home: https://github.com/xwiki/xwiki-platform Commit: 5c80ce9d16422309ea6e26920d2f27e2802f28b6 https://github.com/xwiki/xwiki-platform/commit/5c80ce9d16422309ea6e26920d2f… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-07-07 (Tue, 07 Jul 2026) Changed paths: M pnpm-lock.yaml M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-docker/src/test/it/org/xwiki/blocknote/test/ui/RoundTripIT.java M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/blocknote/XWikiBlockNoteProcessor.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/components/CustomFormattingToolbar.tsx Log Message: ----------- XWIKI-24157: Use directly the BlockNote syntax instead of going through UniAst * Generate block IDs using a different API that works in insecure enviroments (i.e. when running the functional tests using Docker containers) * Filter default style / property values from the output and update the round trip tests 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-24555: Abusive modification of the cached document when moving an attachment
by XWiki Notifications 07 Jul '26

07 Jul '26
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 496
  • 497
  • 498
  • 499
  • 500
  • 501
  • 502
  • ...
  • 5831
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.