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 -----
  • 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]

April 2024

  • 1 participants
  • 1976 discussions
[xwiki/xwiki-rendering] deb96d: XCOMMONS-2989: Escape characters after < in XML co...
by XWiki Notifications 05 Apr '24

05 Apr '24
Branch: refs/heads/stable-15.10.x Home: https://github.com/xwiki/xwiki-rendering Commit: deb96de1670999dbe04add9efbd0488210bcf60b https://github.com/xwiki/xwiki-rendering/commit/deb96de1670999dbe04add9efbd… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-04-05 (Fri, 05 Apr 2024) Changed paths: M xwiki-rendering-integration-tests/src/test/resources/simple/macros/macro33.test M xwiki-rendering-macros/xwiki-rendering-macro-content/src/test/resources/macrocontent4.test M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml1.test M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml11.test M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml13.test M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml14.test M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml15.test M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml8.test M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml9.test Log Message: ----------- XCOMMONS-2989: Escape characters after < in XML comments * Fix expected outcomes in integration tests. (cherry picked from commit c9179082acbf0dc98b85b6900986c15723b06dab) 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] c91790: XCOMMONS-2989: Escape characters after < in XML co...
by XWiki Notifications 05 Apr '24

05 Apr '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-rendering Commit: c9179082acbf0dc98b85b6900986c15723b06dab https://github.com/xwiki/xwiki-rendering/commit/c9179082acbf0dc98b85b690098… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-04-05 (Fri, 05 Apr 2024) Changed paths: M xwiki-rendering-integration-tests/src/test/resources/simple/macros/macro33.test M xwiki-rendering-macros/xwiki-rendering-macro-content/src/test/resources/macrocontent4.test M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml1.test M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml11.test M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml13.test M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml14.test M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml15.test M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml8.test M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml9.test Log Message: ----------- XCOMMONS-2989: Escape characters after < in XML comments * Fix expected outcomes in integration tests. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
1 0
0 0
[[email protected]][Issue] (XCOMMONS-2989) Escape characters after < in XML comments
by XWiki Notifications 05 Apr '24

05 Apr '24
1 0
0 0
[xwiki/xwiki-commons] 94d861: XCOMMONS-2989: Escape characters after < in XML co...
by XWiki Notifications 05 Apr '24

05 Apr '24
Branch: refs/heads/stable-15.10.x Home: https://github.com/xwiki/xwiki-commons Commit: 94d861397bae26530877cfde1aad3ac821c827fb https://github.com/xwiki/xwiki-commons/commit/94d861397bae26530877cfde1aad3… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-04-05 (Fri, 05 Apr 2024) Changed paths: M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/XMLUtils.java M xwiki-commons-core/xwiki-commons-xml/src/test/java/org/xwiki/xml/XMLUtilsTest.java Log Message: ----------- XCOMMONS-2989: Escape characters after < in XML comments (#884) * Refactor the code to avoid too high complexity * Refactor the test to be parameterized and add a few test cases (cherry picked from commit cbd0abfe787e547d85d4a7e6dff2ff2a2836e2c7) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[xwiki/xwiki-commons] cbd0ab: XCOMMONS-2989: Escape characters after < in XML co...
by XWiki Notifications 05 Apr '24

05 Apr '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: cbd0abfe787e547d85d4a7e6dff2ff2a2836e2c7 https://github.com/xwiki/xwiki-commons/commit/cbd0abfe787e547d85d4a7e6dff2f… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-04-05 (Fri, 05 Apr 2024) Changed paths: M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/XMLUtils.java M xwiki-commons-core/xwiki-commons-xml/src/test/java/org/xwiki/xml/XMLUtilsTest.java Log Message: ----------- XCOMMONS-2989: Escape characters after < in XML comments (#884) * Refactor the code to avoid too high complexity * Refactor the test to be parameterized and add a few test cases To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[xwiki/xwiki-rendering] 74f2c3: [Misc] Move to develocity-maven-extension
by XWiki Notifications 05 Apr '24

05 Apr '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-rendering Commit: 74f2c351382b13c2563cd201ac30142de4fc8970 https://github.com/xwiki/xwiki-rendering/commit/74f2c351382b13c2563cd201ac3… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-04-05 (Fri, 05 Apr 2024) Changed paths: M .mvn/develocity.xml Log Message: ----------- [Misc] Move to develocity-maven-extension To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] 2edc69: [Misc] Move to develocity-maven-extension
by XWiki Notifications 05 Apr '24

05 Apr '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 2edc69c58e119c54be85816c753f6ef1485f106a https://github.com/xwiki/xwiki-platform/commit/2edc69c58e119c54be85816c753f… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-04-05 (Fri, 05 Apr 2024) Changed paths: M .mvn/develocity.xml Log Message: ----------- [Misc] Move to develocity-maven-extension To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-commons] 26dd59: [Misc] Move to develocity-maven-extension
by XWiki Notifications 05 Apr '24

05 Apr '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: 26dd5902b5e99b19a737faaef794bb4cf5b569d2 https://github.com/xwiki/xwiki-commons/commit/26dd5902b5e99b19a737faaef794b… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-04-05 (Fri, 05 Apr 2024) Changed paths: M .mvn/develocity.xml Log Message: ----------- [Misc] Move to develocity-maven-extension To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[[email protected]][Issue] (XCOMMONS-2989) Escape characters after < in XML comments
by XWiki Notifications 05 Apr '24

05 Apr '24
1 0
0 0
[[email protected]][Issue] (XWIKI-22064) Escape characters after < in XML comments
by XWiki Notifications 05 Apr '24

05 Apr '24
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • ...
  • 198
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.