Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: 7ebe6ba39dfdcaf7389e469923e0836707315827
https://github.com/xwiki-contrib/confluence/commit/7ebe6ba39dfdcaf7389e4699…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-05-20 (Tue, 20 May 2025)
Changed paths:
M confluence-resolvers/pom.xml
M confluence-resource-reference-type-parsers/pom.xml
M confluence-syntax-confluence/pom.xml
M confluence-syntax-confluence10override/pom.xml
M confluence-syntax-xhtml/pom.xml
M confluence-url-mapping-scroll-viewport/pom.xml
M confluence-url-mapping/pom.xml
M confluence-xml/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release confluence-9.85.0
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: 9b43c0974cba569de689058b84606237ca6d0747
https://github.com/xwiki-contrib/confluence/commit/9b43c0974cba569de689058b…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-05-20 (Tue, 20 May 2025)
Changed paths:
M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/ImageTagHandler.java
M confluence-syntax-xhtml/src/test/resources/confluence+xhtml10/specific/image/image5.test
M confluence-syntax-xhtml/src/test/resources/confluence+xhtml10/specific/image/image6.test
M confluence-xml/src/test/resources/confluencexml/attachat.test
M confluence-xml/src/test/resources/confluencexml/attachat/entities.xml
M confluence-xml/src/test/resources/confluencexml/images.test
M confluence-xml/src/test/resources/confluencexml/imagessub.test
Log Message:
-----------
CONFLUENCE-461: Migrate ac:align attributes in ac:image tags to data-xwiki-image-style-alignment
Commit: 93ec51ac10497f6c6924d2bbc0e8c223fd6278d9
https://github.com/xwiki-contrib/confluence/commit/93ec51ac10497f6c6924d2bb…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-05-20 (Tue, 20 May 2025)
Changed paths:
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceInputFilterStream.java
A confluence-xml/src/test/resources/confluencexml/blogexcluded.test
A confluence-xml/src/test/resources/confluencexml/blogincluded.test
M confluence-xml/src/test/resources/confluencexml/blogs.test
A confluence-xml/src/test/resources/confluencexml/pageorderexcluded.test
A confluence-xml/src/test/resources/confluencexml/pageorderincluded.test
M confluence-xml/src/test/resources/confluencexml/pages1.test
M confluence-xml/src/test/resources/confluencexml/pages2.test
M confluence-xml/src/test/resources/confluencexml/pages3.test
Log Message:
-----------
CONFLUENCE-462: The includedPages and excludedPages parameters are broken
Commit: 37bc135aef205dace520b9c13c619a37cf0ac97a
https://github.com/xwiki-contrib/confluence/commit/37bc135aef205dace520b9c1…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-05-20 (Tue, 20 May 2025)
Changed paths:
M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/ConfluenceXHTMLParser.java
A confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/ConfluenceTableColHandler.java
A confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/ConfluenceTableRowTagHandler.java
A confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/ConfluenceTableTagHandler.java
M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/ConfluenceTagHandler.java
M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/TableCellTagHandler.java
M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/TableHeadTagHandler.java
A confluence-syntax-xhtml/src/test/resources/confluence+xhtml10/specific/table/tablecolstyle.test
M confluence-xml/src/test/resources/confluencexml/macroToGroup.test
M confluence-xml/src/test/resources/confluencexml/table.test
Log Message:
-----------
CONFLUENCE-463: Propagate the style attribute of col element to table cells, allowing to migrate column sizes
Compare: https://github.com/xwiki-contrib/confluence/compare/58591b4c4a21...37bc135a…
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
Branch: refs/heads/XWIKI-23043
Home: https://github.com/xwiki/xwiki-platform
Commit: fbfc33707201caa8ad4a38afa60d545cb3e22837
https://github.com/xwiki/xwiki-platform/commit/fbfc33707201caa8ad4a38afa60d…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-05-20 (Tue, 20 May 2025)
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
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/MacroService.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/pom.xml
A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroDescriptorUI.java
A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroParameterUINode.java
A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroParameterUINodeComparator.java
A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroParameterUINodeType.java
A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroParametersHelper.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/script/RenderingScriptService.java
A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/test/java/org/xwiki/rendering/internal/util/MacroParametersHelperTest.java
Log Message:
-----------
XWIKI-23043: Provide validation and UI for group of macro parameters belonging to same feature
* Start of refactoring including ordering of macros
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: 3f1cc7466a31160afa2442037567d8a5ce92a50b
https://github.com/xwiki/xwiki-commons/commit/3f1cc7466a31160afa2442037567d…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-05-20 (Tue, 20 May 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-properties/pom.xml
M xwiki-commons-core/xwiki-commons-properties/src/main/java/org/xwiki/properties/internal/converter/ArrayListConverter.java
A xwiki-commons-core/xwiki-commons-properties/src/main/java/org/xwiki/properties/internal/converter/ConverterRegistratorListener.java
M xwiki-commons-core/xwiki-commons-properties/src/main/resources/META-INF/components.txt
M xwiki-commons-core/xwiki-commons-properties/src/test/java/org/xwiki/properties/internal/converter/ArrayListConverterTest.java
M xwiki-commons-core/xwiki-commons-properties/src/test/java/org/xwiki/properties/internal/converter/HashSetConverterTest.java
Log Message:
-----------
XCOMMONS-3336: Add support for very common private type collections in ConverterManager
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications