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

  • 58957 discussions
[xwiki/xwiki-platform] 7461ba: XWIKI-20435: Pencil icon in user profile can be di...
by XWiki Notifications 27 Feb '24

27 Feb '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 7461bac6bbba52befecac6d2c03cc9869b6cef35 https://github.com/xwiki/xwiki-platform/commit/7461bac6bbba52befecac6d2c03c… Author: Lucas C <lucas.charpentier(a)imt-atlantique.net> Date: 2024-02-27 (Tue, 27 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-dashboard/xwiki-platform-dashboard-ui/src/main/resources/Dashboard/XWikiUserDashboardSheet.xml M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/xwiki-platform-user-profile-ui/src/main/resources/XWiki/XWikiUserPreferencesSheet.xml M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/xwiki-platform-user-profile-ui/src/main/resources/XWiki/XWikiUserProfileSheet.xml M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/xwiki-platform-user-profile-ui/src/main/resources/XWiki/XWikiUserSheet.xml Log Message: ----------- XWIKI-20435: Pencil icon in user profile can be displayed white over white and thus not be visible (#2728) * Replaced the custom color mappings with a bootstrap standard class for the action-button 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] 36dc90: XWIKI-14054: Don't have the option to Edit users a...
by XWiki Notifications 27 Feb '24

27 Feb '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 36dc90695ff1288ec717f42e550b9ea465082188 https://github.com/xwiki/xwiki-platform/commit/36dc90695ff1288ec717f42e550b… Author: Lucas C <lucas.charpentier(a)imt-atlantique.net> Date: 2024-02-27 (Tue, 27 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/xwiki-platform-user-profile-ui/src/main/resources/XWiki/XWikiUserSheet.xml Log Message: ----------- XWIKI-14054: Don't have the option to Edit users avatar from view mode as Admin (only my own) (#2771) * Added an alternative condition to allow direct edit of the profile picture to improve consistency of the UI for admins and people with right on profile pages * Removed an outdated condition 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] 92d8ef: XWIKI-12471: Bad location of "Log-in" in comment i...
by XWiki Notifications 27 Feb '24

27 Feb '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 92d8ef004554730bb4b0b355f8aa2578f432a1ee https://github.com/xwiki/xwiki-platform/commit/92d8ef004554730bb4b0b355f8aa… Author: Lucas C <lucas.charpentier(a)imt-atlantique.net> Date: 2024-02-27 (Tue, 27 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/commentsinline.vm M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources.properties M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/viewers/comments.js Log Message: ----------- XWIKI-12471: Bad location of "Log-in" in comment in an empty wiki (#2769) * XWIKI-12471: Bad location of "Log-in" in comment in an empty wiki * Replaced the link after opening the popup by an additionnal button when adding a comment as a guest * Fixed the redirect to fit with today's comment URL * Code style fix * Replaced a fragile boolean * Improved the redirect URL 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] (REPLICAT-183) Dedicate a store for each target instance
by XWiki Notifications 27 Feb '24

27 Feb '24
1 0
0 0
[xwiki-contrib/application-replication] 8a3eb9: REPLICAT-183: Dedicate a store for each target ins...
by XWiki Notifications 27 Feb '24

27 Feb '24
Branch: refs/heads/master Home: https://github.com/xwiki-contrib/application-replication Commit: 8a3eb98054e75e476ee1e16201ba7a95e8313f35 https://github.com/xwiki-contrib/application-replication/commit/8a3eb98054e… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-02-27 (Tue, 27 Feb 2024) Changed paths: M pom.xml M replication-api/src/main/java/org/xwiki/contrib/replication/log/ReplicationMessageEventQuery.java M replication-default/src/main/java/org/xwiki/contrib/replication/internal/message/AbstractReplicationMessageStore.java M replication-default/src/main/java/org/xwiki/contrib/replication/internal/message/DefaultReplicationSender.java M replication-default/src/main/java/org/xwiki/contrib/replication/internal/message/ReplicationReceiverMessageQueue.java M replication-default/src/main/java/org/xwiki/contrib/replication/internal/message/ReplicationSenderMessageQueue.java M replication-default/src/main/java/org/xwiki/contrib/replication/internal/message/ReplicationSenderMessageStore.java M replication-test/replication-test-tests/src/test/it/org/xwiki/replication/test/ReplicationIT.java Log Message: ----------- REPLICAT-183: Dedicate a store for each target instance Commit: e0884f3822df28bd9c3121e1c567c3d37a2fcf76 https://github.com/xwiki-contrib/application-replication/commit/e0884f3822d… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-02-27 (Tue, 27 Feb 2024) Changed paths: M replication-entity/replication-entity-default/src/main/java/org/xwiki/contrib/replication/entity/internal/controller/DefaultDocumentReplicationController.java Log Message: ----------- REPLICAT-182: Default DocumentReplicationController#receiveREFERENCEDocument implementation should rely on the message to find the controller Compare: https://github.com/xwiki-contrib/application-replication/compare/5908412373… To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-replication/settings/notificat…
1 0
0 0
[jira@xwiki.org][Issue] (XWIKI-21286) Upgrade to JSqlParser 4.8
by XWiki Notifications 27 Feb '24

27 Feb '24
1 0
0 0
[jira@xwiki.org][Issue] (REPLICAT-183) Dedicate a store for each target instance
by XWiki Notifications 27 Feb '24

27 Feb '24
1 0
0 0
[jira@xwiki.org][Issue] (XWIKI-21172) Upgrade to Oracle connector 23.3.0.0
by XWiki Notifications 27 Feb '24

27 Feb '24
1 0
0 0
[jira@xwiki.org][Issue] (REPLICAT-182) Default DocumentReplicationController#receiveREFERENCEDocument implementation should rely on the message to find the controller
by XWiki Notifications 27 Feb '24

27 Feb '24
1 0
0 0
[jira@xwiki.org][Issue] (REPLICAT-182) Default DocumentReplicationController#receiveREFERENCEDocument implementation should rely on the message to find the controller
by XWiki Notifications 27 Feb '24

27 Feb '24
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 4918
  • 4919
  • 4920
  • 4921
  • 4922
  • 4923
  • 4924
  • ...
  • 5896
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.