Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: 5213ac91982622a9f249655736da5902e893aa46
https://github.com/xwiki-contrib/cristal/commit/5213ac91982622a9f249655736d…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2025-03-27 (Thu, 27 Mar 2025)
Changed paths:
M api/src/api/WikiConfig.ts
M api/src/components/defaultWikiConfig.ts
M core/backends/backend-nextcloud/src/nextcloudStorage.ts
M core/link-suggest/link-suggest-nextcloud/src/nextcloudLinkSuggestService.ts
A core/model/model-remote-url/model-remote-url-nextcloud/src/__tests__/nextcloudRemoteUrlParser.test.ts
A core/model/model-remote-url/model-remote-url-nextcloud/src/__tests__/nextcloudRemoteUrlSerializer.test.ts
M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLParser.ts
M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLSerializer.ts
M core/navigation-tree/navigation-tree-nextcloud/src/components/componentsInit.ts
M web/public/config.json
Log Message:
-----------
CRISTAL-470: Allow the nextcloud backend root location to be configurable (#792)
* Add storageRoot to WikiConfig
* Add tests for NextcloudRemoteURLParser and
NextcloudRemoteURLSerializer
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/XWIKI-22978
Home: https://github.com/xwiki/xwiki-platform
Commit: 9a11e6904af547a3a6467d71d0dd2daa2e1f5063
https://github.com/xwiki/xwiki-platform/commit/9a11e6904af547a3a6467d71d0dd…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-03-27 (Thu, 27 Mar 2025)
Changed paths:
M xwiki-platform-core/pom.xml
A xwiki-platform-core/xwiki-platform-comment/pom.xml
A xwiki-platform-core/xwiki-platform-comment/xwiki-platform-comment-api/pom.xml
A xwiki-platform-core/xwiki-platform-comment/xwiki-platform-comment-api/src/main/java/org/xwiki/platform/comment/Comment.java
A xwiki-platform-core/xwiki-platform-comment/xwiki-platform-comment-api/src/main/java/org/xwiki/platform/comment/CommentException.java
A xwiki-platform-core/xwiki-platform-comment/xwiki-platform-comment-api/src/main/java/org/xwiki/platform/comment/CommentId.java
A xwiki-platform-core/xwiki-platform-comment/xwiki-platform-comment-api/src/main/java/org/xwiki/platform/comment/CommentManager.java
A xwiki-platform-core/xwiki-platform-comment/xwiki-platform-comment-api/src/main/java/org/xwiki/platform/comment/script/CommentScriptService.java
A xwiki-platform-core/xwiki-platform-comment/xwiki-platform-comment-api/src/main/resources/META-INF/components.txt
A xwiki-platform-core/xwiki-platform-comment/xwiki-platform-comment-default/pom.xml
A xwiki-platform-core/xwiki-platform-comment/xwiki-platform-comment-default/src/main/java/org/xwiki/platform/comment/internal/DefaultComment.java
A xwiki-platform-core/xwiki-platform-comment/xwiki-platform-comment-default/src/main/java/org/xwiki/platform/comment/internal/DefaultCommentId.java
A xwiki-platform-core/xwiki-platform-comment/xwiki-platform-comment-default/src/main/java/org/xwiki/platform/comment/internal/DefaultCommentManager.java
A xwiki-platform-core/xwiki-platform-comment/xwiki-platform-comment-default/src/main/java/org/xwiki/platform/comment/internal/XWikiCommentsDocumentInitializer.java
A xwiki-platform-core/xwiki-platform-comment/xwiki-platform-comment-default/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/commentsinline.vm
M xwiki-platform-core/xwiki-platform-minimaldependencies/pom.xml
R xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/mandatory/XWikiCommentsDocumentInitializer.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/META-INF/components.txt
Log Message:
-----------
XWIKI-22978: Comments are not ordered by date
Provide entirely new API for handling comments in XWiki and use that in
the template for getting them ordered by date.
The goal is also to deprecate all existing comment API in oldcore.
WIP: missing docs and tests.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/CRISTAL-470
Home: https://github.com/xwiki-contrib/cristal
Commit: 2a5acc25fbed1343e9a0e6b021da9a2d4053104e
https://github.com/xwiki-contrib/cristal/commit/2a5acc25fbed1343e9a0e6b021d…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2025-03-27 (Thu, 27 Mar 2025)
Changed paths:
M api/src/api/WikiConfig.ts
M api/src/components/defaultWikiConfig.ts
M core/backends/backend-nextcloud/src/nextcloudStorage.ts
M core/link-suggest/link-suggest-nextcloud/src/nextcloudLinkSuggestService.ts
A core/model/model-remote-url/model-remote-url-nextcloud/src/__tests__/nextcloudRemoteUrlParser.test.ts
A core/model/model-remote-url/model-remote-url-nextcloud/src/__tests__/nextcloudRemoteUrlSerializer.test.ts
M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLParser.ts
M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLSerializer.ts
M core/navigation-tree/navigation-tree-nextcloud/src/components/componentsInit.ts
M web/public/config.json
Log Message:
-----------
CRISTAL-470: Allow the nextcloud backend root location to be configurable
* Add storageRoot to WikiConfig
* Add tests for NextcloudRemoteURLParser and
NextcloudRemoteURLSerializer
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications