- Dec 05, 2023
-
-
Simon Urli authored
(cherry picked from commit c8c6545f)
-
Manuel Leduc authored
-
Manuel Leduc authored
-
Manuel Leduc authored
-
Manuel Leduc authored
Co-authored-by:
Dorian OUAKLI <132468278+douakli@users.noreply.github.com> Co-authored-by:
Manuel Leduc <manuel.leduc@xwiki.com> Co-authored-by:
Manuel Leduc <manuel.leduc@xwiki.com> Co-authored-by:
Marius Dumitru Florea <marius@xwiki.com> Co-authored-by:
Michael Hamann <michael.hamann@xwiki.com> Co-authored-by:
Nikita Petrenko <petrenkonikserg@gmail.com> Co-authored-by:
Simon Urli <simon.urli@xwiki.com> Co-authored-by:
Simpel <git@simpel.cc>
-
- Dec 04, 2023
-
-
Manuel Leduc authored
(cherry picked from commit aedba337)
-
Simon Urli authored
Add data-livedata-entry-index and data-livedata-entry-id attributes on the parent DOM node of the entries, for both cards and table layouts --------- Co-authored-by:
Manuel Leduc <manuel.leduc@xwiki.com> (cherry picked from commit e8792642)
-
- Dec 01, 2023
-
-
Simon Urli authored
* Provide proper log errors in case of initialization problem instead of ignoring it (cherry picked from commit e87052f4)
-
Manuel Leduc authored
-
Michael Hamann authored
* Remove parameters from entity references when constructing a security reference. * Add a method for removing parameters to EntityReference * Make sure to keep entity references unmodified when possible (cherry picked from commit c80c1ff8)
-
Thomas Mortagne authored
[misc] Exclude optional jdbc connectors dependencies (they are not supposed to be needed in XWiki context and they can cause conflicts) (cherry picked from commit fce99fa2)
-
Simon Urli authored
* Avoid getting StaleElementReference when waiting for the node to be ready (cherry picked from commit abbf6b29)
-
- Nov 30, 2023
-
-
pjeanjean authored
-
Simon Urli authored
* Move XARExportIT to a docker test * Change TreeNodeElement#waitForIt to actually check the aria-busy attribute of the anchor element, and not of the li element as in the dom it appears that the li element doesn't have an aria-busy attribute (cherry picked from commit 4f5e2601)
-
Simon Urli authored
* Ensure to scroll to form elements when filling them (cherry picked from commit 386f2e21)
-
Vincent Massol authored
XWIKI-21143: TextAreaClassTest#viewVelocityWikiWithoutOwnerDocument test failing when building with Java 17 (cherry picked from commit f6af2166)
-
- Nov 29, 2023
-
-
Thomas Mortagne authored
-
Manuel Leduc authored
XWIKI-21454: ImagePluginIT.forceDefaultStyle is flickering (cherry picked from commit 17b40697)
-
Manuel Leduc authored
XWIKI-21621: The default image style is not forced as selected when inserting images when identifier and type are different (cherry picked from commit ca856024)
-
- Nov 27, 2023
-
-
Manuel Leduc authored
(cherry picked from commit fbee09b8)
-
Simon Urli authored
* Protect against NPE and cover it in unit test (cherry picked from commit 74d91015)
-
- Nov 24, 2023
-
-
Gunter Ohrner authored
If the service is running, we need to restart it in any case, no matter if it's enabled or not. However is-active does not always seem to work if the package just gets installed (see XWIKI-18624), so also check if it's only enabled and try to restart it then. (cherry picked from commit 6d56ea3e)
-
- Nov 21, 2023
-
-
Marius Dumitru Florea authored
XWIKI-21535: Content added by concurrent user editing is lost on "merge" if save and view is done after save and continue (cherry picked from commit 69d36e34)
-
- Nov 20, 2023
-
-
Michael Hamann authored
* Fix missing license header (cherry picked from commit b51668cf)
-
Michael Hamann authored
This reverts commit db3dca40.
-
- Nov 17, 2023
-
-
* Forced scrolling on selection Note: Fix for the CI fail: https://ci.xwiki.org/job/XWiki/job/xwiki-platform/job/master/6982/testReport/junit/org.xwiki.test.ui/SkinxTest/Platform_Builds___main___distribution___flavor_test_ui___Build_for_Flavor_Test___UI___testJavascriptExtension/ (cherry picked from commit 8f66f4e1)
-
- Nov 16, 2023
-
-
Vincent Massol authored
Misc] Re-enable SonarQube for Rendering 14.10.x as building with java 17 is now supported for the 14.10.x branch
-
Vincent Massol authored
* Fix build
- Nov 15, 2023
-
-
Manuel Leduc authored
(cherry picked from commit d8eb3093)
-
Vincent Massol authored
-
Simon Urli authored
Running jacoco with Java 17 leads to a slightly different computation of the coverage on Enum, probably because of a new implementation of Enum vs the one in Java 11. As a result we need to fix the threshold in few modules. (cherry picked from commit e65865fb)
-
- Nov 13, 2023
-
-
Marius Dumitru Florea authored
(cherry picked from commit d08b19c0)
-
Marius Dumitru Florea authored
(cherry picked from commit 0f7a6fa2)