Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-rendering
Commit: bf62c11ddb2c06375413f810c2c35b9e553afa99
https://github.com/xwiki/xwiki-rendering/commit/bf62c11ddb2c06375413f810c2c…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-02-29 (Thu, 29 Feb 2024)
Changed paths:
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/main/java/org/xwiki/rendering/internal/renderer/xwiki20/XWikiSyntaxChainingRenderer.java
R xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/test/resources/xwiki20/specific/table/table.test
A xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/test/resources/xwiki20/specific/table/table1.test
A xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/test/resources/xwiki20/specific/table/table2.test
Log Message:
-----------
XRENDERING-740: Groups inside table cells get their parameters moved to the table cell (#294)
* Extend the fix for format blocks to group blocks.
* Add a test case.
(cherry picked from commit d1d7d26da8c263aa9221545b6d33d292e8c8180d)
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: d1d7d26da8c263aa9221545b6d33d292e8c8180d
https://github.com/xwiki/xwiki-rendering/commit/d1d7d26da8c263aa9221545b6d3…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-02-29 (Thu, 29 Feb 2024)
Changed paths:
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/main/java/org/xwiki/rendering/internal/renderer/xwiki20/XWikiSyntaxChainingRenderer.java
R xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/test/resources/xwiki20/specific/table/table.test
A xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/test/resources/xwiki20/specific/table/table1.test
A xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/test/resources/xwiki20/specific/table/table2.test
Log Message:
-----------
XRENDERING-740: Groups inside table cells get their parameters moved to the table cell (#294)
* Extend the fix for format blocks to group blocks.
* Add a test case.
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-contrib/confluence
Commit: 1b041a370416a26f50dff277eab6e0c58600dcc4
https://github.com/xwiki-contrib/confluence/commit/1b041a370416a26f50dff277…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-02-29 (Thu, 29 Feb 2024)
Changed paths:
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/table2.test
M confluence-xml/src/test/resources/confluencexml/confluence80tags.test
Log Message:
-----------
CONFLUENCE-214: Table with personalised color cells have double class which leads to wrong rendering (#30)
* Create a group syntax without parameters instead of copying the parameters.
* Adjusted the existing test that demonstrated the problem.
* Add a new test case with the exact syntax from the issue to verify the fix.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications