- Mar 14, 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/
-
github-actions[bot] authored
(cherry picked from commit 6d7a6b8e) Co-authored-by:
Manuel Leduc <manuel.leduc@xwiki.com>
-
- Mar 13, 2025
-
-
github-actions[bot] authored
(cherry picked from commit d3ade07e) Co-authored-by:
Manuel Leduc <manuel.leduc@xwiki.com>
-
Michael Hamann authored
The test is failing from time to time, and it seems like the failures could be caused by unreliable initialization. We generally add xwiki-platform-search-solr-query to the extraJARs also in other tests due to initialization issues, so this might improve the initialization here, too. (cherry picked from commit 24e70cbb)
-
Stéphane Laurière authored
- Add XWiki.Mail object with French content to page XWiki.ForgotUsernameMailContent (cherry picked from commit 7b4c0fda)
-
Michael Hamann authored
* Send skin extensions in the X-XWIKI-HTML-HEAD header. * Remove the duplicate loading of skin extensions from docextra.vm (cherry picked from commit 62bd4d95)
-
- Mar 12, 2025
-
-
Simon Urli authored
* Ensure to use the proper configuration source component in notification configuration (cherry picked from commit 277d1aa5)
-
Simon Urli authored
* Use the extension hooks not only when adding a new object class but also when adding an object from an already existing class (cherry picked from commit 6deba692)
-
Thomas Mortagne authored
(cherry picked from commit a50a6465)
-
Simon Urli authored
XWIKI-22950: Notifications Macro also displays mentions events that took place in other locations if Pages parameter is used * Fix regression by testing if the filter is coming from DB * Deprecate a method that is not really used in XS anymore (we enter in it but the first condition immediately returns in XS) * Add some comments to explain a bit more the code (cherry picked from commit e66fa8d4)
-
Marius Dumitru Florea authored
XWIKI-22965: Page Up/Down keys don't behave as expected in the Source mode of the inplace WYSIWYG editor XWIKI-22928: InplaceEditIT#selectionRestoreOnSwitchToSource is always failing with chrome * Use overflow-y:visible instead * Remove redundant code for centering the source text area (when editing inplace) and simplify the code that scrolls the selection into view. * Bulletproof the PO for switching to Source mode. (cherry picked from commit e433c2f8)
-
- Mar 11, 2025
-
-
github-actions[bot] authored
XWIKI-18194: Exiting FullScreen from the gallery macro scrolls the page in a random location (#3937) (#3970) * Focused the maximizeToggle button even when using a shortcut, so that it stays in the screen view. * Added a comment to explain the changes (cherry picked from commit 2ed742eb) Co-authored-by:
LucasC <lucas.charpentier@xwiki.com>
-
Manuel Leduc authored
-
Manuel Leduc authored
-
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)
-