[openstreetmap/openstreetmap-website] Add list views of changeset comments (#1642)

Paul Gillard notifications at github.com
Fri Sep 29 23:13:08 UTC 2017


This commit adds the following:
  * View of all changeset comments made on all changesets
  * View of all changeset comments made by a given user
  * View of all changeset comments made on a changeset created by a given user
  * View of all changeset comments made on a changeset subscribed to by logged in user

This commit builds on initial work by:
  Łukasz Gurdek <git at ukasiu.pl>
with additional work by:
  Éric Gillet <eric.gillet+gh at linuxw.info>
  Victor Grousset <victor at tuxayo.net>
You can view, comment on, or merge this pull request online at:

  https://github.com/openstreetmap/openstreetmap-website/pull/1642

-- Commit Summary --

  * Add list views of changeset comments

-- File Changes --

    A app/controllers/changeset_comments_controller.rb (70)
    A app/helpers/changeset_comments_helper.rb (17)
    M app/models/changeset_comment.rb (2)
    A app/views/changeset_comments/_changeset_comment.html.erb (19)
    A app/views/changeset_comments/list.html.erb (35)
    M app/views/user/view.html.erb (8)
    M config/locales/en.yml (21)
    M config/routes.rb (10)
    A test/controllers/changeset_comments_controller_test.rb (173)
    M test/factories/changeset_comments.rb (8)
    M test/factories/changesets.rb (10)

-- Patch Links --

https://github.com/openstreetmap/openstreetmap-website/pull/1642.patch
https://github.com/openstreetmap/openstreetmap-website/pull/1642.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/1642
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20170929/04bc52e3/attachment-0001.html>


More information about the rails-dev mailing list