[openstreetmap-website] Changeset discussion feature (#772)
Łukasz Gurdek
notifications at github.com
Mon Jun 30 15:18:36 UTC 2014
New ChangesetComment model and join table between users and changsets for comments subscriptions
Made commeting changesets possible via "browse" interface
Comments feed for all changsets, particular changeset
Email notifications of new comments on "subscribed to" changesets
You can merge this Pull Request by running:
git pull https://github.com/ukasiu/openstreetmap-website changeset_comments_pr
Or you can view, comment on it, or merge it online at:
https://github.com/openstreetmap/openstreetmap-website/pull/772
-- Commit Summary --
* tl;dr Changeset discussion feature
-- File Changes --
M .gitignore (3)
M app/assets/javascripts/index.js (3)
A app/assets/javascripts/index/changeset.js (80)
M app/assets/stylesheets/common.css.scss (18)
M app/controllers/browse_controller.rb (1)
M app/controllers/changeset_controller.rb (175)
M app/models/changeset.rb (3)
A app/models/changeset_comment.rb (17)
M app/models/notifier.rb (20)
M app/models/user.rb (2)
M app/views/browse/changeset.html.erb (55)
A app/views/changeset/_changeset.xml.builder (26)
A app/views/changeset/_comment.html.erb (4)
A app/views/changeset/_comments.rss.builder (19)
A app/views/changeset/_comments_entry.html.erb (3)
A app/views/changeset/comments_feed.rss.builder (14)
A app/views/changeset/show.xml.builder (5)
A app/views/notifier/changeset_comment_notification.html.erb (22)
A app/views/notifier/changeset_comment_notification.text.erb (18)
M config/locales/en.yml (29)
M config/routes.rb (8)
A db/migrate/20140507110937_create_changeset_comments.rb (16)
A db/migrate/20140519141742_add_join_table_between_users_and_changesets.rb (11)
M db/structure.sql (118)
M lib/osm.rb (51)
M test/controllers/changeset_controller_test.rb (272)
M test/controllers/relation_controller_test.rb (2)
A test/fixtures/changeset_comments.yml (31)
A test/integration/user_changeset_comments_test.rb (49)
A test/models/changeset_comment_test.rb (41)
-- Patch Links --
https://github.com/openstreetmap/openstreetmap-website/pull/772.patch
https://github.com/openstreetmap/openstreetmap-website/pull/772.diff
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/772
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20140630/287514d6/attachment.html>
More information about the rails-dev
mailing list