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

September 2025

  • 1 participants
  • 1025 discussions
[xwiki/xwiki-platform] e3f376: [Misc] Wait more for elements in SuggestInputEleme...
by XWiki Notifications 11 Sep '25

11 Sep '25
Branch: refs/heads/stable-17.8.x Home: https://github.com/xwiki/xwiki-platform Commit: e3f37624b3a8b3ce37414b7ee34c1fdb94a7afab https://github.com/xwiki/xwiki-platform/commit/e3f37624b3a8b3ce37414b7ee34c… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-09-11 (Thu, 11 Sep 2025) Changed paths: M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/SuggestInputElement.java Log Message: ----------- [Misc] Wait more for elements in SuggestInputElement to reduce flickers When selecting a single element, there is no benefit of not waiting when relying on the presence of the selected element. When the test passes and the element is present, this doesn't introduce any delay. (cherry picked from commit 59c08379ec0757b093230e50e404f572973ea17b) Commit: d5d7ba2a2c72150f66f9b70f40d9abd0e2ffb399 https://github.com/xwiki/xwiki-platform/commit/d5d7ba2a2c72150f66f9b70f40d9… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-09-11 (Thu, 11 Sep 2025) Changed paths: M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-test/xwiki-platform-livedata-test-docker/src/test/it/org/xwiki/livedata/test/ui/LiveDataIT.java Log Message: ----------- [Misc] Make delete in async action in LiveDataIT non-async While it sounds counter-intuitive, it's important for the delete action to be non-async so the async action can wait for it to complete before refreshing the Live Data. Otherwise, the Live Data might be refreshed before the page has actually been deleted, causing the test to fail. (cherry picked from commit f83bfae84db3888e005d804f65e17e85c8fdfe5e) Commit: 3d8dfee913f8e53d97d0f9d47cc9ca0bb109705e https://github.com/xwiki/xwiki-platform/commit/3d8dfee913f8e53d97d0f9d47cc9… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-09-11 (Thu, 11 Sep 2025) Changed paths: M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-test/xwiki-platform-edit-test-docker/src/test/it/org/xwiki/edit/test/ui/InplaceEditIT.java Log Message: ----------- [Misc] Wait for children macro to load in InplaceEditIT Add an explicit wait for the loading of the children macro to fix flickering. As the loading of the content is asynchronous, the content might not be available directly after the refresh of the editor. (cherry picked from commit 5848d0b14fc3bfeab8573fc7a224a11dec280799) Commit: 2c271ce407de80e2cc74c6d4ab5f1632cda126ec https://github.com/xwiki/xwiki-platform/commit/2c271ce407de80e2cc74c6d4ab5f… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-09-11 (Thu, 11 Sep 2025) Changed paths: M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-test/xwiki-platform-appwithinminutes-test-docker/src/test/it/org/xwiki/appwithinminutes/test/ui/UserClassFieldIT.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/SuggestInputElement.java Log Message: ----------- [Misc] Reduce flickering in UserClassFieldIT * Introduce the option to wait for suggestions beyond the option to choose the typed text in SuggestInputElement. * Wait for non-typed suggestions in UserClassFieldIT before pressing the enter key. (cherry picked from commit ff64dc7dbe54d1f94fa72b300524815678f84f35) Commit: 1132e7e065eac982008b9c5de7450ba5f7472c5f https://github.com/xwiki/xwiki-platform/commit/1132e7e065eac982008b9c5de745… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-09-11 (Thu, 11 Sep 2025) 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-livedata/xwiki-platform-livedata-test/xwiki-platform-livedata-test-docker/src/test/it/org/xwiki/livedata/test/ui/LiveDataIT.java M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-test/xwiki-platform-user-test-docker/src/test/it/org/xwiki/user/test/ui/UserPickerIT.java Log Message: ----------- [Misc] Wait for non-typed suggestions before getting suggestions Explicitly wait for non-typed suggestions in tests that get the list of suggestions. This should avoid flickering due to only getting the suggestion of the typed input. (cherry picked from commit 99b086b4dbd0bdc5f8f01cdf4d080c7c0d55f46a) Compare: https://github.com/xwiki/xwiki-platform/compare/a5b913be2e50...1132e7e065ea 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] 59c083: [Misc] Wait more for elements in SuggestInputEleme...
by XWiki Notifications 11 Sep '25

11 Sep '25
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 59c08379ec0757b093230e50e404f572973ea17b https://github.com/xwiki/xwiki-platform/commit/59c08379ec0757b093230e50e404… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-09-11 (Thu, 11 Sep 2025) Changed paths: M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/SuggestInputElement.java Log Message: ----------- [Misc] Wait more for elements in SuggestInputElement to reduce flickers When selecting a single element, there is no benefit of not waiting when relying on the presence of the selected element. When the test passes and the element is present, this doesn't introduce any delay. Commit: f83bfae84db3888e005d804f65e17e85c8fdfe5e https://github.com/xwiki/xwiki-platform/commit/f83bfae84db3888e005d804f65e1… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-09-11 (Thu, 11 Sep 2025) Changed paths: M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-test/xwiki-platform-livedata-test-docker/src/test/it/org/xwiki/livedata/test/ui/LiveDataIT.java Log Message: ----------- [Misc] Make delete in async action in LiveDataIT non-async While it sounds counter-intuitive, it's important for the delete action to be non-async so the async action can wait for it to complete before refreshing the Live Data. Otherwise, the Live Data might be refreshed before the page has actually been deleted, causing the test to fail. Commit: 5848d0b14fc3bfeab8573fc7a224a11dec280799 https://github.com/xwiki/xwiki-platform/commit/5848d0b14fc3bfeab8573fc7a224… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-09-11 (Thu, 11 Sep 2025) Changed paths: M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-test/xwiki-platform-edit-test-docker/src/test/it/org/xwiki/edit/test/ui/InplaceEditIT.java Log Message: ----------- [Misc] Wait for children macro to load in InplaceEditIT Add an explicit wait for the loading of the children macro to fix flickering. As the loading of the content is asynchronous, the content might not be available directly after the refresh of the editor. Commit: ff64dc7dbe54d1f94fa72b300524815678f84f35 https://github.com/xwiki/xwiki-platform/commit/ff64dc7dbe54d1f94fa72b300524… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-09-11 (Thu, 11 Sep 2025) Changed paths: M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-test/xwiki-platform-appwithinminutes-test-docker/src/test/it/org/xwiki/appwithinminutes/test/ui/UserClassFieldIT.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/SuggestInputElement.java Log Message: ----------- [Misc] Reduce flickering in UserClassFieldIT * Introduce the option to wait for suggestions beyond the option to choose the typed text in SuggestInputElement. * Wait for non-typed suggestions in UserClassFieldIT before pressing the enter key. Commit: 99b086b4dbd0bdc5f8f01cdf4d080c7c0d55f46a https://github.com/xwiki/xwiki-platform/commit/99b086b4dbd0bdc5f8f01cdf4d08… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-09-11 (Thu, 11 Sep 2025) 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-livedata/xwiki-platform-livedata-test/xwiki-platform-livedata-test-docker/src/test/it/org/xwiki/livedata/test/ui/LiveDataIT.java M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-test/xwiki-platform-user-test-docker/src/test/it/org/xwiki/user/test/ui/UserPickerIT.java Log Message: ----------- [Misc] Wait for non-typed suggestions before getting suggestions Explicitly wait for non-typed suggestions in tests that get the list of suggestions. This should avoid flickering due to only getting the suggestion of the typed input. Compare: https://github.com/xwiki/xwiki-platform/compare/3381892ab413...99b086b4dbd0 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] 338189: XWIKI-22817: Dashboards of users without script ri...
by XWiki Notifications 11 Sep '25

11 Sep '25
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 3381892ab413c21797d07a5c8ccae306b1ad381b https://github.com/xwiki/xwiki-platform/commit/3381892ab413c21797d07a5c8cca… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-09-11 (Thu, 11 Sep 2025) Changed paths: M xwiki-platform-core/xwiki-platform-dashboard/xwiki-platform-dashboard-macro/src/main/java/org/xwiki/rendering/internal/macro/dashboard/DefaultGadgetSource.java M xwiki-platform-core/xwiki-platform-dashboard/xwiki-platform-dashboard-macro/src/main/java/org/xwiki/rendering/internal/macro/dashboard/GadgetObjectRequiredRightAnalyzer.java M xwiki-platform-core/xwiki-platform-dashboard/xwiki-platform-dashboard-macro/src/test/java/org/xwiki/rendering/internal/macro/dashboard/DefaultGadgetSourceTest.java M xwiki-platform-core/xwiki-platform-dashboard/xwiki-platform-dashboard-macro/src/test/java/org/xwiki/rendering/internal/macro/dashboard/GadgetObjectRequiredRightAnalyzerTest.java M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/dashboard/dashboard.js M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/dashboard/gadgetWizard.js Log Message: ----------- XWIKI-22817: Dashboards of users without script right have translation calls in gadget titles (#3839) * Catch titles with just a translation call and load the translation directly without evaluating any script. * Adapt the required rights analyzer. * Expose the syntax of the document containing the gadgets as metadata in the HTML. * Use the source syntax for converting the macro call to wiki syntax. * Pass the source syntax to the macro editor. * Use a translation macro in the widget title when the source syntax is xwiki/2.x syntax. 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-11250: FlamingoThemes space doesn't display any panels
by XWiki Notifications 11 Sep '25

11 Sep '25
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-23517: Select in solr search administration does not have a name
by XWiki Notifications 11 Sep '25

11 Sep '25
1 0
0 0
[xwiki/xwiki-platform] a5b913: XWIKI-23517: Select in solr search administration ...
by XWiki Notifications 11 Sep '25

11 Sep '25
Branch: refs/heads/stable-17.8.x Home: https://github.com/xwiki/xwiki-platform Commit: a5b913be2e5039b98f0e8c27febbd90d46f2d0c2 https://github.com/xwiki/xwiki-platform/commit/a5b913be2e5039b98f0e8c27febb… Author: LucasC <lucas.charpentier(a)xwiki.com> Date: 2025-09-11 (Thu, 11 Sep 2025) Changed paths: 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-solr/xwiki-platform-search-solr-ui/src/main/resources/XWiki/SolrSearchAdmin.xml Log Message: ----------- XWIKI-23517: Select in solr search administration does not have a name (#4563) * Fixed the customQueryLanguage. (cherry picked from commit 4d6c81f5510437b2d8db0330b766a7b0cbb27cda) 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 HELM-101: Provide a way to use a custom image for the init container that waits for Solr
by XWiki Notifications 11 Sep '25

11 Sep '25
1 0
0 0
[xwiki/xwiki-platform] 4d6c81: XWIKI-23517: Select in solr search administration ...
by XWiki Notifications 11 Sep '25

11 Sep '25
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 4d6c81f5510437b2d8db0330b766a7b0cbb27cda https://github.com/xwiki/xwiki-platform/commit/4d6c81f5510437b2d8db0330b766… Author: LucasC <lucas.charpentier(a)xwiki.com> Date: 2025-09-11 (Thu, 11 Sep 2025) Changed paths: 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-solr/xwiki-platform-search-solr-ui/src/main/resources/XWiki/SolrSearchAdmin.xml Log Message: ----------- XWIKI-23517: Select in solr search administration does not have a name (#4563) * Fixed the customQueryLanguage. 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 HELM-101: Provide wait to use custom image for init container that waits for Solr
by XWiki Notifications 11 Sep '25

11 Sep '25
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-21548: Realtime editing doesn't support clustering
by XWiki Notifications 11 Sep '25

11 Sep '25
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • ...
  • 103
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.