Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: a9c244471e7f637c648088d1a078e2990ac7ef8e
https://github.com/xwiki/xwiki-platform/commit/a9c244471e7f637c648088d1a078…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-11-07 (Fri, 07 Nov 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/job/DeleteJob.java
Log Message:
-----------
XWIKI-23642: When a document is deleted and the automatic redirect is enabled, DocumentCreatedEvent is received before DocumentDeletedEvent
* Ensure to use proper reference without locale to detect the
BacklinkDocumentReference
(cherry picked from commit 29ef298c338786e08dd8c4ad08fb266ff7a7b696)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 1ee8b5e62c68aa318a3a83e37745f2bd2de0e965
https://github.com/xwiki/xwiki-platform/commit/1ee8b5e62c68aa318a3a83e37745…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-11-07 (Fri, 07 Nov 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/job/DeleteJob.java
Log Message:
-----------
XWIKI-23642: When a document is deleted and the automatic redirect is enabled, DocumentCreatedEvent is received before DocumentDeletedEvent
* Ensure to use proper reference without locale to detect the
BacklinkDocumentReference
(cherry picked from commit 29ef298c338786e08dd8c4ad08fb266ff7a7b696)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 29ef298c338786e08dd8c4ad08fb266ff7a7b696
https://github.com/xwiki/xwiki-platform/commit/29ef298c338786e08dd8c4ad08fb…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-11-07 (Fri, 07 Nov 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/job/DeleteJob.java
Log Message:
-----------
XWIKI-23642: When a document is deleted and the automatic redirect is enabled, DocumentCreatedEvent is received before DocumentDeletedEvent
* Ensure to use proper reference without locale to detect the
BacklinkDocumentReference
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-rendering
Commit: 0b7eef9fa459cbe16e5d49639bf214404ce95292
https://github.com/xwiki/xwiki-rendering/commit/0b7eef9fa459cbe16e5d49639bf…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-11-07 (Fri, 07 Nov 2025)
Changed paths:
M xwiki-rendering-api/src/main/java/org/xwiki/rendering/listener/InlineFilterListener.java
A xwiki-rendering-api/src/test/java/org/xwiki/rendering/listener/InlineFilterListenerTest.java
A xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/test/resources/xwiki20/specific/link/link1.test
Log Message:
-----------
XRENDERING-799: Macro inside link isn't parsed as inline macro (#360)
* Transform macros to inline in InlineFilterListener.
* Add a test for InlineFilterListener.
* Add an integration test for the XWiki 2.0 parser.
(cherry picked from commit 4c7e0f4a9a012e9303ec3bb09e3e3816e43c61a6)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-rendering
Commit: 2178414fe00581c949c743f61d5c9fdb47c34d24
https://github.com/xwiki/xwiki-rendering/commit/2178414fe00581c949c743f61d5…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-11-07 (Fri, 07 Nov 2025)
Changed paths:
M xwiki-rendering-api/src/main/java/org/xwiki/rendering/listener/InlineFilterListener.java
A xwiki-rendering-api/src/test/java/org/xwiki/rendering/listener/InlineFilterListenerTest.java
A xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/test/resources/xwiki20/specific/link/link1.test
Log Message:
-----------
XRENDERING-799: Macro inside link isn't parsed as inline macro (#360)
* Transform macros to inline in InlineFilterListener.
* Add a test for InlineFilterListener.
* Add an integration test for the XWiki 2.0 parser.
(cherry picked from commit 4c7e0f4a9a012e9303ec3bb09e3e3816e43c61a6)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/backport-360-to-stable-17.4.x
Home: https://github.com/xwiki/xwiki-rendering
Commit: 1822f3a78243cb1da76671f8895acf5af28f20ee
https://github.com/xwiki/xwiki-rendering/commit/1822f3a78243cb1da76671f8895…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-11-07 (Fri, 07 Nov 2025)
Changed paths:
M xwiki-rendering-api/src/main/java/org/xwiki/rendering/listener/InlineFilterListener.java
A xwiki-rendering-api/src/test/java/org/xwiki/rendering/listener/InlineFilterListenerTest.java
A xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/test/resources/xwiki20/specific/link/link1.test
Log Message:
-----------
XRENDERING-799: Macro inside link isn't parsed as inline macro (#360)
* Transform macros to inline in InlineFilterListener.
* Add a test for InlineFilterListener.
* Add an integration test for the XWiki 2.0 parser.
(cherry picked from commit 4c7e0f4a9a012e9303ec3bb09e3e3816e43c61a6)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/backport-360-to-stable-16.10.x
Home: https://github.com/xwiki/xwiki-rendering
Commit: 2a1fcad50dd578be076e90bbcbf675976c28da21
https://github.com/xwiki/xwiki-rendering/commit/2a1fcad50dd578be076e90bbcbf…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-11-07 (Fri, 07 Nov 2025)
Changed paths:
M xwiki-rendering-api/src/main/java/org/xwiki/rendering/listener/InlineFilterListener.java
A xwiki-rendering-api/src/test/java/org/xwiki/rendering/listener/InlineFilterListenerTest.java
A xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/test/resources/xwiki20/specific/link/link1.test
Log Message:
-----------
XRENDERING-799: Macro inside link isn't parsed as inline macro (#360)
* Transform macros to inline in InlineFilterListener.
* Add a test for InlineFilterListener.
* Add an integration test for the XWiki 2.0 parser.
(cherry picked from commit 4c7e0f4a9a012e9303ec3bb09e3e3816e43c61a6)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-rendering
Commit: 4c7e0f4a9a012e9303ec3bb09e3e3816e43c61a6
https://github.com/xwiki/xwiki-rendering/commit/4c7e0f4a9a012e9303ec3bb09e3…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-11-07 (Fri, 07 Nov 2025)
Changed paths:
M xwiki-rendering-api/src/main/java/org/xwiki/rendering/listener/InlineFilterListener.java
A xwiki-rendering-api/src/test/java/org/xwiki/rendering/listener/InlineFilterListenerTest.java
A xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/test/resources/xwiki20/specific/link/link1.test
Log Message:
-----------
XRENDERING-799: Macro inside link isn't parsed as inline macro (#360)
* Transform macros to inline in InlineFilterListener.
* Add a test for InlineFilterListener.
* Add an integration test for the XWiki 2.0 parser.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 93c659572cb96f837bf3ce9f97eb1af459c4bf3a
https://github.com/xwiki/xwiki-platform/commit/93c659572cb96f837bf3ce9f97eb…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-11-06 (Thu, 06 Nov 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem-oldcore/src/main/java/org/xwiki/store/filesystem/internal/DefaultTemporaryAttachmentSessionsManager.java
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem-oldcore/src/test/java/org/xwiki/store/filesystem/internal/DefaultTemporaryAttachmentSessionsManagerTest.java
Log Message:
-----------
XWIKI-23478: Calling services.wysiwyg.fromAnnotatedXHTML from jobMacro crash with npe
(cherry picked from commit f2249e629fc59d218e81c8559cf3bff05c2e4f09)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: f2249e629fc59d218e81c8559cf3bff05c2e4f09
https://github.com/xwiki/xwiki-platform/commit/f2249e629fc59d218e81c8559cf3…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-11-06 (Thu, 06 Nov 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem-oldcore/src/main/java/org/xwiki/store/filesystem/internal/DefaultTemporaryAttachmentSessionsManager.java
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem-oldcore/src/test/java/org/xwiki/store/filesystem/internal/DefaultTemporaryAttachmentSessionsManagerTest.java
Log Message:
-----------
XWIKI-23478: Calling services.wysiwyg.fromAnnotatedXHTML from jobMacro crash with npe
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: eacc91ac6db257abce5fd181cb67bbbd29282299
https://github.com/xwiki-contrib/cristal/commit/eacc91ac6db257abce5fd181cb6…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-11-06 (Thu, 06 Nov 2025)
Changed paths:
M core/macros/macros-ast-html-converter/src/component-init.ts
M core/macros/macros-ast-html-converter/src/html/default-macros-ast-to-html-converter.ts
M core/macros/macros-ast-html-converter/src/html/macros-ast-to-html-converter.ts
Log Message:
-----------
[Misc] Update since versions to 0.24-rc-1
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: ad5c32632efcf6c8d153d78faeaa95aa6a11cc5e
https://github.com/xwiki-contrib/cristal/commit/ad5c32632efcf6c8d153d78faea…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-11-06 (Thu, 06 Nov 2025)
Changed paths:
R core/markdown/markdown-api/CHANGELOG.md
R core/markdown/markdown-api/api-extractor.json
R core/markdown/markdown-api/etc/cristal-markdown-api.api.md
R core/markdown/markdown-api/package.json
R core/markdown/markdown-api/src/index.ts
R core/markdown/markdown-api/src/markdownRenderer.ts
R core/markdown/markdown-api/tsconfig.json
R core/markdown/markdown-api/tsdoc.json
R core/markdown/markdown-default/CHANGELOG.md
R core/markdown/markdown-default/api-extractor.json
R core/markdown/markdown-default/etc/cristal-markdown-default.api.md
R core/markdown/markdown-default/package.json
R core/markdown/markdown-default/src/__tests__/defaultMarkdownRenderer.test.ts
R core/markdown/markdown-default/src/defaultMarkdownRenderer.ts
R core/markdown/markdown-default/src/index.ts
R core/markdown/markdown-default/src/parseInternalImages.ts
R core/markdown/markdown-default/src/parseInternalLinks.ts
R core/markdown/markdown-default/tsconfig.json
R core/markdown/markdown-default/tsdoc.json
R core/markdown/markdown-default/vite.config.ts
R core/markdown/markdown-default/vitest.config.ts
M lib/package.json
M lib/src/default/defaultComponentsList.ts
M pnpm-lock.yaml
M pnpm-workspace.yaml
M skin/package.json
M skin/src/vue/__tests__/c-content.test.ts
Log Message:
-----------
CRISTAL-734: Remove unused @xwiki/cristal-markdown packages
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 3a3bbc93f264b84b47ac523f5cce94004906d7de
https://github.com/xwiki/xwiki-platform/commit/3a3bbc93f264b84b47ac523f5cce…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-11-06 (Thu, 06 Nov 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-default/src/main/java/org/xwiki/refactoring/internal/DefaultModelBridge.java
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-default/src/test/java/org/xwiki/refactoring/internal/DefaultModelBridgeTest.java
Log Message:
-----------
XWIKI-23545: Automatic redirect while renaming with "Unknown User" (XWiki.Guest)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-rendering
Commit: 1943f55f43dc68ffefb2294db0477b0a32369ffa
https://github.com/xwiki/xwiki-rendering/commit/1943f55f43dc68ffefb2294db04…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-11-06 (Thu, 06 Nov 2025)
Changed paths:
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml/src/main/java/org/xwiki/rendering/internal/parser/xhtml/wikimodel/XWikiCommentHandler.java
A xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml/src/test/resources/xhtml10/specific/link/link10.test
Log Message:
-----------
XRENDERING-765: HTML parsing error on saving attempt page that has empty line at the start of the link
* Make HTML parsing more robust by ignoring stray stopmacro and stopwikilink comments instead of failing to parse.
(cherry picked from commit 0a8726fb2bd9d44e36c363696c481745b83b96d9)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-rendering
Commit: ebc77fad6dc88629b0568b6bb27f80812c2329b9
https://github.com/xwiki/xwiki-rendering/commit/ebc77fad6dc88629b0568b6bb27…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-11-06 (Thu, 06 Nov 2025)
Changed paths:
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml/src/main/java/org/xwiki/rendering/internal/parser/xhtml/wikimodel/XWikiCommentHandler.java
A xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml/src/test/resources/xhtml10/specific/link/link10.test
Log Message:
-----------
XRENDERING-765: HTML parsing error on saving attempt page that has empty line at the start of the link
* Make HTML parsing more robust by ignoring stray stopmacro and stopwikilink comments instead of failing to parse.
(cherry picked from commit 0a8726fb2bd9d44e36c363696c481745b83b96d9)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-rendering
Commit: 0a8726fb2bd9d44e36c363696c481745b83b96d9
https://github.com/xwiki/xwiki-rendering/commit/0a8726fb2bd9d44e36c363696c4…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-11-06 (Thu, 06 Nov 2025)
Changed paths:
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml/src/main/java/org/xwiki/rendering/internal/parser/xhtml/wikimodel/XWikiCommentHandler.java
A xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml/src/test/resources/xhtml10/specific/link/link10.test
Log Message:
-----------
XRENDERING-765: HTML parsing error on saving attempt page that has empty line at the start of the link
* Make HTML parsing more robust by ignoring stray stopmacro and stopwikilink comments instead of failing to parse.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: bcd66ad5332d322175eba84128db9a9db3d05c89
https://github.com/xwiki/xwiki-platform/commit/bcd66ad5332d322175eba84128db…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-11-06 (Thu, 06 Nov 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-realtime/plugin.js
Log Message:
-----------
XWIKI-23696: The default content is lost and we can't move to the next step after reordering a WYSIWYG editor based field in AWM
* Bulletproof the code to not fail when the editor is attached but its editable is detached.
(cherry picked from commit 9a869bf652366decd426a011e98967eb7a22b1b2)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 25573a29715b3e25e0d8afc587f8fa59b360a7ab
https://github.com/xwiki/xwiki-platform/commit/25573a29715b3e25e0d8afc587f8…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-11-06 (Thu, 06 Nov 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-realtime/plugin.js
Log Message:
-----------
XWIKI-23696: The default content is lost and we can't move to the next step after reordering a WYSIWYG editor based field in AWM
* Bulletproof the code to not fail when the editor is attached but its editable is detached.
(cherry picked from commit 9a869bf652366decd426a011e98967eb7a22b1b2)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 9a869bf652366decd426a011e98967eb7a22b1b2
https://github.com/xwiki/xwiki-platform/commit/9a869bf652366decd426a011e989…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-11-06 (Thu, 06 Nov 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-realtime/plugin.js
Log Message:
-----------
XWIKI-23696: The default content is lost and we can't move to the next step after reordering a WYSIWYG editor based field in AWM
* Bulletproof the code to not fail when the editor is attached but its editable is detached.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 863fafb8ed01bed6f89246d719aba14ccf824505
https://github.com/xwiki/xwiki-platform/commit/863fafb8ed01bed6f89246d719ab…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-11-06 (Thu, 06 Nov 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/test/java/org/xwiki/refactoring/internal/internal/DefaultRequestFactoryTest.java
Log Message:
-----------
XWIKI-23648: Impossible to use RefactoringScriptService#restore(String batchId) directly if the author has programming right
* add tests
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: a7782f264d68e1b0f9eaf5a83ee194ac2b800f07
https://github.com/xwiki/xwiki-platform/commit/a7782f264d68e1b0f9eaf5a83ee1…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-11-06 (Thu, 06 Nov 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/script/DefaultRequestFactory.java
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/test/java/org/xwiki/refactoring/internal/internal/DefaultRequestFactoryTest.java
Log Message:
-----------
XWIKI-23648: Impossible to use RefactoringScriptService#restore(String batchId) directly if the author has programming right
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications