- Jun 11, 2024
-
-
Bumps com.gradle:develocity-maven-extension from 1.21 to 1.21.1. --- updated-dependencies: - dependency-name: com.gradle:develocity-maven-extension dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Vincent Massol authored
* Finish the move
-
Vincent Massol authored
* Fix doc
-
Vincent Massol authored
* Fix regression
-
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)
-
- 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)
-
Mariana Batista authored
Currently translated at 100.0% (2 of 2 strings) Translation: XWiki Platform/Platform.SandboxTestPage Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/platform-sandboxtestpage/pt_BR/ (cherry picked from commit 8677475e)
-
- 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
-
-
Simon Urli authored
* Fix text blocks which are not allowed in java 11
-
- May 29, 2024
-
-
Simon Urli authored
* Fix wrong call to toList
-
- May 28, 2024
-
-
Mariana Batista authored
Currently translated at 100.0% (29 of 29 strings) Translation: XWiki Platform/Attachment API Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-attachment/attachment-api/pt_BR/ (cherry picked from commit 65fafbc2)
-
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)
-
Simon Urli authored
* Provide utilities in TestUtils for new integration test
-
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 27, 2024
-
-
Thomas Mortagne authored
(cherry picked from commit a1a8f94c)
-
Pierre Jeanjean authored
* Refactor jsonResponse macro * Add rawResponse macro * Refactor Main.DatabaseSearch * Refactor Main.SolrSearchMacros * Refactor CKEditor.HTMLConverter * Refactor XWiki.Notifications.Code.NotificationRSSService (cherry picked from commit 67021db9)
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne 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>
-
- 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
-
-
Vincent Massol authored
-
daeseong.choi authored
Currently translated at 100.0% (42 of 42 strings) Translation: XWiki Platform/Menu Application Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/menu-application/ko/ (cherry picked from commit 5322c538)
-
- May 21, 2024
-
-
Simon Urli authored
Use dependencyManagement instead of excludes to prevent any problem: previous solution was working by accident as the dependencies were provided elsewhere in tests. (cherry picked from commit 4844bdde)
-
Simon Urli authored
The module declares a dependency to an extension that also have dependencies to xwiki-platform but with another version: we need to exclude those. (cherry picked from commit ec72c9da)
-
Thomas Mortagne authored
*remove useless since annotations (cherry picked from commit 04ec7d06)
-
Raphaël Jakse authored
(cherry picked from commit c51a6d40)
-
Raphaël Jakse authored
(cherry picked from commit 44a58bd3)
-
Raphaël Jakse authored
(cherry picked from commit 1fbf1949)
-