Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/application-ai-llm
Commit: 9e0b7cfd9bc4799cd0bc8af5f821366b00c7d5cc
https://github.com/xwiki-contrib/application-ai-llm/commit/9e0b7cfd9bc4799c…
Author: Paul Pantiru <paul.pantiru(a)xwiki.com>
Date: 2024-04-19 (Fri, 19 Apr 2024)
Changed paths:
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/RAGChatRequestFilter.java
M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/ChatResponse.java
M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/internal/rest/DefaultChatCompletionsResource.java
Log Message:
-----------
LMAI-49: Query support
* added sources into the response header of non-streaming responses (prevents breaking the OpenAi API response format and are needed for the evaluation framework)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-ai-llm/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/application-ai-llm
Commit: 777dc0c56c095e29c1ab2bfd53ffddade1cf6148
https://github.com/xwiki-contrib/application-ai-llm/commit/777dc0c56c095e29…
Author: Paul Pantiru <paul.pantiru(a)xwiki.com>
Date: 2024-04-19 (Fri, 19 Apr 2024)
Changed paths:
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/rest/AbstractCollectionResource.java
M application-ai-llm-index/application-ai-llm-index-api/src/test/java/org/xwiki/contrib/llm/internal/rest/DefaultCollectionResourceTest.java
M application-ai-llm-index/application-ai-llm-index-api/src/test/java/org/xwiki/contrib/llm/internal/rest/DefaultDocumentResourceTest.java
Log Message:
-----------
[misc] Fix for REST API calls with basic auth
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-ai-llm/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/application-reviewpages
Commit: 9adfee7a2ee8a6656f8a0e677a80fa947f88f8bd
https://github.com/xwiki-contrib/application-reviewpages/commit/9adfee7a2ee…
Author: Alex Cotiugă <ancotiuga(a)gmail.com>
Date: 2024-04-18 (Thu, 18 Apr 2024)
Changed paths:
M application-reviewpages-ui/pom.xml
M application-reviewpages-ui/src/main/resources/ReviewPages/AddScript.xml
M application-reviewpages-ui/src/main/resources/ReviewPages/ExampleDocument.xml
M application-reviewpages-ui/src/main/resources/ReviewPages/RemoveScript.xml
M application-reviewpages-ui/src/main/resources/ReviewPages/ReviewData.xml
M application-reviewpages-ui/src/main/resources/ReviewPages/Script.xml
M application-reviewpages-ui/src/main/resources/ReviewPages/Translations.de.xml
M application-reviewpages-ui/src/main/resources/ReviewPages/UpdateService.xml
M application-reviewpages-ui/src/main/resources/ReviewPages/WebHome.xml
Log Message:
-----------
[misc] Format pages exported from XWiki 14.10.3, the parent's version
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-reviewpages/settings/notificat…
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: e675729adad6e57fd52684d2c8137c2ac377c87e
https://github.com/xwiki-contrib/cristal/commit/e675729adad6e57fd52684d2c81…
Author: tkrieck <149672322+tkrieck(a)users.noreply.github.com>
Date: 2024-04-18 (Thu, 18 Apr 2024)
Changed paths:
M core/icons/src/vue/c-icon.vue
A ds/shoelace/src/vue/css/style.css
M ds/shoelace/src/vue/x-load.vue
A ds/vuetify/src/vue/css/style.css
M ds/vuetify/src/vue/x-load.vue
M editors/prosemirror/src/vue/c-edit-prosemirror.vue
M lib/src/c-index.vue
M lib/src/index.css
M skin/src/vue/c-content.vue
M skin/src/vue/c-main.vue
M skin/src/vue/c-sidebar-panel.vue
M skin/src/vue/c-sidebar.vue
M skin/src/vue/c-view.vue
Log Message:
-----------
CRISTAL-165: Initialize the main layout (#171)
* Readjusted the default CR style to each DS
* Adjusted index.vue styles to get font definitions from the DS
* Restyled toolbars of Prosemirror and Cristal
* Moved global styles to index.vue
* Introduced a new CSS variable for controling the default 'restricted' page width.
* Changed position of the edit page button
* Created a page menu (mock)
* Changed the layout rules of the document header to make it sticky when scrolling
* Improvements on loading layout
* Moved structural css from index.vue to index.css
* Created element for handling the change in size of the sidebar
* Created elements and styles for handling the collapse and visibility of the sidebar via button
* Refactored the main layout from css grid to fixed positioning
* Changed some units from vh to dvh to better handle the browser viewport on mobile
* Fixed a bug with the configuration menu appearing underneath the main content
* Expanded styles for the collapse and visibility of the sidebar
* Written the rules for expand/collapse the sidebar in comments
* Now the DS is responsible for providing the loading animation for the loader
* Updated some instances of c-icon to use the appropriate Size property
* Added missing variables for Vuetify
---------
Co-authored-by: Manuel Leduc <manuel.leduc(a)xwiki.com>
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/application-reviewpages
Commit: 1ba187b2f4acdbfc6c9dbdc04a0888180232922a
https://github.com/xwiki-contrib/application-reviewpages/commit/1ba187b2f4a…
Author: Alex Cotiugă <ancotiuga(a)gmail.com>
Date: 2024-04-18 (Thu, 18 Apr 2024)
Changed paths:
A application-reviewpages-api/pom.xml
A application-reviewpages-api/src/main/java/org/xwiki/contrib/reviewpages/ReviewPagesManager.java
A application-reviewpages-api/src/main/java/org/xwiki/contrib/reviewpages/internal/DefaultReviewPagesManager.java
A application-reviewpages-api/src/main/java/org/xwiki/contrib/reviewpages/internal/descriptors/DocumentReviewDateReachedEventDescriptor.java
A application-reviewpages-api/src/main/java/org/xwiki/contrib/reviewpages/internal/jobs/ReviewPagesNotifierSchedulerJob.java
A application-reviewpages-api/src/main/java/org/xwiki/contrib/reviewpages/notifications/events/DocumentReviewDateReachedTargetableEvent.java
A application-reviewpages-api/src/main/resources/META-INF/components.txt
M application-reviewpages-ui/pom.xml
A application-reviewpages-ui/src/main/resources/ReviewPages/Code/ReviewPagesNotifierSchedulerJob.xml
A application-reviewpages-ui/src/main/resources/ReviewPages/Code/WebHome.xml
M application-reviewpages-ui/src/main/resources/ReviewPages/Translations.xml
M pom.xml
Log Message:
-----------
REVPAGE-13: Notification for due reviews
* implement a daily scheduler job to notify the users about the documents to be reviewed in the current day
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-reviewpages/settings/notificat…
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: c9107a741ee11e19a5e84579dc80be813cd2b174
https://github.com/xwiki/xwiki-platform/commit/c9107a741ee11e19a5e84579dc80…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2024-04-18 (Thu, 18 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources.properties
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-ui/src/main/resources/Panels/Translations.fr.xml
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-ui/src/main/resources/Panels/Translations.xml
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-ui/src/main/resources/Panels/WebHome.xml
Log Message:
-----------
XWIKI-20440: Incomplete sentence in the info message box under "Available Panels"
* Note that the new translation key now needs to be translated again in all languages except en and fr
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-14.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: f9d54e8550c1a29a4630cd5747bfecbb1fe64214
https://github.com/xwiki/xwiki-platform/commit/f9d54e8550c1a29a4630cd5747bf…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-04-18 (Thu, 18 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-style/xwiki-platform-image-style-ui/src/main/resources/Image/Style/Code/DefaultImageStyleStyleSheet.xml
Log Message:
-----------
XWIKI-22008: CKEditor freezes when editing the page in attempt to change list type for item with image
(cherry picked from commit 771776c36c003ea5f9836aaa7954a6a8bb761b0d)
Commit: f43d849d8e1a758111e9dc4d1530cb93a73ac5f7
https://github.com/xwiki/xwiki-platform/commit/f43d849d8e1a758111e9dc4d1530…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-04-18 (Thu, 18 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-docker/src/test/it/org/xwiki/ckeditor/test/ui/ImagePluginIT.java
Log Message:
-----------
[Misc] ImageIT#activateCaptionIdPersistence is failing on chrome
(cherry picked from commit 35a2e2198b8422b602e747b5ffe60ee4a52f01bf)
Compare: https://github.com/xwiki/xwiki-platform/compare/c6381c08b79f...f43d849d8e1a
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: ae0eb445f2c23accf36e298b0e47423b5a45d46e
https://github.com/xwiki/xwiki-platform/commit/ae0eb445f2c23accf36e298b0e47…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-04-18 (Thu, 18 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-style/xwiki-platform-image-style-ui/src/main/resources/Image/Style/Code/DefaultImageStyleStyleSheet.xml
Log Message:
-----------
XWIKI-22008: CKEditor freezes when editing the page in attempt to change list type for item with image
(cherry picked from commit 771776c36c003ea5f9836aaa7954a6a8bb761b0d)
Commit: 2c89891f6a0d86ecdc7005def91b744148d502b5
https://github.com/xwiki/xwiki-platform/commit/2c89891f6a0d86ecdc7005def91b…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-04-18 (Thu, 18 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-docker/src/test/it/org/xwiki/ckeditor/test/ui/ImageIT.java
Log Message:
-----------
[Misc] ImageIT#activateCaptionIdPersistence is failing on chrome
(cherry picked from commit 35a2e2198b8422b602e747b5ffe60ee4a52f01bf)
Compare: https://github.com/xwiki/xwiki-platform/compare/60f052b6815f...2c89891f6a0d
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 60f052b6815f78fc52f8378e2d834a6a46e2db7c
https://github.com/xwiki/xwiki-platform/commit/60f052b6815f78fc52f8378e2d83…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-04-18 (Thu, 18 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/print.css
Log Message:
-----------
XWIKI-22074: Infobox is overlapped by Contents box when pages containing them are exported as PDF
* Remove CSS style that is not needed anymore.
(cherry picked from commit b415dd6a234d9d3b6487fa130d5af32eefe13643)
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: b415dd6a234d9d3b6487fa130d5af32eefe13643
https://github.com/xwiki/xwiki-platform/commit/b415dd6a234d9d3b6487fa130d5a…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-04-18 (Thu, 18 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/print.css
Log Message:
-----------
XWIKI-22074: Infobox is overlapped by Contents box when pages containing them are exported as PDF
* Remove CSS style that is not needed anymore.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: d7f21a8356259756faaa0696282fbe0e34af243e
https://github.com/xwiki/xwiki-platform/commit/d7f21a8356259756faaa0696282f…
Author: Dorian OUAKLI <dorian.ouakli(a)xwiki.com>
Date: 2024-04-18 (Thu, 18 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-filter/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-docker/src/test/it/org/xwiki/ckeditor/test/ui/FilterIT.java
Log Message:
-----------
XWIKI-22024: Strange Behaviour With "/" Completion in Lists
(cherry picked from commit c1542a5e8f39641b4699f5d64bca55278d479340)
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: f8322f2d9e0bedfc10ebbc8a3c8e501552a8b61a
https://github.com/xwiki/xwiki-platform/commit/f8322f2d9e0bedfc10ebbc8a3c8e…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2024-04-18 (Thu, 18 Apr 2024)
Changed paths:
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-common/src/main/resources/Main/WebHome.ca.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-common/src/main/resources/Main/WebHome.da.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-common/src/main/resources/Main/WebHome.de.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-common/src/main/resources/Main/WebHome.es.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-common/src/main/resources/Main/WebHome.fr.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-common/src/main/resources/Main/WebHome.ja.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-common/src/main/resources/Main/WebHome.ko.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-common/src/main/resources/Main/WebHome.no.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-common/src/main/resources/Main/WebHome.pt_BR.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-common/src/main/resources/Main/WebHome.ru.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-common/src/main/resources/Main/WebHome.uk.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-common/src/main/resources/Main/WebHome.xml
Log Message:
-----------
XWIKI-21418: Some links in translations points to enterprise.xwiki.org
* Also moved from HTTP to HTTPS
* Some test data still contain enterprise.xwiki.org but I don't think they should be modified (they're just test data)
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: 1dec46f5ec2de6038de4f34a4c07312c080aae25
https://github.com/xwiki/xwiki-platform/commit/1dec46f5ec2de6038de4f34a4c07…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-04-18 (Thu, 18 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-docker/src/test/it/org/xwiki/platform/notifications/test/ui/NotificationsEmailsIT.java
Log Message:
-----------
[Misc] Move setup/tearDown to the test method in NotificationsEmailsIT
To have screenshots in case of failure during setup.
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: f67730ee28e51fc8f412b24bc48f6d6e5e7c6ffa
https://github.com/xwiki/xwiki-platform/commit/f67730ee28e51fc8f412b24bc48f…
Author: LucasC <lucas.charpentier(a)imt-atlantique.net>
Date: 2024-04-18 (Thu, 18 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/htmlheader.vm
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/general.less
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/mandatory/XWikiUsersDocumentInitializer.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources.properties
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/xwiki-platform-user-profile-ui/src/main/resources/XWiki/UserProfileTranslations.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/xwiki-platform-user-profile-ui/src/main/resources/XWiki/XWikiUserPreferencesSheet.xml
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/stylesheets.vm
R xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/css/accessibility.css
M xwiki-platform-distribution/xwiki-platform-distribution-ui/xwiki-platform-distribution-ui-base/src/main/resources/XWiki/WebPreferences.xml
M xwiki-platform-distribution/xwiki-platform-distribution-ui/xwiki-platform-distribution-ui-base/src/main/resources/XWiki/XWikiPreferences.xml
Log Message:
-----------
XWIKI-21492: Underline inline links (#2694)
* Add an underline option to the XWiki and user preferences.
* Remove the old accessibility preference from the user profile
* Added backwards compatibility: if the old parameter is set to 'accessible' on the profile, it will set the old preferences
* Removed the SSX
* Added style directly in general.less
* Added logic related to preferences in the template htmlheader.vm
* Added an unsetter for the accessibility parameter, and defaults for the new parameters that would get changed if the accessibility parameter is already set.
* Underline inline links by default
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: c0fa0f968be4c0d3f46569b862e7eec8e0235faf
https://github.com/xwiki/xwiki-platform/commit/c0fa0f968be4c0d3f46569b862e7…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-04-18 (Thu, 18 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ratings/xwiki-platform-ratings-api/src/main/java/org/xwiki/ratings/internal/RatingSolrCoreInitializer.java
Log Message:
-----------
XWIKI-22103: Add progress to the Solr migration log
* Remove logger field in RatingSolrCoreInitializer now it's defined in
the abstract class
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 45f9bd5406b466bafce006eaed0d3ef04158c3d6
https://github.com/xwiki/xwiki-platform/commit/45f9bd5406b466bafce006eaed0d…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-04-18 (Thu, 18 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/main/java/org/xwiki/export/pdf/internal/job/PrintPreviewURLBuilder.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/test/java/org/xwiki/export/pdf/internal/job/PrintPreviewURLBuilderTest.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/main/java/org/xwiki/export/pdf/internal/job/DefaultDocumentRenderer.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/test/java/org/xwiki/export/pdf/internal/job/DefaultDocumentRendererTest.java
A xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-content/src/main/resources/PDFExportIT/PageTranslations/Child.fr.xml
A xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-content/src/main/resources/PDFExportIT/PageTranslations/Child.xml
A xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-content/src/main/resources/PDFExportIT/PageTranslations/WebHome.fr.xml
A xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-content/src/main/resources/PDFExportIT/PageTranslations/WebHome.xml
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-docker/src/test/it/org/xwiki/export/pdf/test/ui/PDFExportIT.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-pageobjects/src/main/java/org/xwiki/export/pdf/test/po/PDFExportOptionsModal.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-ui/src/main/resources/XWiki/PDFExport/WebHome.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/pdfoptions.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/pdfoptions.vm
Log Message:
-----------
XWIKI-22091: PDF export displays wrong content locale during export the children page in English locale in multilanguage XWiki
XWIKI-22092: PDF export displays the title of parent page in the wrong locale
* Show the supported locales instead of the available locales for the current document, on the PDF export options.
* Pass the selected locale both to the iframe used to print with the user's browser and the headless Chrome used to print on the server side.
* Use the translated version of the current document in DefaultDocumentRenderer
* Make sure to restore the locale after the PDF export (because the language passed in the query string changes the current locale even outside the scope of the PDF export)
(cherry picked from commit 9e32eb9c19e64720c46cbfdf613ed1b1b869b92b)
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: 9e32eb9c19e64720c46cbfdf613ed1b1b869b92b
https://github.com/xwiki/xwiki-platform/commit/9e32eb9c19e64720c46cbfdf613e…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-04-18 (Thu, 18 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/main/java/org/xwiki/export/pdf/internal/job/PrintPreviewURLBuilder.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/test/java/org/xwiki/export/pdf/internal/job/PrintPreviewURLBuilderTest.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/main/java/org/xwiki/export/pdf/internal/job/DefaultDocumentRenderer.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/test/java/org/xwiki/export/pdf/internal/job/DefaultDocumentRendererTest.java
A xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-content/src/main/resources/PDFExportIT/PageTranslations/Child.fr.xml
A xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-content/src/main/resources/PDFExportIT/PageTranslations/Child.xml
A xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-content/src/main/resources/PDFExportIT/PageTranslations/WebHome.fr.xml
A xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-content/src/main/resources/PDFExportIT/PageTranslations/WebHome.xml
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-docker/src/test/it/org/xwiki/export/pdf/test/ui/PDFExportIT.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-pageobjects/src/main/java/org/xwiki/export/pdf/test/po/PDFExportOptionsModal.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-ui/src/main/resources/XWiki/PDFExport/WebHome.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/pdfoptions.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/pdfoptions.vm
Log Message:
-----------
XWIKI-22091: PDF export displays wrong content locale during export the children page in English locale in multilanguage XWiki
XWIKI-22092: PDF export displays the title of parent page in the wrong locale
* Show the supported locales instead of the available locales for the current document, on the PDF export options.
* Pass the selected locale both to the iframe used to print with the user's browser and the headless Chrome used to print on the server side.
* Use the translated version of the current document in DefaultDocumentRenderer
* Make sure to restore the locale after the PDF export (because the language passed in the query string changes the current locale even outside the scope of the PDF export)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications