- Mar 12, 2025
-
-
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
-
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.
-
- Mar 11, 2025
-
-
Thomas Mortagne authored
-
LucasC authored
XWIKI-18194: Exiting FullScreen from the gallery macro scrolls the page in a random location (#3937) * Focused the maximizeToggle button even when using a shortcut, so that it stays in the screen view. * Added a comment to explain the changes
-
- Mar 10, 2025
-
-
zon1002 authored
Currently translated at 73.6% (3318 of 4503 strings) Translation: XWiki Platform/XWiki Core Resources Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-core-resources/zh_TW/
-
LEE CHENG WEI authored
Currently translated at 73.6% (3318 of 4503 strings) Translation: XWiki Platform/XWiki Core Resources Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-core-resources/zh_TW/
-
LEE CHENG WEI authored
Currently translated at 73.5% (3311 of 4503 strings) Translation: XWiki Platform/XWiki Core Resources Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-core-resources/zh_TW/
-
zon1002 authored
Currently translated at 73.5% (3311 of 4503 strings) Translation: XWiki Platform/XWiki Core Resources Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-core-resources/zh_TW/
-
LEE CHENG WEI authored
Currently translated at 73.2% (3300 of 4503 strings) Translation: XWiki Platform/XWiki Core Resources Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-core-resources/zh_TW/
-
LEE CHENG WEI authored
Currently translated at 72.9% (3287 of 4503 strings) Translation: XWiki Platform/XWiki Core Resources Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-core-resources/zh_TW/
-
- Mar 07, 2025
-
-
Michael Hamann authored
* Send skin extensions in the X-XWIKI-HTML-HEAD header. * Remove the duplicate loading of skin extensions from docextra.vm
-
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. (cherry picked from commit b31fa388)
-
- 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)
-
Vincent Massol authored
XWIKI-20595: Making a request for a deleted attachment with a wrong rid from a created page causes NPE
-
- Mar 05, 2025
-
-
Manuel Leduc authored
-
- Feb 27, 2025
-
-
Thomas Mortagne authored
-
Manuel Leduc authored
-
LucasC authored
* Updated the style for the changed HTML structure, also for WYSIWYG edition.
-
dependabot[bot] authored
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8 ) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
LucasC authored
XWIKI-22626: Long file names collide with elements from the right side on Office Importer on Firefox (#3761) * 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.
-
Mend Renovate authored
-
Mend Renovate authored
-
Simon Urli authored
* Fix the query for getting children references to use current document wiki * Fix related test
-
Thomas Mortagne authored
-
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.
-
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.
-
- 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
-
Thomas Mortagne authored
-
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
-
Simon Urli authored
-
- Feb 25, 2025
-
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
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.
-
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
-
Simon Urli authored
* Fix flickering test
-
Thomas Mortagne authored
applied checkstyle suppression
-
- Feb 24, 2025
-
-
Thomas Mortagne authored
Update dependency com.gradle:develocity-maven-extension to v1.23.2
-