Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 6de6233afaf04840d91649c03d1556ca962512fd
https://github.com/xwiki/xwiki-platform/commit/6de6233afaf04840d91649c03d15…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2024-06-06 (Thu, 06 Jun 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-tour/xwiki-platform-tour-ui/src/main/resources/TourCode/TourJS.xml
Log Message:
-----------
XWIKI-22137: Tour button on the bottom right in French doesn't display properly characters with accents (#3144)
* Removed the json escaping from the button text content
* Refactored the button creation
Co-authored-by: Manuel Leduc <manuel.leduc(a)xwiki.com>
(cherry picked from commit cd2d76226fded85b1ac0f2821eddccbe7910d0d0)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport-3144-to-stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: ec44276343bf1454f98743204c0d1ce728c51af7
https://github.com/xwiki/xwiki-platform/commit/ec44276343bf1454f98743204c0d…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2024-06-06 (Thu, 06 Jun 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-tour/xwiki-platform-tour-ui/src/main/resources/TourCode/TourJS.xml
Log Message:
-----------
XWIKI-22137: Tour button on the bottom right in French doesn't display properly characters with accents (#3144)
* Removed the json escaping from the button text content
* Refactored the button creation
Co-authored-by: Manuel Leduc <manuel.leduc(a)xwiki.com>
(cherry picked from commit cd2d76226fded85b1ac0f2821eddccbe7910d0d0)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport-3144-to-stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 483f10b83cc48c28f0f9ab3277c3ca05770cee43
https://github.com/xwiki/xwiki-platform/commit/483f10b83cc48c28f0f9ab3277c3…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2024-06-06 (Thu, 06 Jun 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-tour/xwiki-platform-tour-ui/src/main/resources/TourCode/TourJS.xml
Log Message:
-----------
XWIKI-22137: Tour button on the bottom right in French doesn't display properly characters with accents (#3144)
* Removed the json escaping from the button text content
* Refactored the button creation
Co-authored-by: Manuel Leduc <manuel.leduc(a)xwiki.com>
(cherry picked from commit cd2d76226fded85b1ac0f2821eddccbe7910d0d0)
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: cd2d76226fded85b1ac0f2821eddccbe7910d0d0
https://github.com/xwiki/xwiki-platform/commit/cd2d76226fded85b1ac0f2821edd…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2024-06-06 (Thu, 06 Jun 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-tour/xwiki-platform-tour-ui/src/main/resources/TourCode/TourJS.xml
Log Message:
-----------
XWIKI-22137: Tour button on the bottom right in French doesn't display properly characters with accents (#3144)
* Removed the json escaping from the button text content
* Refactored the button creation
Co-authored-by: Manuel Leduc <manuel.leduc(a)xwiki.com>
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-rendering
Commit: 99731d0cea072a9af5309c9f30a27f12f2b03b59
https://github.com/xwiki/xwiki-rendering/commit/99731d0cea072a9af5309c9f30a…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-06-06 (Thu, 06 Jun 2024)
Changed paths:
M xwiki-rendering-api/src/main/java/org/xwiki/rendering/internal/renderer/ParametersPrinter.java
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/test/resources/xwiki20/specific/escaping/escaping2.test
A xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/test/resources/xwiki20/specific/escaping/escaping6.test
Log Message:
-----------
XRENDERING-647: ]]] in a link parameter breaks link syntax (#302)
* match the characters that we don't escape using a lookahead such that they can be matched again
* add a new test
(cherry picked from commit 0377b21d562c826a33acea51ca03a672b9df49a2)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-rendering
Commit: d9d10e94116087e852d73fabad28a60d0d0d0ec0
https://github.com/xwiki/xwiki-rendering/commit/d9d10e94116087e852d73fabad2…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-06-06 (Thu, 06 Jun 2024)
Changed paths:
M xwiki-rendering-api/src/main/java/org/xwiki/rendering/internal/renderer/ParametersPrinter.java
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/test/resources/xwiki20/specific/escaping/escaping2.test
A xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/test/resources/xwiki20/specific/escaping/escaping6.test
Log Message:
-----------
XRENDERING-647: ]]] in a link parameter breaks link syntax (#302)
* match the characters that we don't escape using a lookahead such that they can be matched again
* add a new test
(cherry picked from commit 0377b21d562c826a33acea51ca03a672b9df49a2)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications