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

  • 58986 discussions
[xwiki/xwiki-platform] b07498: XWIKI-21219: Add a preparation/compilation pass to...
by XWiki Notifications 14 Mar '24

14 Mar '24
Branch: refs/heads/feature-deploy-preparedocumentcontent Home: https://github.com/xwiki/xwiki-platform Commit: b07498cae11f84e715a1312cda10e1e1df3ab7fb https://github.com/xwiki/xwiki-platform/commit/b07498cae11f84e715a1312cda10… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-03-14 (Thu, 14 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-bridge/src/main/java/org/xwiki/bridge/DocumentModelBridge.java M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/main/java/org/xwiki/display/internal/AbstractDocumentTitleDisplayer.java M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/main/java/org/xwiki/display/internal/DocumentContentAsyncExecutor.java M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/main/java/org/xwiki/display/internal/DocumentTitleDisplayer.java M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/test/java/org/xwiki/display/internal/DocumentContentDisplayerTest.java M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-macro/src/test/java/org/xwiki/rendering/internal/macro/DisplayMacroTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/LazyXWikiDocument.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiDocument.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/doc/XWikiDocumentTest.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-context/src/main/java/org/xwiki/rendering/internal/macro/context/ContextMacro.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-context/src/test/java/org/xwiki/rendering/internal/macro/context/ContextMacroTest.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-context/src/test/java/org/xwiki/rendering/macro/context/IntegrationTests.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-include/src/test/java/org/xwiki/rendering/internal/macro/include/IncludeMacroTest.java Log Message: ----------- XWIKI-21219: Add a preparation/compilation pass to the document content and title 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] 027ace: [misc] Change <rendering.version> property default...
by XWiki Notifications 14 Mar '24

14 Mar '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 027ace8772734dda49d8881e686486713ac9612f https://github.com/xwiki/xwiki-platform/commit/027ace8772734dda49d8881e6864… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-03-14 (Thu, 14 Mar 2024) Changed paths: M pom.xml Log Message: ----------- [misc] Change <rendering.version> property default value to be easier to use with feature-deploy branches 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] (XWIKI-21995) Boolean filters are always displaying translation keys instead of translations
by XWiki Notifications 14 Mar '24

14 Mar '24
1 0
0 0
[jira@xwiki.org][Issue] (XWIKI-21995) Boolean filters are always displaying translation keys instead of translations
by XWiki Notifications 14 Mar '24

14 Mar '24
1 0
0 0
[xwiki/xwiki-commons] b94ce4: Revert "XCOMMONS-2955: Upgrade to Maven Assembly P...
by XWiki Notifications 14 Mar '24

14 Mar '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: b94ce443c8fbbefc13906a5c24fbbc72d7397c7e https://github.com/xwiki/xwiki-commons/commit/b94ce443c8fbbefc13906a5c24fbb… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-03-14 (Thu, 14 Mar 2024) Changed paths: M pom.xml Log Message: ----------- Revert "XCOMMONS-2955: Upgrade to Maven Assembly Plugin 3.7.0" This reverts commit c18f09d9b073e2bc4244ccfe95a6728b49babf0b. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[jira@xwiki.org][Issue] (XCOMMONS-2955) Upgrade to Maven Assembly Plugin 3.7.0
by XWiki Notifications 14 Mar '24

14 Mar '24
1 0
0 0
[jira@xwiki.org][Issue] (XCOMMONS-2955) Upgrade to Maven Assembly Plugin 3.7.0
by XWiki Notifications 14 Mar '24

14 Mar '24
1 0
0 0
[xwiki/xwiki-platform] 58f1cf: XCOMMONS-2862: Make the ScriptSafeProvider framewo...
by XWiki Notifications 14 Mar '24

14 Mar '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 58f1cf47fa44906522f6ae24d9e08b622c04fb5c https://github.com/xwiki/xwiki-platform/commit/58f1cf47fa44906522f6ae24d9e0… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-03-14 (Thu, 14 Mar 2024) Changed paths: M xwiki-platform-core/pom.xml Log Message: ----------- XCOMMONS-2862: Make the ScriptSafeProvider framework public 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] (XWIKI-21994) Allow to use FilterList without free text
by XWiki Notifications 14 Mar '24

14 Mar '24
1 0
0 0
[jira@xwiki.org][Issue] (XWIKI-21993) Provide a DisplayerLocation to allow displaying a location in LiveData
by XWiki Notifications 14 Mar '24

14 Mar '24
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 4819
  • 4820
  • 4821
  • 4822
  • 4823
  • 4824
  • 4825
  • ...
  • 5899
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.