<p dir="auto">This PR addresses "Modify the way 'Friends' are added" issue mentioned in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="987397851" data-permission-text="Title is private" data-url="https://github.com/openstreetmap/openstreetmap-website/issues/3310" data-hovercard-type="issue" data-hovercard-url="/openstreetmap/openstreetmap-website/issues/3310/hovercard" href="https://github.com/openstreetmap/openstreetmap-website/issues/3310">#3310</a></p>
<p dir="auto">This PR replaces all occurrences of "friends" to "followers", including texts, tests and URLs.</p>
<p dir="auto">This PR was not broken down to smaller pieces to maintain consistency and avoid different names of the same functionality.</p>
<hr>
<h4>You can view, comment on, or merge this pull request online at:</h4>
<p> <a href='https://github.com/openstreetmap/openstreetmap-website/pull/5261'>https://github.com/openstreetmap/openstreetmap-website/pull/5261</a></p>
<h4>Commit Summary</h4>
<ul>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/5261/commits/e1a1b87211fde02664d5a16a970a98c6df5d061a" class="commit-link">e1a1b87</a> Modify the way Friends are added</li>
</ul>
<h4 style="display: inline-block">File Changes </h4> <p style="display: inline-block">(<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5261/files">18 files</a>)</p>
<ul>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5261/files#diff-debf59904131dc89a88ab44cbb1d6deaaa5a7d70c0507f674080df62f7c8e41f">app/abilities/ability.rb</a>
(2)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5261/files#diff-4b73866ef57c70fca07c0f330d7a57aae939b11e4aae0514f303df3aa3762f89">app/controllers/diary_entries_controller.rb</a>
(2)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5261/files#diff-61b51a87bb7b543e822aff82b71b37c768520f25fa60664aee9bb4e56af797ff">app/controllers/friendships_controller.rb</a>
(12)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5261/files#diff-bc4d52553ca058396b0e614d583f5a157ea848b90d792eb1c872f4233b0fe5db">app/helpers/changesets_helper.rb</a>
(2)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5261/files#diff-55254045ba774e4c360d7bbfde054665072d2ab49abc3f21add15a37bba65a1c">app/mailers/user_mailer.rb</a>
(2)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5261/files#diff-a893bdff25132b2a60513f4fb74deb7507b568af429e60d05a48c63b7dd95230">app/views/dashboards/_contact.html.erb</a>
(6)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5261/files#diff-e390cd3017ea55a29b03a500b95a0203d99769e74ccc353cd2bd8c2bf058ec63">app/views/dashboards/show.html.erb</a>
(10)
</li>
<li>
<strong>R</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5261/files#diff-405862e9cc5a5850f2edbe30c829a36f17307abafaeaa98d4809a2409c5f3e24">app/views/friendships/follow_user.html.erb</a>
(0)
</li>
<li>
<strong>R</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5261/files#diff-864aab445b3a374c26908c5c49733e42c3162689285a1e30c2cda1d3d3c77388">app/views/friendships/unfollow_user.html.erb</a>
(0)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5261/files#diff-b940a7e44ecc6cde170b788dd5ff4e6347f0cc1881153c3288720d4507255baf">app/views/user_mailer/friendship_notification.html.erb</a>
(4)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5261/files#diff-660de16c268d966d8b3382a9bc4874e14b3e9bb544aa0169f2fac4b8ae369ce7">app/views/user_mailer/friendship_notification.text.erb</a>
(4)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5261/files#diff-78ff736409d758722403cce31873ba803b3fb526d37398ca21caa557b54dfd95">app/views/users/show.html.erb</a>
(4)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5261/files#diff-44438ce218f5287c58d0017f965d888715635d94280669896f75841fbd7b4cd7">config/locales/en.yml</a>
(54)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5261/files#diff-959bc9abc46a55332bb64d5155a79323afa75a50ec1a2137ddd22d926f62c6c5">config/routes.rb</a>
(4)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5261/files#diff-d08bf923837e3a75d07fc54a9692a43ba307bb94ec45bade0f3b6ba778b5acc4">test/controllers/friendships_controller_test.rb</a>
(84)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5261/files#diff-6eea82cf3b878886809267f80f845c4cc597dcc9eb973bc62d2343c6851e1289">test/controllers/oauth2_authorized_applications_controller_test.rb</a>
(2)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5261/files#diff-807c7138d7fbf9195d5c1208b8189e29f2f3232c34d7744935f24467c19c55af">test/system/dashboard_test.rb</a>
(8)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5261/files#diff-1a493dbb793a6272bd69dda0e9118992a914d55a2f4ca587cda34803ea7a9b17">test/system/friendships_test.rb</a>
(8)
</li>
</ul>
<h4>Patch Links:</h4>
<ul>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/5261.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/5261.patch</a></li>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/5261.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/5261.diff</a></li>
</ul>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/5261">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLLX6S4QO7V376ATKLLZ3TDTHAVCNFSM6AAAAABP6QXVRWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU4DOOJWG44TGNY">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAK2OLLUFANL4T4ETXD7CHTZ3TDTHA5CNFSM6AAAAABP6QXVRWWGG33NNVSW45C7OR4XAZNFJFZXG5LFVJRW63LNMVXHIX3JMTHJUQKBYE.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><openstreetmap/openstreetmap-website/pull/5261</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/5261",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/5261",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>