Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: 04e58e78a4366ea87bbc14497fb5c5b2f3d14947
https://github.com/xwiki-contrib/confluence/commit/04e58e78a4366ea87bbc1449…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-10-23 (Wed, 23 Oct 2024)
Changed paths:
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/macros/IncludeMacroConverter.java
M confluence-xml/src/test/resources/confluencexml/include.test
M confluence-xml/src/test/resources/confluencexml/include/entities.xml
Log Message:
-----------
CONFLUENCE-307: Migrate include inline when in a paragraph
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: ca465342bbce628fadea87b6760b63903b3ee419
https://github.com/xwiki/xwiki-platform/commit/ca465342bbce628fadea87b6760b…
Author: tkrieck <149672322+tkrieck(a)users.noreply.github.com>
Date: 2024-10-23 (Wed, 23 Oct 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/xwiki-platform-user-profile-ui/src/main/resources/XWiki/XWikiUserSheet.xml
Log Message:
-----------
XWIKI 21833 - Provide better controls for editing the profile picture (avatar) (#2862)
* Removed hardcoded reference to a Silk icon
* Restyled the button to look like a link
* Restyled the CSS on the profile image to clean it up
* Updated #avatar styles to keep it visually integrated with the button;
* Updated button styles using mixins and a few layout rules to keep alignment;
* Updated avatar and buttons styles
* Updated the button container with flexbox layout instead of using calc()
* Added an isolation for the .attachment-picker rules to reduce the risk of conflicts
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: 413d7a8b9e0d08f3def7e8a0686b674854aebd8e
https://github.com/xwiki-contrib/cristal/commit/413d7a8b9e0d08f3def7e8a0686…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-10-23 (Wed, 23 Oct 2024)
Changed paths:
M lib/src/c-index.vue
M lib/src/components/DefaultCristalApp.ts
Log Message:
-----------
CRISTAL-266: The page content is fetched several times on page load/change
Fix regression when navigating back from saving a page.
Introduce a generic solution reloading the page after each navigation.
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: a1d01733f753f9cb8330ccda5c0eee99eb2f4a6b
https://github.com/xwiki/xwiki-platform/commit/a1d01733f753f9cb8330ccda5c0e…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-10-23 (Wed, 23 Oct 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/src/main/java/org/xwiki/rendering/internal/parser/pygments/DefaultPygmentsParserConfiguration.java
Log Message:
-----------
XWIKI-21387: The syntax highlighting done by the Code Macro lacks contrast
* fix the version
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport-3052-to-stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: a26856d726e31b964a8f45a5b78ddfb36995bf02
https://github.com/xwiki/xwiki-platform/commit/a26856d726e31b964a8f45a5b78d…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2024-10-23 (Wed, 23 Oct 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/src/main/java/org/xwiki/rendering/internal/parser/pygments/DefaultPygmentsParserConfiguration.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/src/main/resources/pygments/code.py
A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/src/main/resources/pygments/styles/xwiki_default.py
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/src/test/resources/macrocode14.test
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/src/test/resources/macrocode15.test
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/src/test/resources/macrocode4.test
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/src/test/resources/macrocode7.test
Log Message:
-----------
XWIKI-21387: The syntax highlighting done by the Code Macro lacks contrast (#3052)
* Created a pygment style in updated_default.py
* Updated the parser configuration to fallback on this style by default
* Updated tests to fit the new colortheme
(cherry picked from commit 5e913d9f88f10c85925679ef28cdb35f90de722f)
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: 5e913d9f88f10c85925679ef28cdb35f90de722f
https://github.com/xwiki/xwiki-platform/commit/5e913d9f88f10c85925679ef28cd…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2024-10-23 (Wed, 23 Oct 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/src/main/java/org/xwiki/rendering/internal/parser/pygments/DefaultPygmentsParserConfiguration.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/src/main/resources/pygments/code.py
A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/src/main/resources/pygments/styles/xwiki_default.py
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/src/test/resources/macrocode14.test
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/src/test/resources/macrocode15.test
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/src/test/resources/macrocode4.test
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/src/test/resources/macrocode7.test
Log Message:
-----------
XWIKI-21387: The syntax highlighting done by the Code Macro lacks contrast (#3052)
* Created a pygment style in updated_default.py
* Updated the parser configuration to fallback on this style by default
* Updated tests to fit the new colortheme
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications