Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: f48a8b38c6e854694d812ff5efeca9fb44d2272e
https://github.com/xwiki-contrib/cristal/commit/f48a8b38c6e854694d812ff5efe…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-04-03 (Thu, 03 Apr 2025)
Changed paths:
M api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-default/package.json
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-default/package.json
M core/date/date-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/info-actions/info-actions-default/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/markdown/markdown-default/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-github/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/rename/rename-default/package.json
M core/rename/rename-filesystem/package.json
M core/uiextension/uiextension-default/package.json
M core/uniast/package.json
M dev/test-utils/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/blocknote-headless/package.json
M editors/blocknote/package.json
M editors/tiptap/package.json
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/renderer/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M macros/package.json
M pnpm-lock.yaml
M rendering/rendering/package.json
M sharedworker/impl/package.json
M skin/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
CRISTAL-511: Upgrade to inversify 7.5.0
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/XWIKI-22804
Home: https://github.com/xwiki/xwiki-platform
Commit: 04a27ffe7c918151ce473a11589d98e0c973f489
https://github.com/xwiki/xwiki-platform/commit/04a27ffe7c918151ce473a11589d…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-04-03 (Thu, 03 Apr 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-api/src/main/java/org/xwiki/rendering/macro/wikibridge/WikiMacroParameterDescriptor.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/java/org/xwiki/rendering/wikimacro/internal/DefaultWikiMacroFactory.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/java/org/xwiki/rendering/wikimacro/internal/WikiMacroConstants.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/java/org/xwiki/rendering/wikimacro/internal/WikiMacroParameterClassDocumentInitializer.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/resources/ApplicationResources.properties
Log Message:
-----------
XWIKI-22804: Improve consistency of wiki macro parameters by being able to define them advanced, hidden, or deprecated
* Add the various needed property in xclass
* Add missing fields and getter/setters in
WikiMacroParameterDescriptor
* Properly build the WikiParameterDescriptor based on the object
properties
* Provide translation keys
WIP: missing tests to fix coverage and we should probably provide
parameter hints
Commit: afbfad97b04eb205e724617f40364573f7e4eda7
https://github.com/xwiki/xwiki-platform/commit/afbfad97b04eb205e724617f4036…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-04-03 (Thu, 03 Apr 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-rendering/xwiki-platform-legacy-rendering-wikimacro/xwiki-platform-legacy-rendering-wikimacro-api/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-api/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-api/src/main/java/org/xwiki/rendering/macro/wikibridge/WikiMacroParameterDescriptor.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/java/org/xwiki/rendering/wikimacro/internal/DefaultWikiMacroFactory.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/java/org/xwiki/rendering/wikimacro/internal/WikiMacroConstants.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/java/org/xwiki/rendering/wikimacro/internal/WikiMacroParameterClassDocumentInitializer.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/test/java/org/xwiki/rendering/wikimacro/internal/DefaultWikiMacroFactoryTest.java
Log Message:
-----------
XWIKI-22804: Improve consistency of wiki macro parameters by being able to define them advanced, hidden, or deprecated
* Allow to specify a list of groups in wiki macro parameter
* Provide unit test for wiki macro parameter
Compare: https://github.com/xwiki/xwiki-platform/compare/388edb85501f...afbfad97b04e
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/XWIKI-22804
Home: https://github.com/xwiki/xwiki-platform
Commit: 388edb85501f2e2681a126562fd55797cfe55b7f
https://github.com/xwiki/xwiki-platform/commit/388edb85501f2e2681a126562fd5…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-04-03 (Thu, 03 Apr 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-rendering/xwiki-platform-legacy-rendering-wikimacro/xwiki-platform-legacy-rendering-wikimacro-api/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-api/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-api/src/main/java/org/xwiki/rendering/macro/wikibridge/WikiMacroParameterDescriptor.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/java/org/xwiki/rendering/wikimacro/internal/DefaultWikiMacroFactory.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/java/org/xwiki/rendering/wikimacro/internal/WikiMacroConstants.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/java/org/xwiki/rendering/wikimacro/internal/WikiMacroParameterClassDocumentInitializer.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/test/java/org/xwiki/rendering/wikimacro/internal/DefaultWikiMacroFactoryTest.java
Log Message:
-----------
XWIKI-22804: Improve consistency of wiki macro parameters by being able to define them advanced, hidden, or deprecated
* Allow to specify a list of groups in wiki macro parameter
* Provide unit test for wiki macro parameter
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/xwiki-commons
Commit: 6067a03b3dfdf7f9371ebf53b6012fc27f5adff3
https://github.com/xwiki/xwiki-commons/commit/6067a03b3dfdf7f9371ebf53b6012…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-04-03 (Thu, 03 Apr 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-properties/src/main/java/org/xwiki/properties/PropertyGroupDescriptor.java
M xwiki-commons-core/xwiki-commons-properties/src/test/java/org/xwiki/properties/internal/DefaultBeanDescriptorTest.java
M xwiki-commons-core/xwiki-commons-properties/src/test/java/org/xwiki/properties/test/TestBean.java
Log Message:
-----------
[Misc] Add missing equals/hashcode/tostring in PropertyGroupDescriptor
and improve test
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/application-favorites
Commit: 0bb7d8a6c145859e8aabe0d6b9a0ee85380bb684
https://github.com/xwiki-contrib/application-favorites/commit/0bb7d8a6c1458…
Author: Josué Tille <josue.tille(a)xwiki.com>
Date: 2025-04-03 (Thu, 03 Apr 2025)
Changed paths:
M src/main/resources/Favorites/Code/AddRemoveFavoriteService.xml
M src/main/resources/Favorites/Code/FavoritesClass.xml
M src/main/resources/Favorites/Code/FavoritesMacro.xml
M src/main/resources/Favorites/Code/FavoritesMenu.xml
M src/main/resources/Favorites/Code/FavoritesPanel.xml
M src/main/resources/Favorites/Code/FavoritesSheet.xml
M src/main/resources/Favorites/Code/FavoritesTemplate.xml
M src/main/resources/Favorites/Code/FavoritesUserProfileUIX.xml
M src/main/resources/Favorites/Code/MoreActionsMenuUIX.xml
M src/main/resources/Favorites/Code/Translations.de.xml
M src/main/resources/Favorites/Code/Translations.fr.xml
M src/main/resources/Favorites/Code/Translations.ko.xml
M src/main/resources/Favorites/Code/Translations.pt.xml
M src/main/resources/Favorites/Code/Translations.pt_BR.xml
M src/main/resources/Favorites/Code/Translations.ru.xml
M src/main/resources/Favorites/Code/Translations.xml
M src/main/resources/Favorites/Code/WebHome.xml
M src/main/resources/Favorites/WebHome.xml
Log Message:
-----------
[misc] Apply xar:format
Commit: 38bbe49bcff76c1238b0ef3e4d4a8165cd4432ee
https://github.com/xwiki-contrib/application-favorites/commit/38bbe49bcff76…
Author: Josué Tille <josue.tille(a)xwiki.com>
Date: 2025-04-03 (Thu, 03 Apr 2025)
Changed paths:
M pom.xml
Log Message:
-----------
[misc] Add me as developer
Commit: 0aabdc2d07ce8911fc0666f55fe9cf165cdba5e9
https://github.com/xwiki-contrib/application-favorites/commit/0aabdc2d07ce8…
Author: Josué Tille <josue.tille(a)xwiki.com>
Date: 2025-04-03 (Thu, 03 Apr 2025)
Changed paths:
M pom.xml
Log Message:
-----------
[misc] Upgrade parent to 12.10 to be aligned with the FavoritesUserProfileUIX requirement
Compare: https://github.com/xwiki-contrib/application-favorites/compare/7135baed7db0…
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-favorites/settings/notificatio…
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/jira
Commit: b5391489fabb0e0486ecbf03f64a766108bdd653
https://github.com/xwiki-contrib/jira/commit/b5391489fabb0e0486ecbf03f64a76…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2025-04-03 (Thu, 03 Apr 2025)
Changed paths:
M jira-api/pom.xml
M jira-ckeditor/jira-ckeditor-ui/pom.xml
M jira-ckeditor/pom.xml
M jira-config/jira-config-api/pom.xml
M jira-config/jira-config-platform/pom.xml
M jira-config/jira-config-ui/pom.xml
M jira-config/pom.xml
M jira-macro/jira-macro-charts/pom.xml
M jira-macro/jira-macro-common/pom.xml
M jira-macro/jira-macro-default/pom.xml
M jira-macro/jira-macro-platform/pom.xml
M jira-macro/pom.xml
M jira-test/jira-test-docker/pom.xml
M jira-test/jira-test-pageobjects/pom.xml
M jira-test/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/jira/settings/notifications