]> source.dussan.org Git - sonarqube.git/commit
SONAR-12872 Rename Markdown Syntax to Formatting Syntax
authorWouter Admiraal <wouter.admiraal@sonarsource.com>
Mon, 7 Dec 2020 13:34:16 +0000 (14:34 +0100)
committersonartech <sonartech@sonarsource.com>
Thu, 17 Dec 2020 20:08:00 +0000 (20:08 +0000)
commitf51011c87bcd75c4d0fe97249dcab145b8da8dc5
tree62574de7e2efb8fae6b0cebb140316343013b10e
parent5368594546991fbea6c4b4dcdf2386493b78189d
SONAR-12872 Rename Markdown Syntax to Formatting Syntax
26 files changed:
server/sonar-web/src/main/js/app/components/FormattingHelp.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/MarkdownHelp.tsx [deleted file]
server/sonar-web/src/main/js/app/components/__tests__/FormattingHelp-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/__tests__/__snapshots__/FormattingHelp-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/app/index.ts
server/sonar-web/src/main/js/app/utils/startReactApp.tsx
server/sonar-web/src/main/js/apps/coding-rules/components/CustomRuleFormModal.tsx
server/sonar-web/src/main/js/apps/coding-rules/components/RuleDetailsDescription.tsx
server/sonar-web/src/main/js/apps/coding-rules/components/__tests__/__snapshots__/CustomRuleFormModal-test.tsx.snap
server/sonar-web/src/main/js/apps/issues/components/BulkChangeModal.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotCommentPopup.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotReviewHistoryAndComments.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/__tests__/__snapshots__/HotspotCommentPopup-test.tsx.snap
server/sonar-web/src/main/js/apps/security-hotspots/components/__tests__/__snapshots__/HotspotReviewHistoryAndComments-test.tsx.snap
server/sonar-web/src/main/js/apps/security-hotspots/components/status/StatusSelectionRenderer.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/status/__tests__/__snapshots__/StatusSelectionRenderer-test.tsx.snap
server/sonar-web/src/main/js/components/common/FormattingTips.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/common/MarkdownTips.tsx [deleted file]
server/sonar-web/src/main/js/components/common/__tests__/FormattingTips-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/common/__tests__/MarkdownTips-test.tsx [deleted file]
server/sonar-web/src/main/js/components/common/__tests__/__snapshots__/FormattingTips-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/common/__tests__/__snapshots__/MarkdownTips-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/components/issue/popups/CommentPopup.tsx
server/sonar-web/src/main/js/components/issue/popups/__tests__/__snapshots__/CommentPopup-test.tsx.snap
server/sonar-web/src/main/js/helpers/urls.ts
sonar-core/src/main/resources/org/sonar/l10n/core.properties