Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: 7df5e2a9d1b19bb2510f914ca05b5afe6bd055de
https://github.com/xwiki-contrib/confluence/commit/7df5e2a9d1b19bb2510f914c…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-10-03 (Thu, 03 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: c1bb5bc6a469e0c7a27df230cf532f9eed3f3be0
https://github.com/xwiki-contrib/confluence/commit/c1bb5bc6a469e0c7a27df230…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-10-03 (Thu, 03 Oct 2024)
Changed paths:
M confluence-url-mapping/pom.xml
A confluence-url-mapping/src/main/java/org/xwiki/contrib/confluence/urlmapping/internal/ConfluenceTinyLinkURLMapper.java
M confluence-url-mapping/src/main/java/org/xwiki/contrib/confluence/urlmapping/internal/ConfluenceURLMappingPrefixHandler.java
M confluence-url-mapping/src/main/resources/META-INF/components.txt
M confluence-url-mapping/src/test/java/org/xwiki/contrib/confluence/urlmapping/internal/ConfluenceURLMappingTest.java
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceConverterListener.java
M confluence-xml/src/test/resources/confluencexml/links.test
M confluence-xml/src/test/resources/confluencexml/links/entities.xml
M confluence-xml/src/test/resources/confluencexml/rootspace.test
Log Message:
-----------
CONFLUENCE-283: Implement a Confluence URL Mapping
Commit: fe64b91684d2bc1922d3a4f54a48cc5b920da89b
https://github.com/xwiki-contrib/confluence/commit/fe64b91684d2bc1922d3a4f5…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-10-03 (Thu, 03 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.55.0
Compare: https://github.com/xwiki-contrib/confluence/compare/33ad3a633025...fe64b916…
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/application-admintools
Commit: 0cb1943013aa6bef62d9a77c601581a2becf48f8
https://github.com/xwiki-contrib/application-admintools/commit/0cb1943013aa…
Author: Antoine Mottier <antoine.mottier(a)ow2.org>
Date: 2024-10-02 (Wed, 02 Oct 2024)
Changed paths:
M src/main/resources/Admin/SQLToolsGroovy.xml
M src/main/resources/Admin/UsedSpace.xml
Log Message:
-----------
Fix MariaDB database detection
So far detection of database product name was relying on `HibernateStore` `getDatabaseProductName` method that report MariaDB as being a MySQL database (to avoid code duplication are both databases are still quite similar).
In order to give a more accurate information about detected database product to the admin this commit is using `HibernateStore` `getDatabaseMetaData` method in order to get the database product name directly from the database metadata provided by SQL connection. This allow to correctly report MariaDB database product name.
Commit: 74ca9f7d28fc0c2a6676e68cbbe7c67322b64252
https://github.com/xwiki-contrib/application-admintools/commit/74ca9f7d28fc…
Author: Antoine Mottier <antoine.mottier(a)ow2.org>
Date: 2024-10-03 (Thu, 03 Oct 2024)
Changed paths:
M src/main/resources/Admin/SQLToolsGroovy.xml
M src/main/resources/Admin/UsedSpace.xml
Log Message:
-----------
Merge pull request #36 from amottier/fix-database-product-detection
Fix MariaDB database detection
Compare: https://github.com/xwiki-contrib/application-admintools/compare/14d0cdf11c6…
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-admintools/settings/notificati…
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: ea7d0b27006ab1c683c0fc1282c2fa7754f831ba
https://github.com/xwiki-contrib/cristal/commit/ea7d0b27006ab1c683c0fc1282c…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-10-02 (Wed, 02 Oct 2024)
Changed paths:
A .changeset/brave-emus-brake.md
Log Message:
-----------
docs(changeset): Cristal 0.10 Release
Commit: 16197bf4dbf03b02e78a91347136b838993aff5c
https://github.com/xwiki-contrib/cristal/commit/16197bf4dbf03b02e78a9134713…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-10-02 (Wed, 02 Oct 2024)
Changed paths:
R .changeset/brave-emus-brake.md
M api/CHANGELOG.md
M api/package.json
M core/attachments/attachments-api/CHANGELOG.md
M core/attachments/attachments-api/package.json
M core/attachments/attachments-default/CHANGELOG.md
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/CHANGELOG.md
M core/attachments/attachments-ui/package.json
M core/backends/backend-api/CHANGELOG.md
M core/backends/backend-api/package.json
M core/backends/backend-dexie/CHANGELOG.md
M core/backends/backend-dexie/package.json
M core/backends/backend-github/CHANGELOG.md
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/CHANGELOG.md
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/CHANGELOG.md
M core/backends/backend-xwiki/package.json
M core/browser/browser-api/CHANGELOG.md
M core/browser/browser-api/package.json
M core/browser/browser-default/CHANGELOG.md
M core/browser/browser-default/package.json
M core/extra-tabs/extra-tabs-api/CHANGELOG.md
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/CHANGELOG.md
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-ui/CHANGELOG.md
M core/extra-tabs/extra-tabs-ui/package.json
M core/hierarchy/hierarchy-api/CHANGELOG.md
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-default/CHANGELOG.md
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/CHANGELOG.md
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/CHANGELOG.md
M core/hierarchy/hierarchy-github/package.json
A core/hierarchy/hierarchy-nextcloud/CHANGELOG.md
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/CHANGELOG.md
M core/hierarchy/hierarchy-xwiki/package.json
M core/icons/CHANGELOG.md
M core/icons/package.json
M core/info-actions/info-actions-api/CHANGELOG.md
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-default/CHANGELOG.md
M core/info-actions/info-actions-default/package.json
M core/info-actions/info-actions-ui/CHANGELOG.md
M core/info-actions/info-actions-ui/package.json
M core/link-suggest/link-suggest-api/CHANGELOG.md
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-xwiki/CHANGELOG.md
M core/link-suggest/link-suggest-xwiki/package.json
A core/navigation-tree/navigation-tree-api/CHANGELOG.md
M core/navigation-tree/navigation-tree-api/package.json
A core/navigation-tree/navigation-tree-default/CHANGELOG.md
M core/navigation-tree/navigation-tree-default/package.json
A core/navigation-tree/navigation-tree-filesystem/CHANGELOG.md
M core/navigation-tree/navigation-tree-filesystem/package.json
A core/navigation-tree/navigation-tree-github/CHANGELOG.md
M core/navigation-tree/navigation-tree-github/package.json
A core/navigation-tree/navigation-tree-nextcloud/CHANGELOG.md
M core/navigation-tree/navigation-tree-nextcloud/package.json
A core/navigation-tree/navigation-tree-xwiki/CHANGELOG.md
M core/navigation-tree/navigation-tree-xwiki/package.json
M dev/config/CHANGELOG.md
M dev/config/package.json
A dev/test-utils/CHANGELOG.md
M dev/test-utils/package.json
M ds/api/CHANGELOG.md
M ds/api/package.json
M ds/dsfr/CHANGELOG.md
M ds/dsfr/package.json
M ds/shoelace/CHANGELOG.md
M ds/shoelace/package.json
M ds/vuetify/CHANGELOG.md
M ds/vuetify/package.json
M editors/tiptap/CHANGELOG.md
M editors/tiptap/package.json
M electron/CHANGELOG.md
M electron/browser/CHANGELOG.md
M electron/browser/package.json
M electron/main/CHANGELOG.md
M electron/main/package.json
M electron/package.json
M electron/preload/CHANGELOG.md
M electron/preload/package.json
M electron/renderer/CHANGELOG.md
M electron/renderer/package.json
M electron/storage/CHANGELOG.md
M electron/storage/package.json
M extension-manager/CHANGELOG.md
M extension-manager/package.json
M extensions/menubuttons/CHANGELOG.md
M extensions/menubuttons/package.json
M lib/CHANGELOG.md
M lib/package.json
M macros/CHANGELOG.md
M macros/package.json
M rendering/rendering/CHANGELOG.md
M rendering/rendering/package.json
M rendering/wikimodel/CHANGELOG.md
M rendering/wikimodel/package.json
M sharedworker/api/CHANGELOG.md
M sharedworker/api/package.json
M sharedworker/impl/CHANGELOG.md
M sharedworker/impl/package.json
M skin/CHANGELOG.md
M skin/package.json
M sources/xwiki/mock-server/CHANGELOG.md
M sources/xwiki/mock-server/package.json
M web/CHANGELOG.md
M web/package.json
M xwiki/remoteinlineeditor/CHANGELOG.md
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
RELEASING: Releasing 57 package(s)
Releases:
@xwiki/cristal-api@0.10.0
@xwiki/cristal-attachments-api@0.10.0
@xwiki/cristal-attachments-default@0.10.0
@xwiki/cristal-attachments-ui@0.10.0
@xwiki/cristal-backend-api@0.10.0
@xwiki/cristal-backend-dexie@0.10.0
@xwiki/cristal-backend-github@0.10.0
@xwiki/cristal-backend-nextcloud@0.10.0
@xwiki/cristal-backend-xwiki@0.10.0
@xwiki/cristal-browser-api@0.10.0
@xwiki/cristal-browser-default@0.10.0
@xwiki/cristal-extra-tabs-api@0.10.0
@xwiki/cristal-extra-tabs-default@0.10.0
@xwiki/cristal-extra-tabs-ui@0.10.0
@xwiki/cristal-hierarchy-api@0.10.0
@xwiki/cristal-hierarchy-default@0.10.0
@xwiki/cristal-hierarchy-filesystem@0.10.0
@xwiki/cristal-hierarchy-github@0.10.0
@xwiki/cristal-hierarchy-nextcloud@0.10.0
@xwiki/cristal-hierarchy-xwiki@0.10.0
@xwiki/cristal-icons@0.10.0
@xwiki/cristal-info-actions-api@0.10.0
@xwiki/cristal-info-actions-default@0.10.0
@xwiki/cristal-info-actions-ui@0.10.0
@xwiki/cristal-link-suggest-api@0.10.0
@xwiki/cristal-link-suggest-xwiki@0.10.0
@xwiki/cristal-navigation-tree-api@0.10.0
@xwiki/cristal-navigation-tree-default@0.10.0
@xwiki/cristal-navigation-tree-filesystem@0.10.0
@xwiki/cristal-navigation-tree-github@0.10.0
@xwiki/cristal-navigation-tree-nextcloud@0.10.0
@xwiki/cristal-navigation-tree-xwiki@0.10.0
@xwiki/cristal-dev-config@0.10.0
@xwiki/cristal-dev-test-utils@0.10.0
@xwiki/cristal-dsapi@0.10.0
@xwiki/cristal-dsfr@0.10.0
@xwiki/cristal-dsshoelace@0.10.0
@xwiki/cristal-dsvuetify@0.10.0
@xwiki/cristal-editors-tiptap@0.10.0
@xwiki/cristal-electron@0.10.0
@xwiki/cristal-browser-electron@0.10.0
@xwiki/cristal-electron-main@0.10.0
@xwiki/cristal-electron-preload@0.10.0
@xwiki/cristal-electron-renderer@0.10.0
@xwiki/cristal-electron-storage@0.10.0
@xwiki/cristal-extension-manager@0.10.0
@xwiki/cristal-extension-menubuttons@0.10.0
@xwiki/cristal-lib@0.10.0
@xwiki/cristal-macros@0.10.0
@xwiki/cristal-rendering@0.10.0
@xwiki/cristal-rendering-wikimodel@0.10.0
@xwiki/cristal-sharedworker-api@0.10.0
@xwiki/cristal-sharedworker-impl@0.10.0
@xwiki/cristal-skin@0.10.0
@xwiki/cristal-sources-xwiki-mock-server@0.10.0
@xwiki/cristal-web@0.10.0
@xwiki/cristal-xwiki-remoteinlineeditor@0.10.0
[skip ci]
Compare: https://github.com/xwiki-contrib/cristal/compare/b5a2a8e579ce...16197bf4dbf0
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications