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]

  • 58770 discussions
[xwiki/xwiki-platform] 358555: Translated using Weblate (Ukrainian)
by XWiki Notifications 12 Jan '26

12 Jan '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 3585550dd4e2f20980f864c6bd77c5fb0481cc47 https://github.com/xwiki/xwiki-platform/commit/3585550dd4e2f20980f864c6bd77… Author: Nikita Petrenko <petrenkonikserg(a)gmail.com> Date: 2026-01-12 (Mon, 12 Jan 2026) Changed paths: M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-ui/src/main/resources/XWiki/Mentions/MentionsTranslations.uk.xml Log Message: ----------- Translated using Weblate (Ukrainian) Currently translated at 100.0% (21 of 21 strings) Translation: XWiki Platform/Mentions UI Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-mention/menti… 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] 44acee: XWIKI-23827: Store password properties in dedicate...
by XWiki Notifications 12 Jan '26

12 Jan '26
Branch: refs/heads/feat-store-password-dedicated-table Home: https://github.com/xwiki/xwiki-platform Commit: 44acee4aa82675ccc42fd22918b2761a3d740b08 https://github.com/xwiki/xwiki-platform/commit/44acee4aa82675ccc42fd22918b2… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-01-12 (Mon, 12 Jan 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.db2.hbm.xml M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.derby.hbm.xml M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.mssql.hbm.xml M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.oracle.hbm.xml M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.postgresql.hbm.xml Log Message: ----------- XWIKI-23827: Store password properties in dedicated table * Update mappings for different DB types 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-23824: Double search result after upgrade to 17.10.0
by XWiki Notifications 12 Jan '26

12 Jan '26
1 0
0 0
[xwiki/xwiki-platform] ce0ca8: XWIKI-23827: Store password properties in dedicate...
by XWiki Notifications 12 Jan '26

12 Jan '26
Branch: refs/heads/feat-store-password-dedicated-table Home: https://github.com/xwiki/xwiki-platform Commit: ce0ca874ce69d38d93bc2147c90e44b4838e741b https://github.com/xwiki/xwiki-platform/commit/ce0ca874ce69d38d93bc2147c90e… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-01-12 (Mon, 12 Jan 2026) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/editobject.vm M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/ObjectEditorIT.java M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/VersionIT.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/PasswordProperty.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/PasswordClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/META-INF/components.txt M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.hbm.xml M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/editor/ObjectEditPane.java Log Message: ----------- XWIKI-23827: Store password properties in dedicated table * Define a PasswordProperty and the associated table in xwiki.hbm.xml * Rework editobject.vm deprecated properties to handle obfuscation UC * Provide a new integration test to cover it Commit: 5da09c1fd847dd7d4f5735d3284dc540c90791f0 https://github.com/xwiki/xwiki-platform/commit/5da09c1fd847dd7d4f5735d3284d… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-01-12 (Mon, 12 Jan 2026) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/editobject.vm M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/Property.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseProperty.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/PasswordProperty.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/META-INF/components.txt M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.hbm.xml Log Message: ----------- XWIKI-23827: Store password properties in dedicated table * Provide an API to define if a property is sensitive or not and use it in script Commit: 86d7941c6b7aaef0d12055ce6fb67b9b95ad3f81 https://github.com/xwiki/xwiki-platform/commit/86d7941c6b7aaef0d12055ce6fb6… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-01-12 (Mon, 12 Jan 2026) Changed paths: M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/metadata/AbstractSolrMetadataExtractor.java M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/test/java/org/xwiki/search/solr/internal/metadata/DocumentSolrMetadataExtractorTest.java M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/test/java/org/xwiki/search/solr/internal/metadata/ObjectPropertySolrMetadataExtractorTest.java Log Message: ----------- XWIKI-23827: Store password properties in dedicated table * Use the new isSensitive call in SolrMedataExtractor Commit: ff96fb38b90cd9418271f34db85eef73ca875d4a https://github.com/xwiki/xwiki-platform/commit/ff96fb38b90cd9418271f34db85e… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-01-12 (Mon, 12 Jan 2026) Changed paths: M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-handlers/xwiki-platform-extension-handler-xar/src/main/java/org/xwiki/extension/xar/internal/job/diff/DocumentUnifiedDiffBuilder.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/Property.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseProperty.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/PasswordProperty.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/PropertyInterface.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/EmailClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/PasswordClass.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/internal/migration/R180100000XWIKI23827DataMigration.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/META-INF/components.txt A xwiki-platform-core/xwiki-platform-oldcore/src/test/java/org/xwiki/internal/migration/R180100000XWIKI23827DataMigrationTest.java M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/metadata/AbstractSolrMetadataExtractor.java M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/test/java/org/xwiki/search/solr/internal/metadata/DocumentSolrMetadataExtractorTest.java M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/test/java/org/xwiki/search/solr/internal/metadata/ObjectPropertySolrMetadataExtractorTest.java Log Message: ----------- XWIKI-23827: Store password properties in dedicated table * Improve design to check if a property is sensitive * Provide migration and cover it with unit test Compare: https://github.com/xwiki/xwiki-platform/compare/8fe5234215d1...ff96fb38b90c To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-commons] a03be7: [Misc] Use Math.clamp instead of Math.min/max in S...
by XWiki Notifications 12 Jan '26

12 Jan '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: a03be7be3e41334b9a352e73bbd4fc69f2695df6 https://github.com/xwiki/xwiki-commons/commit/a03be7be3e41334b9a352e73bbd4f… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-01-12 (Mon, 12 Jan 2026) Changed paths: M xwiki-commons-core/xwiki-commons-store/xwiki-commons-store-blob/xwiki-commons-store-blob-s3/src/main/java/org/xwiki/store/blob/internal/S3BlobStoreConfiguration.java Log Message: ----------- [Misc] Use Math.clamp instead of Math.min/max in S3BlobStoreConfiguration To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-23884: Boolean document property filtering in LiveTable/Live Data only works on some database engines
by XWiki Notifications 12 Jan '26

12 Jan '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-23824: Double search result after upgrade to 17.10.0
by XWiki Notifications 12 Jan '26

12 Jan '26
1 0
0 0
[xwiki-contrib/application-changerequest] 80e71d: Translated using Weblate (Portuguese (Brazil))
by XWiki Notifications 12 Jan '26

12 Jan '26
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/application-changerequest Commit: 80e71de71b8519f3d5fe09ec20e451847d57c7dc https://github.com/xwiki-contrib/application-changerequest/commit/80e71de71… Author: Thiago Krieck <thiago.krieck(a)xwiki.com> Date: 2026-01-12 (Mon, 12 Jan 2026) Changed paths: M application-changerequest-ui/src/main/resources/ChangeRequest/Code/ChangeRequestTranslations.pt_BR.xml Log Message: ----------- Translated using Weblate (Portuguese (Brazil)) Currently translated at 95.3% (227 of 238 strings) Translation: XWiki Contrib/Change Request Application - UI Translate-URL: https://l10n.xwiki.org/projects/xwiki-contrib/change-request-application-ui… To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-changerequest/settings/notific…
1 0
0 0
[xwiki/xwiki-commons] 148d2d: XCOMMONS-3520: Cannot add an array to a collection...
by XWiki Notifications 12 Jan '26

12 Jan '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-commons Commit: 148d2dca5a53b43a84727ef3a3987915aa68bb22 https://github.com/xwiki/xwiki-commons/commit/148d2dca5a53b43a84727ef3a3987… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-01-12 (Mon, 12 Jan 2026) Changed paths: M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/introspection/MethodArgumentsUberspector.java M xwiki-commons-core/xwiki-commons-velocity/src/test/java/org/xwiki/velocity/introspection/MethodArgumentUberspectorTest.java Log Message: ----------- XCOMMONS-3520: Cannot add an array to a collection using addAll in Velocity * better support of deeper hierarchy (cherry picked from commit 62968477a7f9e285efcc44d26771c122afd134a2) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[xwiki/xwiki-commons] 629684: XCOMMONS-3520: Cannot add an array to a collection...
by XWiki Notifications 12 Jan '26

12 Jan '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: 62968477a7f9e285efcc44d26771c122afd134a2 https://github.com/xwiki/xwiki-commons/commit/62968477a7f9e285efcc44d26771c… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-01-12 (Mon, 12 Jan 2026) Changed paths: M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/introspection/MethodArgumentsUberspector.java M xwiki-commons-core/xwiki-commons-velocity/src/test/java/org/xwiki/velocity/introspection/MethodArgumentUberspectorTest.java Log Message: ----------- XCOMMONS-3520: Cannot add an array to a collection using addAll in Velocity * better support of deeper hierarchy To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 1454
  • 1455
  • 1456
  • 1457
  • 1458
  • 1459
  • 1460
  • ...
  • 5877
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.