Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 66cbfd7d3a154b6156df7d2dfd3457fa5990b1ef
https://github.com/xwiki/xwiki-platform/commit/66cbfd7d3a154b6156df7d2dfd34…
Author: Lucas C <lucas.charpentier(a)imt-atlantique.net>
Date: 2023-12-07 (Thu, 07 Dec 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/forms.less
Log Message:
-----------
XWIKI-21586: Language select default option does not have enough contrast (#2641)
* Widened the selector introduced in the fix for XWIKI-21384 to also match the field concerned by this issue
Note: it's important to not reduce the CSS priority of this selector because it can barely get priority on the bootstrap one (and bootstrap wins ties broken by order)
(cherry picked from commit 4142351bfaeacff7107a83dc4ec5a16125268b2c)
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 4142351bfaeacff7107a83dc4ec5a16125268b2c
https://github.com/xwiki/xwiki-platform/commit/4142351bfaeacff7107a83dc4ec5…
Author: Lucas C <lucas.charpentier(a)imt-atlantique.net>
Date: 2023-12-07 (Thu, 07 Dec 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/forms.less
Log Message:
-----------
XWIKI-21586: Language select default option does not have enough contrast (#2641)
* Widened the selector introduced in the fix for XWIKI-21384 to also match the field concerned by this issue
Note: it's important to not reduce the CSS priority of this selector because it can barely get priority on the bootstrap one (and bootstrap wins ties broken by order)
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 46df9ecccfbfc65725869b762434aa7aabcc1977
https://github.com/xwiki/xwiki-platform/commit/46df9ecccfbfc65725869b762434…
Author: Lucas C <lucas.charpentier(a)imt-atlantique.net>
Date: 2023-12-07 (Thu, 07 Dec 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/action-menus.less
Log Message:
-----------
XWIKI-21585: Hidden headers add unwanted padding (#2639)
* Overwrote bootstrap style to give priority to the .sr-only over .dropdown-header
Branch: refs/heads/XWIKI-21448
Home: https://github.com/xwiki/xwiki-platform
Commit: 91ea18dc23a836c8f395c75798adf27318751e77
https://github.com/xwiki/xwiki-platform/commit/91ea18dc23a836c8f395c75798ad…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2023-12-07 (Thu, 07 Dec 2023)
Changed paths:
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-default/src/main/java/org/xwiki/notifications/notifiers/internal/DeletedDocumentCleanUpFilterListener.java
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-default/src/main/java/org/xwiki/notifications/notifiers/internal/DeletedDocumentCleanUpFilterProcessingQueue.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-default/src/main/java/org/xwiki/notifications/notifiers/internal/UserEventDispatcher.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-default/src/main/java/org/xwiki/notifications/notifiers/internal/UserEventManager.java
Log Message:
-----------
XWIKI-21448: Notification filter preferences are not cleaned when a page is deleted
* Continue improvments on first design
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/application-discussions
Commit: 37e8d8950bd79c83e05fbe4ae837ce5217f8b9fb
https://github.com/xwiki-contrib/application-discussions/commit/37e8d8950bd…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2023-12-07 (Thu, 07 Dec 2023)
Changed paths:
M discussions-store/discussions-store-api/src/main/java/org/xwiki/contrib/discussions/store/meta/DiscussionContextMetadata.java
M discussions-store/discussions-store-default/pom.xml
A discussions-store/discussions-store-default/src/main/java/org/xwiki/contrib/discussions/store/internal/DiscussionRedirectionFilter.java
M discussions-store/discussions-store-default/src/main/java/org/xwiki/contrib/discussions/store/internal/DocumentRedirectionManager.java
A discussions-store/discussions-store-default/src/main/java/org/xwiki/contrib/discussions/store/internal/initializer/DiscussionRedirectXClassInitializer.java
M discussions-store/discussions-store-default/src/main/resources/META-INF/components.txt
A discussions-store/discussions-store-default/src/test/java/org/xwiki/contrib/discussions/store/internal/DiscussionRedirectionFilterTest.java
M discussions-store/discussions-store-default/src/test/java/org/xwiki/contrib/discussions/store/internal/DocumentRedirectionManagerTest.java
Log Message:
-----------
DISCUSSION-48: Attachments are not displayed in message when the discussion uses a redirect
Change implementation of the redirect to not rely on a standard XWiki.Redirect class, but instead rely on a custom Discussion.Redirect class, which is handled by its own RedirectionFilter: this component is performing a redirect only if the user tries to access the page in view, letting any other action to be performed directly on the resource (such as download).
Branch: refs/heads/stable-14.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: aa7b4c3735bf2bc519cee0646657d706224994f9
https://github.com/xwiki/xwiki-platform/commit/aa7b4c3735bf2bc519cee0646657…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2023-12-07 (Thu, 07 Dec 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/layouts/table/LayoutTableHeaderNames.vue
Log Message:
-----------
XWIKI-21681: Live Data drag control always overlaps text on mobile
* Display the drag handle next to the property name.
(cherry picked from commit 06a7341f86db94072d668dd0426d978e983cfa37)
Branch: refs/heads/stable-15.5.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 6885f3dfb0268c1da6e1cfdfd04b7252192f14cf
https://github.com/xwiki/xwiki-platform/commit/6885f3dfb0268c1da6e1cfdfd04b…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2023-12-07 (Thu, 07 Dec 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/layouts/table/LayoutTableHeaderNames.vue
Log Message:
-----------
XWIKI-21681: Live Data drag control always overlaps text on mobile
* Display the drag handle next to the property name.
(cherry picked from commit 06a7341f86db94072d668dd0426d978e983cfa37)
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 62b22018211b4a580ee90d901881558515965e03
https://github.com/xwiki/xwiki-platform/commit/62b22018211b4a580ee90d901881…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2023-12-07 (Thu, 07 Dec 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/layouts/table/LayoutTableHeaderNames.vue
Log Message:
-----------
XWIKI-21681: Live Data drag control always overlaps text on mobile
* Display the drag handle next to the property name.
(cherry picked from commit 06a7341f86db94072d668dd0426d978e983cfa37)
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 06a7341f86db94072d668dd0426d978e983cfa37
https://github.com/xwiki/xwiki-platform/commit/06a7341f86db94072d668dd0426d…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2023-12-07 (Thu, 07 Dec 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/layouts/table/LayoutTableHeaderNames.vue
Log Message:
-----------
XWIKI-21681: Live Data drag control always overlaps text on mobile
* Display the drag handle next to the property name.
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: a04a79def7e474ee6054bf13c9eb43f897ce8bea
https://github.com/xwiki/xwiki-platform/commit/a04a79def7e474ee6054bf13c9eb…
Author: Lucas C <lucas.charpentier(a)imt-atlantique.net>
Date: 2023-12-07 (Thu, 07 Dec 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-ui/src/main/resources/AppWithinMinutes/LiveTableViewSheet.xml
Log Message:
-----------
XWIKI-20995: AWM livetable entry sheet view uses silk icons whatever the icon theme (#2275)
* Replaced the background image LESS with displayIcon macros in the link
* Removed the unused attachment.