Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: d2a7c5fad5ebc06d5f96bffb5f01e1741d65e966
https://github.com/xwiki-contrib/cristal/commit/d2a7c5fad5ebc06d5f96bffb5f0…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-10-02 (Wed, 02 Oct 2024)
Changed paths:
M api/src/api/WikiConfig.ts
M api/src/components/defaultWikiConfig.ts
M core/backends/backend-xwiki/src/XWikiWikiConfig.ts
M core/navigation-tree/navigation-tree-api/package.json
M core/navigation-tree/navigation-tree-api/src/index.ts
M core/navigation-tree/navigation-tree-default/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-default/src/index.ts
A core/navigation-tree/navigation-tree-default/src/utils.ts
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-filesystem/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-github/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-nextcloud/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-xwiki/src/components/componentsInit.ts
M ds/shoelace/src/vue/form/x-form.vue
M ds/shoelace/src/vue/form/x-text-field.vue
M ds/shoelace/src/vue/x-dialog.vue
M ds/shoelace/src/vue/x-navigation-tree.vue
M ds/vuetify/src/vue/x-navigation-tree.vue
M pnpm-lock.yaml
A skin/src/vue/c-page-creation-menu.vue
M skin/src/vue/c-sidebar.vue
M web/e2e/pageObjects/NavigationTree.ts
Log Message:
-----------
CRISTAL-219: UI for creating pages (#348)
* Add New Page dialog to the sidebar: `CPageCreationMenu`
* Make navigation trees react to current page changes
* Add prop to `XNavigationTree` to override default click action
* Introduce `NavigationTreeSource.getParentNodesId()`
* Introduce `WikiConfig.getNewPageDefaultName()`
* Introduce property `NavigationTreeNode.location`
* Implement missing model on Shoelace's `XTextField`
* Implement missing model on Shoelace's `XDialog`
* Slightly unify CSS between Shoelace and Vuetify components
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/refactoring-dataeditors
Home: https://github.com/xwiki/xwiki-platform
Commit: aab96a1b58afc806673b0561cfe477e1abb9182a
https://github.com/xwiki/xwiki-platform/commit/aab96a1b58afc806673b0561cfe4…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-10-02 (Wed, 02 Oct 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/htmlheader.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/dataeditors.js
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/meta.js
Log Message:
-----------
[TBD]
WIP
Introduction of action in meta.js
Refactoring of dataeditors.js to get rid of prototype and to use
xm.action for performing AJAX requests.
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-contrib/confluence
Commit: 6c92a4ec1c30d0e20215d247cff872a4f14350a7
https://github.com/xwiki-contrib/confluence/commit/6c92a4ec1c30d0e20215d247…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-10-02 (Wed, 02 Oct 2024)
Changed paths:
M confluence-syntax-confluence/checkstyle-suppressions.xml
A confluence-syntax-confluence/src/main/java/org/xwiki/contrib/confluence/parser/confluence/internal/wikimodel/ConfluenceResourceReference.java
M confluence-syntax-confluence/src/main/java/org/xwiki/contrib/confluence/parser/confluence/internal/wikimodel/ConfluenceResourceReferenceParser.java
M confluence-syntax-confluence/src/test/java/org/xwiki/contrib/confluence/parser/confluence/internal/wikimodel/ConfluenceResourceReferenceParserTest.java
M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/AttachmentContainer.java
M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/AttachmentTagHandler.java
M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/ConfluenceImageWikiReference.java
R confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/ConfluenceLinkWikiReference.java
A confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/ConfluenceXHTMLAttachment.java
A confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/ConfluenceXHTMLWikiReference.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/PageContainer.java
M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/PageTagHandler.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/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceInputFilterStream.java
M confluence-xml/src/test/java/org/xwiki/contrib/confluence/filter/IntegrationTests.java
M confluence-xml/src/test/resources/confluencexml/pageswithdots.test
M confluence-xml/src/test/resources/confluencexml/pageswithdots/entities.xml
Log Message:
-----------
CONFLUENCE-282: Links are not converted when using the Confluence syntax
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
Branch: refs/heads/refactoring-dataeditors
Home: https://github.com/xwiki/xwiki-platform
Commit: a3845a32babfa3fa318ed2efd58ad4eb35d172b3
https://github.com/xwiki/xwiki-platform/commit/a3845a32babfa3fa318ed2efd58a…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-10-02 (Wed, 02 Oct 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/htmlheader.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/dataeditors.js
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/meta.js
Log Message:
-----------
[TBD]
WIP
Introduction of action in meta.js
Refactoring of dataeditors.js to get rid of prototype and to use
xm.action for performing AJAX requests.
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-contrib/application-testreporting
Commit: 54a4ac436eacbe4b57d897c1ebbc213af0aaf22f
https://github.com/xwiki-contrib/application-testreporting/commit/54a4ac436…
Author: KebabRonin <alrx.brss(a)gmail.com>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
M src/main/resources/QA/ExecutionAddSheet.xml
M src/main/resources/QA/TestSheet.xml
Log Message:
-----------
TESTREPORT-43: Cannot insert text by keyboard in the editable fields when adding or editing a test
* Fixed js include so it is only active on the view page
* Fixed js event listener to not intercept all keystrokes
* Modified "Run Test" shortcut to "Alt+Shift+q" to not interfere with writing
* Use shortcut.js instead of jquery events
Commit: 980c9b1ee98c86b77c77bbc7aec6dfd06530c793
https://github.com/xwiki-contrib/application-testreporting/commit/980c9b1ee…
Author: slauriere <slauriere(a)xwiki.com>
Date: 2024-10-02 (Wed, 02 Oct 2024)
Changed paths:
M src/main/resources/QA/ExecutionAddSheet.xml
M src/main/resources/QA/TestSheet.xml
Log Message:
-----------
Merge pull request #5 from KebabRonin/TESTREPORT-43
TESTREPORT-43: Cannot insert text by keyboard in the editable fields when adding or editing a test
Compare: https://github.com/xwiki-contrib/application-testreporting/compare/de8554ff…
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-testreporting/settings/notific…
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: 48c711eccfd902a89a58a1680493911fdfcc9d58
https://github.com/xwiki-contrib/confluence/commit/48c711eccfd902a89a58a168…
Author: Clemens Robbenhaar <4411046+ClemensRobbenhaar(a)users.noreply.github.com>
Date: 2024-10-02 (Wed, 02 Oct 2024)
Changed paths:
M confluence-syntax-confluence/checkstyle-suppressions.xml
M confluence-syntax-confluence/pom.xml
A confluence-syntax-confluence/src/main/java/org/xwiki/contrib/confluence/parser/confluence/internal/wikimodel/ConfluenceResourceReferenceParser.java
M confluence-syntax-confluence/src/main/resources/META-INF/components.txt
A confluence-syntax-confluence/src/test/java/org/xwiki/contrib/confluence/parser/confluence/internal/wikimodel/ConfluenceResourceReferenceParserTest.java
M confluence-xml/pom.xml
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceInputFilterStream.java
A confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceInputStreamParser.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 confluence-xml/src/test/resources/confluencexml/3.4.7.test
A confluence-xml/src/test/resources/confluencexml/pageswithdots.test
A confluence-xml/src/test/resources/confluencexml/pageswithdots/entities.xml
Log Message:
-----------
CONFLUENCE-28: Introduce entity reference resolver for Confluence reference syntax (#34)
CONFLUENCE-28: Introduce entity reference resolver for Confluence reference syntax
* add a custom reference resolver for confluence wiki syntax
* currently resolves mailto/url/space/document/attachment/user refs
(but does not use baseReferences - seems not to be needed for import)
* default reference type is still "URL" instead of "UNKNOWN" for b/w compat
* use the new reference resolver via a separate ConfluenceInputStreamParser
in the ConfluenceInputFilterStream
* add integration tests for confluence package "pageswithdots"
(slight modification of actual space export)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
Branch: refs/heads/dev_jti
Home: https://github.com/xwiki-contrib/cli
Commit: 97ab8c7e7307ad93d33b66948bc542b53ee41c6f
https://github.com/xwiki-contrib/cli/commit/97ab8c7e7307ad93d33b66948bc542b…
Author: Josué Tille <josue.tille(a)xwiki.com>
Date: 2024-10-01 (Tue, 01 Oct 2024)
Changed paths:
M dependency-reduced-pom.xml
M src/main/java/org/xwiki/contrib/cli/CancelledOperationDocException.java
M src/main/java/org/xwiki/contrib/cli/Command.java
M src/main/java/org/xwiki/contrib/cli/CommandException.java
M src/main/java/org/xwiki/contrib/cli/DocException.java
M src/main/java/org/xwiki/contrib/cli/MessageForUserDocException.java
M src/main/java/org/xwiki/contrib/cli/Utils.java
M src/main/java/org/xwiki/contrib/cli/XWikiDirSync.java
M src/main/java/org/xwiki/contrib/cli/document/AbstractXMLDoc.java
M src/main/java/org/xwiki/contrib/cli/document/CommandDoc.java
M src/main/java/org/xwiki/contrib/cli/document/MultipleDoc.java
M src/main/java/org/xwiki/contrib/cli/document/OutputDoc.java
M src/main/java/org/xwiki/contrib/cli/document/OutputXMLRestPage.java
M src/main/java/org/xwiki/contrib/cli/document/XMLFileDoc.java
M src/main/java/org/xwiki/contrib/cli/document/element/AttachmentInfo.java
M src/main/java/org/xwiki/contrib/cli/document/element/ObjectInfo.java
M src/main/java/org/xwiki/contrib/cli/document/element/Property.java
Log Message:
-----------
Fix checkstyle
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cli/settings/notifications
Branch: refs/heads/CRISTAL-219
Home: https://github.com/xwiki-contrib/cristal
Commit: 527504bc118518ba71c1cf8a38cd2b21ad584afa
https://github.com/xwiki-contrib/cristal/commit/527504bc118518ba71c1cf8a38c…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-10-01 (Tue, 01 Oct 2024)
Changed paths:
M api/src/api/WikiConfig.ts
M api/src/components/defaultWikiConfig.ts
M core/backends/backend-xwiki/src/XWikiWikiConfig.ts
M core/navigation-tree/navigation-tree-default/src/utils.ts
M core/navigation-tree/navigation-tree-xwiki/src/components/componentsInit.ts
M ds/shoelace/src/vue/x-dialog.vue
M ds/vuetify/package.json
M pnpm-lock.yaml
M skin/src/vue/c-page-creation-menu.vue
M skin/src/vue/c-sidebar.vue
Log Message:
-----------
CRISTAL-219: UI for creating pages
* Remove `WikiConfig.getPageResourceSeparator()`
* Revert vuetify upgrade
* Other small improvements
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications