Branch: refs/heads/master
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: 147f4feb427279fbd2ffdb7f2a83d56731e5c292
https://github.com/xwiki-contrib/application-favorites/commit/147f4feb42727…
Author: Raphaël Jakse <raph(a)localhost.localdomain>
Date: 2025-07-28 (Mon, 28 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
Commit: afe79a80a7fb1889af08ce40338f3c904486a050
https://github.com/xwiki-contrib/application-favorites/commit/afe79a80a7fb1…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-07-28 (Mon, 28 Jul 2025)
Changed paths:
M application-favorites-default/src/main/java/org/xwiki/contrib/favorites/internal/filter/output/FavoriteInstanceOutputFilterStream.java
M application-favorites-default/src/main/java/org/xwiki/contrib/favorites/internal/filter/output/FavoriteInstanceOutputFilterStreamFactory.java
R 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
Log Message:
-----------
XFAV-25: Add a filter API to create favorites
* get rid of the empty filter properties class
Commit: 81103ac81e0119ffcc2ebf7befc6b01acbe2f65c
https://github.com/xwiki-contrib/application-favorites/commit/81103ac81e011…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-07-28 (Mon, 28 Jul 2025)
Changed paths:
M application-favorites-default/src/main/java/org/xwiki/contrib/favorites/internal/filter/output/FavoriteInstanceOutputFilter.java
M application-favorites-default/src/main/java/org/xwiki/contrib/favorites/internal/filter/output/FavoriteInstanceOutputFilterStream.java
R application-favorites-filter-api/src/main/java/org/xwiki/contrib/favorites/filter/EntityFavoriteFilter.java
A application-favorites-filter-api/src/main/java/org/xwiki/contrib/favorites/filter/FavoriteFilter.java
Log Message:
-----------
XFAV-25: Add a filter API to create favorites
* rename EntityFavoriteFilter to FavoriteFilter and add an onEntityFavorite filter method
Commit: 2418bb08cdc9e6e48bfe32e156068e44ef678398
https://github.com/xwiki-contrib/application-favorites/commit/2418bb08cdc9e…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-07-29 (Tue, 29 Jul 2025)
Changed paths:
M application-favorites-default/pom.xml
M application-favorites-filter-api/pom.xml
M application-favorites-ui/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release application-favorites-parent-1.4.0
Compare: https://github.com/xwiki-contrib/application-favorites/compare/bc2074927285…
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-favorites/settings/notificatio…
Branch: refs/heads/add_auth_ui
Home: https://github.com/xwiki-contrib/jira
Commit: 81298e8d99f8830f0a79757e2d08f5901032e110
https://github.com/xwiki-contrib/jira/commit/81298e8d99f8830f0a79757e2d08f5…
Author: Josué Tille <josue.tille(a)xwiki.com>
Date: 2025-07-29 (Tue, 29 Jul 2025)
Changed paths:
M jira-config/jira-config-ui/src/main/resources/JIRA/JIRAAuth/BasicAuthConfigDisplayer.xml
M jira-config/jira-config-ui/src/main/resources/JIRA/JIRAConfigSheet.xml
Log Message:
-----------
JIRA-85: Rework the admin UI to manage the authenticators
* Fix from review
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/jira/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 5702af8445f755b6aa524da3465bfe88c75e65cd
https://github.com/xwiki/xwiki-platform/commit/5702af8445f755b6aa524da3465b…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-07-29 (Tue, 29 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/dataeditors.js
Log Message:
-----------
XWIKI-22806: Refactor dataeditors.js to get rid of prototypejs
* Fix displaying the dialog to prevent user leaving the editor without
saving
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: f29bc8f0c63201d93b15dfbd176d2916da488b1e
https://github.com/xwiki-contrib/cristal/commit/f29bc8f0c63201d93b15dfbd176…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-07-29 (Tue, 29 Jul 2025)
Changed paths:
M api/CHANGELOG.md
M api/package.json
M authentication-server/CHANGELOG.md
M authentication-server/package.json
M core/alerts/alerts-api/CHANGELOG.md
M core/alerts/alerts-api/package.json
M core/alerts/alerts-default/CHANGELOG.md
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/CHANGELOG.md
M core/alerts/alerts-ui/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/authentication/authentication-api/CHANGELOG.md
M core/authentication/authentication-api/package.json
M core/authentication/authentication-default/CHANGELOG.md
M core/authentication/authentication-default/package.json
M core/authentication/authentication-github-state/CHANGELOG.md
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-ui/CHANGELOG.md
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github/CHANGELOG.md
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud-state/CHANGELOG.md
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-ui/CHANGELOG.md
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud/CHANGELOG.md
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-ui/CHANGELOG.md
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/CHANGELOG.md
M core/authentication/authentication-xwiki/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/collaboration/collaboration-api/CHANGELOG.md
M core/collaboration/collaboration-api/package.json
M core/collaboration/collaboration-hocuspocus/CHANGELOG.md
M core/collaboration/collaboration-hocuspocus/package.json
M core/collaboration/collaboration-xwiki/CHANGELOG.md
M core/collaboration/collaboration-xwiki/package.json
M core/configuration/configuration-api/CHANGELOG.md
M core/configuration/configuration-api/package.json
M core/configuration/configuration-web/CHANGELOG.md
M core/configuration/configuration-web/package.json
M core/date/date-api/CHANGELOG.md
M core/date/date-api/package.json
M core/date/date-ui/CHANGELOG.md
M core/date/date-ui/package.json
M core/document/document-api/CHANGELOG.md
M core/document/document-api/package.json
M core/document/document-default/CHANGELOG.md
M core/document/document-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/file-preview/file-preview-ui/CHANGELOG.md
M core/file-preview/file-preview-ui/package.json
M core/fn-utils/CHANGELOG.md
M core/fn-utils/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
M 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/history/history-api/CHANGELOG.md
M core/history/history-api/package.json
M core/history/history-default/CHANGELOG.md
M core/history/history-default/package.json
M core/history/history-github/CHANGELOG.md
M core/history/history-github/package.json
M core/history/history-ui/CHANGELOG.md
M core/history/history-ui/package.json
M core/history/history-xwiki/CHANGELOG.md
M core/history/history-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-nextcloud/CHANGELOG.md
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/CHANGELOG.md
M core/link-suggest/link-suggest-xwiki/package.json
M core/markdown/markdown-api/CHANGELOG.md
M core/markdown/markdown-api/package.json
M core/markdown/markdown-default/CHANGELOG.md
M core/markdown/markdown-default/package.json
M core/model/model-api/CHANGELOG.md
M core/model/model-api/package.json
M core/model/model-click-listener/CHANGELOG.md
M core/model/model-click-listener/package.json
M core/model/model-local-url/CHANGELOG.md
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/CHANGELOG.md
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/CHANGELOG.md
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-github/CHANGELOG.md
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-nextcloud/CHANGELOG.md
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/CHANGELOG.md
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/CHANGELOG.md
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-api/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/CHANGELOG.md
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/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-github/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-api/CHANGELOG.md
M core/navigation-tree/navigation-tree-api/package.json
M core/navigation-tree/navigation-tree-default/CHANGELOG.md
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/CHANGELOG.md
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/CHANGELOG.md
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/CHANGELOG.md
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/CHANGELOG.md
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/CHANGELOG.md
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/CHANGELOG.md
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/CHANGELOG.md
M core/page-actions/page-actions-ui/package.json
M core/page/page-api/CHANGELOG.md
M core/page/page-api/package.json
M core/page/page-default/CHANGELOG.md
M core/page/page-default/package.json
M core/rename/rename-api/CHANGELOG.md
M core/rename/rename-api/package.json
M core/rename/rename-default/CHANGELOG.md
M core/rename/rename-default/package.json
M core/rename/rename-filesystem/CHANGELOG.md
M core/rename/rename-filesystem/package.json
M core/settings/settings-api/CHANGELOG.md
M core/settings/settings-api/package.json
M core/settings/settings-browser/CHANGELOG.md
M core/settings/settings-browser/package.json
M core/settings/settings-configurations-ui/CHANGELOG.md
M core/settings/settings-configurations-ui/package.json
M core/settings/settings-configurations/CHANGELOG.md
M core/settings/settings-configurations/package.json
M core/settings/settings-default/CHANGELOG.md
M core/settings/settings-default/package.json
M core/tiptap-extensions/tiptap-extension-image/CHANGELOG.md
M core/tiptap-extensions/tiptap-extension-image/package.json
M core/tiptap-extensions/tiptap-link-suggest-ui/CHANGELOG.md
M core/tiptap-extensions/tiptap-link-suggest-ui/package.json
M core/uiextension/uiextension-api/CHANGELOG.md
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-default/CHANGELOG.md
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-ui/CHANGELOG.md
M core/uiextension/uiextension-ui/package.json
M core/uniast/CHANGELOG.md
M core/uniast/package.json
M core/user/user-ui/CHANGELOG.md
M core/user/user-ui/package.json
M core/wiki-config/wiki-config-api/CHANGELOG.md
M core/wiki-config/wiki-config-api/package.json
M core/wiki-config/wiki-config-default/CHANGELOG.md
M core/wiki-config/wiki-config-default/package.json
M core/xwiki/xwiki-utils/CHANGELOG.md
M core/xwiki/xwiki-utils/package.json
M dev/config/CHANGELOG.md
M dev/config/package.json
M 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/blocknote-headless/CHANGELOG.md
M editors/blocknote-headless/package.json
M editors/blocknote-react/CHANGELOG.md
M editors/blocknote-react/package.json
M editors/blocknote/CHANGELOG.md
M editors/blocknote/package.json
M editors/tiptap/CHANGELOG.md
M editors/tiptap/package.json
M electron/CHANGELOG.md
M electron/authentication/authentication-github/authentication-github-main/CHANGELOG.md
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-github/authentication-github-preload/CHANGELOG.md
M electron/authentication/authentication-github/authentication-github-preload/package.json
M electron/authentication/authentication-github/authentication-github-renderer/CHANGELOG.md
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/CHANGELOG.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/CHANGELOG.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/CHANGELOG.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/CHANGELOG.md
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/CHANGELOG.md
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/CHANGELOG.md
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/CHANGELOG.md
M electron/browser/package.json
M electron/link-suggest/link-suggest-filesystem/CHANGELOG.md
M electron/link-suggest/link-suggest-filesystem/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/settings/settings-main/CHANGELOG.md
M electron/settings/settings-main/package.json
M electron/settings/settings-preload/CHANGELOG.md
M electron/settings/settings-preload/package.json
M electron/settings/settings-renderer/CHANGELOG.md
M electron/settings/settings-renderer/package.json
M electron/state/CHANGELOG.md
M electron/state/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 realtime/CHANGELOG.md
M realtime/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 utils/inversify/CHANGELOG.md
M utils/inversify/package.json
M web/CHANGELOG.md
M web/package.json
M xwiki/remoteinlineeditor/CHANGELOG.md
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
[Misc] Release of Cristal 0.20
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: b0dbff028d803cbef22276adaff5720b9a57c02f
https://github.com/xwiki/xwiki-platform/commit/b0dbff028d803cbef22276adaff5…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-07-28 (Mon, 28 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/htmlheader.vm
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/EditClassIT.java
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/dataeditors.js
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/meta.js
Log Message:
-----------
XWIKI-22806: Refactor dataeditors.js to get rid of prototypejs (#3528)
* Introduction of action in meta.js
* Refactoring of dataeditors.js to get rid of prototype and to use
xm.action for performing AJAX requests.
* Apply suggestions from code review
Apply changes following @mflorea's review
* Use standard l10n loader
* Get rid of prototypejs Class.create
* Use CSS.escape static call
* Fix syntax error
* use jquery-sortable for handling sorting the properties
* Fix indentation
* Fix initialization
* Fix remaining bugs
* Fix test
---------
Co-authored-by: Marius Dumitru Florea <marius(a)xwiki.com>
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/refactoring-dataeditors
Home: https://github.com/xwiki/xwiki-platform
Commit: 3519fb4c6371da2034a94f53cc36c72553344d8d
https://github.com/xwiki/xwiki-platform/commit/3519fb4c6371da2034a94f53cc36…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-07-22 (Tue, 22 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/htmlheader.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/dataeditors.js
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/meta.js
Log Message:
-----------
XWIKI-22806: Refactor dataeditors.js to get rid of prototypejs
* Introduction of action in meta.js
* Refactoring of dataeditors.js to get rid of prototype and to use
xm.action for performing AJAX requests.
Commit: d0b8409fd7a49ac7d918bf391a9557e1a6ee38d2
https://github.com/xwiki/xwiki-platform/commit/d0b8409fd7a49ac7d918bf391a95…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-07-22 (Tue, 22 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/dataeditors.js
Log Message:
-----------
Apply suggestions from code review
Co-authored-by: Marius Dumitru Florea <marius(a)xwiki.com>
Commit: 6d6c02453860cbed6473654e7b444926ece2b746
https://github.com/xwiki/xwiki-platform/commit/6d6c02453860cbed6473654e7b44…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-07-22 (Tue, 22 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/htmlheader.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/dataeditors.js
Log Message:
-----------
XWIKI-22806: Refactor dataeditors.js to get rid of prototypejs
Apply changes following @mflorea's review
* Use standard l10n loader
* Get rid of prototypejs Class.create
* Use CSS.escape static call
Commit: 7429d6f9c89699d30d505ca05c18c00700f792f8
https://github.com/xwiki/xwiki-platform/commit/7429d6f9c89699d30d505ca05c18…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-07-22 (Tue, 22 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/dataeditors.js
Log Message:
-----------
XWIKI-22806: Refactor dataeditors.js to get rid of prototypejs
* Fix syntax error
Commit: e3081efc20134a2baab43fe724bcde8234d040de
https://github.com/xwiki/xwiki-platform/commit/e3081efc20134a2baab43fe724bc…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-07-22 (Tue, 22 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/dataeditors.js
Log Message:
-----------
XWIKI-22806: Refactor dataeditors.js to get rid of prototypejs
* use jquery-sortable for handling sorting the properties
Commit: 89d64d5b0906418e31761c4de2151bd913e38c12
https://github.com/xwiki/xwiki-platform/commit/89d64d5b0906418e31761c4de215…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-07-22 (Tue, 22 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/dataeditors.js
Log Message:
-----------
XWIKI-22806: Refactor dataeditors.js to get rid of prototypejs
* Fix indentation
* Fix initialization
Commit: f93d7f7bc584b3943957d6e5559c823de08c7cd1
https://github.com/xwiki/xwiki-platform/commit/f93d7f7bc584b3943957d6e5559c…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-07-28 (Mon, 28 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/EditClassIT.java
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/dataeditors.js
Log Message:
-----------
XWIKI-22806: Refactor dataeditors.js to get rid of prototypejs
* Fix remaining bugs
* Fix test
Compare: https://github.com/xwiki/xwiki-platform/compare/a31c1b9eb75b...f93d7f7bc584
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications