Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/book-versions
Commit: df7ac514cc0d84681d1775641e288a6588a296c7
https://github.com/xwiki-contrib/book-versions/commit/df7ac514cc0d84681d177…
Author: Raluca Stavro <rstavro(a)xwiki.com>
Date: 2025-01-21 (Tue, 21 Jan 2025)
Changed paths:
M application-book-versions-api/pom.xml
M application-book-versions-default/pom.xml
M application-book-versions-ui/pom.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/Translations.xml
M application-book-versions-xip/pom.xml
M pom.xml
Log Message:
-----------
BVERSION-92 : Add translations for the Languages Administration page
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: 9a2206d2ff55db707c3015d7e6000a16a9fb98b6
https://github.com/xwiki-contrib/confluence/commit/9a2206d2ff55db707c3015d7…
Author: Raluca Stavro <rstavro(a)xwiki.com>
Date: 2025-01-20 (Mon, 20 Jan 2025)
Changed paths:
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/macros/ExcerptIncludePlusMacroConverter.java
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/macros/IncludePlusMacroConverter.java
M confluence-xml/src/test/resources/confluencexml/include.test
Log Message:
-----------
CONFLUENCE-375 : Fallback solution for parameters that can't be converted in case of Include Plus and Excerpt Include Plus macros
- keeping the scroll page id when the parameter conversion is not possible
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: 93f0233e7a5443d56a0d326f271855053783e19d
https://github.com/xwiki-contrib/confluence/commit/93f0233e7a5443d56a0d326f…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-01-20 (Mon, 20 Jan 2025)
Changed paths:
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceInputFilterStream.java
Log Message:
-----------
CONFLUENCE-376: Robust handling of attachment version comparison
* Attachments with an original version set should actually be ignored (in favor of that version)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: 0bed6e6dbc80cdc09f6b4572e5cbc862fcccc48b
https://github.com/xwiki-contrib/confluence/commit/0bed6e6dbc80cdc09f6b4572…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-01-20 (Mon, 20 Jan 2025)
Changed paths:
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceInputFilterStream.java
M confluence-xml/src/test/resources/confluencexml/5.9.test
A confluence-xml/src/test/resources/confluencexml/brokenattach.test
A confluence-xml/src/test/resources/confluencexml/brokenattach/attachments/668427763/669654618/1
A confluence-xml/src/test/resources/confluencexml/brokenattach/attachments/668427763/669654621/2
A confluence-xml/src/test/resources/confluencexml/brokenattach/attachments/668427763/669654623/1
A confluence-xml/src/test/resources/confluencexml/brokenattach/entities.xml
Log Message:
-----------
CONFLUENCE-376: Robust handling of attachment version comparison
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
Branch: refs/heads/refactoring-dataeditors
Home: https://github.com/xwiki/xwiki-platform
Commit: 27d1b69c6b9a4e9618097776bcbcfbfc172b770a
https://github.com/xwiki/xwiki-platform/commit/27d1b69c6b9a4e9618097776bcbc…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-01-20 (Mon, 20 Jan 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/htmlheader.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/dataeditors.js
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/meta.js
Log Message:
-----------
[TBD]
WIP
Introduction of action in meta.js
Refactoring of dataeditors.js to get rid of prototype and to use
xm.action for performing AJAX requests.
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/book-versions
Commit: 0a6293f5ccddb9e4371e14359394f7f598b612a1
https://github.com/xwiki-contrib/book-versions/commit/0a6293f5ccddb9e4371e1…
Author: Mathieu Pace <mathieu.pace(a)xwiki.com>
Date: 2025-01-20 (Mon, 20 Jan 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-default/src/main/java/org/xwiki/contrib/bookversions/internal/DefaultVersionedContent.java
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/listeners/DocumentCreatingEventListener.java
M application-book-versions-ui/src/main/resources/BookVersions/Code/AdminUIMacro.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/AdministrationMenu.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/BookPageTemplate.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/BookPageUnversionedTemplate.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/BookTemplate.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/BookVersionedContentClass.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/BookVersionedContentTemplate.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/LibraryTemplate.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/NavigationMenu.xml
A application-book-versions-ui/src/main/resources/BookVersions/Code/PageStatusClass.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/Translations.fr.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/Translations.xml
Log Message:
-----------
BVERSION-74: Status can't be set for unversioned pages
* Created a new class for storing the page status of either page content or unversioned page
* Removed the previous status property from the BookVersionedContentClass
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/ldap
Commit: 5e54a4e170fbc22d30cf19d0d04a1d66587dddaf
https://github.com/xwiki-contrib/ldap/commit/5e54a4e170fbc22d30cf19d0d04a1d…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-01-20 (Mon, 20 Jan 2025)
Changed paths:
M ldap-api/pom.xml
M ldap-authenticator/pom.xml
M ldap-legacy/ldap-legacy-authenticator/pom.xml
M ldap-legacy/pom.xml
M ldap-test/ldap-test-tests/pom.xml
M ldap-test/pom.xml
M ldap-ui/pom.xml
M ldap-user-cleanup/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/ldap/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/ldap
Commit: f41f368d6c27045987d7e5e8a926143cfb2e8999
https://github.com/xwiki-contrib/ldap/commit/f41f368d6c27045987d7e5e8a92614…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-01-20 (Mon, 20 Jan 2025)
Changed paths:
M ldap-api/pom.xml
M ldap-authenticator/pom.xml
M ldap-legacy/ldap-legacy-authenticator/pom.xml
M ldap-legacy/pom.xml
M ldap-test/ldap-test-tests/pom.xml
M ldap-test/pom.xml
M ldap-ui/pom.xml
M ldap-user-cleanup/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release ldap-9.15.6
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ldap/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/oidc
Commit: 1c518e776586644764f4d81100b0281589b970ec
https://github.com/xwiki-contrib/oidc/commit/1c518e776586644764f4d81100b028…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-01-20 (Mon, 20 Jan 2025)
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
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/oidc
Commit: 0a1eaec6891b656d1fe664deab1adb3618d2d391
https://github.com/xwiki-contrib/oidc/commit/0a1eaec6891b656d1fe664deab1adb…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-01-20 (Mon, 20 Jan 2025)
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 release oidc-2.13.4
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/oidc/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/book-versions
Commit: 741353575c1f44e8a71a29af7ea6c94dec56507c
https://github.com/xwiki-contrib/book-versions/commit/741353575c1f44e8a71a2…
Author: Josué Tille <josue.tille(a)xwiki.com>
Date: 2025-01-20 (Mon, 20 Jan 2025)
Changed paths:
M application-book-versions-ui/src/main/resources/BookVersions/Code/DeletedContentClass.xml
A application-book-versions-ui/src/main/resources/BookVersions/Code/DeletedContentSheet.xml
Log Message:
-----------
Revert "BVERSION-57: The Deleted Content sheet is not displayed for the top page of book/library if it is unversioned"
This reverts commit 9204033708a9c43f44d70acc256d34983a9d16e0.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
Branch: refs/heads/CRISTAL-408
Home: https://github.com/xwiki-contrib/cristal
Commit: 5a65ce7f7eeffb647ee9118aa222f3e6944ab20d
https://github.com/xwiki-contrib/cristal/commit/5a65ce7f7eeffb647ee9118aa22…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2025-01-20 (Mon, 20 Jan 2025)
Changed paths:
M skin/langs/translation-en.json
M skin/langs/translation-fr.json
M skin/src/vue/c-page-creation-menu.vue
Log Message:
-----------
CRISTAL-408: We don't check if a page already exists on page creation
* Use link instead of button in the alert
* Check that the user has edit rights before displaying "edit" action
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/feature-deploy-xobjectdirty
Home: https://github.com/xwiki/xwiki-platform
Commit: e6f82cc1f3d258df86f6c704c0abf03e1687cfc7
https://github.com/xwiki/xwiki-platform/commit/e6f82cc1f3d258df86f6c704c0ab…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-01-20 (Mon, 20 Jan 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/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 2595e4ae1c6fcb30f640dd91f8155b07a174aeea
https://github.com/xwiki/xwiki-platform/commit/2595e4ae1c6fcb30f640dd91f815…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-01-20 (Mon, 20 Jan 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/suggest/xwiki.selectize.js
Log Message:
-----------
XWIKI-22492: Livedata filter options are misread (#3808)
* Removed the problematic semantics from the selectize options.
(cherry picked from commit 845db18d55e52da8f28b7899ac143c0e5618cbfc)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport-3808-to-stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: dd35c401145155c50cb2ff8d3f93387e51bf646b
https://github.com/xwiki/xwiki-platform/commit/dd35c401145155c50cb2ff8d3f93…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-01-20 (Mon, 20 Jan 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/suggest/xwiki.selectize.js
Log Message:
-----------
XWIKI-22492: Livedata filter options are misread (#3808)
* Removed the problematic semantics from the selectize options.
(cherry picked from commit 845db18d55e52da8f28b7899ac143c0e5618cbfc)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 592d2c355b628dd780436f8adba64cb6dbdfe2f3
https://github.com/xwiki/xwiki-platform/commit/592d2c355b628dd780436f8adba6…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-01-20 (Mon, 20 Jan 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/internal/junit5/servletengine/ServletContainerExecutor.java
Log Message:
-----------
XWIKI-22796: Office tests are using outdated images
* Ensure to use image hash instead of image tag for the tag of built
office images
(cherry picked from commit 83a9cbf2111d6c1a053054c30f327fafc1f92725)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: fd7a788c286e97514eb6c37267a78b382378f41e
https://github.com/xwiki/xwiki-platform/commit/fd7a788c286e97514eb6c37267a7…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-01-20 (Mon, 20 Jan 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/internal/junit5/servletengine/ServletContainerExecutor.java
Log Message:
-----------
XWIKI-22796: Office tests are using outdated images
* Ensure to use image hash instead of image tag for the tag of built
office images
(cherry picked from commit 83a9cbf2111d6c1a053054c30f327fafc1f92725)
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: 83a9cbf2111d6c1a053054c30f327fafc1f92725
https://github.com/xwiki/xwiki-platform/commit/83a9cbf2111d6c1a053054c30f32…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-01-20 (Mon, 20 Jan 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/internal/junit5/servletengine/ServletContainerExecutor.java
Log Message:
-----------
XWIKI-22796: Office tests are using outdated images
* Ensure to use image hash instead of image tag for the tag of built
office images
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 383cec9bfaa2c7a6e0ea84cc418e54188bb2e5ea
https://github.com/xwiki/xwiki-platform/commit/383cec9bfaa2c7a6e0ea84cc418e…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-01-20 (Mon, 20 Jan 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-test/xwiki-platform-index-test-docker/src/test/it/org/xwiki/index/test/ui/docker/DocumentTreeMacroIT.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/java/org/xwiki/index/tree/internal/nestedpages/ChildDocumentsTreeNodeGroup.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/resources/org/xwiki/index/tree/internal/nestedpages/query/queries.hbm.xml.vm
Log Message:
-----------
XWIKI-21155: Allow sorting by specified field for Document Tree macro
* Make sure null values (coming from missing space home pages) are listed last in all supported databases
* Have to use 'case' in order by because Oracle doesn't support sorting by boolean expression (e.g. order by is null)
(cherry picked from commit a7ea4e622a07136bb67212993a3b9178e885f45e)
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: a7ea4e622a07136bb67212993a3b9178e885f45e
https://github.com/xwiki/xwiki-platform/commit/a7ea4e622a07136bb67212993a3b…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-01-20 (Mon, 20 Jan 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-test/xwiki-platform-index-test-docker/src/test/it/org/xwiki/index/test/ui/docker/DocumentTreeMacroIT.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/java/org/xwiki/index/tree/internal/nestedpages/ChildDocumentsTreeNodeGroup.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/resources/org/xwiki/index/tree/internal/nestedpages/query/queries.hbm.xml.vm
Log Message:
-----------
XWIKI-21155: Allow sorting by specified field for Document Tree macro
* Make sure null values (coming from missing space home pages) are listed last in all supported databases
* Have to use 'case' in order by because Oracle doesn't support sorting by boolean expression (e.g. order by is null)
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-commons
Commit: 08c1ab88a5873cbdfce512725867ae0690e12f6a
https://github.com/xwiki/xwiki-commons/commit/08c1ab88a5873cbdfce512725867a…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-01-20 (Mon, 20 Jan 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-jakartabridge/xwiki-commons-jakartabridge-servlet/src/main/java/org/xwiki/jakartabridge/servlet/internal/JavaxToJakartaHttpServletRequestWrapper.java
M xwiki-commons-core/xwiki-commons-jakartabridge/xwiki-commons-jakartabridge-servlet/src/main/java/org/xwiki/jakartabridge/servlet/internal/JavaxToJakartaHttpServletResponseWrapper.java
M xwiki-commons-core/xwiki-commons-jakartabridge/xwiki-commons-jakartabridge-servlet/src/main/java/org/xwiki/jakartabridge/servlet/internal/JavaxToJakartaServletRequestWrapper.java
M xwiki-commons-core/xwiki-commons-jakartabridge/xwiki-commons-jakartabridge-servlet/src/main/java/org/xwiki/jakartabridge/servlet/internal/JavaxToJakartaServletResponseWrapper.java
Log Message:
-----------
XCOMMONS-2963: Upgrade to Servlet 5.0
* add missing `@Override`
Commit: 346c86defed6575bc89850ed4062c8c6cce0ce9a
https://github.com/xwiki/xwiki-commons/commit/346c86defed6575bc89850ed4062c…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-01-20 (Mon, 20 Jan 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-jakartabridge/xwiki-commons-jakartabridge-servlet/src/main/java/org/xwiki/jakartabridge/servlet/JakartaServletBridge.java
Log Message:
-----------
XCOMMONS-2963: Upgrade to Servlet 5.0
* optimize reusing of existing bridged version
Compare: https://github.com/xwiki/xwiki-commons/compare/7868ab5834c3...346c86defed6
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications