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]

  • 58981 discussions
[xwiki/xwiki-platform] bfd13b: XWIKI-13915: $xwiki.getConfiguredSyntaxes() not eq...
by XWiki Notifications 21 Mar '24

21 Mar '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: bfd13ba5aed5a7aa06990438d57765491d1b3268 https://github.com/xwiki/xwiki-platform/commit/bfd13ba5aed5a7aa06990438d577… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/main/aspect/com/xpn/xwiki/XWikiCompatibilityAspect.aj Log Message: ----------- XWIKI-13915: $xwiki.getConfiguredSyntaxes() not equals to $services.rendering.getConfiguredSyntaxes() * Change implementation of legacy XWiki#getConfiguredSyntaxes to rely on ExtendedRenderingConfiguration#getConfiguredSyntaxes 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] (XWIKI-14034) Hiding a page doesn't hide its translations
by XWiki Notifications 21 Mar '24

21 Mar '24
1 0
0 0
[[email protected]][Issue] (XWIKI-13915) $xwiki.getConfiguredSyntaxes() not equals to $services.rendering.getConfiguredSyntaxes()
by XWiki Notifications 21 Mar '24

21 Mar '24
1 0
0 0
[[email protected]][Issue] (XWIKI-13915) $xwiki.getConfiguredSyntaxes() not equals to $services.rendering.getConfiguredSyntaxes()
by XWiki Notifications 21 Mar '24

21 Mar '24
1 0
0 0
[xwiki/xwiki-platform] 4c34ca: XWIKI-13915: $xwiki.getConfiguredSyntaxes() not eq...
by XWiki Notifications 21 Mar '24

21 Mar '24
Branch: refs/heads/XWIKI-13915 Home: https://github.com/xwiki/xwiki-platform Commit: 4c34caed4674994f5e1b2535653a639967709d0a https://github.com/xwiki/xwiki-platform/commit/4c34caed4674994f5e1b2535653a… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/main/aspect/com/xpn/xwiki/XWikiCompatibilityAspect.aj Log Message: ----------- XWIKI-13915: $xwiki.getConfiguredSyntaxes() not equals to $services.rendering.getConfiguredSyntaxes() * Change implementation of legacy XWiki#getConfiguredSyntaxes to rely on ExtendedRenderingConfiguration#getConfiguredSyntaxes 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] (XWIKI-13915) $xwiki.getConfiguredSyntaxes() not equals to $services.rendering.getConfiguredSyntaxes()
by XWiki Notifications 21 Mar '24

21 Mar '24
1 0
0 0
[[email protected]][Issue] (XWIKI-13915) $xwiki.getConfiguredSyntaxes() not equals to $services.rendering.getConfiguredSyntaxes()
by XWiki Notifications 21 Mar '24

21 Mar '24
1 0
0 0
[[email protected]][Issue] (XWIKI-13915) $xwiki.getConfiguredSyntaxes() not equals to $services.rendering.getConfiguredSyntaxes()
by XWiki Notifications 21 Mar '24

21 Mar '24
1 0
0 0
[xwiki/xwiki-platform] 4fe35f: XWIKI-21922: Introduce methods to fetch a subset o...
by XWiki Notifications 21 Mar '24

21 Mar '24
Branch: refs/heads/stable-15.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 4fe35f3cd144806dd1a7cb26ada858eb77c2cdbc https://github.com/xwiki/xwiki-platform/commit/4fe35f3cd144806dd1a7cb26ada8… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/hibernate/query/VersioningStoreQueryFactory.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/hibernate/query/VersioningStoreQueryFactoryTest.java Log Message: ----------- XWIKI-21922: Introduce methods to fetch a subset of revisions in XWikiVersioningStoreInterface * Fix date filtering for MySQL, MariaDB, PostgreSQL and Oracle (cherry picked from commit 29c82b01b9c2218670baa301f289b4f7ffd9626f) Commit: f7a3b5b49495d2cd711f94b4bfd39419a75b4101 https://github.com/xwiki/xwiki-platform/commit/f7a3b5b49495d2cd711f94b4bfd3… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/hibernate/query/VersioningStoreQueryFactory.java Log Message: ----------- XWIKI-21922: Introduce methods to fetch a subset of revisions in XWikiVersioningStoreInterface * Improve comments (cherry picked from commit 02818d647398b6f3208586ec21babf4618a224af) Commit: a247010c8ab8cacdc0740a5cd7989d1f4bec2fa3 https://github.com/xwiki/xwiki-platform/commit/a247010c8ab8cacdc0740a5cd798… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/pom.xml Log Message: ----------- XWIKI-21922: Introduce methods to fetch a subset of revisions in XWikiVersioningStoreInterface * skip spoon since it seems to have a bug with private methods in interfaces Compare: https://github.com/xwiki/xwiki-platform/compare/91303ab1ee3d...a247010c8ab8 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] (XWIKI-22010) The rights buttons for Unregistered Users do not display anymore the value set after page refresh
by XWiki Notifications 21 Mar '24

21 Mar '24
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 4774
  • 4775
  • 4776
  • 4777
  • 4778
  • 4779
  • 4780
  • ...
  • 5899
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.