]> git.openstreetmap.org Git - rails.git/commit
Make per-user diary entry lists go through the diary_entry controller so
authorTom Hughes <tom@compton.nu>
Sat, 23 Jun 2007 12:41:58 +0000 (12:41 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 23 Jun 2007 12:41:58 +0000 (12:41 +0000)
commit1017c4c39a1a8523262f290ff20f999223a0572b
tree3d62ed9e7d1c816c54ab6a67d5ed737b41c217a5
parentf0b5776389bff72fd88cc3e628945fd6c0554f1e
Make per-user diary entry lists go through the diary_entry controller so
that we aren't duplicating everything in the user controller.

This also makes per-user RSS feeds work, and makes links to specific posts
work properly so that the RSS feeds behave sensibly.
app/controllers/diary_entry_controller.rb
app/controllers/user_controller.rb
app/views/diary_entry/_diary_entry.rhtml
app/views/diary_entry/list.rhtml
app/views/user/diary.rhtml [deleted file]
app/views/user/view.rhtml