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

  • 58982 discussions
[xwiki/xwiki-platform] 5d25cf: XWIKI-21922: Introduce methods to fetch a subset o...
by XWiki Notifications 07 Mar '24

07 Mar '24
Branch: refs/heads/backport-2967-to-stable-15.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 5d25cf2598fc37bcca6d5d5a9a277c0e1a5cb8a7 https://github.com/xwiki/xwiki-platform/commit/5d25cf2598fc37bcca6d5d5a9a27… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2024-03-07 (Thu, 07 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/criteria/impl/RevisionCriteria.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiHibernateVersioningStore.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/hibernate/query/VersioningStoreQueryFactory.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/hibernate/query/VersioningStoreQueryFactoryTest.java Log Message: ----------- XWIKI-21922: Introduce methods to fetch a subset of revisions in XWikiVersioningStoreInterface * Fix missing support for "ALL" ranges * Fix XWikiDocumentArchive caching issues (cherry picked from commit 47b7376a5e3c1979e5cf53af1198a30f38924c8e) 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] 47b737: XWIKI-21922: Introduce methods to fetch a subset o...
by XWiki Notifications 07 Mar '24

07 Mar '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 47b7376a5e3c1979e5cf53af1198a30f38924c8e https://github.com/xwiki/xwiki-platform/commit/47b7376a5e3c1979e5cf53af1198… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2024-03-07 (Thu, 07 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/criteria/impl/RevisionCriteria.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiHibernateVersioningStore.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/hibernate/query/VersioningStoreQueryFactory.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/hibernate/query/VersioningStoreQueryFactoryTest.java Log Message: ----------- XWIKI-21922: Introduce methods to fetch a subset of revisions in XWikiVersioningStoreInterface * Fix missing support for "ALL" ranges * Fix XWikiDocumentArchive caching issues 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] (XRENDERING-345) Add an Auto TOC transformation to automatically add a TOC when pages are rendered
by XWiki Notifications 07 Mar '24

07 Mar '24
1 0
0 0
[jira@xwiki.org][Issue] (XWIKI-21920) Upgrade to commons-compress 1.26.0
by XWiki Notifications 07 Mar '24

07 Mar '24
1 0
0 0
[jira@xwiki.org][Issue] (XWIKI-21920) Upgrade to commons-compress 1.26.0
by XWiki Notifications 07 Mar '24

07 Mar '24
1 0
0 0
[jira@xwiki.org][Issue] (XWIKI-21920) Upgrade to commons-compress 1.26.0
by XWiki Notifications 07 Mar '24

07 Mar '24
1 0
0 0
[jira@xwiki.org][Issue] (MARKDOWN-75) Lists in quotes are not working
by XWiki Notifications 07 Mar '24

07 Mar '24
1 0
0 0
[jira@xwiki.org][Issue] (MARKDOWN-75) Lists in quotes are not working
by XWiki Notifications 07 Mar '24

07 Mar '24
1 0
0 0
[xwiki-contrib/confluence] f9b768: DRAFT: handle inline macros, taking care of block ...
by XWiki Notifications 07 Mar '24

07 Mar '24
Branch: refs/heads/INLINE_MACROS Home: https://github.com/xwiki-contrib/confluence Commit: f9b768488d70eb045e57b0b24c46934f6dc95d66 https://github.com/xwiki-contrib/confluence/commit/f9b768488d70eb045e57b0b2… Author: Raphaël Jakse <raphael.jakse(a)xwiki.com> Date: 2024-03-07 (Thu, 07 Mar 2024) Changed paths: M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/ConfluenceXHTMLParser.java A confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/ConfluenceParagraphTagHandler.java M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/ConfluenceXWikiGeneratorListener.java M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/MacroTagHandler.java M confluence-syntax-xhtml/src/test/java/org/xwiki/contrib/confluence/parser/confluence/internal/IntegrationTests.java A confluence-syntax-xhtml/src/test/resources/confluencexhtml10/filter/task/inlinemacrosinparagraphs.test M confluence-xml/src/test/resources/confluencexml/4.3.2.max.test M confluence-xml/src/test/resources/confluencexml/4.3.2.rangefrom.test M confluence-xml/src/test/resources/confluencexml/4.3.2.rangefromexclude.test M confluence-xml/src/test/resources/confluencexml/4.3.2.ranges.test M confluence-xml/src/test/resources/confluencexml/4.3.2.test M confluence-xml/src/test/resources/confluencexml/5.9.test M confluence-xml/src/test/resources/confluencexml/confluence80tags.test M confluence-xml/src/test/resources/confluencexml/content.test M confluence-xml/src/test/resources/confluencexml/contentwithprefixedmacro.test M confluence-xml/src/test/resources/confluencexml/nested.test Log Message: ----------- DRAFT: handle inline macros, taking care of block macros in paragraphs To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
1 0
0 0
[xwiki-contrib/confluence] 59cc45: DRAFT: handle inline macros, without taking care o...
by XWiki Notifications 07 Mar '24

07 Mar '24
Branch: refs/heads/INLINE_MACROS_2 Home: https://github.com/xwiki-contrib/confluence Commit: 59cc45e89eef93c4a240950e42f9e2a995c1d09d https://github.com/xwiki-contrib/confluence/commit/59cc45e89eef93c4a240950e… Author: Raphaël Jakse <raphael.jakse(a)xwiki.com> Date: 2024-03-07 (Thu, 07 Mar 2024) Changed paths: M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/ConfluenceXHTMLParser.java A confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/ConfluenceParagraphTagHandler.java M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/ConfluenceTagHandler.java M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/MacroTagHandler.java M confluence-syntax-xhtml/src/test/java/org/xwiki/contrib/confluence/parser/confluence/internal/IntegrationTests.java A confluence-syntax-xhtml/src/test/resources/confluencexhtml10/filter/task/inlinemacrosinparagraphs.test M confluence-xml/src/test/resources/confluencexml/4.3.2.max.test M confluence-xml/src/test/resources/confluencexml/4.3.2.rangefrom.test M confluence-xml/src/test/resources/confluencexml/4.3.2.rangefromexclude.test M confluence-xml/src/test/resources/confluencexml/4.3.2.ranges.test M confluence-xml/src/test/resources/confluencexml/4.3.2.test M confluence-xml/src/test/resources/confluencexml/5.9.test M confluence-xml/src/test/resources/confluencexml/confluence80tags.test M confluence-xml/src/test/resources/confluencexml/content.test M confluence-xml/src/test/resources/confluencexml/contentwithprefixedmacro.test M confluence-xml/src/test/resources/confluencexml/nested.test Log Message: ----------- DRAFT: handle inline macros, without taking care of block macros in paragraphs To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 4852
  • 4853
  • 4854
  • 4855
  • 4856
  • 4857
  • 4858
  • ...
  • 5899
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.