- Mar 11, 2025
-
-
Manuel Leduc authored
- Mar 10, 2025
-
-
LEE CHENG WEI authored
Currently translated at 99.7% (4492 of 4503 strings) Translation: XWiki Platform/xwiki-oldcore-1610x Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/stable-16-10-x/xwiki-oldcore-1610x/zh_TW/
-
- Mar 07, 2025
-
-
Marius Dumitru Florea authored
* Improve the test duration (setting large text with sendKeys is very slow) * Reduce the flickering on stable-16.4.x at least (but for a different stacktrace than on master): it seems that Chrome WebDriver ignores sometimes the get(URL) calls done right after a new web page is loaded.
-
- Mar 06, 2025
-
-
Marius Dumitru Florea authored
(cherry picked from commit 83e74f41)
-
Marius Dumitru Florea authored
XWIKI-22505: Pinned pages markers and action are not displayed from time to time in Nav panel admin ui XWIKI-21606: NavigationPanelAdministrationIT#navigationPanelAdministration is flickering * Fix stupid mistake... (cherry picked from commit 63abb6e1)
-
- Mar 05, 2025
-
-
github-actions[bot] authored
(cherry picked from commit 4520c2ea) Co-authored-by:
Manuel Leduc <manuel.leduc@xwiki.com>
-
- Feb 27, 2025
-
-
Thomas Mortagne authored
(cherry picked from commit 34fbeaf3)
-
github-actions[bot] authored
(cherry picked from commit 51718c85) Co-authored-by:
Manuel Leduc <manuel.leduc@xwiki.com>
-
github-actions[bot] authored
XWIKI-22626: Long file names collide with elements from the right side on Office Importer on Firefox (#3761) (#3939) * Fixed the overflow by adding a max-width. This is a safe change that will only act when there's an overflow. The regular use case shouldn't be influenced by this change. (cherry picked from commit 83139b92) Co-authored-by:
LucasC <lucas.charpentier@xwiki.com>
-
Simon Urli authored
* Fix the query for getting children references to use current document wiki * Fix related test (cherry picked from commit 3a728589)
-
Michael Hamann authored
XWIKI-18687: The first heading is only partially excluded and transformed into content on Include/Display Macro when including a section * Properly remove the first heading when including a section. * Adjust the test case to cover headings with several words. (cherry picked from commit 4450d4e2)
-
Michael Hamann authored
* Introduce a new instance input property to exclude certain property classes. * Use this mechanism to exclude email and password properties in the Document API. (cherry picked from commit 742ee348)
-
- Feb 26, 2025
-
-
Simon Urli authored
* Start work to have specific handling of WebPreferences in case of move/rename/copy of a full space * Fix unused import * Provide integration test * Fix wrong conditions * Add unit tests (cherry picked from commit 594fd60d)
-
Simon Urli authored
XWIKI-22583: Allow users with edit rights on a page and all its children to use the Pinned Pages feature * Mitigate possible flickering behaviour (cherry picked from commit 4dd45461)
-
Simon Urli authored
(cherry picked from commit debd178d)
-
- Feb 25, 2025
-
-
Thomas Mortagne authored
(cherry picked from commit 23d80b3e)
-
Thomas Mortagne authored
(cherry picked from commit 05d35368)
-
Thomas Mortagne authored
(cherry picked from commit 2857e502)
-
Michael Hamann authored
XWIKI-22917: Solr indexing takes very long when there are many objects with different values (#3923) * Use a HashSet to compute unique values instead of a linear search. * Rename LengthSolrInputDocument to XWikiSolrInputDocument. * Use XWikiSolrInputDocument in more places to use the new method. * Add a unit test for XWikiSolrInputDocument. (cherry picked from commit 39e2c7ff)
-
Simon Urli authored
XWIKI-22583: Allow users with edit rights on a page and all its children to use the Pinned Pages feature * Fix flickering test (cherry picked from commit 0b95939a)
-
Simon Urli authored
* Fix flickering test (cherry picked from commit 93fafb7d)
-
- Feb 24, 2025
-
-
Michael Hamann authored
XWIKI-22926: Make it possible to configure the batch size in the Solr index synchronization on startup (#3928) * Add a new configuration property for configuring the batch size of the initial Solr indexing synchronization. * Update and add tests. (cherry picked from commit db2814b6)
-
Thomas Mortagne authored
(cherry picked from commit fa46bfe8)
-
Michael Hamann authored
* Don't do a linear search for finding the object with the correct number. (cherry picked from commit 1bf17199)
-
Simon Urli authored
XWIKI-22898: The macro placeholder is visible when inserting the Children macro from the in-place WYSIWYG edit mode * Fix failing test (cherry picked from commit e19c39b1)
-
- Feb 21, 2025
-
-
Michael Hamann authored
* Fix trim being applied to the wrong value. (cherry picked from commit 56158106)
-
Thomas Mortagne authored
(cherry picked from commit ba6d468c)
-
Simon Urli authored
* Revert changes related to aria-hidden and tabsindex: we want user to be still able to use keyboard to pin/unpin pages (cherry picked from commit 3ca4f633)
-
Simon Urli authored
XWIKI-22583: Allow users with edit rights on a page and all its children to use the Pinned Pages feature (#3900) * Provide a REST API to manipulate pinned pages with Edit right only * Provide an index script service and an index.tree script service to manipulate pinned pages * Provide tabs in children viewer with a UIXP * Use the UIXP to inject capability to configure pinned pages reusing the navigation panel administration UI * Provide new integration test (cherry picked from commit aaf345bb)
-
Thomas Mortagne authored
(cherry picked from commit dcdd441c)
-
Thomas Mortagne authored
(cherry picked from commit 8e9d9225)
-
Thomas Mortagne authored
(cherry picked from commit f050e52f)
-
Thomas Mortagne authored
(cherry picked from commit 18aa48cf)
-
- Feb 20, 2025
-
-
Marius Dumitru Florea authored
* Improve the code that scrolls the selection into view.
-
Marius Dumitru Florea authored
XWIKI-22898: The macro placeholder is visible when inserting the Children macro from the in-place WYSIWYG edit mode * Update the macro placeholder visibility on xwiki:dom:updated.
-
github-actions[bot] authored
- Replace & with && in if - Remove superfluous generics definitions - Use new API for maps manipulation (cherry picked from commit 805e91db) Co-authored-by:
Manuel Leduc <manuel.leduc@xwiki.com>
-