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

October 2024

  • 1 participants
  • 1692 discussions
[xwiki-contrib/cristal] 413d7a: CRISTAL-266: The page content is fetched several t...
by XWiki Notifications 23 Oct '24

23 Oct '24
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/cristal Commit: 413d7a8b9e0d08f3def7e8a0686b674854aebd8e https://github.com/xwiki-contrib/cristal/commit/413d7a8b9e0d08f3def7e8a0686… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2024-10-23 (Wed, 23 Oct 2024) Changed paths: M lib/src/c-index.vue M lib/src/components/DefaultCristalApp.ts Log Message: ----------- CRISTAL-266: The page content is fetched several times on page load/change Fix regression when navigating back from saving a page. Introduce a generic solution reloading the page after each navigation. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] a1d017: XWIKI-21387: The syntax highlighting done by the C...
by XWiki Notifications 23 Oct '24

23 Oct '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: a1d01733f753f9cb8330ccda5c0eee99eb2f4a6b https://github.com/xwiki/xwiki-platform/commit/a1d01733f753f9cb8330ccda5c0e… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-10-23 (Wed, 23 Oct 2024) Changed paths: M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/src/main/java/org/xwiki/rendering/internal/parser/pygments/DefaultPygmentsParserConfiguration.java Log Message: ----------- XWIKI-21387: The syntax highlighting done by the Code Macro lacks contrast * fix the version 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] a26856: XWIKI-21387: The syntax highlighting done by the C...
by XWiki Notifications 23 Oct '24

23 Oct '24
Branch: refs/heads/backport-3052-to-stable-15.10.x Home: https://github.com/xwiki/xwiki-platform Commit: a26856d726e31b964a8f45a5b78ddfb36995bf02 https://github.com/xwiki/xwiki-platform/commit/a26856d726e31b964a8f45a5b78d… Author: LucasC <lucas.charpentier(a)xwiki.com> Date: 2024-10-23 (Wed, 23 Oct 2024) Changed paths: M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/src/main/java/org/xwiki/rendering/internal/parser/pygments/DefaultPygmentsParserConfiguration.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/src/main/resources/pygments/code.py A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/src/main/resources/pygments/styles/xwiki_default.py M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/src/test/resources/macrocode14.test M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/src/test/resources/macrocode15.test M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/src/test/resources/macrocode4.test M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/src/test/resources/macrocode7.test Log Message: ----------- XWIKI-21387: The syntax highlighting done by the Code Macro lacks contrast (#3052) * Created a pygment style in updated_default.py * Updated the parser configuration to fallback on this style by default * Updated tests to fit the new colortheme (cherry picked from commit 5e913d9f88f10c85925679ef28cdb35f90de722f) 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] 5e913d: XWIKI-21387: The syntax highlighting done by the C...
by XWiki Notifications 23 Oct '24

23 Oct '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 5e913d9f88f10c85925679ef28cdb35f90de722f https://github.com/xwiki/xwiki-platform/commit/5e913d9f88f10c85925679ef28cd… Author: LucasC <lucas.charpentier(a)xwiki.com> Date: 2024-10-23 (Wed, 23 Oct 2024) Changed paths: M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/src/main/java/org/xwiki/rendering/internal/parser/pygments/DefaultPygmentsParserConfiguration.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/src/main/resources/pygments/code.py A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/src/main/resources/pygments/styles/xwiki_default.py M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/src/test/resources/macrocode14.test M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/src/test/resources/macrocode15.test M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/src/test/resources/macrocode4.test M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/src/test/resources/macrocode7.test Log Message: ----------- XWIKI-21387: The syntax highlighting done by the Code Macro lacks contrast (#3052) * Created a pygment style in updated_default.py * Updated the parser configuration to fallback on this style by default * Updated tests to fit the new colortheme 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 XCOMMONS-3177: Upgrade to Woodstox 7.1.0
by XWiki Notifications 23 Oct '24

23 Oct '24
1 0
0 0
[jira@xwiki.org][Issue] Updates for XCOMMONS-3176: Upgrade to bytebuddy 1.15.7
by XWiki Notifications 23 Oct '24

23 Oct '24
1 0
0 0
[jira@xwiki.org][Issue] Updates for XCOMMONS-3179: Upgrade to httpcore 5.3.1
by XWiki Notifications 23 Oct '24

23 Oct '24
1 0
0 0
[jira@xwiki.org][Issue] Updates for XCOMMONS-3178: Upgrade to Wiremock 3.9.2
by XWiki Notifications 23 Oct '24

23 Oct '24
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-13323: Login using email instead of username
by XWiki Notifications 23 Oct '24

23 Oct '24
1 0
0 0
[jira@xwiki.org][Issue] Updates for XCOMMONS-3176: Upgrade to bytebuddy 1.15.7
by XWiki Notifications 23 Oct '24

23 Oct '24
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • ...
  • 170
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.