Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 5638fe869ba0c098fe15e66f0713aacc0b75fa3a
https://github.com/xwiki/xwiki-platform/commit/5638fe869ba0c098fe15e66f0713…
Author: Lucas C <lucas.charpentier(a)imt-atlantique.net>
Date: 2023-12-08 (Fri, 08 Dec 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/widgets/modalPopup.css
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/widgets/modalPopup.js
Log Message:
-----------
XWIKI-21650: The XModal close button new style does not fit in its context (#2703)
* Updated style of the title section of the xdialog
* Added the class btn-xs to the close button (avoid it being way too large )
* Replaced the content with a cross icon (no need for alternative because there's a title on the button)
* Updated style to fit the bootstrap modal one
(cherry picked from commit e28db6028adb17484fa057239dd55c15b494dc58)
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: e28db6028adb17484fa057239dd55c15b494dc58
https://github.com/xwiki/xwiki-platform/commit/e28db6028adb17484fa057239dd5…
Author: Lucas C <lucas.charpentier(a)imt-atlantique.net>
Date: 2023-12-08 (Fri, 08 Dec 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/widgets/modalPopup.css
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/widgets/modalPopup.js
Log Message:
-----------
XWIKI-21650: The XModal close button new style does not fit in its context (#2703)
* Updated style of the title section of the xdialog
* Added the class btn-xs to the close button (avoid it being way too large )
* Replaced the content with a cross icon (no need for alternative because there's a title on the button)
* Updated style to fit the bootstrap modal one
Branch: refs/heads/upgrade-replication-2
Home: https://github.com/xwiki-contrib/application-changerequest
Commit: 8d22156a90692115f6d2a687e674a897048558da
https://github.com/xwiki-contrib/application-changerequest/commit/8d22156a9…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2023-12-08 (Fri, 08 Dec 2023)
Changed paths:
M application-changerequest-replication/src/main/java/org/xwiki/contrib/changerequest/replication/internal/listeners/AbstractChangeRequestEventListener.java
M application-changerequest-replication/src/test/java/org/xwiki/contrib/changerequest/replication/internal/listeners/ChangeRequestCreatedListenerTest.java
M application-changerequest-replication/src/test/java/org/xwiki/contrib/changerequest/replication/internal/listeners/ChangeRequestDiscussionListenerTest.java
M application-changerequest-replication/src/test/java/org/xwiki/contrib/changerequest/replication/internal/listeners/ChangeRequestRebasedListenerTest.java
M application-changerequest-replication/src/test/java/org/xwiki/contrib/changerequest/replication/internal/listeners/ChangeRequestUpdatedListenerTest.java
M application-changerequest-replication/src/test/java/org/xwiki/contrib/changerequest/replication/internal/listeners/DocumentModifiedInChangeRequestListenerTest.java
M application-changerequest-replication/src/test/java/org/xwiki/contrib/changerequest/replication/internal/listeners/FileChangeAddedListenerTest.java
M application-changerequest-replication/src/test/java/org/xwiki/contrib/changerequest/replication/internal/listeners/ReadyForReviewListenerTest.java
M application-changerequest-replication/src/test/java/org/xwiki/contrib/changerequest/replication/internal/listeners/ReviewAddedListenerTest.java
M application-changerequest-replication/src/test/java/org/xwiki/contrib/changerequest/replication/internal/listeners/StaleChangeRequestListenerTest.java
M application-changerequest-replication/src/test/java/org/xwiki/contrib/changerequest/replication/internal/listeners/StatusUpdatedListenerTest.java
M pom.xml
Log Message:
-----------
[Ticket to create] Upgrade to Replication 2.0.0