Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 939db50756ad13ce93dcd419dbdea38d6ef807ad
https://github.com/xwiki/xwiki-platform/commit/939db50756ad13ce93dcd419dbde…
Author: LucasC <lucas.charpentier(a)imt-atlantique.net>
Date: 2024-04-16 (Tue, 16 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/WCAGContext.java
Log Message:
-----------
Misc: Accessibility rules update
* Changes to the status of the WCAG rules that are currently not violated. From this point on, all changed rules will make the build fail.
As of https://ci.xwiki.org/job/XWiki%20Environment%20Tests/job/xwiki-platform/job…, there are only a few rules that fail through tests:
- aria-allowed-attr 1 violation
- label 76 violations
- image-alt 1 violation
- link-in-text-block 409 violations
- select-name 2 violations
- color-contrast 2 violations
- scrollable-region-focusable 1 violation
Total violations: 492
* duplicate-id fixed
* duplicate-id-active fixed
* duplicate-id-aria fixed
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: c0cff21d1a5875fe2ebe5c0d976d4b963aa520f0
https://github.com/xwiki/xwiki-platform/commit/c0cff21d1a5875fe2ebe5c0d976d…
Author: LucasC <lucas.charpentier(a)imt-atlantique.net>
Date: 2024-04-16 (Tue, 16 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-dialog/modal.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/macroEditor.js
Log Message:
-----------
XWIKI-21824: The enter key in any field does not validate the macro editor (#2970)
* Changed the nature of the macro edit modal to be based on a form (forms can use the native implicit form submission on inputs).
---------
Co-authored-by: Marius Dumitru Florea <marius(a)xwiki.com>
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: bb4411378e297035e00d9c56e7ebc8e6ee58dad7
https://github.com/xwiki/xwiki-platform/commit/bb4411378e297035e00d9c56e7eb…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-04-16 (Tue, 16 Apr 2024)
Changed paths:
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-common/src/deb/control/control
Log Message:
-----------
XWIKI-22089: Impossible to use the XWiki Debian package with the Temurin Debian package
* use a more precise requirement
Commit: 09c729ef7099ed6d52059fa972faf2f38b817985
https://github.com/xwiki/xwiki-platform/commit/09c729ef7099ed6d52059fa972fa…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-04-16 (Tue, 16 Apr 2024)
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/RemoteSolr.java
Log Message:
-----------
XWIKI-22094: Getting "java.io.IOException: frame_size_error/invalid_frame_length" with remote Solr behind an HTTP proxy
Commit: fd2ef476f56e4726d705bb993fe6f31efd6d8111
https://github.com/xwiki/xwiki-platform/commit/fd2ef476f56e4726d705bb993fe6…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-04-16 (Tue, 16 Apr 2024)
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/RemoteSolr.java
Log Message:
-----------
XWIKI-22096: Remote Solr use the wrong name for the search code
Compare: https://github.com/xwiki/xwiki-platform/compare/911e1f0840b1...fd2ef476f56e
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 08d1c93f581cf9573d8a6c915fb4afb1420070b2
https://github.com/xwiki/xwiki-platform/commit/08d1c93f581cf9573d8a6c915fb4…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-04-16 (Tue, 16 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-realtime/plugin.js
Log Message:
-----------
XWIKI-22034: Realtime WYSIWYG editor is very slow even on medium size content
* In order to reduce the number of local changes we need to synchronize on the editor output HTML (that is converted to wiki syntax) but for this we need to make sure the whitespace at the end of lines is preserved.
Commit: d3713253bca18306331c3d47e125cb2c7e4f7241
https://github.com/xwiki/xwiki-platform/commit/d3713253bca18306331c3d47e125…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-04-16 (Tue, 16 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/macroEditor.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/plugin.js
Log Message:
-----------
XWIKI-22034: Realtime WYSIWYG editor is very slow even on medium size content
* Simplify the editor HTML output by removing redundant content (the value of macro content and parameters that are editable in-place), in order to reduce the size of the diffed content and the number of local changes.
Commit: e77512670f751178dfc7572aa9f40b8a7b11162f
https://github.com/xwiki/xwiki-platform/commit/e77512670f751178dfc7572aa9f4…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-04-16 (Tue, 16 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wiki/xwiki-platform-realtime-wiki-webjar/src/main/webjar/textCursor.js
Log Message:
-----------
[misc] Simplify code and fix code style.
Commit: c19f00a9717a2666a0cc1043c6b362803379aaf1
https://github.com/xwiki/xwiki-platform/commit/c19f00a9717a2666a0cc1043c6b3…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-04-16 (Tue, 16 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wiki/xwiki-platform-realtime-wiki-webjar/src/main/webjar/wikiEditor.js
Log Message:
-----------
[misc] Remove unused dependencies.
Commit: 0a3fb72abb5223501a18ba0f42dc269ba91e70c5
https://github.com/xwiki/xwiki-platform/commit/0a3fb72abb5223501a18ba0f42dc…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-04-16 (Tue, 16 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/typingTests.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/wysiwygEditor.js
Log Message:
-----------
[misc] Improve typing simulation used for debugging / testing realtime edit during development.
Commit: edbe5408b040f6e73a584d412aa7083d2eedffd6
https://github.com/xwiki/xwiki-platform/commit/edbe5408b040f6e73a584d412aa7…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-04-16 (Tue, 16 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/editor.js
R xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/filters.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/patches.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/wysiwygEditor.js
Log Message:
-----------
XWIKI-22034: Realtime WYSIWYG editor is very slow even on medium size content
* Synchronize using the editor output HTML (i.e. what is sent to the server to be converted to wiki syntax) in order to avoid dealing with local changes and also avoid applying complex (HyperJSON) filters to obtain the normalized content (the editor output HTML is the normalized content).
* The editor output HTML can contain XML comments (annotations like macro markers) but HyperJSON doesn't support comments, so we need to protect/unprotect them when converting to/from HyperJSON.
* Restoring the diff-based text selection is costly and is not needed most of the time (when users edit in different sections of the content) so we also save a "relative" selection that can be invalidated when applying the DOM patch
Commit: 5ed57a30e371591d1dbd38c2f34fedc492bf5e74
https://github.com/xwiki/xwiki-platform/commit/5ed57a30e371591d1dbd38c2f34f…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-04-16 (Tue, 16 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-ui/src/main/resources/XWiki/Realtime/WysiwygEditor.xml
Log Message:
-----------
XWIKI-22034: Realtime WYSIWYG editor is very slow even on medium size content
* The filters module has been removed (because it's not needed anymore)
Commit: c5443ebe99f9b2b9b7beade548d4aa6b5b2d3111
https://github.com/xwiki/xwiki-platform/commit/c5443ebe99f9b2b9b7beade548d4…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-04-16 (Tue, 16 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/CKEditor.java
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/MacroDialogEditModal.java
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/RichTextAreaElement.java
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/RealtimeWYSIWYGEditorIT.java
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-pageobjects/src/main/java/org/xwiki/realtime/wysiwyg/test/po/RealtimeCKEditor.java
Log Message:
-----------
XWIKI-22034: Realtime WYSIWYG editor is very slow even on medium size content
* Wait for macros to be rendered after inserting or editing a macro.
* Verify that applying remote changes doesn't steal the focus from the Edit Macro modal.
Commit: d066580cafd1e9a1affed2de1d668023f90a476a
https://github.com/xwiki/xwiki-platform/commit/d066580cafd1e9a1affed2de1d66…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-04-16 (Tue, 16 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-realtime/ckeditorRealtimeAdapter.js
Log Message:
-----------
XWIKI-22034: Realtime WYSIWYG editor is very slow even on medium size content
* Save snapshot before and after patching the DOM, in order to be able to undo/redo a remote change
* Prevent the editor for recording undo/redo history entries while we patch and reload the content (in case a macro was modified)
* Make sure the editor doesn't fire change events while we patch and reload the content
* When diffing the DOM ignore the widget (e.g. macro) output and use instead only the widget data. We do this by replacing the widgets with some custom HTML elements and then revert (restore the widget output) after the patch is applied.
* Don't use the native selection because the editor might not be focused (in fact the editor loses the focus whenever we switch the browser tab/window, which happens a lot in functional tests). Use instead the selection that the editor saves (remembers from the last time is had the focus).
Commit: 0f5ff7ea2d173b246b85b2baf90f77abcacc53ae
https://github.com/xwiki/xwiki-platform/commit/0f5ff7ea2d173b246b85b2baf90f…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-04-16 (Tue, 16 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-selection/plugin.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/patches.js
Log Message:
-----------
XWIKI-22034: Realtime WYSIWYG editor is very slow even on medium size content
* Improve selection restore code to:
** not steal the focus when remote changes are applied
** take into account only the visible text (and focusable elements) when encoding the text selection in order to avoid unexpected results when performing the diff
** better scroll into view focused / selected widgets
* Also allow changes on the root node if the change affects its children (i.e. change.node is actually the parent of the changed nodes)
Commit: d933cd4168577b6002147c1d42b22a6325b76ff4
https://github.com/xwiki/xwiki-platform/commit/d933cd4168577b6002147c1d42b2…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-04-16 (Tue, 16 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-selection/plugin.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/patches.js
Log Message:
-----------
XWIKI-22034: Realtime WYSIWYG editor is very slow even on medium size content
* Preserve the selection direction (e.g. when using Shift + Arrow Left to select text and a remote change is applied)
Commit: fa1c0bb344a442d0945233c2d4ffdfd7f5ccfd78
https://github.com/xwiki/xwiki-platform/commit/fa1c0bb344a442d0945233c2d4ff…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-04-16 (Tue, 16 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-realtime/ckeditorRealtimeAdapter.js
Log Message:
-----------
XWIKI-22034: Realtime WYSIWYG editor is very slow even on medium size content
* Properly initialize the new nested editables after a remote change is applied in order to prevent adding them multiple times.
* Re-render the macros when a new nested editable is added for a macro widget.
Compare: https://github.com/xwiki/xwiki-platform/compare/fa9c3ed83da9...fa1c0bb344a4
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: 335cc8219855048addbd9235a428d302828d1265
https://github.com/xwiki-contrib/cristal/commit/335cc8219855048addbd9235a42…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-04-16 (Tue, 16 Apr 2024)
Changed paths:
M api/src/api/designSystemLoader.ts
M api/src/index.ts
M core/icons/src/index.ts
A core/icons/src/size.ts
M core/icons/src/vue/__tests__/c-icon.test.ts
M core/icons/src/vue/c-icon.vue
M core/icons/tsconfig.json
M ds/dsfr/src/components/dsfrDesignSystemLoader.ts
M ds/dsfr/src/vue/x-avatar.vue
A ds/dsfr/src/vue/x-load.vue
M ds/shoelace/src/components/shoelaceDesignSystemLoader.ts
A ds/shoelace/src/vue/x-breadcrumb.vue
M ds/shoelace/src/vue/x-btn.vue
M ds/shoelace/src/vue/x-card.vue
A ds/shoelace/src/vue/x-load.vue
M ds/shoelace/src/vue/x-menu.vue
A ds/shoelace/src/vue/x-search.vue
M ds/vuetify/src/components/vuetifyDesignSystemLoader.ts
A ds/vuetify/src/vue/x-breadcrumb.vue
A ds/vuetify/src/vue/x-load.vue
A ds/vuetify/src/vue/x-search.vue
M editors/prosemirror/src/vue/c-edit-prosemirror.vue
M electron/renderer/public/config.json
M extensions/menubuttons/src/components/componentsInit.ts
M lib/package.json
M lib/src/c-index.vue
M lib/src/components/DefaultCristalApp.ts
M lib/src/index.css
R lib/src/indexPerf.vue
M nx.json
M pnpm-lock.yaml
M skin/package.json
M skin/src/components/defaultSkinManager.ts
A skin/src/css/main.css
A skin/src/images/xwiki-logo-color.svg
A skin/src/images/xwiki-logo-mono.svg
A skin/src/vue/c-config-menu.vue
M skin/src/vue/c-content.vue
M skin/src/vue/c-edit.vue
M skin/src/vue/c-footer.vue
R skin/src/vue/c-header.vue
A skin/src/vue/c-help.vue
M skin/src/vue/c-main.vue
A skin/src/vue/c-navigation-drawer.vue
A skin/src/vue/c-right-sidebar.vue
A skin/src/vue/c-sidebar-panel.vue
M skin/src/vue/c-sidebar.vue
M skin/src/vue/c-view.vue
M web/public/config.json
Log Message:
-----------
CRISTAL-165: Initialize the main layout
Co-authored-by: Thiago Krieck <thiago.krieck(a)xwiki.com>
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/feat-move-watch-button
Home: https://github.com/xwiki/xwiki-platform
Commit: ec321ec32e5afa175d1835d61ad72e9ded113f1e
https://github.com/xwiki/xwiki-platform/commit/ec321ec32e5afa175d1835d61ad7…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-04-16 (Tue, 16 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilter.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilterLocationStateComputer.java
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
* Fix some tests in notification filters
Commit: 16d517e7c3a586b9243db624cd43b41b32db298b
https://github.com/xwiki/xwiki-platform/commit/16d517e7c3a586b9243db624cd43…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-04-16 (Tue, 16 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/pom.xml
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/src/main/java/org/xwiki/notifications/rest/NotificationsWatchResource.java
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/src/main/java/org/xwiki/notifications/rest/internal/DefaultNotificationsWatchResource.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/src/main/resources/META-INF/components.txt
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
* Start providing REST API for watch pages to simplify operations
Compare: https://github.com/xwiki/xwiki-platform/compare/a33dd1652450...16d517e7c3a5
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 0c2bf66c54c44ab727cb4db0af06bb4dd5ae13dd
https://github.com/xwiki/xwiki-platform/commit/0c2bf66c54c44ab727cb4db0af06…
Author: LucasC <lucas.charpentier(a)imt-atlantique.net>
Date: 2024-04-16 (Tue, 16 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/notification/email/macros.vm
Log Message:
-----------
XWIKI-18802: Display the whole breadcrumb of the pages in the notification email
* Removed the limit on the size of the breadcrumb displayed in the HTML notification mail.
(cherry picked from commit fa9c3ed83da9abef26aa7e653ac8a27056a0b365)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport-3038-to-stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: f7f6c59fd0bf25c5667c6bcc24ede3df3d0c4a6e
https://github.com/xwiki/xwiki-platform/commit/f7f6c59fd0bf25c5667c6bcc24ed…
Author: LucasC <lucas.charpentier(a)imt-atlantique.net>
Date: 2024-04-16 (Tue, 16 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/notification/email/macros.vm
Log Message:
-----------
XWIKI-18802: Display the whole breadcrumb of the pages in the notification email
* Removed the limit on the size of the breadcrumb displayed in the HTML notification mail.
(cherry picked from commit fa9c3ed83da9abef26aa7e653ac8a27056a0b365)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: fa9c3ed83da9abef26aa7e653ac8a27056a0b365
https://github.com/xwiki/xwiki-platform/commit/fa9c3ed83da9abef26aa7e653ac8…
Author: LucasC <lucas.charpentier(a)imt-atlantique.net>
Date: 2024-04-16 (Tue, 16 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/notification/email/macros.vm
Log Message:
-----------
XWIKI-18802: Display the whole breadcrumb of the pages in the notification email
* Removed the limit on the size of the breadcrumb displayed in the HTML notification mail.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: eb5998000ab4d3d39e2baf4c49ececaa3d6eb7b6
https://github.com/xwiki/xwiki-platform/commit/eb5998000ab4d3d39e2baf4c49ec…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-04-16 (Tue, 16 Apr 2024)
Changed paths:
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-solr/xwiki-platform-distribution-debian-solr-cores/xwiki-platform-distribution-debian-solr-core-extension_index/pom.xml
Log Message:
-----------
XWIKI-22087: The xwiki-solr9-extension_index has a bad package name
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/feat-move-watch-button
Home: https://github.com/xwiki/xwiki-platform
Commit: a33dd1652450c494455095055815a4335a0383eb
https://github.com/xwiki/xwiki-platform/commit/a33dd1652450c494455095055815…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-04-15 (Mon, 15 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilterLocationStateComputer.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/WatchedLocationState.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedEntityReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedLocationReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsDisplayerUIX.xml
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/oidc
Commit: d229e4a073ff00af9191bbed35bc16eaa60e3004
https://github.com/xwiki-contrib/oidc/commit/d229e4a073ff00af9191bbed35bc16…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-04-15 (Mon, 15 Apr 2024)
Changed paths:
M oidc-api/pom.xml
M oidc-authenticator-configuration/pom.xml
M oidc-authenticator-user/pom.xml
M oidc-authenticator/pom.xml
M oidc-provider/pom.xml
M oidc-test/oidc-test-pageobjects/pom.xml
M oidc-test/oidc-test-tests/pom.xml
M oidc-test/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/oidc/settings/notifications