Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/book-versions
Commit: 1135ea24072e6ee8440f449290288478e4dc13b3
https://github.com/xwiki-contrib/book-versions/commit/1135ea24072e6ee8440f4…
Author: Mathieu Pace <mathieu.pace(a)xwiki.com>
Date: 2025-02-07 (Fri, 07 Feb 2025)
Changed paths:
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/BookVersionsConstants.java
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/DefaultBookVersionsManager.java
M application-book-versions-ui/src/main/resources/BookVersions/Code/Translations.xml
Log Message:
-----------
BVERSION-134: Publication: publish only one translation
* Added a way to know if a page has a translated content with the status "Translated".
* Added conditions to ignore publishing a page when a language parameter will be provided in the publication configuration (not yet enabled).
* Improved logging details about ignoring page publication.
* Improved the hints for the publication configuration page
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-rendering
Commit: 6deca336ef296e9f342e1d2b367a2a4762d87b42
https://github.com/xwiki/xwiki-rendering/commit/6deca336ef296e9f342e1d2b367…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-07 (Fri, 07 Feb 2025)
Changed paths:
M xwiki-rendering-api/src/main/java/org/xwiki/rendering/block/AbstractMacroBlock.java
A xwiki-rendering-api/src/test/java/org/xwiki/rendering/block/MacroBlockTest.java
Log Message:
-----------
XRENDERING-772: Possible ClassCastException in AbstractMacroBlock#equals when comparing to a non macro block
(cherry picked from commit 10478b5f356f4dd2eb90dd881605c760d2a3f7c1)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-rendering
Commit: 03ef90d821422d013f0e2db24b772409253a4d23
https://github.com/xwiki/xwiki-rendering/commit/03ef90d821422d013f0e2db24b7…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-07 (Fri, 07 Feb 2025)
Changed paths:
M xwiki-rendering-api/src/main/java/org/xwiki/rendering/block/AbstractMacroBlock.java
A xwiki-rendering-api/src/test/java/org/xwiki/rendering/block/MacroBlockTest.java
Log Message:
-----------
XRENDERING-772: Possible ClassCastException in AbstractMacroBlock#equals when comparing to a non macro block
(cherry picked from commit 10478b5f356f4dd2eb90dd881605c760d2a3f7c1)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-rendering
Commit: 10478b5f356f4dd2eb90dd881605c760d2a3f7c1
https://github.com/xwiki/xwiki-rendering/commit/10478b5f356f4dd2eb90dd88160…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-07 (Fri, 07 Feb 2025)
Changed paths:
M xwiki-rendering-api/src/main/java/org/xwiki/rendering/block/AbstractMacroBlock.java
A xwiki-rendering-api/src/test/java/org/xwiki/rendering/block/MacroBlockTest.java
Log Message:
-----------
XRENDERING-772: Possible ClassCastException in AbstractMacroBlock#equals when comparing to a non macro block
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-commons
Commit: 726e76de4f49d7f2a6e2d8c8a13a453a105841ad
https://github.com/xwiki/xwiki-commons/commit/726e76de4f49d7f2a6e2d8c8a13a4…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-02-07 (Fri, 07 Feb 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/internal/InternalVelocityEngine.java
Log Message:
-----------
XCOMMONS-3256: Cleaning the Velocity introspection cache is expensive (#1232)
* Store the field as a static field to avoid the runtime overhead of
repeatedly getting the field.
(cherry picked from commit 6a007965093dc08ddf18cd3582dc645c27a62a4c)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/backport-1232-to-stable-16.10.x
Home: https://github.com/xwiki/xwiki-commons
Commit: 6d53acf1f51419c5bbc443125cb44f3c9a04dbbb
https://github.com/xwiki/xwiki-commons/commit/6d53acf1f51419c5bbc443125cb44…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-02-07 (Fri, 07 Feb 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/internal/InternalVelocityEngine.java
Log Message:
-----------
XCOMMONS-3256: Cleaning the Velocity introspection cache is expensive (#1232)
* Store the field as a static field to avoid the runtime overhead of
repeatedly getting the field.
(cherry picked from commit 6a007965093dc08ddf18cd3582dc645c27a62a4c)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-commons
Commit: 6a007965093dc08ddf18cd3582dc645c27a62a4c
https://github.com/xwiki/xwiki-commons/commit/6a007965093dc08ddf18cd3582dc6…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-02-07 (Fri, 07 Feb 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/internal/InternalVelocityEngine.java
Log Message:
-----------
XCOMMONS-3256: Cleaning the Velocity introspection cache is expensive (#1232)
* Store the field as a static field to avoid the runtime overhead of
repeatedly getting the field.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/feature-deploy-xobjectdirty
Home: https://github.com/xwiki/xwiki-platform
Commit: 925a80673a25be50e7375e09ba1dfe3a49873772
https://github.com/xwiki/xwiki-platform/commit/925a80673a25be50e7375e09ba1d…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-07 (Fri, 07 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/store/hibernate/HibernateConfiguration.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseCollection.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseElement.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseObject.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseProperty.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/BaseClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/PropertyClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiHibernateStore.java
Log Message:
-----------
XWIKI-22782: Only save modified xobjects
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: 46925de40485af724d3c1542ed6f0157564f5a1d
https://github.com/xwiki-contrib/cristal/commit/46925de40485af724d3c1542ed6…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-02-07 (Fri, 07 Feb 2025)
Changed paths:
M api/package.json
M core/alerts/alerts-api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-api/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-api/package.json
M core/authentication/authentication-default/package.json
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-api/package.json
M core/browser/browser-default/package.json
M core/configuration/configuration-api/package.json
M core/configuration/configuration-web/package.json
M core/date/date-api/package.json
M core/date/date-ui/package.json
M core/document/document-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-ui/package.json
M core/file-preview/file-preview-ui/package.json
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-api/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/icons/package.json
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-default/package.json
M core/info-actions/info-actions-ui/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/markdown/markdown-api/package.json
M core/markdown/markdown-default/package.json
M core/model/model-api/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-api/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/rename/rename-api/package.json
M core/rename/rename-default/package.json
M core/rename/rename-filesystem/package.json
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-ui/package.json
M core/user/user-ui/package.json
M core/xwiki/xwiki-utils/package.json
M dev/config/package.json
M dev/test-utils/package.json
M ds/api/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/tiptap/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/configuration/configuration-electron/configuration-electron-main/package.json
M electron/configuration/configuration-electron/configuration-electron-preload/package.json
M electron/configuration/configuration-electron/configuration-electron-renderer/package.json
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/main/package.json
M electron/package.json
M electron/preload/package.json
M electron/renderer/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M macros/package.json
M package.json
M pnpm-lock.yaml
M realtime/package.json
M rendering/rendering/package.json
M rendering/wikimodel/package.json
M sharedworker/api/package.json
M sharedworker/impl/package.json
M skin/package.json
M sources/xwiki/mock-server/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
[Misc] Update dependency vite to v6.1.0 (#657)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications