- Aug 29, 2024
-
-
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
-
LucasC authored
* Extended the ruleset to encompass all vertical menus generated by the menu macro instead of just the user menu.
-
LucasC authored
* Added mapping in FontAwesome for the wand icon * Replaced the xwiki syntax icon with a call to the icon velocity service.
-
LucasC authored
* Removed the unexpected style taken from jstree.
-
LucasC authored
XWIKI-22425: "edit this page" link is still not underlined even if the 'Underline links' setting is set to 'Only Inline Links' * Extended the definition of the helper classes to fit the use here, and added a comment to avoid doing the same mistake later on.
-
LucasC authored
XWIKI-17966: Mention events should display the name of the wiki where they took place in Notifications (#3042) * Added a wiki indicator to mention notifications similar to the one found in regular notifications in notification/macros.vm * Added a test for the new template feature
-
LucasC authored
XWIKI-14032: The long names of submenus are showing out of the menu box (not wrapped) and the name of the submenus that use plain text and don't have other submenus don't have left margins (#3033) * Added overflow wrap in words * Added padding for all items * Removed unused styles
-
LucasC authored
* Unset the vertical align of radio buttons to pick user/group that caused a weird display due to an unexpected collision * Limited the size of the first column of the table when there's not many rights along it * Removed auto wrapping on some elements where it created inconsistencies in UI (still looks good without it) * Overrode an unexpected collision between xform and the rights table (only for extension rights) * Moved the line for the unregistered user rights to be just above the actual table lines (looks more consistent than regular line (almost) -> filter -> regular line) * Tweaked colspans on filter elements to have them display side to side using the whole length of the table * Added comment to explain empirical value * Added xml escaping on the $clsname use --------- Co-authored-by:
Manuel Leduc <manuel.leduc@xwiki.com>
-
LucasC authored
* Removed the hard coded values from the templates. * Made a REST API call from modal.js to access the current icontheme icon. Note: The only occurrence of `×` left in the project is the fallback value for the modal.js template.
-
LucasC authored
* Added icons to the generated node. Note: I decided to go with a CSS only logic: instead of creating and deleting the icons based on the status, we use the logic already in place to hide/show the icons (all created at the start). There's only 4 of them, and they are not generated on every page load, so I think this is an appropriate solution.
-
LucasC authored
* Added back hard coded color, but removed the color theme ones so that we don't break contrast on half the themes.
-
- Aug 26, 2024
-
-
LucasC authored
* Added underlining to the author of the comment currently getting written.
-
LucasC authored
* Added a condition on the style to keep it working even when the state changes.
-
LucasC authored
XWIKI-21227: Gray out the "Select" button when uploading an image through the image modal for the second time * Added a listener to reset the state of the upload input * Added a reset of the modal state when reloading it.
-
LucasC authored
* Removed the link if the deleted document batch id is null
-