Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 4e230d8759f5c76a666202d1ad13f1261289c21a
https://github.com/xwiki/xwiki-platform/commit/4e230d8759f5c76a666202d1ad13…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-10-24 (Thu, 24 Oct 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/internal/junit5/database/DatabaseContainerExecutor.java
Log Message:
-----------
XWIKI-22605: Solr re-indexes many documents after restarting on PostgreSQL
* Change the PostgreSQL locale used in integration tests to the
recommended one that has sorting compatible with Solr.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: d8c0632462c89698001314050ca53201ad067adf
https://github.com/xwiki-contrib/confluence/commit/d8c0632462c8969800131405…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-10-24 (Thu, 24 Oct 2024)
Changed paths:
M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/ConfluenceXWikiGeneratorListener.java
M confluence-xml/src/test/resources/confluencexml/codett.test
M confluence-xml/src/test/resources/confluencexml/lists.test
M confluence-xml/src/test/resources/confluencexml/lists/entities.xml
Log Message:
-----------
CONFLUENCE-309: Migrate list styles
Commit: 3fbee366204c1e39d052bfebcf51f88a41e0a2b7
https://github.com/xwiki-contrib/confluence/commit/3fbee366204c1e39d052bfeb…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-10-24 (Thu, 24 Oct 2024)
Changed paths:
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceConverterListener.java
M confluence-xml/src/test/resources/confluencexml/content.test
M confluence-xml/src/test/resources/confluencexml/content/entities.xml
R confluence-xml/src/test/resources/confluencexml/contentwithprefixedmacro.test
A confluence-xml/src/test/resources/confluencexml/contentwithprefixedmacros.test
M confluence-xml/src/test/resources/confluencexml/contentwithunprefixedmacros.test
Log Message:
-----------
CONFLUENCE-310: The include macro is sometimes converted to confluence_display
Compare: https://github.com/xwiki-contrib/confluence/compare/9f90344cd517...3fbee366…
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
Branch: refs/heads/feature-XWIKI-22577
Home: https://github.com/xwiki/xwiki-platform
Commit: a76eeb9790770bb1c0ce4b7386a0a9d3f7f53a7d
https://github.com/xwiki/xwiki-platform/commit/a76eeb9790770bb1c0ce4b7386a0…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-10-24 (Thu, 24 Oct 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/main/java/org/xwiki/model/reference/EntityReference.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/main/java/com/xpn/xwiki/internal/doc/BaseObjects.java
Log Message:
-----------
XWIKI-22577: Cloning documents with many XObjects and high object numbers is slow
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/feature-XWIKI-22577
Home: https://github.com/xwiki/xwiki-platform
Commit: a087017b0eff4f14ba684b4e50f244b48537e492
https://github.com/xwiki/xwiki-platform/commit/a087017b0eff4f14ba684b4e50f2…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-10-24 (Thu, 24 Oct 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/main/java/org/xwiki/model/reference/EntityReference.java
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/test/java/org/xwiki/model/reference/EntityReferenceTest.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/main/java/com/xpn/xwiki/internal/doc/BaseObjects.java
Log Message:
-----------
XWIKI-22577: Cloning documents with many XObjects and high object numbers is slow
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.9.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 7dce5aa0d70b12cd4da8ea99cc389d26cf7fac71
https://github.com/xwiki/xwiki-platform/commit/7dce5aa0d70b12cd4da8ea99cc38…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-10-24 (Thu, 24 Oct 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-macro/src/main/java/org/xwiki/rendering/internal/macro/display/DisplayMacro.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-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-include/src/main/java/org/xwiki/rendering/internal/macro/include/IncludeMacro.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-21125: Include and Display macros should generate inline content when used in an inline context
* Convert the content to inline when the macro is called in an inline
context.
* Add tests for inline mode.sho
(cherry picked from commit 1950fae7e422fb9527a0d335d6727f6fc55d2258)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications