Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: e31d186c3bffca4db1b55bad85483f80bddd0224
https://github.com/xwiki/xwiki-platform/commit/e31d186c3bffca4db1b55bad8548…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-01-17 (Fri, 17 Jan 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-test/xwiki-platform-repository-test-pageobjects/src/main/java/org/xwiki/repository/test/po/ExtensionPage.java
Log Message:
-----------
XRENDERING-768: Multiple paragraphs in the info macro do not result in multiple lines
Adapt page object selector to the new message format.
(cherry picked from commit 853224a9d18f617ec047af6c1e295b65cfe5f25f)
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-rendering
Commit: cdd293764acfd6655a6a125e0ba161d5a80520fc
https://github.com/xwiki/xwiki-rendering/commit/cdd293764acfd6655a6a125e0ba…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-01-17 (Fri, 17 Jan 2025)
Changed paths:
M xwiki-rendering-macros/xwiki-rendering-macro-footnotes/src/test/resources/macrofootnote5.test
M xwiki-rendering-standalone/src/test/java/org/xwiki/rendering/example/ExampleTest.java
Log Message:
-----------
XRENDERING-768: Multiple paragraphs in the info macro do not result in multiple lines
* Fix tests.
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-platform
Commit: 853224a9d18f617ec047af6c1e295b65cfe5f25f
https://github.com/xwiki/xwiki-platform/commit/853224a9d18f617ec047af6c1e29…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-01-17 (Fri, 17 Jan 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-test/xwiki-platform-repository-test-pageobjects/src/main/java/org/xwiki/repository/test/po/ExtensionPage.java
Log Message:
-----------
XRENDERING-768: Multiple paragraphs in the info macro do not result in multiple lines
Adapt page object selector to the new message format.
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: 9d3925cc1adfd69607655c714c2481fc507641bb
https://github.com/xwiki-contrib/book-versions/commit/9d3925cc1adfd69607655…
Author: Raluca Stavro <rstavro(a)xwiki.com>
Date: 2025-01-17 (Fri, 17 Jan 2025)
Changed paths:
M application-book-versions-api/src/main/java/org/xwiki/contrib/bookversions/BookVersionsManager.java
M application-book-versions-default/pom.xml
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
A application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/displayers/PageTranslationLanguage.java
A application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/displayers/PageTranslationLanguageConverter.java
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/script/BookVersionsScriptService.java
M application-book-versions-default/src/main/resources/META-INF/components.txt
A application-book-versions-default/src/main/resources/templates/html_displayer/pagetranslationlanguage/edit.vm
M application-book-versions-ui/src/main/resources/BookVersions/Code/ContentTranslationMacro.xml
A application-book-versions-ui/src/main/resources/BookVersions/Code/TranslationLanguageService.xml
A application-book-versions-ui/src/main/resources/BookVersions/Code/TranslationLanguageSuggestPicker.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/Translations.xml
M pom.xml
Log Message:
-----------
BVERSION-103 : Add a language selector in the Content Translation macro
- the selector is limited to the languages configured 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/v1.0
Home: https://github.com/xwiki-contrib/swagger
Commit: 9ab3d0bf97dfe8631e71cfeaf7ce3c09d41e7d3e
https://github.com/xwiki-contrib/swagger/commit/9ab3d0bf97dfe8631e71cfeaf7c…
Author: farcasut <farcasialexandrububu(a)gmail.com>
Date: 2025-01-17 (Fri, 17 Jan 2025)
Changed paths:
M swagger-api/pom.xml
M swagger-api/src/main/java/org/xwiki/contrib/swagger/internal/Proxy.java
M swagger-api/src/main/java/org/xwiki/contrib/swagger/script/SwaggerScriptService.java
M swagger-macro/src/main/resources/Macros/Swagger Macro.xml
Log Message:
-----------
Removed the version of the httpclient5 and moved to map instead of hard typed parameters for the proxy .
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/swagger/settings/notifications
Branch: refs/heads/v1.0
Home: https://github.com/xwiki-contrib/swagger
Commit: bc737b2e30b908927e3a001a7682a9872094a19c
https://github.com/xwiki-contrib/swagger/commit/bc737b2e30b908927e3a001a768…
Author: farcasut <farcasialexandrububu(a)gmail.com>
Date: 2025-01-17 (Fri, 17 Jan 2025)
Changed paths:
M swagger-api/pom.xml
M swagger-api/src/main/java/org/xwiki/contrib/swagger/internal/HttpClientBuilderFactory.java
M swagger-api/src/main/java/org/xwiki/contrib/swagger/internal/Proxy.java
M swagger-api/src/main/java/org/xwiki/contrib/swagger/script/SwaggerScriptService.java
Log Message:
-----------
Moved to httpclient5
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/swagger/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-rendering
Commit: 19ac4b0be08adb77f04ac88c5e65c91f79095a0c
https://github.com/xwiki/xwiki-rendering/commit/19ac4b0be08adb77f04ac88c5e6…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-01-16 (Thu, 16 Jan 2025)
Changed paths:
M xwiki-rendering-macros/xwiki-rendering-macro-message/src/main/java/org/xwiki/rendering/internal/macro/message/AbstractMessageMacro.java
M xwiki-rendering-macros/xwiki-rendering-macro-message/src/test/java/org/xwiki/rendering/macro/message/MessageMacroTest.java
M xwiki-rendering-macros/xwiki-rendering-macro-message/src/test/resources/macromessage1.test
M xwiki-rendering-macros/xwiki-rendering-macro-message/src/test/resources/macromessage2.test
M xwiki-rendering-macros/xwiki-rendering-macro-message/src/test/resources/macromessage3.test
M xwiki-rendering-macros/xwiki-rendering-macro-message/src/test/resources/macromessage4.test
Log Message:
-----------
XRENDERING-768: Multiple paragraphs in the info macro do not result in multiple lines (#321)
* Updated the returned DOM of the generic message so that the content is always wrapped apart from the other elements (icon, title, image). It allows for styles used on this macro to be more reliable.
* Updated tests
(cherry picked from commit 0a760ba102295112e3408d88670735dd5508d2f5)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-rendering
Commit: 683c429c141f0f6a799bc0667986179d37ccb78c
https://github.com/xwiki/xwiki-rendering/commit/683c429c141f0f6a799bc066798…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-01-16 (Thu, 16 Jan 2025)
Changed paths:
M xwiki-rendering-api/src/main/java/org/xwiki/rendering/listener/chaining/ListenerChain.java
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/main/java/org/xwiki/rendering/internal/renderer/xwiki20/XWikiSyntaxChainingRenderer.java
A xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/test/resources/xwiki20/specific/emptylines/emptylines1.test
A xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/test/resources/xwiki20/specific/emptylines/emptylines2.test
Log Message:
-----------
XRENDERING-684: Empty lines get removed below tables and lists after saving in wysiwyg editor (#322)
Align the renderer with the parser regarding empty line handling:
* At the start of the document, we need two extra newlines.
* At the start of a group, we need one extra newline, unless the group
is otherwise empty, then one newline less should be printed.
* After tables, lists and definition lists, we need one extra newline.
This also fixes XRENDERING-667: New lines added when parsing and
re-rendering groups in xwiki/2.1
Further, it partially implements XRENDERING-98 for the beginning of the
content: Make empty lines at beginning and end of content significant
for XWiki Syntax 2.2.
(cherry picked from commit 7159c51d6933bec1a8403127a0e40ddf2677a6be)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-rendering
Commit: 6f4503bb18ea289e484436fa096f416d85eed2b9
https://github.com/xwiki/xwiki-rendering/commit/6f4503bb18ea289e484436fa096…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-01-16 (Thu, 16 Jan 2025)
Changed paths:
M xwiki-rendering-api/src/main/java/org/xwiki/rendering/listener/chaining/ListenerChain.java
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/main/java/org/xwiki/rendering/internal/renderer/xwiki20/XWikiSyntaxChainingRenderer.java
A xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/test/resources/xwiki20/specific/emptylines/emptylines1.test
A xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/test/resources/xwiki20/specific/emptylines/emptylines2.test
Log Message:
-----------
XRENDERING-684: Empty lines get removed below tables and lists after saving in wysiwyg editor (#322)
Align the renderer with the parser regarding empty line handling:
* At the start of the document, we need two extra newlines.
* At the start of a group, we need one extra newline, unless the group
is otherwise empty, then one newline less should be printed.
* After tables, lists and definition lists, we need one extra newline.
This also fixes XRENDERING-667: New lines added when parsing and
re-rendering groups in xwiki/2.1
Further, it partially implements XRENDERING-98 for the beginning of the
content: Make empty lines at beginning and end of content significant
for XWiki Syntax 2.2.
(cherry picked from commit 7159c51d6933bec1a8403127a0e40ddf2677a6be)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/backport-321-to-stable-16.10.x
Home: https://github.com/xwiki/xwiki-rendering
Commit: 280cdeab6e4d1731f186e136964e81b95120a44c
https://github.com/xwiki/xwiki-rendering/commit/280cdeab6e4d1731f186e136964…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-01-16 (Thu, 16 Jan 2025)
Changed paths:
M xwiki-rendering-macros/xwiki-rendering-macro-message/src/main/java/org/xwiki/rendering/internal/macro/message/AbstractMessageMacro.java
M xwiki-rendering-macros/xwiki-rendering-macro-message/src/test/java/org/xwiki/rendering/macro/message/MessageMacroTest.java
M xwiki-rendering-macros/xwiki-rendering-macro-message/src/test/resources/macromessage1.test
M xwiki-rendering-macros/xwiki-rendering-macro-message/src/test/resources/macromessage2.test
M xwiki-rendering-macros/xwiki-rendering-macro-message/src/test/resources/macromessage3.test
M xwiki-rendering-macros/xwiki-rendering-macro-message/src/test/resources/macromessage4.test
Log Message:
-----------
XRENDERING-768: Multiple paragraphs in the info macro do not result in multiple lines (#321)
* Updated the returned DOM of the generic message so that the content is always wrapped apart from the other elements (icon, title, image). It allows for styles used on this macro to be more reliable.
* Updated tests
(cherry picked from commit 0a760ba102295112e3408d88670735dd5508d2f5)
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: 0a760ba102295112e3408d88670735dd5508d2f5
https://github.com/xwiki/xwiki-rendering/commit/0a760ba102295112e3408d88670…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-01-16 (Thu, 16 Jan 2025)
Changed paths:
M xwiki-rendering-macros/xwiki-rendering-macro-message/src/main/java/org/xwiki/rendering/internal/macro/message/AbstractMessageMacro.java
M xwiki-rendering-macros/xwiki-rendering-macro-message/src/test/java/org/xwiki/rendering/macro/message/MessageMacroTest.java
M xwiki-rendering-macros/xwiki-rendering-macro-message/src/test/resources/macromessage1.test
M xwiki-rendering-macros/xwiki-rendering-macro-message/src/test/resources/macromessage2.test
M xwiki-rendering-macros/xwiki-rendering-macro-message/src/test/resources/macromessage3.test
M xwiki-rendering-macros/xwiki-rendering-macro-message/src/test/resources/macromessage4.test
Log Message:
-----------
XRENDERING-768: Multiple paragraphs in the info macro do not result in multiple lines (#321)
* Updated the returned DOM of the generic message so that the content is always wrapped apart from the other elements (icon, title, image). It allows for styles used on this macro to be more reliable.
* Updated tests
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/backport-322-to-stable-16.10.x
Home: https://github.com/xwiki/xwiki-rendering
Commit: b66c02569df014ea99089ae7f7726d486e955a29
https://github.com/xwiki/xwiki-rendering/commit/b66c02569df014ea99089ae7f77…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-01-16 (Thu, 16 Jan 2025)
Changed paths:
M xwiki-rendering-api/src/main/java/org/xwiki/rendering/listener/chaining/ListenerChain.java
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/main/java/org/xwiki/rendering/internal/renderer/xwiki20/XWikiSyntaxChainingRenderer.java
A xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/test/resources/xwiki20/specific/emptylines/emptylines1.test
A xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/test/resources/xwiki20/specific/emptylines/emptylines2.test
Log Message:
-----------
XRENDERING-684: Empty lines get removed below tables and lists after saving in wysiwyg editor (#322)
Align the renderer with the parser regarding empty line handling:
* At the start of the document, we need two extra newlines.
* At the start of a group, we need one extra newline, unless the group
is otherwise empty, then one newline less should be printed.
* After tables, lists and definition lists, we need one extra newline.
This also fixes XRENDERING-667: New lines added when parsing and
re-rendering groups in xwiki/2.1
Further, it partially implements XRENDERING-98 for the beginning of the
content: Make empty lines at beginning and end of content significant
for XWiki Syntax 2.2.
(cherry picked from commit 7159c51d6933bec1a8403127a0e40ddf2677a6be)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/backport-322-to-stable-16.4.x
Home: https://github.com/xwiki/xwiki-rendering
Commit: 4f3108e58c62f6d93bcffbbe280b66a1342c422b
https://github.com/xwiki/xwiki-rendering/commit/4f3108e58c62f6d93bcffbbe280…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-01-16 (Thu, 16 Jan 2025)
Changed paths:
M xwiki-rendering-api/src/main/java/org/xwiki/rendering/listener/chaining/ListenerChain.java
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/main/java/org/xwiki/rendering/internal/renderer/xwiki20/XWikiSyntaxChainingRenderer.java
A xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/test/resources/xwiki20/specific/emptylines/emptylines1.test
A xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/test/resources/xwiki20/specific/emptylines/emptylines2.test
Log Message:
-----------
XRENDERING-684: Empty lines get removed below tables and lists after saving in wysiwyg editor (#322)
Align the renderer with the parser regarding empty line handling:
* At the start of the document, we need two extra newlines.
* At the start of a group, we need one extra newline, unless the group
is otherwise empty, then one newline less should be printed.
* After tables, lists and definition lists, we need one extra newline.
This also fixes XRENDERING-667: New lines added when parsing and
re-rendering groups in xwiki/2.1
Further, it partially implements XRENDERING-98 for the beginning of the
content: Make empty lines at beginning and end of content significant
for XWiki Syntax 2.2.
(cherry picked from commit 7159c51d6933bec1a8403127a0e40ddf2677a6be)
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: 7159c51d6933bec1a8403127a0e40ddf2677a6be
https://github.com/xwiki/xwiki-rendering/commit/7159c51d6933bec1a8403127a0e…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-01-16 (Thu, 16 Jan 2025)
Changed paths:
M xwiki-rendering-api/src/main/java/org/xwiki/rendering/listener/chaining/ListenerChain.java
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/main/java/org/xwiki/rendering/internal/renderer/xwiki20/XWikiSyntaxChainingRenderer.java
A xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/test/resources/xwiki20/specific/emptylines/emptylines1.test
A xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/test/resources/xwiki20/specific/emptylines/emptylines2.test
Log Message:
-----------
XRENDERING-684: Empty lines get removed below tables and lists after saving in wysiwyg editor (#322)
Align the renderer with the parser regarding empty line handling:
* At the start of the document, we need two extra newlines.
* At the start of a group, we need one extra newline, unless the group
is otherwise empty, then one newline less should be printed.
* After tables, lists and definition lists, we need one extra newline.
This also fixes XRENDERING-667: New lines added when parsing and
re-rendering groups in xwiki/2.1
Further, it partially implements XRENDERING-98 for the beginning of the
content: Make empty lines at beginning and end of content significant
for XWiki Syntax 2.2.
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-platform
Commit: 235d0e933437b3d342367687005ca959838d7817
https://github.com/xwiki/xwiki-platform/commit/235d0e933437b3d342367687005c…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-01-16 (Thu, 16 Jan 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/EditSheet.xml
Log Message:
-----------
[Misc] Restore dead code that wasn't that dead
The style is needed at least in Chrome and Firefox.
This partially reverts 172721962f7b3adaa3dbdb0ae3df8714bddbef90.
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: 19aced497bdc5d64d52468d447162146161ea1aa
https://github.com/xwiki/xwiki-platform/commit/19aced497bdc5d64d52468d44716…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-01-16 (Thu, 16 Jan 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-maintainer/src/main/java/org/xwiki/annotation/maintainer/internal/DocumentContentAnnotationUpdateListener.java
Log Message:
-----------
XWIKI-15113: Annotation's update runs on every node in cluster after DocumentUpdatedEvent
(cherry picked from commit fd7fcee358059099dfe1d954c338098d6857a6c4)
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: fd7fcee358059099dfe1d954c338098d6857a6c4
https://github.com/xwiki/xwiki-platform/commit/fd7fcee358059099dfe1d954c338…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-01-16 (Thu, 16 Jan 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-maintainer/src/main/java/org/xwiki/annotation/maintainer/internal/DocumentContentAnnotationUpdateListener.java
Log Message:
-----------
XWIKI-15113: Annotation's update runs on every node in cluster after DocumentUpdatedEvent
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: 20b018afcfdf29ff30d4df012ae4c60e4fc6742f
https://github.com/xwiki-contrib/book-versions/commit/20b018afcfdf29ff30d4d…
Author: Mathieu Pace <mathieu.pace(a)xwiki.com>
Date: 2025-01-16 (Thu, 16 Jan 2025)
Changed paths:
M application-book-versions-ui/src/main/resources/BookVersions/Code/NavigationMenu.xml
Log Message:
-----------
BVERSION-100: Variant content is not displayed for a new unversioned page in a new book
* The navigation menu now sets properly the selected variant when it wasn't set already and visiting an unversioned 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/book-versions
Commit: 49ff83fddeaaa1607e945ec804d1061290ff3423
https://github.com/xwiki-contrib/book-versions/commit/49ff83fddeaaa1607e945…
Author: Mathieu Pace <mathieu.pace(a)xwiki.com>
Date: 2025-01-16 (Thu, 16 Jan 2025)
Changed paths:
M application-book-versions-ui/src/main/resources/BookVersions/Code/NavigationMenu.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/Translations.xml
Log Message:
-----------
BVERSION-40: The version and variant dropdowns should be displayed on unversioned page
* The navigation menu is now displayed for unversioned pages
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
Branch: refs/heads/v1.0
Home: https://github.com/xwiki-contrib/swagger
Commit: 39f2bb1f218356713ca6186ed749770c2d1cb828
https://github.com/xwiki-contrib/swagger/commit/39f2bb1f218356713ca6186ed74…
Author: farcasut <farcasialexandrububu(a)gmail.com>
Date: 2025-01-16 (Thu, 16 Jan 2025)
Changed paths:
M README.md
M pom.xml
M swagger-api/pom.xml
M swagger-api/src/main/java/org/xwiki/contrib/swagger/internal/HttpClientBuilderFactory.java
M swagger-api/src/main/java/org/xwiki/contrib/swagger/internal/Proxy.java
M swagger-api/src/main/java/org/xwiki/contrib/swagger/internal/pickers/Expansion.java
M swagger-api/src/main/java/org/xwiki/contrib/swagger/internal/pickers/Model.java
M swagger-api/src/main/java/org/xwiki/contrib/swagger/internal/pickers/SortMethod.java
M swagger-api/src/main/java/org/xwiki/contrib/swagger/internal/pickers/SortTags.java
M swagger-api/src/main/java/org/xwiki/contrib/swagger/script/SwaggerScriptService.java
M swagger-macro/pom.xml
Log Message:
-----------
Fixed comments, moved to HTTPCore URIBuilder
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/swagger/settings/notifications
Branch: refs/heads/CRISTAL-408
Home: https://github.com/xwiki-contrib/cristal
Commit: 7ffb55599eef7a0bf6445d2f86f41179a55de80a
https://github.com/xwiki-contrib/cristal/commit/7ffb55599eef7a0bf6445d2f86f…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2025-01-16 (Thu, 16 Jan 2025)
Changed paths:
M core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceHandler.ts
M skin/langs/translation-en.json
M skin/langs/translation-fr.json
M skin/src/vue/c-page-creation-menu.vue
M sources/xwiki/mock-server/src/index.ts
Log Message:
-----------
CRISTAL-408: We don't check if a page already exists on page creation
* Display error if page exists
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 37ff31ee0866907a0f4140bf881aa98fe6305fb3
https://github.com/xwiki/xwiki-platform/commit/37ff31ee0866907a0f4140bf881a…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-01-16 (Thu, 16 Jan 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-ui/src/main/resources/XWiki/PDFExport/WebHome.xml
Log Message:
-----------
XWIKI-22738: Target syntax is not set on the transformation context when the document content is executed
* We don't need to set outputSyntax to plain because we're writing the JSON directly to the response. Moreover, in this particular case we need the original target syntax because the PDF export job saves and restores the rendering context from the request that starts the PDF export job.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications