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 -----
  • 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]

July 2024

  • 1 participants
  • 1389 discussions
[[email protected]][Issue] Updates for XDOCKER-329: Stop copying the XWiki configuration files to the permanent directory
by XWiki Notifications 08 Jul '24

08 Jul '24
1 0
0 0
[[email protected]][Issue] Updates for XDOCKER-84: sed in DockerFile has unwanted side effect
by XWiki Notifications 08 Jul '24

08 Jul '24
1 0
0 0
[[email protected]][Issue] Updates for XDOCKER-51: Expose configuration options to configure an XWiki cluster
by XWiki Notifications 08 Jul '24

08 Jul '24
1 0
0 0
[[email protected]][Issue] Updates for XDOCKER-110: Make docker-entrypoint copy web.xml from permanent storage
by XWiki Notifications 08 Jul '24

08 Jul '24
1 0
0 0
[xwiki/xwiki-docker] cdae30: XDOCKER-329: Stop copying the XWiki configuration ...
by XWiki Notifications 08 Jul '24

08 Jul '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-docker Commit: cdae3071f5aca70660cfab91fba1385b07b183c7 https://github.com/xwiki/xwiki-docker/commit/cdae3071f5aca70660cfab91fba138… Author: Vincent Massol <vincent(a)massol.net> Date: 2024-07-08 (Mon, 08 Jul 2024) Changed paths: M 14/mariadb-tomcat/xwiki/docker-entrypoint.sh M 14/mysql-tomcat/xwiki/docker-entrypoint.sh M 14/postgres-tomcat/xwiki/docker-entrypoint.sh M 15/mariadb-tomcat/xwiki/docker-entrypoint.sh M 15/mysql-tomcat/xwiki/docker-entrypoint.sh M 15/postgres-tomcat/xwiki/docker-entrypoint.sh M 16.4/mariadb-tomcat/xwiki/docker-entrypoint.sh M 16.4/mysql-tomcat/xwiki/docker-entrypoint.sh M 16.4/postgres-tomcat/xwiki/docker-entrypoint.sh M 16/mariadb-tomcat/xwiki/docker-entrypoint.sh M 16/mysql-tomcat/xwiki/docker-entrypoint.sh M 16/postgres-tomcat/xwiki/docker-entrypoint.sh M README.md M template/xwiki/docker-entrypoint.sh Log Message: ----------- XDOCKER-329: Stop copying the XWiki configuration files to the permanent directory To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-docker/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22318: 'Is enabled' Notifications Custom filter doesn't keep it's value after page refresh
by XWiki Notifications 08 Jul '24

08 Jul '24
1 0
0 0
[xwiki/xwiki-platform] 63700b: XWIKI-21988: Page naming strategy is blocking crea...
by XWiki Notifications 08 Jul '24

08 Jul '24
Branch: refs/heads/XWIKI-21988 Home: https://github.com/xwiki/xwiki-platform Commit: 63700b37284d560d290e873c3dbe2cca8a37e175 https://github.com/xwiki/xwiki-platform/commit/63700b37284d560d290e873c3dbe… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-07-08 (Mon, 08 Jul 2024) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/CreateAction.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/CreateActionRequestHandler.java M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/createinline.vm M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/create.js M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/xwiki.js M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/widgets/select/select.js Log Message: ----------- XWIKI-21988: Page naming strategy is blocking creation of pages not respecting it The goal here is to immediately display a feedback in the create page dialog telling the user that the reference is wrong before they click on create. I performed following changes here: * Refactor CreateActionRequestHandler to have a clean separation between retrieving the reference and performing checks over templates * Refactor a bit CreateAction to perform immediate checks over the rights and the name strategy before even checking if the template is chosen: the goal being here to immediately provide exception if there's a problem * Refactor createinline.vm to inject bootstrap modal html elements when used with an ajax request: the idea here is to display an ajax modal instead of the old deprecated xwiki dialog * Refactor xwiki.js to use a jquery ajax call to request and display createinline * Add listener on xwiki:dom:updated events in both create.js and select.js to properly load them in case of dom updates Some work is still needed to display a better information message to the user, in particular about the strategy that should be used. Commit: 83461a970e71e118773dc6ace816845fd451af6b https://github.com/xwiki/xwiki-platform/commit/83461a970e71e118773dc6ace816… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-07-08 (Mon, 08 Jul 2024) Changed paths: M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-api/src/main/resources/ApplicationResources.properties A xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-default/src/main/resources/ApplicationResources.properties M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-ui/src/main/resources/XWiki/EntityNameValidation/Translations.xml M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/createinline.vm Log Message: ----------- XWIKI-21988: Page naming strategy is blocking creation of pages not respecting it * Provide new translations for getting better information from the name strategy * Improve a bit the template for displaying errors Commit: 668433e78409f8b26677a75919b3ddf189be7d93 https://github.com/xwiki/xwiki-platform/commit/668433e78409f8b26677a75919b3… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-07-08 (Mon, 08 Jul 2024) Changed paths: M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/test/java/org/xwiki/web/CreateInlinePageTest.java Log Message: ----------- XWIKI-21988: Page naming strategy is blocking creation of pages not respecting it * Fix page test Commit: af403bffb93bf40c128742ccf77187a9d2664607 https://github.com/xwiki/xwiki-platform/commit/af403bffb93bf40c128742ccf771… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-07-08 (Mon, 08 Jul 2024) Changed paths: M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/ViewPage.java Log Message: ----------- XWIKI-21988: Page naming strategy is blocking creation of pages not respecting it * Fix page object Compare: https://github.com/xwiki/xwiki-platform/compare/eb7032d8a231...af403bffb93b 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-22317: Macros using HTML5 are sometimes badly rendered when edited in WYSIWYG mode
by XWiki Notifications 08 Jul '24

08 Jul '24
1 0
0 0
[xwiki/xwiki-platform] 9d13df: XWIKI-22317: Macros using HTML5 are sometimes badl...
by XWiki Notifications 08 Jul '24

08 Jul '24
Branch: refs/heads/stable-15.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 9d13df4e15d87b066c96862dcda84bf7c9548fca https://github.com/xwiki/xwiki-platform/commit/9d13df4e15d87b066c96862dcda8… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2024-07-08 (Mon, 08 Jul 2024) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/plugin.js Log Message: ----------- XWIKI-22317: Macros using HTML5 are sometimes badly rendered when edited in WYSIWYG mode * Verify also the given element, not just its ancestors. * Bulletproofing (cherry picked from commit c8349eb29cc627360bab77e92bccfec5d19c289b) Commit: d65669cfafd0792b1bfeabb250fc305be1643be3 https://github.com/xwiki/xwiki-platform/commit/d65669cfafd0792b1bfeabb250fc… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2024-07-08 (Mon, 08 Jul 2024) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/test/resources/jasmine-require-config.txt Log Message: ----------- [misc] Update jasmine config (cherry picked from commit 350fd773c4028cd49e9a02b88fbf2234830caf72) Compare: https://github.com/xwiki/xwiki-platform/compare/1dcdc57fc485...d65669cfafd0 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] be8597: XWIKI-22317: Macros using HTML5 are sometimes badl...
by XWiki Notifications 08 Jul '24

08 Jul '24
Branch: refs/heads/stable-16.4.x Home: https://github.com/xwiki/xwiki-platform Commit: be8597c493bd3640a686172776af2697c3f96e1d https://github.com/xwiki/xwiki-platform/commit/be8597c493bd3640a686172776af… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2024-07-08 (Mon, 08 Jul 2024) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/plugin.js Log Message: ----------- XWIKI-22317: Macros using HTML5 are sometimes badly rendered when edited in WYSIWYG mode * Verify also the given element, not just its ancestors. * Bulletproofing (cherry picked from commit c8349eb29cc627360bab77e92bccfec5d19c289b) Commit: 87e317db46f84a6571ee7a8417fec33d42a26a1c https://github.com/xwiki/xwiki-platform/commit/87e317db46f84a6571ee7a8417fe… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2024-07-08 (Mon, 08 Jul 2024) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/test/resources/jasmine-require-config.txt Log Message: ----------- [misc] Update jasmine config (cherry picked from commit 350fd773c4028cd49e9a02b88fbf2234830caf72) Compare: https://github.com/xwiki/xwiki-platform/compare/f80e2448b4fa...87e317db46f8 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • ...
  • 139
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.