Branch: refs/heads/master Home: https://github.com/xwiki-contrib/application-rfc Commit: 6de4aee1c1447a88dd18fa93417f4945105970dc https://github.com/xwiki-contrib/application-rfc/commit/6de4aee1c1447a88dd18... Author: Clément Christiaens <[email protected]> Date: 2026-09-14 (Mon, 14 Sep 2026) Changed paths: A application-rfc-ui/src/main/resources/RFC/WebHome.xml R src/main/resources/RFC/20150225101420.xml R src/main/resources/RFC/WebHome.xml R src/main/resources/RFCCode/RFCClass.xml R src/main/resources/RFCCode/RFCEditSheet.xml R src/main/resources/RFCCode/RFCLiveTableResults.xml R src/main/resources/RFCCode/RFCTemplate.xml R src/main/resources/RFCCode/RFCTranslations.xml R src/main/resources/RFCCode/RFCViewSheet.xml Log Message: ----------- Prepare for the 2.0 rework Signed-off-by: Clément Christiaens <[email protected]> Commit: b79b561258b44ef87f6a375422c56f9ac8920dbd https://github.com/xwiki-contrib/application-rfc/commit/b79b561258b44ef87f6a... Author: Clément Christiaens <[email protected]> Date: 2026-09-14 (Mon, 14 Sep 2026) Changed paths: A .github/pull_request_template.md A .github/renovate.json5 M .gitignore A Jenkinsfile A LICENSE M README.md A SECURITY.md A application-rfc-ui/pom.xml A application-rfc-ui/src/main/resources/RFC/ApplicationsPanelEntry.xml A application-rfc-ui/src/main/resources/RFC/Code/RFCClass.xml A application-rfc-ui/src/main/resources/RFC/Code/RFCMigration.xml A application-rfc-ui/src/main/resources/RFC/Code/RFCSheet.xml A application-rfc-ui/src/main/resources/RFC/Code/RFCTemplate.xml A application-rfc-ui/src/main/resources/RFC/Code/RFCTemplateProvider.xml A application-rfc-ui/src/main/resources/RFC/Code/RFCTranslations.xml A application-rfc-ui/src/main/resources/RFC/Code/WebHome.xml M application-rfc-ui/src/main/resources/RFC/WebHome.xml M pom.xml Log Message: ----------- rebuild the base app Signed-off-by: Clément Christiaens <[email protected]> Commit: 8e6f6b9b3edac54a782cd6db36a6795bf73c1eed https://github.com/xwiki-contrib/application-rfc/commit/8e6f6b9b3edac54a782c... Author: Clément Christiaens <[email protected]> Date: 2026-09-14 (Mon, 14 Sep 2026) Changed paths: M README.md Log Message: ----------- Update README.md Signed-off-by: Clément Christiaens <[email protected]> Commit: 07af85beb2972c4e2a2608f420ec30b07167e99d https://github.com/xwiki-contrib/application-rfc/commit/07af85beb2972c4e2a26... Author: Clément Christiaens <[email protected]> Date: 2026-09-14 (Mon, 14 Sep 2026) Changed paths: M application-rfc-ui/src/main/resources/RFC/Code/RFCTemplate.xml M application-rfc-ui/src/main/resources/RFC/Code/RFCTemplateProvider.xml Log Message: ----------- Embed full class definitions in the template provider and template objects so list properties import correctly Signed-off-by: Clément Christiaens <[email protected]> Commit: 876ef3cfd07d894989b1260669136ad926aeee07 https://github.com/xwiki-contrib/application-rfc/commit/876ef3cfd07d894989b1... Author: Clément Christiaens <[email protected]> Date: 2026-09-14 (Mon, 14 Sep 2026) Changed paths: M application-rfc-ui/src/main/resources/RFC/Code/RFCSheet.xml Log Message: ----------- improve RFC header presentation Signed-off-by: Clément Christiaens <[email protected]> Commit: 028f25ad39d4404e137d18709fe41c6aa014b8e4 https://github.com/xwiki-contrib/application-rfc/commit/028f25ad39d4404e137d... Author: Clément Christiaens <[email protected]> Date: 2026-09-14 (Mon, 14 Sep 2026) Changed paths: M README.md M application-rfc-ui/pom.xml M application-rfc-ui/src/main/resources/RFC/Code/RFCClass.xml M application-rfc-ui/src/main/resources/RFC/Code/RFCMigration.xml M application-rfc-ui/src/main/resources/RFC/Code/RFCSheet.xml M application-rfc-ui/src/main/resources/RFC/Code/RFCTemplate.xml M application-rfc-ui/src/main/resources/RFC/Code/RFCTemplateProvider.xml A application-rfc-ui/src/main/resources/RFC/Code/RFCTranslations.fr.xml M application-rfc-ui/src/main/resources/RFC/Code/RFCTranslations.xml M application-rfc-ui/src/main/resources/RFC/WebHome.xml Log Message: ----------- Introduce new feats: - better RFC number - "Updates" relation with a reverse "Updated by" entry and an info box - Status workflow: draft, proposed, final, rejected. Existing values stay valid. - Discussion entry with the comment count, linking to the comments tab. - Filter presets above the list (all, drafts, proposed, final, mine) and a card layout selectable next to the table. - French translations Signed-off-by: Clément Christiaens <[email protected]> Commit: 6e1c27d006c27428f4816a0008f5fb4e9b3ca8aa https://github.com/xwiki-contrib/application-rfc/commit/6e1c27d006c27428f481... Author: Clément Christiaens <[email protected]> Date: 2026-09-14 (Mon, 14 Sep 2026) Changed paths: M README.md M application-rfc-ui/src/main/resources/RFC/Code/RFCMigration.xml M application-rfc-ui/src/main/resources/RFC/Code/RFCTemplate.xml M application-rfc-ui/src/main/resources/RFC/Code/RFCTranslations.fr.xml M application-rfc-ui/src/main/resources/RFC/Code/RFCTranslations.xml Log Message: ----------- Fix the migrator next RFC number always restarting at 1 Signed-off-by: Clément Christiaens <[email protected]> Commit: e6661587f95df4bf9cb15ce57d7b349f497c8f98 https://github.com/xwiki-contrib/application-rfc/commit/e6661587f95df4bf9cb1... Author: Clément Christiaens <[email protected]> Date: 2026-09-15 (Tue, 15 Sep 2026) Changed paths: M Jenkinsfile M README.md M application-rfc-ui/pom.xml M pom.xml Log Message: ----------- Solving PR:2 raised issues Signed-off-by: Clément Christiaens <[email protected]> Commit: 04b88e5f683c77ffffc675833bfc3b06495bb93f https://github.com/xwiki-contrib/application-rfc/commit/04b88e5f683c77ffffc6... Author: ciaens <[email protected]> Date: 2026-09-15 (Tue, 15 Sep 2026) Changed paths: A .github/pull_request_template.md A .github/renovate.json5 M .gitignore A Jenkinsfile A LICENSE M README.md A SECURITY.md A application-rfc-ui/pom.xml A application-rfc-ui/src/main/resources/RFC/ApplicationsPanelEntry.xml A application-rfc-ui/src/main/resources/RFC/Code/RFCClass.xml A application-rfc-ui/src/main/resources/RFC/Code/RFCMigration.xml A application-rfc-ui/src/main/resources/RFC/Code/RFCSheet.xml A application-rfc-ui/src/main/resources/RFC/Code/RFCTemplate.xml A application-rfc-ui/src/main/resources/RFC/Code/RFCTemplateProvider.xml A application-rfc-ui/src/main/resources/RFC/Code/RFCTranslations.fr.xml A application-rfc-ui/src/main/resources/RFC/Code/RFCTranslations.xml A application-rfc-ui/src/main/resources/RFC/Code/WebHome.xml A application-rfc-ui/src/main/resources/RFC/WebHome.xml M pom.xml R src/main/resources/RFC/20150225101420.xml R src/main/resources/RFC/WebHome.xml R src/main/resources/RFCCode/RFCClass.xml R src/main/resources/RFCCode/RFCEditSheet.xml R src/main/resources/RFCCode/RFCLiveTableResults.xml R src/main/resources/RFCCode/RFCTemplate.xml R src/main/resources/RFCCode/RFCTranslations.xml R src/main/resources/RFCCode/RFCViewSheet.xml Log Message: ----------- Merge pull request #2 from ciaens/dev-2.x Modernize the RFC app Compare: https://github.com/xwiki-contrib/application-rfc/compare/20247f75903c...04b8... To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-rfc/settings/notifications