lists.xwiki.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

notifications

Thread Start a new thread
Download
Threads by month
  • ----- 2026 -----
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
[email protected]

October 2023

  • 1 participants
  • 806 discussions
[xwiki/xwiki-commons] d36b90: XWIKI-21481: Add ability to modify a single config...
by XWiki Notifications 27 Oct '23

27 Oct '23
Branch: refs/heads/stable-15.5.x Home: https://github.com/xwiki/xwiki-commons Commit: d36b90ad0d1502b4ec43fb61a87f786537f0f7e7 https://github.com/xwiki/xwiki-commons/commit/d36b90ad0d1502b4ec43fb61a87f7… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2023-10-27 (Fri, 27 Oct 2023) Changed paths: M xwiki-commons-core/xwiki-commons-configuration/xwiki-commons-configuration-api/src/main/java/org/xwiki/configuration/ConfigurationSource.java Log Message: ----------- XWIKI-21481: Add ability to modify a single configuration source property (cherry picked from commit 0c5eafc6ae38fa253e5d42d0d917b14973a3e47d)
1 0
0 0
[xwiki-contrib/confluence] b0f218: CONFLUENCE-148: Links in macro parameters are not ...
by XWiki Notifications 27 Oct '23

27 Oct '23
Branch: refs/heads/master Home: https://github.com/xwiki-contrib/confluence Commit: b0f2186430278a8c931629b6dc4b7239cf8631a3 https://github.com/xwiki-contrib/confluence/commit/b0f2186430278a8c931629b6… Author: Raphaël Jakse <raphael.jakse(a)xwiki.com> Date: 2023-10-27 (Fri, 27 Oct 2023) Changed paths: M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/LinkTagHandler.java M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/MacroParameterTagHandler.java Log Message: ----------- CONFLUENCE-148: Links in macro parameters are not migrated Commit: 3a86af4fe282f9ee516aef4cc9fbbb0bfafa7c8f https://github.com/xwiki-contrib/confluence/commit/3a86af4fe282f9ee516aef4c… Author: Raphaël Jakse <raphael.jakse(a)xwiki.com> Date: 2023-10-27 (Fri, 27 Oct 2023) Changed paths: M confluence-xml/pom.xml M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/input/ConfluenceInputContext.java M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/input/ConfluenceXMLPackage.java A confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceConverter.java M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceConverterListener.java M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceInputFilterStream.java M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/DefaultConfluenceInputContext.java M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/macros/DefaultMacroConverter.java M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/macros/MentionMacroConverter.java M confluence-xml/src/main/resources/META-INF/components.txt Log Message: ----------- Misc: move document & user reference related methods to a dedicated component Commit: d93711b00ce76e008b26a05182141fa6ed196729 https://github.com/xwiki-contrib/confluence/commit/d93711b00ce76e008b26a051… Author: Raphaël Jakse <raphael.jakse(a)xwiki.com> Date: 2023-10-27 (Fri, 27 Oct 2023) Changed paths: M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/AbstractMacroParameterTagHandler.java M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/LinkTagHandler.java M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/MacroParameterTagHandler.java A confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/macros/IncludeMacroConverter.java M confluence-xml/src/main/resources/META-INF/components.txt A confluence-xml/src/test/resources/confluencexml/include.test A confluence-xml/src/test/resources/confluencexml/include/entities.xml Log Message: ----------- CONFLUENCE-117: Include macro is migrated incorrectly Compare: https://github.com/xwiki-contrib/confluence/compare/b95acda63285...d93711b0…
1 0
0 0
[xwiki-contrib/confluence] 3a86af: Misc: move document & user reference related metho...
by XWiki Notifications 27 Oct '23

27 Oct '23
Branch: refs/heads/CONFLUENCE-117 Home: https://github.com/xwiki-contrib/confluence Commit: 3a86af4fe282f9ee516aef4cc9fbbb0bfafa7c8f https://github.com/xwiki-contrib/confluence/commit/3a86af4fe282f9ee516aef4c… Author: Raphaël Jakse <raphael.jakse(a)xwiki.com> Date: 2023-10-27 (Fri, 27 Oct 2023) Changed paths: M confluence-xml/pom.xml M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/input/ConfluenceInputContext.java M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/input/ConfluenceXMLPackage.java A confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceConverter.java M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceConverterListener.java M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceInputFilterStream.java M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/DefaultConfluenceInputContext.java M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/macros/DefaultMacroConverter.java M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/macros/MentionMacroConverter.java M confluence-xml/src/main/resources/META-INF/components.txt Log Message: ----------- Misc: move document & user reference related methods to a dedicated component Commit: d93711b00ce76e008b26a05182141fa6ed196729 https://github.com/xwiki-contrib/confluence/commit/d93711b00ce76e008b26a051… Author: Raphaël Jakse <raphael.jakse(a)xwiki.com> Date: 2023-10-27 (Fri, 27 Oct 2023) Changed paths: M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/AbstractMacroParameterTagHandler.java M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/LinkTagHandler.java M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/MacroParameterTagHandler.java A confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/macros/IncludeMacroConverter.java M confluence-xml/src/main/resources/META-INF/components.txt A confluence-xml/src/test/resources/confluencexml/include.test A confluence-xml/src/test/resources/confluencexml/include/entities.xml Log Message: ----------- CONFLUENCE-117: Include macro is migrated incorrectly Compare: https://github.com/xwiki-contrib/confluence/compare/e93adae21502...d93711b0…
1 0
0 0
[[email protected]][Issue] (XWIKI-13912) Impossible to control contrast of the panel headers on Flamingo
by XWiki Notifications 27 Oct '23

27 Oct '23
1 0
0 0
[[email protected]][Issue] (XWIKI-21005) CKEditor content on inplace edit uses incorrectly aria-expanded
by XWiki Notifications 27 Oct '23

27 Oct '23
1 0
0 0
[xwiki/xwiki-platform] 780b33: XWIKI-21005: CKEditor content on inplace edit uses...
by XWiki Notifications 27 Oct '23

27 Oct '23
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 780b33f693e26f9980aac2fce9c29b71c486d321 https://github.com/xwiki/xwiki-platform/commit/780b33f693e26f9980aac2fce9c2… Author: Sereza7 <lucas.charpentier(a)imt-atlantique.net> Date: 2023-10-27 (Fri, 27 Oct 2023) Changed paths: M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-ui/src/main/resources/XWiki/InplaceEditing.xml Log Message: ----------- XWIKI-21005: CKEditor content on inplace edit uses incorrectly aria-expanded * Removed the incorrect attribute after loading the CKeditor inplace editor.
1 0
0 0
[[email protected]][Issue] (XWIKI-21344) extensionSearchRepositoryList select has a hidden label
by XWiki Notifications 27 Oct '23

27 Oct '23
1 0
0 0
[xwiki/xwiki-platform] 80609c: XWIKI-21344: extensionSearchRepositoryList select ...
by XWiki Notifications 27 Oct '23

27 Oct '23
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 80609c31ad28e1b43436314df9fc2e3a44c418b1 https://github.com/xwiki/xwiki-platform/commit/80609c31ad28e1b43436314df9fc… Author: Sereza7 <lucas.charpentier(a)imt-atlantique.net> Date: 2023-10-27 (Fri, 27 Oct 2023) Changed paths: M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/extension.vm Log Message: ----------- XWIKI-21344: extensionSearchRepositoryList select has a hidden label (#2498) * Updated the class of the label to make it visible to assistive techs
1 0
0 0
[[email protected]][Issue] (XWIKI-21105) Drop the panel-default-text color from the color theme and use the content colors for all panel content, to facilitate contrast
by XWiki Notifications 27 Oct '23

27 Oct '23
1 0
0 0
[xwiki/xwiki-platform] 03d153: XWIKI-21105: Drop the panel-default-text color fro...
by XWiki Notifications 27 Oct '23

27 Oct '23
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 03d153590da8656e10c47b17823628382e8d4bb8 https://github.com/xwiki/xwiki-platform/commit/03d153590da8656e10c47b178236… Author: Sereza7 <lucas.charpentier(a)imt-atlantique.net> Date: 2023-10-27 (Fri, 27 Oct 2023) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-bootswatch/src/main/resources/FlamingoThemes/Cerulean.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-bootswatch/src/main/resources/FlamingoThemes/Cosmo.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-bootswatch/src/main/resources/FlamingoThemes/Cyborg.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-bootswatch/src/main/resources/FlamingoThemes/Darkly.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-bootswatch/src/main/resources/FlamingoThemes/Flatly.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-bootswatch/src/main/resources/FlamingoThemes/Journal.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-bootswatch/src/main/resources/FlamingoThemes/Lumen.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-bootswatch/src/main/resources/FlamingoThemes/Paper.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-bootswatch/src/main/resources/FlamingoThemes/Readable.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-bootswatch/src/main/resources/FlamingoThemes/Sandstone.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-bootswatch/src/main/resources/FlamingoThemes/Simplex.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-bootswatch/src/main/resources/FlamingoThemes/Slate.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-bootswatch/src/main/resources/FlamingoThemes/Spacelab.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-bootswatch/src/main/resources/FlamingoThemes/Superhero.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-bootswatch/src/main/resources/FlamingoThemes/United.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-bootswatch/src/main/resources/FlamingoThemes/Yeti.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-ui/src/main/resources/FlamingoThemes/Charcoal.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-ui/src/main/resources/FlamingoThemes/Garden.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-ui/src/main/resources/FlamingoThemes/Iceberg.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-ui/src/main/resources/FlamingoThemes/Kitty.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-ui/src/main/resources/FlamingoThemes/Marina.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-ui/src/main/resources/FlamingoThemesCode/ThemeClass.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-ui/src/main/resources/FlamingoThemesCode/ThemeSheet.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-ui/src/main/resources/FlamingoThemesCode/ThemeTemplate.xml Log Message: ----------- XWIKI-21105: Drop the panel-default-text color from the color theme and use the content colors for all panel content, to facilitate contrast (#2485) * Removed `panel-default-text` from the color theme template and from all the bundled color themes. * Updated the value of this variable in the advanced section of the color themes where it was used, in order for it to follow regular text color
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • ...
  • 81
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.