Branch: refs/heads/MARKDOWN-80
Home: https://github.com/xwiki-contrib/syntax-markdown
Commit: 107a84a12c090fb16ed8b693db0b9b4ec110259f
https://github.com/xwiki-contrib/syntax-markdown/commit/107a84a12c090fb16ed…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2023-12-01 (Fri, 01 Dec 2023)
Changed paths:
M syntax-markdown-commonmark12/pom.xml
M syntax-markdown-commonmark12/src/main/java/org/xwiki/contrib/rendering/markdown/commonmark12/internal/AbstractMarkdownConfiguration.java
M syntax-markdown-commonmark12/src/main/java/org/xwiki/contrib/rendering/markdown/commonmark12/internal/parser/AbbreviationNodeVisitor.java
M syntax-markdown-commonmark12/src/main/java/org/xwiki/contrib/rendering/markdown/commonmark12/internal/parser/AbstractNodeVisitor.java
M syntax-markdown-commonmark12/src/main/java/org/xwiki/contrib/rendering/markdown/commonmark12/internal/parser/HTMLNodeVisitor.java
M syntax-markdown-commonmark12/src/main/java/org/xwiki/contrib/rendering/markdown/commonmark12/internal/parser/TableNodeVisitor.java
M syntax-markdown-commonmark12/src/test/java/org/xwiki/contrib/rendering/markdown/commonmark12/internal/Markdown12SpecificTest.java
M syntax-markdown-commonmark12/src/test/resources/markdown12/specific/abbreviation.test
M syntax-markdown-commonmark12/src/test/resources/markdown12/specific/html1.test
M syntax-markdown-commonmark12/src/test/resources/markdown12/specific/html2.test
M syntax-markdown-commonmark12/src/test/resources/markdown12/specific/html3.test
M syntax-markdown-commonmark12/src/test/resources/markdown12/specific/symbol1.test
M syntax-markdown-commonmark12/src/test/resources/markdown12/specific/table1.test
R syntax-markdown-github10/src/test/resources/github10/specific/link3.test
R syntax-markdown-github10/src/test/resources/github10/specific/table1.test
Log Message:
-----------
MARKDOWN-80: Replace usage of RawBlock by the HTML macro
* Several problems remaining (see jira issue)
Branch: refs/heads/XWIKI-21659
Home: https://github.com/xwiki/xwiki-platform
Commit: 674c9adbb56401edf1b03ae397283ddc88ba5cc6
https://github.com/xwiki/xwiki-platform/commit/674c9adbb56401edf1b03ae39728…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2023-12-01 (Fri, 01 Dec 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/layouts/cards/LayoutCards.vue
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/layouts/table/LayoutTable.vue
Log Message:
-----------
XWIKI-21659: Provide entry index in data attribute of LiveData
* Add data-index attributes on the parent DOM node of the entries, for
both cards and table layouts
Branch: refs/heads/stable-15.5.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 42230a414aecadc79739d2f52b6f65d87b33e72a
https://github.com/xwiki/xwiki-platform/commit/42230a414aecadc79739d2f52b6f…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2023-12-01 (Fri, 01 Dec 2023)
Changed paths:
M pom.xml
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-common/pom.xml
Log Message:
-----------
[misc] Exclude optional jdbc connectors dependencies (they are not supposed to be needed in XWiki context and they can cause conflicts)
(cherry picked from commit fce99fa274e23bc865665b421488336a5c65e7f9)