Branch: refs/heads/XWIKI-18971
Home: https://github.com/xwiki/xwiki-platform
Commit: 4acd7c3588860a3e45b77f40899a1fd05bcfe338
https://github.com/xwiki/xwiki-platform/commit/4acd7c3588860a3e45b77f40899a…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2023-12-07 (Thu, 07 Dec 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/NumberClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/objects/classes/NumberClassTest.java
Log Message:
-----------
XWIKI-18971: Number property input does not take into account the current locale to parse floating numbers
Use a NumberFormat instance based on the locale of the owner document
for parsing number values.
I also simplified a bit the code of NumberClass#fromString, started
refactoring of NumberClassTest, but it's still missing lots of test
cases.
Also it's still a WIP: right now we've several unit tests failing in
oldcore because of this: probably because the owner document is now
mandatory for this method. We might need a fallback in case no owner
document is specified.
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 1bd5d3340f7c25e8ccb09f5695b5a77a9894ba6c
https://github.com/xwiki/xwiki-platform/commit/1bd5d3340f7c25e8ccb09f5695b5…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2023-12-07 (Thu, 07 Dec 2023)
Changed paths:
M xwiki-platform-core/pom.xml
Log Message:
-----------
XWIKI-21674: Docker tests are cached by the Gradle Cache even when using different environment test properties
* Fix conflicting version of Groovy
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: c050b2988b85c1e9b5860c8eb24592f1880b1ff6
https://github.com/xwiki/xwiki-platform/commit/c050b2988b85c1e9b5860c8eb245…
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-icon/xwiki-platform-icon-ui/src/main/resources/IconThemes/Silk.xml
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/utilities/XWikiIcon.vue
Log Message:
-----------
XWIKI-20829: LiveData image alt with silk icons (#2643)
* Updated the silk icon theme and the XWikiIcon template to take into account the new code style
(cherry picked from commit 1286268d0c0a2efc181af8b5741fcd8ddb2d8a4f)
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 1286268d0c0a2efc181af8b5741fcd8ddb2d8a4f
https://github.com/xwiki/xwiki-platform/commit/1286268d0c0a2efc181af8b5741f…
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-icon/xwiki-platform-icon-ui/src/main/resources/IconThemes/Silk.xml
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/utilities/XWikiIcon.vue
Log Message:
-----------
XWIKI-20829: LiveData image alt with silk icons (#2643)
* Updated the silk icon theme and the XWikiIcon template to take into account the new code style
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.