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 `×` 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
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
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
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
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