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