Skip to content
Snippets Groups Projects
  1. Aug 27, 2024
    • LucasC's avatar
      XWIKI-22425: "edit this page" link is still not underlined even if the... · 397a3750
      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.
      397a3750
    • LucasC's avatar
      XWIKI-17966: Mention events should display the name of the wiki where they... · fa9b9eb4
      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
      fa9b9eb4
    • LucasC's avatar
      XWIKI-14032: The long names of submenus are showing out of the menu box (not... · c17b9bd5
      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
      c17b9bd5
    • LucasC's avatar
      XWIKI-18046: Layout issues on Administration's Rights section (#2985) · d22bb587
      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: default avatarManuel Leduc <manuel.leduc@xwiki.com>
      d22bb587
    • LucasC's avatar
      XWIKI-21878: Various close button modals do not use intended icons (#2888) · 76b65305
      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 `&times;` left in the project is the fallback value for the modal.js template.
      76b65305
    • LucasC's avatar
      XWIKI-15065: Replace Silk icons with Icon Themes values in attachments Upload component (#2700) · 30391524
      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.
      30391524
    • LucasC's avatar
      XWIKI-21216: Lack of contrast on hover of lightbox buttons when expanded (#2297) · fb61ed4e
      LucasC authored
      * Added back hard coded color, but removed the color theme ones so that we don't break contrast on half the themes.
      fb61ed4e
  2. Aug 26, 2024
  3. Aug 22, 2024
  4. Aug 21, 2024
  5. Aug 20, 2024
Loading