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
notifications@xwiki.org

  • 1 participants
  • 60020 discussions
[jira@xwiki.org][Issue] Updates for XWIKI-22530: A broken document initializer can prevent XWiki from starting at all
by XWiki Notifications 01 Oct '24

01 Oct '24
1 0
0 0
[xwiki-contrib/confluence] 73583a: CONFLUENCE-28: Introduce entity reference resolver...
by XWiki Notifications 01 Oct '24

01 Oct '24
Branch: refs/heads/issue_CONFLUENCE-28 Home: https://github.com/xwiki-contrib/confluence Commit: 73583a29dc4c06ba0b98d8581bcb9c2741a9a08e https://github.com/xwiki-contrib/confluence/commit/73583a29dc4c06ba0b98d858… Author: Clemens Klein-Robbenhaar <robbenhaar(a)green-meadows.de> Date: 2024-10-01 (Tue, 01 Oct 2024) Changed paths: M confluence-syntax-confluence/src/main/java/org/xwiki/contrib/confluence/parser/confluence/internal/wikimodel/ConfluenceResourceReferenceParser.java Log Message: ----------- CONFLUENCE-28: Introduce entity reference resolver for Confluence reference syntax * and yet another @since to update To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
1 0
0 0
[xwiki-contrib/confluence] 9725ad: CONFLUENCE-28: Introduce entity reference resolver...
by XWiki Notifications 01 Oct '24

01 Oct '24
Branch: refs/heads/issue_CONFLUENCE-28 Home: https://github.com/xwiki-contrib/confluence Commit: 9725ad4b48727c50c3fc1571acc4e4770e81c7a1 https://github.com/xwiki-contrib/confluence/commit/9725ad4b48727c50c3fc1571… Author: Clemens Klein-Robbenhaar <robbenhaar(a)green-meadows.de> Date: 2024-10-01 (Tue, 01 Oct 2024) Changed paths: M confluence-syntax-confluence/src/test/java/org/xwiki/contrib/confluence/parser/confluence/internal/wikimodel/ConfluenceResourceReferenceParserTest.java M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceInputStreamParser.java Log Message: ----------- CONFLUENCE-28: Introduce entity reference resolver for Confluence reference syntax * fix formatting of tests and since-version of newly introduced component To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-22323: Refactoring operation should wait for the Solr index to be empty before proceeding
by XWiki Notifications 01 Oct '24

01 Oct '24
1 0
0 0
[xwiki-contrib/confluence] 3bdf96: CONFLUENCE-28: Introduce entity reference resolver...
by XWiki Notifications 01 Oct '24

01 Oct '24
Branch: refs/heads/issue_CONFLUENCE-28 Home: https://github.com/xwiki-contrib/confluence Commit: 3bdf9640db78bdfdc9545c42ad632fb02bc06932 https://github.com/xwiki-contrib/confluence/commit/3bdf9640db78bdfdc9545c42… Author: Clemens Klein-Robbenhaar <robbenhaar(a)green-meadows.de> Date: 2024-10-01 (Tue, 01 Oct 2024) Changed paths: M confluence-syntax-confluence/src/main/java/org/xwiki/contrib/confluence/parser/confluence/internal/ConfluenceParser.java M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceInputFilterStream.java A confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceInputStreamParser.java M confluence-xml/src/main/resources/META-INF/components.txt Log Message: ----------- CONFLUENCE-28: Introduce entity reference resolver for Confluence reference syntax * instead of cloning the existing ConfluenceParser component write a separate one with a different reference parser. This avoids the clone step when initializing the ConfluenceInputFilterStream To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
1 0
0 0
[jira@xwiki.org][Issue] Updates for OIDC-195: Allow creating and manage user access tokens
by XWiki Notifications 01 Oct '24

01 Oct '24
1 0
0 0
[jira@xwiki.org][Issue] Updates for ADMINTOOL-80: Make the home page work on recent XWiki versions without legacy modules
by XWiki Notifications 01 Oct '24

01 Oct '24
1 0
0 0
[xwiki-contrib/application-admintools] d452a4: Fix detection of incompatible XWiki version
by XWiki Notifications 01 Oct '24

01 Oct '24
Branch: refs/heads/master Home: https://github.com/xwiki-contrib/application-admintools Commit: d452a4706efd426334d77e2ade04c6d8ea8968ee https://github.com/xwiki-contrib/application-admintools/commit/d452a4706efd… Author: Antoine Mottier <antoine.mottier(a)ow2.org> Date: 2024-09-30 (Mon, 30 Sep 2024) Changed paths: M src/main/resources/Admin/DB2FS.xml Log Message: ----------- Fix detection of incompatible XWiki version Due to `ListAttachmentArchive` being moved from `org.xwiki.store.legacy.doc.internal` to `com.xpn.xwiki.internal.doc` in XWiki 12.0 the class import fail in any version higher than 12. Removing the import and using instead a fully qualified class name allow the code in the page that check XWiki for compatibility to successfully being executed instead of failing on the import statement: ``` if (versionEnvironment.compareTo(version910) >= 0) print '{{error}}This tool cannot be used in XWiki >= 9.11RC11{{/error}}' ``` Commit: 14d0cdf11c67d425941f632def06f9a2551a82a4 https://github.com/xwiki-contrib/application-admintools/commit/14d0cdf11c67… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-10-01 (Tue, 01 Oct 2024) Changed paths: M src/main/resources/Admin/DB2FS.xml Log Message: ----------- Merge pull request #34 from amottier/fix-db2fs-version-test Compare: https://github.com/xwiki-contrib/application-admintools/compare/67d762ecf89… To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-admintools/settings/notificati…
1 0
0 0
[xwiki-contrib/application-admintools] 4a6542: Fix deprecated usage of include macro parameter
by XWiki Notifications 01 Oct '24

01 Oct '24
Branch: refs/heads/master Home: https://github.com/xwiki-contrib/application-admintools Commit: 4a65428bcaa4251b0f1c9654adaa49550fc38091 https://github.com/xwiki-contrib/application-admintools/commit/4a65428bcaa4… Author: Antoine Mottier <antoine.mottier(a)ow2.org> Date: 2024-09-30 (Mon, 30 Sep 2024) Changed paths: M src/main/resources/Admin/WebHome.xml Log Message: ----------- Fix deprecated usage of include macro parameter According to the [include macro documentation](https://extensions.xwiki.org/xwiki/bin/view/Extension/Includ…, `document` parameter is deprecated since XWiki 3.4M1. This commit replace the usage of `document` by `reference` as recommended in [ADMINTOOL-80](https://jira.xwiki.org/browse/ADMINTOOL-80). Commit: 67d762ecf89bd77c62e96c79d578d9866632b9b3 https://github.com/xwiki-contrib/application-admintools/commit/67d762ecf89b… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-10-01 (Tue, 01 Oct 2024) Changed paths: M src/main/resources/Admin/WebHome.xml Log Message: ----------- Merge pull request #35 from amottier/fix-deprecated-include-macro-parameter Compare: https://github.com/xwiki-contrib/application-admintools/compare/512c51dcd2f… To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-admintools/settings/notificati…
1 0
0 0
[jira@xwiki.org][Issue] Updates for TESTREPORT-43: Cannot insert text by keyboard in the editable fields when adding or editing a test
by XWiki Notifications 30 Sep '24

30 Sep '24
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 3969
  • 3970
  • 3971
  • 3972
  • 3973
  • 3974
  • 3975
  • ...
  • 6002
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.