Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 3321387c2c889f8dbf554383a9a0b6b76e680662
https://github.com/xwiki/xwiki-platform/commit/3321387c2c889f8dbf554383a9a0…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 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/AllIT.java
A 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/ServletEnvironmentCacheIT.java
Log Message:
-----------
XCOMMONS-3348: The servlet environment triggers a second load of the xwiki.properties configuration (#4217)
* Add an integration test to ensure that the cache in the servlet
environment has actually been initialized (a missing cache doesn't
cause any problems except for slower performance).
(cherry picked from commit eba94d0125dc6ab7e2a2a9b65721090669423e96)
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: 7c092af49fa16d40c47ada5d2a29c52169b4645c
https://github.com/xwiki/xwiki-platform/commit/7c092af49fa16d40c47ada5d2a29…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 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/AllIT.java
A 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/ServletEnvironmentCacheIT.java
Log Message:
-----------
XCOMMONS-3348: The servlet environment triggers a second load of the xwiki.properties configuration (#4217)
* Add an integration test to ensure that the cache in the servlet
environment has actually been initialized (a missing cache doesn't
cause any problems except for slower performance).
(cherry picked from commit eba94d0125dc6ab7e2a2a9b65721090669423e96)
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: eba94d0125dc6ab7e2a2a9b65721090669423e96
https://github.com/xwiki/xwiki-platform/commit/eba94d0125dc6ab7e2a2a9b65721…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 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/AllIT.java
A 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/ServletEnvironmentCacheIT.java
Log Message:
-----------
XCOMMONS-3348: The servlet environment triggers a second load of the xwiki.properties configuration (#4217)
* Add an integration test to ensure that the cache in the servlet
environment has actually been initialized (a missing cache doesn't
cause any problems except for slower performance).
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/confluence
Commit: a9155f502cf8ce24b5c96d799575b749877e3e8a
https://github.com/xwiki-contrib/confluence/commit/a9155f502cf8ce24b5c96d79…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M confluence-resolvers/pom.xml
M confluence-resource-reference-type-parsers/pom.xml
M confluence-syntax-confluence/pom.xml
M confluence-syntax-confluence10override/pom.xml
M confluence-syntax-xhtml/pom.xml
M confluence-url-mapping-scroll-viewport/pom.xml
M confluence-url-mapping/pom.xml
M confluence-xml/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/confluence/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-commons
Commit: 75d63c60e6c45c16ed5ba8bb65e54c7ae4768d24
https://github.com/xwiki/xwiki-commons/commit/75d63c60e6c45c16ed5ba8bb65e54…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/pom.xml
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/main/java/org/xwiki/environment/internal/ServletEnvironment.java
A xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/main/java/org/xwiki/environment/internal/ServletEnvironmentCacheInitializer.java
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/main/resources/META-INF/components.txt
A xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/test/java/org/xwiki/environment/internal/ServletEnvironmentCacheInitializerTest.java
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/test/java/org/xwiki/environment/internal/ServletEnvironmentTest.java
Log Message:
-----------
XCOMMONS-3348: The servlet environment triggers a second load of the xwiki.properties configuration (#1346)
* Trigger the cache initialization in a separate event listener on the
ApplicationStartedEvent. This ensures that the cache manager is ready.
* Add and adapt unit tests.
(cherry picked from commit c92dd170b99505979fc5f3f48b2d77c86c394e5e)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-commons
Commit: 3e3e761f32d63cfeb71899ffbefdc06085cc9bfe
https://github.com/xwiki/xwiki-commons/commit/3e3e761f32d63cfeb71899ffbefdc…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/pom.xml
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/main/java/org/xwiki/environment/internal/ServletEnvironment.java
A xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/main/java/org/xwiki/environment/internal/ServletEnvironmentCacheInitializer.java
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/main/resources/META-INF/components.txt
A xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/test/java/org/xwiki/environment/internal/ServletEnvironmentCacheInitializerTest.java
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/test/java/org/xwiki/environment/internal/ServletEnvironmentTest.java
Log Message:
-----------
XCOMMONS-3348: The servlet environment triggers a second load of the xwiki.properties configuration (#1346)
* Trigger the cache initialization in a separate event listener on the
ApplicationStartedEvent. This ensures that the cache manager is ready.
* Add and adapt unit tests.
(cherry picked from commit c92dd170b99505979fc5f3f48b2d77c86c394e5e)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/backport-1346-to-stable-17.4.x
Home: https://github.com/xwiki/xwiki-commons
Commit: 6422eabef7883a5ca108365640bf01e04f97601b
https://github.com/xwiki/xwiki-commons/commit/6422eabef7883a5ca108365640bf0…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/pom.xml
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/main/java/org/xwiki/environment/internal/ServletEnvironment.java
A xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/main/java/org/xwiki/environment/internal/ServletEnvironmentCacheInitializer.java
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/main/resources/META-INF/components.txt
A xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/test/java/org/xwiki/environment/internal/ServletEnvironmentCacheInitializerTest.java
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/test/java/org/xwiki/environment/internal/ServletEnvironmentTest.java
Log Message:
-----------
XCOMMONS-3348: The servlet environment triggers a second load of the xwiki.properties configuration (#1346)
* Trigger the cache initialization in a separate event listener on the
ApplicationStartedEvent. This ensures that the cache manager is ready.
* Add and adapt unit tests.
(cherry picked from commit c92dd170b99505979fc5f3f48b2d77c86c394e5e)
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/xwiki-commons
Commit: c92dd170b99505979fc5f3f48b2d77c86c394e5e
https://github.com/xwiki/xwiki-commons/commit/c92dd170b99505979fc5f3f48b2d7…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/pom.xml
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/main/java/org/xwiki/environment/internal/ServletEnvironment.java
A xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/main/java/org/xwiki/environment/internal/ServletEnvironmentCacheInitializer.java
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/main/resources/META-INF/components.txt
A xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/test/java/org/xwiki/environment/internal/ServletEnvironmentCacheInitializerTest.java
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/test/java/org/xwiki/environment/internal/ServletEnvironmentTest.java
Log Message:
-----------
XCOMMONS-3348: The servlet environment triggers a second load of the xwiki.properties configuration (#1346)
* Trigger the cache initialization in a separate event listener on the
ApplicationStartedEvent. This ensures that the cache manager is ready.
* Add and adapt unit tests.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: 17fb43b5cbf941f1abffaca7efaaac7c25d54990
https://github.com/xwiki-contrib/cristal/commit/17fb43b5cbf941f1abffaca7efa…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M core/reactivue/tsconfig.json
M editors/blocknote-headless/package.json
M editors/blocknote-headless/src/react/BlockNoteView.tsx
M editors/blocknote-headless/vite.config.ts
M pnpm-lock.yaml
M web/package.json
Log Message:
-----------
CRISTAL-543: Make blocknote-headless compatible with React 17+ (#935)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: 55c0c46849df0d04dad28b618055b2dacf579b0f
https://github.com/xwiki-contrib/cristal/commit/55c0c46849df0d04dad28b61805…
Author: ClementEXWiki <clement.eraud(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
R editors/blocknote-headless/src/components/autoSaver.ts
R editors/blocknote-headless/src/components/realtimeState.ts
R editors/blocknote-headless/src/images/noavatar.png
M editors/blocknote-headless/src/index.ts
R editors/blocknote-headless/src/png.d.ts
M editors/blocknote-headless/src/react/BlockNoteView.tsx
M editors/blocknote-headless/src/vue/c-blocknote-view.vue
R editors/blocknote-headless/src/vue/c-realtime-users.vue
R editors/blocknote-headless/src/vue/c-save-status.vue
A editors/blocknote/images/noavatar.png
A editors/blocknote/src/png.d.ts
M editors/blocknote/src/vue/c-edit-blocknote.vue
A editors/blocknote/src/vue/c-realtime-users.vue
A editors/blocknote/src/vue/c-save-status.vue
M package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-515: Runtime sessions are not correctly closed with Blocknote (#934)
Co-authored-by: Manuel Leduc <manuel.leduc(a)xwiki.com>
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: bded3359070ea3d0f653e55c930b03436e2bbaee
https://github.com/xwiki/xwiki-platform/commit/bded3359070ea3d0f653e55c930b…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-link/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-resource/entityResourceSuggester.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-resource/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-resource/resource.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-resource/resourcePicker.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/LinkNameStrategyHelper.xml
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/Translations.xml
Log Message:
-----------
XWIKI-23154: Link creation dialog shouldn't allow to be validated without selecting a suggestion value (#4196)
* Revert "XWIKI-22508: Creating a link in WYSIWYG by selecting text should follow the name strategy"
* Define the type of resources that must be selected and not just
typed in the input field
* Perform a check to ensure that the value is not just typed but is
actually selected
* Provide an initial value at setup which is considered as a typed
value
* Provide translation for the error message
* ensure to display suggestion on focus
* in case an input is provided instead of being selected, then a check
is performed on it to assess if the reference exists and/or if it
complies with the name strategy
This reverts commit 7c1fa96c4550e58f1cdb0e4ae0957a6b73f19780.
---------
Co-authored-by: Marius Dumitru Florea <marius(a)xwiki.com>
(cherry picked from commit adf9f32f977a706c326319f38a9a8fae270540da)
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: 133a5d0b522a4da9df5141f003534c258328cbe6
https://github.com/xwiki/xwiki-platform/commit/133a5d0b522a4da9df5141f00353…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-link/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-resource/entityResourceSuggester.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-resource/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-resource/resource.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-resource/resourcePicker.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/LinkNameStrategyHelper.xml
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/Translations.xml
Log Message:
-----------
XWIKI-23154: Link creation dialog shouldn't allow to be validated without selecting a suggestion value (#4196)
* Revert "XWIKI-22508: Creating a link in WYSIWYG by selecting text should follow the name strategy"
* Define the type of resources that must be selected and not just
typed in the input field
* Perform a check to ensure that the value is not just typed but is
actually selected
* Provide an initial value at setup which is considered as a typed
value
* Provide translation for the error message
* ensure to display suggestion on focus
* in case an input is provided instead of being selected, then a check
is performed on it to assess if the reference exists and/or if it
complies with the name strategy
This reverts commit 7c1fa96c4550e58f1cdb0e4ae0957a6b73f19780.
---------
Co-authored-by: Marius Dumitru Florea <marius(a)xwiki.com>
(cherry picked from commit adf9f32f977a706c326319f38a9a8fae270540da)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport/stable-17.4.x/pr-4196
Home: https://github.com/xwiki/xwiki-platform
Commit: 777dd316cf8c0a24338b8c22ab06ac8bdef8c228
https://github.com/xwiki/xwiki-platform/commit/777dd316cf8c0a24338b8c22ab06…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-link/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-resource/entityResourceSuggester.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-resource/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-resource/resource.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-resource/resourcePicker.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/LinkNameStrategyHelper.xml
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/Translations.xml
Log Message:
-----------
XWIKI-23154: Link creation dialog shouldn't allow to be validated without selecting a suggestion value (#4196)
* Revert "XWIKI-22508: Creating a link in WYSIWYG by selecting text should follow the name strategy"
* Define the type of resources that must be selected and not just
typed in the input field
* Perform a check to ensure that the value is not just typed but is
actually selected
* Provide an initial value at setup which is considered as a typed
value
* Provide translation for the error message
* ensure to display suggestion on focus
* in case an input is provided instead of being selected, then a check
is performed on it to assess if the reference exists and/or if it
complies with the name strategy
This reverts commit 7c1fa96c4550e58f1cdb0e4ae0957a6b73f19780.
---------
Co-authored-by: Marius Dumitru Florea <marius(a)xwiki.com>
(cherry picked from commit adf9f32f977a706c326319f38a9a8fae270540da)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport/stable-16.10.x/pr-4196
Home: https://github.com/xwiki/xwiki-platform
Commit: 8c6c0979b85b3bf389a0774cf200ae6f7a4c2b59
https://github.com/xwiki/xwiki-platform/commit/8c6c0979b85b3bf389a0774cf200…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-link/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-resource/entityResourceSuggester.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-resource/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-resource/resource.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-resource/resourcePicker.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/LinkNameStrategyHelper.xml
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/Translations.xml
Log Message:
-----------
XWIKI-23154: Link creation dialog shouldn't allow to be validated without selecting a suggestion value (#4196)
* Revert "XWIKI-22508: Creating a link in WYSIWYG by selecting text should follow the name strategy"
* Define the type of resources that must be selected and not just
typed in the input field
* Perform a check to ensure that the value is not just typed but is
actually selected
* Provide an initial value at setup which is considered as a typed
value
* Provide translation for the error message
* ensure to display suggestion on focus
* in case an input is provided instead of being selected, then a check
is performed on it to assess if the reference exists and/or if it
complies with the name strategy
This reverts commit 7c1fa96c4550e58f1cdb0e4ae0957a6b73f19780.
---------
Co-authored-by: Marius Dumitru Florea <marius(a)xwiki.com>
(cherry picked from commit adf9f32f977a706c326319f38a9a8fae270540da)
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: adf9f32f977a706c326319f38a9a8fae270540da
https://github.com/xwiki/xwiki-platform/commit/adf9f32f977a706c326319f38a9a…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-link/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-resource/entityResourceSuggester.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-resource/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-resource/resource.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-resource/resourcePicker.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/LinkNameStrategyHelper.xml
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/Translations.xml
Log Message:
-----------
XWIKI-23154: Link creation dialog shouldn't allow to be validated without selecting a suggestion value (#4196)
* Revert "XWIKI-22508: Creating a link in WYSIWYG by selecting text should follow the name strategy"
* Define the type of resources that must be selected and not just
typed in the input field
* Perform a check to ensure that the value is not just typed but is
actually selected
* Provide an initial value at setup which is considered as a typed
value
* Provide translation for the error message
* ensure to display suggestion on focus
* in case an input is provided instead of being selected, then a check
is performed on it to assess if the reference exists and/or if it
complies with the name strategy
This reverts commit 7c1fa96c4550e58f1cdb0e4ae0957a6b73f19780.
---------
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/XWIKI-22803
Home: https://github.com/xwiki/xwiki-platform
Commit: cd71dacde95133b69442982d3e13296c4ac0a83d
https://github.com/xwiki/xwiki-platform/commit/cd71dacde95133b69442982d3e13…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 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/WikiMacroClassDocumentInitializer.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
Log Message:
-----------
XWIKI-22803: Enable the ability to order macro parameters defined in XWiki objects directly from the UI
* Add new fields in WikiMacroParameterClass and WikiMacroClass for
allowing to order parameters and to order the content
* Use the new property in the wiki macro factory
* Provide new missing API in WikiMacroParameterDescriptor
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/feature-blocknote
Home: https://github.com/xwiki/xwiki-platform
Commit: 9c92e853bbd318f5fcefdfc31f61738c02a92639
https://github.com/xwiki/xwiki-platform/commit/9c92e853bbd318f5fcefdfc31f61…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/resources/templates/blocknote/inplaceEditMenuItem.vm
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/resources/templates/blocknote/standaloneEditMenuItem.vm
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Show the Edit menu entries only for advanced users.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/feature-blocknote
Home: https://github.com/xwiki/xwiki-platform
Commit: 601bd35adb22942a404a01d7fc445064cb2a72f8
https://github.com/xwiki/xwiki-platform/commit/601bd35adb22942a404a01d7fc44…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/java/org/xwiki/blocknote/internal/BlockNoteEditor.java
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/java/org/xwiki/blocknote/internal/BlockNoteRequireJSModuleUIExtension.java
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/java/org/xwiki/blocknote/internal/InplaceEditActionUIExtension.java
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/java/org/xwiki/blocknote/internal/StandaloneEditActionUIExtension.java
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-docker/src/test/it/org/xwiki/blocknote/test/ui/AllIT.java
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-docker/src/test/it/org/xwiki/blocknote/test/ui/BlockNoteIT.java
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Update since version.
Commit: 6e81eccbd68789d1865bc3028f2d3d73e7658b65
https://github.com/xwiki/xwiki-platform/commit/6e81eccbd68789d1865bc3028f2d…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M pom.xml
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Update pnpm version.
Commit: 52a1e3a19d98f9ac92b58324abc0c9aa4939e7b7
https://github.com/xwiki/xwiki-platform/commit/52a1e3a19d98f9ac92b58324abc0…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-container/pom.xml
R xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-api/src/main/java/org/xwiki/container/internal/RequestConfigurationSource.java
M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-api/src/main/resources/META-INF/components.txt
A xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-default/pom.xml
A xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-default/src/main/java/org/xwiki/container/internal/RequestConfigurationSource.java
A xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-default/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-servlet/pom.xml
Log Message:
-----------
XWIKI-23227: Add support for overriding the default WYSIWYG editor from request
Commit: 9e62afc753aa42d15e45a68cc754d6086f98578b
https://github.com/xwiki/xwiki-platform/commit/9e62afc753aa42d15e45a68cc754…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/pom.xml
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/pom.xml
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/pom.xml
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/pom.xml
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Move to 17.5.0-SNAPSHOT
Compare: https://github.com/xwiki/xwiki-platform/compare/33189cee8b1d...9e62afc753aa
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications