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

  • 1 participants
  • 60073 discussions
[jira@xwiki.org][Issue] Updates for 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
by XWiki Notifications 06 Nov '25

06 Nov '25
1 0
0 0
[jira@xwiki.org][Issue] Updates for XRENDERING-765: HTML parsing error on saving attempt page that has empty line at the start of the link
by XWiki Notifications 06 Nov '25

06 Nov '25
1 0
0 0
[xwiki/xwiki-rendering] 1943f5: XRENDERING-765: HTML parsing error on saving attem...
by XWiki Notifications 06 Nov '25

06 Nov '25
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
1 0
0 0
[xwiki/xwiki-rendering] ebc77f: XRENDERING-765: HTML parsing error on saving attem...
by XWiki Notifications 06 Nov '25

06 Nov '25
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
1 0
0 0
[xwiki/xwiki-rendering] 0a8726: XRENDERING-765: HTML parsing error on saving attem...
by XWiki Notifications 06 Nov '25

06 Nov '25
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
1 0
0 0
[jira@xwiki.org][Issue] Updates for 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
by XWiki Notifications 06 Nov '25

06 Nov '25
1 0
0 0
[xwiki/xwiki-platform] bcd66a: XWIKI-23696: The default content is lost and we ca...
by XWiki Notifications 06 Nov '25

06 Nov '25
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
1 0
0 0
[xwiki/xwiki-platform] 25573a: XWIKI-23696: The default content is lost and we ca...
by XWiki Notifications 06 Nov '25

06 Nov '25
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
1 0
0 0
[xwiki/xwiki-platform] 9a869b: XWIKI-23696: The default content is lost and we ca...
by XWiki Notifications 06 Nov '25

06 Nov '25
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
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-22942: isSuperAdmin is implemented in many different ways
by XWiki Notifications 06 Nov '25

06 Nov '25
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 1886
  • 1887
  • 1888
  • 1889
  • 1890
  • 1891
  • 1892
  • ...
  • 6008
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.