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