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
notifications@xwiki.org

March 2024

  • 1 participants
  • 1945 discussions
[xwiki-contrib/confluence] 9cc12f: DRAFT: CONFLUENCE-119: <ac:link-body> with complex...
by XWiki Notifications 04 Mar '24

04 Mar '24
Branch: refs/heads/CONFLUENCE-199-DRAFT Home: https://github.com/xwiki-contrib/confluence Commit: 9cc12f7574710141b38d17c4c37db6cfed9ad27f https://github.com/xwiki-contrib/confluence/commit/9cc12f7574710141b38d17c4… Author: Raphaël Jakse <raphael.jakse(a)xwiki.com> Date: 2024-03-04 (Mon, 04 Mar 2024) Changed paths: M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/ConfluenceXHTMLParser.java M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/ConfluenceLinkWikiReference.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/LabelContainer.java M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/LinkBodyTagHandler.java M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/LinkTagHandler.java A confluence-xml/src/test/resources/confluencexml/brokenlink.test A confluence-xml/src/test/resources/confluencexml/brokenlink/entities.xml Log Message: ----------- DRAFT: CONFLUENCE-119: <ac:link-body> with complex content is not supported Commit: 3cc0e35f5034dd9f11bc2eb12d72a23a9de88a7e https://github.com/xwiki-contrib/confluence/commit/3cc0e35f5034dd9f11bc2eb1… Author: Raphaël Jakse <raphael.jakse(a)xwiki.com> Date: 2024-03-04 (Mon, 04 Mar 2024) Changed paths: M confluence-xml/src/test/java/org/xwiki/contrib/confluence/filter/IntegrationTests.java Log Message: ----------- TEST: 5.9 only Compare: https://github.com/xwiki-contrib/confluence/compare/d1c38cc2fcb6...3cc0e35f… 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] e11318: Misc: Drop unused Clonable interface
by XWiki Notifications 04 Mar '24

04 Mar '24
Branch: refs/heads/master Home: https://github.com/xwiki-contrib/confluence Commit: e1131828ab5d6e705d1cf593b579614ff90b720f https://github.com/xwiki-contrib/confluence/commit/e1131828ab5d6e705d1cf593… Author: Raphaël Jakse <raphael.jakse(a)xwiki.com> Date: 2024-03-04 (Mon, 04 Mar 2024) Changed paths: M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/ConfluenceLinkWikiReference.java Log Message: ----------- Misc: Drop unused Clonable interface To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
1 0
0 0
[jira@xwiki.org][Issue] (XWIKI-21782) Make header rows and columns mandatory for table macro
by XWiki Notifications 04 Mar '24

04 Mar '24
1 0
0 0
[jira@xwiki.org][Issue] (XWIKI-21782) Make header rows and columns mandatory for table macro
by XWiki Notifications 04 Mar '24

04 Mar '24
1 0
0 0
[xwiki-contrib/confluence] 14da1c: Misc: Drop unused Clonable interface
by XWiki Notifications 04 Mar '24

04 Mar '24
Branch: refs/heads/CONFLUENCE-199-DRAFT Home: https://github.com/xwiki-contrib/confluence Commit: 14da1c1eb54c0890a160344436767833d9c73feb https://github.com/xwiki-contrib/confluence/commit/14da1c1eb54c0890a1603444… Author: Raphaël Jakse <raphael.jakse(a)xwiki.com> Date: 2024-03-04 (Mon, 04 Mar 2024) Changed paths: M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/ConfluenceLinkWikiReference.java Log Message: ----------- Misc: Drop unused Clonable interface Commit: 59f31e4be25f4649ea528dc8fbe229f749edd400 https://github.com/xwiki-contrib/confluence/commit/59f31e4be25f4649ea528dc8… Author: Raphaël Jakse <raphael.jakse(a)xwiki.com> Date: 2024-03-04 (Mon, 04 Mar 2024) Changed paths: M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/ConfluenceXHTMLParser.java M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/ConfluenceLinkWikiReference.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/LabelContainer.java M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/LinkBodyTagHandler.java M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/LinkTagHandler.java A confluence-xml/src/test/resources/confluencexml/brokenlink.test A confluence-xml/src/test/resources/confluencexml/brokenlink/entities.xml Log Message: ----------- DRAFT: CONFLUENCE-119: <ac:link-body> with complex content is not supported Commit: d1c38cc2fcb683afd614e799e24f64602c26252c https://github.com/xwiki-contrib/confluence/commit/d1c38cc2fcb683afd614e799… Author: Raphaël Jakse <raphael.jakse(a)xwiki.com> Date: 2024-03-04 (Mon, 04 Mar 2024) Changed paths: M confluence-xml/src/test/java/org/xwiki/contrib/confluence/filter/IntegrationTests.java Log Message: ----------- TEST: 5.9 only Compare: https://github.com/xwiki-contrib/confluence/compare/14da1c1eb54c%5E...d1c38… To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
1 0
0 0
[jira@xwiki.org][Issue] (XWIKI-21778) Admin section: make the Extension section pass webstandard tests
by XWiki Notifications 04 Mar '24

04 Mar '24
1 0
0 0
[jira@xwiki.org][Issue] (XWIKI-21779) Admin section: make the search suggest section pass webstandard tests
by XWiki Notifications 04 Mar '24

04 Mar '24
1 0
0 0
[jira@xwiki.org][Issue] (XWIKI-21778) Admin section: make the Extension section pass webstandard tests
by XWiki Notifications 04 Mar '24

04 Mar '24
1 0
0 0
[xwiki/xwiki-platform] 1b30d6: [Misc] Always close the input and output streams e...
by XWiki Notifications 04 Mar '24

04 Mar '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 1b30d6bb356751e21e7a9961a313489f544d54cf https://github.com/xwiki/xwiki-platform/commit/1b30d6bb356751e21e7a9961a313… Author: Vincent Massol <vincent(a)massol.net> Date: 2024-03-04 (Mon, 04 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/ExportAction.java Log Message: ----------- [Misc] Always close the input and output streams even if there's an error so that we don't have a memory leak 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] 8c4a52: XWIKI-21778: Admin section: make the Extension sec...
by XWiki Notifications 04 Mar '24

04 Mar '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 8c4a52bc5039d96bdcc7906871acfe86eb54a7e6 https://github.com/xwiki/xwiki-platform/commit/8c4a52bc5039d96bdcc7906871ac… Author: LucasC <lucas.charpentier(a)imt-atlantique.net> Date: 2024-03-04 (Mon, 04 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-ui/src/main/resources/XWiki/SearchSuggestSourceSheet.xml M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/rating_macros.vm Log Message: ----------- XWIKI-21778: Admin section: make the Extension section pass webstandard tests (#2950) XWIKI-21779: Admin section: make the search suggest section pass webstandard tests * Added content for the <dl> in searchSuggest. * Replaced the self closing syntax for the meter in Extensions with a proper open + close syntax. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • ...
  • 195
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.