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
notifications@xwiki.org

September 2024

  • 1 participants
  • 866 discussions
[xwiki/xwiki-platform] f19ea8: [Misc] Force using old version of LO until XWIKI-2...
by XWiki Notifications 04 Sep '24

04 Sep '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: f19ea82a3929b2efba062754c7ed296938b70212 https://github.com/xwiki/xwiki-platform/commit/f19ea82a3929b2efba062754c7ed… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-09-04 (Wed, 04 Sep 2024) Changed paths: M pom.xml M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/internal/junit5/servletengine/ServletContainerExecutor.java Log Message: ----------- [Misc] Force using old version of LO until XWIKI-22335 is done * LO 7.6.7 is no longer available in /stable/ urls, so use /old/ urls with a specific bug fix version for tests 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] 7a7b2b: XWIKI-22411: Image inserted with height or width p...
by XWiki Notifications 04 Sep '24

04 Sep '24
Branch: refs/heads/stable-15.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 7a7b2bb9ac029354bdf9823214df69db20c6cb40 https://github.com/xwiki/xwiki-platform/commit/7a7b2bb9ac029354bdf9823214df… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-09-04 (Wed, 04 Sep 2024) Changed paths: M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-processing/xwiki-platform-image-processing-api/src/main/java/com/xpn/xwiki/internal/plugin/image/ThumbnailatorImageProcessor.java M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-processing/xwiki-platform-image-processing-api/src/test/java/com/xpn/xwiki/internal/plugin/image/ThumbnailatorImageProcessorTest.java A xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-processing/xwiki-platform-image-processing-api/src/test/resources/Portrait_5.jpg Log Message: ----------- XWIKI-22411: Image inserted with height or width parameter isn't displayed in the orientation provided by EXIF data * Use Thumbnailator to read the image which correctly interprets the EXIF data. * Add a test with a test image. (cherry picked from commit 5f134afb2e526a193d9347791d7d2238a6fa810f) Commit: 4cdb3a4ee005f0830465e75791050aa35c93174b https://github.com/xwiki/xwiki-platform/commit/4cdb3a4ee005f0830465e7579105… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-09-04 (Wed, 04 Sep 2024) Changed paths: M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-processing/xwiki-platform-image-processing-api/src/main/java/com/xpn/xwiki/internal/plugin/image/ThumbnailatorImageProcessor.java Log Message: ----------- XWIKI-22411: Image inserted with height or width parameter isn't displayed in the orientation provided by EXIF data * Remove the fallback to the parent method as it makes no sense - the library already uses ImageIO internally, so it supports everything that the parent method supports. To make things worse, this fallback just hides exceptions/replaces them with strange exceptions as the input stream won't be in the expected state. (cherry picked from commit 8b8c6d6fffe8c2c512c93adaeabad3915159d0fc) Commit: 695f0ee08618407402bdbe4a76edaa3829048bd0 https://github.com/xwiki/xwiki-platform/commit/695f0ee08618407402bdbe4a76ed… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-09-04 (Wed, 04 Sep 2024) Changed paths: M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/script/SolrIndexScriptService.java M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/test/java/org/xwiki/search/solr/script/SolrIndexScriptServiceTest.java Log Message: ----------- XWIKI-22474: Use the ContextualAuthorization manager in SolrIndexScriptService * Simplify SolrIndexScriptService by using a contextual authorization manager. * Adapt the tests. (cherry picked from commit 6570f40f976aec82baf388b5239d1412cab238c9) Compare: https://github.com/xwiki/xwiki-platform/compare/56feb9b6801b...695f0ee08618 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-22482: Links wrapping images that have been centered with the old image dialog are lost on save
by XWiki Notifications 04 Sep '24

04 Sep '24
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-14168: Cannot find pages with locale fr_FR
by XWiki Notifications 04 Sep '24

04 Sep '24
1 0
0 0
[jira@xwiki.org][Issue] Updates for CONFLUENCE-273: Store the page title in the ConfluencePageClass object
by XWiki Notifications 04 Sep '24

04 Sep '24
1 0
0 0
[xwiki/xwiki-platform] 5a6ec9: XWIKI-22411: Image inserted with height or width p...
by XWiki Notifications 04 Sep '24

04 Sep '24
Branch: refs/heads/stable-16.4.x Home: https://github.com/xwiki/xwiki-platform Commit: 5a6ec99942d3b872a00df4253b553dd24015235d https://github.com/xwiki/xwiki-platform/commit/5a6ec99942d3b872a00df4253b55… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-09-04 (Wed, 04 Sep 2024) Changed paths: M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-processing/xwiki-platform-image-processing-api/src/main/java/com/xpn/xwiki/internal/plugin/image/ThumbnailatorImageProcessor.java M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-processing/xwiki-platform-image-processing-api/src/test/java/com/xpn/xwiki/internal/plugin/image/ThumbnailatorImageProcessorTest.java A xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-processing/xwiki-platform-image-processing-api/src/test/resources/Portrait_5.jpg Log Message: ----------- XWIKI-22411: Image inserted with height or width parameter isn't displayed in the orientation provided by EXIF data * Use Thumbnailator to read the image which correctly interprets the EXIF data. * Add a test with a test image. (cherry picked from commit 5f134afb2e526a193d9347791d7d2238a6fa810f) Commit: f26422025ed2d2f10cb5480ac27fe0d37d5093c3 https://github.com/xwiki/xwiki-platform/commit/f26422025ed2d2f10cb5480ac27f… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-09-04 (Wed, 04 Sep 2024) Changed paths: M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-processing/xwiki-platform-image-processing-api/src/main/java/com/xpn/xwiki/internal/plugin/image/ThumbnailatorImageProcessor.java Log Message: ----------- XWIKI-22411: Image inserted with height or width parameter isn't displayed in the orientation provided by EXIF data * Remove the fallback to the parent method as it makes no sense - the library already uses ImageIO internally, so it supports everything that the parent method supports. To make things worse, this fallback just hides exceptions/replaces them with strange exceptions as the input stream won't be in the expected state. (cherry picked from commit 8b8c6d6fffe8c2c512c93adaeabad3915159d0fc) Commit: 80d053fe3c452ac303669253ea59ff3b621fc0eb https://github.com/xwiki/xwiki-platform/commit/80d053fe3c452ac303669253ea59… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-09-04 (Wed, 04 Sep 2024) Changed paths: M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/script/SolrIndexScriptService.java M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/test/java/org/xwiki/search/solr/script/SolrIndexScriptServiceTest.java Log Message: ----------- XWIKI-22474: Use the ContextualAuthorization manager in SolrIndexScriptService * Simplify SolrIndexScriptService by using a contextual authorization manager. * Adapt the tests. (cherry picked from commit 6570f40f976aec82baf388b5239d1412cab238c9) Compare: https://github.com/xwiki/xwiki-platform/compare/14cc43db7b44...80d053fe3c45 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] 8b8c6d: XWIKI-22411: Image inserted with height or width p...
by XWiki Notifications 04 Sep '24

04 Sep '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 8b8c6d6fffe8c2c512c93adaeabad3915159d0fc https://github.com/xwiki/xwiki-platform/commit/8b8c6d6fffe8c2c512c93adaeaba… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-09-04 (Wed, 04 Sep 2024) Changed paths: M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-processing/xwiki-platform-image-processing-api/src/main/java/com/xpn/xwiki/internal/plugin/image/ThumbnailatorImageProcessor.java Log Message: ----------- XWIKI-22411: Image inserted with height or width parameter isn't displayed in the orientation provided by EXIF data * Remove the fallback to the parent method as it makes no sense - the library already uses ImageIO internally, so it supports everything that the parent method supports. To make things worse, this fallback just hides exceptions/replaces them with strange exceptions as the input stream won't be in the expected state. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[jira@xwiki.org][Issue] Updates for CONFLUENCE-271: Create a converter for macros that need to be converted into a group
by XWiki Notifications 04 Sep '24

04 Sep '24
1 0
0 0
[jira@xwiki.org][Issue] Updates for CONFLUENCE-272: Convert AUIMessage macro into a xwiki message macro
by XWiki Notifications 04 Sep '24

04 Sep '24
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-22438: Deprecate MessageStream
by XWiki Notifications 04 Sep '24

04 Sep '24
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • ...
  • 87
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.