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 -----
  • 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]

August 2024

  • 1 participants
  • 1261 discussions
[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-22448: Batch id link for document restoration does not have any text
by XWiki Notifications 26 Aug '24

26 Aug '24
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
[[email protected]][Issue] Updates for XWIKI-22348: Underlining of usernames is inconsistent between comment form and displayed comments
by XWiki Notifications 26 Aug '24

26 Aug '24
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-21227: Gray out the "Select" button when uploading an image through the image modal for the second time
by XWiki Notifications 26 Aug '24

26 Aug '24
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • ...
  • 127
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.