lists.xwiki.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

notifications

Thread Start a new thread
Download
Threads by month
  • ----- 2026 -----
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
[email protected]

  • 58338 discussions
[xwiki/xwiki-platform] 854e8c: XWIKI-14032: The long names of submenus are showin...
by XWiki Notifications 27 Aug '24

27 Aug '24
Branch: refs/heads/backport-3033-to-stable-15.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 854e8c138ec8d18feac78afe50414fdbb5673c04 https://github.com/xwiki/xwiki-platform/commit/854e8c138ec8d18feac78afe5041… Author: LucasC <lucas.charpentier(a)xwiki.com> Date: 2024-08-27 (Tue, 27 Aug 2024) Changed paths: M xwiki-platform-core/xwiki-platform-menu/xwiki-platform-menu-ui/src/main/resources/Menu/MenuMacro.xml Log Message: ----------- 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 (cherry picked from commit c17b9bd5435a325c2cccff13165c5a6cc3d17d57) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] c17b9b: XWIKI-14032: The long names of submenus are showin...
by XWiki Notifications 27 Aug '24

27 Aug '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: c17b9bd5435a325c2cccff13165c5a6cc3d17d57 https://github.com/xwiki/xwiki-platform/commit/c17b9bd5435a325c2cccff13165c… Author: LucasC <lucas.charpentier(a)xwiki.com> Date: 2024-08-27 (Tue, 27 Aug 2024) Changed paths: M xwiki-platform-core/xwiki-platform-menu/xwiki-platform-menu-ui/src/main/resources/Menu/MenuMacro.xml Log Message: ----------- 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 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] d22bb5: XWIKI-18046: Layout issues on Administration's Rig...
by XWiki Notifications 27 Aug '24

27 Aug '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: d22bb587943862dd0057cd1fde342361143b59ac https://github.com/xwiki/xwiki-platform/commit/d22bb587943862dd0057cd1fde34… Author: LucasC <lucas.charpentier(a)xwiki.com> Date: 2024-08-27 (Tue, 27 Aug 2024) Changed paths: M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/AdminSheet.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/rightsUI.vm Log Message: ----------- XWIKI-18046: Layout issues on Administration's Rights section (#2985) * 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(a)xwiki.com> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] 76b653: XWIKI-21878: Various close button modals do not us...
by XWiki Notifications 27 Aug '24

27 Aug '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 76b653058d9b9fc1c7b2f53f425724a46ed546ea https://github.com/xwiki/xwiki-platform/commit/76b653058d9b9fc1c7b2f53f4257… Author: LucasC <lucas.charpentier(a)xwiki.com> Date: 2024-08-27 (Tue, 27 Aug 2024) Changed paths: M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-api/src/main/resources/js/attachment/move.js M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-api/src/main/resources/templates/attachment/moveStep1.vm M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-dialog/modal.js M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/xwiki-platform-extension-security-api/src/main/resources/templates/extension/security/liveData/advice.vm M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/xwiki-platform-extension-security-api/src/main/resources/templates/extension/security/liveData/cveID.vm M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/commentsinline.vm M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/export_modal.vm M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/previewdiff.vm M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/syntaxPicker.js M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/utilities/XWikiIcon.vue M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/webjar/liveDataSource.js M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-webjar/src/main/webjar/l10n.js M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/attachment_macros.vm M xwiki-platform-tools/xwiki-platform-tool-standards-validator/src/test/resources/xwiki-invalid.html M xwiki-platform-tools/xwiki-platform-tool-standards-validator/src/test/resources/xwiki-valid.html Log Message: ----------- XWIKI-21878: Various close button modals do not use intended icons (#2888) * 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. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] 303915: XWIKI-15065: Replace Silk icons with Icon Themes v...
by XWiki Notifications 27 Aug '24

27 Aug '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 30391524c20f0458f00cef969665d40efd3f78dd https://github.com/xwiki/xwiki-platform/commit/30391524c20f0458f00cef969665… Author: LucasC <lucas.charpentier(a)xwiki.com> Date: 2024-08-27 (Tue, 27 Aug 2024) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources.properties M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/widgets/upload.css M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/widgets/upload.js Log Message: ----------- XWIKI-15065: Replace Silk icons with Icon Themes values in attachments Upload component (#2700) * 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. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] fb61ed: XWIKI-21216: Lack of contrast on hover of lightbox...
by XWiki Notifications 27 Aug '24

27 Aug '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: fb61ed4e7db548c03ac50e218848847373ef489c https://github.com/xwiki/xwiki-platform/commit/fb61ed4e7db548c03ac50e218848… Author: LucasC <lucas.charpentier(a)xwiki.com> Date: 2024-08-27 (Tue, 27 Aug 2024) Changed paths: M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-lightbox/xwiki-platform-image-lightbox-webjar/src/main/webjar/less/lightbox.less Log Message: ----------- XWIKI-21216: Lack of contrast on hover of lightbox buttons when expanded (#2297) * Added back hard coded color, but removed the color theme ones so that we don't break contrast on half the themes. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XDOCKER-333: Upgrade stable version to 16.7.0
by XWiki Notifications 27 Aug '24

27 Aug '24
1 0
0 0
[xwiki/xwiki-platform] 9cd3af: XWIKI-22348: Underlining of usernames is inconsist...
by XWiki Notifications 27 Aug '24

27 Aug '24
Branch: refs/heads/stable-16.4.x Home: https://github.com/xwiki/xwiki-platform Commit: 9cd3af3de340fc79240edaa55ee4019fceaac602 https://github.com/xwiki/xwiki-platform/commit/9cd3af3de340fc79240edaa55ee4… Author: LucasC <lucas.charpentier(a)xwiki.com> Date: 2024-08-27 (Tue, 27 Aug 2024) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/general.less Log Message: ----------- XWIKI-22348: Underlining of usernames is inconsistent between comment form and displayed comments * Added underlining to the author of the comment currently getting written. (cherry picked from commit 07edca816df486721eb6073630dd2f7e584be906) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] 65ee51: XWIKI-22348: Underlining of usernames is inconsist...
by XWiki Notifications 26 Aug '24

26 Aug '24
Branch: refs/heads/backport-3302-to-stable-16.4.x Home: https://github.com/xwiki/xwiki-platform Commit: 65ee515125d6655b1a9e0f828f69213b25a19547 https://github.com/xwiki/xwiki-platform/commit/65ee515125d6655b1a9e0f828f69… Author: LucasC <lucas.charpentier(a)xwiki.com> Date: 2024-08-26 (Mon, 26 Aug 2024) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/general.less Log Message: ----------- XWIKI-22348: Underlining of usernames is inconsistent between comment form and displayed comments * Added underlining to the author of the comment currently getting written. (cherry picked from commit 07edca816df486721eb6073630dd2f7e584be906) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22347: Diff view misplaced button when there's no previous version
by XWiki Notifications 26 Aug '24

26 Aug '24
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 3919
  • 3920
  • 3921
  • 3922
  • 3923
  • 3924
  • 3925
  • ...
  • 5834
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.