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]

  • 57754 discussions
[[email protected]][Issue] Updates for XWIKI-22871: NPE Warnings after upgrading XWiki to 16.10.3 related to DefaultJobStatusStore - Failed to load job status
by XWiki Notifications 10 Feb '25

10 Feb '25
1 0
0 0
[[email protected]][Issue] Updates for JOBMACRO-20: Jobs executed with the job macro don't display / store logs
by XWiki Notifications 10 Feb '25

10 Feb '25
1 0
0 0
[[email protected]][Issue] Updates for JOBMACRO-21: Get rid of all the status serialization hacks
by XWiki Notifications 10 Feb '25

10 Feb '25
1 0
0 0
[xwiki-contrib/macro-job] 7cc0fa: JOBMACRO-21: Get rid of all the status serializati...
by XWiki Notifications 10 Feb '25

10 Feb '25
Branch: refs/heads/master Home: https://github.com/xwiki-contrib/macro-job Commit: 7cc0fa98c4aabfda8f8f5785f7e632ad129d7ef2 https://github.com/xwiki-contrib/macro-job/commit/7cc0fa98c4aabfda8f8f5785f… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-02-10 (Mon, 10 Feb 2025) Changed paths: M macro-job/src/main/java/org/xwiki/contrib/jobmacro/internal/JobMacro.java M macro-job/src/main/java/org/xwiki/contrib/jobmacro/internal/JobMacroJob.java R macro-job/src/main/java/org/xwiki/contrib/jobmacro/internal/JobMacroStatus.java R macro-job/src/main/java/org/xwiki/contrib/jobmacro/internal/JobMacroStatusWrapper.java Log Message: ----------- JOBMACRO-21: Get rid of all the status serialization hacks To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/macro-job/settings/notifications
1 0
0 0
[xwiki/xwiki-rendering] 2b43b1: XRENDERING-764: Add an option for messages to be s...
by XWiki Notifications 10 Feb '25

10 Feb '25
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-rendering Commit: 2b43b13304564c1b5f19092a8a3bb3c660d48a54 https://github.com/xwiki/xwiki-rendering/commit/2b43b13304564c1b5f19092a8a3… Author: LucasC <lucas.charpentier(a)xwiki.com> Date: 2025-02-10 (Mon, 10 Feb 2025) Changed paths: M xwiki-rendering-macros/xwiki-rendering-macro-message/src/main/java/org/xwiki/rendering/internal/macro/message/AbstractMessageMacro.java A xwiki-rendering-macros/xwiki-rendering-macro-message/src/main/java/org/xwiki/rendering/macro/message/MessageMacroParameters.java M xwiki-rendering-macros/xwiki-rendering-macro-message/src/main/resources/ApplicationResources.properties M xwiki-rendering-macros/xwiki-rendering-macro-message/src/test/java/org/xwiki/rendering/macro/message/MessageMacroTest.java Log Message: ----------- XRENDERING-764: Add an option for messages to be set as status (#319) * Created a class for the parameters specific to message macros (right now, only the new `status`). * Used this new parameter in the macro execution to change the result accordingly. * Updated tests to fit the new method requirements. * Added a test for the status boolean parameter * Added translations for all four types of messages. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] c69751: XWIKI-22787: Pinned Pages are lost on space move f...
by XWiki Notifications 10 Feb '25

10 Feb '25
Branch: refs/heads/XWIKI-22787-partial-move Home: https://github.com/xwiki/xwiki-platform Commit: c6975188d2e09df8cb7714de71da0bf1f3860fdf https://github.com/xwiki/xwiki-platform/commit/c6975188d2e09df8cb7714de71da… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2025-02-10 (Mon, 10 Feb 2025) Changed paths: 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/AbstractEntityJob.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/job/AbstractEntityJobWithChecks.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/job/MoveJob.java Log Message: ----------- XWIKI-22787: Pinned Pages are lost on space move for non admin user * Start work to have specific handling of WebPreferences in case of move/rename/copy of a full space * WIP: needs to add tests Commit: 4aff6c8479aa6b0c196c84cd7b3ffcdcba9752c0 https://github.com/xwiki/xwiki-platform/commit/4aff6c8479aa6b0c196c84cd7b3f… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2025-02-10 (Mon, 10 Feb 2025) Changed paths: 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/MoveJob.java Log Message: ----------- XWIKI-22787: Pinned Pages are lost on space move for non admin user * Start handling case when performing partial move to copy the WebPreferences * WIP: currently not working because we only process what's provided in the request, and not what's been selected in #getEntities: we need to fix that logic Compare: https://github.com/xwiki/xwiki-platform/compare/c6975188d2e0%5E...4aff6c847… 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] 0608ad: XWIKI-22787: Pinned Pages are lost on space move f...
by XWiki Notifications 10 Feb '25

10 Feb '25
Branch: refs/heads/XWIKI-22787 Home: https://github.com/xwiki/xwiki-platform Commit: 0608ada21cc90981ff41baa4a469895e4721f286 https://github.com/xwiki/xwiki-platform/commit/0608ada21cc90981ff41baa4a469… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2025-02-10 (Mon, 10 Feb 2025) Changed paths: 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/AbstractEntityJob.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/job/AbstractEntityJobWithChecks.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/job/MoveJob.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/test/java/org/xwiki/refactoring/internal/job/MoveJobTest.java Log Message: ----------- XWIKI-22787: Pinned Pages are lost on space move for non admin user * Start work to have specific handling of WebPreferences in case of move/rename/copy of a full space * WIP: needs to add tests 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-22871: NPE Warnings after upgrading XWiki to 16.10.3 related to DefaultJobStatusStore - Failed to load job status
by XWiki Notifications 10 Feb '25

10 Feb '25
1 0
0 0
[[email protected]][Issue] Updates for BVERSION-141: Publishing is restricted to administrators right now
by XWiki Notifications 10 Feb '25

10 Feb '25
1 0
0 0
[xwiki-contrib/book-versions] 79782b: BVERSION-141: Publishing is restricted to administ...
by XWiki Notifications 10 Feb '25

10 Feb '25
Branch: refs/heads/master Home: https://github.com/xwiki-contrib/book-versions Commit: 79782b5982fc577fe1f233ef4dbee45e542aee69 https://github.com/xwiki-contrib/book-versions/commit/79782b5982fc577fe1f23… Author: Mathieu Pace <mathieu.pace(a)xwiki.com> Date: 2025-02-10 (Mon, 10 Feb 2025) Changed paths: M application-book-versions-ui/src/main/resources/BookVersions/Code/publicationJob.xml Log Message: ----------- BVERSION-141: Publishing is restricted to administrators right now * Removing the access check, which was not working as expected by the way To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 2944
  • 2945
  • 2946
  • 2947
  • 2948
  • 2949
  • 2950
  • ...
  • 5776
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.