Branch: refs/heads/15.10.x
Home: https://github.com/xwiki-contrib/parent
Commit: 57b2f185659f715584e302e6bd74688bdc6476f9
https://github.com/xwiki-contrib/parent/commit/57b2f185659f715584e302e6bd74…
Author: Raluca Stavro <rstavro(a)xwiki.com>
Date: 2024-02-13 (Tue, 13 Feb 2024)
Changed paths:
M README.md
M parent-commons/pom.xml
M parent-platform-distribution/pom.xml
M parent-platform/pom.xml
M parent-rendering/pom.xml
Log Message:
-----------
[release] Set version
Branch: refs/heads/XWIKI-21880
Home: https://github.com/xwiki/xwiki-platform
Commit: 74775da0ddd5c11ca726187683685eb536d7bd64
https://github.com/xwiki/xwiki-platform/commit/74775da0ddd5c11ca72618768368…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-02-13 (Tue, 13 Feb 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/test/java/org/xwiki/notifications/filters/internal/DefaultNotificationFilterPreferenceManagerTest.java
Log Message:
-----------
XWIKI-21880: Cannot delete user defined filters
* Small test improvment
Branch: refs/heads/XWIKI-21880
Home: https://github.com/xwiki/xwiki-platform
Commit: e8b7061f437874ed9bda45c14f1639e41b4aa86a
https://github.com/xwiki/xwiki-platform/commit/e8b7061f437874ed9bda45c14f16…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-02-13 (Tue, 13 Feb 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/DefaultNotificationFilterPreferenceManager.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/test/java/org/xwiki/notifications/filters/internal/DefaultNotificationFilterPreferenceManagerTest.java
Log Message:
-----------
XWIKI-21880: Cannot delete user defined filters
* Refactor DefaultNotificationFilterPreferenceManager to never throw
immediately an exception thrown by a provider, but to only do it if
all providers failed
* Provide a new test covering this behaviour
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 86f24b78cc0ca4d9fbf7adcf48b5e95ce6c13551
https://github.com/xwiki/xwiki-platform/commit/86f24b78cc0ca4d9fbf7adcf48b5…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-02-13 (Tue, 13 Feb 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/RichTextAreaElement.java
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/image/ImageDialogSelectModal.java
A xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/image/select/ImageDialogUploadSelectForm.java
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/AllIT.java
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/RealtimeWYSIWYGEditorIT.java
Log Message:
-----------
[Misc] I tried to write a test to verify that an image uploaded by one user during a real-time session is visible by the other coeditors, but unfortunately it's not possible to open a new incognito window with Selenium (to be able to login with two different users). A WebDriver instance is bound to a browser session (cookies). We'd have to create a new WebDriver instance, which is not trivial in our test setup. Pushing what I have so far, to be continued later.
(cherry picked from commit 254bcab007adb8726327afa75dc7eee764e1c273)
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 254bcab007adb8726327afa75dc7eee764e1c273
https://github.com/xwiki/xwiki-platform/commit/254bcab007adb8726327afa75dc7…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-02-13 (Tue, 13 Feb 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/RichTextAreaElement.java
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/image/ImageDialogSelectModal.java
A xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/image/select/ImageDialogUploadSelectForm.java
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/AllIT.java
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/RealtimeWYSIWYGEditorIT.java
Log Message:
-----------
[Misc] I tried to write a test to verify that an image uploaded by one user during a real-time session is visible by the other coeditors, but unfortunately it's not possible to open a new incognito window with Selenium (to be able to login with two different users). A WebDriver instance is bound to a browser session (cookies). We'd have to create a new WebDriver instance, which is not trivial in our test setup. Pushing what I have so far, to be continued later.
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-docker
Commit: ffbda2123e322160254f342751bce9b978412e5f
https://github.com/xwiki/xwiki-docker/commit/ffbda2123e322160254f342751bce9…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-02-13 (Tue, 13 Feb 2024)
Changed paths:
M 14/mariadb-tomcat/.env
M 14/mariadb-tomcat/Dockerfile
M 14/mysql-tomcat/.env
M 14/mysql-tomcat/Dockerfile
M 14/postgres-tomcat/.env
M 14/postgres-tomcat/Dockerfile
M build.gradle
Log Message:
-----------
XDOCKER-311: Upgrade LTS version to 14.10.21
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: f4714e7dc000e768dc88176410782bbc6e5346c2
https://github.com/xwiki/xwiki-platform/commit/f4714e7dc000e768dc8817641078…
Author: Lucas C <lucas.charpentier(a)imt-atlantique.net>
Date: 2024-02-12 (Mon, 12 Feb 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/VelocityMacros.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/pom.xml
Log Message:
-----------
XWIKI-21773: Admin section: make the WYSIWYG section pass webstandard tests (#2794)
* Fixed the input labels
* Removed the comment from the test for WYSIWYG
* Replaced the hard coded number value with a more robust computed one.
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 09c9a0e416f24a7732a1f39cf1a149b0dc901014
https://github.com/xwiki/xwiki-platform/commit/09c9a0e416f24a7732a1f39cf1a1…
Author: Lucas C <lucas.charpentier(a)imt-atlantique.net>
Date: 2024-02-12 (Mon, 12 Feb 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-skin/xwiki-platform-skin-ui/src/main/resources/SkinsCode/XWikiSkinsSheet.xml
Log Message:
-----------
XWIKI-21521: DefaultSkin form should be accessible (#2642)
* Wrapped the pretty name in a label which is bound to the form field with its `for` attribute
* Replaced the hard-coded reference with a call to the object number.