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

  • 58986 discussions
[xwiki/xwiki-commons] 0fbb9b: Bump org.apache.commons:commons-configuration2 fro...
by XWiki Notifications 21 Mar '24

21 Mar '24
Branch: refs/heads/dependabot/maven/org.apache.commons-commons-configuration2-2.10.1 Home: https://github.com/xwiki/xwiki-commons Commit: 0fbb9b8c8418f674e1748183cdbf2c52a4228dd2 https://github.com/xwiki/xwiki-commons/commit/0fbb9b8c8418f674e1748183cdbf2… Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M pom.xml Log Message: ----------- Bump org.apache.commons:commons-configuration2 from 2.10.0 to 2.10.1 Bumps org.apache.commons:commons-configuration2 from 2.10.0 to 2.10.1. --- updated-dependencies: - dependency-name: org.apache.commons:commons-configuration2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support(a)github.com> 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] c95449: XWIKI-21571: Change default value of the reset pas...
by XWiki Notifications 21 Mar '24

21 Mar '24
Branch: refs/heads/XWIKI-21571 Home: https://github.com/xwiki/xwiki-platform Commit: c954490faa7040cdffb86aeb6823d78bba0dd50e https://github.com/xwiki/xwiki-platform/commit/c954490faa7040cdffb86aeb6823… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: R xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/ResetPasswordRequestClass.xml M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-default/src/main/java/org/xwiki/security/authentication/internal/DefaultResetPasswordManager.java M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-default/src/main/java/org/xwiki/security/authentication/internal/DefaultResetPasswordRequestResponse.java A xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-default/src/main/java/org/xwiki/security/authentication/internal/ResetPasswordRequestClassDocumentInitializer.java M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-default/src/main/resources/ApplicationResources.properties M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-default/src/main/resources/META-INF/components.txt M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-default/src/test/java/org/xwiki/security/authentication/internal/DefaultResetPasswordManagerTest.java Log Message: ----------- XWIKI-21571: Change default value of the reset password token lifetime Change the mechanism of the reset password token to not reset it at each verification code check, but only when the password is actually reset, and when its lifetime expired. Also provide a mandatory document initializer for the ResetPasswordRequest xclass. 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] (XRENDERING-742) Stop warn about failure to get a macro when preparing a XDOM
by XWiki Notifications 21 Mar '24

21 Mar '24
1 0
0 0
[xwiki/xwiki-rendering] 39e004: XRENDERING-742: Stop warn about failure to get a m...
by XWiki Notifications 21 Mar '24

21 Mar '24
Branch: refs/heads/stable-15.10.x Home: https://github.com/xwiki/xwiki-rendering Commit: 39e004a6b5fb60b87fbd22b7be62825006736f9e https://github.com/xwiki/xwiki-rendering/commit/39e004a6b5fb60b87fbd22b7be6… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/internal/transformation/macro/MacroTransformation.java Log Message: ----------- XRENDERING-742: Stop warn about failure to get a macro when preparing a XDOM * keep the log but at debug level (cherry picked from commit 1bf347f538f6015e5fd41dfd52d72c36811806a7) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
1 0
0 0
[xwiki/xwiki-rendering] ec8d33: XRENDERING-742: Stop warn about failure to get a m...
by XWiki Notifications 21 Mar '24

21 Mar '24
Branch: refs/heads/stable-16.2.x Home: https://github.com/xwiki/xwiki-rendering Commit: ec8d339d747ff57a9443dd5ab32428b066a8ed3e https://github.com/xwiki/xwiki-rendering/commit/ec8d339d747ff57a9443dd5ab32… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/internal/transformation/macro/MacroTransformation.java Log Message: ----------- XRENDERING-742: Stop warn about failure to get a macro when preparing a XDOM * keep the log but at debug level (cherry picked from commit 1bf347f538f6015e5fd41dfd52d72c36811806a7) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
1 0
0 0
[xwiki/xwiki-rendering] 1bf347: XRENDERING-742: Stop warn about failure to get a m...
by XWiki Notifications 21 Mar '24

21 Mar '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-rendering Commit: 1bf347f538f6015e5fd41dfd52d72c36811806a7 https://github.com/xwiki/xwiki-rendering/commit/1bf347f538f6015e5fd41dfd52d… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/internal/transformation/macro/MacroTransformation.java Log Message: ----------- XRENDERING-742: Stop warn about failure to get a macro when preparing a XDOM * keep the log but at debug level To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
1 0
0 0
[jira@xwiki.org][Issue] (XRENDERING-742) Stop warn about failure to get a macro when preparing a XDOM
by XWiki Notifications 21 Mar '24

21 Mar '24
1 0
0 0
[jira@xwiki.org][Issue] (XWIKI-16319) When loading a document all its attachments are tagged with metadata dirty
by XWiki Notifications 21 Mar '24

21 Mar '24
1 0
0 0
[jira@xwiki.org][Issue] (XWIKI-16319) When loading a document all its attachments are tagged with metadata dirty
by XWiki Notifications 21 Mar '24

21 Mar '24
1 0
0 0
[jira@xwiki.org][Issue] (XWIKI-22011) Solr NodeConfig WARN in logs when starting XWiki 16.2.0 RC1
by XWiki Notifications 21 Mar '24

21 Mar '24
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 4759
  • 4760
  • 4761
  • 4762
  • 4763
  • 4764
  • 4765
  • ...
  • 5899
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.