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]

September 2026

  • 1 participants
  • 2205 discussions
[xwiki/xwiki-platform] 6a3931: XWIKI-24782: XWiki I started, stop and then starte...
by XWiki Notifications 02 Sep '26

02 Sep '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 6a39311e1c2416992e1c8eb230e7a42801a76438 https://github.com/xwiki/xwiki-platform/commit/6a39311e1c2416992e1c8eb230e7… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-09-02 (Wed, 02 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/internal/junit5/servletengine/ServletContainerExecutor.java Log Message: ----------- XWIKI-24782: XWiki I started, stop and then started again when using JETTY_STANDALONE 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 CRAPP-335: Allow to select to show or hide change request tab
by XWiki Notifications 02 Sep '26

02 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-21549: Automatically inject options for viewing custom tabs in Look & Feel > Presentation
by XWiki Notifications 02 Sep '26

02 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-23503: 'Submit' button is active although no document is uploaded in the Office Document Viewer Macro
by XWiki Notifications 02 Sep '26

02 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for RN-16: Group changes by Category
by XWiki Notifications 02 Sep '26

02 Sep '26
1 0
0 0
[xwiki-contrib/application-releasenotes] 384803: RN-94: The release note body strings are hardcoded...
by XWiki Notifications 02 Sep '26

02 Sep '26
Branch: refs/heads/RN-94 Home: https://github.com/xwiki-contrib/application-releasenotes Commit: 384803b977fe17785e402f0bdba30ef54b3b3ca9 https://github.com/xwiki-contrib/application-releasenotes/commit/384803b977… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-09-02 (Wed, 02 Sep 2026) Changed paths: M application-releasenotes-ui/pom.xml M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/Change/ChangeSheet.xml M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/Change/DisplayChangesMacro.xml M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/Change/ReleaseNotesChangesMacro.xml M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/ContributorsClass.xml M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/ContributorsSheet.xml M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/EntryVelocityMacros.xml M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/HomeCustomReport.xml M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/HomeReleaseChanges.xml M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/HomeReleaseNotes.xml M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/MigrationFrom1x.xml M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/ReleaseNotesContributorsMacro.xml M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/Translations.xml M application-releasenotes-ui/src/main/resources/ReleaseNotes/Data/WebHome.xml M application-releasenotes-ui/src/test/java/org/xwiki/releasenotes/AddChangePageTest.java M application-releasenotes-ui/src/test/java/org/xwiki/releasenotes/ChangeSheetPageTest.java M application-releasenotes-ui/src/test/java/org/xwiki/releasenotes/DisplayChangesMacroPageTest.java M application-releasenotes-ui/src/test/java/org/xwiki/releasenotes/ReleaseNotesChangesMacroPageTest.java M application-releasenotes-ui/src/test/java/org/xwiki/releasenotes/SpaceNameIndependencePageTest.java Log Message: ----------- RN-94: The release note body strings are hardcoded English instead of going through the translation bundle * Add to ReleaseNotes.Code.Translations a key for every user-visible string left in the application, and render them with the {{translation}} macro in wiki markup, and with $services.localization.render escaped for the target in the HTML the forms are built from. * Give every XClass field its label key and every static list value its value key, so that the object editor, the sheets and the Live Data of the home page name a property the same way. * Label the fields of the change and contributors sheets with the translated pretty name of the class field rather than with a key of the sheet's own, which also ends the wording drift between the form and the class ("Summary" against "Short Description", "Extra Description (optional)" against "Additional Description (Optional)", "Contributors (one per line)" against "Contributors"). * Give the three audience sections of a release note their own keys rather than one key per repeated English string, so that translating one section does not decide the wording of the two others. * Move the "one per line" the contributors label carried to a hint on the field itself. * Reword the failure of the release note creation form: it now names the version and links the release note that already exists. * Declare the runtime dependency on the {{translation}} macro, register that macro in the page tests that render a page using it, and hold the change edit form to the labels of its class fields. Co-Authored-By: Claude Opus 5 (1M context) <noreply(a)anthropic.com> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-releasenotes/settings/notifica…
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24779: FeedPlugin.EntriesComparator never sorts anything because it reads both objects from the first entry
by XWiki Notifications 02 Sep '26

02 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24781: In-place editing of the Image Styles administration properties is broken by undefined $xobject and $xclass variables
by XWiki Notifications 02 Sep '26

02 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24779: FeedPlugin.EntriesComparator never sorts anything because it reads both objects from the first entry
by XWiki Notifications 02 Sep '26

02 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24781: In-place editing of the Image Styles administration properties is broken by undefined $xobject and $xclass variables
by XWiki Notifications 02 Sep '26

02 Sep '26
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • ...
  • 221
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.