Branch: refs/heads/XFAV-25
Home: https://github.com/xwiki-contrib/application-favorites
Commit: b6da5f32d4d2cc2f5bbf2637dfa21e1b5f7a4ce4
https://github.com/xwiki-contrib/application-favorites/commit/b6da5f32d4d2c…
Author: Raphaël Jakse <raph(a)localhost.localdomain>
Date: 2025-07-25 (Fri, 25 Jul 2025)
Changed paths:
A application-favorites-ui/pom.xml
A application-favorites-ui/src/main/resources/Favorites/Code/AddRemoveFavoriteService.xml
A application-favorites-ui/src/main/resources/Favorites/Code/FavoritesClass.xml
A application-favorites-ui/src/main/resources/Favorites/Code/FavoritesMacro.xml
A application-favorites-ui/src/main/resources/Favorites/Code/FavoritesMenu.xml
A application-favorites-ui/src/main/resources/Favorites/Code/FavoritesPanel.xml
A application-favorites-ui/src/main/resources/Favorites/Code/FavoritesSheet.xml
A application-favorites-ui/src/main/resources/Favorites/Code/FavoritesTemplate.xml
A application-favorites-ui/src/main/resources/Favorites/Code/FavoritesUserProfileUIX.xml
A application-favorites-ui/src/main/resources/Favorites/Code/MoreActionsMenuUIX.xml
A application-favorites-ui/src/main/resources/Favorites/Code/Translations.de.xml
A application-favorites-ui/src/main/resources/Favorites/Code/Translations.en_GB.xml
A application-favorites-ui/src/main/resources/Favorites/Code/Translations.fr.xml
A application-favorites-ui/src/main/resources/Favorites/Code/Translations.ko.xml
A application-favorites-ui/src/main/resources/Favorites/Code/Translations.pt.xml
A application-favorites-ui/src/main/resources/Favorites/Code/Translations.pt_BR.xml
A application-favorites-ui/src/main/resources/Favorites/Code/Translations.ru.xml
A application-favorites-ui/src/main/resources/Favorites/Code/Translations.xml
A application-favorites-ui/src/main/resources/Favorites/Code/WebHome.xml
A application-favorites-ui/src/main/resources/Favorites/WebHome.xml
M pom.xml
R src/main/resources/Favorites/Code/AddRemoveFavoriteService.xml
R src/main/resources/Favorites/Code/FavoritesClass.xml
R src/main/resources/Favorites/Code/FavoritesMacro.xml
R src/main/resources/Favorites/Code/FavoritesMenu.xml
R src/main/resources/Favorites/Code/FavoritesPanel.xml
R src/main/resources/Favorites/Code/FavoritesSheet.xml
R src/main/resources/Favorites/Code/FavoritesTemplate.xml
R src/main/resources/Favorites/Code/FavoritesUserProfileUIX.xml
R src/main/resources/Favorites/Code/MoreActionsMenuUIX.xml
R src/main/resources/Favorites/Code/Translations.de.xml
R src/main/resources/Favorites/Code/Translations.en_GB.xml
R src/main/resources/Favorites/Code/Translations.fr.xml
R src/main/resources/Favorites/Code/Translations.ko.xml
R src/main/resources/Favorites/Code/Translations.pt.xml
R src/main/resources/Favorites/Code/Translations.pt_BR.xml
R src/main/resources/Favorites/Code/Translations.ru.xml
R src/main/resources/Favorites/Code/Translations.xml
R src/main/resources/Favorites/Code/WebHome.xml
R src/main/resources/Favorites/WebHome.xml
Log Message:
-----------
XFAV-25: Add a filter API to create favorites
* move the UI extension in its own package
Commit: 3f5bc0d525cf73065d92853e0604ce348de41cda
https://github.com/xwiki-contrib/application-favorites/commit/3f5bc0d525cf7…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-07-25 (Fri, 25 Jul 2025)
Changed paths:
A application-favorites-default/pom.xml
A application-favorites-default/src/main/java/org/xwiki/contrib/favorites/script/FavoritesScriptService.java
A application-favorites-default/src/main/resources/META-INF/components.txt
M application-favorites-ui/src/main/resources/Favorites/Code/AddRemoveFavoriteService.xml
Log Message:
-----------
XFAV-25: Add a filter API to create favorites
* move the code that adds and removes favorites to a script service
Commit: 2da712a6522afe9b36e39d7fb8d723c668174ecd
https://github.com/xwiki-contrib/application-favorites/commit/2da712a6522af…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-07-25 (Fri, 25 Jul 2025)
Changed paths:
A application-favorites-default/src/main/java/org/xwiki/contrib/favorites/FavoriteManager.java
A application-favorites-default/src/main/java/org/xwiki/contrib/favorites/FavoritesException.java
A application-favorites-default/src/main/java/org/xwiki/contrib/favorites/internal/DefaultFavoriteManager.java
M application-favorites-default/src/main/java/org/xwiki/contrib/favorites/script/FavoritesScriptService.java
M application-favorites-default/src/main/resources/META-INF/components.txt
M application-favorites-ui/src/main/resources/Favorites/Code/AddRemoveFavoriteService.xml
Log Message:
-----------
XFAV-25: Add a filter API to create favorites
* manage favorite operations in a favorite manager
Commit: edcf95d86b636d6f836849e23160b59e9af6c164
https://github.com/xwiki-contrib/application-favorites/commit/edcf95d86b636…
Author: Raphaël Jakse <raph(a)localhost.localdomain>
Date: 2025-07-25 (Fri, 25 Jul 2025)
Changed paths:
M application-favorites-default/pom.xml
A application-favorites-default/src/main/java/org/xwiki/contrib/favorites/internal/filter/output/FavoriteInstanceOutputFilter.java
A application-favorites-default/src/main/java/org/xwiki/contrib/favorites/internal/filter/output/FavoriteInstanceOutputFilterStream.java
A application-favorites-default/src/main/java/org/xwiki/contrib/favorites/internal/filter/output/FavoriteInstanceOutputFilterStreamFactory.java
A application-favorites-default/src/main/java/org/xwiki/contrib/favorites/internal/filter/output/FavoriteInstanceOutputProperties.java
M application-favorites-default/src/main/resources/META-INF/components.txt
A application-favorites-filter-api/pom.xml
A application-favorites-filter-api/src/main/java/org/xwiki/contrib/favorites/filter/EntityFavoriteFilter.java
M application-favorites-ui/pom.xml
M pom.xml
Log Message:
-----------
XFAV-25: Add a filter API to create favorites
* add a favorite output filter stream
Compare: https://github.com/xwiki-contrib/application-favorites/compare/b6da5f32d4d2…
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-favorites/settings/notificatio…
Branch: refs/heads/feature-XWIKI-15166
Home: https://github.com/xwiki/xwiki-platform
Commit: 7eb3d7ae5d248434a1f08835be67e46a513db3f6
https://github.com/xwiki/xwiki-platform/commit/7eb3d7ae5d248434a1f08835be67…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-07-25 (Fri, 25 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/AbstractSolrCoreInitializer.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/SolrCoreInitializer.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/SolrUtils.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/EmbeddedSolr.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/SolrClientInstance.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/SolrSchemaUtils.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/api/FieldUtils.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/job/DatabaseDocumentIterator.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/job/SolrDocumentIterator.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/metadata/AbstractSolrMetadataExtractor.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/metadata/DocumentSolrMetadataExtractor.java
A xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/search/AbstractSearchCoreMigration.java
A xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/search/SearchCoreInitializer.java
A xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/search/SearchCoreMigration.java
A xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/search/SearchCoreMigrationManager.java
A xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/search/V170700000SearchCoreMigration.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/test/java/org/xwiki/search/solr/internal/DefaultSolrTest.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/test/java/org/xwiki/search/solr/internal/job/DatabaseDocumentIteratorTest.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-server/xwiki-platform-search-solr-server-core-search/src/main/resources/conf/managed-schema.xml
Log Message:
-----------
XWIKI-15166: SOLR reindexation job cause serious perfomance issues on large database
XWIKI-23318: Add the doc id in the Solr search core index
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/add_auth_ui
Home: https://github.com/xwiki-contrib/jira
Commit: e673e6f47d3e39913b5b8effca491d08940a735f
https://github.com/xwiki-contrib/jira/commit/e673e6f47d3e39913b5b8effca491d…
Author: Josué Tille <josue.tille(a)xwiki.com>
Date: 2025-07-25 (Fri, 25 Jul 2025)
Changed paths:
A jira-config/jira-config-ui/src/main/resources/JIRA/JIRAAuth/BasicAuthConfigDisplayer.xml
A jira-config/jira-config-ui/src/main/resources/JIRA/JIRAAuth/BasicAuthUIX.xml
M jira-config/jira-config-ui/src/main/resources/JIRA/JIRAConfigClass.xml
M jira-config/jira-config-ui/src/main/resources/JIRA/JIRAConfigSheet.xml
M jira-config/jira-config-ui/src/main/resources/JIRA/Translations.xml
Log Message:
-----------
JIRA-85: Rework the admin UI to manage the authenticators
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/jira/settings/notifications
Branch: refs/heads/add_auth_ui
Home: https://github.com/xwiki-contrib/jira
Commit: 975b67f3b4d6a3daeefaaa29ae86558751ccc869
https://github.com/xwiki-contrib/jira/commit/975b67f3b4d6a3daeefaaa29ae8655…
Author: Josué Tille <josue.tille(a)xwiki.com>
Date: 2025-07-25 (Fri, 25 Jul 2025)
Changed paths:
A jira-config/jira-config-ui/src/main/resources/JIRA/JIRAAuth/BasicAuthConfigDisplayer.xml
A jira-config/jira-config-ui/src/main/resources/JIRA/JIRAAuth/BasicAuthUIX.xml
M jira-config/jira-config-ui/src/main/resources/JIRA/JIRAConfigClass.xml
M jira-config/jira-config-ui/src/main/resources/JIRA/JIRAConfigSheet.xml
M jira-config/jira-config-ui/src/main/resources/JIRA/Translations.xml
Log Message:
-----------
JIRA-85: Rework the admin UI to manage the authenticators
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/jira/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/application-changerequest
Commit: 49f7e70175b0572fe571157b36b55dc5a7234a7c
https://github.com/xwiki-contrib/application-changerequest/commit/49f7e7017…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-07-25 (Fri, 25 Jul 2025)
Changed paths:
M application-changerequest-api/src/main/java/org/xwiki/contrib/changerequest/FileChange.java
M application-changerequest-default/src/main/java/org/xwiki/contrib/changerequest/internal/handlers/AddChangesChangeRequestHandler.java
M application-changerequest-default/src/main/java/org/xwiki/contrib/changerequest/internal/handlers/CreateChangeRequestHandler.java
M application-changerequest-default/src/main/java/org/xwiki/contrib/changerequest/internal/storage/DefaultFileChangeStorageManager.java
M application-changerequest-default/src/main/java/org/xwiki/contrib/changerequest/internal/storage/FileChangeXClassInitializer.java
M application-changerequest-default/src/test/java/org/xwiki/contrib/changerequest/internal/storage/DefaultFileChangeStorageManagerTest.java
M application-changerequest-ui/src/main/resources/ChangeRequest/Code/ChangeRequestSheet.xml
M application-changerequest-ui/src/main/resources/ChangeRequest/Code/ChangeRequestTranslations.xml
M application-changerequest-ui/src/main/resources/ChangeRequest/Code/FileChangeLiveTable.xml
M application-changerequest-ui/src/main/resources/ChangeRequest/Code/SaveButtonsUIX.xml
Log Message:
-----------
CRAPP-28: Merge as Major or Minor Edit
* Allow to save an edition as a minor change and take it into account
when merging the changes
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-changerequest/settings/notific…
Branch: refs/heads/stable-17.6.x
Home: https://github.com/xwiki/xwiki-platform
Commit: f5580325ea3290fa3104a1c7e4fd9f18550aae06
https://github.com/xwiki/xwiki-platform/commit/f5580325ea3290fa3104a1c7e4fd…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-07-25 (Fri, 25 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-war/src/main/webapp/templates/documentTree_macros.vm
Log Message:
-----------
XWIKI-22901: Icons are missing from some items when using the Silk Icon Theme
* Fix loading of the FontAwesome CSS file in the document tree macros.
This was broken in 58b6f884efa341f738c49eb02bada16cf5e563fa that fixed
XWIKI-15149: Icons not visible anymore on the login page for a wiki
not visible to guest.
Technically, this only fixes the icons in the document tree, but as
document trees are loaded on every page, this actually fixes them
everywhere.
(cherry picked from commit 7285a49c44a61262492156b9c75bf5351609a38e)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 9349557b5da0d033a65ec3ea647077aa066c047a
https://github.com/xwiki/xwiki-platform/commit/9349557b5da0d033a65ec3ea6470…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-07-25 (Fri, 25 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-war/src/main/webapp/templates/documentTree_macros.vm
Log Message:
-----------
XWIKI-22901: Icons are missing from some items when using the Silk Icon Theme
* Fix loading of the FontAwesome CSS file in the document tree macros.
This was broken in 58b6f884efa341f738c49eb02bada16cf5e563fa that fixed
XWIKI-15149: Icons not visible anymore on the login page for a wiki
not visible to guest.
Technically, this only fixes the icons in the document tree, but as
document trees are loaded on every page, this actually fixes them
everywhere.
(cherry picked from commit 7285a49c44a61262492156b9c75bf5351609a38e)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 49b880afc5fd548fc6f6cef76617c68a1b57ecde
https://github.com/xwiki/xwiki-platform/commit/49b880afc5fd548fc6f6cef76617…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-07-25 (Fri, 25 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-war/src/main/webapp/templates/documentTree_macros.vm
Log Message:
-----------
XWIKI-22901: Icons are missing from some items when using the Silk Icon Theme
* Fix loading of the FontAwesome CSS file in the document tree macros.
This was broken in 58b6f884efa341f738c49eb02bada16cf5e563fa that fixed
XWIKI-15149: Icons not visible anymore on the login page for a wiki
not visible to guest.
Technically, this only fixes the icons in the document tree, but as
document trees are loaded on every page, this actually fixes them
everywhere.
(cherry picked from commit 7285a49c44a61262492156b9c75bf5351609a38e)
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-platform
Commit: 7285a49c44a61262492156b9c75bf5351609a38e
https://github.com/xwiki/xwiki-platform/commit/7285a49c44a61262492156b9c75b…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-07-25 (Fri, 25 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-war/src/main/webapp/templates/documentTree_macros.vm
Log Message:
-----------
XWIKI-22901: Icons are missing from some items when using the Silk Icon Theme
* Fix loading of the FontAwesome CSS file in the document tree macros.
This was broken in 58b6f884efa341f738c49eb02bada16cf5e563fa that fixed
XWIKI-15149: Icons not visible anymore on the login page for a wiki
not visible to guest.
Technically, this only fixes the icons in the document tree, but as
document trees are loaded on every page, this actually fixes them
everywhere.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 25b8234ea340f6d6957ee5a14e0e144d0def3c27
https://github.com/xwiki/xwiki-platform/commit/25b8234ea340f6d6957ee5a14e0e…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-07-25 (Fri, 25 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-index/src/main/java/org/xwiki/extension/index/internal/ExtensionIndexStore.java
Log Message:
-----------
XWIKI-23358: Warning Failed to get the extension from the index: NullPointerException is logged on installation
(cherry picked from commit 1fb0b86d36bb8a7a209dc48650e9b9678f75777c)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.6.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 521169dedd4531a5b71360d25b3b6ff2417a49d6
https://github.com/xwiki/xwiki-platform/commit/521169dedd4531a5b71360d25b3b…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-07-25 (Fri, 25 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-index/src/main/java/org/xwiki/extension/index/internal/ExtensionIndexStore.java
Log Message:
-----------
XWIKI-23358: Warning Failed to get the extension from the index: NullPointerException is logged on installation
(cherry picked from commit 1fb0b86d36bb8a7a209dc48650e9b9678f75777c)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 4e324c2d28837c4acf1d17f1098e487c532746eb
https://github.com/xwiki/xwiki-platform/commit/4e324c2d28837c4acf1d17f1098e…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-07-25 (Fri, 25 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-index/src/main/java/org/xwiki/extension/index/internal/ExtensionIndexStore.java
Log Message:
-----------
XWIKI-23358: Warning Failed to get the extension from the index: NullPointerException is logged on installation
(cherry picked from commit 1fb0b86d36bb8a7a209dc48650e9b9678f75777c)
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-platform
Commit: 1fb0b86d36bb8a7a209dc48650e9b9678f75777c
https://github.com/xwiki/xwiki-platform/commit/1fb0b86d36bb8a7a209dc48650e9…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-07-25 (Fri, 25 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-index/src/main/java/org/xwiki/extension/index/internal/ExtensionIndexStore.java
Log Message:
-----------
XWIKI-23358: Warning Failed to get the extension from the index: NullPointerException is logged on installation
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/oidc
Commit: 71a6b422f07ce33064ddd3e05f0d342460619faa
https://github.com/xwiki-contrib/oidc/commit/71a6b422f07ce33064ddd3e05f0d34…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-07-25 (Fri, 25 Jul 2025)
Changed paths:
M oauth2-client/pom.xml
M oauth2-store/pom.xml
M oidc-api/pom.xml
M oidc-authenticator-configuration/pom.xml
M oidc-authenticator-user/pom.xml
M oidc-authenticator/pom.xml
M oidc-provider/pom.xml
M oidc-test/oidc-test-pageobjects/pom.xml
M oidc-test/oidc-test-tests/pom.xml
M oidc-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/oidc/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/oidc
Commit: 146de65e126aca9344c31e269d95b7d83c03c245
https://github.com/xwiki-contrib/oidc/commit/146de65e126aca9344c31e269d95b7…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-07-25 (Fri, 25 Jul 2025)
Changed paths:
M oauth2-client/pom.xml
M oauth2-store/pom.xml
M oidc-api/pom.xml
M oidc-authenticator-configuration/pom.xml
M oidc-authenticator-user/pom.xml
M oidc-authenticator/pom.xml
M oidc-provider/pom.xml
M oidc-test/oidc-test-pageobjects/pom.xml
M oidc-test/oidc-test-tests/pom.xml
M oidc-test/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release oidc-2.19.0
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/oidc/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 88f7fd01a91bd987346d3f71478929efbed9f655
https://github.com/xwiki/xwiki-platform/commit/88f7fd01a91bd987346d3f714789…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-07-24 (Thu, 24 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsSystemFiltersPreferencesMacro.xml
Log Message:
-----------
XWIKI-23408: "Formats" and "is enabled" column values/ toggles are not displayed on "Notifications System Filters Preferences" macro
* Inject missing dependency in the javascript code of the macro
(cherry picked from commit ba144be0ea2b56719dc4d8984badf2110895770e)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.6.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 101de389e4b9f0524859ab3c5f90565d8f0765f3
https://github.com/xwiki/xwiki-platform/commit/101de389e4b9f0524859ab3c5f90…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-07-24 (Thu, 24 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsSystemFiltersPreferencesMacro.xml
Log Message:
-----------
XWIKI-23408: "Formats" and "is enabled" column values/ toggles are not displayed on "Notifications System Filters Preferences" macro
* Inject missing dependency in the javascript code of the macro
(cherry picked from commit ba144be0ea2b56719dc4d8984badf2110895770e)
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-platform
Commit: ba144be0ea2b56719dc4d8984badf2110895770e
https://github.com/xwiki/xwiki-platform/commit/ba144be0ea2b56719dc4d8984bad…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-07-24 (Thu, 24 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsSystemFiltersPreferencesMacro.xml
Log Message:
-----------
XWIKI-23408: "Formats" and "is enabled" column values/ toggles are not displayed on "Notifications System Filters Preferences" macro
* Inject missing dependency in the javascript code of the macro
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications