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