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]

  • 58358 discussions
[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
[xwiki/xwiki-platform] 0c8ce2: XWIKI-22317: Macros using HTML5 are sometimes badl...
by XWiki Notifications 08 Jul '24

08 Jul '24
Branch: refs/heads/stable-16.5.x Home: https://github.com/xwiki/xwiki-platform Commit: 0c8ce2ab8c808684677a24a316b6482f1dcf9641 https://github.com/xwiki/xwiki-platform/commit/0c8ce2ab8c808684677a24a316b6… 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: 60910271b81cee041649fabd17d0fb1db3c30e64 https://github.com/xwiki/xwiki-platform/commit/60910271b81cee041649fabd17d0… 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/0129f8b70d46...60910271b81c 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] c8349e: XWIKI-22317: Macros using HTML5 are sometimes badl...
by XWiki Notifications 08 Jul '24

08 Jul '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: c8349eb29cc627360bab77e92bccfec5d19c289b https://github.com/xwiki/xwiki-platform/commit/c8349eb29cc627360bab77e92bcc… 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 Commit: 350fd773c4028cd49e9a02b88fbf2234830caf72 https://github.com/xwiki/xwiki-platform/commit/350fd773c4028cd49e9a02b88fbf… 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 Compare: https://github.com/xwiki/xwiki-platform/compare/533156be684c...350fd773c402 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki-contrib/application-changerequest] f7b9c1: Translated using Weblate (Portuguese (Brazil))
by XWiki Notifications 08 Jul '24

08 Jul '24
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/application-changerequest Commit: f7b9c1472d52c2d73e06c45edad9889b81d0bb75 https://github.com/xwiki-contrib/application-changerequest/commit/f7b9c1472… Author: Mariana Batista <mariana-batista99(a)hotmail.com> Date: 2024-07-08 (Mon, 08 Jul 2024) 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 100.0% (226 of 226 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-contrib/application-discussions] 72b3f1: Added translation using Weblate (Portuguese (Brazil))
by XWiki Notifications 08 Jul '24

08 Jul '24
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/application-discussions Commit: 72b3f170ea03a325b9f8ff4f923018650bd53dfe https://github.com/xwiki-contrib/application-discussions/commit/72b3f170ea0… Author: Mariana Batista <mariana-batista99(a)hotmail.com> Date: 2024-07-08 (Mon, 08 Jul 2024) Changed paths: A discussions-macro/src/main/resources/Discussions/DiscussionsTranslations.pt_BR.xml Log Message: ----------- Added translation using Weblate (Portuguese (Brazil)) Commit: 2945216534d1af8645cbeba51b5621b7a1e7b593 https://github.com/xwiki-contrib/application-discussions/commit/2945216534d… Author: Mariana Batista <mariana-batista99(a)hotmail.com> Date: 2024-07-08 (Mon, 08 Jul 2024) Changed paths: M discussions-macro/src/main/resources/Discussions/DiscussionsTranslations.pt_BR.xml Log Message: ----------- Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (30 of 30 strings) Translation: XWiki Contrib/Application Discussions - Discussions Macro - Page Properties Translate-URL: https://l10n.xwiki.org/projects/xwiki-contrib/application-discussions-discu… Compare: https://github.com/xwiki-contrib/application-discussions/compare/1f7503ad0f… To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-discussions/settings/notificat…
1 0
0 0
[[email protected]][Issue] Updates for XCOMMONS-3051: Introduce the Supported By concept in Extension Manager and Repository
by XWiki Notifications 08 Jul '24

08 Jul '24
1 0
0 0
[[email protected]][Issue] Updates for CONFLUENCE-255: Unknown macro confluence_emoticon after migration from newer confluence versions
by XWiki Notifications 08 Jul '24

08 Jul '24
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 4123
  • 4124
  • 4125
  • 4126
  • 4127
  • 4128
  • 4129
  • ...
  • 5836
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.