Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: 9a3383199ecd44efab47fa244341c4f0ed003366
https://github.com/xwiki-contrib/confluence/commit/9a3383199ecd44efab47fa24…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-10-25 (Fri, 25 Oct 2024)
Changed paths:
M confluence-resolvers/pom.xml
M confluence-syntax-confluence/pom.xml
M confluence-syntax-confluence10override/pom.xml
M confluence-syntax-xhtml/pom.xml
M confluence-url-mapping/pom.xml
M confluence-xml/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: 3d9aa26056c8f7620415a5038207737e58566994
https://github.com/xwiki-contrib/confluence/commit/3d9aa26056c8f7620415a503…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-10-25 (Fri, 25 Oct 2024)
Changed paths:
M confluence-resolvers/pom.xml
M confluence-syntax-confluence/pom.xml
M confluence-syntax-confluence10override/pom.xml
M confluence-syntax-xhtml/pom.xml
M confluence-url-mapping/pom.xml
M confluence-xml/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release confluence-9.60.0
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
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
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 2e791497dc4839384dc92f76779ff81f51b53b40
https://github.com/xwiki/xwiki-platform/commit/2e791497dc4839384dc92f76779f…
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
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 7a3f9f10d91b2d0d9b2e873d1f22cc144315a6c7
https://github.com/xwiki/xwiki-platform/commit/7a3f9f10d91b2d0d9b2e873d1f22…
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
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: 7768cafb5d650bd44d58cdb89c89657273b4f976
https://github.com/xwiki-contrib/cristal/commit/7768cafb5d650bd44d58cdb89c8…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-10-24 (Thu, 24 Oct 2024)
Changed paths:
M api/src/api/cristalApp.ts
M api/src/api/designSystemLoader.ts
M api/src/api/storage.ts
A api/tsdoc.json
M core/alerts/alerts-api/src/index.ts
A core/alerts/alerts-api/tsdoc.json
A core/alerts/alerts-default/tsdoc.json
M core/attachments/attachments-api/src/index.ts
A core/attachments/attachments-api/tsdoc.json
M core/attachments/attachments-default/src/defaultAttachmentsService.ts
A core/attachments/attachments-default/tsdoc.json
A core/attachments/attachments-ui/tsdoc.json
M core/authentication/authentication-api/src/authenticationManager.ts
M core/authentication/authentication-api/src/authenticationManagerProvider.ts
A core/authentication/authentication-api/tsdoc.json
M core/authentication/authentication-ui/src/vue/utils/getUserProfile.ts
A core/authentication/authentication-ui/tsdoc.json
A core/authentication/authentication-xwiki/tsdoc.json
M core/backends/backend-api/src/abstractStorage.ts
A core/backends/backend-api/tsdoc.json
A core/backends/backend-github/tsdoc.json
A core/backends/backend-nextcloud/tsdoc.json
A core/backends/backend-xwiki/tsdoc.json
M core/browser/browser-api/src/index.ts
A core/browser/browser-api/tsdoc.json
M core/document/document-api/src/index.ts
A core/document/document-api/tsdoc.json
M core/document/document-default/src/defaultDocumentService.ts
A core/document/document-default/tsdoc.json
A core/extra-tabs/extra-tabs-api/tsdoc.json
A core/extra-tabs/extra-tabs-default/tsdoc.json
M core/hierarchy/hierarchy-api/src/index.ts
M core/hierarchy/hierarchy-default/src/utils.ts
M core/hierarchy/hierarchy-xwiki/src/utils.ts
M core/info-actions/info-actions-api/src/index.ts
A core/info-actions/info-actions-api/tsdoc.json
A core/info-actions/info-actions-default/tsdoc.json
M core/link-suggest/link-suggest-api/src/LinkSuggestServiceProvider.ts
M core/link-suggest/link-suggest-api/src/linkSuggestService.ts
A core/link-suggest/link-suggest-api/tsdoc.json
A core/link-suggest/link-suggest-nextcloud/tsdoc.json
A core/link-suggest/link-suggest-xwiki/tsdoc.json
M core/navigation-tree/navigation-tree-api/src/index.ts
M core/navigation-tree/navigation-tree-default/src/utils.ts
M core/page-actions/page-actions-api/src/index.ts
A core/page-actions/page-actions-api/tsdoc.json
A core/page-actions/page-actions-default/tsdoc.json
M core/uiextension/uiextension-api/src/index.ts
A core/uiextension/uiextension-api/tsdoc.json
M dev/test-utils/src/index.ts
A ds/api/tsdoc.json
A ds/shoelace/tsdoc.json
M ds/vuetify/src/vue/__tests__/utils/vuetify.ts
M ds/vuetify/src/vue/__tests__/x-btn.test.ts
M editors/tiptap/src/components/extensions/bubble-menu.ts
M editors/tiptap/src/components/extensions/filter-helper.ts
M editors/tiptap/src/components/extensions/link-suggest.ts
M editors/tiptap/src/extensions/markdown.ts
M editors/tiptap/src/vue/c-tiptap-bubble-menu.vue
M editors/tiptap/src/vue/list-navigation-helper.ts
A editors/tiptap/tsdoc.json
M electron/browser/src/electron/main/index.ts
M electron/preload/src/index.ts
A electron/preload/tsdoc.json
M electron/storage/src/electron/main/index.ts
A electron/storage/tsdoc.json
M electron/version/getVersion.mjs
M electron/version/inject-app-version-plugin.mjs
M eslint.config.mjs
M lib/src/components/DefaultCristalApp.ts
M lib/src/components/cristalAppLoader.ts
A lib/tsdoc.json
M package.json
M pnpm-lock.yaml
M skin/src/composables/mouse.ts
M skin/src/composables/viewport.ts
A skin/tsdoc.json
A tsdoc.json
M web/e2e/pageObjects/Breadcrumb.ts
M web/e2e/pageObjects/NavigationTree.ts
Log Message:
-----------
CRISTAL-276: Introduce a tsdoc linting
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/XWIKI-12987
Home: https://github.com/xwiki/xwiki-platform
Commit: a2324fd99bf8cc022c78a182f45e1099b365a145
https://github.com/xwiki/xwiki-platform/commit/a2324fd99bf8cc022c78a182f45e…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-10-24 (Thu, 24 Oct 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/test/java/org/xwiki/refactoring/internal/listener/BackLinkUpdaterListenerTest.java
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-default/src/main/java/org/xwiki/refactoring/internal/ResourceReferenceRenamer.java
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-default/src/test/java/org/xwiki/refactoring/internal/DefaultReferenceUpdaterTest.java
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-default/src/test/java/org/xwiki/refactoring/internal/ResourceReferenceRenamerTest.java
Log Message:
-----------
XWIKI-12987: Relative links are made absolute or even broken after moving a page
* Simplify a bit the conditions in ResourceReferenceRenamer and ensure
all unit tests are passing in refactoring module
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications