- Aug 27, 2024
-
-
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
-
Simon Urli authored
-
Simon Urli authored
-
Simon Urli authored
-
Simon Urli authored
XWIKI-22387: Filter boxes for Notifications Custom Filters LiveData are displayed again in larger size in Chrome and Edge and not aligned in Firefox * Use the proper class on filter boolean input
-
Simon Urli authored
* ensure to cancel editions before next test to not get an alert for leaving the editor
-
- Aug 22, 2024
-
-
Vincent Massol authored
* Add missing websocket modules when using the official Jetty docker image
-
Simon Urli authored
* Fixing CopyPageIT
-
Simon Urli authored
* Ensure to properly scroll for reaching the delete button
-
Vincent Massol authored
* Fix test again
-
Simon Urli authored
* Revert some bad PO changes
-
Simon Urli authored
* We need to get rid of the translation part of the REST resource when calling for watching a page
-
Simon Urli authored
-
Simon Urli authored
* Fix LoginIT test
-
Simon Urli authored
* Encapsulate the icon with a format block for having a dedicated css class "icon-block" * Provide some CSS rules to that new block: the idea being to get rid of the flex and gap properties which are causing visual problems on some elements * Fix unit tests
-
Vincent Massol authored
* The uri compliance was not taken into account on Jetty 12 since the second setCommand was overwriting it (instead of adding to it)
-
Gankov Andrey authored
Currently translated at 100.0% (4491 of 4491 strings) Translation: XWiki Platform/XWiki Core Resources Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-core-resources/ru/
-
Vincent Massol authored
* Better fix for Info vs Information
-
Simon Urli authored
* Force using Firefox 128.0 for now by default
-
Vincent Massol authored
* Apply XWiki coding style
-
Dorian OUAKLI authored
* Fix RealtimeWYSIWYGEditorIT tests
-
- Aug 21, 2024
-
-
Vincent Massol authored
* Fix test (although I'm not sure I agree with the change, I've commented in the PR)
-
Vincent Massol authored
* Reformat code to follow XWiki's coding best practices (code style and more)
-
Simon Urli authored
* Provide missing assertions
-
- Aug 20, 2024
-
-
Vincent Massol authored
* getRealPath() now returns null when the path doesn't exist (used to return non-existing paths with Jetty 10)
-
Vincent Massol authored
* Update README
-
Vincent Massol authored
[Misc] Add info log for a step that is taking a lot of time + enable test fwk debug logs when verbose is on
-
Vincent Massol authored
-
Vincent Massol authored
* Also fix the docker tests when the official Jetty docker image is used
-
Vincent Massol authored
This reverts commit 82c30d95.
-