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…