- Aug 29, 2024
-
-
Thomas Mortagne authored
-
LucasC authored
* Fixed the iconset used for test
-
Michael Hamann authored
* Add a required right analyzer for XWiki.ComponentClass.
-
Michael Hamann authored
* Simplify the code by using the contextual authorization manager. * Adapt the test. * Add more tests to keep the instructions covered ratio.
-
Michael Hamann authored
This hopefully fixes flickering that was observed in particular on the stable-15.10.x branch.
-
Michael Hamann authored
-
Thomas Mortagne authored
* remove unused import
-
Thomas Mortagne authored
-
Simpel authored
Currently translated at 93.9% (31 of 33 strings) Translation: XWiki Platform/Repository Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/repository/de/
-
Simpel authored
Currently translated at 100.0% (4498 of 4498 strings) Translation: XWiki Platform/XWiki Core Resources Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-core-resources/de/
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Simon Urli authored
* Really wait for the end of the drawer menu transition to perform any operation
-
- Aug 28, 2024
-
-
Thomas Mortagne authored
* better link
-
LucasC authored
* Fixed codestyle
-
Simon Urli authored
* Remove ignores on tests that relies on confirmation dialog * Provide a new solution for handling the confirmation dialog on ObjectEditorIT
-
- Aug 27, 2024
-
-
Thomas Mortagne authored
* fix missing escaping
-
Thomas Mortagne authored
Co-authored-by:
Thiago Krieck <thiago.krieck@xwiki.com>
-
Simon Urli authored
* The problem was only related to tests related to ckeditor and the handling of the confirmation dialog when leaving it, so I replaced all that logic with a simple click on cancel for leaving the editor.
-
Simon Urli authored
This reverts commit 00b6f563.
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
LucasC authored
* Updated velocity macro integration tests
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
LucasC authored
* Reduced line length to match quality requirement imposed by eslint.
-
LucasC authored
* Replaced the hard coded icon selection with a call to the appropriate velocity API * Sorted the result of this call * Added event handlers to filter the available icons based on the text in the input field. * Changed the place where filtering on the icons happened. This is more efficient and less buggy like this.
-
LucasC authored
* Reworked the way hiding sections work to make it easier to handle with CSS (and also avoid inline styling...) * Added style for the rotation * Used mvn xar:format to escape properly the new content added in the .xml
-
LucasC authored
* Added startupFocus for the comment editor * Added autofocus for the text default edit preference.
-
LucasC authored
* Updated the user display macro according to what was discussed and approved in the proposal.
-
LucasC authored
* Fixed missing underlining on the inline links in the diff boxes.
-
LucasC authored
* Removed the login button from the guest comment UI.
-
LucasC authored
* Changed the nature of the dropdown toggler so that it can be keyboard focused * Updated the style of this toggler so that focus is visible * Reduced line height to avoid increasing the whole breadcrumb height by adding the 2px of margin (to fit the border) on the buttons.
-
LucasC authored
* Increased alpha on the icon, so that it would be visible enough even when not focused or hovered. * Added a selector for the :focus pseudo class to benefit from the style already implemented for the :hover pseudo class (and improve consistency) * Added padding around the icon so that the focus border is nice and square, not sticking on the side edges of the icon.
-
LucasC authored
* Added an event listener to close the currently navigated dropdown
-