]> git.openstreetmap.org Git - rails.git/commit
Remove the author_name field from notes
authorTom Hughes <tom@compton.nu>
Sun, 2 Dec 2012 16:29:00 +0000 (16:29 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 3 Dec 2012 14:50:54 +0000 (14:50 +0000)
commitba5107ebb543a396fc78069c75c431e4d3887ee1
tree285270819d251998108e2c4f54e0fa2a079d3711
parent7ec003dd01ff25765b46788aa0ec90cedd94a2de
Remove the author_name field from notes
16 files changed:
app/assets/javascripts/templates/notes/show.jst.ejs
app/controllers/notes_controller.rb
app/helpers/application_helper.rb
app/models/note.rb
app/models/note_comment.rb
app/models/notifier.rb
app/views/notes/_note.json.jsonify
app/views/notes/_note.rss.builder
app/views/notes/_note.xml.builder
app/views/notes/feed.rss.builder
app/views/notes/mine.html.erb
config/locales/en.yml
db/migrate/20121202155309_remove_author_name_from_note_comment.rb [new file with mode: 0644]
db/structure.sql
test/fixtures/note_comments.yml
test/functional/notes_controller_test.rb