Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 3ffe40dc2ee8e979ac4921e013db72bdf4fefca7
https://github.com/xwiki/xwiki-platform/commit/3ffe40dc2ee8e979ac4921e013db…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2024-12-02 (Mon, 02 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/tables.less
Log Message:
-----------
XWIKI-22135: Separations between Live Data entries are not visible enough on mobile
* Reduced visibility of the separators between fields
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/entityreference-parenttype
Home: https://github.com/xwiki/xwiki-platform
Commit: 5b8a9f1d5e05b20ab24dc9605e2e147b98547a9c
https://github.com/xwiki/xwiki-platform/commit/5b8a9f1d5e05b20ab24dc9605e2e…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-12-02 (Mon, 02 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/main/java/org/xwiki/model/reference/EntityReference.java
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/test/java/org/xwiki/model/internal/reference/DefaultReferenceEntityReferenceResolverTest.java
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/test/java/org/xwiki/model/reference/EntityReferenceTest.java
Log Message:
-----------
XWIKI-22702: Provide parentType information in EntityReference
* Change the parameter name
* Improve a bit the checks when setting the fallbackParentType
parameter value
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: 7c84b0eb32b4cea06dfe16b3fdc0bbea20b147dc
https://github.com/xwiki-contrib/book-versions/commit/7c84b0eb32b4cea06dfe1…
Author: Mathieu Pace <mathieu.pace(a)xwiki.com>
Date: 2024-12-02 (Mon, 02 Dec 2024)
Changed paths:
M application-book-versions-ui/src/main/resources/BookVersions/Code/AdminUIMacro.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/Translations.xml
Log Message:
-----------
BVERSION-3: Add libraries feature
* Change the administration UI for Libraries of a book to display the different library references objects in the book
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/xwiki-platform
Commit: cd69fbcdba6bc63e2f79cbfe5c42d33ae8a79a9e
https://github.com/xwiki/xwiki-platform/commit/cd69fbcdba6bc63e2f79cbfe5c42…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-12-02 (Mon, 02 Dec 2024)
Changed paths:
A xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/main/java/org/xwiki/model/internal/reference/WithParametersSymbolScheme.java
R xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/main/java/org/xwiki/model/internal/reference/WithPatametersSymbolScheme.java
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/test/java/org/xwiki/model/internal/reference/WithParametersTest.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/test/reference/ReferenceComponentList.java
Log Message:
-----------
[Misc] Fix typo to rename WithParametersSymbolScheme
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/entityreference-parenttype
Home: https://github.com/xwiki/xwiki-platform
Commit: 5d9a67121e596d20c03faab161501d0a9315c3ab
https://github.com/xwiki/xwiki-platform/commit/5d9a67121e596d20c03faab16150…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-12-02 (Mon, 02 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/main/java/org/xwiki/model/internal/reference/AbstractStringEntityReferenceResolver.java
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/test/java/org/xwiki/model/internal/reference/RelativeStringEntityReferenceResolverTest.java
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/test/java/org/xwiki/model/internal/reference/WithParametersTest.java
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/test/java/org/xwiki/model/internal/reference/converter/EntityReferenceConverterTest.java
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/test/java/org/xwiki/model/reference/EntityReferenceSetTest.java
Log Message:
-----------
XWIKI-22702: Provide parentType information in EntityReference
* revert some changes from last commit
* add more explanatory tests
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: c89a65f8b8cb4df69e2da47ad446806928bd6697
https://github.com/xwiki-contrib/book-versions/commit/c89a65f8b8cb4df69e2da…
Author: Raluca Stavro <rstavro(a)xwiki.com>
Date: 2024-12-02 (Mon, 02 Dec 2024)
Changed paths:
M application-book-versions-ui/src/main/resources/BookVersions/Code/AdministrationMenu.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/NavigationMenu.xml
M pom.xml
Log Message:
-----------
BVERSION-2 : Add versioned page feature
- moving the creation of versioned content option in the Versions menu
- setting back the main pom version to 1.0-SNAPSHOT
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/xwiki-platform
Commit: 47cf9978dc543738a0e8acf217a6f193179cae11
https://github.com/xwiki/xwiki-platform/commit/47cf9978dc543738a0e8acf217a6…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-12-02 (Mon, 02 Dec 2024)
Changed paths:
R xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/EditMenuEntry.xml
Log Message:
-----------
[misc] Remove code that is not used / needed since a very long time
Hacking the Edit menu was needed initially when we developed the CKEditor Integration (before we added support for selecting CKEditor as default WYSIWYG editor). We kept the hack while the code was in xwiki-contrib because we were supporting older versions of XWiki.
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: 0eae16ffa787dd7a62b27dfb731c8e9d0d81546e
https://github.com/xwiki-contrib/book-versions/commit/0eae16ffa787dd7a62b27…
Author: Mathieu Pace <mathieu.pace(a)xwiki.com>
Date: 2024-12-02 (Mon, 02 Dec 2024)
Changed paths:
M application-book-versions-ui/src/main/resources/BookVersions/Code/BookClass.xml
A application-book-versions-ui/src/main/resources/BookVersions/Code/BookLibrarySheet.xml
R application-book-versions-ui/src/main/resources/BookVersions/Code/BookSheet.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/LibraryClass.xml
A application-book-versions-ui/src/main/resources/BookVersions/Code/LibraryTemplate.xml
A application-book-versions-ui/src/main/resources/BookVersions/Code/LibraryTemplateProvider.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/Translations.xml
Log Message:
-----------
BVERSION-3: Add libraries feature
* Add the element for creating a new library from XWiki standard UI
* Merged the sheet between Library Sheet and Book Sheet
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: 2537e806d315fc08095e6a843054f8e898048ef9
https://github.com/xwiki-contrib/confluence/commit/2537e806d315fc08095e6a84…
Author: Josué Tille <josue.tille(a)xwiki.com>
Date: 2024-12-02 (Mon, 02 Dec 2024)
Changed paths:
M confluence-url-mapping-scroll-viewport/pom.xml
M confluence-url-mapping-scroll-viewport/src/main/java/org/xwiki/contrib/confluence/urlmapping/scrollviewport/internal/ConfluenceScrollViewportFlatURLMapper.java
M confluence-url-mapping/src/main/java/org/xwiki/contrib/confluence/urlmapping/internal/ConfluenceViewPageURLMapper.java
Log Message:
-----------
CONFLUENCE-333: Add URL mapper for Scroll viewport URL
* Reuse the code from 'ConfluenceViewPageURLMapper' class
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/xwiki-commons
Commit: c5a000d7ef2477bcc2a8f563dfec9f1373219270
https://github.com/xwiki/xwiki-commons/commit/c5a000d7ef2477bcc2a8f563dfec9…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-12-02 (Mon, 02 Dec 2024)
Changed paths:
M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-maven/src/test/java/org/xwiki/extension/repository/aether/internal/HTTPTest.java
M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-xwiki/src/test/java/org/xwiki/extension/repository/xwiki/internal/HTTPTest.java
Log Message:
-----------
[Misc] Improve test using the WireMock junit 5 extension
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/entityreference-parenttype
Home: https://github.com/xwiki/xwiki-platform
Commit: 4ac12f5f9c951c33925a171ae6591f4c8c95fda0
https://github.com/xwiki/xwiki-platform/commit/4ac12f5f9c951c33925a171ae659…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-12-02 (Mon, 02 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/main/java/org/xwiki/model/internal/reference/AbstractReferenceEntityReferenceResolver.java
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/main/java/org/xwiki/model/reference/EntityReference.java
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/test/java/org/xwiki/model/internal/reference/DefaultReferenceEntityReferenceResolverTest.java
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/test/java/org/xwiki/model/reference/EntityReferenceTest.java
Log Message:
-----------
XWIKI-22702: Provide parentType information in EntityReference
* Provide EntityReference#getParentType
* Use it in AbstractReferenceEntityReferenceResolver
* Provide a new test
Commit: 1835f09b453f27621000381882eb623ec45dbe49
https://github.com/xwiki/xwiki-platform/commit/1835f09b453f27621000381882eb…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-12-02 (Mon, 02 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/main/java/org/xwiki/model/internal/reference/AbstractReferenceEntityReferenceResolver.java
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/main/java/org/xwiki/model/internal/reference/AbstractStringEntityReferenceResolver.java
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/test/java/org/xwiki/model/internal/reference/RelativeStringEntityReferenceResolverTest.java
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/test/java/org/xwiki/model/internal/reference/converter/EntityReferenceConverterTest.java
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/test/java/org/xwiki/model/reference/EntityReferenceSetTest.java
Log Message:
-----------
XWIKI-22702: Provide parentType information in EntityReference
* Use the new information in RelativeStringEntityReferenceResolver
* Fix tests
Compare: https://github.com/xwiki/xwiki-platform/compare/f9bf26247ae6...1835f09b453f
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: 4e2efc811fd359eaf87f1bc1e43e78d54777a801
https://github.com/xwiki/xwiki-platform/commit/4e2efc811fd359eaf87f1bc1e43e…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-12-02 (Mon, 02 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-model-api/pom.xml
A xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-model-api/src/main/java/org/xwiki/model/internal/reference/DefaultEntityReferenceValueProvider.java
A xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-model-api/src/main/java/org/xwiki/model/reference/EntityReferenceValueProvider.java
A xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-model-api/src/main/java/org/xwiki/model/script/LegacyModelScriptService.java
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-model-api/src/main/resources/META-INF/components.txt
A xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-model-api/src/test/java/org/xwiki/model/internal/reference/DefaultEntityReferenceValueProviderTest.java
A xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-model-api/src/test/java/org/xwiki/model/script/LegacyModelScriptServiceTest.java
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/pom.xml
A xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/main/java/com/xpn/xwiki/internal/model/reference/CurrentEntityReferenceValueProvider.java
A xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/main/java/com/xpn/xwiki/internal/model/reference/CurrentMixedEntityReferenceValueProvider.java
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/pom.xml
R xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/main/java/org/xwiki/model/internal/reference/DefaultEntityReferenceValueProvider.java
R xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/main/java/org/xwiki/model/reference/EntityReferenceValueProvider.java
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/main/java/org/xwiki/model/script/ModelScriptService.java
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/main/resources/META-INF/components.txt
R xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/test/java/org/xwiki/model/internal/reference/DefaultEntityReferenceValueProviderTest.java
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/test/java/org/xwiki/model/internal/reference/converter/EntityReferenceConverterTest.java
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/test/java/org/xwiki/model/script/ModelScriptServiceTest.java
R xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/model/reference/CurrentEntityReferenceValueProvider.java
R xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/model/reference/CurrentMixedEntityReferenceValueProvider.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/XWikiAction.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-useravatar/src/main/java/org/xwiki/rendering/internal/macro/useravatar/UserAvatarMacro.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-useravatar/src/test/java/org/xwiki/rendering/macro/useravatar/IntegrationTests.java
Log Message:
-----------
[Misc] Move some deprecated class from model-api to legacy
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: a47117a66e11d2c5868c615128902b5b25e8b5d5
https://github.com/xwiki-contrib/book-versions/commit/a47117a66e11d2c5868c6…
Author: Paul Pantiru <paul.pantiru(a)xwiki.com>
Date: 2024-12-02 (Mon, 02 Dec 2024)
Changed paths:
M application-book-versions-ui/src/main/resources/BookVersions/Code/AdminUIMacro.xml
R application-book-versions-ui/src/main/resources/BookVersions/Code/VaraiantMacro.xml
A application-book-versions-ui/src/main/resources/BookVersions/Code/VariantMacro.xml
Log Message:
-----------
BVERSION-4: Add variants feature
* Fix typo in VariantMacro name
* Fix Admin UI Variant picker labels
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/xwiki-platform
Commit: 19c4e8a5756730052695cf168b8342b82e15e457
https://github.com/xwiki/xwiki-platform/commit/19c4e8a5756730052695cf168b83…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2024-12-02 (Mon, 02 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/Help/Applications/WebHome.xml
M xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/Help/Code/VelocityMacros.xml
M xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/Help/Macros/WebHome.xml
M xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/Help/Templates/WebHome.xml
M xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/Help/WebHome.xml
Log Message:
-----------
XWIKI-19406: Layout alignment issue (#2206)
* Removed the bootstrap grid from the card on the Help Home page
* Added style to the new card elements
* Added a couple classes to force the number of columns
* Updated structure on other pages of the help section.
* Used bootstrap 3 variables
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/move-deprecated-model-legacy
Home: https://github.com/xwiki/xwiki-platform
Commit: 263c28f5ca494adef9898ddc64a8a0dda09eff7f
https://github.com/xwiki/xwiki-platform/commit/263c28f5ca494adef9898ddc64a8…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-12-02 (Mon, 02 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-model-api/pom.xml
A xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-model-api/src/main/java/org/xwiki/model/internal/reference/DefaultEntityReferenceValueProvider.java
A xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-model-api/src/main/java/org/xwiki/model/reference/EntityReferenceValueProvider.java
A xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-model-api/src/main/java/org/xwiki/model/script/LegacyModelScriptService.java
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-model-api/src/main/resources/META-INF/components.txt
A xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-model-api/src/test/java/org/xwiki/model/internal/reference/DefaultEntityReferenceValueProviderTest.java
A xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-model-api/src/test/java/org/xwiki/model/script/LegacyModelScriptServiceTest.java
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/pom.xml
A xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/main/java/com/xpn/xwiki/internal/model/reference/CurrentEntityReferenceValueProvider.java
A xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/main/java/com/xpn/xwiki/internal/model/reference/CurrentMixedEntityReferenceValueProvider.java
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/pom.xml
R xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/main/java/org/xwiki/model/internal/reference/DefaultEntityReferenceValueProvider.java
R xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/main/java/org/xwiki/model/reference/EntityReferenceValueProvider.java
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/main/java/org/xwiki/model/script/ModelScriptService.java
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/main/resources/META-INF/components.txt
R xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/test/java/org/xwiki/model/internal/reference/DefaultEntityReferenceValueProviderTest.java
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/test/java/org/xwiki/model/internal/reference/converter/EntityReferenceConverterTest.java
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/test/java/org/xwiki/model/script/ModelScriptServiceTest.java
R xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/model/reference/CurrentEntityReferenceValueProvider.java
R xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/model/reference/CurrentMixedEntityReferenceValueProvider.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/XWikiAction.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-useravatar/src/main/java/org/xwiki/rendering/internal/macro/useravatar/UserAvatarMacro.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-useravatar/src/test/java/org/xwiki/rendering/macro/useravatar/IntegrationTests.java
Log Message:
-----------
[Misc] Move some deprecated class from model-api to legacy
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: 8386b48ed9c84854d4803ca1bbaf762837037e39
https://github.com/xwiki/xwiki-platform/commit/8386b48ed9c84854d4803ca1bbaf…
Author: github-actions[bot] <41898282+github-actions[bot](a)users.noreply.github.com>
Date: 2024-12-02 (Mon, 02 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-bootstrap/src/main/less/dropdowns.less
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/tests/unit/LivedataDropdownMenu.spec.js
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/LivedataDropdownMenu.vue
Log Message:
-----------
XWIKI-22485: Livedata option dropdown has no grouping semantics (#3662) (#3705)
* Update the structure of the LiveData dropdown (namely, removed separator <li>s and grouped links together) to improve accessibility
* Update bootstrap dropdown styles to account for this new kind of separator in dropdowns.
(cherry picked from commit c03f14ab3014e9bb760c8a4983e1669b2c71cab1)
Co-authored-by: LucasC <lucas.charpentier(a)xwiki.com>
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport-3662-to-stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 41e68c592c7d87c19a6b47b7ed4c2020cb2dd96b
https://github.com/xwiki/xwiki-platform/commit/41e68c592c7d87c19a6b47b7ed4c…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2024-12-02 (Mon, 02 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-bootstrap/src/main/less/dropdowns.less
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/tests/unit/LivedataDropdownMenu.spec.js
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/LivedataDropdownMenu.vue
Log Message:
-----------
XWIKI-22485: Livedata option dropdown has no grouping semantics (#3662)
* Update the structure of the LiveData dropdown (namely, removed separator <li>s and grouped links together) to improve accessibility
* Update bootstrap dropdown styles to account for this new kind of separator in dropdowns.
(cherry picked from commit c03f14ab3014e9bb760c8a4983e1669b2c71cab1)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications