- Oct 26, 2021
-
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
* fix the since annotation
-
Thomas Mortagne authored
-
Vincent Massol authored
* Enable local cache except on CI
-
Clément Aubin authored
* Update integration tests to JUnit5
-
- Oct 25, 2021
-
-
Clément Aubin authored
type when rendering formulas * Introduce FormulaMacroConfiguration#getDefaultType(), which will default to FormulaRenderer.Type.DEFAULT in case the interface is not implemented. * Update the FormulaMacro to source the FormulaMacroConfiguration type when executing the macro if no parameter is provided. * Update tests
-
Clément Aubin authored
native renderer * Add type SVG to the formula renderer types * Update the Native formula renderer to support SVG formula generation * Check for the selected type when performing a rendering using the snuggletext formula renderer (the default renderer)
-
Thomas Mortagne authored
-
Vincent Massol authored
* Fix typo introduced by error
-
Vincent Massol authored
-
- Oct 22, 2021
-
-
Michael Hamann authored
- Migrate XWikiClasses to use the Live Data macro - Update the docker tests accordingly - Additionally, add a missing runtime dependency to xwiki-platform-localization-macro for the translation macro used in the document
-
- Oct 20, 2021
-
-
Manuel Leduc authored
- Make sure the translations are loaded before initializing the selectize filter field - Make sure the empty option is still displayed on reload - Introduce a method to get the values of filter in TableLayoutElement
-
Michael Hamann authored
The page object now properly waits for the reloading of the entries. This also fixes waiting for the LD to load when the LD is empty and a related code style issue (method only used in negated form).
-
- Oct 19, 2021
-
-
Manuel Leduc authored
-
Marius Dumitru Florea authored
-
Marius Dumitru Florea authored
-
Marius Dumitru Florea authored
-
Simon Urli authored
* Ensure to use the field name when there's a given prettyName for fields * Fix missing argument for xproperties
-
Vincent Massol authored
[Misc] Force Tomcat 9 when the tag is not specified since latest = 10 and we don't support Tomcat 10 yet
-
Marius Dumitru Florea authored
-
Marius Dumitru Florea authored
* Small fix for the editor wait functiion * Use the bower WebJar instead of the NPM one becuse the later doesn't include the browser version of the JavaScript code..
-
- Oct 18, 2021
-
-
Marius Dumitru Florea authored
* Make sure we do proper merge on save.
-
Marius Dumitru Florea authored
* More cleanup (fixing JSHint reported issues)
-
Marius Dumitru Florea authored
* More cleanup (fixing JSHint reported issues)
-
Thomas Mortagne authored
* fix a mistake in previous commit * remove not needed parameters
-
Marius Dumitru Florea authored
* More cleanup (fixing JSHint reported issues)
-
Jarle Sandmo authored
Currently translated at 99.6% (4379 of 4393 strings) Translation: XWiki Platform/XWiki Core Resources Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-core-resources/no/
-
- Oct 17, 2021
-
-
Marius Dumitru Florea authored
* More cleanup (fixing JSHint reported issues)
-
Marius Dumitru Florea authored
* More cleanup.
-
- Oct 15, 2021
-
-
Thomas Mortagne authored
-
Thomas Mortagne authored
[misc] Fix mistake introduced in https://github.com/xwiki/xwiki-platform/commit/72c1c37bbf641e385bb9eb3968895e4cfb1c044e
-
Manuel Leduc authored
XWIKI-19038: xwikivar.vm throws a NullPointerException when called with $doc = null and Show page annotations = Yes - Prevent calling getAnnotation when $doc is null in xwikivars.vm - Prevent AbstractTypedStringEntityReferenceResolver.getSerializedType from throwing an exception when its parameter is null - return a results on LiveTableLiveDataEntryStore.getLiveTableResultsFromPage even when rendering xwikivars.vm failed
-
Marius Dumitru Florea authored
-
Thomas Mortagne authored
* fix invalid URI (seems ok strictly from URL point of view but safer to have something that is valid according to URI specification too)
-
Marius Dumitru Florea authored
* More cleanup
-
- Oct 14, 2021
-
-
Manuel Leduc authored
- Mark the non-viewable documents as 'obfuscated' in the livetable sources - When the number of results is lower than the limit, removes the obfuscated documents from the response - Improve Livedata to inform the user that they cannot view the content of a row because they do not have the right - Move the filtered results logic into a macro in macros.vm
-
Manuel Leduc authored
-
Marius Dumitru Florea authored
* First round
-
Simon Urli authored
* XWIKI-19044: Provide real property names in Diff html as data attributes * Provide two new data-attributes in diff UI: data-reference when starting the diff details of an element, providing the reference of the element and data-property-name containing the real name of a property. * Remove hints that were previously commented
-