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]

  • 58982 discussions
[[email protected]][Issue] Updates for XLIT-17: Remove use of commons-lang 2
by XWiki Notifications 02 Sep '25

02 Sep '25
1 0
0 0
[[email protected]][Issue] Updates for XLIT-10: Add support for dates
by XWiki Notifications 02 Sep '25

02 Sep '25
1 0
0 0
[[email protected]][Issue] Updates for XLIT-5: Add support for multiple tables and surrounding content
by XWiki Notifications 02 Sep '25

02 Sep '25
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-23502: Upgrade to Syntax highlighting 4.9
by XWiki Notifications 02 Sep '25

02 Sep '25
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-19281: Breaking bootstrap modal when using Wiki editor
by XWiki Notifications 02 Sep '25

02 Sep '25
1 0
0 0
[[email protected]][Issue] Updates for CRAPP-329: Review button does not work when using the wiki editor
by XWiki Notifications 02 Sep '25

02 Sep '25
1 0
0 0
[xwiki/xwiki-platform] dde506: XWIKI-19281: Breaking bootstrap modal when using W...
by XWiki Notifications 02 Sep '25

02 Sep '25
Branch: refs/heads/stable-17.4.x Home: https://github.com/xwiki/xwiki-platform Commit: dde506a349d6ffb8807978dc776c85eed007709a https://github.com/xwiki/xwiki-platform/commit/dde506a349d6ffb8807978dc776c… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2025-09-02 (Tue, 02 Sep 2025) Changed paths: M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/simpleedittoolbar.vm A xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/simpletoolbar.css A xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/simpletoolbar.js R xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/wikieditor/wikibits.js Log Message: ----------- XWIKI-19281: Breaking bootstrap modal when using Wiki editor (#4496) * Refactor the whole logic of simpleeditoolbar to rely on proper javascript to dynamically handle the buttons * Provide several improvments * Improve a bit the code to make it work with fullscreen * Document and remove unused code --------- Co-authored-by: Manuel Leduc <manuel.leduc(a)xwiki.com> (cherry picked from commit 266441af635f3d7743e5485d9893616eb354ba6f) Commit: 3f65f6f080f99b33adbe91b4adc93f3b1aaa87f4 https://github.com/xwiki/xwiki-platform/commit/3f65f6f080f99b33adbe91b4adc9… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2025-09-02 (Tue, 02 Sep 2025) Changed paths: M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/simpletoolbar.js Log Message: ----------- XWIKI-19281: Breaking bootstrap modal when using Wiki editor * Fix code to only target wiki syntax textarea * Fix bad dom:updated event (cherry picked from commit 13e34f67611b70510bf8db0866410a9b24a90425) Commit: b0720c1e51babe82c840597b93be0a849adba079 https://github.com/xwiki/xwiki-platform/commit/b0720c1e51babe82c840597b93be… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2025-09-02 (Tue, 02 Sep 2025) Changed paths: M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-common/pom.xml Log Message: ----------- XWIKI-23502: Upgrade to Syntax highlighting 4.9 (cherry picked from commit 6297b7be77a33fe0e5503cda7053b42793dc5b49) Compare: https://github.com/xwiki/xwiki-platform/compare/2f2f206fde2d...b0720c1e51ba 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] 863744: XWIKI-19281: Breaking bootstrap modal when using W...
by XWiki Notifications 02 Sep '25

02 Sep '25
Branch: refs/heads/stable-16.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 863744beae1c9943b7bf30a7fb2d0bdd8dc8808c https://github.com/xwiki/xwiki-platform/commit/863744beae1c9943b7bf30a7fb2d… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2025-09-02 (Tue, 02 Sep 2025) Changed paths: M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/simpleedittoolbar.vm A xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/simpletoolbar.css A xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/simpletoolbar.js R xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/wikieditor/wikibits.js Log Message: ----------- XWIKI-19281: Breaking bootstrap modal when using Wiki editor (#4496) * Refactor the whole logic of simpleeditoolbar to rely on proper javascript to dynamically handle the buttons * Provide several improvments * Improve a bit the code to make it work with fullscreen * Document and remove unused code --------- Co-authored-by: Manuel Leduc <manuel.leduc(a)xwiki.com> (cherry picked from commit 266441af635f3d7743e5485d9893616eb354ba6f) Commit: 872d738cfc1bde9e9bf7ddd5133844502446fd7f https://github.com/xwiki/xwiki-platform/commit/872d738cfc1bde9e9bf7ddd51338… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2025-09-02 (Tue, 02 Sep 2025) Changed paths: M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/simpletoolbar.js Log Message: ----------- XWIKI-19281: Breaking bootstrap modal when using Wiki editor * Fix code to only target wiki syntax textarea * Fix bad dom:updated event (cherry picked from commit 13e34f67611b70510bf8db0866410a9b24a90425) Commit: 72886b04ceeac41b4c088750406ae6d533bb3b18 https://github.com/xwiki/xwiki-platform/commit/72886b04ceeac41b4c088750406a… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2025-09-02 (Tue, 02 Sep 2025) Changed paths: M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-common/pom.xml Log Message: ----------- XWIKI-23502: Upgrade to Syntax highlighting 4.9 (cherry picked from commit 6297b7be77a33fe0e5503cda7053b42793dc5b49) Compare: https://github.com/xwiki/xwiki-platform/compare/9eb559b4990c...72886b04ceea 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 JIRA-89: Improve error handling when we have Rights issue
by XWiki Notifications 02 Sep '25

02 Sep '25
1 0
0 0
[[email protected]][Issue] Updates for JIRA-88: Upgrading to 11.0.0 breaks existing JIRA configurations
by XWiki Notifications 02 Sep '25

02 Sep '25
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 2074
  • 2075
  • 2076
  • 2077
  • 2078
  • 2079
  • 2080
  • ...
  • 5899
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.