Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/documentation
Commit: 9cd29a7923aee02fb0693f629c64adf941135c76
https://github.com/xwiki-contrib/documentation/commit/9cd29a7923aee02fb0693…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2025-09-25 (Thu, 25 Sep 2025)
Changed paths:
A documentation-xwikiorg/src/main/java/org/xwiki/contrib/documentation/internal/xwikiorg/ImageMacroCheck.java
M documentation-xwikiorg/src/main/java/org/xwiki/contrib/documentation/internal/xwikiorg/SyntaxCheck.java
M documentation-xwikiorg/src/main/resources/META-INF/components.txt
Log Message:
-----------
XDOC-1: Create a documentation application
* Add an image macro usage check
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/documentation/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/application-testreporting
Commit: e84b41283ec9d99418a815885cece0e0cc5f3573
https://github.com/xwiki-contrib/application-testreporting/commit/e84b41283…
Author: KebabRonin <alrx.brss(a)gmail.com>
Date: 2025-09-25 (Thu, 25 Sep 2025)
Changed paths:
M src/main/resources/QA/AddApp.xml
A src/main/resources/QA/AddDistribution.xml
A src/main/resources/QA/DistributionClass.xml
A src/main/resources/QA/DistributionSheet.xml
A src/main/resources/QA/DistributionTemplate.xml
M src/main/resources/QA/ExecutionAddSheet.xml
M src/main/resources/QA/ExecutionClass.xml
M src/main/resources/QA/ExecutionTemplate.xml
M src/main/resources/QA/HallOfFame.xml
M src/main/resources/QA/LiveTableResults.xml
M src/main/resources/QA/LiveTableResultsFullDetailed.xml
M src/main/resources/QA/Management.xml
M src/main/resources/QA/TestSheet.xml
M src/main/resources/QA/TestSpaceWebHomeTemplate.xml
M src/main/resources/QA/Translations.xml
M src/main/resources/QA/WebHome.xml
Log Message:
-----------
TESTREPORT-30: Add "Packaging" field
Commit: 5a4fadf2c4b21d3f5f5cefa53ab863bef373fa65
https://github.com/xwiki-contrib/application-testreporting/commit/5a4fadf2c…
Author: KebabRonin <alrx.brss(a)gmail.com>
Date: 2025-09-25 (Thu, 25 Sep 2025)
Changed paths:
M src/main/resources/QA/AddDistribution.xml
M src/main/resources/QA/DistributionClass.xml
M src/main/resources/QA/DistributionTemplate.xml
M src/main/resources/QA/LiveTableResults.xml
M src/main/resources/QA/LiveTableResultsFullDetailed.xml
M src/main/resources/QA/Management.xml
M src/main/resources/QA/ProductSheet.xml
M src/main/resources/QA/Translations.xml
M src/main/resources/QA/WebHome.xml
Log Message:
-----------
TESTREPORT-30: Add "Packaging" field
Commit: 87769b66e07c90ae5c6c2765e39b7ef8c010e683
https://github.com/xwiki-contrib/application-testreporting/commit/87769b66e…
Author: slauriere <slauriere(a)xwiki.com>
Date: 2025-09-25 (Thu, 25 Sep 2025)
Changed paths:
M src/main/resources/QA/AddApp.xml
A src/main/resources/QA/AddDistribution.xml
A src/main/resources/QA/DistributionClass.xml
A src/main/resources/QA/DistributionSheet.xml
A src/main/resources/QA/DistributionTemplate.xml
M src/main/resources/QA/ExecutionAddSheet.xml
M src/main/resources/QA/ExecutionClass.xml
M src/main/resources/QA/ExecutionTemplate.xml
M src/main/resources/QA/HallOfFame.xml
M src/main/resources/QA/LiveTableResults.xml
M src/main/resources/QA/LiveTableResultsFullDetailed.xml
M src/main/resources/QA/Management.xml
M src/main/resources/QA/ProductSheet.xml
M src/main/resources/QA/TestSheet.xml
M src/main/resources/QA/TestSpaceWebHomeTemplate.xml
M src/main/resources/QA/Translations.xml
M src/main/resources/QA/WebHome.xml
Log Message:
-----------
Merge pull request #6 from KebabRonin/TESTREPORT-30
TESTREPORT-30: Add "Packaging" field
Compare: https://github.com/xwiki-contrib/application-testreporting/compare/5e384121…
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/documentation
Commit: 53e3d998de6b8a17a80baadbddcb753f150b3b03
https://github.com/xwiki-contrib/documentation/commit/53e3d998de6b8a17a80ba…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2025-09-25 (Thu, 25 Sep 2025)
Changed paths:
M documentation-checker/src/main/java/org/xwiki/contrib/documentation/DocumentationViolation.java
A documentation-checker/src/main/java/org/xwiki/contrib/documentation/DocumentationViolationSeverity.java
M documentation-checker/src/main/java/org/xwiki/contrib/documentation/internal/DocumentationCheckerConsumer.java
M documentation-ui/src/main/resources/Documentation/Code/DocumentationViolationClass.xml
M documentation-xwikiorg/src/main/java/org/xwiki/contrib/documentation/internal/xwikiorg/SyntaxCheck.java
Log Message:
-----------
XDOC-1: Create a documentation application
* Add concept of severity
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/documentation/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/documentation
Commit: 9199857fe2eb2399ad18ed7f93edbc38c4e9e204
https://github.com/xwiki-contrib/documentation/commit/9199857fe2eb2399ad18e…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2025-09-25 (Thu, 25 Sep 2025)
Changed paths:
M documentation-ui/src/main/resources/Documentation/Code/DocumentationClass.xml
M documentation-ui/src/main/resources/Documentation/Code/DocumentationReviewClass.xml
M documentation-ui/src/main/resources/Documentation/Code/DocumentationViolationClass.xml
M documentation-ui/src/main/resources/Documentation/WebHome.xml
Log Message:
-----------
XDOC-1: Create a documentation application
* Make sure app pages don't appear in the navigation
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/documentation/settings/notifications