]> git.openstreetmap.org Git - rails.git/commit
Add RSS feed for global recent changes & changes within a bbox. Solves #1737
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sun, 7 Jun 2009 02:39:45 +0000 (02:39 +0000)
committerÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sun, 7 Jun 2009 02:39:45 +0000 (02:39 +0000)
commit0d16fd57d46a4aaa1c170d79772e549bfadf288a
tree40de241c9e8720ffa9ddf3885271b6f8ab0883cc
parentbbc700b9ac39eb4ff5f267aef6c321dc2f9f6a84
Add RSS feed for global recent changes & changes within a bbox. Solves #1737

This has so much copy/paste code it hurts, the new list*_rss methods
are just copies of the old list* methods, but see #1927 for that.
app/controllers/changeset_controller.rb
app/views/changeset/list.rhtml
app/views/changeset/list_bbox.rhtml
app/views/changeset/list_bbox_rss.rxml [new file with mode: 0644]
app/views/changeset/list_rss.rxml [moved from app/views/changeset/rss.rxml with 75% similarity]
app/views/changeset/list_user.rhtml
config/locales/en.yml
config/routes.rb