Branch: refs/tags/confluence-9.53.0
Home: https://github.com/xwiki-contrib/confluence
Commit: 072c71b18234fd50404db881d11e1b2a6036e11e
https://github.com/xwiki-contrib/confluence/commit/072c71b18234fd50404db881…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-09-21 (Sat, 21 Sep 2024)
Changed paths:
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceConverter.java
R confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/XWikiConverter.java
M confluence-xml/src/main/resources/META-INF/components.txt
M confluence-xml/src/test/java/org/xwiki/contrib/confluence/filter/internal/input/DefaultLinkMapperTest.java
M pom.xml
Log Message:
-----------
CONFLUENCE-278: Early initialization leads to a warning about the entity validation manager not being available
Commit: 28eda91080e5a6e3f74426cba514765d255f2fed
https://github.com/xwiki-contrib/confluence/commit/28eda91080e5a6e3f74426cb…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-09-21 (Sat, 21 Sep 2024)
Changed paths:
M confluence-syntax-xhtml/pom.xml
M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/ConfluenceReferenceConverter.java
M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/ConfluenceXHTMLParser.java
M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/ConfluenceXWikiGeneratorListener.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/SpaceTagHandler.java
R confluence-syntax-xhtml/src/test/resources/confluence+xhtml10/specific/image/image4.test
R confluence-syntax-xhtml/src/test/resources/confluence+xhtml10/specific/link/link10.test
R confluence-syntax-xhtml/src/test/resources/confluence+xhtml10/specific/link/link11.test
R confluence-syntax-xhtml/src/test/resources/confluence+xhtml10/specific/link/link2.test
R confluence-syntax-xhtml/src/test/resources/confluence+xhtml10/specific/link/link3.test
R confluence-syntax-xhtml/src/test/resources/confluence+xhtml10/specific/link/link7.test
R confluence-syntax-xhtml/src/test/resources/confluence+xhtml10/specific/link/link8.test
R confluence-syntax-xhtml/src/test/resources/confluence+xhtml10/specific/link/link9.test
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/internal/input/ConfluenceConverter.java
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceConverterListener.java
M confluence-xml/src/test/resources/confluencexml/links.test
M confluence-xml/src/test/resources/confluencexml/links/entities.xml
M confluence-xml/src/test/resources/confluencexml/rootspace.test
Log Message:
-----------
CONFLUENCE-277: Migrated links to spaces contain .WebHome twice
Commit: 3274a61d340d2ce5ff9d44c4c4a508862f7a0878
https://github.com/xwiki-contrib/confluence/commit/3274a61d340d2ce5ff9d44c4…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-09-21 (Sat, 21 Sep 2024)
Changed paths:
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/ConfluencePageClassDocumentInitializer.java
Log Message:
-----------
CONFLUENCE-279: Use a large string for the title property of the ConfluencePageClass object
Commit: ad29af9b85f5e9eef6d9aae9c733af30d0f28b8c
https://github.com/xwiki-contrib/confluence/commit/ad29af9b85f5e9eef6d9aae9…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-09-21 (Sat, 21 Sep 2024)
Changed paths:
M confluence-syntax-confluence/pom.xml
M confluence-syntax-confluence10override/pom.xml
M confluence-syntax-xhtml/pom.xml
M confluence-xml/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release confluence-9.53.0
Compare: https://github.com/xwiki-contrib/confluence/compare/072c71b18234%5E...ad29a…
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: 637322e3dbb7a1b893b1e2cbde94904beeab1ba9
https://github.com/xwiki-contrib/cristal/commit/637322e3dbb7a1b893b1e2cbde9…
Author: tkrieck <149672322+tkrieck(a)users.noreply.github.com>
Date: 2024-09-18 (Wed, 18 Sep 2024)
Changed paths:
M ds/shoelace/src/vue/css/style.css
M ds/vuetify/src/vue/css/style.css
M editors/tiptap/src/vue/c-edit-tiptap.vue
M editors/tiptap/src/vue/c-tiptap-bubble-menu.vue
M electron/renderer/index.html
M lib/src/components/DefaultCristalApp.ts
M lib/src/index.css
M skin/src/vue/c-content.vue
M skin/src/vue/c-right-sidebar.vue
M skin/src/vue/c-sidebar.vue
M skin/src/vue/c-view.vue
M web/index.html
Log Message:
-----------
CRISTAL-212: Make embedding less prone to CSS conflicts (#301)
* Changed class names and IDs to better target Cristal only
* Changed the location of common CSS to make it scoped by Vue
* Changed layout type from fixed positioning to css grid based layout
* Changed media queries to container queries
* Reworking CSS for hiding the sidebar
* Organization and clearing CSS rules
* Adjusted the CSS in edit mode
* Adjusted values for when the sidebar is floating
* Refactor left sidebar to main sidebar to better support rtl languages sematics
* Improved grid layout on c-view.vue to use named grid template areas
* Adds support for header on the layout
* Adds support for bottom panes on the main content
* Largely simplified layout rules, based on css grid now
* Removal of several html elements used previously only for styling
* Preparing styles for floating doc info tabs
* Style changes for collapsed toolbar
* fixed a scrolling issue on content view
* Minor name refactoring on c-sidebar.vue
* Fix the tiptap toolbar
* Simplification of the main layout after feedback on c-view.vue
* Basic rules added to html and body elements
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications