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