- Jun 11, 2024
-
-
Vincent Massol authored
-
Vincent Massol authored
-
Manuel Leduc authored
(cherry picked from commit ee677ff9)
-
Manuel Leduc authored
Fix missing parameters in Channel constructor. (cherry picked from commit 85a705ef)
-
- Jun 10, 2024
-
-
Marius Dumitru Florea authored
* Bulletproof the code that detects if we submit the raw content or the rendered content. (cherry picked from commit 37464645)
-
Marius Dumitru Florea authored
* Move the caret at the start of the first nested editable when the selection is before a macro widget wrapper (after the content is refreshed). (cherry picked from commit c23af57c)
-
Marius Dumitru Florea authored
* Take into account the macro descriptor * Move the caret at the start of the first nested editable when the selection is before a macro widget wrapper (after the content is refreshed). (cherry picked from commit 8671be3b)
-
- Jun 07, 2024
-
-
Michael Hamann authored
XWIKI-22056: Inserted icons on each line via Quick Actions are merged into one line in view mode (#3145) * Always ask for inline icons and wrap the icon in a paragraph if necessary to ensure that in standalone mode all icons are actually standalone. * Add a test. (cherry picked from commit 423f3cd4)
-
Thomas Mortagne authored
XWIKI-22215: XWikiDocument#getPreparedXDOM can run the preparation on the same XDOM instance in several threads (cherry picked from commit 954c5107)
-
- Jun 06, 2024
-
-
LucasC authored
XWIKI-22137: Tour button on the bottom right in French doesn't display properly characters with accents (#3144) * Removed the json escaping from the button text content * Refactored the button creation Co-authored-by:
Manuel Leduc <manuel.leduc@xwiki.com> (cherry picked from commit cd2d7622)
-
Simon Urli authored
* Fix the page object selector (cherry picked from commit 26dde0f6)
-
- Jun 03, 2024
-
-
Simon Urli authored
* Ensure to remove the boolean filter properly like we do for list filters * Improve Page Object to select all kind of filters (input or select) * Ensure to cover manipulating boolean filters in integration test (cherry picked from commit 0487a596)
-
- May 30, 2024
-
-
Thomas Mortagne authored
[Backport stable-16.4.x] XWIKI-22200: Missing `set` from .bat scripts causes 'XWIKI_OPTS' to not be recognized (#3147) [Backport stable-16.4.x] XWIKI-22200: Missing `set` from .bat scripts causes 'XWIKI_OPTS' to not be recognized
-
Ilie Andriuta authored
(cherry picked from commit 6cf699e6)
-
- May 29, 2024
-
-
Oana-Lavinia Florean authored
-
Oana-Lavinia Florean authored
-
Oana-Lavinia Florean authored
-
Oana-Lavinia Florean authored
-
Oana-Lavinia Florean authored
Co-authored-by:
Mariana Batista <mariana-batista99@hotmail.com> Co-authored-by:
Thomas Mortagne <thomas.mortagne@gmail.com> Co-authored-by:
daeseong.choi <secretno80@gmail.com>
-
Marius Dumitru Florea authored
(cherry picked from commit 81a77bf7)
-
Simon Urli authored
* Only return JSON in SearchSuggestCode when called with /get/ (cherry picked from commit 13960d8a)
-
- May 28, 2024
-
-
Simon Urli authored
* Fix missing change in the pom (cherry picked from commit 4e46c9ec)
-
- May 27, 2024
-
-
Pierre Jeanjean authored
* Fix JSON serialization * Add UI test * Document page objects * Put all Solr related tests together (cherry picked from commit 265003d1)
-
Simon Urli authored
* apply the criteria over the archive in cache when possible instead of always loading it from database * add an integration test to test that there's no regression on getRevision API even if the document is not stored * Provide some comments * Reuse the filtering implementation that is already provided in XWikiVersioningStoreInterface * Fix unit tests * Improve integration test (cherry picked from commit daa1f3f8)
-
Manuel Leduc authored
Add a missing condition on cleanup when this.mail is null. (cherry picked from commit 451a8d99)
-
Thomas Mortagne authored
(cherry picked from commit feb17389)
-
Simon Urli authored
XWIKI-22183: FilesystemAttachmentVersioningStore#loadArchive leads to a switch of metadata dirty flag (#3132) * Ensure to not update the dirty flag when setting the attachment doc in #loadArchive * Provide new integration test for checking that renaming a doc containing an attachment doesn't mess up history (cherry picked from commit db0922b0)
-
- May 24, 2024
-
-
Simon Urli authored
Revert "XWIKI-9046: Renaming a document holding a lot of revisions can lead to an OutOfMemory exception (#2926)" This reverts commit 8e509b70. The solution provided in this commit wasn't taking into account usecases when the doc wasn't saved in DB yet, e.g. like in case of renaming. Also the solution is not good since we actually never set the archive in doc in case of criteria not all inclusive, and if it had worked it would have been a problem since we'd have kept only latest revision and lost the remaining of the history when saving docs. All in all we need another solution. (cherry picked from commit 03d3ebea)
-
- May 23, 2024
-
-
Thomas Mortagne authored
(cherry picked from commit 7dee366a)
-
Vincent Massol authored
-
- May 22, 2024
-
-
Thomas Mortagne authored
* add missing unit test (cherry picked from commit 1e9bfbb0)
-
Thomas Mortagne authored
(cherry picked from commit be18aa2e)
-
Simon Urli authored
-
Simon Urli authored
-
Simon Urli authored
-
Simon Urli authored
-
Marius Dumitru Florea authored
* Fix the hidden node style * Don't try to mark as pinned the "No entries" node * Bulletproof the loading of the navigation tree in the Navigation panel administratio section XWIKI-21606: NavigationPanelAdministrationIT#navigationPanelAdministration * Make sure we pass true when calling $.jstree() to get the tree instance otherwise we may trigger the creation of the tree instance too early.
-