<p dir="auto">Add user's changeset comments next to user's diary comments.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer" href="https://user-images.githubusercontent.com/4158490/268012788-903ad0a2-4af7-41b9-9cc4-88571fe8107e.png"><img src="https://user-images.githubusercontent.com/4158490/268012788-903ad0a2-4af7-41b9-9cc4-88571fe8107e.png" alt="image" style="max-width: 100%;"></a></p>
<p dir="auto">Pagination is reused along with traces list.<br>
Localization strings are mostly kept in diary comments section for now.</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/4248'>https://github.com/openstreetmap/openstreetmap-website/pull/4248</a></p>
<h4>Commit Summary</h4>
<ul>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/4248/commits/56ee20e5622db777751ceaac7d1bac50692f884f" class="commit-link">56ee20e</a> Add blank 'comments for map edits' page</li>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/4248/commits/7ed79dd4f2294aee0c5ee6ab9ff665f8d5e35d4b" class="commit-link">7ed79dd</a> Show changeset comments table</li>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/4248/commits/87b02265ea4ea480ef2b0bcb3853144f8434e246" class="commit-link">87b0226</a> Move common pagination code to mixin</li>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/4248/commits/cbcf5df8edd16087e235338890e9878b7b07b8fa" class="commit-link">cbcf5df</a> Add changeset comments controller index test</li>
</ul>
<h4 style="display: inline-block">File Changes </h4> <p style="display: inline-block">(<a href="https://github.com/openstreetmap/openstreetmap-website/pull/4248/files">14 files</a>)</p>
<ul>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/4248/files#diff-debf59904131dc89a88ab44cbb1d6deaaa5a7d70c0507f674080df62f7c8e41f">app/abilities/ability.rb</a>
(2)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/4248/files#diff-805f375f16be972c83e5a4b604bd1ff1710afafa7319c76b32daeb11be9feb7c">app/controllers/changeset_comments_controller.rb</a>
(19)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/4248/files#diff-4f5bc884ee2d0b00f5f34aadef6573b1886dec57eb4340b59f464db9b2853721">app/controllers/concerns/pagination_methods.rb</a>
(27)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/4248/files#diff-4b73866ef57c70fca07c0f330d7a57aae939b11e4aae0514f303df3aa3762f89">app/controllers/diary_entries_controller.rb</a>
(21)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/4248/files#diff-2602c06a2618f83c1470c924563b55c738e3c94ffb6480e637ca0f4ce130eaba">app/controllers/traces_controller.rb</a>
(16)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/4248/files#diff-728b66d9a5cff7625a609dad624d6dc712557207a1790eddf1692ef92b1fd01c">app/models/changeset_comment.rb</a>
(2)
</li>
<li>
<strong>R</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/4248/files#diff-d8bf7d1071bc953c5cc7f5c423209e8a43dee93cd8566bf5f8e362d625c40ad4">app/views/changeset_comments/feed.rss.builder</a>
(0)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/4248/files#diff-c891f2b7a28210c74042f0023dbc498effe9b78df2752cebaa74b58b2a4e37ee">app/views/changeset_comments/index.html.erb</a>
(41)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/4248/files#diff-fb860a130fe8ce948cdb98e2ba4b0c9d947f351dc9a55a12fff9d02ca61b0568">app/views/diary_entries/comments.html.erb</a>
(13)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/4248/files#diff-446cb1205994b7918b2a68c30feb162b10fce3a0a9e05c716d9e966df4ba0507">app/views/traces/index.html.erb</a>
(8)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/4248/files#diff-44438ce218f5287c58d0017f965d888715635d94280669896f75841fbd7b4cd7">config/locales/en.yml</a>
(12)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/4248/files#diff-959bc9abc46a55332bb64d5155a79323afa75a50ec1a2137ddd22d926f62c6c5">config/routes.rb</a>
(5)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/4248/files#diff-21ed1f116916c6991487f8c1708bfdcdc0408134a9ea703c7bb8c0e95bc018da">test/controllers/changeset_comments_controller_test.rb</a>
(29)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/4248/files#diff-10a5c4533814c8b1222f0ef0833c82edd68584d85757fc431557b39813777c19">test/controllers/diary_entries_controller_test.rb</a>
(2)
</li>
</ul>
<h4>Patch Links:</h4>
<ul>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/4248.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/4248.patch</a></li>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/4248.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/4248.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/4248">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLPLPUMRCF2PDE26V33X2MKHVANCNFSM6AAAAAA4YHSQ4E">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAK2OLITGKRC33YRWZR46DLX2MKHVA5CNFSM6AAAAAA4YHSQ4GWGG33NNVSW45C7OR4XAZNFJFZXG5LFVJRW63LNMVXHIX3JMTHHCDPIPQ.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/4248</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/4248",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/4248",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>