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]

  • 58309 discussions
[xwiki-contrib/cristal] ee60f2: CRISTAL-364: Breadcrumb links not working with Sho...
by XWiki Notifications 11 Dec '24

11 Dec '24
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/cristal Commit: ee60f25b419375cfd0d26fd0a420b4e13563975a https://github.com/xwiki-contrib/cristal/commit/ee60f25b419375cfd0d26fd0a42… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2024-12-11 (Wed, 11 Dec 2024) Changed paths: M core/hierarchy/hierarchy-xwiki/package.json M core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts M pnpm-lock.yaml M skin/src/vue/c-content.vue M web/e2e/main-page.spec.ts M web/e2e/pageObjects/Breadcrumb.ts Log Message: ----------- CRISTAL-364: Breadcrumb links not working with Shoelace * Create local links for breadcrumb items Commit: 54df7a700aae3944f5a68d78d2ff4fed2b0610a0 https://github.com/xwiki-contrib/cristal/commit/54df7a700aae3944f5a68d78d2f… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2024-12-11 (Wed, 11 Dec 2024) Changed paths: M sources/xwiki/mock-server/src/index.ts M web/e2e/main-page.spec.ts M web/e2e/pageObjects/Breadcrumb.ts M web/e2e/pageObjects/NavigationTree.ts Log Message: ----------- CRISTAL-364: Breadcrumb links not working with Shoelace * Add UI test Commit: 8bb129072f239e2b32b83d89e1a995d751e582e2 https://github.com/xwiki-contrib/cristal/commit/8bb129072f239e2b32b83d89e1a… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2024-12-11 (Wed, 11 Dec 2024) Changed paths: M core/hierarchy/hierarchy-xwiki/package.json M core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts M pnpm-lock.yaml M skin/src/vue/c-content.vue M sources/xwiki/mock-server/src/index.ts M web/e2e/main-page.spec.ts M web/e2e/pageObjects/Breadcrumb.ts M web/e2e/pageObjects/NavigationTree.ts Log Message: ----------- Merge pull request #504 from xwiki-contrib/CRISTAL-364 * Create local links for breadcrumb items Compare: https://github.com/xwiki-contrib/cristal/compare/16792bbbca59...8bb129072f23 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for CONFLUENCE-341: Introduce confluence references to avoid outputing broken links
by XWiki Notifications 11 Dec '24

11 Dec '24
1 0
0 0
[[email protected]][Issue] Updates for CONFLUENCE-343: Log sending each document revision
by XWiki Notifications 11 Dec '24

11 Dec '24
1 0
0 0
[[email protected]][Issue] Updates for CONFLUENCE-342: Don't fail the whole content conversion when a macro converter throws
by XWiki Notifications 11 Dec '24

11 Dec '24
1 0
0 0
[[email protected]][Issue] Updates for CONFLUENCE-339: Avoid to convert the user parameter in specific case for show-if/hide-if macro
by XWiki Notifications 11 Dec '24

11 Dec '24
1 0
0 0
[[email protected]][Issue] Updates for CONFLUENCE-340: Store the originalVersion id in ConfluencePageClass
by XWiki Notifications 11 Dec '24

11 Dec '24
1 0
0 0
[xwiki/xwiki-platform] 4f16fc: XWIKI-22726: Allow customizing the validation of H...
by XWiki Notifications 11 Dec '24

11 Dec '24
Branch: refs/heads/feature-XWIKI-22726 Home: https://github.com/xwiki/xwiki-platform Commit: 4f16fc751b881e909cfac70d32cbc6ae3a7ab45b https://github.com/xwiki/xwiki-platform/commit/4f16fc751b881e909cfac70d32cb… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-12-11 (Wed, 11 Dec 2024) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/store/hibernate/query/HqlQueryUtils.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/hibernate/query/HqlQueryExecutor.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/ConfigurableHQLCompleteStatementValidator.java R xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/ConfigurableHQLQueryValidator.java R xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/DefaultHQLQueryValidator.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/DefaultHQLStatementValidator.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/HQLCompleteStatementValidator.java R xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/HQLQueryValidator.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/HQLStatementValidator.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/StandardHQLCompleteStatementValidator.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/META-INF/components.txt M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/hibernate/query/HqlQueryExecutorTest.java M xwiki-platform-core/xwiki-platform-query/xwiki-platform-query-manager/src/main/java/org/xwiki/query/QueryException.java M xwiki-platform-tools/xwiki-platform-tool-configuration-resources/src/main/resources/xwiki.properties.vm Log Message: ----------- XWIKI-22726: Allow customizing the validation of HQL queries through configuration * refactor the internal validator system to make it easier to reusable for other use cases * make sure the configurable validator is executed before the standard one * improve safe named queries initialization * tried to remove stuff from HqlQueryExecutor, but was not enough to get rid of the ClassFanOutComplexity unfortunately * various documentation improvements 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-22727: Make the width of panel column flexible
by XWiki Notifications 11 Dec '24

11 Dec '24
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22726: Allow customizing the validation of HQL queries through configuration
by XWiki Notifications 11 Dec '24

11 Dec '24
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22727: Make the width of panel column flexible
by XWiki Notifications 11 Dec '24

11 Dec '24
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 3417
  • 3418
  • 3419
  • 3420
  • 3421
  • 3422
  • 3423
  • ...
  • 5831
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.