Branch: refs/heads/stable-16.5.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 0c8ce2ab8c808684677a24a316b6482f1dcf9641
https://github.com/xwiki/xwiki-platform/commit/0c8ce2ab8c808684677a24a316b6…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-07-08 (Mon, 08 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/plugin.js
Log Message:
-----------
XWIKI-22317: Macros using HTML5 are sometimes badly rendered when edited in WYSIWYG mode
* Verify also the given element, not just its ancestors.
* Bulletproofing
(cherry picked from commit c8349eb29cc627360bab77e92bccfec5d19c289b)
Commit: 60910271b81cee041649fabd17d0fb1db3c30e64
https://github.com/xwiki/xwiki-platform/commit/60910271b81cee041649fabd17d0…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-07-08 (Mon, 08 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/test/resources/jasmine-require-config.txt
Log Message:
-----------
[misc] Update jasmine config
(cherry picked from commit 350fd773c4028cd49e9a02b88fbf2234830caf72)
Compare: https://github.com/xwiki/xwiki-platform/compare/0129f8b70d46...60910271b81c
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 82825e9e6bc4b1fe103038d5953142553d7f76de
https://github.com/xwiki/xwiki-platform/commit/82825e9e6bc4b1fe103038d59531…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-07-08 (Mon, 08 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-test/xwiki-platform-livedata-test-docker/src/test/it/org/xwiki/livedata/test/ui/LiveDataIT.java
Log Message:
-----------
[Misc] LiveDataIT: wait for row counts before asserting them
This should avoid flickering due to Live Data not refreshing as
expected.
(cherry picked from commit b3b0715154551eae15ec3997a36f9373d019a5ff)
Commit: 1b39f8e45f9d039a25acb17b957fa0ccc30c2d5c
https://github.com/xwiki/xwiki-platform/commit/1b39f8e45f9d039a25acb17b957f…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-07-08 (Mon, 08 Jul 2024)
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/PageReadyIT.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/BaseElement.java
Log Message:
-----------
[Misc] Report the pending delays in UI tests when page loading times out
* Add a UI test to test that reporting works as expected.
(cherry picked from commit 1fc00525d1c9db1aa789045148e38c0528fe7885)
Commit: 1dcdc57fc4852e5f629681a95bd0a41548f5437c
https://github.com/xwiki/xwiki-platform/commit/1dcdc57fc4852e5f629681a95bd0…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-07-08 (Mon, 08 Jul 2024)
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/PageReadyIT.java
Log Message:
-----------
[Misc] Adapt test for Java 11
Compare: https://github.com/xwiki/xwiki-platform/compare/6743962340af...1dcdc57fc485
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 6743962340af0add288b32a213472bcb6e14ed10
https://github.com/xwiki/xwiki-platform/commit/6743962340af0add288b32a21347…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-07-08 (Mon, 08 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/internal/junit5/browser/BrowserContainerExecutor.java
Log Message:
-----------
[misc] Fix the realtime tests when running on CI (inside the xwiki/build Docker container with Jetty Standalone as servlet engine). In this case we shouldn't map the XWiki aliases to the Docker host but rather to the IP of the xwiki/build Docker container, but we need to determine it.
(cherry picked from commit 533156be684cb009378c054cef7812cb8b5af45a)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: f80e2448b4fa3442af5e737ddb5571e9c2e58fe5
https://github.com/xwiki/xwiki-platform/commit/f80e2448b4fa3442af5e737ddb55…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-07-08 (Mon, 08 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/internal/junit5/browser/BrowserContainerExecutor.java
Log Message:
-----------
[misc] Fix the realtime tests when running on CI (inside the xwiki/build Docker container with Jetty Standalone as servlet engine). In this case we shouldn't map the XWiki aliases to the Docker host but rather to the IP of the xwiki/build Docker container, but we need to determine it.
(cherry picked from commit 533156be684cb009378c054cef7812cb8b5af45a)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications