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]

  • 58331 discussions
[xwiki/xwiki-platform] b36877: [Misc] Refactor tests in refactoring-api
by XWiki Notifications 29 Oct '24

29 Oct '24
Branch: refs/heads/stable-15.10.x Home: https://github.com/xwiki/xwiki-platform Commit: b3687750a0df47922e83b7c0ae9b1a4c9a0f817a https://github.com/xwiki/xwiki-platform/commit/b3687750a0df47922e83b7c0ae9b… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-10-29 (Tue, 29 Oct 2024) Changed paths: M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/test/java/org/xwiki/refactoring/internal/job/AbstractEntityJobTest.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/test/java/org/xwiki/refactoring/internal/job/AbstractJobTest.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/test/java/org/xwiki/refactoring/internal/job/AbstractMoveJobTest.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/test/java/org/xwiki/refactoring/internal/job/CopyAsJobTest.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/test/java/org/xwiki/refactoring/internal/job/CopyJobTest.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/test/java/org/xwiki/refactoring/internal/job/CreateJobTest.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/test/java/org/xwiki/refactoring/internal/job/DeleteJobTest.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/test/java/org/xwiki/refactoring/internal/job/EntityJobTest.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/PermanentlyDeleteJobTest.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/job/RestoreJobTest.java Log Message: ----------- [Misc] Refactor tests in refactoring-api (cherry picked from commit 0a31668ebd637b664cfc9bf1af8c16d2545d0f3d) 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] 0a3166: [Misc] Refactor tests in refactoring-api
by XWiki Notifications 29 Oct '24

29 Oct '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 0a31668ebd637b664cfc9bf1af8c16d2545d0f3d https://github.com/xwiki/xwiki-platform/commit/0a31668ebd637b664cfc9bf1af8c… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-10-29 (Tue, 29 Oct 2024) Changed paths: M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/test/java/org/xwiki/refactoring/internal/job/AbstractEntityJobTest.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/test/java/org/xwiki/refactoring/internal/job/AbstractJobTest.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/test/java/org/xwiki/refactoring/internal/job/AbstractMoveJobTest.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/test/java/org/xwiki/refactoring/internal/job/CopyAsJobTest.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/test/java/org/xwiki/refactoring/internal/job/CopyJobTest.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/test/java/org/xwiki/refactoring/internal/job/CreateJobTest.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/test/java/org/xwiki/refactoring/internal/job/DeleteJobTest.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/test/java/org/xwiki/refactoring/internal/job/EntityJobTest.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/PermanentlyDeleteJobTest.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/job/RestoreJobTest.java Log Message: ----------- [Misc] Refactor tests in refactoring-api To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-rendering] fe10e0: [Misc] Add stats and rework some sections
by XWiki Notifications 29 Oct '24

29 Oct '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-rendering Commit: fe10e07429ab3c4bc7b88fffc7fbb42fb49b3b71 https://github.com/xwiki/xwiki-rendering/commit/fe10e07429ab3c4bc7b88fffc7f… Author: Vincent Massol <vincent(a)massol.net> Date: 2024-10-29 (Tue, 29 Oct 2024) Changed paths: M README.md Log Message: ----------- [Misc] Add stats and rework some sections To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
1 0
0 0
[xwiki/xwiki-commons] 49d739: [Misc] Add stats and rework some sections
by XWiki Notifications 29 Oct '24

29 Oct '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: 49d739d91a97be1df64f9962dfe0ccd9165fb742 https://github.com/xwiki/xwiki-commons/commit/49d739d91a97be1df64f9962dfe0c… Author: Vincent Massol <vincent(a)massol.net> Date: 2024-10-29 (Tue, 29 Oct 2024) Changed paths: M README.md Log Message: ----------- [Misc] Add stats and rework some sections To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] dbdeb3: [Misc] Create a new Statistics section and link to...
by XWiki Notifications 29 Oct '24

29 Oct '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: dbdeb34c00005de6171f9b6c8416e416b3965bd0 https://github.com/xwiki/xwiki-platform/commit/dbdeb34c00005de6171f9b6c8416… Author: Vincent Massol <vincent(a)massol.net> Date: 2024-10-29 (Tue, 29 Oct 2024) Changed paths: M README.md Log Message: ----------- [Misc] Create a new Statistics section and link to the project health page 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] a9eb50: [Misc] Move Blog in its own paragraph as it's not ...
by XWiki Notifications 29 Oct '24

29 Oct '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: a9eb50c3c1f3f30c1941b32fcef5d0c4826c38ea https://github.com/xwiki/xwiki-platform/commit/a9eb50c3c1f3f30c1941b32fcef5… Author: Vincent Massol <vincent(a)massol.net> Date: 2024-10-29 (Tue, 29 Oct 2024) Changed paths: M README.md Log Message: ----------- [Misc] Move Blog in its own paragraph as it's not a way to get in touch 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-22616: Livedata - add filter parameter to remove hard coded limit
by XWiki Notifications 29 Oct '24

29 Oct '24
1 0
0 0
[xwiki/xwiki-platform] 60d9de: [Misc] Explain why the issue column is empty
by XWiki Notifications 29 Oct '24

29 Oct '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 60d9de95d8a08091ead4fecbd272756ddcf94f19 https://github.com/xwiki/xwiki-platform/commit/60d9de95d8a08091ead4fecbd272… Author: Vincent Massol <vincent(a)massol.net> Date: 2024-10-29 (Tue, 29 Oct 2024) Changed paths: M README.md Log Message: ----------- [Misc] Explain why the issue column is empty 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] 525685: [Misc] Display repo stats + contributor pics
by XWiki Notifications 29 Oct '24

29 Oct '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 52568521ffc712fd7a69bc4169cad1347793153f https://github.com/xwiki/xwiki-platform/commit/52568521ffc712fd7a69bc4169ca… Author: Vincent Massol <vincent(a)massol.net> Date: 2024-10-29 (Tue, 29 Oct 2024) Changed paths: M README.md Log Message: ----------- [Misc] Display repo stats + contributor pics 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-22615: BaseElement#toXMLString does not take into account the "format" parameter
by XWiki Notifications 29 Oct '24

29 Oct '24
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 3650
  • 3651
  • 3652
  • 3653
  • 3654
  • 3655
  • 3656
  • ...
  • 5834
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.