Browse Source

SONAR-21124 Replace Twitter mention and logo with X

tags/10.4.0.87286
Ambroise C 2 months ago
parent
commit
94f81b2644

+ 1
- 1
README.md View File

@@ -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)

+ 1
- 1
server/sonar-server-common/src/main/java/org/sonar/server/notification/NotificationDispatcher.java View 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>

+ 0
- 1
server/sonar-web/public/images/embed-doc/twitter-icon.svg View File

@@ -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>

+ 3
- 0
server/sonar-web/public/images/embed-doc/x-icon-black.svg View File

@@ -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>

+ 2
- 2
server/sonar-web/src/main/js/components/embed-docs-modal/EmbedDocsPopup.tsx View 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"
/>
</>
);

+ 0
- 1
sonar-core/src/main/resources/org/sonar/l10n/core.properties View 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


Loading…
Cancel
Save