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

August 2025

  • 1 participants
  • 1440 discussions
[xwiki/xwiki-platform] 1d4fff: XWIKI-19029: No warning when leaving object editor...
by XWiki Notifications 29 Aug '25

29 Aug '25
Branch: refs/heads/stable-16.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 1d4fff45672a2fd452cafcd1453de28cf6ac5e42 https://github.com/xwiki/xwiki-platform/commit/1d4fff45672a2fd452cafcd1453d… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2025-08-29 (Fri, 29 Aug 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/ObjectEditorIT.java M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/dataeditors.js Log Message: ----------- XWIKI-19029: No warning when leaving object editor after starting editions * Ensure to flag an unsaved change when the input are changed and use that flag to prevent leaving the page without saving * Improve tests to cover this (cherry picked from commit 889fb1170d7b92d5ee2b6f5e980d2f9b072c21d8) Commit: 84b384cfcd7c4e62dbdbb0f737baae127aabe163 https://github.com/xwiki/xwiki-platform/commit/84b384cfcd7c4e62dbdbb0f737ba… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2025-08-29 (Fri, 29 Aug 2025) Changed paths: M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/dataeditors.js Log Message: ----------- XWIKI-19029: No warning when leaving object editor after starting editions * Only listen to some inputs (cherry picked from commit 375991d7a5a66cc4649af0b7fb111314d9e3a3be) Compare: https://github.com/xwiki/xwiki-platform/compare/f1a4fba41dd1...84b384cfcd7c 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] 044eb5: XWIKI-22806: Refactor dataeditors.js to get rid of...
by XWiki Notifications 29 Aug '25

29 Aug '25
Branch: refs/heads/stable-17.4.x Home: https://github.com/xwiki/xwiki-platform Commit: 044eb5c1e97f671efea9ebcf54e3a5f973b30409 https://github.com/xwiki/xwiki-platform/commit/044eb5c1e97f671efea9ebcf54e3… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2025-08-29 (Fri, 29 Aug 2025) 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-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/EditClassIT.java M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/dataeditors.js M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/meta.js Log Message: ----------- XWIKI-22806: Refactor dataeditors.js to get rid of prototypejs (#3528) * Introduction of action in meta.js * Refactoring of dataeditors.js to get rid of prototype and to use xm.action for performing AJAX requests. * Apply suggestions from code review Apply changes following @mflorea's review * Use standard l10n loader * Get rid of prototypejs Class.create * Use CSS.escape static call * Fix syntax error * use jquery-sortable for handling sorting the properties * Fix indentation * Fix initialization * Fix remaining bugs * Fix test --------- Co-authored-by: Marius Dumitru Florea <marius(a)xwiki.com> (cherry picked from commit b0dbff028d803cbef22276adaff5720b9a57c02f) Commit: 73b8ab75989ee16db9da3d7911e3511ecf172634 https://github.com/xwiki/xwiki-platform/commit/73b8ab75989ee16db9da3d7911e3… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2025-08-29 (Fri, 29 Aug 2025) Changed paths: M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/dataeditors.js Log Message: ----------- XWIKI-22806: Refactor dataeditors.js to get rid of prototypejs * Fix displaying the dialog to prevent user leaving the editor without saving (cherry picked from commit 5702af8445f755b6aa524da3465bfe88c75e65cd) Commit: 86b665195a592c7546a71e72051d90bf3fa565c9 https://github.com/xwiki/xwiki-platform/commit/86b665195a592c7546a71e72051d… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2025-08-29 (Fri, 29 Aug 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/EditClassIT.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/editor/ClassEditPage.java M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/dataeditors.js Log Message: ----------- XWIKI-22806: Refactor dataeditors.js to get rid of prototypejs * Fix regression with class editor * Add integration test (cherry picked from commit 3cc99b1bddcbd70f9fc13a6b846021cbad45c6ef) Commit: 63a9ee931a886f477333ee620581d50e809d54bb https://github.com/xwiki/xwiki-platform/commit/63a9ee931a886f477333ee620581… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2025-08-29 (Fri, 29 Aug 2025) Changed paths: M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/dataeditors.js Log Message: ----------- XWIKI-22806: Refactor dataeditors.js to get rid of prototypejs * Specify the path for jquery-ui dependency (cherry picked from commit 95dcd393c365d0c18e264612b63a0a504a7da888) Compare: https://github.com/xwiki/xwiki-platform/compare/b17b4bd47661...63a9ee931a88 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 OIDC-258: Install of oidc-provider extension fail
by XWiki Notifications 29 Aug '25

29 Aug '25
1 0
0 0
[xwiki/xwiki-platform] 848929: XWIKI-22806: Refactor dataeditors.js to get rid of...
by XWiki Notifications 29 Aug '25

29 Aug '25
Branch: refs/heads/stable-16.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 848929c3a43b564e606e5796882ea3b52bbcd2d0 https://github.com/xwiki/xwiki-platform/commit/848929c3a43b564e606e5796882e… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2025-08-29 (Fri, 29 Aug 2025) 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-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/EditClassIT.java M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/dataeditors.js M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/meta.js Log Message: ----------- XWIKI-22806: Refactor dataeditors.js to get rid of prototypejs (#3528) * Introduction of action in meta.js * Refactoring of dataeditors.js to get rid of prototype and to use xm.action for performing AJAX requests. * Apply suggestions from code review Apply changes following @mflorea's review * Use standard l10n loader * Get rid of prototypejs Class.create * Use CSS.escape static call * Fix syntax error * use jquery-sortable for handling sorting the properties * Fix indentation * Fix initialization * Fix remaining bugs * Fix test --------- Co-authored-by: Marius Dumitru Florea <marius(a)xwiki.com> (cherry picked from commit b0dbff028d803cbef22276adaff5720b9a57c02f) Commit: 1ec52ea93d1b769e9c272bf2b7c8afbf7007602d https://github.com/xwiki/xwiki-platform/commit/1ec52ea93d1b769e9c272bf2b7c8… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2025-08-29 (Fri, 29 Aug 2025) Changed paths: M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/dataeditors.js Log Message: ----------- XWIKI-22806: Refactor dataeditors.js to get rid of prototypejs * Fix displaying the dialog to prevent user leaving the editor without saving (cherry picked from commit 5702af8445f755b6aa524da3465bfe88c75e65cd) Commit: 9e16040889f0a062302c9e8de271f096d06b5ba8 https://github.com/xwiki/xwiki-platform/commit/9e16040889f0a062302c9e8de271… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2025-08-29 (Fri, 29 Aug 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/EditClassIT.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/editor/ClassEditPage.java M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/dataeditors.js Log Message: ----------- XWIKI-22806: Refactor dataeditors.js to get rid of prototypejs * Fix regression with class editor * Add integration test (cherry picked from commit 3cc99b1bddcbd70f9fc13a6b846021cbad45c6ef) Commit: f1a4fba41dd1ee15e6185c30a89dd2b464574e68 https://github.com/xwiki/xwiki-platform/commit/f1a4fba41dd1ee15e6185c30a89d… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2025-08-29 (Fri, 29 Aug 2025) Changed paths: M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/dataeditors.js Log Message: ----------- XWIKI-22806: Refactor dataeditors.js to get rid of prototypejs * Specify the path for jquery-ui dependency (cherry picked from commit 95dcd393c365d0c18e264612b63a0a504a7da888) Compare: https://github.com/xwiki/xwiki-platform/compare/ca119eaf3f8f...f1a4fba41dd1 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki-contrib/jira] bf055e: JIRA-82: Jira Macro adds content instead of replac...
by XWiki Notifications 29 Aug '25

29 Aug '25
Branch: refs/heads/JIRA-82 Home: https://github.com/xwiki-contrib/jira Commit: bf055ef2f084d3b6af67d43115b9207ae82d0300 https://github.com/xwiki-contrib/jira/commit/bf055ef2f084d3b6af67d43115b920… Author: Josué Tille <josue.tille(a)xwiki.com> Date: 2025-08-29 (Fri, 29 Aug 2025) Changed paths: M jira-macro/jira-macro-default/src/main/java/org/xwiki/contrib/jira/macro/internal/displayer/AbstractJIRADisplayer.java M jira-macro/jira-macro-default/src/main/java/org/xwiki/contrib/jira/macro/internal/displayer/ListJIRADisplayer.java M jira-macro/jira-macro-default/src/main/java/org/xwiki/contrib/jira/macro/internal/displayer/TableJIRADisplayer.java A jira-macro/jira-macro-default/src/main/resources/ApplicationResources.properties Log Message: ----------- JIRA-82: Jira Macro adds content instead of replacing it on each props save (in-place editor) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/jira/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] b0b13a: XWIKI-23492: Bad error message when copying a wiki...
by XWiki Notifications 29 Aug '25

29 Aug '25
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: b0b13aff0ab40e44ca617ca4e159e384c074b00c https://github.com/xwiki/xwiki-platform/commit/b0b13aff0ab40e44ca617ca4e159… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2025-08-29 (Fri, 29 Aug 2025) Changed paths: M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-default/src/main/java/org/xwiki/wiki/internal/manager/DefaultWikiManager.java Log Message: ----------- XWIKI-23492: Bad error message when copying a wiki to an id that already exists * Fix checkstyle 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 OIDC-258: Install of oidc-provider extension fail
by XWiki Notifications 29 Aug '25

29 Aug '25
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-23493: Unrelated diff in mail from like notification
by XWiki Notifications 29 Aug '25

29 Aug '25
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-20298: Wiki pages that produce <br> tags can't always be exported to PDF
by XWiki Notifications 29 Aug '25

29 Aug '25
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-20298: Wiki pages that produce <br> tags can't always be exported to PDF
by XWiki Notifications 29 Aug '25

29 Aug '25
1 0
0 0
  • ← Newer
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • ...
  • 144
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.