- Jun 30, 2022
-
-
Simon Urli authored
* Use the appropriate filter for odt documents
-
Thomas Mortagne authored
* missing cleanup
-
- Jun 29, 2022
-
-
Thomas Mortagne authored
-
Simon Urli authored
* Fix typo
-
Thomas Mortagne authored
* improve the condition to skip integration tests dedicated modules
-
Thomas Mortagne authored
* make sure we don't rely on the old events store or its APIs in XWiki Standard * move everything which is related to the old event store and its APIs in a single extension that we could later stop bundling and let user install if needed
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Manuel Leduc authored
Replace xwiki-rendering-transformation-macro with xwiki-rendering-legacy-transformation-macro in xwiki-platform-distribution-war-legacydependencies.
-
Vincent Massol authored
-
Thomas Mortagne authored
* forbid XAR dependencies in JAR and WEBJAR extensions by default
-
Manuel Leduc authored
Use a generic method to detect if the edit form field is visible to the user, the previous way was creating flickers.
-
- Jun 28, 2022
-
-
Simon Urli authored
-
Thomas Mortagne authored
-
- Jun 27, 2022
-
-
Marius Dumitru Florea authored
XWIKI-19270: Add support for performing the PDF export using a browser running in a Docker container * Add support for the case when XWiki itself also runs inside a Docker container (DOOD). Fix failing functional test on CI XWIKI-19873: Add support for using a remote Chrome instance for PDF export (cherry picked from commit 0c299363)
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Vincent Massol authored
-
Thomas Mortagne authored
-
Vincent Massol authored
-
- Jun 23, 2022
-
-
Marius Dumitru Florea authored
-
Marius Dumitru Florea authored
-
Marius Dumitru Florea authored
-
Simon Urli authored
* Move the CSS property in xwiki.selectize.css so that it's available in every picker
-
Manuel Leduc authored
XWIKI-19451: Edit control cannot be reached for livedata for columns which are much larger than their content Make the tooltip follow the cursor horizontally to minimize the distant to access the actions.
-
Marius Dumitru Florea authored
-
Marius Dumitru Florea authored
XWIKI-19270: Add support for performing the PDF export using a browser running in a Docker container * Add configuration to control whether the Chrome Docker container is reused (managed) or not. Default to false (i.e. drop the container when XWiki stops) * Rename getChromeDockerHostName to getXWikiHost, because XWiki may not run on the same machine as where the Chrome container runs (XWiki may be itself in a Docker container)
-
Vincent Massol authored
XWIKI-19867: Allow keeping the permanent directory after the test has finished for debugging reasons * Fix javadoc errors
-
Simpel authored
Currently translated at 100.0% (4408 of 4408 strings) Translation: XWiki Platform/XWiki Core Resources Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-core-resources/de/
-
- Jun 22, 2022
-
-
Vincent Massol authored
XWIKI-19867: Allow keeping the permanent directory after the test has finished for debugging reasons
-
Vincent Massol authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
- Jun 21, 2022
-
-
Marius Dumitru Florea authored
XWIKI-19270: Add support for performing the PDF export using a browser running in a Docker container * Fix issue reported by sonarcloud (use try-with-resource for CreateContainerCmd) * Connect to the headless Chrome using the IP of the Docker container instead of localhost (required when the XWiki instance is also inside a Docker container)
-
Vincent Massol authored
* Reduce coverage threshold. I don't think it's that important to maintain high coverage for test code that is used in lots of tests since bugs will be found by the build anyway.
-
Vincent Massol authored
-
Manuel Leduc authored
Use waitUntilElementIsVisible instead calling find to assert if the no result warning message is displayed to allow for retry in case the message takes time to become visible.
-