Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: 09cb805ffb06aa9f23c26540dba10c74e2da3fcb
https://github.com/xwiki-contrib/confluence/commit/09cb805ffb06aa9f23c26540…
Author: Raluca Stavro <rstavro(a)xwiki.com>
Date: 2025-01-16 (Thu, 16 Jan 2025)
Changed paths:
A confluence-resolvers/src/main/java/org/xwiki/contrib/confluence/resolvers/ConfluenceScrollTranslationResolver.java
M confluence-resolvers/src/main/java/org/xwiki/contrib/confluence/resolvers/internal/DefaultConfluenceScrollVersionsResolver.java
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/macros/TranslationMacroConverter.java
Log Message:
-----------
CONFLUENCE-371 : Add support for importing Scroll sv-translation macro into XWiki
- adding the option to add extra parameters, besides the language one
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
Branch: refs/heads/v1.0
Home: https://github.com/xwiki-contrib/swagger
Commit: fc340a6c2ddc33f2124863a617924ea7340a2e54
https://github.com/xwiki-contrib/swagger/commit/fc340a6c2ddc33f2124863a6179…
Author: farcasut <farcasialexandrububu(a)gmail.com>
Date: 2025-01-16 (Thu, 16 Jan 2025)
Changed paths:
M README.md
A pom.xml
A swagger-api/pom.xml
A swagger-api/src/main/java/org/xwiki/contrib/swagger/internal/HttpClientBuilderFactory.java
A swagger-api/src/main/java/org/xwiki/contrib/swagger/internal/Proxy.java
A swagger-api/src/main/java/org/xwiki/contrib/swagger/internal/pickers/Expansion.java
A swagger-api/src/main/java/org/xwiki/contrib/swagger/internal/pickers/Model.java
A swagger-api/src/main/java/org/xwiki/contrib/swagger/internal/pickers/SortMethod.java
A swagger-api/src/main/java/org/xwiki/contrib/swagger/internal/pickers/SortTags.java
A swagger-api/src/main/java/org/xwiki/contrib/swagger/script/SwaggerScriptService.java
A swagger-api/src/main/resources/META-INF/components.txt
A swagger-macro/pom.xml
A swagger-macro/src/main/resources/Macros/Swagger Macro.xml
A swagger-macro/src/main/resources/Macros/Swagger Translations.xml
Log Message:
-----------
Initial version
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-platform
Commit: 530aee6ab5a026e9a11c44c2f9f0e2dd30e94e9b
https://github.com/xwiki/xwiki-platform/commit/530aee6ab5a026e9a11c44c2f9f0…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-01-16 (Thu, 16 Jan 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-ui/src/main/resources/IconThemesCode/IconPicker.xml
Log Message:
-----------
XWIKI-22339: Icon picker is not keyboard operable (#3800)
* XWIKI-22339: Icon picker is not keyboard operable
* Updated the type of the icon buttons to be actual buttons and not disguised divs.
* Added word break indicators in the icon names, for cleaner breaks on long iconNames.
* Moved the DOM representation of the picker right after the input.
* Added an escape listener on the picker content to easily get out of it.
* Updated style to avoid having too big of a change with the new DOM.
* Improved style for long iconNames, which were poorly supported before.
* Escaped changes
* Fixed typo
(cherry picked from commit 818bc253b88ec2a43fc8b0f3e5f176921235b0f8)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications