Branch: refs/heads/feature-deploy-removehttpclient3
Home: https://github.com/xwiki/xwiki-platform
Commit: 3df35e456efca72eee3ef0c0e4976a1d5ac04e97
https://github.com/xwiki/xwiki-platform/commit/3df35e456efca72eee3ef0c0e497…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-11-12 (Wed, 12 Nov 2025)
Changed paths:
M xwiki-platform-core/pom.xml
M xwiki-platform-core/xwiki-platform-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/XWiki.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/SaveAction.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/SaveAndContinueAction.java
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-api/pom.xml
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/Utils.java
M xwiki-platform-core/xwiki-platform-vfs/xwiki-platform-vfs-api/src/main/java/org/xwiki/vfs/internal/attach/AttachURIVfsResourceReferenceSerializer.java
M xwiki-platform-core/xwiki-platform-vfs/xwiki-platform-vfs-api/src/main/java/org/xwiki/vfs/internal/attach/XWikiModelNode.java
Log Message:
-----------
XCOMMONS-3286: Stop using http client 3 in XWiki Standard
* this imply removing a public API that used to expose it
* only covers runtime, it's still used a lot in integration tests
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/feature-deploy-removehttpclient3
Home: https://github.com/xwiki/xwiki-commons
Commit: 1836853f2d96fef78e708c6fce220e95852b10ad
https://github.com/xwiki/xwiki-commons/commit/1836853f2d96fef78e708c6fce220…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-11-12 (Wed, 12 Nov 2025)
Changed paths:
M pom.xml
M xwiki-commons-core/pom.xml
A xwiki-commons-core/xwiki-commons-http/pom.xml
A xwiki-commons-core/xwiki-commons-http/src/main/java/org/xwiki/http/URIUtils.java
A xwiki-commons-core/xwiki-commons-http/src/main/java/org/xwiki/http/internal/XWikiCredentials.java
A xwiki-commons-core/xwiki-commons-http/src/main/java/org/xwiki/http/internal/XWikiHTTPClient.java
A xwiki-commons-core/xwiki-commons-http/src/main/java/org/xwiki/http/internal/XWikiHTTPClientResponseHandler.java
Log Message:
-----------
XCOMMONS-3286: Stop using http client 3 in XWiki Standard
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 81714840e8f73cab0ed3afc92ec14e4ed48b7e85
https://github.com/xwiki/xwiki-platform/commit/81714840e8f73cab0ed3afc92ec1…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-11-12 (Wed, 12 Nov 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/variablelist.vm
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-fontawesome/src/main/resources/IconThemes/FontAwesome.xml
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-ui/src/main/resources/IconThemes/Silk.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-ui/src/main/resources/Main/SolrMediaTypeFacet.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-ui/src/main/resources/Main/SolrSearch.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-ui/src/main/resources/Main/SolrSearchConfig.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-ui/src/main/resources/Main/SolrSearchMacros.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-ui/src/main/resources/Main/SolrTranslations.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-test/xwiki-platform-search-test-pageobjects/src/main/java/org/xwiki/search/test/po/SolrSearchResult.java
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/macros.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/icons/default.iconset
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/pagination/pagination.css
Log Message:
-----------
XWIKI-22676: Implement UI improvements to the Search page (#4314)
* Implemented the various design changes brainstormed on the forum
* There are a few changes that are only related to code quality of the update code: replaced "toggler" (which I learnt is not an english word) with the correct "toggle", added underscore before the name of obviously internal velocimacros.
* Most of the updates are on the SolrSearch page and the few xmls powering it. However, some big changes were also made onto the pagination public velocimacro. This velocimacro is used in a couple places in XS (among which is the SolrSearch page). The quality of this pagination velocimacro was not up to par with current day XWiki (both code quality and how it'd look), so I figured it'd be okay to have some "breaking" changes on it. The DOM changes are minimal and the biggest changes are on the CSS side. Given how hard-coded the styles were, I doubt may customizations tried to mess with it.
---------
Co-authored-by: Marius Dumitru Florea <marius(a)xwiki.com>
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/feature-deploy-removehttpclient3
Home: https://github.com/xwiki/xwiki-platform
Commit: dc5eb9355de80881bd351699dd818983a3eeea33
https://github.com/xwiki/xwiki-platform/commit/dc5eb9355de80881bd351699dd81…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-11-12 (Wed, 12 Nov 2025)
Changed paths:
M xwiki-platform-core/pom.xml
M xwiki-platform-core/xwiki-platform-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/XWiki.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/SaveAction.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/SaveAndContinueAction.java
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-api/pom.xml
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/Utils.java
M xwiki-platform-core/xwiki-platform-vfs/xwiki-platform-vfs-api/src/main/java/org/xwiki/vfs/internal/attach/AttachURIVfsResourceReferenceSerializer.java
M xwiki-platform-core/xwiki-platform-vfs/xwiki-platform-vfs-api/src/main/java/org/xwiki/vfs/internal/attach/XWikiModelNode.java
Log Message:
-----------
XCOMMONS-3286: Stop using http client 3 in XWiki Standard
* this imply removing a public API that used to expose it
* only covers runtime, it's still used a lot in integration tests
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 383e52487339be81dc7e81cb75c7575f04297fda
https://github.com/xwiki/xwiki-platform/commit/383e52487339be81dc7e81cb75c7…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-11-12 (Wed, 12 Nov 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/officeExport.xsl
A xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/export/OfficeExporterTest.java
Log Message:
-----------
XWIKI-23515: When exporting to .ODT, text that is both bold and italic is not exported correctly (#4762)
* Convert <strong> to <b> to work around the bug in LibreOffice.
* Add a unit test to test that the conversion of tags works.
(cherry picked from commit d993b23c7cefe8ec9dc5a834ea4ffc5c7052c8c5)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: cc0618a05dfbb141c8c5f0a383725a945bf1f2bb
https://github.com/xwiki/xwiki-platform/commit/cc0618a05dfbb141c8c5f0a38372…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-11-12 (Wed, 12 Nov 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/officeExport.xsl
A xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/export/OfficeExporterTest.java
Log Message:
-----------
XWIKI-23515: When exporting to .ODT, text that is both bold and italic is not exported correctly (#4762)
* Convert <strong> to <b> to work around the bug in LibreOffice.
* Add a unit test to test that the conversion of tags works.
(cherry picked from commit d993b23c7cefe8ec9dc5a834ea4ffc5c7052c8c5)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport/stable-17.4.x/pr-4762
Home: https://github.com/xwiki/xwiki-platform
Commit: b5e0ff73ad6ad230d29d71bb5e70ac3789af9a2f
https://github.com/xwiki/xwiki-platform/commit/b5e0ff73ad6ad230d29d71bb5e70…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-11-12 (Wed, 12 Nov 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/officeExport.xsl
A xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/export/OfficeExporterTest.java
Log Message:
-----------
XWIKI-23515: When exporting to .ODT, text that is both bold and italic is not exported correctly (#4762)
* Convert <strong> to <b> to work around the bug in LibreOffice.
* Add a unit test to test that the conversion of tags works.
(cherry picked from commit d993b23c7cefe8ec9dc5a834ea4ffc5c7052c8c5)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications