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 -----
  • September
  • 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
[email protected]

  • 58319 discussions
[xwiki/xwiki-platform] d2cb1e: XWIKI-12987: Relative links are made absolute or e...
by XWiki Notifications 06 Nov '24

06 Nov '24
Branch: refs/heads/XWIKI-12987 Home: https://github.com/xwiki/xwiki-platform Commit: d2cb1e0f811d36289ef5c9156aa53a3a5404aa62 https://github.com/xwiki/xwiki-platform/commit/d2cb1e0f811d36289ef5c9156aa5… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-11-06 (Wed, 06 Nov 2024) Changed paths: 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/internal/render/DefaultOldRendering.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/XWikiTest.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/ReferenceRenamer.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/ReferenceUpdater.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/job/AbstractCopyOrMoveJob.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/job/AbstractEntityJobWithChecks.java A xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/job/InternalCopyOrMoveJobException.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/job/RenameJob.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/listener/BackLinkUpdaterListener.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/job/question/EntitySelection.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/test/java/org/xwiki/refactoring/internal/job/MoveJobTest.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/test/java/org/xwiki/refactoring/internal/job/RenameJobTest.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/test/java/org/xwiki/refactoring/internal/listener/BackLinkUpdaterListenerTest.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-default/src/main/java/org/xwiki/refactoring/internal/DefaultMacroRefactoring.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-default/src/main/java/org/xwiki/refactoring/internal/DefaultReferenceRenamer.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-default/src/main/java/org/xwiki/refactoring/internal/DefaultReferenceUpdater.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-default/src/main/java/org/xwiki/refactoring/internal/ResourceReferenceRenamer.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-default/src/test/java/org/xwiki/refactoring/internal/DefaultMacroRefactoringTest.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-default/src/test/java/org/xwiki/refactoring/internal/DefaultReferenceUpdaterTest.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-default/src/test/java/org/xwiki/refactoring/internal/ResourceReferenceRenamerTest.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-include/src/main/java/org/xwiki/rendering/internal/macro/include/IncludeMacroRefactoring.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-include/src/test/java/org/xwiki/rendering/internal/macro/include/IncludeMacroRefactoringTest.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/macro/MacroRefactoring.java Log Message: ----------- XWIKI-12987: Relative links are made absolute or even broken after moving a page * Change APIs to use a Map<EntityReference, EntityReference> corresponding to the source and target of refactorings in renamers * Change some logic of AbstractCopyOrMoveJob to compute the actual couple source/destination before performing any operation and store the info in EntitySelection * Add a log in RenameJob if it's not executed because of the number of entities (not needed for this issue, but felt better to understand what's happening) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for CONFLUENCE-319: Content fails to convert when the naming strategy returns an empty name when creating references
by XWiki Notifications 06 Nov '24

06 Nov '24
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-11653: Add the ability to delete all mail statuses (from a batch or overall) from the UI
by XWiki Notifications 06 Nov '24

06 Nov '24
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-18385: "&nbsp;" appears when there is more than 1 space added in an imported document
by XWiki Notifications 06 Nov '24

06 Nov '24
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22605: Solr re-indexes many documents after restarting on PostgreSQL
by XWiki Notifications 06 Nov '24

06 Nov '24
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22637: The page suggest doesn't search in the page title of untranslated pages with Oracle database
by XWiki Notifications 06 Nov '24

06 Nov '24
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22633: Documents with translations are re-indexed on start of XWiki with Oracle database
by XWiki Notifications 06 Nov '24

06 Nov '24
1 0
0 0
[xwiki/xwiki-platform] df5801: [Misc] Search for the page name PagePickerIT.selec...
by XWiki Notifications 06 Nov '24

06 Nov '24
Branch: refs/heads/stable-16.4.x Home: https://github.com/xwiki/xwiki-platform Commit: df5801b3f968147710aed360cc9631af584cf2ea https://github.com/xwiki/xwiki-platform/commit/df5801b3f968147710aed360cc96… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-11-06 (Wed, 06 Nov 2024) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/PagePickerIT.java Log Message: ----------- [Misc] Search for the page name PagePickerIT.selectSpaceWithManyChildren Before, the search matched both title and name which could hide problems. (cherry picked from commit a4af561c985df4d3ab7e32c5f945286a6479367c) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-18295: Tables overflow the page when exported to odt / rtf in a document that contains also a large image
by XWiki Notifications 06 Nov '24

06 Nov '24
1 0
0 0
[xwiki/xwiki-platform] 430584: XWIKI-22605: Solr re-indexes many documents after ...
by XWiki Notifications 06 Nov '24

06 Nov '24
Branch: refs/heads/stable-15.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 43058444e895b7e28d1a66b9606377d0bc9612dd https://github.com/xwiki/xwiki-platform/commit/43058444e895b7e28d1a66b96063… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-11-05 (Tue, 05 Nov 2024) Changed paths: M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/internal/junit5/database/DatabaseContainerExecutor.java Log Message: ----------- XWIKI-22605: Solr re-indexes many documents after restarting on PostgreSQL * Change the PostgreSQL locale used in integration tests to the recommended one that has sorting compatible with Solr. (cherry picked from commit 4e230d8759f5c76a666202d1ad13f1261289c21a) Commit: f81634086d812937ae074e44003936001cc53da9 https://github.com/xwiki/xwiki-platform/commit/f81634086d812937ae074e440039… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-11-05 (Tue, 05 Nov 2024) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/PagePickerIT.java M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-test/xwiki-platform-search-solr-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-test/xwiki-platform-search-solr-test-docker/src/test/it/org/xwiki/search/solr/test/ui/AllIT.java A xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-test/xwiki-platform-search-solr-test-docker/src/test/it/org/xwiki/search/solr/test/ui/SolrIndexerIT.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/internal/junit5/database/DatabaseContainerExecutor.java Log Message: ----------- XWIKI-22605: Solr re-indexes many documents after restarting on PostgreSQL * Add a configuration variant for PostgreSQL < 17. * Add an integration test to test sorting consistency between Solr and the database and a test for Unicode lower/uppercase behavior. (cherry picked from commit 5b44731d3bd0a302236806dbf3891edfd90d09cb) Commit: 9f58503c7c78a87460edd14f5e999240b3461ca4 https://github.com/xwiki/xwiki-platform/commit/9f58503c7c78a87460edd14f5e99… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-11-05 (Tue, 05 Nov 2024) Changed paths: M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-pgsql-common/src/deb/control/postinst Log Message: ----------- XWIKI-22605: Solr re-indexes many documents after restarting on PostgreSQL (cherry picked from commit d5d54c228780988bd1b938778158a76a364978da) Commit: 70f6218e83639790f1377f18e52e364a32d74891 https://github.com/xwiki/xwiki-platform/commit/70f6218e83639790f1377f18e52e… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-11-05 (Tue, 05 Nov 2024) Changed paths: M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-pgsql-common/src/deb/control/postinst Log Message: ----------- XCOMMONS-2387: Exception when saving status because file path too long * add some explanation on why we use this (cherry picked from commit b6efa942d682e2e467dccee2dbaa50d8ffd92bde) Commit: 9fe3874e45821911c61452969aea7dbfdd6fea75 https://github.com/xwiki/xwiki-platform/commit/9fe3874e45821911c61452969aea… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-11-05 (Tue, 05 Nov 2024) Changed paths: M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-pgsql-common/src/deb/control/postinst Log Message: ----------- XWIKI-22605: Solr re-indexes many documents after restarting on PostgreSQL * found some information suggestion that "C.UTF-8" should work fine on Debian 10 (cherry picked from commit 0e07e51d55a12dc325bc1a4e0a1e1712f7d0dd20) Commit: f7de5fbee6b11d17162ff494bfb651a9e680d354 https://github.com/xwiki/xwiki-platform/commit/f7de5fbee6b11d17162ff494bfb6… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-11-05 (Tue, 05 Nov 2024) Changed paths: M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-test/xwiki-platform-search-solr-test-docker/src/test/it/org/xwiki/search/solr/test/ui/SolrIndexerIT.java Log Message: ----------- XWIKI-22605: Solr re-indexes many documents after restarting on PostgreSQL * Remove the emoji from the test as it causes a test failure on MySQL 8.4. While it would be good to test with an emoji, the emoji didn't cause any actual differences in test executions so far and thus doesn't seem worth the hassle of making sure we don't use it on MySQL 8.4. (cherry picked from commit 67b865fbb2f3b039362431fe101f39618dccc428) Commit: 1472bf8cf7dc8707473e4c914bddda3193b10a50 https://github.com/xwiki/xwiki-platform/commit/1472bf8cf7dc8707473e4c914bdd… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-11-05 (Tue, 05 Nov 2024) Changed paths: M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-test/xwiki-platform-search-solr-test-docker/src/test/it/org/xwiki/search/solr/test/ui/SolrIndexerIT.java Log Message: ----------- XWIKI-22605: Solr re-indexes many documents after restarting on PostgreSQL * Add more type information to make Spoon happy. Commit: 53bfc91fe6bf9ff136bf167492ee0bc6b35b6f99 https://github.com/xwiki/xwiki-platform/commit/53bfc91fe6bf9ff136bf167492ee… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-11-06 (Wed, 06 Nov 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/internal/job/DatabaseDocumentIterator.java M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/test/java/org/xwiki/search/solr/internal/job/DatabaseDocumentIteratorTest.java Log Message: ----------- XWIKI-22633: Documents with translations are re-indexed on start of XWiki with Oracle database * Explicitly sort nulls first in the database query to match the behavior of Solr and other databases. (cherry picked from commit b20e06d9d808bd63d5c74ed2ab71a83aa4d7a036) Commit: bf75a5b47c9ec33fc4f1329aab9d7460772733bf https://github.com/xwiki/xwiki-platform/commit/bf75a5b47c9ec33fc4f1329aab9d… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-11-06 (Wed, 06 Nov 2024) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/PagePickerIT.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/BaseSearchResult.java Log Message: ----------- XWIKI-22637: The page suggest doesn't search in the page title of untranslated pages with Oracle database * Improve the condition for empty locale to also work on an Oracle database. * Improve the integration test to check for both lowercase and uppercase values in both title and page name in separate tests to produce clearer failures. (cherry picked from commit 959a9657a35802c8af46a5946ff842071e44c963) Commit: 89f78e774e7b95cf0d541b663e6576752d7fe19b https://github.com/xwiki/xwiki-platform/commit/89f78e774e7b95cf0d541b663e65… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-11-06 (Wed, 06 Nov 2024) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/PagePickerIT.java Log Message: ----------- [Misc] Adapt test for Java 11 Commit: a61e727ad401d751c7a052420e322608c7a8082d https://github.com/xwiki/xwiki-platform/commit/a61e727ad401d751c7a052420e32… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-11-06 (Wed, 06 Nov 2024) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/PagePickerIT.java Log Message: ----------- [Misc] Search for the page name PagePickerIT.selectSpaceWithManyChildren Before, the search matched both title and name which could hide problems. (cherry picked from commit a4af561c985df4d3ab7e32c5f945286a6479367c) Commit: 9866409b152c49286a9177817496df77990761ad https://github.com/xwiki/xwiki-platform/commit/9866409b152c49286a9177817496… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-11-06 (Wed, 06 Nov 2024) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/PagePickerIT.java Log Message: ----------- XWIKI-22605: Solr re-indexes many documents after restarting on PostgreSQL * Don't use the REST API to create the page as it doesn't seem to support UTF-8 on 15.10.x. Compare: https://github.com/xwiki/xwiki-platform/compare/b5659e12c335...9866409b152c To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 3612
  • 3613
  • 3614
  • 3615
  • 3616
  • 3617
  • 3618
  • ...
  • 5832
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.