]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-21124 Replace Twitter mention and logo with X
authorAmbroise C <ambroise.christea@sonarsource.com>
Wed, 31 Jan 2024 15:25:14 +0000 (16:25 +0100)
committersonartech <sonartech@sonarsource.com>
Thu, 1 Feb 2024 20:02:46 +0000 (20:02 +0000)
README.md
server/sonar-server-common/src/main/java/org/sonar/server/notification/NotificationDispatcher.java
server/sonar-web/public/images/embed-doc/twitter-icon.svg [deleted file]
server/sonar-web/public/images/embed-doc/x-icon-black.svg [new file with mode: 0644]
server/sonar-web/src/main/js/components/embed-docs-modal/EmbedDocsPopup.tsx
sonar-core/src/main/resources/org/sonar/l10n/core.properties

index e959ed66c106c0f1300020f6d996ef2a6d8df9b9..556bc576e545aa59e3d5d217c480eca67f9487a2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ SonarQube provides the capability to not only show the health of an application
 - [Website](https://www.sonarsource.com/products/sonarqube)
 - [Download](https://www.sonarsource.com/products/sonarqube/downloads)
 - [Documentation](https://docs.sonarsource.com/sonarqube)
-- [Twitter](https://twitter.com/SonarQube)
+- [X](https://twitter.com/SonarQube)
 - [SonarSource](https://www.sonarsource.com), author of SonarQube
 - [Issue tracking](https://jira.sonarsource.com/browse/SONAR/), read-only. Only SonarSourcers can create tickets.
 - [Responsible Disclosure](https://community.sonarsource.com/t/responsible-vulnerability-disclosure/9317)
index 7539010a817f75bb3f860050969decaa9286038f..85765163125d81d1d5bd0d2524b56df8d71a4a9e 100644 (file)
@@ -33,7 +33,7 @@ import org.sonar.api.server.ServerSide;
  * For example:
  * <ul>
  * <li>notify me by email when someone comments an issue reported by me</li>
- * <li>notify me by twitter when someone comments an issue assigned to me</li>
+ * <li>notify me by X when someone comments an issue assigned to me</li>
  * <li>notify me by Jabber when someone mentions me in an issue comment</li>
  * <li>send me by SMS when there are system notifications (like password reset, account creation, ...)</li>
  * </ul> 
diff --git a/server/sonar-web/public/images/embed-doc/twitter-icon.svg b/server/sonar-web/public/images/embed-doc/twitter-icon.svg
deleted file mode 100644 (file)
index 55f5f70..0000000
+++ /dev/null
@@ -1 +0,0 @@
-<svg viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M13.5 2.57a5.52 5.52 0 0 1-1.593.428 2.685 2.685 0 0 0 1.216-1.524 5.431 5.431 0 0 1-1.756.668 2.666 2.666 0 0 0-2.022-.874c-.765 0-1.417.27-1.957.809a2.67 2.67 0 0 0-.809 1.958c0 .205.023.417.068.634a7.724 7.724 0 0 1-3.182-.853A7.84 7.84 0 0 1 .942 1.773a2.713 2.713 0 0 0-.377 1.396c0 .474.112.914.334 1.32.223.405.523.733.9.985a2.746 2.746 0 0 1-1.251-.352v.035c0 .668.21 1.254.63 1.76.42.506.949.824 1.589.955a2.846 2.846 0 0 1-.728.094c-.16 0-.334-.014-.523-.042a2.71 2.71 0 0 0 .977 1.366c.474.357 1.01.541 1.61.552a5.417 5.417 0 0 1-3.435 1.182c-.245 0-.468-.011-.668-.034a7.684 7.684 0 0 0 4.249 1.242c.982 0 1.904-.155 2.766-.467.863-.311 1.599-.728 2.21-1.25a8.407 8.407 0 0 0 1.581-1.803c.442-.68.772-1.39.989-2.129A7.86 7.86 0 0 0 12.112 4 5.805 5.805 0 0 0 13.5 2.57z" fill="#4d9bce" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/server/sonar-web/public/images/embed-doc/x-icon-black.svg b/server/sonar-web/public/images/embed-doc/x-icon-black.svg
new file mode 100644 (file)
index 0000000..56368dd
--- /dev/null
@@ -0,0 +1,3 @@
+<svg width="1200" height="1227" viewBox="0 0 1200 1227" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z" fill="black"/>
+</svg>
index 6a7e9fceee880f029c4e7d33d59c3e1b6af9f349..17645b3d6b7cd27680cc179528aa2e16308748a2 100644 (file)
@@ -107,9 +107,9 @@ export function EmbedDocsPopup() {
         text={translate('docs.roadmap')}
       />
       <IconLink
-        icon="embed-doc/twitter-icon.svg"
+        icon="embed-doc/x-icon-black.svg"
         link="https://twitter.com/SonarQube"
-        text="Twitter"
+        text="X @SonarQube"
       />
     </>
   );
index 945ad0079781fab148a5bb7dc82b557d8f8c138d..923408cdde092f95457a6827e7706ab3c94b1a28 100644 (file)
@@ -4199,7 +4199,6 @@ footer.production_database_warning=Embedded database should be used for evaluati
 footer.security=Security
 footer.status=Status
 footer.terms=Terms
-footer.twitter=Twitter
 footer.version_x=Version {0}
 footer.web_api=Web API