Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 9be98a282a56324d837a7cc864c2824fc9fedb5b
https://github.com/xwiki/xwiki-platform/commit/9be98a282a56324d837a7cc864c2…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-16 (Wed, 16 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/Translations.xml
Log Message:
-----------
XWIKI-22163: Upload through quick action menu performs a save
XWIKI-22132: Creating a page by uploading an attachment via quick actions creates the page with the root locale
* Deprecate translation messages that are not used anymore.
(cherry picked from commit 7c407b0ccab4d45d8054d763b304d8e6e54aa714)
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: 8a9d31c59fd23b54294e55e9a90463d831d9d12f
https://github.com/xwiki/xwiki-platform/commit/8a9d31c59fd23b54294e55e9a904…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-16 (Wed, 16 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/Translations.xml
Log Message:
-----------
XWIKI-22163: Upload through quick action menu performs a save
XWIKI-22132: Creating a page by uploading an attachment via quick actions creates the page with the root locale
* Deprecate translation messages that are not used anymore.
(cherry picked from commit 7c407b0ccab4d45d8054d763b304d8e6e54aa714)
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: 7c407b0ccab4d45d8054d763b304d8e6e54aa714
https://github.com/xwiki/xwiki-platform/commit/7c407b0ccab4d45d8054d763b304…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-16 (Wed, 16 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/Translations.xml
Log Message:
-----------
XWIKI-22163: Upload through quick action menu performs a save
XWIKI-22132: Creating a page by uploading an attachment via quick actions creates the page with the root locale
* Deprecate translation messages that are not used anymore.
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: 3b034bcf2fd744377b3199d0ffe507c188e1f179
https://github.com/xwiki/xwiki-platform/commit/3b034bcf2fd744377b3199d0ffe5…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-07-16 (Wed, 16 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-macro/src/test/java/org/xwiki/icon/macro/IntegrationTests.java
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/test/java/org/xwiki/index/tree/internal/nestedpages/query/AbstractQueryRegistrationHandlerTest.java
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/test/java/org/xwiki/index/tree/internal/nestedpages/query/QueryRegistrationHandlerTest.java
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/test/java/org/xwiki/index/tree/internal/nestedspaces/query/QueryRegistrationHandlerTest.java
M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-schemes/xwiki-platform-url-scheme-standard/src/test/java/org/xwiki/url/internal/standard/StandardExtendedURLResourceReferenceSerializerTest.java
Log Message:
-----------
XWIKI-11112: Adding a rendering cache to the Icon Theme Application
* Fix icon macro integration test that failed because of new components
in dependencies of the webjars API by excluding a new component.
* Fix failing StandardExtendedURLResourceReferenceSerializerTest by
making the test less dependent on the exact methods that are called.
* Apply code style fixes to
StandardExtendedURLResourceReferenceSerializerTest and add another
test case.
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: dcff72a03e6caa0422ca2019ad075bc9156f6515
https://github.com/xwiki-contrib/oidc/commit/dcff72a03e6caa0422ca2019ad075b…
Author: Teodor Caras <trrenty(a)gmail.com>
Date: 2025-07-16 (Wed, 16 Jul 2025)
Changed paths:
M oauth2-client/src/main/java/org/xwiki/contrib/oidc/internal/DefaultOAuth2ClientManager.java
M oauth2-store/src/main/java/org/xwiki/contrib/oidc/internal/NimbusOAuth2Token.java
Log Message:
-----------
OIDC-245: OAuth access token is renewed everytime its retrieved from the store
Commit: 6761181a6891913bf8a5f3c50b1325a91a543bae
https://github.com/xwiki-contrib/oidc/commit/6761181a6891913bf8a5f3c50b1325…
Author: Clément Aubin <aubincleme(a)users.noreply.github.com>
Date: 2025-07-16 (Wed, 16 Jul 2025)
Changed paths:
M oauth2-client/src/main/java/org/xwiki/contrib/oidc/internal/DefaultOAuth2ClientManager.java
M oauth2-store/src/main/java/org/xwiki/contrib/oidc/internal/NimbusOAuth2Token.java
Log Message:
-----------
Merge pull request #89 from trrenty/OIDC-245
OIDC-245: OAuth access token is renewed everytime its retrieved from …
Compare: https://github.com/xwiki-contrib/oidc/compare/21dc41f319bb...6761181a6891
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/oidc/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 87946210d31b5f1512df14172840e2b5acbead6c
https://github.com/xwiki/xwiki-platform/commit/87946210d31b5f1512df14172840…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-15 (Tue, 15 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-realtime/ckeditorRealtimeAdapter.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-realtime/plugin.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/saver.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/editor.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/wysiwygEditor.js
Log Message:
-----------
XWIKI-23259: Attachments are improperly saved when cancelling changes
* Restore the temporary attachment support when leaving the realtime session.
(cherry picked from commit 89f7ffe36e1caeffadfc620fcebc112624bb807b)
(cherry picked from commit 4a09b3ff88d90705835d438a811d4499123c1841)
Commit: 9578aa9a4fe4e479b9849117ff7afd25d3d1fb3f
https://github.com/xwiki/xwiki-platform/commit/9578aa9a4fe4e479b9849117ff7a…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-15 (Tue, 15 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-image/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-link/plugin.js
Log Message:
-----------
XWIKI-22163: Upload through quick action menu performs a save
XWIKI-22132: Creating a page by uploading an attachment via quick actions creates the page with the root locale
* Reuse the paste / drop file behavior when uploading a file through the image / link quick action, in order to share the same URL and the same parameters (e.g. language).
(cherry picked from commit a6903e29182b8b090d54f3c05c8447e398a5ac76)
(cherry picked from commit 0b54fcd1afb0a5a3bf07c8acb2e7144963dfb7f7)
Compare: https://github.com/xwiki/xwiki-platform/compare/1da795bb1c60...9578aa9a4fe4
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: 4a09b3ff88d90705835d438a811d4499123c1841
https://github.com/xwiki/xwiki-platform/commit/4a09b3ff88d90705835d438a811d…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-15 (Tue, 15 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-realtime/ckeditorRealtimeAdapter.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-realtime/plugin.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/saver.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/editor.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/wysiwygEditor.js
Log Message:
-----------
XWIKI-23259: Attachments are improperly saved when cancelling changes
* Restore the temporary attachment support when leaving the realtime session.
(cherry picked from commit 89f7ffe36e1caeffadfc620fcebc112624bb807b)
Commit: 0b54fcd1afb0a5a3bf07c8acb2e7144963dfb7f7
https://github.com/xwiki/xwiki-platform/commit/0b54fcd1afb0a5a3bf07c8acb2e7…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-15 (Tue, 15 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-image/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-link/plugin.js
Log Message:
-----------
XWIKI-22163: Upload through quick action menu performs a save
XWIKI-22132: Creating a page by uploading an attachment via quick actions creates the page with the root locale
* Reuse the paste / drop file behavior when uploading a file through the image / link quick action, in order to share the same URL and the same parameters (e.g. language).
(cherry picked from commit a6903e29182b8b090d54f3c05c8447e398a5ac76)
Compare: https://github.com/xwiki/xwiki-platform/compare/15505bf2e984...0b54fcd1afb0
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: 89f7ffe36e1caeffadfc620fcebc112624bb807b
https://github.com/xwiki/xwiki-platform/commit/89f7ffe36e1caeffadfc620fcebc…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-15 (Tue, 15 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-realtime/ckeditorRealtimeAdapter.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-realtime/plugin.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/saver.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/editor.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/wysiwygEditor.js
Log Message:
-----------
XWIKI-23259: Attachments are improperly saved when cancelling changes
* Restore the temporary attachment support when leaving the realtime session.
Commit: a6903e29182b8b090d54f3c05c8447e398a5ac76
https://github.com/xwiki/xwiki-platform/commit/a6903e29182b8b090d54f3c05c84…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-15 (Tue, 15 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-image/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-link/plugin.js
Log Message:
-----------
XWIKI-22163: Upload through quick action menu performs a save
XWIKI-22132: Creating a page by uploading an attachment via quick actions creates the page with the root locale
* Reuse the paste / drop file behavior when uploading a file through the image / link quick action, in order to share the same URL and the same parameters (e.g. language).
Compare: https://github.com/xwiki/xwiki-platform/compare/eb3ca2cdc358...a6903e29182b
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications