- Aug 07, 2024
-
-
Simon Urli authored
* Ignore XWiki.SheetClass which is coming from a legacy module (cherry picked from commit 2a42110d)
-
- Aug 06, 2024
-
-
Marius Dumitru Florea authored
* Bulletproofing (cherry picked from commit ac352781)
-
Marius Dumitru Florea authored
* Pair the existing setEditable(false) with an setEditable(true) * Upgrade Netflux WebSocket WebJar to fix a bug related to how sessions with large lag are disconnected (cherry picked from commit 04225d5b)
-
- Aug 01, 2024
-
-
Marius Dumitru Florea authored
(cherry picked from commit 3c93eec5)
-
Marius Dumitru Florea authored
(cherry picked from commit 603d4fce)
-
Marius Dumitru Florea authored
* Simplify the mail content and make the text version consistent with the HTML version * Apply XML escaping in the HTML version (cherry picked from commit 6696e9c0)
-
Marius Dumitru Florea authored
(cherry picked from commit af69ff12)
-
Marius Dumitru Florea authored
XWIKI-22374: Incorrect saving of annotations when there are special characters (%, *) in the document name * Fix the way the space names are decoded when the annotation REST resources are called. (cherry picked from commit 5204f119)
-
Marius Dumitru Florea authored
* Use the limit specified on the request, defaulting to 10 when no limit is specified. (cherry picked from commit 7da4650c)
-
- Jul 31, 2024
-
-
Simon Urli authored
* Improve test to actually check that XWikiServer page isn't created during the build of demo package (cherry picked from commit 1617473d)
-
Simon Urli authored
* Change condition of the test to make it more reliable (cherry picked from commit 22a10a1b)
-
Marius Dumitru Florea authored
* Prevent Prototype.js from overriding Array.from, second try (cherry picked from commit 8e8cf7ec)
-
Simon Urli authored
* Provide a test to check that mandatory document initializers are properly declared for the demo package * Rename and improve the test * Put other missing modules (cherry picked from commit 917d730e)
-
Marius Dumitru Florea authored
* Reload the image if it appears as broken.
-
Marius Dumitru Florea authored
-
- Jul 30, 2024
-
-
Simon Urli authored
* Add missing dependencies to ensure needed xclass are there in the demo package (cherry picked from commit 4ef604e5)
-
- Jul 29, 2024
-
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
Co-authored-by:
Dorian OUAKLI <132468278+douakli@users.noreply.github.com> Co-authored-by:
LucasC <lucas.charpentier@xwiki.com> Co-authored-by:
Simpel <git@simpel.cc> Co-authored-by:
xingya1822 <xingya1822@163.com>
-
- Jul 27, 2024
-
-
Dorian OUAKLI authored
* Enable the Source button but disconnect the user from the realtime session while they are viewing / editing the source, and try to reconnect them when switching back if there were no source changes, or there's no one else in the realtime session. (cherry picked from commit 80e15f5e)
-
- Jul 26, 2024
-
-
Antoine Mottier authored
Restore XWiki customization accidentally remove in the first attempt to update jsTree file to jsTree version `3.3.16`. (cherry picked from commit b290525b)
-
Antoine Mottier authored
`jstree` less files included in `xwiki-platform-tree-webjar` were coming from version `3.3.5` (or earlier) whereas the version declared in `pom.xml` is `3.3.16`. This commit resynchronize files originated from `jstree` to match the ones provided in version `3.3.16`. This commit also comment out the reference to `throbber.gif` in `jstree` `mixins.less` file as the gif file is no part of `xwiki-platform-tree-webjar` and rule is override in `tree.less` to use `spinner.gif`. (cherry picked from commit 0e88c152)
-
Marius Dumitru Florea authored
* Improve the CSS selector (cherry picked from commit cb9a8766)
-
- Jul 25, 2024
-
-
Michael Hamann authored
(cherry picked from commit 0b857ef2)
-
- Jul 22, 2024
-
-
Simon Urli authored
-
Simon Urli authored
-
Simon Urli authored
-
Simon Urli authored
-
- Jul 20, 2024
-
-
Mariana Batista authored
Currently translated at 100.0% (16 of 16 strings) Translation: XWiki Platform/Help.Translations Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-help/help-translations/pt_BR/
-
- Jul 19, 2024
-
-
LucasC authored
XWIKI-22120: Live Data links are underlined although 'Underline links' setting is set to 'Only Inline Links' (#3085) * Added a rule to cover breadcrumbs in livedatas. * Added comments
-
- Jul 18, 2024
-
-
Mend Renovate authored
Update dependency org.xwiki.contrib.editortool:editor-tool-highlighting-ui to v4.8
-
LucasC authored
* Changed the SSX type to LESS * Replaced the former hard coded colors with values from the colorTheme. * Added codestyle updates for the SSX - one empty line between adjacent style blocks.
-
Simpel authored
Currently translated at 100.0% (16 of 16 strings) Translation: XWiki Platform/Help.Translations Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-help/help-translations/de/
-
Simon Urli authored
* Make methods saving the ratings synchronized so that only a single thread can save or remove a rating
-
- Jul 17, 2024
-
-
Thomas Mortagne authored
-
Manuel Leduc authored
* Check server side if the page exists before adding a rating * Hide the rating UI when the page does not exist * Provide new DocumentReference#extractReference API to extract DocumentReferenec from an EntityReference --------- Co-authored-by:
Simon Urli <simon.urli@xwiki.com>
-
Thomas Mortagne authored
-